Cwd::_backtick_pwd does not check return value
[p5sagit/p5-mst-13.2.git] / config_h.SH
index 21eb607..209c96f 100644 (file)
@@ -1882,6 +1882,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
  */
 #$d_setpent HAS_SETPROTOENT            /**/
 
+/* HAS_SETPROCTITLE:
+ *     This symbol, if defined, indicates that the setproctitle routine is
+ *     available to set process title.
+ */
+#$d_setproctitle HAS_SETPROCTITLE              /**/
+
 /* HAS_SETPWENT:
  *     This symbol, if defined, indicates that the setpwent routine is
  *     available for initializing sequential access of the passwd database.
@@ -3150,5 +3156,18 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
 #define PERL_XS_APIVERSION "$xs_apiversion"
 #define PERL_PM_APIVERSION "$pm_apiversion"
 
+/* PRINTF_EXP_DIGITS:
+ *     This symbol's value is either 2 or 3, corresponding to the
+ *     number of exponent digits produced by the system's sprintf %[FGfg]
+ *     formats when the modulus of the exponent is 99 or less.
+ */
+#define PRINTF_EXP_DIGITS $d_printf_exp_digits
+
+/* I_LIBUTIL:
+ *     This symbol, if defined, indicates that <libutil.h> exists and
+ *     should be included.
+ */
+#$i_libutil    I_LIBUTIL               /**/
+
 #endif
 !GROK!THIS!