summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/defines.h b/defines.h
index 087ad2af0..51fd7b3e0 100644
--- a/defines.h
+++ b/defines.h
@@ -89,6 +89,10 @@ enum
89# define STDERR_FILENO 2 89# define STDERR_FILENO 2
90#endif 90#endif
91 91
92#ifndef NGROUP_MAX /* Disable groupaccess if NGROUP_MAX is not set */
93#define NGROUP_MAX 0
94#endif
95
92#ifndef O_NONBLOCK /* Non Blocking Open */ 96#ifndef O_NONBLOCK /* Non Blocking Open */
93# define O_NONBLOCK 00004 97# define O_NONBLOCK 00004
94#endif 98#endif