summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2013-09-16 14:47:08 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2013-09-16 14:47:08 +0200
commita05353bfa2b031e0c0283559432496d3915c83b2 (patch)
tree9e2a465aaa01ff4ba9d798cfa9d1309555df7f3b /configure.com
parentdb433f450608e784356bfeb17ba135fbfb2f3af1 (diff)
downloadperl-a05353bfa2b031e0c0283559432496d3915c83b2.tar.gz
Regenerate Configure and chainsaw voidflags
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.com b/configure.com
index 7ef1334ae0..582eb52546 100644
--- a/configure.com
+++ b/configure.com
@@ -118,8 +118,6 @@ $!: Private path used by Configure to find libraries. Its value !sfn
$!: is prepended to libpth. This variable takes care of special !sfn
$!: machines, like the mips. Usually, it should be empty. !sfn
$!plibpth='' !sfn
-$!: full support for void wanted by default !sfn
-$!defvoidused=15 !sfn
$!: List of libraries we want. !sfn
$!libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' !sfn
$!libswanted="$libswanted ld sun m c cposix posix ndir dir crypt" !sfn
@@ -6405,7 +6403,6 @@ $ WC "db_version_major='" + "'"
$ WC "db_version_minor='" + "'"
$ WC "db_version_patch='" + "'"
$ WC "dbgprefix='" + dbgprefix + "'"
-$ WC "defvoidused='15'"
$ WC "devtype='" + devtype + "'"
$ WC "direntrytype='struct dirent'"
$ WC "dlext='" + dlext + "'"
@@ -6803,7 +6800,6 @@ $ WC "version_patchlevel_string='" + version_patchlevel_string + "'"
$ WC "vms_cc_type='" + vms_cc_type + "'" ! VMS specific
$ WC "vms_prefix='" + vms_prefix + "'" ! VMS specific
$ WC "vms_ver='" + vms_ver + "'" ! VMS specific
-$ WC "voidflags='15'"
$!
$! ## The UNIXy POSIXy reentrantey thingys ##
$! See "Appendix B, Version-Dependency Tables" in the C RTL