diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-21 12:46:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-21 12:46:59 +0000 |
commit | f11f57b42cf7552027176dd19b5596b28c2db2ad (patch) | |
tree | a89d070cf6992d775c0052b372eb10b58f851ae2 /uconfig.h | |
parent | b24b7d8444428ca9b914549bfb94f84967c14810 (diff) | |
download | perl-f11f57b42cf7552027176dd19b5596b28c2db2ad.tar.gz |
Regen stuff.
p4raw-id: //depot/perl@17339
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1793,7 +1793,8 @@ /* HAS_GNULIBC: * This symbol, if defined, indicates to the C program that - * the GNU C library is being used. + * the GNU C library is being used. A better check is to use + * the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc. */ /*#define HAS_GNULIBC / **/ #if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE) |