perl 3.0 patch #16 (combined patch)
[p5sagit/p5-mst-13.2.git] / config.h.SH
index ad19da7..7215ef9 100644 (file)
@@ -167,6 +167,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef!/\*#undef!'
  */
 #$d_getpgrp    GETPGRP         /**/
 
+/* GETPGRP2:
+ *     This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
+ *     routine is available to get the current process group.
+ */
+#$d_getpgrp2   GETPGRP2                /**/
+
 /* GETPRIORITY:
  *     This symbol, if defined, indicates that the getpriority() routine is
  *     available to get a process's priority.
@@ -294,6 +300,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef!/\*#undef!'
  */
 #$d_setpgrp    SETPGRP         /**/
 
+/* SETPGRP2:
+ *     This symbol, if defined, indicates that the setpgrp2() (as in DG/UX)
+ *     routine is available to set the current process group.
+ */
+#$d_setpgrp2   SETPGRP2                /**/
+
 /* SETPRIORITY:
  *     This symbol, if defined, indicates that the setpriority() routine is
  *     available to set a process's priority.
@@ -373,6 +385,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef!/\*#undef!'
  */
 #$d_strctcpy   STRUCTCOPY      /**/
 
+/* STRERROR:
+ *     This symbol, if defined, indicates that the strerror() routine is
+ *     available to translate error numbers to strings.
+ */
+#$d_strerror   STRERROR                /**/
+
 /* SYMLINK:
  *     This symbol, if defined, indicates that the symlink routine is available
  *     to create symbolic links.
@@ -385,28 +403,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef!/\*#undef!'
  */
 #$d_syscall    SYSCALL         /**/
 
-/* TMINSYS:
- *     This symbol is defined if this system declares "struct tm" in
- *     in <sys/time.h> rather than <time.h>.  We can't just say
- *     -I/usr/include/sys because some systems have both time files, and
- *     the -I trick gets the wrong one.
- */
-/* I_SYSTIME:
- *     This symbol is defined if this system has the file <sys/time.h>.
- */
-/* I_TIMETOO:
- *     This symbol is defined if <sys/time.h> exists but doesn't include
- *     <time.h>.
- */
-/* I_SYSTIMETOO:
- *     This symbol is defined if <sys/time.h> exists but isn't included
- *     by <time.h>.
- */
-#$d_tminsys    TMINSYS         /**/
-#$i_systime    I_SYSTIME       /**/
-#$i_timetoo    I_TIMETOO       /**/
-#$i_systimetoo I_SYSTIMETOO    /**/
-
 /* VARARGS:
  *     This symbol, if defined, indicates to the C program that it should
  *     include varargs.h.
@@ -426,6 +422,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef!/\*#undef!'
  */
 #$d_voidsig    VOIDSIG         /**/
 
+/* HASVOLATILE:
+ *     This symbol, if defined, indicates that this C compiler knows about
+ *     the volatile declaration.
+ */
+#$d_volatile   HASVOLATILE     /**/
+
 /* VPRINTF:
  *     This symbol, if defined, indicates that the vprintf routine is available
  *     to printf with a pointer to an argument list.  If unavailable, you
@@ -524,6 +526,32 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef!/\*#undef!'
  */
 #$i_sysioctl   I_SYSIOCTL              /**/
 
+/* I_SYSNDIR:
+ *     This symbol, if defined, indicates to the C program that it should
+ *     include sys/ndir.h.
+ */
+#$i_sysndir    I_SYSNDIR               /**/
+
+/* I_TIME:
+ *     This symbol is defined if the program should include <time.h>.
+ */
+/* I_SYSTIME:
+ *     This symbol is defined if the program should include <sys/time.h>.
+ */
+/* I_SYSTIMEKERNEL:
+ *     This symbol is defined if the program should include <sys/time.h>
+ *     with KERNEL defined.
+ */
+#$i_time               I_TIME          /**/
+#$i_systime    I_SYSTIME       /**/
+#$d_systimekernel      SYSTIMEKERNEL   /**/
+
+/* I_UTIME:
+ *     This symbol, if defined, indicates to the C program that it should
+ *     include utime.h.
+ */
+#$i_utime      I_UTIME         /**/
+
 /* I_VARARGS:
  *     This symbol, if defined, indicates to the C program that it should
  *     include varargs.h.