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 /win32/config_H.vc | |
parent | b24b7d8444428ca9b914549bfb94f84967c14810 (diff) | |
download | perl-f11f57b42cf7552027176dd19b5596b28c2db2ad.tar.gz |
Regen stuff.
p4raw-id: //depot/perl@17339
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index bc81d7cd8d..7d64e6b70d 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -1748,7 +1748,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) |