summaryrefslogtreecommitdiff
path: root/src/OS/os.h-USG
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-07-30 14:21:43 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-07-30 14:21:43 +0100
commitad1a76fefdc79201fe2efaf0ef356acbb7938d46 (patch)
tree85fe7df7304522c8009931520d10c5b51b4c7e95 /src/OS/os.h-USG
parent14de8063d82edc5bf003ed50abdea55ac542679b (diff)
Retire historical build files
Diffstat (limited to 'src/OS/os.h-USG')
-rw-r--r--src/OS/os.h-USG19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/OS/os.h-USG b/src/OS/os.h-USG
deleted file mode 100644
index e76922067..000000000
--- a/src/OS/os.h-USG
+++ /dev/null
@@ -1,19 +0,0 @@
-/* Exim: OS-specific C header file for Unixware 2.x */
-
-#define NO_SYSEXITS
-
-#define LOAD_AVG_NEEDS_ROOT
-#define HAVE_DEV_KMEM
-#define LOAD_AVG_TYPE short
-#define LOAD_AVG_SYMBOL "avenrun"
-#define KERNEL_PATH "/stand/unix"
-#define FSCALE 256
-
-#define HAVE_SYS_STATVFS_H
-#define _SVID3
-#define NEED_H_ERRNO
-
-/* default is non-const */
-#define ICONV_ARG2_TYPE const char **
-
-/* End */