aboutsummaryrefslogtreecommitdiff
path: root/defines.o2
diff options
context:
space:
mode:
Diffstat (limited to 'defines.o2')
-rw-r--r--defines.o27
1 files changed, 6 insertions, 1 deletions
diff --git a/defines.o2 b/defines.o2
index 615686b8a80a..4dba1423c080 100644
--- a/defines.o2
+++ b/defines.o2
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2016 Mark Nudelman
+ * Copyright (C) 1984-2017 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -127,6 +127,11 @@
#define PATHNAME_SEP "\\"
/*
+ * 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