dcf15ebf62
make it compile, not fuck up the build.
33 lines
956 B
Plaintext
33 lines
956 B
Plaintext
$OpenBSD: patch-config_h_in,v 1.4 2010/05/20 09:21:17 espie Exp $
|
|
--- config.h.in.orig Sat Jan 24 07:30:27 2004
|
|
+++ config.h.in Wed May 19 18:54:23 2010
|
|
@@ -1,4 +1,5 @@
|
|
/* 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
|
|
@@ -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
|