summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in19
1 files changed, 10 insertions, 9 deletions
diff --git a/config.h.in b/config.h.in
index 8560c4b..a67e43e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -124,6 +124,9 @@
/* Define if you have the wcwidth function. */
#undef HAVE_WCWIDTH
+/* and whether it works */
+#undef WCWIDTH_BROKEN
+
#undef STDC_HEADERS
/* Define if you have the <dirent.h> header file. */
@@ -153,6 +156,9 @@
/* Define if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
+/* Define if you have the <stdbool.h> header file. */
+#undef HAVE_STDBOOL_H
+
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
@@ -218,6 +224,9 @@
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
#undef HAVE_LANGINFO_CODESET
+/* Define if you have <linux/audit.h> and it defines AUDIT_USER_TTY */
+#undef HAVE_DECL_AUDIT_USER_TTY
+
/* Definitions pulled in from aclocal.m4. */
#undef VOID_SIGHANDLER
@@ -259,12 +268,4 @@
# define TERMIOS_MISSING
#endif
-#if defined (__STDC__) && defined (HAVE_STDARG_H)
-# define PREFER_STDARG
-# define USE_VARARGS
-#else
-# if defined (HAVE_VARARGS_H)
-# define PREFER_VARARGS
-# define USE_VARARGS
-# endif
-#endif
+/* VARARGS defines moved to rlstdc.h */