summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-04-24 16:35:57 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-04-24 16:35:57 +0000
commit7f7611693ae4cbdb1286d9a1854b4f5a34e9670e (patch)
tree47aaa750b7084a968894d3d0aefdc23c82018c08 /config_h.SH
parent79cb57f6e01f91d8fff40d69caa187aaa669671b (diff)
parent00f0ad8cc5167da0ecee5f9c3558c45074323a13 (diff)
downloadperl-7f7611693ae4cbdb1286d9a1854b4f5a34e9670e.tar.gz
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@3267
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH12
1 files changed, 6 insertions, 6 deletions
diff --git a/config_h.SH b/config_h.SH
index ab0cb5318a..29a0d35ef5 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -705,11 +705,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
*/
#$d_umask HAS_UMASK /**/
-/* HAS_VFORK:
- * This symbol, if defined, indicates that vfork() exists.
- */
-#$d_vfork HAS_VFORK /**/
-
/* HASVOLATILE:
* This symbol, if defined, indicates that this C compiler knows about
* the volatile declaration.
@@ -1919,6 +1914,11 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
#$d_semctl_semun USE_SEMCTL_SEMUN /**/
#$d_semctl_semid_ds USE_SEMCTL_SEMID_DS /**/
+/* HAS_VFORK:
+ * This symbol, if defined, indicates that vfork() exists.
+ */
+#$d_vfork HAS_VFORK /**/
+
/* 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
@@ -2351,7 +2351,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
#$d_stat64 HAS_STAT64 /**/
#$d_telldir64 HAS_TELLDIR64 /**/
#$d_truncate64 HAS_TRUNCATE64 /**/
-#$d_off64t HAS_OFF64_T /**/
+#$d_off64_t HAS_OFF64_T /**/
#$d_dirent64_s HAS_STRUCT_DIRENT64 /**/
/* PRIVLIB: