summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in
index 03178a4..14341fa 100644
--- a/config.h.in
+++ b/config.h.in
@@ -13,12 +13,16 @@
#undef VOID_SIGHANDLER
/* Characteristics of the compiler. */
-#undef const
+#undef sig_atomic_t
#undef size_t
#undef ssize_t
+#undef const
+
+#undef volatile
+
#undef PROTOTYPES
#undef __CHAR_UNSIGNED__
@@ -253,10 +257,6 @@
# define TERMIOS_MISSING
#endif
-#if defined (STRCOLL_BROKEN)
-# undef HAVE_STRCOLL
-#endif
-
#if defined (__STDC__) && defined (HAVE_STDARG_H)
# define PREFER_STDARG
# define USE_VARARGS