]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/portab/portab.h
Disable UID/GID checks on "single user OS"
[ngircd-alex.git] / src / portab / portab.h
index 1c6e3f852aaa02c5b4cbb398803ba9c114ec35b4..208d3500342a1d2aba40b07a7eee0af9a4ec98c3 100644 (file)
@@ -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 */