summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-21 12:46:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-21 12:46:59 +0000
commit033348ab8edf41000afacb4d116202e372210534 (patch)
treea89d070cf6992d775c0052b372eb10b58f851ae2 /vos
parentf76149cf8041c30354d4f0fad93955e89a94564d (diff)
downloadperl-033348ab8edf41000afacb4d116202e372210534.tar.gz
Regen stuff.
p4raw-id: //depot/perl@17339
Diffstat (limited to 'vos')
-rw-r--r--vos/config.alpha.h3
-rw-r--r--vos/config.ga.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/vos/config.alpha.h b/vos/config.alpha.h
index 680adfb7b0..322b568753 100644
--- a/vos/config.alpha.h
+++ b/vos/config.alpha.h
@@ -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)
diff --git a/vos/config.ga.h b/vos/config.ga.h
index 33396106dc..b5b2953099 100644
--- a/vos/config.ga.h
+++ b/vos/config.ga.h
@@ -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)