diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-01-31 12:34:17 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-01-31 12:34:17 (GMT) |
commit | 12af0485f858c8eca9a8c9ed9894a8a60f975b4c (patch) | |
tree | 3126f0ddfe46bfc9d855254230ebaea2723451d2 /pyconfig.h.in | |
parent | 4d205e366cc48535f70c1fe939ce726658e46d98 (diff) | |
download | cpython-12af0485f858c8eca9a8c9ed9894a8a60f975b4c.zip cpython-12af0485f858c8eca9a8c9ed9894a8a60f975b4c.tar.gz cpython-12af0485f858c8eca9a8c9ed9894a8a60f975b4c.tar.bz2 |
Patch #874083: Bluetooth support for socket module.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index e1c432f..f4ba0fc 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -37,6 +37,9 @@ /* Define this if your time.h defines altzone. */ #undef HAVE_ALTZONE +/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */ +#undef HAVE_BLUETOOTH_BLUETOOTH_H + /* Define if nice() returns success/failure instead of the new priority. */ #undef HAVE_BROKEN_NICE @@ -818,16 +821,9 @@ /* Define _OSF_SOURCE to get the makedev macro. */ #undef _OSF_SOURCE -/* Define to 2 if the system does not provide POSIX.1 features except with - this defined. */ -#undef _POSIX_1_SOURCE - /* Define to activate features from IEEE Stds 1003.1-2001 */ #undef _POSIX_C_SOURCE -/* Define to 1 if you need to in order for `stat' and other things to work. */ -#undef _POSIX_SOURCE - /* Define if you have POSIX threads, and your system does not define that. */ #undef _POSIX_THREADS |