diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-25 11:11:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-25 11:11:15 +0000 |
commit | 1d62ae8a22d409917e29270a5e9bc900035c0930 (patch) | |
tree | eea0bb9f0f408cd07f78f14c9a7709110b5a69c5 /libidn/configure.in | |
parent | 10c6e7097f0721d00eb40d38caa3ee7c235debaf (diff) | |
download | glibc-1d62ae8a22d409917e29270a5e9bc900035c0930.zip glibc-1d62ae8a22d409917e29270a5e9bc900035c0930.tar.gz glibc-1d62ae8a22d409917e29270a5e9bc900035c0930.tar.bz2 |
* sysdeps/gnu/net/if.h (IFF_DYNAMIC): New macro.
Diffstat (limited to 'libidn/configure.in')
-rw-r--r-- | libidn/configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libidn/configure.in b/libidn/configure.in new file mode 100644 index 0000000..bafa355 --- /dev/null +++ b/libidn/configure.in @@ -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]) |