diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2016-11-14 15:08:03 +0100 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2016-11-14 15:16:37 +0100 |
commit | f11a06125541e4385fd06d85693efc64e2ee64e3 (patch) | |
tree | bda9fdbeaee5c3ba24d40e42a2d23994e1a5f6f1 /metaconfig.h | |
parent | ee970fec4a4c7fa56e833aae4fb7ebc2cb81486f (diff) | |
download | perl-f11a06125541e4385fd06d85693efc64e2ee64e3.tar.gz |
Remove all symbols from metaconfig.h
Except BOOTSTRAP_CHARSET, which was removed from Configure in commit
1d38f63fe5, they're all used in the code, so metaconfig pulls them in
anyway.
Diffstat (limited to 'metaconfig.h')
-rw-r--r-- | metaconfig.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/metaconfig.h b/metaconfig.h index 720c370c0f..103362c15f 100644 --- a/metaconfig.h +++ b/metaconfig.h @@ -9,40 +9,4 @@ * implies that noone can use them unless they are available and * they won't be available unless used. When new symbols are probed * in Configure, this is the way to force them into availability. - * - * BOOTSTRAP_CHARSET - * DEFAULT_INC_EXCLUDES_DOT - * DOUBLEKIND - * HAS_ACOSH - * HAS_ASCTIME64 - * HAS_CTIME64 - * HAS_DIFFTIME64 - * HAS_DLADDR - * HAS_FEGETROUND - * HAS_FPCLASSIFY - * HAS_FREELOCALE - * HAS_GAI_STRERROR - * HAS_GMTIME64 - * HAS_ISFINITEL - * HAS_ISINFL - * HAS_ISLESS - * HAS_J0 - * HAS_LOCALTIME64 - * HAS_MEMMEM - * HAS_MKTIME64 - * HAS_NEWLOCALE - * HAS_PRCTL - * HAS_PSEUDOFORK - * HAS_QUERYLOCALE - * HAS_STRERROR_L - * HAS_TIMEGM - * HAS_USELOCALE - * I_XLOCALE - * I16SIZE - * I64SIZE - * I8SIZE - * LOCALTIME_R_NEEDS_TZSET - * LONG_DOUBLEKIND - * U8SIZE - * USE_CBACKTRACE */ |