Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.

This commit is contained in:
Martin v. Löwis 2007-07-31 19:57:56 +00:00
parent f8bbaa962f
commit 76760b0e8f
4 changed files with 36 additions and 15 deletions

10
configure vendored
View file

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Revision: 54283 .
# From configure.in Revision: 55739 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.6.
#
@ -1838,6 +1838,14 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
# OpenBSD undoes our definition of __BSD_VISIBLE if _XOPEN_SOURCE is
# also defined. This can be overridden by defining _BSD_SOURCE
cat >>confdefs.h <<\_ACEOF
#define _BSD_SOURCE 1
_ACEOF
# The later defininition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
# u_int on Irix 5.3. Defining _BSD_TYPES brings it back.