perl 4.0 patch 1: (combined patch)
[p5sagit/p5-mst-13.2.git] / config_h.SH
index b0cfe99..57a0f1b 100644 (file)
@@ -591,6 +591,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef!/\*#undef!'
  */
 #define GIDTYPE $gidtype               /**/
 
+/* GROUPSTYPE
+ *     This symbol has a value like gid_t, int, ushort, or whatever type is
+ *     used in the return value of getgroups().
+ */
+#define GROUPSTYPE $groupstype         /**/
+
 /* I_FCNTL
  *     This manifest constant tells the C program to include <fcntl.h>.
  */
@@ -740,6 +746,11 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef!/\*#undef!'
 #$i_my_dir     I_MY_DIR        /**/
 #$d_dirnamlen  DIRNAMLEN       /**/
 
+/* MALLOCPTRTYPE
+ *     This symbol defines the kind of ptr returned by malloc and realloc.
+ */
+#define MALLOCPTRTYPE $mallocptrtype         /**/
+
 
 /* RANDBITS
  *     This symbol contains the number of bits of random number the rand()