a9ba552d48
sync w/update-patches
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
$OpenBSD: patch-config_h_in,v 1.2 2007/12/11 11:04:57 jakemsr Exp $
|
|
--- config.h.in.orig Sat Jan 5 01:07:48 2002
|
|
+++ config.h.in Tue Dec 11 00:04:52 2007
|
|
@@ -24,9 +24,14 @@
|
|
/* Define if your <sys/time.h> declares struct tm. */
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
+#undef HAVE_LIBPTHREAD
|
|
+
|
|
/* Define if you have the getcwd function. */
|
|
#undef HAVE_GETCWD
|
|
|
|
+/* Define if you have the getopt_long function. */
|
|
+#undef HAVE_GETOPT_LONG
|
|
+
|
|
/* Define if you have the getpagesize function. */
|
|
#undef HAVE_GETPAGESIZE
|
|
|
|
@@ -63,9 +68,15 @@
|
|
/* Define if you have the <fcntl.h> header file. */
|
|
#undef HAVE_FCNTL_H
|
|
|
|
+/* Define if you have the <getopt.h> header file. */
|
|
+#undef HAVE_GETOPT_H
|
|
+
|
|
/* Define if you have the <limits.h> header file. */
|
|
#undef HAVE_LIMITS_H
|
|
|
|
+/* Define if you have the <linux/sem.h> header file. */
|
|
+#undef HAVE_LINUX_SEM_H
|
|
+
|
|
/* Define if you have the <ndir.h> header file. */
|
|
#undef HAVE_NDIR_H
|
|
|
|
@@ -95,9 +106,6 @@
|
|
|
|
/* Define if you have the gthread library (-lgthread). */
|
|
#undef HAVE_LIBGTHREAD
|
|
-
|
|
-/* Define if you have the pthread library (-lpthread). */
|
|
-#undef HAVE_LIBPTHREAD
|
|
|
|
/* Name of package */
|
|
#undef PACKAGE
|