diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-01-14 16:37:08 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-01-14 16:37:08 +0000 |
commit | 34f1896bf0e6d84b51034730aeb2a94e83c146ba (patch) | |
tree | 498ff128890061f9d9bff263f9f78bed22319d2b /config_h.SH | |
parent | 656266fc5211f7fea3afa655730ed10f45b205ea (diff) | |
download | perl-34f1896bf0e6d84b51034730aeb2a94e83c146ba.tar.gz |
Intermediate update/regen in cleanup process, dtrace support
is now backported
p4raw-id: //depot/perl@32974
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/config_h.SH b/config_h.SH index a9b626507a..a69a2e3393 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3,6 +3,7 @@ # # See Porting/config_h.pl +: Set up for generating config_h.SH case "$CONFIG_SH" in '') CONFIG_SH=config.sh ;; esac @@ -959,7 +960,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un /* If you can get stringification with catify, tell me how! */ #endif #if $cpp_stuff == 42 -#define PeRl_CaTiFy(a, b) a ## b +#define PeRl_CaTiFy(a, b) a ## b #define PeRl_StGiFy(a) #a /* the additional level of indirection enables these macros to be * used as arguments to other macros. See K&R 2nd ed., page 231. */ @@ -2800,12 +2801,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$d_oldpthreads OLD_PTHREADS_API /**/ #$usereentrant USE_REENTRANT_API /**/ -/* USE_DTRACE - * This symbol, if defined, indicates that Perl should - * be built with support for DTrace. - */ -#$usedtrace USE_DTRACE /**/ - /* PERL_VENDORARCH: * If defined, this symbol contains the name of a private library. * The library is private in the sense that it needn't be in anyone's @@ -2993,6 +2988,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE) # define _GNU_SOURCE #endif + /* HAS_ISASCII: * This manifest constant lets the C program know that isascii * is available. @@ -4440,7 +4436,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #ifndef USE_64_BIT_INT #$use64bitint USE_64_BIT_INT /**/ #endif - #ifndef USE_64_BIT_ALL #$use64bitall USE_64_BIT_ALL /**/ #endif |