mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 13:01:19 +02:00
13 lines
400 B
C
13 lines
400 B
C
--- config.h.in.orig 2008-03-18 18:24:24.000000000 -0400
|
|
+++ config.h.in 2008-03-18 18:24:59.000000000 -0400
|
|
@@ -197,6 +197,9 @@
|
|
/* Define to 1 if you have the `getpwuid' function. */
|
|
#undef HAVE_GETPWUID
|
|
|
|
+/* Define to 1 if you have the `sysctlbyname' function. */
|
|
+#undef HAVE_SYSCTLBYNAME
|
|
+
|
|
/* Define if the GNU gettext() function is already present or preinstalled. */
|
|
#undef HAVE_GETTEXT
|
|
|