summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-03-30 17:23:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-03-30 17:23:49 (GMT)
commitf26d63b3e19bf57e93010ec4a0a5af1a87e3bcef (patch)
tree574b19e53c61179b25770b35107ba34162198982 /pyconfig.h.in
parent852ba7eb2a38a4d57cea73bf34b11f8e65f004e1 (diff)
downloadcpython-f26d63b3e19bf57e93010ec4a0a5af1a87e3bcef.zip
cpython-f26d63b3e19bf57e93010ec4a0a5af1a87e3bcef.tar.gz
cpython-f26d63b3e19bf57e93010ec4a0a5af1a87e3bcef.tar.bz2
Patch #650412: Check whether the address of flock and getpagesize
can be taken, and use _SC_PAGE_SIZE if getpagesize is not available.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 9d2447b..32d1c3e 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -102,7 +102,7 @@
/* Define to 1 if you have the `fdatasync' function. */
#undef HAVE_FDATASYNC
-/* Define to 1 if you have the `flock' function. */
+/* Define if you have the 'flock' function. */
#undef HAVE_FLOCK
/* Define to 1 if you have the `fork' function. */
@@ -177,6 +177,9 @@
/* Define to 1 if you have the `getnameinfo' function. */
#undef HAVE_GETNAMEINFO
+/* Define if you have the 'getpagesize' function. */
+#undef HAVE_GETPAGESIZE
+
/* Define to 1 if you have the `getpeername' function. */
#undef HAVE_GETPEERNAME
@@ -682,9 +685,6 @@
/* Define if setpgrp() must be called as setpgrp(0, 0). */
#undef SETPGRP_HAVE_ARG
-/* Define to 1 if the `setpgrp' function takes no argument. */
-#undef SETPGRP_VOID
-
/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS