diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2013-09-16 14:47:08 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2013-09-16 14:47:08 +0200 |
commit | a05353bfa2b031e0c0283559432496d3915c83b2 (patch) | |
tree | 9e2a465aaa01ff4ba9d798cfa9d1309555df7f3b /plan9 | |
parent | db433f450608e784356bfeb17ba135fbfb2f3af1 (diff) | |
download | perl-a05353bfa2b031e0c0283559432496d3915c83b2.tar.gz |
Regenerate Configure and chainsaw voidflags
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config.plan9 | 25 | ||||
-rw-r--r-- | plan9/config_h.sample | 25 | ||||
-rw-r--r-- | plan9/config_sh.sample | 2 | ||||
-rw-r--r-- | plan9/myconfig.plan9 | 2 |
4 files changed, 1 insertions, 53 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index 01b81bec80..7b828a99d6 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3732,31 +3732,6 @@ /*#define PERL_VENDORLIB_EXP "" / **/ /*#define PERL_VENDORLIB_STEM "" / **/ -/* VOIDFLAGS: - * This symbol indicates how much support of the void type is given by this - * compiler. What various bits mean: - * - * 1 = supports declaration of void - * 2 = supports arrays of pointers to functions returning void - * 4 = supports comparisons between pointers to void functions and - * addresses of void functions - * 8 = supports declaration of generic void pointers - * - * The package designer should define VOIDUSED to indicate the requirements - * of the package. This can be done either by #defining VOIDUSED before - * including config.h, or by defining defvoidused in Myinit.U. If the - * latter approach is taken, only those flags will be tested. If the - * level of void support necessary is not present, defines void to int. - */ -#ifndef VOIDUSED -#define VOIDUSED 15 -#endif -#define VOIDFLAGS 15 -#if (VOIDFLAGS & VOIDUSED) != VOIDUSED -#define void int /* is void to be avoided? */ -#define M_VOID /* Xenix strikes again */ -#endif - /* HAS_CRYPT: * This symbol, if defined, indicates that the crypt routine is available * to encrypt passwords and the like. diff --git a/plan9/config_h.sample b/plan9/config_h.sample index 3f46ac224a..b0876b82bc 100644 --- a/plan9/config_h.sample +++ b/plan9/config_h.sample @@ -3662,31 +3662,6 @@ /*#define PERL_VENDORLIB_EXP "" / **/ /*#define PERL_VENDORLIB_STEM "" / **/ -/* VOIDFLAGS: - * This symbol indicates how much support of the void type is given by this - * compiler. What various bits mean: - * - * 1 = supports declaration of void - * 2 = supports arrays of pointers to functions returning void - * 4 = supports comparisons between pointers to void functions and - * addresses of void functions - * 8 = supports declaration of generic void pointers - * - * The package designer should define VOIDUSED to indicate the requirements - * of the package. This can be done either by #defining VOIDUSED before - * including config.h, or by defining defvoidused in Myinit.U. If the - * latter approach is taken, only those flags will be tested. If the - * level of void support necessary is not present, defines void to int. - */ -#ifndef VOIDUSED -#define VOIDUSED 15 -#endif -#define VOIDFLAGS 15 -#if (VOIDFLAGS & VOIDUSED) != VOIDUSED -#define void int /* is void to be avoided? */ -#define M_VOID /* Xenix strikes again */ -#endif - /* HAS_CRYPT: * This symbol, if defined, indicates that the crypt routine is available * to encrypt passwords and the like. diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 7984ea370d..056eb9261e 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -550,7 +550,6 @@ db_prefixtype='size_t' db_version_major='' db_version_minor='' db_version_patch='' -defvoidused='15' direntrytype='struct dirent' dlext='none' dlsrc='dl_none.xs' @@ -1044,7 +1043,6 @@ version='5.19.4' version_patchlevel_string='version 19 subversion 4' versiononly='undef' vi='' -voidflags='15' xlibpth='' yacc='yacc' yaccflags='' diff --git a/plan9/myconfig.plan9 b/plan9/myconfig.plan9 index 59512d5c9c..ecf40174c6 100644 --- a/plan9/myconfig.plan9 +++ b/plan9/myconfig.plan9 @@ -25,7 +25,7 @@ Summary of my $package ($baserev version $PERL_VERSION subversion $PERL_SUBVERSI cppflags='$cppflags' ccflags ='$ccflags' stdchar='$stdchar', d_stdstdio=$d_stdstdio, usevfork=$usevfork - voidflags=$voidflags, castflags=$castflags, d_casti32=$d_casti32, d_castneg=$d_castneg + castflags=$castflags, d_casti32=$d_casti32, d_castneg=$d_castneg intsize=$intsize, alignbytes=$alignbytes, usemymalloc=$usemymalloc, randbits=$randbits Linker and Libraries: ld='$ld', ldflags ='$ldflags' |