minor tweaks in Porting/pumpkin.pod
[p5sagit/p5-mst-13.2.git] / NetWare / config_H.wc
index 383a4c2..c3a0d94 100644 (file)
  */
 /*#define HAS_USLEEP           /**/
 
+/* HAS_NANOSLEEP:
+ *     This symbol, if defined, indicates that the nanosleep system
+ *     call is available to let the process sleep with 1E-9 accuracy.
+ */
+/*#define HAS_NANOSLEEP                /**/
+
 /* HASVOLATILE:
  *     This symbol, if defined, indicates that this C compiler knows about
  *     the volatile declaration.