diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-01-09 18:10:21 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-01-09 18:10:21 +0100 |
commit | 269a7913af37c73e7822a085898f90d15d896882 (patch) | |
tree | c7ccba403affe7b92355a82e0b77fdfb8e77a378 /metaconfig.h | |
parent | 71481574542a78998bec6e39bd4f238a5619f7cd (diff) | |
download | perl-269a7913af37c73e7822a085898f90d15d896882.tar.gz |
Add probe for isblank() (requested by khw)
Diffstat (limited to 'metaconfig.h')
-rw-r--r-- | metaconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/metaconfig.h b/metaconfig.h index 0e418f2a94..7a74db0871 100644 --- a/metaconfig.h +++ b/metaconfig.h @@ -1,7 +1,7 @@ /* This is a placeholder file for symbols that should be exported * into config_h.SH and Porting/Glossary. See also metaconfig.SH * - * First version was created from the part in handy.h (which includes this) + * First version was created from the part in handy.h * H.Merijn Brand 21 Dec 2010 (Tux) * * Mentioned variables are forced to be included into config_h.SH @@ -15,6 +15,7 @@ * HAS_CTIME64 * HAS_DIFFTIME64 * HAS_GMTIME64 + * HAS_ISBLANK * HAS_LOCALTIME64 * HAS_MKTIME64 * HAS_PRCTL |