diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-03 07:01:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-03 07:01:11 +0000 |
commit | 0c7dfa144bf36cde60287483f0163455e961c2af (patch) | |
tree | 6b000a30ea284ffdb7e8823108ba4454ed60cded /posix | |
parent | e4c785c8d771f50c4c7a059b545976301bd2508c (diff) | |
download | glibc-0c7dfa144bf36cde60287483f0163455e961c2af.tar.gz glibc-0c7dfa144bf36cde60287483f0163455e961c2af.tar.xz glibc-0c7dfa144bf36cde60287483f0163455e961c2af.zip |
Update.
* hesiod/hesiod.c (hesiod_resolve): Also search HS records is errno is ECONNREFUSED. * posix/Makefile: Define MBS_SUPPORT for regex.c.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/Makefile b/posix/Makefile index a83996f0b4..c3ff0dd10a 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-1999, 2000 Free Software Foundation, Inc. +# Copyright (C) 1991-1999, 2000, 2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -107,7 +107,7 @@ $(objpfx)wordexp-tst.out: wordexp-tst.sh $(objpfx)wordexp-test endif endif -CFLAGS-regex.c = -Wno-strict-prototypes +CFLAGS-regex.c = -Wno-strict-prototypes -DMBS_SUPPORT CFLAGS-getaddrinfo.c = -DRESOLVER tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \ --none random --col --color --colour |