[PATCH] Remove dead code from win32/win32sck.c
[p5sagit/p5-mst-13.2.git] / win32 / config_H.gc
index 8d47e3a..afea855 100644 (file)
  *     to kill process groups.  If unavailable, you probably should use kill
  *     with a negative process number.
  */
-/*#define HAS_KILLPG   /**/
+#define HAS_KILLPG     /**/
 
 /* HAS_LINK:
  *     This symbol, if defined, indicates that the link routine is
 /* HASATTRIBUTE_FORMAT:
  *     Can we handle GCC attribute for checking printf-style formats
  */
+/* PRINTF_FORMAT_NULL_OK:
+ *     Allows __printf__ format to be null when checking printf-style
+ */
 /* HASATTRIBUTE_MALLOC:
  *     Can we handle GCC attribute for malloc-style functions.
  */
  *     Can we handle GCC attribute for warning on unused results
  */
 /*#define HASATTRIBUTE_FORMAT  /**/
+/*#define PRINTF_FORMAT_NULL_OK        /**/
 /*#define HASATTRIBUTE_MALLOC  /**/
 /*#define HASATTRIBUTE_NONNULL /**/
 /*#define HASATTRIBUTE_NORETURN        /**/
  */
 /*#define HAS_VFORK    /**/
 
+/* HAS_PSEUDOFORK:
+ *     This symbol, if defined, indicates that an emulation of the
+ *     fork routine is available.
+ */
+/*#define HAS_PSEUDOFORK       /**/
+
 /* Signal_t:
  *     This symbol's value is either "void" or "int", corresponding to the
  *     appropriate return type of a signal handler.  Thus, you can declare