2008-08-25 11:14:43 -04:00
|
|
|
$OpenBSD: patch-config_h_in,v 1.3 2008/08/25 15:14:43 jasper Exp $
|
|
|
|
--- config.h.in.orig Sat Jan 24 07:30:27 2004
|
|
|
|
+++ config.h.in Sat Aug 23 18:04:36 2008
|
|
|
|
@@ -1,7 +1,8 @@
|
|
|
|
/* config.h.in. Generated from configure.in by autoheader. */
|
2007-12-11 06:04:57 -05:00
|
|
|
+#undef HAVE_LIBPTHREAD
|
2008-08-25 11:14:43 -04:00
|
|
|
|
|
|
|
-/* Define to 1 if you have the <db.h> header file. */
|
|
|
|
-#undef HAVE_DB_H
|
|
|
|
+/* Define to 1 if you have the <db/db.h> header file. */
|
|
|
|
+#undef HAVE_DB_DB_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
|
|
|
*/
|
|
|
|
@@ -22,6 +23,12 @@
|
|
|
|
/* Define to 1 if you have the `getcwd' function. */
|
2002-01-31 07:21:53 -05:00
|
|
|
#undef HAVE_GETCWD
|
|
|
|
|
2008-08-25 11:14:43 -04:00
|
|
|
+/* Define to 1 if you have the <getopt.h> header file. */
|
|
|
|
+#undef HAVE_GETOPT_H
|
|
|
|
+
|
|
|
|
+/* Define to 1 if you have the `getopt_long' function. */
|
2002-01-31 07:21:53 -05:00
|
|
|
+#undef HAVE_GETOPT_LONG
|
|
|
|
+
|
2008-08-25 11:14:43 -04:00
|
|
|
/* Define to 1 if you have the `getpagesize' function. */
|
2002-01-31 07:21:53 -05:00
|
|
|
#undef HAVE_GETPAGESIZE
|
|
|
|
|
2008-08-25 11:14:43 -04:00
|
|
|
@@ -36,6 +43,9 @@
|
2002-01-31 07:21:53 -05:00
|
|
|
|
2008-08-25 11:14:43 -04:00
|
|
|
/* Define to 1 if you have the <limits.h> header file. */
|
2002-01-31 07:21:53 -05:00
|
|
|
#undef HAVE_LIMITS_H
|
2007-12-11 06:04:57 -05:00
|
|
|
+
|
2008-08-25 11:14:43 -04:00
|
|
|
+/* Define to 1 if you have the <linux/sem.h> header file. */
|
|
|
|
+#undef HAVE_LINUX_SEM_H
|
2007-12-11 06:04:57 -05:00
|
|
|
|
2008-08-25 11:14:43 -04:00
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
|
|
#undef HAVE_MEMORY_H
|