The ext/Cwd/Cwd.xs part of...
[p5sagit/p5-mst-13.2.git] / config_h.SH
index 91b4fcb..2f955d8 100644 (file)
@@ -640,6 +640,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
  */
 #$i_arpainet   I_ARPA_INET             /**/
 
+/* I_ASSERT:
+ *     This symbol, if defined, indicates to the C program that it could
+ *     include <assert.h> to get the assert() macro.
+ */
+#$i_assert     I_ASSERT                /**/
+
 /* I_DBM:
  *     This symbol, if defined, indicates that <dbm.h> exists and should
  *     be included.
@@ -1760,7 +1766,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
 /* LOCALTIME_R_NEEDS_TZSET:
  *     Many libc's localtime_r implementations do not call tzset,
  *     making them differ from localtime(), and making timezone
- *     changes using $ENV{TZ} without explicitly calling tzset
+ *     changes using \$ENV{TZ} without explicitly calling tzset
  *     impossible. This symbol makes us call tzset before localtime_r
  */
 #$d_localtime_r_needs_tzset LOCALTIME_R_NEEDS_TZSET /**/