aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/cray603
-rw-r--r--config/gnu6
-rw-r--r--config/lynxos10
-rw-r--r--config/sgi4051
-rw-r--r--config/vms-posix1
5 files changed, 20 insertions, 1 deletions
diff --git a/config/cray60 b/config/cray60
index 7253277b..c9aa5729 100644
--- a/config/cray60
+++ b/config/cray60
@@ -1,7 +1,8 @@
-Cray Research system running Unicos 6.0
+Cray Research system running Unicos 6.0 or later
SIGTYPE void
RANDOM_MISSING 1
STDC_HEADERS 1
+SRANDOM_PROTO 1
CHAR_UNSIGNED 1
GETPGRP_NOARG 1
MAKE_ALLOCA_C
diff --git a/config/gnu b/config/gnu
new file mode 100644
index 00000000..93f0465d
--- /dev/null
+++ b/config/gnu
@@ -0,0 +1,6 @@
+For the GNU operating system.
+
+SIGTYPE void
+HAVE_UNDERSCORE_SETJMP 1
+STDC_HEADERS 1
+GETPGRP_NOARG 1
diff --git a/config/lynxos b/config/lynxos
new file mode 100644
index 00000000..550b2134
--- /dev/null
+++ b/config/lynxos
@@ -0,0 +1,10 @@
+For Lynx version 2.1
+SIGTYPE int
+STDC_HEADERS 1
+HAVE_STRING_H 1
+STRCASE_MISSING 1
+STRERROR_MISSING 1
+STRFTIME_MISSING 1
+TZNAME_MISSING 1
+TZSET_MISSING 1
+TM_ZONE_MISSING 1
diff --git a/config/sgi405 b/config/sgi405
index 93d72a77..49b2be49 100644
--- a/config/sgi405
+++ b/config/sgi405
@@ -2,3 +2,4 @@ SGI Personal Iris (Sys V derived) (this works with gcc)
BLKSIZE_MISSING 1
STDC_HEADERS 1
GETPGRP_NOARG 1
+MAKE_SGI_GCC
diff --git a/config/vms-posix b/config/vms-posix
index 0194e219..f1e0f373 100644
--- a/config/vms-posix
+++ b/config/vms-posix
@@ -8,6 +8,7 @@ MAKE_VMS-Posix
MAKE_CC
#define DEFAULT_FILETYPE ".awk"
#define getopt gnu_getopt
+#define optopt gnu_optopt
#define opterr gnu_opterr
#define regcomp gnu_regcomp
#define regexec gnu_regexec