summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar Craig Fields <cfields@mit.edu>1994-12-20 23:40:19 +0000
committerGravatar Craig Fields <cfields@mit.edu>1994-12-20 23:40:19 +0000
commit0301c74dd55d0870c42cbb835d2a8a9d6b3a7479 (patch)
treedd5eb786e7908e57ece0ef2e60601fa5d035e7c4 /h/zephyr
parent07277ef34b8176e74d9c7c024eada2777bbc74f3 (diff)
Picked up from p4a.
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr_conf.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/h/zephyr/zephyr_conf.h b/h/zephyr/zephyr_conf.h
index fbf8771..a0d8d83 100644
--- a/h/zephyr/zephyr_conf.h
+++ b/h/zephyr/zephyr_conf.h
@@ -15,6 +15,20 @@
#ifndef __ZEPHYR_CONF_H__
#define __ZEPHYR_CONF_H__
+#ifdef POSIX
+#define POSIX_FLOCK
+#define POSIX_SIGNALS
+#define HAVE_UNISTD_H
+#define HAVE_STDLIB_H
+#endif
+
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_paths.h>