about summary refs log tree commit diff
path: root/src/portab/portab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/portab/portab.h')
-rw-r--r--src/portab/portab.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/portab/portab.h b/src/portab/portab.h
index 1c6e3f85..208d3500 100644
--- a/src/portab/portab.h
+++ b/src/portab/portab.h
@@ -112,7 +112,6 @@ typedef unsigned char bool;
 
 /* SPLint */
 
-
 #ifdef S_SPLINT_S
 #include "splint.h"
 #endif
@@ -132,6 +131,9 @@ typedef unsigned char bool;
 #define HOST_VENDOR "unknown"
 #endif
 
+#ifdef __HAIKU__
+#define SINGLE_USER_OS
+#endif
 
 /* configure options */