diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2011-10-01 13:25:30 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2011-10-01 13:25:30 +0200 |
commit | d78f9ffa7317e24a5eaf54a2cf107e6663784159 (patch) | |
tree | c00409ffecf36863244c723804974016686ce32b /config_h.SH | |
parent | 59c72abb953c65b45dbe206ff588a3f0a9d37e3c (diff) | |
download | perl-d78f9ffa7317e24a5eaf54a2cf107e6663784159.tar.gz |
Regen Configure and friends
After backporting Nicholas' work and slimming down metaconfig.h
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/config_h.SH b/config_h.SH index 7b8d31e6b5..879c1d721b 100755 --- a/config_h.SH +++ b/config_h.SH @@ -2689,20 +2689,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$ebcdic EBCDIC /**/ -/* USE_KERN_PROC_PATHNAME: - * This symbol, if defined, indicates that we can use sysctl with - * KERN_PROC_PATHNAME to get a full path for the executable, and hence - * convert $^X to an absolute path. - */ -#$usekernprocpathname USE_KERN_PROC_PATHNAME /**/ - -/* USE_NSGETEXECUTABLEPATH: - * This symbol, if defined, indicates that we can use _NSGetExecutablePath - * and realpath to get a full path for the executable, and hence convert - * $^X to an absolute path. - */ -#$usensgetexecutablepath USE_NSGETEXECUTABLEPATH /**/ - /* Fpos_t: * This symbol holds the type used to declare file positions in libc. * It can be fpos_t, long, uint, etc... It may be necessary to include @@ -4699,6 +4685,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$usefaststdio USE_FAST_STDIO /**/ #endif +/* USE_KERN_PROC_PATHNAME: + * This symbol, if defined, indicates that we can use sysctl with + * KERN_PROC_PATHNAME to get a full path for the executable, and hence + * convert $^X to an absolute path. + */ +#$usekernprocpathname USE_KERN_PROC_PATHNAME /**/ + /* USE_LARGE_FILES: * This symbol, if defined, indicates that large file support * should be used when available. @@ -4731,6 +4724,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$usemultiplicity MULTIPLICITY /**/ #endif +/* USE_NSGETEXECUTABLEPATH: + * This symbol, if defined, indicates that we can use _NSGetExecutablePath + * and realpath to get a full path for the executable, and hence convert + * $^X to an absolute path. + */ +#$usensgetexecutablepath USE_NSGETEXECUTABLEPATH /**/ + /* USE_PERLIO: * This symbol, if defined, indicates that the PerlIO abstraction should * be used throughout. If not defined, stdio should be |