summaryrefslogtreecommitdiff
path: root/NetWare/config_H.wc
diff options
context:
space:
mode:
Diffstat (limited to 'NetWare/config_H.wc')
-rw-r--r--NetWare/config_H.wc8
1 files changed, 7 insertions, 1 deletions
diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc
index c3428f777b..eb3c2e0e5f 100644
--- a/NetWare/config_H.wc
+++ b/NetWare/config_H.wc
@@ -2933,7 +2933,7 @@
* This macro is to be used to generate uniformly distributed
* random numbers over the range [0., 1.[. You may have to supply
* an 'extern double drand48();' in your program since SunOS 4.1.3
- * doesn't provide you with anything relevant in it's headers.
+ * doesn't provide you with anything relevant in its headers.
* See HAS_DRAND48_PROTO.
*/
/* Rand_seed_t:
@@ -3446,4 +3446,10 @@
*/
/*#define HAS_USLEEP_PROTO /**/
+/* HAS_PTHREAD_ATFORK:
+ * This symbol, if defined, indicates that the pthread_atfork routine
+ * is available setup fork handlers.
+ */
+/*#define HAS_PTHREAD_ATFORK /**/
+
#endif