diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-05 12:59:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-05 12:59:31 +0000 |
commit | 00fac743313809502d2125d1d1ddffd0d7f383ff (patch) | |
tree | 768525744894eaa0d3cbaed562f8c3b73475b035 /Porting/config_H | |
parent | b965688b0e455884d8849b2b52a7c24c4c9dae12 (diff) | |
download | perl-00fac743313809502d2125d1d1ddffd0d7f383ff.tar.gz |
Regen Glossary for #16991.
p4raw-id: //depot/perl@17007
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Porting/config_H b/Porting/config_H index ec6c5e570c..9f71299f35 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Sat Jun 1 19:20:35 EET DST 2002 + * Configuration time: Wed Jun 5 16:58:08 EET DST 2002 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -1797,7 +1797,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) |