diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-05 21:53:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-05 21:53:04 +0000 |
commit | dde2f4a0b846b1d819cf47881e767a2904bc16d5 (patch) | |
tree | be9f2186d49624520d85bf94509091a3a35956d5 /config.h.in | |
parent | 2912efb570d425670b473d70ae62770926070407 (diff) | |
download | glibc-dde2f4a0b846b1d819cf47881e767a2904bc16d5.tar.gz |
2002-01-05 Roland McGrath <roland@frob.com>
* config.h.in (HAVE_MIG_RETCODE): New #undef.
* sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
* sysdeps/mach/hurd/configure: Regenerated.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 475bd72a38..917674bad6 100644 --- a/config.h.in +++ b/config.h.in @@ -119,6 +119,9 @@ disabling the support as well. */ #undef USE_NONOPTION_FLAGS +/* Mach/Hurd specific: define if mig supports the `retcode' keyword. */ +#undef HAVE_MIG_RETCODE + /* */ |