diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-23 15:28:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-23 15:28:54 +0000 |
commit | a379e56acc0955dd1ec03740cfbb632ce54b7416 (patch) | |
tree | 408e9a4ab3aa25628e67dec3b09448eee54a4054 /ChangeLog | |
parent | 34a4b66d934c5aa8d413073f0df773ed5830c05b (diff) | |
download | glibc-a379e56acc0955dd1ec03740cfbb632ce54b7416.tar.gz glibc-a379e56acc0955dd1ec03740cfbb632ce54b7416.tar.xz glibc-a379e56acc0955dd1ec03740cfbb632ce54b7416.zip |
Update.
1998-09-23 15:25 Ulrich Drepper <drepper@cygnus.com> * libio/stdio.h: Define __need_getopt and include getopt.h to define getopt stuff. * posix/unistd.h: Likewise. * stdio/stdio.h: Likewise. * posix/getopt.h: Remove _GNU_SOURCE use. If __need_getopt is defined define only getopt and the variables. (CPPFLAGS): Add -DUSE_LIBDB1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 3ba61e1224..6f9517cac0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1998-09-23 15:25 Ulrich Drepper <drepper@cygnus.com> + + * libio/stdio.h: Define __need_getopt and include getopt.h to define + getopt stuff. + * posix/unistd.h: Likewise. + * stdio/stdio.h: Likewise. + * posix/getopt.h: Remove _GNU_SOURCE use. If __need_getopt is defined + define only getopt and the variables. + 1998-09-23 Andreas Jaeger <aj@arthur.rhein-neckar.de> * scripts/test-installation.pl (installation_problem): Don't link @@ -14,7 +23,7 @@ (distribute): Add $(db1-headers). (install-others): Define to install symlink libdb.so.NN and the $(db1-headers). - (CPPFLAGS): Add -USE_LIBDB1 + (CPPFLAGS): Add -DUSE_LIBDB1 Remove rules to build makedb. * db/Versions: Rename libdb to libdb1. * include/db.h: If USE_LIBDB1 is defined include db/db.h. |