summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-05 12:59:31 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-05 12:59:31 +0000
commit00fac743313809502d2125d1d1ddffd0d7f383ff (patch)
tree768525744894eaa0d3cbaed562f8c3b73475b035 /Porting/Glossary
parentb965688b0e455884d8849b2b52a7c24c4c9dae12 (diff)
downloadperl-00fac743313809502d2125d1d1ddffd0d7f383ff.tar.gz
Regen Glossary for #16991.
p4raw-id: //depot/perl@17007
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary5
1 files changed, 5 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 0d18d49418..5eb7977292 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -2537,6 +2537,11 @@ gmtime_r_proto (d_gmtime_r.U):
REENTRANT_PROTO_T_ABC macros of reentr.h if d_gmtime_r
is defined.
+gnulibc_version (d_gnulibc.U):
+ This variable contains the version number of the GNU C library.
+ It is usually something like '2.2.5'. It is a plain '' if this
+ is not the GNU C library, or if the version is unknown.
+
grep (Loc.U):
This variable is used internally by Configure to determine the
full pathname (if any) of the grep program. After Configure runs,