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 | 033348ab8edf41000afacb4d116202e372210534 (patch) | |
tree | a89d070cf6992d775c0052b372eb10b58f851ae2 /win32/config_H.vc64 | |
parent | f76149cf8041c30354d4f0fad93955e89a94564d (diff) | |
download | perl-033348ab8edf41000afacb4d116202e372210534.tar.gz |
Regen stuff.
p4raw-id: //depot/perl@17339
Diffstat (limited to 'win32/config_H.vc64')
-rw-r--r-- | win32/config_H.vc64 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index ac25851b49..d2b6bc6f1b 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -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) |