Add a test for fchdir().
authorFred Drake <fdrake@acm.org>
Mon, 15 Apr 2002 19:20:27 +0000 (19:20 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 15 Apr 2002 19:20:27 +0000 (19:20 +0000)
This is part of SF feature #536796.

configure
configure.in
pyconfig.h.in

index 9d3fb08b296b9c239135fa83aa6324fc11f95e6f..6bd6eca036072914eba8addc66aa0b6ec8516653 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.307 .
+# From configure.in Revision: 1.309 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
 #
@@ -11268,10 +11268,11 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6
 
 
 
+
 
 
 for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
- flock fork fsync fdatasync fpathconf ftime ftruncate \
+ fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
  gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
  hstrerror inet_pton kill killpg link lstat mkfifo mknod mktime mremap \
  nice pathconf pause plock poll pthread_init \
index d3211a0e9b580affaa0adaf3fda4904bc78f452d..7aef29a125fe3edae4ff2662cb22d35b26526a0b 100644 (file)
@@ -1580,7 +1580,7 @@ AC_MSG_RESULT(MACHDEP_OBJS)
 
 # checks for library functions
 AC_CHECK_FUNCS(alarm chown chroot clock confstr ctermid ctermid_r execv \
- flock fork fsync fdatasync fpathconf ftime ftruncate \
+ fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
  gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
  hstrerror inet_pton kill killpg link lstat mkfifo mknod mktime mremap \
  nice pathconf pause plock poll pthread_init \
index 0bd548596a7a2c1434dd4dd216a74918030b35af..cb8b1b576e41591a58c98275407f83ddda6c249e 100644 (file)
@@ -86,6 +86,9 @@
 /* Define to 1 if you have the `execv' function. */
 #undef HAVE_EXECV
 
+/* Define to 1 if you have the `fchdir' function. */
+#undef HAVE_FCHDIR
+
 /* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H