diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-25 19:14:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-25 19:15:30 +0000 |
commit | 472f22263f5613910e7c8808d0accd1481a66f57 (patch) | |
tree | aa38dbfe22e4691f866ead1510a6653551c1ef8d /main/libc0.9.32/uclibcconfig.x86 | |
parent | 49832f5ede2114d640ba939136243b18b8249a47 (diff) | |
download | aports-472f22263f5613910e7c8808d0accd1481a66f57.tar.bz2 aports-472f22263f5613910e7c8808d0accd1481a66f57.tar.xz |
main/libc0.9.32: add mDNS support via avahi-daemon
Diffstat (limited to 'main/libc0.9.32/uclibcconfig.x86')
-rw-r--r-- | main/libc0.9.32/uclibcconfig.x86 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/main/libc0.9.32/uclibcconfig.x86 b/main/libc0.9.32/uclibcconfig.x86 index 6f3a1b58e..84323ff7a 100644 --- a/main/libc0.9.32/uclibcconfig.x86 +++ b/main/libc0.9.32/uclibcconfig.x86 @@ -1,12 +1,13 @@ # # Automatically generated make config: don't edit -# Version: 0.9.33 -# Mon Feb 6 07:27:05 2012 +# Version: 0.9.33.2 +# Fri May 25 19:11:31 2012 # # TARGET_alpha is not set # TARGET_arm is not set # TARGET_avr32 is not set # TARGET_bfin is not set +# TARGET_c6x is not set # TARGET_cris is not set # TARGET_e1 is not set # TARGET_frv is not set @@ -28,7 +29,6 @@ TARGET_i386=y # TARGET_vax is not set # TARGET_x86_64 is not set # TARGET_xtensa is not set -# TARGET_c6x is not set # # Target Architecture Features and Options @@ -169,6 +169,8 @@ UCLIBC_HAS_BSD_RES_CLOSE=y UCLIBC_HAS_COMPAT_RES_STATE=y # UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set UCLIBC_HAS_RESOLVER_SUPPORT=y +UCLIBC_HAS_AVAHI_RES=y +UCLIBC_AVAHI_SOCKET_PATH="/var/run/avahi-daemon/socket" UCLIBC_HAS_LIBRESOLV_STUB=y # UCLIBC_HAS_LIBNSL_STUB is not set |