summaryrefslogtreecommitdiffstats
path: root/src/util/autoconf/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/autoconf/acconfig.h')
-rw-r--r--src/util/autoconf/acconfig.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/autoconf/acconfig.h b/src/util/autoconf/acconfig.h
index abbb64245..5bf096c52 100644
--- a/src/util/autoconf/acconfig.h
+++ b/src/util/autoconf/acconfig.h
@@ -67,6 +67,9 @@
/* Define if you don't have vprintf but do have _doprnt. */
#undef HAVE_DOPRNT
+/* Define if your system has a working fnmatch function. */
+#undef HAVE_FNMATCH
+
/* Define if your system has its own `getloadavg' function. */
#undef HAVE_GETLOADAVG
@@ -179,6 +182,9 @@
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
+/* Define if the `setpgrp' function takes no argument. */
+#undef SETPGRP_VOID
+
/* Define if the setvbuf function takes the buffering type as its second
argument and the buffer pointer as the third, as on System V
before release 3. */
@@ -243,6 +249,9 @@
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
+/* Define if the X Window System is missing or not being used. */
+#undef X_DISPLAY_MISSING
+
/* Define if lex declares yytext as a char * by default, not a char[]. */
#undef YYTEXT_POINTER