]> granicus.if.org Git - python/commitdiff
A number of new symbols have appeared (courtesy autoconf 2.12?)
authorGuido van Rossum <guido@python.org>
Wed, 22 Jan 1997 20:53:30 +0000 (20:53 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 22 Jan 1997 20:53:30 +0000 (20:53 +0000)
config.h.in

index 18e2c8435494dcbb1e09371c6b379cf956051d94..e7f2abb98cbeea5477fa2051d57d4bb0c881b58c 100644 (file)
 /* Define if you have the dlopen function.  */
 #undef HAVE_DLOPEN
 
+/* Define if you have the dup2 function.  */
+#undef HAVE_DUP2
+
 /* Define if you have the flock function.  */
 #undef HAVE_FLOCK
 
 /* Define if you have the ftruncate function.  */
 #undef HAVE_FTRUNCATE
 
+/* Define if you have the getcwd function.  */
+#undef HAVE_GETCWD
+
 /* Define if you have the gethostname_r function.  */
 #undef HAVE_GETHOSTNAME_R
 
 /* Define if you have the lstat function.  */
 #undef HAVE_LSTAT
 
+/* Define if you have the memmove function.  */
+#undef HAVE_MEMMOVE
+
 /* Define if you have the mkfifo function.  */
 #undef HAVE_MKFIFO
 
 /* Define if you have the sigrelse function.  */
 #undef HAVE_SIGRELSE
 
+/* Define if you have the strdup function.  */
+#undef HAVE_STRDUP
+
+/* Define if you have the strerror function.  */
+#undef HAVE_STRERROR
+
 /* Define if you have the strftime function.  */
 #undef HAVE_STRFTIME