about summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-01-05 21:53:04 +0000
committerRoland McGrath <roland@gnu.org>2002-01-05 21:53:04 +0000
commitdde2f4a0b846b1d819cf47881e767a2904bc16d5 (patch)
treebe9f2186d49624520d85bf94509091a3a35956d5 /config.h.in
parent2912efb570d425670b473d70ae62770926070407 (diff)
downloadglibc-dde2f4a0b846b1d819cf47881e767a2904bc16d5.tar.gz
glibc-dde2f4a0b846b1d819cf47881e767a2904bc16d5.tar.xz
glibc-dde2f4a0b846b1d819cf47881e767a2904bc16d5.zip
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.in3
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
+
 /*
  */