267981508a
- merge parts of pkg/SECURITY into pkg/MESSAGE - fix license marker feedback and ok ajacoutot@
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
$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. */
|
|
+#undef HAVE_LIBPTHREAD
|
|
|
|
-/* 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. */
|
|
#undef HAVE_GETCWD
|
|
|
|
+/* 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. */
|
|
+#undef HAVE_GETOPT_LONG
|
|
+
|
|
/* Define to 1 if you have the `getpagesize' function. */
|
|
#undef HAVE_GETPAGESIZE
|
|
|
|
@@ -36,6 +43,9 @@
|
|
|
|
/* Define to 1 if you have the <limits.h> header file. */
|
|
#undef HAVE_LIMITS_H
|
|
+
|
|
+/* Define to 1 if you have the <linux/sem.h> header file. */
|
|
+#undef HAVE_LINUX_SEM_H
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#undef HAVE_MEMORY_H
|