]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/gnu/net/if.h (IFF_DYNAMIC): New macro.
authorRoland McGrath <roland@gnu.org>
Sat, 25 Feb 2006 11:11:15 +0000 (11:11 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 25 Feb 2006 11:11:15 +0000 (11:11 +0000)
ChangeLog
libidn/ChangeLog
libidn/configure
libidn/configure.in [new file with mode: 0644]
libidn/sysdeps/unix/configure [deleted file]
sysdeps/gnu/net/if.h

index 85e07fae1174ef2164cf9d9bcd96437bf15dec1c..ce8e47b95cd35585cf9e2334d5cd17cfdc42be91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/gnu/net/if.h (IFF_DYNAMIC): New macro.
+
 2006-02-24  David S. Miller  <davem@sunset.davemloft.net>
 
        * configure.in: Use sparc/sparc32/sparcv9/sparcv9b in place
index f9303743fcfefc0e0527fe289b71c3bdfa61389e..28dda534eb39c25a5baa4e15a64e87c5cd86768d 100644 (file)
@@ -1,3 +1,9 @@
+2006-02-25  Roland McGrath  <roland@redhat.com>
+
+       * configure.in: New file.
+       * configure: Replaced with generated file.
+       * sysdeps/unix/configure: File removed.
+
 2005-03-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        * iconvme.c (SIZE_MAX): New macro, if not already defined.
index 53d0dcd67e6e2ca7fd55ae1b8607904e53e08644..52ddb3fc26de1de0dd1742bfeb728aa18c010091 100644 (file)
@@ -1,3 +1,7 @@
-# This is only to keep the GNU C library configure mechanism happy.
-# This is a shell script fragment sourced by the main configure script.
-# We have nothing we need to add here.
+# This file is generated from configure.in by Autoconf.  DO NOT EDIT!
+
+# Get this defined in config.h for main source code to test.
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_LIBIDN 1
+_ACEOF
+
diff --git a/libidn/configure.in b/libidn/configure.in
new file mode 100644 (file)
index 0000000..bafa355
--- /dev/null
@@ -0,0 +1,5 @@
+dnl glibc configure fragment for libidn add-on
+GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
+
+# Get this defined in config.h for main source code to test.
+AC_DEFINE([HAVE_LIBIDN])
diff --git a/libidn/sysdeps/unix/configure b/libidn/sysdeps/unix/configure
deleted file mode 100755 (executable)
index 2d9fac3..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# Signal that libidn is available.
-libc_cv_idn=yes
index b10245f4555a18b2ee63e0dc96fba29f379223a4..ebb3e9f3069c13d1b951f9ff3e0cd893f8922917 100644 (file)
@@ -75,8 +75,10 @@ enum
 
     IFF_PORTSEL = 0x2000,      /* Can set media type.  */
 # define IFF_PORTSEL   IFF_PORTSEL
-    IFF_AUTOMEDIA = 0x4000     /* Auto media select active.  */
+    IFF_AUTOMEDIA = 0x4000,    /* Auto media select active.  */
 # define IFF_AUTOMEDIA IFF_AUTOMEDIA
+    IFF_DYNAMIC = 0x8000       /* Dialup device with changing addresses.  */
+# define IFF_DYNAMIC   IFF_DYNAMIC
   };
 
 /* The ifaddr structure contains information about one address of an