]> granicus.if.org Git - python/commitdiff
After rerunning autoheader, two symbols (HAVE__GETPTY and WITH_LIBDB)
authorGuido van Rossum <guido@python.org>
Thu, 31 Aug 2000 20:03:54 +0000 (20:03 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 31 Aug 2000 20:03:54 +0000 (20:03 +0000)
appear in a different place.  Oh well.

config.h.in

index 4f09fef7b22ae4e6fb09accb70d5c345d722928d..72f4fbcfbe7cec8e730d1beeb7cbe43e92b36518 100644 (file)
 /* The number of bytes in a void *.  */
 #undef SIZEOF_VOID_P
 
+/* Define if you have the _getpty function.  */
+#undef HAVE__GETPTY
+
 /* Define if you have the alarm function.  */
 #undef HAVE_ALARM
 
 /* Define if you have the getpid function.  */
 #undef HAVE_GETPID
 
-/* Define if you have the _getpty function.  */
-#undef HAVE__GETPTY
-
 /* Define if you have the getpwent function.  */
 #undef HAVE_GETPWENT
 
 /* Define if you have the waitpid function.  */
 #undef HAVE_WAITPID
 
-/* Define if you have the <db_185.h> header file.  */
-#undef HAVE_DB_185_H
-
 /* Define if you have the <db.h> header file.  */
 #undef HAVE_DB_H
 
+/* Define if you have the <db_185.h> header file.  */
+#undef HAVE_DB_185_H
+
 /* Define if you have the <dirent.h> header file.  */
 #undef HAVE_DIRENT_H