diff options
-rw-r--r-- | NetWare/config.wc | 2 | ||||
-rw-r--r-- | symbian/config.sh | 4 | ||||
-rw-r--r-- | uconfig.h | 2 | ||||
-rw-r--r-- | uconfig.sh | 2 | ||||
-rw-r--r-- | uconfig64.sh | 2 | ||||
-rw-r--r-- | win32/config.ce | 3 |
6 files changed, 10 insertions, 5 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc index 298fe35be0..71b398d90c 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -1,7 +1,6 @@ ## Configured by: ~cf_email~ ## Target system: NetWare Author='Guruprasad' -PERL_CONFIG_SH='true' Date='$Date' Header='' Id='$Id' @@ -1039,6 +1038,7 @@ PERL_API_SUBVERSION='~PERL_API_SUBVERSION~' PERL_API_VERSION='~PERL_API_VERSION~' PATCHLEVEL='~PERL_VERSION~' SUBVERSION='~PERL_SUBVERSION~' +PERL_CONFIG_SH='true' base_import='' nlm_version='' mpktool='' diff --git a/symbian/config.sh b/symbian/config.sh index e218a55964..e0115d09d4 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -1,5 +1,5 @@ #!\\bin\\sh -PERL_CONFIG_SH='true' +Author='' _a='.a' _o='.o' afs='false' @@ -847,3 +847,5 @@ uvxformat='"lx"' versiononly='undef' voidflags=1 xs_apiversion='5.008' +zip='' +PERL_CONFIG_SH='true' @@ -4705,5 +4705,5 @@ /* Generated from: * 5c3a0864433ad4da7f3248b108cf8e17c19bd4d71799cd56b6c2a73bb647561a config_h.SH - * 572c1e5ebb7563dcf5fa02c1ff0b1ca588d8aab1d52e0ffed24245c95dc7a137 uconfig.sh + * a6b7197faacd07cbe976969ff7dbafe88df541efb63d49f4bf3307763962172d uconfig.sh * ex: set ro: */ diff --git a/uconfig.sh b/uconfig.sh index 0f047ae6cf..387b2f764c 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -1,4 +1,5 @@ #!/bin/sh +Author='' _a='.a' _o='.o' afs='false' @@ -808,3 +809,4 @@ vendorlib_stem='' vendorlibexp='' versiononly='undef' voidflags=1 +zip='' diff --git a/uconfig64.sh b/uconfig64.sh index 7d94741598..a35568a475 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -1,4 +1,5 @@ #!/bin/sh +Author='' _a='.a' _o='.o' afs='false' @@ -809,3 +810,4 @@ vendorlib_stem='' vendorlibexp='' versiononly='undef' voidflags=1 +zip='' diff --git a/win32/config.ce b/win32/config.ce index cfc4815d32..d92b3cf2b5 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -1,8 +1,6 @@ ## Configured by: ~cf_email~ ## Target system: WINCE Author='' -PERL_CONFIG_SH='true' -CONFIGDOTSH='true' Date='$Date' Header='' Id='$Id' @@ -1032,3 +1030,4 @@ PERL_API_VERSION='~PERL_API_VERSION~' PATCHLEVEL='~PERL_VERSION~' PERL_PATCHLEVEL='~PERL_PATCHLEVEL~' PERL_CONFIG_SH='true' +CONFIGDOTSH='true' |