aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/univel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/univel.h')
-rw-r--r--src/include/port/univel.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/include/port/univel.h b/src/include/port/univel.h
new file mode 100644
index 00000000000..f1a7afc83bb
--- /dev/null
+++ b/src/include/port/univel.h
@@ -0,0 +1,19 @@
+# define USE_POSIX_TIME
+# define NO_EMPTY_STMTS
+# define USE_POSIX_SIGNALS
+# define SYSV_DIRENT
+
+#if 0
+# define HAS_TEST_AND_SET
+ typedef unsigned char slock_t;
+#endif
+
+extern long random(void);
+extern void srandom(int seed);
+extern int strcasecmp(char *s1,char *s2);
+extern int gethostname(char *name,int namelen);
+
+#ifndef BYTE_ORDER
+#define BYTE_ORDER LITTLE_ENDIAN
+#endif
+