aboutsummaryrefslogtreecommitdiff
path: root/defines.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h.in')
-rw-r--r--defines.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/defines.h.in b/defines.h.in
index 46232c0e45100..161f928e1027c 100644
--- a/defines.h.in
+++ b/defines.h.in
@@ -134,6 +134,11 @@
#define TGETENT_OK 1
/*
+ * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes.
+ */
+#define HAVE_ANSI_PROTOS 1
+
+/*
* HAVE_SYS_TYPES_H is 1 if your system has <sys/types.h>.
*/
#define HAVE_SYS_TYPES_H 1