summaryrefslogtreecommitdiff
path: root/src/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/config.h')
-rw-r--r--src/include/config.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/include/config.h b/src/include/config.h
index b70533556c3..67a40a95f40 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -8,19 +8,15 @@
#define BLCKSZ 8192
-#if defined(aix)
-#define TERMIOS_H_LOCATION <termios.h>
-#else
-#define TERMIOS_H_LOCATION <sys/termios.h>
-#endif
-
#if !defined(nextstep)
#define USE_VALUES_H
#endif
#define HAVE_MEMMOVE
+#define HAVE_TERMIOS_H
#if defined(aix)
+# undef HAVE_TERMIOS_H
# define CLASS_CONFLICT
# define DISABLE_XOPEN_NLS
# define NEED_ISINF