This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
various win32 odds and ends
[perl5.git] / win32 / config_H.gc
index 22f1258..7ec7c7f 100644 (file)
  *     This symbol, if defined, indicates that the waitpid routine is
  *     available to wait for child process.
  */
-/*#define HAS_WAITPID  /**/
+#define HAS_WAITPID    /**/
 
 /* HAS_WCSTOMBS:
  *     This symbol, if defined, indicates that the wcstombs routine is
 #define LONGLONGSIZE 8         /**/
 #endif
 
-/* HAS_MKSTEMP:
- *     This symbol, if defined, indicates that the mkstemp routine is
- *     available to create and open a unique temporary file.
- */
-/*#define HAS_MKSTEMP          /**/
-
 /* HAS_SETGROUPS:
  *     This symbol, if defined, indicates that the setgroups() routine is
  *     available to set the list of process groups.  If unavailable, multiple