aboutsummaryrefslogtreecommitdiff
path: root/defines.h.in
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2017-04-29 06:30:21 +0000
committerXin LI <delphij@FreeBSD.org>2017-04-29 06:30:21 +0000
commit6f90225e8378d85045013553763bd7483670441c (patch)
tree185b77b1a31a3ec3a39749f691ca4a8c273e9e1c /defines.h.in
parent9c83c2751d26fe2e059d6956f0398b56ed919a6a (diff)
Notes
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