diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-09-06 21:58:22 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-09-06 21:58:22 +0200 |
commit | d016659606ee2d39be44590059e4cfd04fa94c6b (patch) | |
tree | 73f9c6a711e2062677da51bb6b41b4bedf3a495b /metaconfig.h | |
parent | b4a3b1adcef1001d81018aed8b7d1b26d223601a (diff) | |
download | perl-d016659606ee2d39be44590059e4cfd04fa94c6b.tar.gz |
Sync up with meta after backports
This includes the inevitable reordering and some typo fixes
Note to committers that change Configure: when you add scans, thos will
only be included if used/referenced. You can force those in by adding a
reference in metaconfig.h
Diffstat (limited to 'metaconfig.h')
-rw-r--r-- | metaconfig.h | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/metaconfig.h b/metaconfig.h index 72f73e3dba..8c32690f51 100644 --- a/metaconfig.h +++ b/metaconfig.h @@ -11,31 +11,26 @@ * in Configure, this is the way to force them into availability. * * BOOTSTRAP_CHARSET - * CHARBITS + * HAS_ACOSH * HAS_ASCTIME64 - * HAS_BACKTRACE * HAS_CTIME64 * HAS_DIFFTIME64 * HAS_DLADDR + * HAS_FEGETROUND + * HAS_FPCLASSIFY * HAS_GMTIME64 - * HAS_ISBLANK + * HAS_ISFINITEL + * HAS_ISINFL + * HAS_J0 * HAS_LOCALTIME64 - * HAS_IP_MREQ - * HAS_IP_MREQ_SOURCE - * HAS_IPV6_MREQ - * HAS_IPV6_MREQ_SOURCE * HAS_MKTIME64 * HAS_PRCTL * HAS_PSEUDOFORK * HAS_TIMEGM - * HAS_SOCKADDR_IN6 * I16SIZE * I64SIZE * I8SIZE * LOCALTIME_R_NEEDS_TZSET * U8SIZE * USE_CBACKTRACE - * USE_KERN_PROC_PATHNAME - * USE_NSGETEXECUTABLEPATH - * */ |