summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-09-20 15:30:20 +0000
committerMartin v. Löwis <martin@v.loewis.de>2003-09-20 15:30:20 +0000
commitf2845619873c82c288b3a4da9bf95411c454a061 (patch)
tree1353bad8c1d4d14fd9975505d99490fa4bd57bcb /pyconfig.h.in
parentb18a796c504d249ba20bedab5a04cbe13bf6924c (diff)
downloadcpython-f2845619873c82c288b3a4da9bf95411c454a061.tar.gz
Check for declarations of fchdir and fsync. Fixes #800710. Backported to 2.3.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 9df836f937..6c0a744f32 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -96,13 +96,13 @@
/* Define to 1 if you have the `execv' function. */
#undef HAVE_EXECV
-/* Define to 1 if you have the `fchdir' function. */
+/* Define if you have the 'fchdir' function. */
#undef HAVE_FCHDIR
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
-/* Define to 1 if you have the `fdatasync' function. */
+/* Define if you have the 'fdatasync' function. */
#undef HAVE_FDATASYNC
/* Define if you have the 'flock' function. */
@@ -126,9 +126,6 @@
/* Define to 1 if you have the `fstatvfs' function. */
#undef HAVE_FSTATVFS
-/* Define to 1 if you have the `fsync' function. */
-#undef HAVE_FSYNC
-
/* Define to 1 if you have the `ftell64' function. */
#undef HAVE_FTELL64
@@ -488,6 +485,9 @@
/* Define if you have the 'symlink' function. */
#undef HAVE_SYMLINK
+/* Define if you have the 'fsync' function. */
+#undef HAVE_SYNC
+
/* Define to 1 if you have the `sysconf' function. */
#undef HAVE_SYSCONF