From dcadcaa770839a96c1e13af9ca30d7c2a536fb71 Mon Sep 17 00:00:00 2001 From: Vicente Date: Sun, 9 Jun 2013 17:14:18 +0200 Subject: [PATCH] Clean and tiddy-up files. --- release/src/linux/linux/config_s | 1314 +++ release/src/linux/linux/save-config | 1296 +++ release/src/lzma-loader/LzmaDecode.o | Bin 0 -> 5652 bytes release/src/lzma-loader/data.lds | 1 + release/src/lzma-loader/data.o | Bin 0 -> 5352 bytes release/src/lzma-loader/decompress | Bin 0 -> 71161 bytes release/src/lzma-loader/decompress.image | Bin 0 -> 4840 bytes release/src/lzma-loader/decompress.lds | 20 + release/src/lzma-loader/decompress.o | Bin 0 -> 2448 bytes release/src/lzma-loader/head.o | Bin 0 -> 1236 bytes release/src/lzma-loader/loader | Bin 0 -> 5192 bytes release/src/lzma-loader/loader.gz | Bin 0 -> 2746 bytes release/src/lzma-loader/loader.lds | 17 + release/src/lzma-loader/loader.o | Bin 0 -> 9874 bytes release/src/lzma/C/Compress/Lzma/.LzmaDecode.o.cmd | 11 + release/src/router/dnscrypt/config.log | 2842 ----- .../src/router/dnscrypt/src/libevent/config.log | 8151 -------------- release/src/router/ffmpeg/config.err | 3310 ------ .../router/iptables/extensions/libip6t_CONNMARK.d | 81 + .../src/router/iptables/extensions/libip6t_IMQ.d | 81 + .../src/router/iptables/extensions/libip6t_LOG.d | 85 + .../src/router/iptables/extensions/libip6t_MARK.d | 80 + .../router/iptables/extensions/libip6t_REJECT.d | 80 + .../router/iptables/extensions/libip6t_TCPMSS.d | 80 + .../router/iptables/extensions/libip6t_connmark.d | 83 + .../src/router/iptables/extensions/libip6t_hl.d | 80 + .../src/router/iptables/extensions/libip6t_icmp6.d | 82 + .../router/iptables/extensions/libip6t_length.d | 84 + .../src/router/iptables/extensions/libip6t_limit.d | 80 + .../src/router/iptables/extensions/libip6t_mac.d | 86 + .../src/router/iptables/extensions/libip6t_mark.d | 83 + .../router/iptables/extensions/libip6t_multiport.d | 83 + .../src/router/iptables/extensions/libip6t_rt.d | 89 + .../router/iptables/extensions/libip6t_standard.d | 82 + .../src/router/iptables/extensions/libip6t_state.d | 85 + .../src/router/iptables/extensions/libip6t_tcp.d | 82 + .../src/router/iptables/extensions/libip6t_udp.d | 82 + .../src/router/iptables/extensions/libip6t_web.d | 81 + release/src/router/iptables/libiptc/libip6tc.d | 88 + release/src/router/lzo/config.log | 10964 ------------------- release/src/router/nocat/config.log | 963 -- release/src/router/ntfs-3g/config.log | 3689 ------- release/src/router/snmp/config.log | 403 - release/src/router/sqlite/config.log | 989 -- release/src/router/zebra/config.log | 3259 ------ 45 files changed, 4396 insertions(+), 34570 deletions(-) create mode 100644 release/src/linux/linux/config_s create mode 100644 release/src/linux/linux/save-config create mode 100644 release/src/lzma-loader/LzmaDecode.o create mode 100644 release/src/lzma-loader/data.lds create mode 100644 release/src/lzma-loader/data.o create mode 100755 release/src/lzma-loader/decompress create mode 100755 release/src/lzma-loader/decompress.image create mode 100644 release/src/lzma-loader/decompress.lds create mode 100644 release/src/lzma-loader/decompress.o create mode 100644 release/src/lzma-loader/head.o create mode 100755 release/src/lzma-loader/loader create mode 100644 release/src/lzma-loader/loader.gz create mode 100644 release/src/lzma-loader/loader.lds create mode 100755 release/src/lzma-loader/loader.o create mode 100644 release/src/lzma/C/Compress/Lzma/.LzmaDecode.o.cmd delete mode 100644 release/src/router/dnscrypt/config.log delete mode 100644 release/src/router/dnscrypt/src/libevent/config.log delete mode 100644 release/src/router/ffmpeg/config.err create mode 100644 release/src/router/iptables/extensions/libip6t_CONNMARK.d create mode 100644 release/src/router/iptables/extensions/libip6t_IMQ.d create mode 100644 release/src/router/iptables/extensions/libip6t_LOG.d create mode 100644 release/src/router/iptables/extensions/libip6t_MARK.d create mode 100644 release/src/router/iptables/extensions/libip6t_REJECT.d create mode 100644 release/src/router/iptables/extensions/libip6t_TCPMSS.d create mode 100644 release/src/router/iptables/extensions/libip6t_connmark.d create mode 100644 release/src/router/iptables/extensions/libip6t_hl.d create mode 100644 release/src/router/iptables/extensions/libip6t_icmp6.d create mode 100644 release/src/router/iptables/extensions/libip6t_length.d create mode 100644 release/src/router/iptables/extensions/libip6t_limit.d create mode 100644 release/src/router/iptables/extensions/libip6t_mac.d create mode 100644 release/src/router/iptables/extensions/libip6t_mark.d create mode 100644 release/src/router/iptables/extensions/libip6t_multiport.d create mode 100644 release/src/router/iptables/extensions/libip6t_rt.d create mode 100644 release/src/router/iptables/extensions/libip6t_standard.d create mode 100644 release/src/router/iptables/extensions/libip6t_state.d create mode 100644 release/src/router/iptables/extensions/libip6t_tcp.d create mode 100644 release/src/router/iptables/extensions/libip6t_udp.d create mode 100644 release/src/router/iptables/extensions/libip6t_web.d create mode 100644 release/src/router/iptables/libiptc/libip6tc.d delete mode 100644 release/src/router/lzo/config.log delete mode 100644 release/src/router/nocat/config.log delete mode 100644 release/src/router/ntfs-3g/config.log delete mode 100644 release/src/router/snmp/config.log delete mode 100644 release/src/router/sqlite/config.log delete mode 100644 release/src/router/zebra/config.log diff --git a/release/src/linux/linux/config_s b/release/src/linux/linux/config_s new file mode 100644 index 0000000000..bdceca6f1e --- /dev/null +++ b/release/src/linux/linux/config_s @@ -0,0 +1,1314 @@ +# +# Automatically generated by make menuconfig: don't edit +# +CONFIG_MIPS=y +CONFIG_MIPS32=y +# CONFIG_MIPS64 is not set + +# +# Code maturity level options +# +CONFIG_EXPERIMENTAL=y + +# +# Loadable module support +# +CONFIG_MODULES=y +# CONFIG_MODVERSIONS is not set +# CONFIG_KMOD is not set + +# +# Machine selection +# +# CONFIG_ACER_PICA_61 is not set +# CONFIG_MIPS_BOSPORUS is not set +# CONFIG_MIPS_FICMMP is not set +# CONFIG_MIPS_MIRAGE is not set +# CONFIG_MIPS_DB1000 is not set +# CONFIG_MIPS_DB1100 is not set +# CONFIG_MIPS_DB1500 is not set +# CONFIG_MIPS_DB1550 is not set +# CONFIG_MIPS_DB1200 is not set +# CONFIG_MIPS_PB1000 is not set +# CONFIG_MIPS_PB1100 is not set +# CONFIG_MIPS_PB1500 is not set +# CONFIG_MIPS_PB1550 is not set +# CONFIG_MIPS_PB1200 is not set +# CONFIG_MIPS_HYDROGEN3 is not set +# CONFIG_MIPS_XXS1500 is not set +# CONFIG_MIPS_MTX1 is not set +# CONFIG_COGENT_CSB250 is not set +# CONFIG_BAGET_MIPS is not set +# CONFIG_CASIO_E55 is not set +# CONFIG_MIPS_COBALT is not set +# CONFIG_DECSTATION is not set +# CONFIG_MIPS_EV64120 is not set +# CONFIG_MIPS_EV96100 is not set +# CONFIG_MIPS_IVR is not set +# CONFIG_HP_LASERJET is not set +# CONFIG_IBM_WORKPAD is not set +# CONFIG_LASAT is not set +# CONFIG_MIPS_ITE8172 is not set +# CONFIG_MIPS_ATLAS is not set +# CONFIG_MIPS_MAGNUM_4000 is not set +# CONFIG_MIPS_MALTA is not set +# CONFIG_MIPS_SEAD is not set +# CONFIG_MOMENCO_OCELOT is not set +# CONFIG_MOMENCO_OCELOT_G is not set +# CONFIG_MOMENCO_OCELOT_C is not set +# CONFIG_MOMENCO_JAGUAR_ATX is not set +# CONFIG_PMC_BIG_SUR is not set +# CONFIG_PMC_STRETCH is not set +# CONFIG_PMC_YOSEMITE is not set +# CONFIG_DDB5074 is not set +# CONFIG_DDB5476 is not set +# CONFIG_DDB5477 is not set +# CONFIG_NEC_OSPREY is not set +# CONFIG_NEC_EAGLE is not set +# CONFIG_OLIVETTI_M700 is not set +# CONFIG_NINO is not set +# CONFIG_SGI_IP22 is not set +# CONFIG_SGI_IP27 is not set +# CONFIG_SIBYTE_SB1xxx_SOC is not set +CONFIG_MIPS_BRCM=y +CONFIG_BCM947XX=y +CONFIG_BCM4710=y +CONFIG_BCM4310=y +CONFIG_BCM4704=y +CONFIG_BCM5354=y +CONFIG_BCM5365=y +CONFIG_BCMIPDSCP=y +# CONFIG_SNI_RM200_PCI is not set +# CONFIG_TANBAC_TB0226 is not set +# CONFIG_TANBAC_TB0229 is not set +# CONFIG_TOSHIBA_JMR3927 is not set +# CONFIG_TOSHIBA_RBTX4927 is not set +# CONFIG_VICTOR_MPC30X is not set +# CONFIG_ZAO_CAPCELLA is not set +# CONFIG_HIGHMEM is not set +CONFIG_RWSEM_GENERIC_SPINLOCK=y +# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set +CONFIG_CMDLINE="root=/dev/mtdblock2 noinitrd console=ttyS0,115200" +CONFIG_PCI=y +CONFIG_NONCOHERENT_IO=y +CONFIG_NEW_TIME_C=y +CONFIG_NEW_IRQ=y +CONFIG_HND=y +# CONFIG_MIPS_AU1000 is not set + +# +# CPU selection +# +CONFIG_CPU_MIPS32=y +# CONFIG_CPU_MIPS64 is not set +# CONFIG_CPU_R3000 is not set +# CONFIG_CPU_TX39XX is not set +# CONFIG_CPU_VR41XX is not set +# CONFIG_CPU_R4300 is not set +# CONFIG_CPU_R4X00 is not set +# CONFIG_CPU_TX49XX is not set +# CONFIG_CPU_R5000 is not set +# CONFIG_CPU_R5432 is not set +# CONFIG_CPU_R6000 is not set +# CONFIG_CPU_NEVADA is not set +# CONFIG_CPU_R8000 is not set +# CONFIG_CPU_R10000 is not set +# CONFIG_CPU_RM7000 is not set +# CONFIG_CPU_RM9000 is not set +# CONFIG_CPU_SB1 is not set +CONFIG_PAGE_SIZE_4KB=y +# CONFIG_PAGE_SIZE_16KB is not set +# CONFIG_PAGE_SIZE_64KB is not set +CONFIG_CPU_HAS_PREFETCH=y +# CONFIG_VTAG_ICACHE is not set +# CONFIG_64BIT_PHYS_ADDR is not set +# CONFIG_CPU_ADVANCED is not set +CONFIG_CPU_HAS_LLSC=y +# CONFIG_CPU_HAS_LLDSCD is not set +# CONFIG_CPU_HAS_WB is not set +CONFIG_CPU_HAS_SYNC=y + +# +# General setup +# +CONFIG_CPU_LITTLE_ENDIAN=y +# CONFIG_BUILD_ELF64 is not set +CONFIG_NET=y +CONFIG_PCI=y +# CONFIG_PCI_NEW is not set +CONFIG_PCI_AUTO=y +# CONFIG_PCI_NAMES is not set +# CONFIG_ISA is not set +# CONFIG_TC is not set +# CONFIG_MCA is not set +# CONFIG_SBUS is not set +CONFIG_HOTPLUG=y + +# +# PCMCIA/CardBus support +# +# CONFIG_PCMCIA is not set + +# +# PCI Hotplug Support +# +# CONFIG_HOTPLUG_PCI is not set +# CONFIG_HOTPLUG_PCI_COMPAQ is not set +# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set +# CONFIG_HOTPLUG_PCI_ACPI is not set +# CONFIG_HOTPLUG_PCI_SHPC is not set +# CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE is not set +# CONFIG_HOTPLUG_PCI_PCIE is not set +# CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE is not set +CONFIG_SYSVIPC=y +# CONFIG_BSD_PROCESS_ACCT is not set +CONFIG_SYSCTL=y +CONFIG_KCORE_ELF=y +# CONFIG_KCORE_AOUT is not set +# CONFIG_BINFMT_AOUT is not set +CONFIG_BINFMT_ELF=y +# CONFIG_MIPS32_COMPAT is not set +# CONFIG_MIPS32_O32 is not set +# CONFIG_MIPS32_N32 is not set +# CONFIG_BINFMT_ELF32 is not set +# CONFIG_BINFMT_MISC is not set +# CONFIG_OOM_KILLER is not set +# CONFIG_CMDLINE_BOOL is not set + +# +# Memory Technology Devices (MTD) +# +CONFIG_MTD=y +# CONFIG_MTD_DEBUG is not set +CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_CONCAT is not set +# CONFIG_MTD_REDBOOT_PARTS is not set +# CONFIG_MTD_CMDLINE_PARTS is not set +CONFIG_MTD_CHAR=y +# CONFIG_MTD_BLOCK is not set +CONFIG_MTD_BLOCK_RO=y +# CONFIG_FTL is not set +# CONFIG_NFTL is not set + +# +# RAM/ROM/Flash chip drivers +# +CONFIG_MTD_CFI=y +# CONFIG_MTD_JEDECPROBE is not set +CONFIG_MTD_GEN_PROBE=y +CONFIG_MTD_CFI_ADV_OPTIONS=y +CONFIG_MTD_CFI_NOSWAP=y +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set +# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set +CONFIG_MTD_CFI_GEOMETRY=y +CONFIG_MTD_CFI_B1=y +CONFIG_MTD_CFI_B2=y +# CONFIG_MTD_CFI_B4 is not set +# CONFIG_MTD_CFI_B8 is not set +CONFIG_MTD_CFI_I1=y +# CONFIG_MTD_CFI_I2 is not set +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=y +CONFIG_MTD_CFI_AMDSTD=y +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_SSTSTD=y +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set +# CONFIG_MTD_OBSOLETE_CHIPS is not set +# CONFIG_MTD_AMDSTD is not set +# CONFIG_MTD_SHARP is not set +# CONFIG_MTD_JEDEC is not set + +# +# Mapping drivers for chip access +# +# CONFIG_MTD_PHYSMAP is not set +CONFIG_MTD_BCM947XX=y +# CONFIG_MTD_PB1000 is not set +# CONFIG_MTD_PB1500 is not set +# CONFIG_MTD_PB1100 is not set +# CONFIG_MTD_BOSPORUS is not set +# CONFIG_MTD_XXS1500 is not set +# CONFIG_MTD_MTX1 is not set +# CONFIG_MTD_DB1X00 is not set +# CONFIG_MTD_PB1550 is not set +# CONFIG_MTD_HYDROGEN3 is not set +# CONFIG_MTD_MIRAGE is not set +# CONFIG_MTD_CSTM_MIPS_IXX is not set +# CONFIG_MTD_OCELOT is not set +# CONFIG_MTD_LASAT is not set +# CONFIG_MTD_PCI is not set +# CONFIG_MTD_PCMCIA is not set + +# +# Self-contained MTD device drivers +# +CONFIG_MTD_SFLASH=y +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_BLKMTD is not set +# CONFIG_MTD_DOC1000 is not set +# CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOCPROBE is not set + +# +# NAND Flash Device Drivers +# +# CONFIG_MTD_NAND is not set + +# +# Parallel port support +# +# CONFIG_PARPORT is not set + +# +# Plug and Play configuration +# +# CONFIG_PNP is not set +# CONFIG_ISAPNP is not set + +# +# Block devices +# +# CONFIG_BLK_DEV_FD is not set +# CONFIG_BLK_DEV_XD is not set +# CONFIG_PARIDE is not set +# CONFIG_BLK_CPQ_DA is not set +# CONFIG_BLK_CPQ_CISS_DA is not set +# CONFIG_CISS_SCSI_TAPE is not set +# CONFIG_CISS_MONITOR_THREAD is not set +# CONFIG_BLK_DEV_DAC960 is not set +# CONFIG_BLK_DEV_UMEM is not set +# CONFIG_BLK_DEV_SX8 is not set +CONFIG_BLK_DEV_LOOP=m +# CONFIG_BLK_DEV_NBD is not set +# CONFIG_BLK_DEV_RAM is not set +# CONFIG_BLK_DEV_INITRD is not set +# CONFIG_BLK_STATS is not set + +# +# Multi-device support (RAID and LVM) +# +# CONFIG_MD is not set +# CONFIG_BLK_DEV_MD is not set +# CONFIG_MD_LINEAR is not set +# CONFIG_MD_RAID0 is not set +# CONFIG_MD_RAID1 is not set +# CONFIG_MD_RAID5 is not set +# CONFIG_MD_MULTIPATH is not set +# CONFIG_BLK_DEV_LVM is not set + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_MMAP is not set +# CONFIG_NETLINK_DEV is not set +CONFIG_NETFILTER=y +# CONFIG_NETFILTER_DEBUG is not set +# CONFIG_FILTER is not set +CONFIG_UNIX=y +CONFIG_INET=y +CONFIG_IP_MULTICAST=y +# CONFIG_IP_ADVANCED_ROUTER is not set +# CONFIG_IP_PNP is not set +# CONFIG_NET_IPIP is not set +# CONFIG_NET_IPGRE_DEMUX is not set +CONFIG_NET_IPGRE=m +CONFIG_NET_IPGRE_BROADCAST=y +CONFIG_IP_MROUTE=y +# CONFIG_IP_PIMSM_V1 is not set +# CONFIG_IP_PIMSM_V2 is not set +# CONFIG_ARPD is not set +# CONFIG_INET_ECN is not set +CONFIG_SYN_COOKIES=y +# CONFIG_TCP_RFC2385 is not set + +# +# IP: Netfilter Configuration +# +CONFIG_IP_NF_CONNTRACK=y +CONFIG_IP_NF_CONNTRACK_MARK=y +CONFIG_IP_NF_FTP=m +# CONFIG_IP_NF_AMANDA is not set +# CONFIG_IP_NF_STARCRAFT is not set +CONFIG_IP_NF_TFTP=y +# CONFIG_IP_NF_IRC is not set +CONFIG_IP_NF_CT_ACCT=y +CONFIG_IP_NF_MATCH_CONNBYTES=y +CONFIG_IP_NF_CT_PROTO_GRE=m +CONFIG_IP_NF_PPTP=m +# CONFIG_IP_NF_SIP is not set +CONFIG_IP_NF_H323=m +CONFIG_IP_NF_RTSP=m +# CONFIG_IP_NF_MMS is not set +# CONFIG_IP_NF_QUEUE is not set +CONFIG_IP_NF_IPTABLES=y +CONFIG_IP_NF_MATCH_LIMIT=y +CONFIG_IP_NF_MATCH_IPRANGE=y +CONFIG_IP_NF_MATCH_QUOTA=m +CONFIG_IP_NF_MATCH_MAC=y +# CONFIG_IP_NF_MATCH_PKTTYPE is not set +CONFIG_IP_NF_MATCH_MARK=y +CONFIG_IP_NF_MATCH_MULTIPORT=y +# CONFIG_IP_NF_MATCH_MPORT is not set +CONFIG_IP_NF_MATCH_TOS=m +CONFIG_IP_NF_MATCH_TIME=m +CONFIG_IP_NF_MATCH_CONDITION=m +# CONFIG_IP_NF_MATCH_NTH is not set +# CONFIG_IP_NF_MATCH_PSD is not set +# CONFIG_IP_NF_MATCH_RANDOM is not set +CONFIG_IP_NF_MATCH_RECENT=m +CONFIG_IP_NF_MATCH_ACCOUNT=y +# CONFIG_IP_NF_POOL is not set +# CONFIG_IP_NF_MATCH_ECN is not set +CONFIG_IP_NF_MATCH_IPP2P=m +CONFIG_IP_NF_MATCH_DSCP=m +# CONFIG_IP_NF_MATCH_AH_ESP is not set +CONFIG_IP_NF_MATCH_LENGTH=m +# CONFIG_IP_NF_MATCH_TTL is not set +CONFIG_IP_NF_MATCH_TCPMSS=y +# CONFIG_IP_NF_MATCH_HELPER is not set +CONFIG_IP_NF_MATCH_STATE=y +# CONFIG_IP_NF_MATCH_CONNTRACK is not set +CONFIG_IP_NF_MATCH_CONNMARK=y +CONFIG_IP_NF_MATCH_CONNLIMIT=y +# CONFIG_IP_NF_MATCH_UNCLEAN is not set +# CONFIG_IP_NF_MATCH_STRING is not set +# CONFIG_IP_NF_MATCH_OWNER is not set +CONFIG_IP_NF_MATCH_LAYER7=m +# CONFIG_IP_NF_MATCH_LAYER7_DEBUG is not set +# CONFIG_IP_NF_MATCH_WEBSTR is not set +CONFIG_IP_NF_MATCH_GEOIP=m +CONFIG_IP_NF_MATCH_U32=y +CONFIG_IP_NF_MATCH_WEB=m +# CONFIG_IP_NF_TARGET_BCOUNT is not set +# CONFIG_IP_NF_MATCH_BCOUNT is not set +# CONFIG_IP_NF_TARGET_MACSAVE is not set +# CONFIG_IP_NF_MATCH_MACSAVE is not set +# CONFIG_IP_NF_MATCH_EXP is not set +CONFIG_IP_NF_MATCH_WEBMON=m +CONFIG_IP_NF_FILTER=y +CONFIG_IP_NF_TARGET_REJECT=y +# CONFIG_IP_NF_TARGET_MIRROR is not set +# CONFIG_IP_NF_TARGET_TARPIT is not set +CONFIG_IP_NF_NAT=y +CONFIG_IP_NF_NAT_NEEDED=y +CONFIG_IP_NF_TARGET_MASQUERADE=y +CONFIG_IP_NF_TARGET_REDIRECT=m +CONFIG_IP_NF_TARGET_NETMAP=m +# CONFIG_IP_NF_AUTOFW is not set +CONFIG_IP_NF_TARGET_TRIGGER=y +CONFIG_IP_NF_NAT_PPTP=m +# CONFIG_IP_NF_NAT_SIP is not set +CONFIG_IP_NF_NAT_PROTO_GRE=m +CONFIG_IP_NF_NAT_H323=m +CONFIG_IP_NF_NAT_RTSP=m +# CONFIG_IP_NF_NAT_SNMP_BASIC is not set +CONFIG_IP_NF_NAT_FTP=m +CONFIG_IP_NF_NAT_TFTP=y +CONFIG_IP_NF_MANGLE=y +CONFIG_IP_NF_TARGET_TOS=m +# CONFIG_IP_NF_TARGET_ECN is not set +CONFIG_IP_NF_TARGET_DSCP=m +CONFIG_IP_NF_TARGET_MARK=y +CONFIG_IP_NF_TARGET_ROUTE=m +CONFIG_IP_NF_TARGET_IMQ=m +CONFIG_IP_NF_TARGET_CLASSIFY=m +CONFIG_IP_NF_TARGET_CONNMARK=y +CONFIG_IP_NF_TARGET_LOG=y +CONFIG_IP_NF_TARGET_TTL=m +# CONFIG_IP_NF_TARGET_ULOG is not set +CONFIG_IP_NF_TARGET_TCPMSS=y +# CONFIG_IP_NF_ARPTABLES is not set +CONFIG_IP_NF_TOMATOCT=y +# CONFIG_IP_NF_SET is not set + +# +# IP: Virtual Server Configuration +# +# CONFIG_IP_VS is not set +# CONFIG_IPV6 is not set +# CONFIG_KHTTPD is not set + +# +# IPv6: Netfilter Configuration +# +# CONFIG_IP6_NF_QUEUE is not set +# CONFIG_IP6_NF_IPTABLES is not set +# CONFIG_IP6_NF_CONNTRACK is not set +# CONFIG_IP6_NF_FTP is not set +# CONFIG_IP6_NF_MATCH_LIMIT is not set +# CONFIG_IP6_NF_MATCH_CONDITION is not set +# CONFIG_IP6_NF_MATCH_MAC is not set +# CONFIG_IP6_NF_MATCH_RT is not set +# CONFIG_IP6_NF_MATCH_OPTS is not set +# CONFIG_IP6_NF_MATCH_FRAG is not set +# CONFIG_IP6_NF_MATCH_HL is not set +# CONFIG_IP6_NF_MATCH_MULTIPORT is not set +# CONFIG_IP6_NF_MATCH_OWNER is not set +# CONFIG_IP6_NF_MATCH_MARK is not set +# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set +# CONFIG_IP6_NF_MATCH_AHESP is not set +# CONFIG_IP6_NF_MATCH_LENGTH is not set +# CONFIG_IP6_NF_MATCH_EUI64 is not set +# CONFIG_IP6_NF_MATCH_STATE is not set +# CONFIG_IP6_NF_FILTER is not set +# CONFIG_IP6_NF_TARGET_LOG is not set +# CONFIG_IP6_NF_TARGET_REJECT is not set +# CONFIG_IP6_NF_MANGLE is not set +# CONFIG_IP6_NF_TARGET_MARK is not set +# CONFIG_IP6_NF_TARGET_IMQ is not set +# CONFIG_IP6_NF_RAW is not set +# CONFIG_IP6_NF_TARGET_TCPMSS is not set + +# +# SCTP Configuration (EXPERIMENTAL) +# +# CONFIG_IP_SCTP is not set +# CONFIG_ATM is not set +CONFIG_VLAN_8021Q=y +# CONFIG_IPX is not set +# CONFIG_ATALK is not set +# CONFIG_DECNET is not set +CONFIG_BRIDGE=y +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_LLC is not set +# CONFIG_NET_DIVERT is not set +# CONFIG_ECONET is not set +# CONFIG_WAN_ROUTER is not set +# CONFIG_NET_FASTROUTE is not set +# CONFIG_NET_HW_FLOWCONTROL is not set + +# +# QoS and/or fair queueing +# +CONFIG_NET_SCHED=y +# CONFIG_NET_SCH_CBQ is not set +CONFIG_NET_SCH_HTB=y +# CONFIG_NET_SCH_CSZ is not set +CONFIG_NET_SCH_HFSC=m +CONFIG_NET_SCH_PRIO=y +# CONFIG_NET_SCH_RED is not set +CONFIG_NET_SCH_SFQ=y +CONFIG_NET_SCH_ESFQ=m +# CONFIG_NET_SCH_TEQL is not set +CONFIG_NET_SCH_TBF=m +# CONFIG_NET_SCH_GRED is not set +# CONFIG_NET_SCH_NETEM is not set +# CONFIG_NET_SCH_DSMARK is not set +CONFIG_NET_SCH_INGRESS=y +CONFIG_NET_QOS=y +CONFIG_NET_ESTIMATOR=y +CONFIG_NET_CLS=y +# CONFIG_NET_CLS_TCINDEX is not set +# CONFIG_NET_CLS_ROUTE4 is not set +CONFIG_NET_CLS_FW=y +CONFIG_NET_CLS_U32=y +# CONFIG_NET_CLS_RSVP is not set +# CONFIG_NET_CLS_RSVP6 is not set +CONFIG_NET_CLS_POLICE=y + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +CONFIG_IPSEC_NAT_TRAVERSAL=y + +# +# Telephony Support +# +# CONFIG_PHONE is not set +# CONFIG_PHONE_IXJ is not set +# CONFIG_PHONE_IXJ_PCMCIA is not set + +# +# ATA/IDE/MFM/RLL support +# +# CONFIG_IDE is not set +# CONFIG_BLK_DEV_HD is not set + +# +# SCSI support +# +CONFIG_SCSI=m + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=m +CONFIG_SD_EXTRA_DEVS=40 +# CONFIG_CHR_DEV_ST is not set +# CONFIG_CHR_DEV_OSST is not set +# CONFIG_BLK_DEV_SR is not set +# CONFIG_CHR_DEV_SG is not set + +# +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs +# +# CONFIG_SCSI_DEBUG_QUEUES is not set +CONFIG_SCSI_MULTI_LUN=y +# CONFIG_SCSI_CONSTANTS is not set +# CONFIG_SCSI_LOGGING is not set + +# +# SCSI low-level drivers +# +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set +# CONFIG_SCSI_7000FASST is not set +# CONFIG_SCSI_ACARD is not set +# CONFIG_SCSI_AHA152X is not set +# CONFIG_SCSI_AHA1542 is not set +# CONFIG_SCSI_AHA1740 is not set +# CONFIG_SCSI_AACRAID is not set +# CONFIG_SCSI_AIC7XXX is not set +# CONFIG_SCSI_AIC79XX is not set +# CONFIG_SCSI_AIC7XXX_OLD is not set +# CONFIG_SCSI_DPT_I2O is not set +# CONFIG_SCSI_ADVANSYS is not set +# CONFIG_SCSI_IN2000 is not set +# CONFIG_SCSI_AM53C974 is not set +# CONFIG_SCSI_MEGARAID is not set +# CONFIG_SCSI_MEGARAID2 is not set +# CONFIG_SCSI_SATA is not set +# CONFIG_SCSI_SATA_AHCI is not set +# CONFIG_SCSI_SATA_SVW is not set +# CONFIG_SCSI_ATA_PIIX is not set +# CONFIG_SCSI_SATA_NV is not set +# CONFIG_SCSI_SATA_QSTOR is not set +# CONFIG_SCSI_SATA_PROMISE is not set +# CONFIG_SCSI_SATA_SX4 is not set +# CONFIG_SCSI_SATA_SIL is not set +# CONFIG_SCSI_SATA_SIS is not set +# CONFIG_SCSI_SATA_ULI is not set +# CONFIG_SCSI_SATA_VIA is not set +# CONFIG_SCSI_SATA_VITESSE is not set +# CONFIG_SCSI_BUSLOGIC is not set +# CONFIG_SCSI_CPQFCTS is not set +# CONFIG_SCSI_DMX3191D is not set +# CONFIG_SCSI_DTC3280 is not set +# CONFIG_SCSI_EATA is not set +# CONFIG_SCSI_EATA_DMA is not set +# CONFIG_SCSI_EATA_PIO is not set +# CONFIG_SCSI_FUTURE_DOMAIN is not set +# CONFIG_SCSI_GDTH is not set +# CONFIG_SCSI_GENERIC_NCR5380 is not set +# CONFIG_SCSI_INITIO is not set +# CONFIG_SCSI_INIA100 is not set +# CONFIG_SCSI_NCR53C406A is not set +# CONFIG_SCSI_NCR53C7xx is not set +# CONFIG_SCSI_SYM53C8XX_2 is not set +# CONFIG_SCSI_NCR53C8XX is not set +# CONFIG_SCSI_SYM53C8XX is not set +# CONFIG_SCSI_PAS16 is not set +# CONFIG_SCSI_PCI2000 is not set +# CONFIG_SCSI_PCI2220I is not set +# CONFIG_SCSI_PSI240I is not set +# CONFIG_SCSI_QLOGIC_FAS is not set +# CONFIG_SCSI_QLOGIC_ISP is not set +# CONFIG_SCSI_QLOGIC_FC is not set +# CONFIG_SCSI_QLOGIC_1280 is not set +# CONFIG_SCSI_SIM710 is not set +# CONFIG_SCSI_SYM53C416 is not set +# CONFIG_SCSI_DC390T is not set +# CONFIG_SCSI_T128 is not set +# CONFIG_SCSI_U14_34F is not set +# CONFIG_SCSI_NSP32 is not set +# CONFIG_SCSI_DEBUG is not set + +# +# Fusion MPT device support +# +# CONFIG_FUSION is not set +# CONFIG_FUSION_BOOT is not set +# CONFIG_FUSION_ISENSE is not set +# CONFIG_FUSION_CTL is not set +# CONFIG_FUSION_LAN is not set + +# +# IEEE 1394 (FireWire) support (EXPERIMENTAL) +# +# CONFIG_IEEE1394 is not set + +# +# I2O device support +# +# CONFIG_I2O is not set +# CONFIG_I2O_PCI is not set +# CONFIG_I2O_BLOCK is not set +# CONFIG_I2O_LAN is not set +# CONFIG_I2O_SCSI is not set +# CONFIG_I2O_PROC is not set + +# +# Network device support +# +CONFIG_NETDEVICES=y + +# +# Broadcom HND network devices +# +CONFIG_HND=y +# CONFIG_IL is not set +CONFIG_ET=m +CONFIG_ET_47XX=y +# CONFIG_WL_EMULATOR is not set +CONFIG_WL=m +# CONFIG_WL_USE_AP is not set +# CONFIG_WL_USE_STA is not set +CONFIG_WL_USE_APSTA=y +# CONFIG_WL_USE_AP_ONCHIP_G is not set +# CONFIG_WL_USE_STA_ONCHIP_G is not set +# CONFIG_WL_USE_APSTA_ONCHIP_G is not set + +# +# ARCnet devices +# +# CONFIG_ARCNET is not set +# CONFIG_DUMMY is not set +# CONFIG_BONDING is not set +# CONFIG_EQUALIZER is not set +CONFIG_IMQ=m +# CONFIG_IMQ_BEHAVIOR_AA is not set +# CONFIG_IMQ_BEHAVIOR_AB is not set +CONFIG_IMQ_BEHAVIOR_BA=y +# CONFIG_IMQ_BEHAVIOR_BB is not set +CONFIG_IMQ_NUM_DEVS=3 +CONFIG_TUN=m +# CONFIG_NET_RANDOM is not set +# CONFIG_ETHERTAP is not set + +# +# Ethernet (10 or 100Mbit) +# +CONFIG_NET_ETHERNET=y +# CONFIG_SUNLANCE is not set +# CONFIG_HAPPYMEAL is not set +# CONFIG_SUNBMAC is not set +# CONFIG_SUNQE is not set +# CONFIG_SUNGEM is not set +# CONFIG_NET_VENDOR_3COM is not set +# CONFIG_LANCE is not set +# CONFIG_NET_VENDOR_SMC is not set +# CONFIG_NET_VENDOR_RACAL is not set +# CONFIG_HP100 is not set +# CONFIG_NET_ISA is not set +# CONFIG_NET_PCI is not set +# CONFIG_NET_POCKET is not set + +# +# Ethernet (1000 Mbit) +# +# CONFIG_ACENIC is not set +# CONFIG_DL2K is not set +# CONFIG_E1000 is not set +# CONFIG_MYRI_SBUS is not set +# CONFIG_NS83820 is not set +# CONFIG_HAMACHI is not set +# CONFIG_YELLOWFIN is not set +# CONFIG_R8169 is not set +# CONFIG_SKGE is not set +# CONFIG_SKY2 is not set +# CONFIG_SK98LIN is not set +# CONFIG_TIGON3 is not set +# CONFIG_FDDI is not set +# CONFIG_HIPPI is not set +# CONFIG_PLIP is not set +CONFIG_PPP=y +CONFIG_PPP_MULTILINK=y +# CONFIG_PPP_FILTER is not set +CONFIG_PPP_ASYNC=y +CONFIG_PPP_SYNC_TTY=y +CONFIG_PPP_DEFLATE=m +# CONFIG_PPP_BSDCOMP is not set +CONFIG_PPP_MPPE_MPPC=y +CONFIG_PPPOE=y +CONFIG_PPPOL2TP=y +CONFIG_PPTP=y +# CONFIG_SLIP is not set + +# +# Wireless LAN (non-hamradio) +# +# CONFIG_NET_RADIO is not set + +# +# Token Ring devices +# +# CONFIG_TR is not set +# CONFIG_NET_FC is not set +# CONFIG_RCPCI is not set +# CONFIG_SHAPER is not set + +# +# Wan interfaces +# +# CONFIG_WAN is not set + +# +# Amateur Radio support +# +# CONFIG_HAMRADIO is not set + +# +# IrDA (infrared) support +# +# CONFIG_IRDA is not set + +# +# ISDN subsystem +# +# CONFIG_ISDN is not set + +# +# Input core support +# +CONFIG_INPUT=m +CONFIG_INPUT_KEYBDEV=m +CONFIG_INPUT_MOUSEDEV=m +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 +CONFIG_INPUT_JOYDEV=m +CONFIG_INPUT_EVDEV=m +# CONFIG_INPUT_UINPUT is not set + +# +# Character devices +# +# CONFIG_VT is not set +CONFIG_SERIAL=y +CONFIG_SERIAL_CONSOLE=y +# CONFIG_SERIAL_EXTENDED is not set +CONFIG_SERIAL_NONSTANDARD=y +# CONFIG_COMPUTONE is not set +# CONFIG_ROCKETPORT is not set +# CONFIG_CYCLADES is not set +# CONFIG_DIGIEPCA is not set +# CONFIG_DIGI is not set +# CONFIG_ESPSERIAL is not set +# CONFIG_MOXA_INTELLIO is not set +# CONFIG_MOXA_SMARTIO is not set +# CONFIG_ISI is not set +# CONFIG_SYNCLINK is not set +# CONFIG_SYNCLINKMP is not set +CONFIG_N_HDLC=y +# CONFIG_RISCOM8 is not set +# CONFIG_SPECIALIX is not set +# CONFIG_SX is not set +# CONFIG_RIO is not set +# CONFIG_STALDRV is not set +# CONFIG_SERIAL_TX3912 is not set +# CONFIG_SERIAL_TX3912_CONSOLE is not set +# CONFIG_SERIAL_TXX9 is not set +# CONFIG_SERIAL_TXX9_CONSOLE is not set +# CONFIG_TXX927_SERIAL is not set +CONFIG_UNIX98_PTYS=y +CONFIG_UNIX98_PTY_COUNT=16 + +# +# I2C support +# +# CONFIG_I2C is not set + +# +# Mice +# +# CONFIG_BUSMOUSE is not set +# CONFIG_MOUSE is not set + +# +# Joysticks +# +# CONFIG_INPUT_GAMEPORT is not set +# CONFIG_INPUT_NS558 is not set +# CONFIG_INPUT_LIGHTNING is not set +# CONFIG_INPUT_PCIGAME is not set +# CONFIG_INPUT_CS461X is not set +# CONFIG_INPUT_EMU10K1 is not set +# CONFIG_INPUT_SERIO is not set +# CONFIG_INPUT_SERPORT is not set +# CONFIG_INPUT_ANALOG is not set +# CONFIG_INPUT_A3D is not set +# CONFIG_INPUT_ADI is not set +# CONFIG_INPUT_COBRA is not set +# CONFIG_INPUT_GF2K is not set +# CONFIG_INPUT_GRIP is not set +# CONFIG_INPUT_INTERACT is not set +# CONFIG_INPUT_TMDC is not set +# CONFIG_INPUT_SIDEWINDER is not set +# CONFIG_INPUT_IFORCE_USB is not set +# CONFIG_INPUT_IFORCE_232 is not set +# CONFIG_INPUT_WARRIOR is not set +# CONFIG_INPUT_MAGELLAN is not set +# CONFIG_INPUT_SPACEORB is not set +# CONFIG_INPUT_SPACEBALL is not set +# CONFIG_INPUT_STINGER is not set +# CONFIG_INPUT_DB9 is not set +# CONFIG_INPUT_GAMECON is not set +# CONFIG_INPUT_TURBOGRAFX is not set +# CONFIG_QIC02_TAPE is not set +# CONFIG_IPMI_HANDLER is not set +# CONFIG_IPMI_PANIC_EVENT is not set +# CONFIG_IPMI_DEVICE_INTERFACE is not set +# CONFIG_IPMI_KCS is not set +# CONFIG_IPMI_WATCHDOG is not set + +# +# Watchdog Cards +# +# CONFIG_WATCHDOG is not set +# CONFIG_SCx200 is not set +# CONFIG_SCx200_GPIO is not set +# CONFIG_AMD_PM768 is not set +# CONFIG_NVRAM is not set +# CONFIG_RTC is not set +# CONFIG_GPIO_RTC is not set +# CONFIG_DTLK is not set +# CONFIG_R3964 is not set +# CONFIG_APPLICOM is not set + +# +# Ftape, the floppy tape device driver +# +# CONFIG_FTAPE is not set +# CONFIG_AGP is not set + +# +# Direct Rendering Manager (XFree86 DRI support) +# +# CONFIG_DRM is not set + +# +# File systems +# +# CONFIG_QUOTA is not set +# CONFIG_QFMT_V2 is not set +# CONFIG_AUTOFS_FS is not set +# CONFIG_AUTOFS4_FS is not set +CONFIG_REISERFS_FS=m +# CONFIG_REISERFS_CHECK is not set +CONFIG_REISERFS_PROC_INFO=y +# CONFIG_ADFS_FS is not set +# CONFIG_ADFS_FS_RW is not set +# CONFIG_AFFS_FS is not set +# CONFIG_HFS_FS is not set +CONFIG_HFSPLUS_FS=m +# CONFIG_BEFS_FS is not set +# CONFIG_BEFS_DEBUG is not set +# CONFIG_BFS_FS is not set +CONFIG_EXT3_FS=m +CONFIG_JBD=m +# CONFIG_JBD_DEBUG is not set +CONFIG_FAT_FS=m +# CONFIG_MSDOS_FS is not set +# CONFIG_UMSDOS_FS is not set +CONFIG_VFAT_FS=m +# CONFIG_EFS_FS is not set +CONFIG_JFFS_FS=m +CONFIG_JFFS_FS_VERBOSE=0 +# CONFIG_JFFS_PROC_FS is not set +# CONFIG_JFFS2_FS is not set +# CONFIG_CRAMFS is not set +CONFIG_SQUASHFS=y +# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_TMPFS=y +CONFIG_RAMFS=y +# CONFIG_ISO9660_FS is not set +# CONFIG_JOLIET is not set +# CONFIG_ZISOFS is not set +# CONFIG_JFS_FS is not set +# CONFIG_JFS_DEBUG is not set +# CONFIG_JFS_STATISTICS is not set +# CONFIG_MINIX_FS is not set +# CONFIG_VXFS_FS is not set +CONFIG_NTFS_FS=m +# CONFIG_NTFS_DEBUG is not set +CONFIG_NTFS_RW=y +# CONFIG_HPFS_FS is not set +CONFIG_PROC_FS=y +CONFIG_DEVFS_FS=y +CONFIG_DEVFS_MOUNT=y +# CONFIG_DEVFS_DEBUG is not set +# CONFIG_DEVPTS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_QNX4FS_RW is not set +# CONFIG_ROMFS_FS is not set +CONFIG_EXT2_FS=m +# CONFIG_SYSV_FS is not set +# CONFIG_UDF_FS is not set +# CONFIG_UDF_RW is not set +# CONFIG_UFS_FS is not set +# CONFIG_UFS_FS_WRITE is not set +CONFIG_XFS_FS=m +# CONFIG_XFS_QUOTA is not set +# CONFIG_XFS_RT is not set +# CONFIG_XFS_TRACE is not set +# CONFIG_XFS_DEBUG is not set +CONFIG_FUSE_FS=m + +# +# Network File Systems +# +# CONFIG_CODA_FS is not set +# CONFIG_INTERMEZZO_FS is not set +CONFIG_NFS_FS=m +CONFIG_NFS_V3=y +# CONFIG_NFS_DIRECTIO is not set +# CONFIG_ROOT_NFS is not set +CONFIG_NFSD=m +CONFIG_NFSD_V3=y +# CONFIG_NFSD_TCP is not set +CONFIG_SUNRPC=m +CONFIG_LOCKD=m +CONFIG_LOCKD_V4=y +CONFIG_CIFS=m +# CONFIG_CIFS_STATS is not set +# CONFIG_CIFS_STATS2 is not set +CONFIG_CIFS_WEAK_PW_HASH=y +# CONFIG_CIFS_XATTR is not set +# CONFIG_CIFS_DEBUG2 is not set +# CONFIG_CIFS_EXPERIMENTAL is not set +# CONFIG_CIFS_POSIX is not set +CONFIG_SMB_FS=m +# CONFIG_SMB_NLS_DEFAULT is not set +# CONFIG_SMB_UNIX is not set +# CONFIG_NCP_FS is not set +# CONFIG_NCPFS_PACKET_SIGNING is not set +# CONFIG_NCPFS_IOCTL_LOCKING is not set +# CONFIG_NCPFS_STRONG is not set +# CONFIG_NCPFS_NFS_NS is not set +# CONFIG_NCPFS_OS2_NS is not set +# CONFIG_NCPFS_SMALLDOS is not set +# CONFIG_NCPFS_NLS is not set +# CONFIG_NCPFS_EXTRAS is not set +# CONFIG_ZISOFS_FS is not set + +# +# Partition Types +# +CONFIG_PARTITION_ADVANCED=y +# CONFIG_ACORN_PARTITION is not set +# CONFIG_OSF_PARTITION is not set +# CONFIG_AMIGA_PARTITION is not set +# CONFIG_ATARI_PARTITION is not set +# CONFIG_MAC_PARTITION is not set +CONFIG_MSDOS_PARTITION=y +# CONFIG_BSD_DISKLABEL is not set +# CONFIG_MINIX_SUBPARTITION is not set +# CONFIG_SOLARIS_X86_PARTITION is not set +# CONFIG_UNIXWARE_DISKLABEL is not set +# CONFIG_LDM_PARTITION is not set +# CONFIG_SGI_PARTITION is not set +# CONFIG_ULTRIX_PARTITION is not set +# CONFIG_SUN_PARTITION is not set +CONFIG_SMB_NLS=y +CONFIG_NLS=y + +# +# Native Language Support +# +CONFIG_NLS_DEFAULT="UTF8" +CONFIG_NLS_CODEPAGE_437=m +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +CONFIG_NLS_CODEPAGE_850=m +CONFIG_NLS_CODEPAGE_852=m +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +CONFIG_NLS_CODEPAGE_866=m +# CONFIG_NLS_CODEPAGE_869 is not set +CONFIG_NLS_CODEPAGE_936=m +CONFIG_NLS_CODEPAGE_950=m +CONFIG_NLS_CODEPAGE_932=m +CONFIG_NLS_CODEPAGE_949=m +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +CONFIG_NLS_CODEPAGE_1251=m +# CONFIG_NLS_ISO8859_1 is not set +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +CONFIG_NLS_UTF8=y + +# +# Multimedia devices +# +CONFIG_VIDEO_DEV=m + +# +# Video For Linux +# +# CONFIG_VIDEO_PROC_FS is not set +# CONFIG_I2C_PARPORT is not set +# CONFIG_VIDEO_BT848 is not set +# CONFIG_VIDEO_PMS is not set +# CONFIG_VIDEO_CPIA is not set +# CONFIG_VIDEO_SAA5249 is not set +# CONFIG_TUNER_3036 is not set +# CONFIG_VIDEO_STRADIS is not set +# CONFIG_VIDEO_ZORAN is not set +# CONFIG_VIDEO_ZORAN_BUZ is not set +# CONFIG_VIDEO_ZORAN_DC10 is not set +# CONFIG_VIDEO_ZORAN_LML33 is not set +# CONFIG_VIDEO_ZR36120 is not set +# CONFIG_VIDEO_MEYE is not set + +# +# Radio Adapters +# +# CONFIG_RADIO_GEMTEK_PCI is not set +# CONFIG_RADIO_MAXIRADIO is not set +# CONFIG_RADIO_MAESTRO is not set +# CONFIG_RADIO_MIROPCM20 is not set + +# +# Sound +# +CONFIG_SOUND=m +# CONFIG_SOUND_ALI5455 is not set +# CONFIG_SOUND_BT878 is not set +# CONFIG_SOUND_CMPCI is not set +# CONFIG_SOUND_EMU10K1 is not set +# CONFIG_MIDI_EMU10K1 is not set +# CONFIG_SOUND_FUSION is not set +# CONFIG_SOUND_CS4281 is not set +# CONFIG_SOUND_ES1370 is not set +# CONFIG_SOUND_ES1371 is not set +# CONFIG_SOUND_ESSSOLO1 is not set +# CONFIG_SOUND_MAESTRO is not set +# CONFIG_SOUND_MAESTRO3 is not set +# CONFIG_SOUND_FORTE is not set +# CONFIG_SOUND_ICH is not set +# CONFIG_SOUND_RME96XX is not set +# CONFIG_SOUND_SONICVIBES is not set +# CONFIG_SOUND_TRIDENT is not set +# CONFIG_SOUND_MSNDCLAS is not set +# CONFIG_SOUND_MSNDPIN is not set +# CONFIG_SOUND_VIA82CXXX is not set +# CONFIG_MIDI_VIA82CXXX is not set +# CONFIG_SOUND_OSS is not set +# CONFIG_SOUND_TVMIXER is not set +# CONFIG_SOUND_AD1980 is not set +# CONFIG_SOUND_WM97XX is not set + +# +# USB support +# +CONFIG_USB=m +# CONFIG_USB_DEBUG is not set + +# +# Miscellaneous USB options +# +CONFIG_USB_DEVICEFS=y +# CONFIG_USB_BANDWIDTH is not set +# CONFIG_USB_LONG_TIMEOUT is not set +CONFIG_USB_DEVPATH=y + +# +# USB Host Controller Drivers +# +CONFIG_USB_EHCI_HCD=m +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_UHCI=m +# CONFIG_USB_UHCI_ALT is not set +CONFIG_USB_OHCI=m + +# +# USB Device Class drivers +# +CONFIG_USB_AUDIO=m +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_BLUETOOTH is not set +# CONFIG_USB_MIDI is not set +CONFIG_USB_STORAGE=m +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_DPCM is not set +# CONFIG_USB_STORAGE_HP8200e is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +CONFIG_USB_ACM=m +CONFIG_USB_PRINTER=m + +# +# USB Human Interface Devices (HID) +# +CONFIG_USB_HID=m + +# +# Input core support is needed for USB HID input layer or HIDBP support +# +CONFIG_USB_HIDINPUT=y +CONFIG_USB_HIDDEV=y +CONFIG_USB_KBD=m +CONFIG_USB_MOUSE=m +# CONFIG_USB_AIPTEK is not set +# CONFIG_USB_WACOM is not set +# CONFIG_USB_KBTAB is not set +# CONFIG_USB_POWERMATE is not set + +# +# USB Imaging devices +# +# CONFIG_USB_DC2XX is not set +# CONFIG_USB_MDC800 is not set +CONFIG_USB_SCANNER=m +# CONFIG_USB_MICROTEK is not set +# CONFIG_USB_HPUSBSCSI is not set + +# +# USB Multimedia devices +# +# CONFIG_USB_IBMCAM is not set +# CONFIG_USB_KONICAWC is not set +CONFIG_USB_OV511=m +CONFIG_USB_PWC=m +CONFIG_USB_PWCX=m +# CONFIG_USB_SE401 is not set +# CONFIG_USB_STV680 is not set +# CONFIG_USB_W9968CF is not set +# CONFIG_USB_VICAM is not set +# CONFIG_USB_DSBR is not set +# CONFIG_USB_DABUSB is not set + +# +# USB Network adaptors +# +# CONFIG_USB_PEGASUS is not set +# CONFIG_USB_RTL8150 is not set +# CONFIG_USB_KAWETH is not set +# CONFIG_USB_CATC is not set +# CONFIG_USB_CDCETHER is not set +# CONFIG_USB_USBNET is not set + +# +# USB port drivers +# +# CONFIG_USB_USS720 is not set + +# +# USB Serial Converter support +# +CONFIG_USB_SERIAL=m +# CONFIG_USB_SERIAL_DEBUG is not set +CONFIG_USB_SERIAL_GENERIC=y +# CONFIG_USB_SERIAL_BELKIN is not set +# CONFIG_USB_SERIAL_WHITEHEAT is not set +# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set +# CONFIG_USB_SERIAL_EMPEG is not set +CONFIG_USB_SERIAL_FTDI_SIO=m +# CONFIG_USB_SERIAL_VISOR is not set +# CONFIG_USB_SERIAL_IPAQ is not set +# CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL_EDGEPORT is not set +# CONFIG_USB_SERIAL_EDGEPORT_TI is not set +# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set +# CONFIG_USB_SERIAL_KEYSPAN is not set +# CONFIG_USB_SERIAL_MCT_U232 is not set +# CONFIG_USB_SERIAL_KLSI is not set +# CONFIG_USB_SERIAL_KOBIL_SCT is not set +CONFIG_USB_SERIAL_PL2303=m +# CONFIG_USB_SERIAL_CYBERJACK is not set +CONFIG_USB_SERIAL_SIERRAWIRELESS=m +# CONFIG_USB_SERIAL_XIRCOM is not set +# CONFIG_USB_SERIAL_OMNINET is not set +CONFIG_USB_SERIAL_IPW=m +CONFIG_USB_SERIAL_OPTION=m + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_RIO500 is not set +# CONFIG_USB_AUERSWALD is not set +# CONFIG_USB_TIGL is not set +# CONFIG_USB_BRLVGER is not set +# CONFIG_USB_LCD is not set + +# +# Support for USB gadgets +# +# CONFIG_USB_GADGET is not set + +# +# Bluetooth support +# +# CONFIG_BLUEZ is not set + +# +# Kernel hacking +# +CONFIG_CROSSCOMPILE=y +# CONFIG_RUNTIME_DEBUG is not set +# CONFIG_REMOTE_DEBUG is not set +# CONFIG_GDB_CONSOLE is not set +# CONFIG_DEBUG_INFO is not set +CONFIG_MAGIC_SYSRQ=y +# CONFIG_MIPS_UNCACHED is not set +CONFIG_LOG_BUF_SHIFT=0 + +# +# Cryptographic options +# +CONFIG_CRYPTO=y +CONFIG_CRYPTO_HMAC=y +# CONFIG_CRYPTO_NULL is not set +# CONFIG_CRYPTO_MD4 is not set +# CONFIG_CRYPTO_MD5 is not set +CONFIG_CRYPTO_SHA1=y +# CONFIG_CRYPTO_SHA256 is not set +# CONFIG_CRYPTO_SHA512 is not set +# CONFIG_CRYPTO_WP512 is not set +CONFIG_CRYPTO_DES=m +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_TWOFISH is not set +# CONFIG_CRYPTO_SERPENT is not set +CONFIG_CRYPTO_AES=m +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +# CONFIG_CRYPTO_TEA is not set +# CONFIG_CRYPTO_KHAZAD is not set +# CONFIG_CRYPTO_ANUBIS is not set +CONFIG_CRYPTO_ARC4=y +CONFIG_CRYPTO_DEFLATE=m +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_TEST is not set + +# +# Library routines +# +# CONFIG_CRC32 is not set +CONFIG_ZLIB_INFLATE=m +CONFIG_ZLIB_DEFLATE=m +# CONFIG_FW_LOADER is not set +CONFIG_NVRAM_SIZE=0 +CONFIG_CC_OPTIMIZE_FOR_SIZE=y +# CONFIG_EFI_PARTITION is not set +CONFIG_BCM57XX=m +# CONFIG_WL_USBAP is not set +CONFIG_WL_APSTA="wlconfig_lx_router_apsta" +# CONFIG_NVRAM_64K is not set diff --git a/release/src/linux/linux/save-config b/release/src/linux/linux/save-config new file mode 100644 index 0000000000..db4979f119 --- /dev/null +++ b/release/src/linux/linux/save-config @@ -0,0 +1,1296 @@ +# +# Automatically generated make config: don't edit +# +CONFIG_MIPS=y +CONFIG_MIPS32=y +# CONFIG_MIPS64 is not set + +# +# Code maturity level options +# +CONFIG_EXPERIMENTAL=y + +# +# Loadable module support +# +CONFIG_MODULES=y +# CONFIG_MODVERSIONS is not set +# CONFIG_KMOD is not set + +# +# Machine selection +# +# CONFIG_ACER_PICA_61 is not set +# CONFIG_MIPS_BOSPORUS is not set +# CONFIG_MIPS_FICMMP is not set +# CONFIG_MIPS_MIRAGE is not set +# CONFIG_MIPS_DB1000 is not set +# CONFIG_MIPS_DB1100 is not set +# CONFIG_MIPS_DB1500 is not set +# CONFIG_MIPS_DB1550 is not set +# CONFIG_MIPS_DB1200 is not set +# CONFIG_MIPS_PB1000 is not set +# CONFIG_MIPS_PB1100 is not set +# CONFIG_MIPS_PB1500 is not set +# CONFIG_MIPS_PB1550 is not set +# CONFIG_MIPS_PB1200 is not set +# CONFIG_MIPS_HYDROGEN3 is not set +# CONFIG_MIPS_XXS1500 is not set +# CONFIG_MIPS_MTX1 is not set +# CONFIG_COGENT_CSB250 is not set +# CONFIG_BAGET_MIPS is not set +# CONFIG_CASIO_E55 is not set +# CONFIG_MIPS_COBALT is not set +# CONFIG_DECSTATION is not set +# CONFIG_MIPS_EV64120 is not set +# CONFIG_MIPS_EV96100 is not set +# CONFIG_MIPS_IVR is not set +# CONFIG_HP_LASERJET is not set +# CONFIG_IBM_WORKPAD is not set +# CONFIG_LASAT is not set +# CONFIG_MIPS_ITE8172 is not set +# CONFIG_MIPS_ATLAS is not set +# CONFIG_MIPS_MAGNUM_4000 is not set +# CONFIG_MIPS_MALTA is not set +# CONFIG_MIPS_SEAD is not set +# CONFIG_MOMENCO_OCELOT is not set +# CONFIG_MOMENCO_OCELOT_G is not set +# CONFIG_MOMENCO_OCELOT_C is not set +# CONFIG_MOMENCO_JAGUAR_ATX is not set +# CONFIG_PMC_BIG_SUR is not set +# CONFIG_PMC_STRETCH is not set +# CONFIG_PMC_YOSEMITE is not set +# CONFIG_DDB5074 is not set +# CONFIG_DDB5476 is not set +# CONFIG_DDB5477 is not set +# CONFIG_NEC_OSPREY is not set +# CONFIG_NEC_EAGLE is not set +# CONFIG_OLIVETTI_M700 is not set +# CONFIG_NINO is not set +# CONFIG_SGI_IP22 is not set +# CONFIG_SGI_IP27 is not set +# CONFIG_SIBYTE_SB1xxx_SOC is not set +CONFIG_MIPS_BRCM=y +CONFIG_BCM947XX=y +CONFIG_BCM4710=y +CONFIG_BCM4310=y +CONFIG_BCM4704=y +CONFIG_BCM5354=y +CONFIG_BCM5365=y +CONFIG_BCMIPDSCP=y +CONFIG_NVRAM_SIZE=0 +# CONFIG_SNI_RM200_PCI is not set +# CONFIG_TANBAC_TB0226 is not set +# CONFIG_TANBAC_TB0229 is not set +# CONFIG_TOSHIBA_JMR3927 is not set +# CONFIG_TOSHIBA_RBTX4927 is not set +# CONFIG_VICTOR_MPC30X is not set +# CONFIG_ZAO_CAPCELLA is not set +# CONFIG_HIGHMEM is not set +CONFIG_RWSEM_GENERIC_SPINLOCK=y +# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set +CONFIG_CMDLINE="root=/dev/mtdblock2 noinitrd console=ttyS0,115200" +CONFIG_PCI=y +CONFIG_NONCOHERENT_IO=y +CONFIG_NEW_TIME_C=y +CONFIG_NEW_IRQ=y +CONFIG_HND=y +# CONFIG_MIPS_AU1000 is not set + +# +# CPU selection +# +CONFIG_CPU_MIPS32=y +# CONFIG_CPU_MIPS64 is not set +# CONFIG_CPU_R3000 is not set +# CONFIG_CPU_TX39XX is not set +# CONFIG_CPU_VR41XX is not set +# CONFIG_CPU_R4300 is not set +# CONFIG_CPU_R4X00 is not set +# CONFIG_CPU_TX49XX is not set +# CONFIG_CPU_R5000 is not set +# CONFIG_CPU_R5432 is not set +# CONFIG_CPU_R6000 is not set +# CONFIG_CPU_NEVADA is not set +# CONFIG_CPU_R8000 is not set +# CONFIG_CPU_R10000 is not set +# CONFIG_CPU_RM7000 is not set +# CONFIG_CPU_RM9000 is not set +# CONFIG_CPU_SB1 is not set +CONFIG_PAGE_SIZE_4KB=y +# CONFIG_PAGE_SIZE_16KB is not set +# CONFIG_PAGE_SIZE_64KB is not set +CONFIG_CPU_HAS_PREFETCH=y +# CONFIG_VTAG_ICACHE is not set +# CONFIG_64BIT_PHYS_ADDR is not set +# CONFIG_CPU_ADVANCED is not set +CONFIG_CPU_HAS_LLSC=y +# CONFIG_CPU_HAS_LLDSCD is not set +# CONFIG_CPU_HAS_WB is not set +CONFIG_CPU_HAS_SYNC=y + +# +# General setup +# +CONFIG_CPU_LITTLE_ENDIAN=y +# CONFIG_BUILD_ELF64 is not set +CONFIG_NET=y +CONFIG_PCI=y +# CONFIG_PCI_NEW is not set +CONFIG_PCI_AUTO=y +# CONFIG_PCI_NAMES is not set +# CONFIG_ISA is not set +# CONFIG_TC is not set +# CONFIG_MCA is not set +# CONFIG_SBUS is not set +CONFIG_HOTPLUG=y + +# +# PCMCIA/CardBus support +# +# CONFIG_PCMCIA is not set + +# +# PCI Hotplug Support +# +# CONFIG_HOTPLUG_PCI is not set +# CONFIG_HOTPLUG_PCI_COMPAQ is not set +# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set +# CONFIG_HOTPLUG_PCI_SHPC is not set +# CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE is not set +# CONFIG_HOTPLUG_PCI_PCIE is not set +# CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE is not set +CONFIG_SYSVIPC=y +# CONFIG_BSD_PROCESS_ACCT is not set +CONFIG_SYSCTL=y +CONFIG_KCORE_ELF=y +# CONFIG_KCORE_AOUT is not set +# CONFIG_BINFMT_AOUT is not set +CONFIG_BINFMT_ELF=y +# CONFIG_MIPS32_COMPAT is not set +# CONFIG_MIPS32_O32 is not set +# CONFIG_MIPS32_N32 is not set +# CONFIG_BINFMT_ELF32 is not set +# CONFIG_BINFMT_MISC is not set +# CONFIG_OOM_KILLER is not set +# CONFIG_CMDLINE_BOOL is not set + +# +# Memory Technology Devices (MTD) +# +CONFIG_MTD=y +# CONFIG_MTD_DEBUG is not set +CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_CONCAT is not set +# CONFIG_MTD_REDBOOT_PARTS is not set +# CONFIG_MTD_CMDLINE_PARTS is not set + +# +# User Modules And Translation Layers +# +CONFIG_MTD_CHAR=y +# CONFIG_MTD_BLOCK is not set +CONFIG_MTD_BLOCK_RO=y +# CONFIG_FTL is not set +# CONFIG_NFTL is not set + +# +# RAM/ROM/Flash chip drivers +# +CONFIG_MTD_CFI=y +# CONFIG_MTD_JEDECPROBE is not set +CONFIG_MTD_GEN_PROBE=y +CONFIG_MTD_CFI_ADV_OPTIONS=y +CONFIG_MTD_CFI_NOSWAP=y +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set +# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set +CONFIG_MTD_CFI_GEOMETRY=y +CONFIG_MTD_CFI_B1=y +CONFIG_MTD_CFI_B2=y +# CONFIG_MTD_CFI_B4 is not set +# CONFIG_MTD_CFI_B8 is not set +CONFIG_MTD_CFI_I1=y +# CONFIG_MTD_CFI_I2 is not set +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=y +CONFIG_MTD_CFI_AMDSTD=y +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_SSTSTD=y +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set +# CONFIG_MTD_OBSOLETE_CHIPS is not set +# CONFIG_MTD_AMDSTD is not set +# CONFIG_MTD_SHARP is not set +# CONFIG_MTD_JEDEC is not set + +# +# Mapping drivers for chip access +# +# CONFIG_MTD_PHYSMAP is not set +CONFIG_MTD_BCM947XX=y +# CONFIG_MTD_PB1000 is not set +# CONFIG_MTD_PB1500 is not set +# CONFIG_MTD_PB1100 is not set +# CONFIG_MTD_BOSPORUS is not set +# CONFIG_MTD_XXS1500 is not set +# CONFIG_MTD_MTX1 is not set +# CONFIG_MTD_DB1X00 is not set +# CONFIG_MTD_PB1550 is not set +# CONFIG_MTD_HYDROGEN3 is not set +# CONFIG_MTD_CSTM_MIPS_IXX is not set +# CONFIG_MTD_OCELOT is not set +# CONFIG_MTD_LASAT is not set +# CONFIG_MTD_PCI is not set +# CONFIG_MTD_PCMCIA is not set + +# +# Self-contained MTD device drivers +# +CONFIG_MTD_SFLASH=y +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_BLKMTD is not set + +# +# Disk-On-Chip Device Drivers +# +# CONFIG_MTD_DOC1000 is not set +# CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOCPROBE is not set + +# +# NAND Flash Device Drivers +# +# CONFIG_MTD_NAND is not set + +# +# Parallel port support +# +# CONFIG_PARPORT is not set + +# +# Plug and Play configuration +# +# CONFIG_PNP is not set +# CONFIG_ISAPNP is not set + +# +# Block devices +# +# CONFIG_BLK_DEV_FD is not set +# CONFIG_BLK_DEV_XD is not set +# CONFIG_PARIDE is not set +# CONFIG_BLK_CPQ_DA is not set +# CONFIG_BLK_CPQ_CISS_DA is not set +# CONFIG_CISS_SCSI_TAPE is not set +# CONFIG_CISS_MONITOR_THREAD is not set +# CONFIG_BLK_DEV_DAC960 is not set +# CONFIG_BLK_DEV_UMEM is not set +# CONFIG_BLK_DEV_SX8 is not set +CONFIG_BLK_DEV_LOOP=m +# CONFIG_BLK_DEV_NBD is not set +# CONFIG_BLK_DEV_RAM is not set +# CONFIG_BLK_DEV_INITRD is not set +# CONFIG_BLK_STATS is not set + +# +# Multi-device support (RAID and LVM) +# +# CONFIG_MD is not set +# CONFIG_BLK_DEV_MD is not set +# CONFIG_MD_LINEAR is not set +# CONFIG_MD_RAID0 is not set +# CONFIG_MD_RAID1 is not set +# CONFIG_MD_RAID5 is not set +# CONFIG_MD_MULTIPATH is not set +# CONFIG_BLK_DEV_LVM is not set + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_MMAP is not set +# CONFIG_NETLINK_DEV is not set +CONFIG_NETFILTER=y +# CONFIG_NETFILTER_DEBUG is not set +# CONFIG_FILTER is not set +CONFIG_UNIX=y +CONFIG_INET=y +CONFIG_IP_MULTICAST=y +# CONFIG_IP_ADVANCED_ROUTER is not set +# CONFIG_IP_PNP is not set +# CONFIG_NET_IPIP is not set +# CONFIG_NET_IPGRE_DEMUX is not set +CONFIG_NET_IPGRE=m +CONFIG_NET_IPGRE_BROADCAST=y +CONFIG_IP_MROUTE=y +# CONFIG_IP_PIMSM_V1 is not set +# CONFIG_IP_PIMSM_V2 is not set +# CONFIG_ARPD is not set +# CONFIG_INET_ECN is not set +CONFIG_SYN_COOKIES=y +# CONFIG_TCP_RFC2385 is not set + +# +# IP: Netfilter Configuration +# +CONFIG_IP_NF_CONNTRACK=y +CONFIG_IP_NF_CONNTRACK_MARK=y +CONFIG_IP_NF_FTP=m +# CONFIG_IP_NF_AMANDA is not set +# CONFIG_IP_NF_STARCRAFT is not set +CONFIG_IP_NF_TFTP=y +# CONFIG_IP_NF_IRC is not set +CONFIG_IP_NF_CT_ACCT=y +CONFIG_IP_NF_MATCH_CONNBYTES=y +CONFIG_IP_NF_CT_PROTO_GRE=m +CONFIG_IP_NF_PPTP=m +# CONFIG_IP_NF_SIP is not set +CONFIG_IP_NF_H323=m +CONFIG_IP_NF_RTSP=m +# CONFIG_IP_NF_MMS is not set +# CONFIG_IP_NF_QUEUE is not set +CONFIG_IP_NF_IPTABLES=y +CONFIG_IP_NF_MATCH_LIMIT=y +CONFIG_IP_NF_MATCH_IPRANGE=y +CONFIG_IP_NF_MATCH_QUOTA=m +CONFIG_IP_NF_MATCH_MAC=y +# CONFIG_IP_NF_MATCH_PKTTYPE is not set +CONFIG_IP_NF_MATCH_MARK=y +CONFIG_IP_NF_MATCH_MULTIPORT=y +# CONFIG_IP_NF_MATCH_MPORT is not set +CONFIG_IP_NF_MATCH_TOS=m +CONFIG_IP_NF_MATCH_TIME=m +CONFIG_IP_NF_MATCH_CONDITION=m +# CONFIG_IP_NF_MATCH_NTH is not set +# CONFIG_IP_NF_MATCH_PSD is not set +# CONFIG_IP_NF_MATCH_RANDOM is not set +CONFIG_IP_NF_MATCH_RECENT=m +CONFIG_IP_NF_MATCH_ACCOUNT=y +# CONFIG_IP_NF_POOL is not set +# CONFIG_IP_NF_MATCH_ECN is not set +CONFIG_IP_NF_MATCH_IPP2P=m +CONFIG_IP_NF_MATCH_DSCP=m +# CONFIG_IP_NF_MATCH_AH_ESP is not set +CONFIG_IP_NF_MATCH_LENGTH=m +# CONFIG_IP_NF_MATCH_TTL is not set +CONFIG_IP_NF_MATCH_TCPMSS=y +# CONFIG_IP_NF_MATCH_HELPER is not set +CONFIG_IP_NF_MATCH_STATE=y +# CONFIG_IP_NF_MATCH_CONNTRACK is not set +CONFIG_IP_NF_MATCH_CONNMARK=y +CONFIG_IP_NF_MATCH_CONNLIMIT=y +# CONFIG_IP_NF_MATCH_UNCLEAN is not set +# CONFIG_IP_NF_MATCH_STRING is not set +# CONFIG_IP_NF_MATCH_OWNER is not set +CONFIG_IP_NF_MATCH_LAYER7=m +# CONFIG_IP_NF_MATCH_LAYER7_DEBUG is not set +# CONFIG_IP_NF_MATCH_WEBSTR is not set +CONFIG_IP_NF_MATCH_GEOIP=m +CONFIG_IP_NF_MATCH_U32=y +CONFIG_IP_NF_MATCH_WEB=m +# CONFIG_IP_NF_TARGET_BCOUNT is not set +# CONFIG_IP_NF_MATCH_BCOUNT is not set +# CONFIG_IP_NF_TARGET_MACSAVE is not set +# CONFIG_IP_NF_MATCH_MACSAVE is not set +# CONFIG_IP_NF_MATCH_EXP is not set +CONFIG_IP_NF_MATCH_WEBMON=m +CONFIG_IP_NF_FILTER=y +CONFIG_IP_NF_TARGET_REJECT=y +# CONFIG_IP_NF_TARGET_MIRROR is not set +# CONFIG_IP_NF_TARGET_TARPIT is not set +CONFIG_IP_NF_NAT=y +CONFIG_IP_NF_NAT_NEEDED=y +CONFIG_IP_NF_TARGET_MASQUERADE=y +CONFIG_IP_NF_TARGET_REDIRECT=m +CONFIG_IP_NF_TARGET_NETMAP=m +# CONFIG_IP_NF_AUTOFW is not set +CONFIG_IP_NF_TARGET_TRIGGER=y +CONFIG_IP_NF_NAT_PPTP=m +CONFIG_IP_NF_NAT_PROTO_GRE=m +CONFIG_IP_NF_NAT_H323=m +CONFIG_IP_NF_NAT_RTSP=m +CONFIG_IP_NF_NAT_H323=m +CONFIG_IP_NF_NAT_RTSP=m +# CONFIG_IP_NF_NAT_SNMP_BASIC is not set +CONFIG_IP_NF_NAT_FTP=m +CONFIG_IP_NF_NAT_TFTP=y +CONFIG_IP_NF_MANGLE=y +CONFIG_IP_NF_TARGET_TOS=m +# CONFIG_IP_NF_TARGET_ECN is not set +CONFIG_IP_NF_TARGET_DSCP=m +CONFIG_IP_NF_TARGET_MARK=y +CONFIG_IP_NF_TARGET_ROUTE=m +CONFIG_IP_NF_TARGET_IMQ=m +CONFIG_IP_NF_TARGET_CLASSIFY=m +CONFIG_IP_NF_TARGET_CONNMARK=y +CONFIG_IP_NF_TARGET_LOG=y +CONFIG_IP_NF_TARGET_TTL=m +# CONFIG_IP_NF_TARGET_ULOG is not set +CONFIG_IP_NF_TARGET_TCPMSS=y +# CONFIG_IP_NF_ARPTABLES is not set +CONFIG_IP_NF_TOMATOCT=y +# CONFIG_IP_NF_SET is not set + +# +# IP: Virtual Server Configuration +# +# CONFIG_IP_VS is not set +# CONFIG_IPV6 is not set +# CONFIG_KHTTPD is not set + +# +# SCTP Configuration (EXPERIMENTAL) +# +# CONFIG_IP_SCTP is not set +# CONFIG_ATM is not set +CONFIG_VLAN_8021Q=y + +# +# +# +# CONFIG_IPX is not set +# CONFIG_ATALK is not set +# CONFIG_DECNET is not set +CONFIG_BRIDGE=y +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_LLC is not set +# CONFIG_NET_DIVERT is not set +# CONFIG_ECONET is not set +# CONFIG_WAN_ROUTER is not set +# CONFIG_NET_FASTROUTE is not set +# CONFIG_NET_HW_FLOWCONTROL is not set + +# +# QoS and/or fair queueing +# +CONFIG_NET_SCHED=y +# CONFIG_NET_SCH_CBQ is not set +CONFIG_NET_SCH_HTB=y +# CONFIG_NET_SCH_CSZ is not set +CONFIG_NET_SCH_HFSC=m +CONFIG_NET_SCH_PRIO=y +# CONFIG_NET_SCH_RED is not set +CONFIG_NET_SCH_SFQ=y +CONFIG_NET_SCH_ESFQ=m +# CONFIG_NET_SCH_TEQL is not set +CONFIG_NET_SCH_TBF=m +# CONFIG_NET_SCH_GRED is not set +# CONFIG_NET_SCH_NETEM is not set +# CONFIG_NET_SCH_DSMARK is not set +CONFIG_NET_SCH_INGRESS=y +CONFIG_NET_QOS=y +CONFIG_NET_ESTIMATOR=y +CONFIG_NET_CLS=y +# CONFIG_NET_CLS_TCINDEX is not set +# CONFIG_NET_CLS_ROUTE4 is not set +CONFIG_NET_CLS_FW=y +CONFIG_NET_CLS_U32=y +# CONFIG_NET_CLS_RSVP is not set +# CONFIG_NET_CLS_RSVP6 is not set +CONFIG_NET_CLS_POLICE=y + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +CONFIG_IPSEC_NAT_TRAVERSAL=y + +# +# Telephony Support +# +# CONFIG_PHONE is not set +# CONFIG_PHONE_IXJ is not set +# CONFIG_PHONE_IXJ_PCMCIA is not set + +# +# ATA/IDE/MFM/RLL support +# +# CONFIG_IDE is not set +# CONFIG_BLK_DEV_HD is not set + +# +# SCSI support +# +CONFIG_SCSI=m + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=m +CONFIG_SD_EXTRA_DEVS=40 +# CONFIG_CHR_DEV_ST is not set +# CONFIG_CHR_DEV_OSST is not set +# CONFIG_BLK_DEV_SR is not set +# CONFIG_CHR_DEV_SG is not set + +# +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs +# +# CONFIG_SCSI_DEBUG_QUEUES is not set +CONFIG_SCSI_MULTI_LUN=y +# CONFIG_SCSI_CONSTANTS is not set +# CONFIG_SCSI_LOGGING is not set + +# +# SCSI low-level drivers +# +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set +# CONFIG_SCSI_7000FASST is not set +# CONFIG_SCSI_ACARD is not set +# CONFIG_SCSI_AHA152X is not set +# CONFIG_SCSI_AHA1542 is not set +# CONFIG_SCSI_AHA1740 is not set +# CONFIG_SCSI_AACRAID is not set +# CONFIG_SCSI_AIC7XXX is not set +# CONFIG_SCSI_AIC79XX is not set +# CONFIG_SCSI_AIC7XXX_OLD is not set +# CONFIG_SCSI_DPT_I2O is not set +# CONFIG_SCSI_ADVANSYS is not set +# CONFIG_SCSI_IN2000 is not set +# CONFIG_SCSI_AM53C974 is not set +# CONFIG_SCSI_MEGARAID is not set +# CONFIG_SCSI_MEGARAID2 is not set +# CONFIG_SCSI_SATA is not set +# CONFIG_SCSI_SATA_AHCI is not set +# CONFIG_SCSI_SATA_SVW is not set +# CONFIG_SCSI_ATA_PIIX is not set +# CONFIG_SCSI_SATA_NV is not set +# CONFIG_SCSI_SATA_QSTOR is not set +# CONFIG_SCSI_SATA_PROMISE is not set +# CONFIG_SCSI_SATA_SX4 is not set +# CONFIG_SCSI_SATA_SIL is not set +# CONFIG_SCSI_SATA_SIS is not set +# CONFIG_SCSI_SATA_ULI is not set +# CONFIG_SCSI_SATA_VIA is not set +# CONFIG_SCSI_SATA_VITESSE is not set +# CONFIG_SCSI_BUSLOGIC is not set +# CONFIG_SCSI_CPQFCTS is not set +# CONFIG_SCSI_DMX3191D is not set +# CONFIG_SCSI_DTC3280 is not set +# CONFIG_SCSI_EATA is not set +# CONFIG_SCSI_EATA_DMA is not set +# CONFIG_SCSI_EATA_PIO is not set +# CONFIG_SCSI_FUTURE_DOMAIN is not set +# CONFIG_SCSI_GDTH is not set +# CONFIG_SCSI_GENERIC_NCR5380 is not set +# CONFIG_SCSI_INITIO is not set +# CONFIG_SCSI_INIA100 is not set +# CONFIG_SCSI_NCR53C406A is not set +# CONFIG_SCSI_NCR53C7xx is not set +# CONFIG_SCSI_SYM53C8XX_2 is not set +# CONFIG_SCSI_NCR53C8XX is not set +# CONFIG_SCSI_SYM53C8XX is not set +# CONFIG_SCSI_PAS16 is not set +# CONFIG_SCSI_PCI2000 is not set +# CONFIG_SCSI_PCI2220I is not set +# CONFIG_SCSI_PSI240I is not set +# CONFIG_SCSI_QLOGIC_FAS is not set +# CONFIG_SCSI_QLOGIC_ISP is not set +# CONFIG_SCSI_QLOGIC_FC is not set +# CONFIG_SCSI_QLOGIC_1280 is not set +# CONFIG_SCSI_SIM710 is not set +# CONFIG_SCSI_SYM53C416 is not set +# CONFIG_SCSI_DC390T is not set +# CONFIG_SCSI_T128 is not set +# CONFIG_SCSI_U14_34F is not set +# CONFIG_SCSI_NSP32 is not set +# CONFIG_SCSI_DEBUG is not set + +# +# Fusion MPT device support +# +# CONFIG_FUSION is not set +# CONFIG_FUSION_BOOT is not set +# CONFIG_FUSION_ISENSE is not set +# CONFIG_FUSION_CTL is not set +# CONFIG_FUSION_LAN is not set + +# +# IEEE 1394 (FireWire) support (EXPERIMENTAL) +# +# CONFIG_IEEE1394 is not set + +# +# I2O device support +# +# CONFIG_I2O is not set +# CONFIG_I2O_PCI is not set +# CONFIG_I2O_BLOCK is not set +# CONFIG_I2O_LAN is not set +# CONFIG_I2O_SCSI is not set +# CONFIG_I2O_PROC is not set + +# +# Network device support +# +CONFIG_NETDEVICES=y + +# +# Broadcom HND network devices +# +CONFIG_HND=y +# CONFIG_IL is not set +CONFIG_ET=m +CONFIG_ET_47XX=y +# CONFIG_WL_EMULATOR is not set +CONFIG_BCM57XX=m +CONFIG_WL=m +# CONFIG_WL_USE_AP is not set +# CONFIG_WL_USE_STA is not set +CONFIG_WL_USE_APSTA=y +# CONFIG_WL_USE_AP_ONCHIP_G is not set +# CONFIG_WL_USE_STA_ONCHIP_G is not set +# CONFIG_WL_USE_APSTA_ONCHIP_G is not set + +# +# ARCnet devices +# +# CONFIG_ARCNET is not set +# CONFIG_DUMMY is not set +# CONFIG_BONDING is not set +# CONFIG_EQUALIZER is not set +CONFIG_IMQ=m +# CONFIG_IMQ_BEHAVIOR_AA is not set +# CONFIG_IMQ_BEHAVIOR_AB is not set +CONFIG_IMQ_BEHAVIOR_BA=y +# CONFIG_IMQ_BEHAVIOR_BB is not set +CONFIG_IMQ_NUM_DEVS=3 +CONFIG_TUN=m +# CONFIG_NET_RANDOM is not set +# CONFIG_ETHERTAP is not set + +# +# Ethernet (10 or 100Mbit) +# +CONFIG_NET_ETHERNET=y +# CONFIG_SUNLANCE is not set +# CONFIG_HAPPYMEAL is not set +# CONFIG_SUNBMAC is not set +# CONFIG_SUNQE is not set +# CONFIG_SUNGEM is not set +# CONFIG_NET_VENDOR_3COM is not set +# CONFIG_LANCE is not set +# CONFIG_NET_VENDOR_SMC is not set +# CONFIG_NET_VENDOR_RACAL is not set +# CONFIG_HP100 is not set +# CONFIG_NET_ISA is not set +# CONFIG_NET_PCI is not set +# CONFIG_NET_POCKET is not set + +# +# Ethernet (1000 Mbit) +# +# CONFIG_ACENIC is not set +# CONFIG_DL2K is not set +# CONFIG_E1000 is not set +# CONFIG_MYRI_SBUS is not set +# CONFIG_NS83820 is not set +# CONFIG_HAMACHI is not set +# CONFIG_YELLOWFIN is not set +# CONFIG_R8169 is not set +# CONFIG_SKGE is not set +# CONFIG_SKY2 is not set +# CONFIG_SK98LIN is not set +# CONFIG_TIGON3 is not set +# CONFIG_FDDI is not set +# CONFIG_HIPPI is not set +# CONFIG_PLIP is not set +CONFIG_PPP=y +CONFIG_PPP_MULTILINK=y +# CONFIG_PPP_FILTER is not set +CONFIG_PPP_ASYNC=y +CONFIG_PPP_SYNC_TTY=y +CONFIG_PPP_DEFLATE=m +# CONFIG_PPP_BSDCOMP is not set +CONFIG_PPP_MPPE_MPPC=y +CONFIG_PPPOE=y +CONFIG_PPPOL2TP=y +CONFIG_PPTP=y +# CONFIG_SLIP is not set + +# +# Wireless LAN (non-hamradio) +# +# CONFIG_NET_RADIO is not set + +# +# Token Ring devices +# +# CONFIG_TR is not set +# CONFIG_NET_FC is not set +# CONFIG_RCPCI is not set +# CONFIG_SHAPER is not set + +# +# Wan interfaces +# +# CONFIG_WAN is not set + +# +# Amateur Radio support +# +# CONFIG_HAMRADIO is not set + +# +# IrDA (infrared) support +# +# CONFIG_IRDA is not set + +# +# ISDN subsystem +# +# CONFIG_ISDN is not set + +# +# Input core support +# +CONFIG_INPUT=m +CONFIG_INPUT_KEYBDEV=m +CONFIG_INPUT_MOUSEDEV=m +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 +CONFIG_INPUT_JOYDEV=m +CONFIG_INPUT_EVDEV=m +# CONFIG_INPUT_UINPUT is not set + +# +# Character devices +# +# CONFIG_VT is not set +CONFIG_SERIAL=y +CONFIG_SERIAL_CONSOLE=y +# CONFIG_SERIAL_EXTENDED is not set +CONFIG_SERIAL_NONSTANDARD=y +# CONFIG_COMPUTONE is not set +# CONFIG_ROCKETPORT is not set +# CONFIG_CYCLADES is not set +# CONFIG_DIGIEPCA is not set +# CONFIG_DIGI is not set +# CONFIG_ESPSERIAL is not set +# CONFIG_MOXA_INTELLIO is not set +# CONFIG_MOXA_SMARTIO is not set +# CONFIG_ISI is not set +# CONFIG_SYNCLINK is not set +# CONFIG_SYNCLINKMP is not set +CONFIG_N_HDLC=y +# CONFIG_RISCOM8 is not set +# CONFIG_SPECIALIX is not set +# CONFIG_SX is not set +# CONFIG_RIO is not set +# CONFIG_STALDRV is not set +# CONFIG_SERIAL_TX3912 is not set +# CONFIG_SERIAL_TX3912_CONSOLE is not set +# CONFIG_SERIAL_TXX9 is not set +# CONFIG_SERIAL_TXX9_CONSOLE is not set +# CONFIG_TXX927_SERIAL is not set +CONFIG_UNIX98_PTYS=y +CONFIG_UNIX98_PTY_COUNT=16 + +# +# I2C support +# +# CONFIG_I2C is not set + +# +# Mice +# +# CONFIG_BUSMOUSE is not set +# CONFIG_MOUSE is not set + +# +# Joysticks +# +# CONFIG_INPUT_GAMEPORT is not set +# CONFIG_INPUT_NS558 is not set +# CONFIG_INPUT_LIGHTNING is not set +# CONFIG_INPUT_PCIGAME is not set +# CONFIG_INPUT_CS461X is not set +# CONFIG_INPUT_EMU10K1 is not set +# CONFIG_INPUT_SERIO is not set +# CONFIG_INPUT_SERPORT is not set + +# +# Joysticks +# +# CONFIG_INPUT_ANALOG is not set +# CONFIG_INPUT_A3D is not set +# CONFIG_INPUT_ADI is not set +# CONFIG_INPUT_COBRA is not set +# CONFIG_INPUT_GF2K is not set +# CONFIG_INPUT_GRIP is not set +# CONFIG_INPUT_INTERACT is not set +# CONFIG_INPUT_TMDC is not set +# CONFIG_INPUT_SIDEWINDER is not set +# CONFIG_INPUT_IFORCE_USB is not set +# CONFIG_INPUT_IFORCE_232 is not set +# CONFIG_INPUT_WARRIOR is not set +# CONFIG_INPUT_MAGELLAN is not set +# CONFIG_INPUT_SPACEORB is not set +# CONFIG_INPUT_SPACEBALL is not set +# CONFIG_INPUT_STINGER is not set +# CONFIG_INPUT_DB9 is not set +# CONFIG_INPUT_GAMECON is not set +# CONFIG_INPUT_TURBOGRAFX is not set +# CONFIG_QIC02_TAPE is not set +# CONFIG_IPMI_HANDLER is not set +# CONFIG_IPMI_PANIC_EVENT is not set +# CONFIG_IPMI_DEVICE_INTERFACE is not set +# CONFIG_IPMI_KCS is not set +# CONFIG_IPMI_WATCHDOG is not set + +# +# Watchdog Cards +# +# CONFIG_WATCHDOG is not set +# CONFIG_SCx200 is not set +# CONFIG_SCx200_GPIO is not set +# CONFIG_AMD_PM768 is not set +# CONFIG_NVRAM is not set +# CONFIG_RTC is not set +# CONFIG_GPIO_RTC is not set +# CONFIG_DTLK is not set +# CONFIG_R3964 is not set +# CONFIG_APPLICOM is not set + +# +# Ftape, the floppy tape device driver +# +# CONFIG_FTAPE is not set +# CONFIG_AGP is not set + +# +# Direct Rendering Manager (XFree86 DRI support) +# +# CONFIG_DRM is not set + +# +# File systems +# +# CONFIG_QUOTA is not set +# CONFIG_QFMT_V2 is not set +# CONFIG_AUTOFS_FS is not set +# CONFIG_AUTOFS4_FS is not set +CONFIG_REISERFS_FS=m +# CONFIG_REISERFS_CHECK is not set +CONFIG_REISERFS_PROC_INFO=y +# CONFIG_ADFS_FS is not set +# CONFIG_ADFS_FS_RW is not set +# CONFIG_AFFS_FS is not set +# CONFIG_HFS_FS is not set +CONFIG_HFSPLUS_FS=m +# CONFIG_BEFS_FS is not set +# CONFIG_BEFS_DEBUG is not set +# CONFIG_BFS_FS is not set +CONFIG_EXT3_FS=m +CONFIG_JBD=m +# CONFIG_JBD_DEBUG is not set +CONFIG_FAT_FS=m +# CONFIG_MSDOS_FS is not set +# CONFIG_UMSDOS_FS is not set +CONFIG_VFAT_FS=m +# CONFIG_EFS_FS is not set +CONFIG_JFFS_FS=m +CONFIG_JFFS_FS_VERBOSE=0 +# CONFIG_JFFS_PROC_FS is not set +# CONFIG_JFFS2_FS is not set +# CONFIG_CRAMFS is not set +CONFIG_SQUASHFS=y +# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_TMPFS=y +CONFIG_RAMFS=y +# CONFIG_ISO9660_FS is not set +# CONFIG_JOLIET is not set +# CONFIG_ZISOFS is not set +# CONFIG_JFS_FS is not set +# CONFIG_JFS_DEBUG is not set +# CONFIG_JFS_STATISTICS is not set +# CONFIG_MINIX_FS is not set +# CONFIG_VXFS_FS is not set +CONFIG_NTFS_FS=m +# CONFIG_NTFS_DEBUG is not set +CONFIG_NTFS_RW=y +# CONFIG_HPFS_FS is not set +CONFIG_PROC_FS=y +CONFIG_DEVFS_FS=y +CONFIG_DEVFS_MOUNT=y +# CONFIG_DEVFS_DEBUG is not set +# CONFIG_DEVPTS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_QNX4FS_RW is not set +# CONFIG_ROMFS_FS is not set +CONFIG_EXT2_FS=m +# CONFIG_SYSV_FS is not set +# CONFIG_UDF_FS is not set +# CONFIG_UDF_RW is not set +# CONFIG_UFS_FS is not set +# CONFIG_UFS_FS_WRITE is not set +CONFIG_XFS_FS=m +# CONFIG_XFS_QUOTA is not set +# CONFIG_XFS_RT is not set +# CONFIG_XFS_TRACE is not set +# CONFIG_XFS_DEBUG is not set +CONFIG_FUSE_FS=m + +# +# Network File Systems +# +# CONFIG_CODA_FS is not set +# CONFIG_INTERMEZZO_FS is not set +CONFIG_NFS_FS=m +CONFIG_NFS_V3=y +# CONFIG_NFS_DIRECTIO is not set +# CONFIG_ROOT_NFS is not set +CONFIG_NFSD=m +CONFIG_NFSD_V3=y +# CONFIG_NFSD_TCP is not set +CONFIG_SUNRPC=m +CONFIG_LOCKD=m +CONFIG_LOCKD_V4=y +CONFIG_CIFS=m +# CONFIG_CIFS_STATS is not set +# CONFIG_CIFS_STATS2 is not set +CONFIG_CIFS_WEAK_PW_HASH=y +# CONFIG_CIFS_XATTR is not set +# CONFIG_CIFS_POSIX is not set +# CONFIG_CIFS_DEBUG2 is not set +# CONFIG_CIFS_EXPERIMENTAL is not set +CONFIG_SMB_FS=m +# CONFIG_SMB_NLS_DEFAULT is not set +# CONFIG_SMB_UNIX is not set +# CONFIG_NCP_FS is not set +# CONFIG_NCPFS_PACKET_SIGNING is not set +# CONFIG_NCPFS_IOCTL_LOCKING is not set +# CONFIG_NCPFS_STRONG is not set +# CONFIG_NCPFS_NFS_NS is not set +# CONFIG_NCPFS_OS2_NS is not set +# CONFIG_NCPFS_SMALLDOS is not set +# CONFIG_NCPFS_NLS is not set +# CONFIG_NCPFS_EXTRAS is not set +# CONFIG_ZISOFS_FS is not set + +# +# Partition Types +# +CONFIG_PARTITION_ADVANCED=y +# CONFIG_ACORN_PARTITION is not set +# CONFIG_OSF_PARTITION is not set +# CONFIG_AMIGA_PARTITION is not set +# CONFIG_ATARI_PARTITION is not set +# CONFIG_MAC_PARTITION is not set +CONFIG_MSDOS_PARTITION=y +# CONFIG_BSD_DISKLABEL is not set +# CONFIG_MINIX_SUBPARTITION is not set +# CONFIG_SOLARIS_X86_PARTITION is not set +# CONFIG_UNIXWARE_DISKLABEL is not set +# CONFIG_LDM_PARTITION is not set +# CONFIG_SGI_PARTITION is not set +# CONFIG_ULTRIX_PARTITION is not set +# CONFIG_SUN_PARTITION is not set +# CONFIG_EFI_PARTITION is not set +CONFIG_SMB_NLS=y +CONFIG_NLS=y + +# +# Native Language Support +# +CONFIG_NLS_DEFAULT="UTF8" +CONFIG_NLS_CODEPAGE_437=m +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +CONFIG_NLS_CODEPAGE_850=m +CONFIG_NLS_CODEPAGE_852=m +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +CONFIG_NLS_CODEPAGE_866=m +# CONFIG_NLS_CODEPAGE_869 is not set +CONFIG_NLS_CODEPAGE_936=m +CONFIG_NLS_CODEPAGE_950=m +CONFIG_NLS_CODEPAGE_932=m +CONFIG_NLS_CODEPAGE_949=m +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +CONFIG_NLS_CODEPAGE_1251=m +# CONFIG_NLS_ISO8859_1 is not set +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +CONFIG_NLS_UTF8=y + +# +# Multimedia devices +# +CONFIG_VIDEO_DEV=m + +# +# Video For Linux +# +# CONFIG_VIDEO_PROC_FS is not set +# CONFIG_I2C_PARPORT is not set + +# +# Video Adapters +# +# CONFIG_VIDEO_BT848 is not set +# CONFIG_VIDEO_PMS is not set +# CONFIG_VIDEO_CPIA is not set +# CONFIG_VIDEO_SAA5249 is not set +# CONFIG_TUNER_3036 is not set +# CONFIG_VIDEO_STRADIS is not set +# CONFIG_VIDEO_ZORAN is not set +# CONFIG_VIDEO_ZORAN_BUZ is not set +# CONFIG_VIDEO_ZORAN_DC10 is not set +# CONFIG_VIDEO_ZORAN_LML33 is not set +# CONFIG_VIDEO_ZR36120 is not set +# CONFIG_VIDEO_MEYE is not set + +# +# Radio Adapters +# +# CONFIG_RADIO_GEMTEK_PCI is not set +# CONFIG_RADIO_MAXIRADIO is not set +# CONFIG_RADIO_MAESTRO is not set +# CONFIG_RADIO_MIROPCM20 is not set + +# +# Sound +# +CONFIG_SOUND=m +# CONFIG_SOUND_ALI5455 is not set +# CONFIG_SOUND_BT878 is not set +# CONFIG_SOUND_CMPCI is not set +# CONFIG_SOUND_EMU10K1 is not set +# CONFIG_MIDI_EMU10K1 is not set +# CONFIG_SOUND_FUSION is not set +# CONFIG_SOUND_CS4281 is not set +# CONFIG_SOUND_ES1370 is not set +# CONFIG_SOUND_ES1371 is not set +# CONFIG_SOUND_ESSSOLO1 is not set +# CONFIG_SOUND_MAESTRO is not set +# CONFIG_SOUND_MAESTRO3 is not set +# CONFIG_SOUND_FORTE is not set +# CONFIG_SOUND_ICH is not set +# CONFIG_SOUND_RME96XX is not set +# CONFIG_SOUND_SONICVIBES is not set +# CONFIG_SOUND_TRIDENT is not set +# CONFIG_SOUND_MSNDCLAS is not set +# CONFIG_SOUND_MSNDPIN is not set +# CONFIG_SOUND_VIA82CXXX is not set +# CONFIG_MIDI_VIA82CXXX is not set +# CONFIG_SOUND_OSS is not set +# CONFIG_SOUND_TVMIXER is not set +# CONFIG_SOUND_AD1980 is not set +# CONFIG_SOUND_WM97XX is not set + +# +# USB support +# +CONFIG_USB=m +# CONFIG_USB_DEBUG is not set + +# +# Miscellaneous USB options +# +CONFIG_USB_DEVICEFS=y +# CONFIG_USB_BANDWIDTH is not set +CONFIG_USB_DEVPATH=y + +# +# USB Host Controller Drivers +# +CONFIG_USB_EHCI_HCD=m +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_UHCI=m +# CONFIG_USB_UHCI_ALT is not set +CONFIG_USB_OHCI=m + +# +# USB Device Class drivers +# +CONFIG_USB_AUDIO=m +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_BLUETOOTH is not set +# CONFIG_USB_MIDI is not set +CONFIG_USB_STORAGE=m +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_DPCM is not set +# CONFIG_USB_STORAGE_HP8200e is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +CONFIG_USB_ACM=m +CONFIG_USB_PRINTER=m + +# +# USB Human Interface Devices (HID) +# +CONFIG_USB_HID=m +CONFIG_USB_HIDINPUT=y +CONFIG_USB_HIDDEV=y +CONFIG_USB_KBD=m +CONFIG_USB_MOUSE=m +# CONFIG_USB_AIPTEK is not set +# CONFIG_USB_WACOM is not set +# CONFIG_USB_KBTAB is not set +# CONFIG_USB_POWERMATE is not set + +# +# USB Imaging devices +# +# CONFIG_USB_DC2XX is not set +# CONFIG_USB_MDC800 is not set +CONFIG_USB_SCANNER=m +# CONFIG_USB_MICROTEK is not set +# CONFIG_USB_HPUSBSCSI is not set + +# +# USB Multimedia devices +# +# CONFIG_USB_IBMCAM is not set +# CONFIG_USB_KONICAWC is not set +CONFIG_USB_OV511=m +CONFIG_USB_PWC=m +CONFIG_USB_PWCX=m +# CONFIG_USB_SE401 is not set +# CONFIG_USB_STV680 is not set +# CONFIG_USB_W9968CF is not set +# CONFIG_USB_VICAM is not set +# CONFIG_USB_DSBR is not set +# CONFIG_USB_DABUSB is not set + +# +# USB Network adaptors +# +# CONFIG_USB_PEGASUS is not set +# CONFIG_USB_RTL8150 is not set +# CONFIG_USB_KAWETH is not set +# CONFIG_USB_CATC is not set +# CONFIG_USB_CDCETHER is not set +# CONFIG_USB_USBNET is not set + +# +# USB port drivers +# +# CONFIG_USB_USS720 is not set + +# +# USB Serial Converter support +# +CONFIG_USB_SERIAL=m +# CONFIG_USB_SERIAL_DEBUG is not set +CONFIG_USB_SERIAL_GENERIC=y +# CONFIG_USB_SERIAL_BELKIN is not set +# CONFIG_USB_SERIAL_WHITEHEAT is not set +# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set +# CONFIG_USB_SERIAL_EMPEG is not set +CONFIG_USB_SERIAL_FTDI_SIO=m +# CONFIG_USB_SERIAL_VISOR is not set +# CONFIG_USB_SERIAL_IPAQ is not set +# CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL_EDGEPORT is not set +# CONFIG_USB_SERIAL_EDGEPORT_TI is not set +# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set +# CONFIG_USB_SERIAL_KEYSPAN is not set +# CONFIG_USB_SERIAL_MCT_U232 is not set +# CONFIG_USB_SERIAL_KLSI is not set +# CONFIG_USB_SERIAL_KOBIL_SCT is not set +CONFIG_USB_SERIAL_PL2303=m +# CONFIG_USB_SERIAL_CYBERJACK is not set +CONFIG_USB_SERIAL_SIERRAWIRELESS=m +# CONFIG_USB_SERIAL_XIRCOM is not set +# CONFIG_USB_SERIAL_OMNINET is not set +CONFIG_USB_SERIAL_IPW=m +CONFIG_USB_SERIAL_OPTION=m + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_RIO500 is not set +# CONFIG_USB_AUERSWALD is not set +# CONFIG_USB_TIGL is not set +# CONFIG_USB_BRLVGER is not set +# CONFIG_USB_LCD is not set + +# +# Support for USB gadgets +# +# CONFIG_USB_GADGET is not set + +# +# Bluetooth support +# +# CONFIG_BLUEZ is not set + +# +# Kernel hacking +# +CONFIG_CROSSCOMPILE=y +# CONFIG_RUNTIME_DEBUG is not set +# CONFIG_REMOTE_DEBUG is not set +# CONFIG_GDB_CONSOLE is not set +# CONFIG_DEBUG_INFO is not set +CONFIG_MAGIC_SYSRQ=y +# CONFIG_MIPS_UNCACHED is not set +CONFIG_LOG_BUF_SHIFT=0 +CONFIG_CC_OPTIMIZE_FOR_SIZE=y + +# +# Cryptographic options +# +CONFIG_CRYPTO=y +CONFIG_CRYPTO_HMAC=y +# CONFIG_CRYPTO_NULL is not set +# CONFIG_CRYPTO_MD4 is not set +# CONFIG_CRYPTO_MD5 is not set +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA1=y +# CONFIG_CRYPTO_SHA256 is not set +# CONFIG_CRYPTO_SHA512 is not set +# CONFIG_CRYPTO_WP512 is not set +CONFIG_CRYPTO_DES=m +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_TWOFISH is not set +# CONFIG_CRYPTO_SERPENT is not set +CONFIG_CRYPTO_AES=m +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +# CONFIG_CRYPTO_TEA is not set +# CONFIG_CRYPTO_KHAZAD is not set +# CONFIG_CRYPTO_ANUBIS is not set +CONFIG_CRYPTO_ARC4=y +CONFIG_CRYPTO_ARC4=y +CONFIG_CRYPTO_DEFLATE=m +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_TEST is not set + +# +# Library routines +# +# CONFIG_CRC32 is not set +CONFIG_ZLIB_INFLATE=m +CONFIG_ZLIB_DEFLATE=m +# CONFIG_FW_LOADER is not set diff --git a/release/src/lzma-loader/LzmaDecode.o b/release/src/lzma-loader/LzmaDecode.o new file mode 100644 index 0000000000000000000000000000000000000000..ef62acb179baf1e7c8f775912a7f2289a9c70a93 GIT binary patch literal 5652 zcwU`YYit}>75?U7d*h_d*xrUsDPpHPPPVbTS_Mrh!@AKU|`<3nkdo@i%G&CfzGy@)O;yVimJAzpjo3RP;an11O@jk{! z_vN zjom)F@&muJ`~n zmF%m_WRE%~UI}E|^d^CM1Gq9HRDO!$4!ilcc4<+gonnWZ4JH7D5h&;I9nUXx!P{pkwDSv#N#!WGVCmaZ|aVQ zX@`2N@A&;mo&MNNkzHmCFj?b%FNw3;fy%g@X8hiE`F?u)WyUZ~`;w@5oO{=F*RuC_ zQ(&d6!P9Mn7{mRH z!2#+x$au6_PwE@#N1igohu`Z@Sfi9H^@--t{?>9q{H@`UCI}y6=;7OSaAq$UF733f z2k1F#GQW>L{qoWC%}vldy9e7+`}8Vf-PKfwPReww=Zu4-4e3F2keXHxi-q}1k06uk z$6T|Cg4FcQVJ+LKDTsff)8@PZRc7nC>aVp@^5pe*G9FXj7}qnDE9=1FvOPAB$0?O@ zbwoy?iFUC*pjWDY)p3Jenuk3$M*z@wJfpdm?3Wm9U<}0no9Ta;>(%{tCtA4o_)gbK zQ0|>@J1y8*`mI+(zw>+O_g;P8FD8-DovxrSL;acZUOh9mjcd3;!&{Enkf2`C->V}b zw#YksY!c}J7hbQ*S|fSfyd^ex1w3Ji9dY}_HnCB7?9Lat_R6E@Z=@~RzCp2JF%Iqs zF~dZg)vafU8Fpz7S9~{_8Ee%wTng;Tl)Lo>zN3ul7~`9l9$|caSUXKT#P}baJgpTi z4S(D&H8oD2Hm=|Ahkk_h+SSo!9YVc|sXTK*T~)ov-V*C3i8p2}ygE~6?E?4Au$Mey zgh!0%!h&L8i1_7c6T_&FaAUY9ortOnIL!JfB{#{zok2Rlm8G345{|CGFvFo^Q68 z_wFF?ud?1VrFuP#dpB!#G;6?cHm1xV2kk*TE0i-;OHodix(?7chx07^vYmP)FC}f{ zY@0Q^SeJj$)~U-8IYRnEJF-%L-TG!t`p!g@e{9_n)<9|~=m!(Sj?|ff4>|U%M5^a3 zdqe-cCcV=_?6kIpb%^HWb=VTrVM<%C4qM(|9ZoFOq3D$w)Nt8Z@UcbeP_WOm7W913 z>*sabIt;1BQ;hXZ#KD_rk0Csm%5Jm-GtPN)LErB~(YVtQEI3EM>I1)qlwZZ>)%xr1 zb^ZF_{Uv%szb?_QV&K=DZ*DU&lKlkr+p{GUvL^M7PqmAe0KgS zeZCOlo2su@R^XfH6CL7Xh$sJat}uVCvoG@ZOWXeS?p$+#9E)+(F{lv+!=%^Yx64 zV2zwXQO^qwOV3M>3C{^ldj8y+JwKt1hP^c=z8})>#q!>gm_svmOWfO18NEW;6O?Ut zruE=_wirY5xhdu^Tfn>~XGO!}S@DfkMO9QJLaF@PA!rVf%Lx=J|_S zgzZf+yAK6+PpCY%yocShQJ$6EyVl4{J7w6VN%D`J6%1#70^DZIJ;_G{u4EIukM1X~ zH>L}?Lz9?RgY|#=e^xO*R}(wKeyP(_Wb9p#(slhtD17PIGwI+rz`?P=!!gWO$K^SL>u<8?puc|hfNHJj>V{4Xp1H&l$| z+vJ1TC3PTq;&+DJOFYR}P^YXB`R<7FwwnFn-7&Q1r^=pNwaEUe%Jay0#Q#!^e@5}& zWQ6>O)xL}3Kd~*`yFh*Oi~26c_CKcf@6f}2tJ(K-jK8e-A6SR~`!W7e#lNr)eg_ef-wLzCvMFI=k?>G9~-aQ~TMdA4RTbXb8E}{l`w+fA1;zaWXg9cN)2YzW$ys9LpW; zIq|Wb;fCCSFAp5u)8Bilum9lbQ-l4dhfnkmg*#R(BiDOsV4(m0Vf^3Y!$9y~O}(1C zE7mPVZN+E22Oondhv0kiwIk3usK@wHF+NkxZwHqBmvjWnWtxh9oX>{X`!|!JuInKG z1BHBI*C(-D-UOD9Xzc)&$3^(wj`2l$KevL9mnNLt{J(t1u-v|Dv@fNF_HDqDeGej( zmyh_Y;4-;5H1!DTMlqIgJzqS$f-j;`jAgvZ&*@9T&u1e-y%Hy}AujJ3+Lw#X<1vem z_G*tO;HM19T{Gon)Le4ZEb^AR zC)bNrJ1y2<;oyZ{zSE#@3Jchz*^Uv?F*Bqybs-(C4{5O>qz@)SdS-)KS9C_vd}B!a z6qO_iwG_=OT2ypc(Z>``Z3^iDMQ0RsuM6p*qL&nv00nXt?NroNbWqVrMK39e%^_`9 K^lnA_6#Xwy7p92- literal 0 HcwPel00001 diff --git a/release/src/lzma-loader/data.lds b/release/src/lzma-loader/data.lds new file mode 100644 index 0000000000..ec48b2dfdf --- /dev/null +++ b/release/src/lzma-loader/data.lds @@ -0,0 +1 @@ +SECTIONS { .data : { code_start = .; *(.data) code_stop = .; }} diff --git a/release/src/lzma-loader/data.o b/release/src/lzma-loader/data.o new file mode 100644 index 0000000000000000000000000000000000000000..80589f22de49aca6c01c357d56a696916b9cbbb9 GIT binary patch literal 5352 zcwU`YZEPG@6+QE2Y_Hv@%&xa)Qwr>4$MI5!YALJWR{LY+kHkfhaA*qoQ8l(>r%q`a z6I&%kl^8h&Ofk$NRmBykSnG96C8z7OrBtXTuG5xQ6sf3He?SG6lR^+e1QFCgKZbK> zX5&p{yJ}amXJ_7h@7{Cox#zvvZ*}e3p=lZ_9}N+#-U0c>;F|USr%?li9!KS-yk}b? zdb{0=UzcykFUx!JRQWm-%ZsP<+yG9M_uv=h9z0pzg(u40c)Z++ljS@X%D~X%moqBY z<7~=xcixh<&O5N4p2jeam#u|m%%MJdF?Q^PnN+zgdRKM^HPL#0PuF*5r(r~E&5rCN z(4!huuIcOT*`Gi~t-VRj>Y0Ys&9(BqcL8G}Prb;Vx4mZ@@wS8o`i%twp~X zAe))AlAN1yaKZap+)B^kVr=|G9H%FfIN4%jp~XrZgOyGyD+$^`34V!j3Gq!AV)^+b zX52GvDhC`W-1Nit>}D+Cl~?qfNe{n!Wq-EaRM?CTET$FA1lLFxF_zHbBz0KHV@R2u z*v8z+x~a?yKx4a|WHw@l&WvVI}fd7|2GJsXF8=b%)+ zpFMVzy*J9<8)om_&3+qVzYVb8df9Kcv)}gm{Wdlk!S@);#H4U(6OK(5n2WsB3C_I3 z`ek{~`b|RDZHu|2U)#tVnvv*$k+e0>8@D|#(!9NHzderG@&vg#iMeu)aYWE-w&CaO z?UGC00EV(P%rgG5(tF-uTw&a{9CD@rnB))VyKx+EAuhk~qz)#z@EYq!{*~k80Po#* zRo=9^ySQMnpuyaVYh#dgYhYa8TH=hZ@H1f!bL+C0ssF9K@0#4$q6) zoy=i3bFhm(dYF$^^Q5|pI5J#AF#JJ1YL5H8GgCk;h`+heA$ZGpAPTW#4qZH41AF0l zJc^umKnu_#nq*KliMrz$bm?a>;vaZTGit@rR+mmH=x&$x!!Pm-{H z$uXo7gIJ6i=-8|yzs2zN#Y)UT@QF{0_jM?-TBl3D)tva}eQ!-H zO_?t_sAmoY{}$p8YP~l8{1kOU z8@e%XM!4=C?uLtu+1IL*E zp6Mf6uc_frEyAfu+O%@~9xuQV@Ky9}x36zz$g4%4S0%R+uS4F%@wa&sZ_O9TUEq#+ z(Q;~pOO0@;5iT{trAD~a2x{IF)V#;3c_*oPfwno+HsPxDBB%vcve)lTsb5|NIx4-{ zM0QFHPm&i_cM&P4MWxIlS`!NjSSmH3H=Zi&RATeRjrc!iA`|vo-ZWrMcfrxV{m@d( zWZk>`y1zxfr<__9z;r7n&( zcD&VGxWvmpY8&u!OpXNuK^$q}UzhrrCVgk1Qh#i23OJA$@%zERs4YCx@p0Q)kWBR- zXK$z;CB4%~?KHOrJVfkr9ya3Gb^C_6 zK6-zN-vHOE#MSHLTJ(&q2FB7~pnq$@K}Xu4zp>2K#HMg-b_Z+dc?-7ays^+o7B>+S z<4B06bl{GfuM%6_UJ7egt#^L?rbO$e@oB$?OQrmD92LFKw*_^)Ya?EX-qFs=yiLr{ z2l^KB>+BW!CjP{SU<~x+-}V{SuX*8het%=@f8Sq>CAjBj*pGE+w=@13G0=`1w0vB& zPwH6Fat$-w7aozbD`YRE?i56GTGPMLSKdEO!WX7Byh!}*_S@ccT;rZytvxI62R;85 zdtS6g_Ml47iw;ZAOOJ`oK}~voZrz@r(#C_{nh@-})d5`ITat5VdQS4*nnV2-V7fL?rgzw~iJ@@^F zwhn(^v&`r9K%3{vZxFlawd{$Hg?pmtxY)?^z;4!UKry|S`^|gatSxi+tekRcRLaLA z`RelXB^n|5`i!=*Mye~csH+N}=uoh?k6glOXscQjL6dz8`K;(`J#Bv(tJ?lE1aBW+*4tl8$TfKg-V^nxNlykF59?<vz14zH6p+3Q~7n*JWh{5?e9 zvgfT==Py-ZZLVMq>--LNv2tz`?UAuN*Ekzh;%uLYQu}r*U9^v9IN^qdk?sGaM#(yz zJa6D+Bc9^=2K!{K+_zT6vp3wA<-LdR(&dkGc3BH^tjfnZFTlJjtnXSe)mGWR8QQ-T z=1AU6K1y7|1E~|=Gvr+2O1*rZk|XloQK{Qn@vnHR@jM;Ivq@FrFNJj;o2=NsQDr|L z+P|X*_BV#}W(7aBEttDPf6JHry;wE>r{VniaQ<5H{i@2o5Zd3if&F7u_T!=ba~s$f ztL%@4_Qx)>U&a38D%(S$?TWVk+TX9T?+fjJAFh2?=J8z*H;mkOXtb}N*U=-vb*S=f zpl`GfAL8=~!2exM5AWsov~#i5@yc&*(JCAHT*p@=tLk2>x~i(@5uzF9)d-)SYEpVEzOz; z%2a8mG}|(k?K}ywqD?GvoMuQVPJuBr!5UIvpfQOF#2*{lqO@$CrfHqli85Zi=eav4 z*DlEf|4sUSD(Bvw`~9Bx-|za3&Ksn&n4 zxH9rP7va-JqPnH~00000000000000000000000000000000000000000000000000 z00000000000000000000000000000000000000000000000000000000000000000 z00000000000000000000000000000000000000000000000000000000000000000 z0000000000000000092q$lGe>SmpWVke0K$>6hg@>F4D=^i26$DwgL?X_<|oMP;<2*b z^uno{%;zW?Qm8Joj_xr;=LWjlJ%(tXd#t5i!?R{`+>GY9^z0 z>mPX>gKhi_Wut>Ke=1KL+pR6eJjW;-C0k>^_B?0C?xz-GFMYssxM5>onell|pu}yWoVQMh7PNizeDmBXJ#!1^*4(LD&f$j4g-F-;G^)GFpoM7OuFrV6(LPSpKd!T1 z_&~W9`3Tq8VXnPl zuDwC7z5QHo`?%ivx!$_D-tOdj+vC>T$asjp!@7)(OD?UWqvHkkMONZO_KeN(OY=3y zZ=5vEGTE0rucc>oMUS*`4P6vN#9JQgccEaXqm9lTOz4%M|;g$nmbTI%@l@eGQ{lf9;f&kX$~`cCale zwxd!BTOI7fF809=o+HoxXfaNzSFjx^9z$&So%*;j>ekL=fg+y%O@(%`w@eR(N#xjv z4n0~!*6fQ~mi07^``L1p`^>7|F~BVkh8ItN=~+tm{LIv1{?HXhS5PHTBS*2M=Y z%}3qnDP)K-GAjSOX_%x zpC@=+c`kKtjxEr)73rgfC1bRQSuf5HQj4X(sdTkzFOWGlN2I7XJf~z0d0%``&pr_Q zH?sX+tXH-_dyM;pvTsY)2=TbPDBEUmZ(+ODl4p0SgYCXmU8rWsJCD}hHIxP7iJ3_e)I`^4QHNidHwCCsy_nX96ld90`u0DxEr@H9& zptGeh_HRmRg#B9~V~b8l+5h>8LrS-y&>xy5r^Z>Pg`eM7@$B&ORr=dbx4#*FUd_3A zRdTBO+MG90`pb+#@5~f9cZu$rkzUR{!r>m_aF1}fM>yOg9PSa^^Pb|K_ayhclic&X z-ez-elU$WrB<=-fyxXl!iC|}9t(QEM-lrRjYRawkdDS%TAj!pp>}%P-@w)72B14nO zD-7uw)6Se*_uHvk+hs{F_!iq$>)JKs+tnReslM)9)2>fmUox*}*XwLow`v{Pid#SYQD_2MXh;1 zX2E{v#_yQ)x(T|@jp2MLI}xR7zt6ULalB`(ypn#$a%SpXw)sV`zxnxf_Okva^T`}y zqt{RVX`SKtHO;=s=WlI#@1wa$jMw}W*JB;!tdzS)^m<3Dl8s95lQ>p;xk8h?E<7fC zSCX}m`%Xc6PD}Dv+Tus2IpGTv3cbws=d5=t6H$fN>|pO%{K%{Mcev)I*T@=Ft$FFg zQu9({B6GJQH9x&-%^y=nz1kWR+jpva>C)N~pOd0x#P2P!gj(dWkMY=MTU>S5XM=sn za@iQiFWF8DimVlNOKZgsRv1slI!AMj3revRT<5B5q4=Xt@}2X(p4a_`wsv=2GmRHD zuQyMZ-(uUPU(1^KgufsuU*I&{j z#9!AdYxhX?vR>2~uuuAsx3&*0*{Lhby(mQMt=l-CRi10L-u@~r_x7KV7w0dj)!rTs z=)Kd``^Pzz4-M;PP)pgAskM|h% zpXgEEPe|^_^H*tQyJ=gPKFe~(D)FB6{r2`M?^pfy%4L2#xQgFot$T&Xbk{)k-y=M? zta+=&`3nJCo2s_@aeklsVs+mpy+@vXb%niARnOd5n0wz&Rg>PwdpOArg@(5NoqLpw z)4}@(hrgxEpJeZ{lFgC89Oo*Y%{%<~uB20KK>lrC z{uSRx@@?`-^pZS~IPrIe>`NSpmz$@YBl6u*joV84FIJZIdDhowom$nuhn|NWKp`$a&$;LGn`L;i_?{HQPg z!W#0$fc#-!{^%w0%eMb8AbY@bJ^t3)-rl|~p4|TV-Pgy{ zty@~tM6E*)9vJTF<>T-n@3^meHau{6*!$ahXrQP6E4>d65BS$RzJ8#mW1#O~Ki}vb z8lu*|g9i=_+&4@ggHQ8MA^CqRA#cl7NLzlc`$sb%7t-=}h*z-SL{+()0&+)K?g-26 zzv{o`axxD8WUBL#ynQahE8nu%(z$%C%6KXNTI9k3ImQ3Uy@1;E9?Rt~ldB%p!2PFr zSHdB2by-KAelmAGT{>QgzXo>)t`%Af@uR%&Nr}I_Yj5TwOV{2EV!wA?^^S)|HJ8kz z(?2R#k~g0CUgdu=K3?GW_c-eT{+%t)%Y(N#>motr?J_bL( zojiRdh7r-XpA+uD;Guz`q1HZH&d7s%_YMsV)BQdBTW`8K-A4UA!#%W|pe)OYdFVlU Q;NYQqhX#B41_BT1KUxSn*8l(j literal 0 HcwPel00001 diff --git a/release/src/lzma-loader/decompress.image b/release/src/lzma-loader/decompress.image new file mode 100755 index 0000000000000000000000000000000000000000..a687822a5d3d97e8764b0076a7bc657e87c8eed6 GIT binary patch literal 4840 zcwU`XZ)_WP8Gi0}m&D1cady1mP6K@Pr7=rEW>_Vg{NZFLYlbF~vJU!Tn!Gj}-59K_ z)!2u9IJp7BFr1O5kqI;+$7z_9&h9qGgf^O`-PpvChBoa3Oc13V3?W1%idNX4<9YAS zjawx_EK+3q?!DjpKJWWH&+m5=t}4v<&ke=&qFu(Xnz!H=&AoWKc@^r-r4xE#5+|B_ z@bl&bo@(BRC!6DVqB)A=O$V(eaG?6doGMJXTMFZ&H{`9eF05x}aS%tFR%-wv0@k@=%NNzcoa2C^;^G=Vb0&qv|+8-42Td|B+UeOCCGyL|I z{rRG)uoWdNWfja6*T~jUN$GIYI;`{&WXw_QVDDtzOzs7szi4OKj~wQjd0tOpwi)Ek zLP<_5msTm})Ue++uy4nC-%0X!6qAl(pwg&&?dRkfxenZ1voBmHrW~T{dur>)-^BPi z54g9sR>xY7_3A*fAGj_FYh;!G{{jXQfNK`ycNUGI6zW4)VSWf^_s&0Y9g`S81}Aw? z^5-VN+3p-RmpLOR30G%dZ+q5C-G^cG4!p-4!PwX6u_zBx^9R@-= z&Rh+Nu>QeXN$@uDU>p+19(s7B3wG<2?yyeFypPBgeP$Oiz3|X-A`Ue&c5pbgOEuW* zV!R6@T+=pB>J$9zNgqU>pN6@QB;owh6=YJkV<};vv{i?*%?SL(O3gv=NluHud(hyt zPBwm{xyidP-(!o8r+Giab>+V3-kM&)cQo-))0Q<#an?nCK-C+6SGdA*S71#q0h+q{ zS=z~*1ajQX}8B-a0xaBV4H2o$sJ*YIi8q|}i zjj7eZgU&Rj+25RKg#GnlUSr@0`#&*zuU0lS{BcM)Rb|XD?|1Sn;G$H zDd1JZYuD?NH%a_;(ZpMeHF6iYby2*W9^ug=JbHvjkMQUb9zBAd_ar^<33}dfdS2*l zF1<~-Dp~}+z)F_`ZOZ%{75b=XbAarW8lECAtnoTB?vToubquFk3RrIRp`6Urb}5PZ z{AT>Gn8-zXb4&x)>=<0_TMsWMOwN5QnEPAgd&ccnVc*Bd*{Q5fZ@esJ1T)wX^s^4x zCsSM}%Ut5y+^?wX2K7DPl)1QC<>;{4y1>gnXq)h|BFBQsu#T+oZ%lne6WtkT&mUU{ zLJp)31$r=W*cP7Y_^55Qq*MEjQX6VQiFW$wo#ytChe%w^!~TGWDQz zws^s}iK{!nbtuABPOPV|TQ3+6W?UN?(R1T$Q2II~H# z{oWY~=XlphwH2-YrT!7{uQm> z=-lVpd!h8BNBBDO4$FYyTJ*C(~jJyKobMPnWK#D~JY{m=!RhPLKKF$~x@ zkk5*_HuCnDvF7bRML6d#skXPrJL=vY)IAf;x&MFE-D=M{s{6VP=CXrpSne$2D@Vn{ z<^4f?n?3hr9z8gnjqyA>PG9d!m+&biJ#7T{|KtB9>hVHT>J0VLr3`g=dyM$ai}25T zm!3Hv?7&`*uvgprTCg6^81A3(2+tG39l8H9*2j(O;`lh@%njztGveH0O8ei|uopc#qus$~tGGcAdrPIK6MT z(#89Dh7)dRIJEO0^e9-}&?J$s{lS>Aj2F5UbvXP5ObCpvPx z?T46ejOM#uP2C;wZ$|MiMLm*tlMhpu@IdCo_Y66gcrvemr{svdceLlWUj3{7T0PH1 z^=wh?`Ww-lE7f-V8y)eBQT)4l7=KOl+`QnYw}sEHGT+LDd@pu9|C8wX-st)D>icC! zd@YKQ<-qTJ1 literal 0 HcwPel00001 diff --git a/release/src/lzma-loader/decompress.lds b/release/src/lzma-loader/decompress.lds new file mode 100644 index 0000000000..d72cf9f12c --- /dev/null +++ b/release/src/lzma-loader/decompress.lds @@ -0,0 +1,20 @@ +OUTPUT_ARCH(mips) +ENTRY(entry) +SECTIONS { + . = 0x80500000; + .text : { + *(.text.entry) + *(.text) + *(.rodata) + } + + .data : { + *(.data) + } + + .bss : { + *(.bss) + } + + workspace = NEXT(0x10); +} diff --git a/release/src/lzma-loader/decompress.o b/release/src/lzma-loader/decompress.o new file mode 100644 index 0000000000000000000000000000000000000000..e414d535a31573968bc4ed46effa304a31e0104d GIT binary patch literal 2448 zcwUuN&u<$=6#n){96K1g4p!xgR^4q~yePqPo28`Hf~>@)L9&nqt&{^2v16wRZ5m^n zwn3G!njSa=HpfUv$V$@Yl4w(Y_CQHU#Vttu2~oLlED}gPL^5x7$MLQy0-iK}^S$}z zy*F>(tUo@NeM1lgv_wD;hF&X1hBNGDWKEr zN-{F*e%?QEM02tEAOQ@;$MA#wF21uz@vVIrOZL{LWEQb$U%)qZ4qw|@d}WW|OFM&m zb{ZQtWk3IRN~9da=1AsELwj6@cE5o#?%LYME>;nW1TnX+sG@mHI%h1SD-xo)9?BRE z$dQ0DY@o)^T>;%@81E}il`!S#ASN9h zKtXY?e!=g&a1eWh+`w6#pa;ts;H?T9z?gkb5sX}Wu(_s zEL*=0vNKIAocV0XID~EN>`10U5q{noH-;1uhcJvSU4#-NANmq*#U#{K37R^G<4Oko zR6FMPc@hTKC$`RFBdn!VF-9>3x?35A{wK|JlrZP0oC8tClGWPB z_AoneaUs5Mr!%F%?H3lF&VPsa%N9^sXy?(6@w7Y;eI7U)g*Nzz#-G5!UZAd+4C`1) z#ITe&j5`S^fz!;7LT5aJbhOOkr*hPL;^{tRo9-wbMO~u0=D*is*U+a-V2@%r*H#xz zP2H9R3>kgOEf05$xYvnW^l@)s#kz?*RvmXOC__f*NgB7YYEiFR)Wa6_uthy=QQunB zw-)uSMSW{g-&)kS7VG^^)@StQ42rl)C&|12*6&UY)oak^ujKMH7^C;bbLJ_7V!{Jhqhm)8#` zW?A&`VjiB%G1b=hT^)r#w#@Y_G(sNxCqXyXb2Pd*kLC3`{Qef_&rD2IOEp}}UrC;P)fj~HeQ+Q5^_j}$YB@h%LiVHSe1`TH zOO8L0no4E*fa||YcFz@{pD4#Mj^kYGTpL_xxmGwo$8ni!$8W%`Ss>u{DYLJTmY)H3 yInK1=3ofQVUC6BI1=k+t_ECl@*cij4Z*pFP>-${)!u4-l%c85ZO!MYu@&5t|iZR&$ literal 0 HcwPel00001 diff --git a/release/src/lzma-loader/head.o b/release/src/lzma-loader/head.o new file mode 100644 index 0000000000000000000000000000000000000000..84e32e98479c84d51f6dc5e6e74d33d54fdfd981 GIT binary patch literal 1236 zcwUuMv1=1y6#so+F4s$3E|)}7jCzMx2?`-dhYAsnnuqA5^_$8K_u5oP6H~RPvw6AG`*- z9~AUW1v};qZ6CjfX2!4U=??NK+wPX63De-%_Nx>mG+XHwq!%-6d$%f&-x#Ft!F8N! z^R}al#k(3Dq-|v{EoSjh8V)dvf;4uCz`IDC-*3fn&yhboCkE)gc)}nIPb*vZ z4Qg8){uw5+mXi|J9$@u=1!!filLJzGW@3sTK zK6+}eJuSLxFI*HGHMfT1YNx}&CmWlOo560Y(LSS2)VLluqK4R^wGtU3J@l7oB_ii& z5MYKePABM3*IbBWVO}pfkQnpb4D-**E5X;+l99YzB#-Mdz5`6m{wERWi{`Q2#$+E~ zlt2f^RE+!Jff;FIJ0ZTs2o@1P(#H0U4t*q_M8Ly*+zazZ`F0fkBF8q>{(mhtl@*&{ zWUTlZC;uYC?`c_#@nn8{3aj)V5g5+^f34}rKKF5D3S+a`sMF6z9UZsUcAvLUZ#LE* e`C#x9ot)+R@-!y8niz~Ynzw~sSXKkejsELLk*=R zC5ZBaAES-iy439~5~W5|)LQS_AUUi9l%k3>#sLZ{m8d}Z(W2IJLYu0p8mXyB`N;I# znb~9$*{({YXg%}pd-tAu&pr3eoBq*^iE2HGT0Moi`qh}PkGLHLV9DL7B9xQ;sQ zIyzv=Gx!WX!;KZJ;e^I0j-L11H(O3zv!(%S2IxnuAbwInT(&F^#u!uRuPs_re5WDV zy`+WDr6GxFvu!-NnKAt&ifLRWW-j-cq)$XXJ2fjks;sQ5tXx{PpK~;;-%%s3Dop!F zdt-Xh9>uTgx8Rrcy?CB^uGE)~>4h;ItM9=t>LYlrej}c(5968oAdb`>EY^YXshe`D zFyd}13=iIrx6Zh*UYNlF*2!92!93dI=Mskwn`u?pst@I7(GqXx-`V!T{0xkEt2vN= z0(xA7Ds+9jn1389ZtYEL*2oO3VV>oT;-zCPg)br*)6iDfgu8;gcHqw7H-_=xw-x)s zd}DUXN^@_{#aaIwNh>>#bBT$=NgSU_<4CWK#a=6Q2v#<&tTgkVLx5jmTt;%!*@Ux@ z#;kX;Uy)yTl&}49F~0@Nc;gMdVA8|y-q@cnnu@s|z*1JhWYMf_1*Mb@H?6};A40|) z#5U$m&duar0XmCzmifqGww~wv6lUsy?<|z~lvE@J}o9=Ym~!yY;8k;5K& z>yft}dFzq49(n7Lw_Xe@`Z$jEE*&!p*OFUH$65=bDQ6SIKhn|m1rsaD5x2b%a$|s+ zGB#x}FZ_GqOk!)dWv&vJZl6imhk@e@8jNnBvS69Q$rb%H|V$0R1800ER$2hrA;_ARc0<6sT14Lm~#u3A)*^ejL+f|Re z0SskppuVD1{m8#PsW4$%E;&;cft#swzn8>ZFL4EZCv`B%g|}Eg@{gKb@%Ze0s2tN8 z9^!$OvIesUSBb{f>=qc;beH$BpIx?Bt^RkvJ1%PtyJnknzMB*q#_Bz!ub4hH!}o8_ zlV3JDSeKs5@<025@y~irke3?sQDME??7`Ok_ISsHJ=R*YGs5LF#6c`M;_&^rJ;)pm zGY2=)#|ZP$XC6^k5J!$@2!=nXr_70%)R~>c^vWa43C^4Tp#y!XovO-Q7vn9||5?vAkLx4+ZA%|Op1+2e|-YHsrGEBDya$CF&o@LXA!zPBb<@O@2m z)U@S{fjHwLKcFhre<*CW+!a`pOB_+^nin<4l>L%}cIH6vZzcY))@$Q;rl}L!_;$yP z@!UOd`b}yJajR;GJ2yz&*Q*tOG>Mq9i*dmc`p=ZFSDDEku3@u=Gq%LQ36~WAMLijl zSmd2GIfFDDcF^gntaZ@F$(a&^H-M*1iK96_iA`b@8>|0quAO>h`6|Ye9XlW~T*!k{ zLUD^hof%RYYPjVt;Ux7YGuf>)ycxukDG#aDK!Z+ICz;=z^a%6o!`yD*5c5AWbFVgP zYWP#HaB7M+eO&*RAL0o4D*Co7&^I&U)l$H#s@I6uC2x}W+k%OA7s})=aO;9-IW@wg zMtIZ+j~d}oBRpyZHSbw!-ZRv^BhTcv+Hb!B`kaR`@rhKA}n98EDiWTe?CHqz(rCVBkJmc&6i%wzVjk+Be7EP$Nou zr<2-g_Jlk{;!+-V20Tn@8}YF7|Ks8GMIMS@;h=`M>{TCK!b8zM!(3Ilpx2j`W$uP> z@gC+{?r)sSo-Q_+&0b-OX3Tp_LErDhsJ_P*E%+XBwFbBjMz}^3YxUPH8{+!-{Uv@w zTyGNBXn?Di3h>3BeL{kQE zYs=S&Eom=DHEY(ppnlV$bu;)(P{ZY_Gm}I^@16dzj(2UuE73dJS-JO!`Q=dGB7U8^ zOy9(x_z;Ytp8U%`$@+CKzRkZ+^!(@iQX<8fpJP9^p=jrVJ7TCEpVyqEXrI)vq2(H8 zITxOgyDMZCQg_OtIeppR=&R?Clknvk4X+Y^(SFaL;RgWceUtXAo)3HeUG}_ajm)4% z&x;OA&r6Sq&7GR`{QSB-KdnuKy)`M=cd0vYX>Uo+q3H$5dtWM}Dm;6dXIuSg70hRo zIi#JFV*RoMSkYuwv|X4L53g~aoOK#Yohw?U+C1kPvrzKUCVVIF+d20;`Uir!W|=SR zp*GLgPY}E4wamn)qnRi=E;jN$w5xd?sATtY-hAZOY}vzi^^Du1G65dR*HDlz(Fn=c zXSIzrQeCD+LrwTZhr-!@@B&UlyQoDmblEqM&x*d*)ArYKQQLoxu+Cpq4Q-D%#l0(t zdpfFf=l_U%u~FwJ?(5d6%Ql{2xihpc&54G~_k-v*bM8q!+Hf)(<9&3Py55lL3x@BcN*@qAt44Ev=;8S1{C81b8z;IDa?-#H&@!af>dpK8pt;5^^O#*ORZ_%!Xzb?Utsjtk+rX{aW`tjS)7bh`*tZ^w2yZ<;f98TJN`+Hl5+-m-@uVhJkRqD z_Q_hg?`w)@Z#0+XyNBP>^^bFRSqpQb$;W9w#C&5^-?d_DZL)tSvVSegk$jtcoVbJs zQYU_A$i2jqdIdZsN94PsQMa|?U-d7>^FkEQCe?_)8r8Wp)v!O&WWNyEf1ro<+oOFo z!B1@q_pZ|4$_0O~Htqjew7)&tzgB#|YO*g!_BU@}|8$f6L}dTc2KJRE`v)TXLzmcJ g#QxJJ+iym;tJ?Z!|FFsaw#feX(b=bDAHVhf3)m?dBLDyZ literal 0 HcwPel00001 diff --git a/release/src/lzma-loader/loader.gz b/release/src/lzma-loader/loader.gz new file mode 100644 index 0000000000000000000000000000000000000000..fbc05f2e4637fb88189b5b2f172424a45ca4a158 GIT binary patch literal 2746 zcwPaz3PtrFiwFP!000021GQIeY#dh=J@aO4uidE3t~X{=71+s+?WGQA39H~%`(w1W z8y8i=X;R3Ks&W&zxTVn0RHZ-qW3(|~iea`=DMp~OTCeR^a=K1iN`)HYI&Eo1k&0U7 z2UK7=DFh)zB!U|Hk>T8#*?1G#si;JxXg%}pd-tAu&pr3e>;BP2lC+Q3Bmn%ErP_0vi4pXQnlu8!OGWKN}# zPRP5`Lvbj?Y-2L3Ts>jicL7ZZ#$+|9Eia|r)^AkYFn^dB^+Q2vMN#L z0d5!1Jh8n6OTl?+#dXwa*UrJy*d2*2!92!93dI=Mskwn`u?pst@I7 z&=POw-`V!Td<90l)f~t_20gAp6}rAz%>NWBZtYEL)<^}`Fwb&E@xrl|!sn5UX=p2K z!d*dLJ8)<48^d_;+lqZ*zA-aprMWlf;;jF*q?Mh=xx~cbB#uv|airJAVy~4t1S^|X zR+{l_oL6e1MkyEP&VeuN-yggiupdX)MPtK+i%f!>>}F-Q1c$dtmk6RgIUaz z%b38tN3MG0utyGiv@zH_N<53-aEkFyPN$s&VCzXzm2lrZehRe4f?G#6~p%!%jA@B zX%h}jm6;1i>I8SeW&QGeX8oq1>$b&Q(ywhehGwJ&V5Du$_a|)Mk9F^8+iy=$QzyyI zDQaqgal|lc_TzE(cFiMi07KatsIMs1KJaf(DoogxOU{%<;3{?Q_mY_FC9a_Fqz)#z z@CNHg{!z259-qDUm1A1NLp-or)?oJFD$&?ky9LHI-Q|7kXP50YTmQS?9hbF+U9-(O z-%W}QWAz@=S4^Lp;rln|$uFB6tV_>j`Jes3_-8yP$jdDAQDwc`?7`Ok_ISsHJ=QvF zXN1dVh=W*i#NqpKdyqLCW)5zoj}hjh&pe{8AdVc*5Db4%PnZ)y@642u2;=WA4+!2m zI7h^eIrQ+87TAj~>JHOP7#I-OlM^U|@?5XR8tDi&WCdwB?4Z*%S?i#UlQSg-Zvao25=V1<5}U**HdgPr_J9a=~xR3{@gyI&1Iy0m))NspP!b$2)X0lspcs+LrA?AOia<4XOYWP#HaB7M+eO&*BAL0o4D*Co7&^I&U)l$H#n%9WeC2x}W z+k%O=7s})=aO;9-IW@wgMtIZ+j~d}oBRpyZHScL^-c!`PBhG-KXd3i^I0M)f_mXu)@gt2MxN zFv2yOSg*fs(f&XEC4NI(uM^j3fNRM&dJL4ZU!Z?$(ZxX4pubY?N@7#koxh$n^!-I! zblzC(B#XO^#nAKOs0bHN=k z)Q-<;PExc_>e$e74KthzkICH?G7G6YWzn3z>~Hkd^T$c}az(?-#9y@E@hkiQ;Jk0r zp4IbV&%e!{7p;*Q)aZH9Vd;74F|oN*lb)a7u;-_>iLkdO1^X^_2QKa{$vHH=AbIag zWmJ`CPxEZ6KdplKY%+(mb5g8db^t4y%!;-Pv*O`(&XcoFW2tjRtJa$5Tw@kWKH7xu zeMLpE!`T7ZB7rmC5_+&H_MaRWP-iLOxUI(h#y_`26__Ma`;k$aq zZBdy3kK}78$d_n@PD5MMq8PgD8^~uxUmI!rt60fHGuaW6LN9L0Uz26frSGc314`_i0fxO_i|ZZqee)T0e2 zvoYRBhpFow=>dF3Nlt6Q`n&#Lqa4rICC;#4T9l#g>xmJ+c@h3u@6tQxLrvI6BkWU+ zxfYzqJBIrg{Dk)j;f}1oiuG~hx;Q>bJ9C42FGhKL3zyH^E0^T$o(=LQv+fn18O%WD z?@{`enYU4$ztn`ayMZ;T^Ly0A#=T9nN7lZ&&fTaHXK^x4?c1ev(LUbcgc}+T?)WD) zO3oSNeFH~2@hs0b*eC1dzON~sz0q8j?;d_j*FVbLWj)M^CLgE$5c7>uebqb>J{*m9FgyiM%~tnf7M@$=ea1JO{x)pEvj>As$qYk z$$lZSe@_qXw@3SC1wXYd+`CGDD;NB|+_e8^(f;;m|9bKLs>!|_+24E_`zM?1CnEb7 zE@NM9vVS15KXj4(8ulMI*?v8;UDY-|`}<{9 literal 0 HcwPel00001 diff --git a/release/src/lzma-loader/loader.lds b/release/src/lzma-loader/loader.lds new file mode 100644 index 0000000000..9d95adbfa8 --- /dev/null +++ b/release/src/lzma-loader/loader.lds @@ -0,0 +1,17 @@ +OUTPUT_ARCH(mips) +ENTRY(startup) +SECTIONS { + . = 0x80001000; + .text : { + *(.text) + *(.rodata) + } + + .data : { + *(.data) + } + + .bss : { + *(.bss) + } +} diff --git a/release/src/lzma-loader/loader.o b/release/src/lzma-loader/loader.o new file mode 100755 index 0000000000000000000000000000000000000000..f72b24139618e2ae360cebb34241c136656d9990 GIT binary patch literal 9874 zcwX&Ve{36P8Gi2bC2`sc&W;=0F@~?cG-fH2DOSlQBc1Z2%}^!MwSx*xtJ9`iI@UI{ zVRUE`r!+tqf%Bv>GJ!^vIPE5-bGnT&p_OLoHa0P&p-mNn38J)vB7`WSXk|ZYp7-vY zxK)zD{^E~(l5_d)-tT*VJ@4~=XZaiLTQ+H$hVoDd!m4g zrQyh@gEI1|@orT-T^`G0c`T3Ru{@T?@>m|rV|gr(<*_`L$N$B6wRAFRpiqoqycoyP z;~vOSfi@FPRW=tHx8PJ~JFFM^hX3dgFgT%OJfUMCaeeqG-Yz9#vXAB%Hm;3W z)?ivCkci5?{`({HeS)PArj!$kT2{VOO+OHYhFjKQCY-TsLu+Xb!$zH@57%jHuuVm6 zU=30#n&$>iJ@-7bp$b#perm?C)p^Gb$+r_SI0xr&!dbH;s?my*mrJ#)O*^8Q!+<#g zG$Wi9J#io+OQzexw8__36FgIG@|{PlVM_Do{q17YYD<4~HEsGqU{jBZj$ExXCSP_0 zI_oqukyB>MQD!=!YA@NE*=(y$M`edgCmX||7AuEe6mP@NiaYQ$<2+iNIu*)x<5Y1w zep>9rQ^hTKvejzs`a>@vha_<;NRiLuP_&(+)0{z8o`C$8ae+a6E?7LkXN{ zv@qFd#*e^EC6t+9{L}FK7aOM$TXivNPb4tro^4jd*B$vAzu%HsgK50-N+@ek!>?c2 zooO)?W8I3Wl!C#enW<6q$3t)uA()9HNE&Te&)CVn$@B|AU5k}sJkl5|W_Ul2k)o$N z1tmHq7jf#;u-nqHYyG8?9pgNZNdz(=W=GxfI$0z4fm`#|+5zt&Oq0=HA)BM@*C^Y4h3sJz z-1{)@IymaWXvq-E7{D=?SapeEml$@5VVAgdiCdSrb%|S-xOItJH;kE34^B2tozk;6 z5?fQJsq68z4xFCQ zpf>=c6Q&`UoC#fwwjHmOTTI4b-8tm8`&eU#S$ln~y}90EysGhjrF#} ztGE84Fup@u28RSot8io}&sf-!CpZ%h^OxbA`5QtgWSNX5^;){EYkIsDdcx95r2(r{ z3O8)5*=-GwQwNF7A#!S#c7%~Ln(-)WyWkQxfUYbJT>SBt8ByUXy=Bbc@4%oTq7JiZdF0Qz9GMh_3W^` z#*2R~HALiDS*}v%Qpt&l3~hDq56u`Qaz?3iYlir;h{2-NT#6so1MMGkZ7(k4jK?VR zU1POX@3wkY3|QUO<5p6ze1U$@mo)t-l_FLfW7xqMY@v=$#-qtNp;pq5H1`l6ey1KY z2E5uC%OmRB-;i$=e~Vxr5jn=t#luywCZ7-4w9_>1q34P`vzb1<@ZfZm{ieCSw<*3^ z6&UN5NEP{i%(aZup-x_F61~XqsvElq66P<_k7RrgyNiz2H6hq*b&p@n_!z`L(P?sC zg95X4y6`K_iQWC7?UvN>AfG3>uRNE!HwS0%ZB2O8uw;+c2<;+1phgRSQ&?>}GcX6I z*rL?+&uX?I>m>%YjDh&Smj3&>Uf6$om^`8NY_N?m_uUS=*&w&jZ&mR9PPftTO=_l; ziy^G6mWcS`>rdu4spQ}~KErAa7c8-X9WEyNTSBq0*dq7L!4V{2vx3eShPgP{{b*UElV{phk{oV2Q#eb$Ne(tB z4X=9kB=hZR*5jaag+azQEj7aUmSAkqafI>j966}v3=My16if|Krist@mwZ2byb8Z< z_4v&Qa5d%Os^FIGb%>i7{xV_U&51m*3*0^-TuzQ~$q_C&!X-zzLC$-Uoc9Dd z?*uu|=QfAjCRmkP1i65H->Xf@pRIfzmD;Q)I>m;khzql06iKI1C5=%u#U~X{B83&m z#gh5WN@PB_6#n}Sq=S014V~wjb~xHMADWID%zL|+_cw|6q*JZ@xVICt1E~;8RtDjH|cPqQ9t&|;;%GosHOH)wWDxKHv}=5h^V>`*%i_Y$vb)BoTk(- zL$jAp6Y%*F4KLFF7VE9j2wwo$?<=@x_Of5|Z?fivYorI2YhHL*YF=tgWcF%O^T!sg z`C)CqudPAxeXF_ySJsxq99k$Vac_zz)hPEK=H6y=LV5k!U<@f|$C70s<)Uo(y8Lq0bjE1se6!q?Ih9}jw> z@VLmxeP3?eU4hZm4)&Y(O5>KS;k{zgsZvSLABk7H7cb!miPtBzr8!bv#YOEE{s|BH zz5URfpSm{BMPbxiHxti_x)$U1mod-nKY^d;FQ_uNM=I>z>e)RUqd;WIm&q0ij6~#`! zUaFL?`qqW%zj1~CE?Ttm&m*e)*RdGA8NZh2?y~I7e9?1ATMBUQ!7R&SJD|~Gz`x@l=9r9xN+$P*3 z&+c5{Y*eSVu)a1}zmR=DuaM6N^0zJ_|9FM`Kp_9z67r)J@`nTYBUi}J`~JfU*?ocRthV^x z->s1E3gmwi?0rtw@m&u$9J+U3U)L^P`wsfop7MWvdk**EhVHJuF8tTyqws%8R4o$& z4nN3M{In?eLJDRe$HszO1P(tqADx#gFNp*)tNqkd$IdK_nw{J1Uq-_-QRWa-ksfh kb|2W+dvMR8Lp%5G>$>xOAMe@Uy~NtRU*A(!a-bLg0fmEdB>(^b literal 0 HcwPel00001 diff --git a/release/src/lzma/C/Compress/Lzma/.LzmaDecode.o.cmd b/release/src/lzma/C/Compress/Lzma/.LzmaDecode.o.cmd new file mode 100644 index 0000000000..eee8bb2f96 --- /dev/null +++ b/release/src/lzma/C/Compress/Lzma/.LzmaDecode.o.cmd @@ -0,0 +1,11 @@ +cmd_fs/squashfs/../../../../lzma/C/Compress/Lzma/LzmaDecode.o := mipsel-uclibc-gcc -Wp,-MD,fs/squashfs/../../../../lzma/C/Compress/Lzma/.LzmaDecode.o.d -nostdinc -isystem /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -I/home/vicente/tomato/release/src-rt/include -DBCMDRIVER -Dlinux -O2 -ffunction-sections -mno-check-zero-division -mabi=32 -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -ggdb -ffreestanding -march=mips32r2 -Wa,-mips32r2 -Wa,--trap -Iinclude/asm-mips/mach-generic -fomit-frame-pointer -fno-stack-protector -funit-at-a-time -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -DHNDCTF -DCTFPOOL -DCTFMAP -Ifs/squashfs/../../../../lzma/C/Compress/Lzma -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(LzmaDecode)" -D"KBUILD_MODNAME=KBUILD_STR(squashfs)" -c -o fs/squashfs/../../../../lzma/C/Compress/Lzma/LzmaDecode.o fs/squashfs/../../../../lzma/C/Compress/Lzma/LzmaDecode.c + +deps_fs/squashfs/../../../../lzma/C/Compress/Lzma/LzmaDecode.o := \ + fs/squashfs/../../../../lzma/C/Compress/Lzma/LzmaDecode.c \ + fs/squashfs/../../../../lzma/C/Compress/Lzma/LzmaDecode.h \ + fs/squashfs/../../../../lzma/C/Compress/Lzma/LzmaTypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + +fs/squashfs/../../../../lzma/C/Compress/Lzma/LzmaDecode.o: $(deps_fs/squashfs/../../../../lzma/C/Compress/Lzma/LzmaDecode.o) + +$(deps_fs/squashfs/../../../../lzma/C/Compress/Lzma/LzmaDecode.o): diff --git a/release/src/router/dnscrypt/config.log b/release/src/router/dnscrypt/config.log deleted file mode 100644 index 2ec6864a4b..0000000000 --- a/release/src/router/dnscrypt/config.log +++ /dev/null @@ -1,2842 +0,0 @@ -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by dnscrypt-proxy configure 1.0, which was -generated by GNU Autoconf 2.69. Invocation command line was - - $ ./configure --host=mipsel-linux --build=x86_64-linux-gnu --prefix=/usr --disable-ssp - -## --------- ## -## Platform. ## -## --------- ## - -hostname = vicente-P5K-E -uname -m = x86_64 -uname -r = 3.2.0-47-generic -uname -s = Linux -uname -v = #72-Ubuntu SMP Mon Jun 3 17:53:49 UTC 2013 - -/usr/bin/uname -p = unknown -/bin/uname -X = unknown - -/bin/arch = unknown -/usr/bin/arch -k = unknown -/usr/convex/getsysinfo = unknown -/usr/bin/hostinfo = unknown -/bin/machine = unknown -/usr/bin/oslevel = unknown -/bin/universe = unknown - -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /opt/brcm/hndtools-mipsel-uclibc/bin -PATH: /opt/brcm/hndtools-mipsel-linux/bin -PATH: /usr/lib/lightdm/lightdm -PATH: /usr/local/sbin -PATH: /usr/local/bin -PATH: /usr/sbin -PATH: /usr/bin -PATH: /sbin -PATH: /bin -PATH: /usr/games - - -## ----------- ## -## Core tests. ## -## ----------- ## - -configure:2337: checking build system type -configure:2351: result: x86_64-pc-linux-gnu -configure:2371: checking host system type -configure:2384: result: mipsel-unknown-linux-gnu -configure:2420: checking for a BSD-compatible install -configure:2488: result: /usr/bin/install -c -configure:2499: checking whether build environment is sane -configure:2554: result: yes -configure:2613: checking for mipsel-linux-strip -configure:2640: result: mipsel-uclibc-strip -configure:2705: checking for a thread-safe mkdir -p -configure:2744: result: /bin/mkdir -p -configure:2757: checking for gawk -configure:2773: found /usr/bin/gawk -configure:2784: result: gawk -configure:2795: checking whether make sets $(MAKE) -configure:2817: result: yes -configure:2898: checking whether to enable maintainer-specific portions of Makefiles -configure:2907: result: no -configure:2957: checking for style of include used by make -configure:2985: result: GNU -configure:2997: checking for mipsel-linux-gcc -configure:3024: result: mipsel-uclibc-gcc -configure:3293: checking for C compiler version -configure:3302: mipsel-uclibc-gcc --version >&5 -mipsel-uclibc-gcc (GCC) 4.2.4 -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -configure:3313: $? = 0 -configure:3302: mipsel-uclibc-gcc -v >&5 -Using built-in specs. -Target: mipsel-linux-uclibc -Configured with: /home/fedork/tomato/toolchain/build_dir/toolchain-mipsel_gcc4.2.4/gcc-4.2.4/configure --prefix=/opt/brcm/hndtools-mipsel-uclibc-4.2.4 --build=i486-linux-gnu --host=i486-linux-gnu --target=mipsel-linux-uclibc --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-nls --disable-__cxa_atexit --enable-libssp --enable-languages=c,c++ --enable-shared --enable-threads --enable-tls -Thread model: posix -gcc version 4.2.4 -configure:3313: $? = 0 -configure:3302: mipsel-uclibc-gcc -V >&5 -mipsel-uclibc-gcc: '-V' option must have argument -configure:3313: $? = 1 -configure:3302: mipsel-uclibc-gcc -qversion >&5 -mipsel-uclibc-gcc: unrecognized option '-qversion' -mipsel-uclibc-gcc: no input files -configure:3313: $? = 1 -configure:3333: checking whether the C compiler works -configure:3355: mipsel-uclibc-gcc conftest.c >&5 -configure:3359: $? = 0 -configure:3407: result: yes -configure:3410: checking for C compiler default output file name -configure:3412: result: a.out -configure:3418: checking for suffix of executables -configure:3425: mipsel-uclibc-gcc -o conftest conftest.c >&5 -configure:3429: $? = 0 -configure:3451: result: -configure:3473: checking whether we are cross compiling -configure:3511: result: yes -configure:3516: checking for suffix of object files -configure:3538: mipsel-uclibc-gcc -c conftest.c >&5 -configure:3542: $? = 0 -configure:3563: result: o -configure:3567: checking whether we are using the GNU C compiler -configure:3586: mipsel-uclibc-gcc -c conftest.c >&5 -configure:3586: $? = 0 -configure:3595: result: yes -configure:3604: checking whether mipsel-uclibc-gcc accepts -g -configure:3624: mipsel-uclibc-gcc -c -g conftest.c >&5 -configure:3624: $? = 0 -configure:3665: result: yes -configure:3682: checking for mipsel-uclibc-gcc option to accept ISO C89 -configure:3745: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3745: $? = 0 -configure:3758: result: none needed -configure:3780: checking dependency style of mipsel-uclibc-gcc -configure:3891: result: gcc3 -configure:3906: checking for mipsel-uclibc-gcc option to accept ISO C99 -configure:4055: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -conftest.c:61: error: expected ';', ',' or ')' before 'text' -conftest.c: In function 'main': -conftest.c:115: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' -conftest.c:115: error: 'newvar' undeclared (first use in this function) -conftest.c:115: error: (Each undeclared identifier is reported only once -conftest.c:115: error: for each function it appears in.) -conftest.c:125: error: 'for' loop initial declaration used outside C99 mode -configure:4055: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| /* end confdefs.h. */ -| #include -| #include -| #include -| #include -| #include -| -| // Check varargs macros. These examples are taken from C99 6.10.3.5. -| #define debug(...) fprintf (stderr, __VA_ARGS__) -| #define showlist(...) puts (#__VA_ARGS__) -| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) -| static void -| test_varargs_macros (void) -| { -| int x = 1234; -| int y = 5678; -| debug ("Flag"); -| debug ("X = %d\n", x); -| showlist (The first, second, and third items.); -| report (x>y, "x is %d but y is %d", x, y); -| } -| -| // Check long long types. -| #define BIG64 18446744073709551615ull -| #define BIG32 4294967295ul -| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) -| #if !BIG_OK -| your preprocessor is broken; -| #endif -| #if BIG_OK -| #else -| your preprocessor is broken; -| #endif -| static long long int bignum = -9223372036854775807LL; -| static unsigned long long int ubignum = BIG64; -| -| struct incomplete_array -| { -| int datasize; -| double data[]; -| }; -| -| struct named_init { -| int number; -| const wchar_t *name; -| double average; -| }; -| -| typedef const char *ccp; -| -| static inline int -| test_restrict (ccp restrict text) -| { -| // See if C++-style comments work. -| // Iterate through items via the restricted pointer. -| // Also check for declarations in for loops. -| for (unsigned int i = 0; *(text+i) != '\0'; ++i) -| continue; -| return 0; -| } -| -| // Check varargs and va_copy. -| static void -| test_varargs (const char *format, ...) -| { -| va_list args; -| va_start (args, format); -| va_list args_copy; -| va_copy (args_copy, args); -| -| const char *str; -| int number; -| float fnumber; -| -| while (*format) -| { -| switch (*format++) -| { -| case 's': // string -| str = va_arg (args_copy, const char *); -| break; -| case 'd': // int -| number = va_arg (args_copy, int); -| break; -| case 'f': // float -| fnumber = va_arg (args_copy, double); -| break; -| default: -| break; -| } -| } -| va_end (args_copy); -| va_end (args); -| } -| -| int -| main () -| { -| -| // Check bool. -| _Bool success = false; -| -| // Check restrict. -| if (test_restrict ("String literal") == 0) -| success = true; -| char *restrict newvar = "Another string"; -| -| // Check varargs. -| test_varargs ("s, d' f .", "string", 65, 34.234); -| test_varargs_macros (); -| -| // Check flexible array members. -| struct incomplete_array *ia = -| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); -| ia->datasize = 10; -| for (int i = 0; i < ia->datasize; ++i) -| ia->data[i] = i * 1.234; -| -| // Check named initializers. -| struct named_init ni = { -| .number = 34, -| .name = L"Test wide string", -| .average = 543.34343, -| }; -| -| ni.number = 58; -| -| int dynamic_array[ni.number]; -| dynamic_array[ni.number - 1] = 543; -| -| // work around unused variable warnings -| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' -| || dynamic_array[ni.number - 1] != 543); -| -| ; -| return 0; -| } -configure:4055: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 conftest.c >&5 -configure:4055: $? = 0 -configure:4075: result: -std=gnu99 -configure:4089: checking how to run the C preprocessor -configure:4120: mipsel-uclibc-gcc -std=gnu99 -E conftest.c -configure:4120: $? = 0 -configure:4134: mipsel-uclibc-gcc -std=gnu99 -E conftest.c -conftest.c:11:28: error: ac_nonexistent.h: No such file or directory -configure:4134: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| /* end confdefs.h. */ -| #include -configure:4159: result: mipsel-uclibc-gcc -std=gnu99 -E -configure:4179: mipsel-uclibc-gcc -std=gnu99 -E conftest.c -configure:4179: $? = 0 -configure:4193: mipsel-uclibc-gcc -std=gnu99 -E conftest.c -conftest.c:11:28: error: ac_nonexistent.h: No such file or directory -configure:4193: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| /* end confdefs.h. */ -| #include -configure:4222: checking for grep that handles long lines and -e -configure:4280: result: /bin/grep -configure:4285: checking for egrep -configure:4347: result: /bin/grep -E -configure:4352: checking for ANSI C header files -configure:4372: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 conftest.c >&5 -configure:4372: $? = 0 -configure:4456: result: yes -configure:4469: checking for sys/types.h -configure:4469: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 conftest.c >&5 -configure:4469: $? = 0 -configure:4469: result: yes -configure:4469: checking for sys/stat.h -configure:4469: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 conftest.c >&5 -configure:4469: $? = 0 -configure:4469: result: yes -configure:4469: checking for stdlib.h -configure:4469: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 conftest.c >&5 -configure:4469: $? = 0 -configure:4469: result: yes -configure:4469: checking for string.h -configure:4469: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 conftest.c >&5 -configure:4469: $? = 0 -configure:4469: result: yes -configure:4469: checking for memory.h -configure:4469: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 conftest.c >&5 -configure:4469: $? = 0 -configure:4469: result: yes -configure:4469: checking for strings.h -configure:4469: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 conftest.c >&5 -configure:4469: $? = 0 -configure:4469: result: yes -configure:4469: checking for inttypes.h -configure:4469: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 conftest.c >&5 -configure:4469: $? = 0 -configure:4469: result: yes -configure:4469: checking for stdint.h -configure:4469: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 conftest.c >&5 -configure:4469: $? = 0 -configure:4469: result: yes -configure:4469: checking for unistd.h -configure:4469: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 conftest.c >&5 -configure:4469: $? = 0 -configure:4469: result: yes -configure:4482: checking minix/config.h usability -configure:4482: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 conftest.c >&5 -conftest.c:54:26: error: minix/config.h: No such file or directory -configure:4482: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:4482: result: no -configure:4482: checking minix/config.h presence -configure:4482: mipsel-uclibc-gcc -std=gnu99 -E conftest.c -conftest.c:21:26: error: minix/config.h: No such file or directory -configure:4482: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| /* end confdefs.h. */ -| #include -configure:4482: result: no -configure:4482: checking for minix/config.h -configure:4482: result: no -configure:4503: checking whether it is safe to define __EXTENSIONS__ -configure:4521: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 conftest.c >&5 -configure:4521: $? = 0 -configure:4528: result: yes -configure:4552: checking whether C compiler accepts -fPIC -configure:4571: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:4571: $? = 0 -configure:4579: result: yes -configure:4583: checking whether the linker accepts -fPIC -configure:4602: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -fPIC conftest.c >&5 -configure:4602: $? = 0 -configure:4611: result: yes -configure:4625: checking whether C compiler accepts -fPIE -configure:4644: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:4644: $? = 0 -configure:4652: result: yes -configure:4656: checking whether the linker accepts -fPIE -configure:4675: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -fPIE conftest.c >&5 -configure:4675: $? = 0 -configure:4684: result: yes -configure:4687: checking whether the linker accepts -pie -configure:4706: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 -configure:4706: $? = 0 -configure:4715: result: yes -configure:4735: checking whether C compiler accepts -fcatch-undefined-c99-behavior -configure:4754: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fcatch-undefined-c99-behavior -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -cc1: error: unrecognized command line option "-fcatch-undefined-c99-behavior" -configure:4754: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| /* end confdefs.h. */ -| #include -| int -| main () -| { -| char x[42U], fodder = 0;if (fodder > -1000 && fgets(x,1000,stdin)) puts(x) -| ; -| return 0; -| } -configure:4762: result: no -configure:4767: checking whether C compiler accepts -fwrapv -configure:4786: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:4786: $? = 0 -configure:4794: result: yes -configure:4805: checking whether C compiler accepts -fno-strict-aliasing -configure:4824: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:4824: $? = 0 -configure:4832: result: yes -configure:4840: checking whether C compiler accepts -fno-strict-overflow -configure:4859: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:4859: $? = 0 -configure:4867: result: yes -configure:5100: checking whether C compiler accepts -fstack-protector-all -configure:5119: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5119: $? = 0 -configure:5127: result: yes -configure:5131: checking whether the linker accepts -fstack-protector-all -configure:5150: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 -configure:5150: $? = 0 -configure:5159: result: yes -configure:5176: checking whether C compiler accepts -Wbounded -configure:5195: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Wbounded -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -cc1: error: unrecognized command line option "-Wbounded" -configure:5195: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| /* end confdefs.h. */ -| #include -| int -| main () -| { -| char x[42U], fodder = 0;if (fodder > -1000 && fgets(x,1000,stdin)) puts(x) -| ; -| return 0; -| } -configure:5203: result: no -configure:5211: checking whether C compiler accepts -Winit-self -configure:5230: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5230: $? = 0 -configure:5238: result: yes -configure:5246: checking whether C compiler accepts -Wwrite-strings -configure:5265: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5265: $? = 0 -configure:5273: result: yes -configure:5281: checking whether C compiler accepts -Wdiv-by-zero -configure:5300: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5300: $? = 0 -configure:5308: result: yes -configure:5320: checking whether C compiler accepts -Wall -configure:5339: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5339: $? = 0 -configure:5348: result: yes -configure:5357: checking whether C compiler accepts -Wall -Wextra -configure:5376: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5376: $? = 0 -configure:5385: result: yes -configure:5394: checking for clang -configure:5411: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:33: error: 'be' undeclared (first use in this function) -conftest.c:33: error: (Each undeclared identifier is reported only once -conftest.c:33: error: for each function it appears in.) -conftest.c:33: error: expected ';' before 'sad' -configure:5411: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| /* end confdefs.h. */ -| -| int -| main () -| { -| -| #ifndef __clang__ -| be sad -| #endif -| -| ; -| return 0; -| } -configure:5452: result: no -configure:5459: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -configure:5478: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5478: $? = 0 -configure:5487: result: yes -configure:5496: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -configure:5515: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5515: $? = 0 -configure:5524: result: yes -configure:5533: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -configure:5552: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5552: $? = 0 -configure:5561: result: yes -configure:5570: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -configure:5589: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5589: $? = 0 -configure:5598: result: yes -configure:5607: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -configure:5626: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5626: $? = 0 -configure:5635: result: yes -configure:5644: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -configure:5663: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5663: $? = 0 -configure:5672: result: yes -configure:5681: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -configure:5700: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5700: $? = 0 -configure:5709: result: yes -configure:5718: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -configure:5737: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5737: $? = 0 -configure:5746: result: yes -configure:5755: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -configure:5774: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5774: $? = 0 -configure:5783: result: yes -configure:5792: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -configure:5811: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5811: $? = 0 -configure:5820: result: yes -configure:5829: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -configure:5848: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5848: $? = 0 -configure:5857: result: yes -configure:5866: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -configure:5885: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5885: $? = 0 -configure:5894: result: yes -configure:5903: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -configure:5922: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5922: $? = 0 -configure:5931: result: yes -configure:5940: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -configure:5959: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5959: $? = 0 -configure:5968: result: yes -configure:5977: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -configure:5996: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:5996: $? = 0 -configure:6005: result: yes -configure:6014: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -configure:6033: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c:30: warning: function declaration isn't a prototype -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:6033: $? = 0 -configure:6042: result: yes -configure:6051: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -configure:6070: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -conftest.c:30: warning: function declaration isn't a prototype -conftest.c: In function 'main': -conftest.c:31: warning: comparison is always true due to limited range of data type -configure:6070: $? = 0 -configure:6079: result: yes -configure:6088: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl -configure:6107: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -cc1: error: unrecognized command line option "-Wvariable-decl" -configure:6107: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| /* end confdefs.h. */ -| #include -| int -| main () -| { -| char x[42U], fodder = 0;if (fodder > -1000 && fgets(x,1000,stdin)) puts(x) -| ; -| return 0; -| } -configure:6116: result: no -configure:6125: checking whether the linker accepts -Wl,-z,relro -configure:6144: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro conftest.c >&5 -configure:6144: $? = 0 -configure:6153: result: yes -configure:6161: checking whether the linker accepts -Wl,-z,now -configure:6180: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now conftest.c >&5 -configure:6180: $? = 0 -configure:6189: result: yes -configure:6197: checking whether the linker accepts -Wl,-z,noexecstack -configure:6216: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 -configure:6216: $? = 0 -configure:6225: result: yes -configure:6280: checking how to print strings -configure:6307: result: printf -configure:6328: checking for a sed that does not truncate output -configure:6392: result: /bin/sed -configure:6410: checking for fgrep -configure:6472: result: /bin/grep -F -configure:6507: checking for ld used by mipsel-uclibc-gcc -std=gnu99 -configure:6574: result: mipsel-uclibc-ld -configure:6581: checking if the linker (mipsel-uclibc-ld) is GNU ld -configure:6596: result: yes -configure:6608: checking for BSD- or MS-compatible name lister (nm) -configure:6657: result: mipsel-uclibc-nm -configure:6787: checking the name lister (mipsel-uclibc-nm) interface -configure:6794: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -configure:6797: mipsel-uclibc-nm "conftest.o" -configure:6800: output -00000000 B some_variable -configure:6807: result: BSD nm -configure:6810: checking whether ln -s works -configure:6814: result: yes -configure:6822: checking the maximum length of command line arguments -configure:6952: result: 3458764513820540925 -configure:6969: checking whether the shell understands some XSI constructs -configure:6979: result: yes -configure:6983: checking whether the shell understands "+=" -configure:6989: result: yes -configure:7024: checking how to convert x86_64-pc-linux-gnu file names to mipsel-unknown-linux-gnu format -configure:7064: result: func_convert_file_noop -configure:7071: checking how to convert x86_64-pc-linux-gnu file names to toolchain format -configure:7091: result: func_convert_file_noop -configure:7098: checking for mipsel-uclibc-ld option to reload object files -configure:7105: result: -r -configure:7139: checking for mipsel-linux-objdump -configure:7155: found /opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-linux-objdump -configure:7166: result: mipsel-linux-objdump -configure:7238: checking how to recognize dependent libraries -configure:7440: result: pass_all -configure:7485: checking for mipsel-linux-dlltool -configure:7515: result: no -configure:7525: checking for dlltool -configure:7555: result: no -configure:7585: checking how to associate runtime and link libraries -configure:7612: result: printf %s\n -configure:7628: checking for mipsel-linux-ar -configure:7655: result: mipsel-uclibc-ar -configure:7736: checking for archiver @FILE support -configure:7753: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -configure:7753: $? = 0 -configure:7756: mipsel-uclibc-ar cru libconftest.a @conftest.lst >&5 -configure:7759: $? = 0 -configure:7764: mipsel-uclibc-ar cru libconftest.a @conftest.lst >&5 -mipsel-uclibc-ar: conftest.o: No such file or directory -configure:7767: $? = 1 -configure:7779: result: @ -configure:7797: checking for mipsel-linux-strip -configure:7824: result: mipsel-uclibc-strip -configure:7896: checking for mipsel-linux-ranlib -configure:7923: result: mipsel-uclibc-ranlib -configure:8065: checking command to parse mipsel-uclibc-nm output from mipsel-uclibc-gcc -std=gnu99 object -configure:8185: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -configure:8188: $? = 0 -configure:8192: mipsel-uclibc-nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm -configure:8195: $? = 0 -configure:8261: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c conftstm.o >&5 -configure:8264: $? = 0 -configure:8302: result: ok -configure:8339: checking for sysroot -configure:8369: result: no -configure:8585: checking for mipsel-linux-mt -configure:8615: result: no -configure:8625: checking for mt -configure:8641: found /bin/mt -configure:8652: result: mt -configure:8664: WARNING: using cross tools not prefixed with host triplet -configure:8675: checking if mt is a manifest tool -configure:8681: mt '-?' -configure:8689: result: no -configure:9328: checking for dlfcn.h -configure:9328: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -configure:9328: $? = 0 -configure:9328: result: yes -configure:9534: checking for objdir -configure:9549: result: .libs -configure:9820: checking if mipsel-uclibc-gcc -std=gnu99 supports -fno-rtti -fno-exceptions -configure:9838: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5 -cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C -configure:9842: $? = 0 -configure:9855: result: no -configure:10182: checking for mipsel-uclibc-gcc -std=gnu99 option to produce PIC -configure:10189: result: -fPIC -DPIC -configure:10197: checking if mipsel-uclibc-gcc -std=gnu99 PIC flag -fPIC -DPIC works -configure:10215: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5 -configure:10219: $? = 0 -configure:10232: result: yes -configure:10261: checking if mipsel-uclibc-gcc -std=gnu99 static flag -static works -configure:10289: result: yes -configure:10304: checking if mipsel-uclibc-gcc -std=gnu99 supports -c -o file.o -configure:10325: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5 -configure:10329: $? = 0 -configure:10351: result: yes -configure:10359: checking if mipsel-uclibc-gcc -std=gnu99 supports -c -o file.o -configure:10406: result: yes -configure:10439: checking whether the mipsel-uclibc-gcc -std=gnu99 linker (mipsel-uclibc-ld) supports shared libraries -configure:11592: result: yes -configure:11629: checking whether -lc should be explicitly linked in -configure:11637: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 conftest.c >&5 -configure:11640: $? = 0 -configure:11655: mipsel-uclibc-gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 -configure:11658: $? = 0 -configure:11672: result: no -configure:11832: checking dynamic linker characteristics -configure:12343: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -Wl,-rpath -Wl,/foo conftest.c >&5 -configure:12343: $? = 0 -configure:12565: result: GNU/Linux ld.so -configure:12672: checking how to hardcode library paths into programs -configure:12697: result: immediate -configure:13237: checking whether stripping libraries is possible -configure:13242: result: yes -configure:13277: checking if libtool supports shared libraries -configure:13279: result: yes -configure:13282: checking whether to build shared libraries -configure:13303: result: yes -configure:13306: checking whether to build static libraries -configure:13310: result: yes -configure:13352: checking for ronn -configure:13383: result: # -configure:13395: checking for sixjack -configure:13426: result: # -configure:13439: checking for mipsel-linux-ar -configure:13466: result: mipsel-uclibc-ar -configure:13605: checking for special C compiler options needed for large files -configure:13650: result: no -configure:13656: checking for _FILE_OFFSET_BITS value needed for large files -configure:13681: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:35: warning: left shift count >= width of type -conftest.c:35: warning: left shift count >= width of type -conftest.c:37: error: size of array 'off_t_is_large' is negative -configure:13681: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| /* end confdefs.h. */ -| #include -| /* Check that off_t can represent 2**63 - 1 correctly. -| We can't simply define LARGE_OFF_T to be 9223372036854775807, -| since some C++ compilers masquerading as C compilers -| incorrectly reject 9223372036854775807. */ -| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) -| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 -| && LARGE_OFF_T % 2147483647 == 1) -| ? 1 : -1]; -| int -| main () -| { -| -| ; -| return 0; -| } -configure:13705: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13705: $? = 0 -configure:13713: result: 64 -configure:13801: checking sys/cdefs.h usability -configure:13801: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13801: $? = 0 -configure:13801: result: yes -configure:13801: checking sys/cdefs.h presence -configure:13801: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:13801: $? = 0 -configure:13801: result: yes -configure:13801: checking for sys/cdefs.h -configure:13801: result: yes -configure:13801: checking sys/feature_tests.h usability -configure:13801: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:64:31: error: sys/feature_tests.h: No such file or directory -configure:13801: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:13801: result: no -configure:13801: checking sys/feature_tests.h presence -configure:13801: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -conftest.c:31:31: error: sys/feature_tests.h: No such file or directory -configure:13801: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| /* end confdefs.h. */ -| #include -configure:13801: result: no -configure:13801: checking for sys/feature_tests.h -configure:13801: result: no -configure:13814: checking execinfo.h usability -configure:13814: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:64:22: error: execinfo.h: No such file or directory -configure:13814: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:13814: result: no -configure:13814: checking execinfo.h presence -configure:13814: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -conftest.c:31:22: error: execinfo.h: No such file or directory -configure:13814: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| /* end confdefs.h. */ -| #include -configure:13814: result: no -configure:13814: checking for execinfo.h -configure:13814: result: no -configure:13814: checking paths.h usability -configure:13814: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13814: $? = 0 -configure:13814: result: yes -configure:13814: checking paths.h presence -configure:13814: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:13814: $? = 0 -configure:13814: result: yes -configure:13814: checking for paths.h -configure:13814: result: yes -configure:13814: checking pwd.h usability -configure:13814: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13814: $? = 0 -configure:13814: result: yes -configure:13814: checking pwd.h presence -configure:13814: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:13814: $? = 0 -configure:13814: result: yes -configure:13814: checking for pwd.h -configure:13814: result: yes -configure:13814: checking uuid/uuid.h usability -configure:13814: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:66:23: error: uuid/uuid.h: No such file or directory -configure:13814: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:13814: result: no -configure:13814: checking uuid/uuid.h presence -configure:13814: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -conftest.c:33:23: error: uuid/uuid.h: No such file or directory -configure:13814: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| /* end confdefs.h. */ -| #include -configure:13814: result: no -configure:13814: checking for uuid/uuid.h -configure:13814: result: no -configure:13826: checking sandbox.h usability -configure:13826: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:66:21: error: sandbox.h: No such file or directory -configure:13826: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:13826: result: no -configure:13826: checking sandbox.h presence -configure:13826: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -conftest.c:33:21: error: sandbox.h: No such file or directory -configure:13826: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| /* end confdefs.h. */ -| #include -configure:13826: result: no -configure:13826: checking for sandbox.h -configure:13826: result: no -configure:13840: checking for getpwnam -configure:13840: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c >&5 -configure:13840: $? = 0 -configure:13840: result: yes -configure:13840: checking for sandbox_init -configure:13840: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c >&5 -/tmp/ccw6dM04.o: In function `main': -/home/vicente/tomato/release/src-rt/router/dnscrypt/conftest.c:68: undefined reference to `sandbox_init' -collect2: ld returned 1 exit status -configure:13840: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| /* end confdefs.h. */ -| /* Define sandbox_init to an innocuous variant, in case declares sandbox_init. -| For example, HP-UX 11i declares gettimeofday. */ -| #define sandbox_init innocuous_sandbox_init -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char sandbox_init (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef sandbox_init -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char sandbox_init (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined __stub_sandbox_init || defined __stub___sandbox_init -| choke me -| #endif -| -| int -| main () -| { -| return sandbox_init (); -| ; -| return 0; -| } -configure:13840: result: no -configure:13840: checking for setrlimit -configure:13840: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c >&5 -configure:13840: $? = 0 -configure:13840: result: yes -configure:13851: checking whether byte ordering is bigendian -configure:13866: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:36: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' -configure:13866: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| /* end confdefs.h. */ -| #ifndef __APPLE_CC__ -| not a universal capable compiler -| #endif -| typedef int dummy; -| -configure:13911: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13911: $? = 0 -configure:13929: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:42: error: 'not' undeclared (first use in this function) -conftest.c:42: error: (Each undeclared identifier is reported only once -conftest.c:42: error: for each function it appears in.) -conftest.c:42: error: expected ';' before 'big' -configure:13929: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| /* end confdefs.h. */ -| #include -| #include -| -| int -| main () -| { -| #if BYTE_ORDER != BIG_ENDIAN -| not big endian -| #endif -| -| ; -| return 0; -| } -configure:14057: result: no -configure:14075: checking for C/C++ restrict keyword -configure:14100: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:14100: $? = 0 -configure:14108: result: __restrict -configure:14122: checking for in_port_t -configure:14122: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:14122: $? = 0 -configure:14122: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:48: error: expected expression before ')' token -configure:14122: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| #define restrict __restrict -| /* end confdefs.h. */ -| -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -| #include -| #include -| -| -| int -| main () -| { -| if (sizeof ((in_port_t))) -| return 0; -| ; -| return 0; -| } -configure:14122: result: yes -configure:14140: checking whether sin_len is defined -configure:14166: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:51: error: 'struct sockaddr_in' has no member named 'sin_len' -configure:14166: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| #define restrict __restrict -| /* end confdefs.h. */ -| -| #include -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -| #include -| #include -| -| int -| main () -| { -| -| do { -| struct sockaddr_in a; -| (void) a.sin_len; -| } while(0) -| -| ; -| return 0; -| } -configure:14176: result: no -configure:14182: checking whether __ss_family is defined -configure:14207: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:50: error: 'struct sockaddr_storage' has no member named '__ss_family' -configure:14207: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| #define restrict __restrict -| /* end confdefs.h. */ -| -| #include -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -| #include -| -| int -| main () -| { -| -| do { -| struct sockaddr_storage a; -| (void) a.__ss_family; -| } while(0) -| -| ; -| return 0; -| } -configure:14217: result: no -configure:14223: checking whether ss_len is defined -configure:14248: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:50: error: 'struct sockaddr_storage' has no member named 'ss_len' -configure:14248: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| #define restrict __restrict -| /* end confdefs.h. */ -| -| #include -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -| #include -| -| int -| main () -| { -| -| do { -| struct sockaddr_storage a; -| (void) a.ss_len; -| } while(0) -| -| ; -| return 0; -| } -configure:14258: result: no -configure:14264: checking whether __ss_len is defined -configure:14289: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:50: error: 'struct sockaddr_storage' has no member named '__ss_len' -configure:14289: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| #define restrict __restrict -| /* end confdefs.h. */ -| -| #include -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -| #include -| -| int -| main () -| { -| -| do { -| struct sockaddr_storage a; -| (void) a.__ss_len; -| } while(0) -| -| ; -| return 0; -| } -configure:14299: result: no -configure:14306: checking for library containing pow -configure:14337: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c >&5 -conftest.c:43: warning: conflicting types for built-in function 'pow' -/tmp/ccMlZBjZ.o: In function `main': -/home/vicente/tomato/release/src-rt/router/dnscrypt/conftest.c:47: undefined reference to `pow' -collect2: ld returned 1 exit status -configure:14337: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| #define restrict __restrict -| /* end confdefs.h. */ -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char pow (); -| int -| main () -| { -| return pow (); -| ; -| return 0; -| } -configure:14337: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -lm >&5 -conftest.c:43: warning: conflicting types for built-in function 'pow' -configure:14337: $? = 0 -configure:14354: result: -lm -configure:14362: checking for library containing dlopen -configure:14393: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -lm >&5 -/tmp/cci1oTA8.o: In function `main': -/home/vicente/tomato/release/src-rt/router/dnscrypt/conftest.c:47: undefined reference to `dlopen' -collect2: ld returned 1 exit status -configure:14393: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| #define restrict __restrict -| /* end confdefs.h. */ -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char dlopen (); -| int -| main () -| { -| return dlopen (); -| ; -| return 0; -| } -configure:14393: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:14393: $? = 0 -configure:14410: result: -ldl -configure:14418: checking for library containing clock_gettime -configure:14449: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:14449: $? = 0 -configure:14466: result: none required -configure:14477: checking for library containing backtrace -configure:14508: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -/tmp/ccE1fKCp.o: In function `main': -/home/vicente/tomato/release/src-rt/router/dnscrypt/conftest.c:48: undefined reference to `backtrace' -collect2: ld returned 1 exit status -configure:14508: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| #define restrict __restrict -| #define HAVE_CLOCK_GETTIME /**/ -| /* end confdefs.h. */ -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char backtrace (); -| int -| main () -| { -| return backtrace (); -| ; -| return 0; -| } -configure:14508: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -lexecinfo -ldl -lm >&5 -/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/bin/ld: cannot find -lexecinfo -collect2: ld returned 1 exit status -configure:14508: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| #define restrict __restrict -| #define HAVE_CLOCK_GETTIME /**/ -| /* end confdefs.h. */ -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char backtrace (); -| int -| main () -| { -| return backtrace (); -| ; -| return 0; -| } -configure:14525: result: no -configure:14536: checking for library containing gethostbyname -configure:14567: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:14567: $? = 0 -configure:14584: result: none required -configure:14592: checking for library containing recvfrom -configure:14623: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:14623: $? = 0 -configure:14640: result: none required -configure:14648: checking for library containing kvm_open -configure:14679: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -/tmp/cc4FyuGn.o: In function `main': -/home/vicente/tomato/release/src-rt/router/dnscrypt/conftest.c:48: undefined reference to `kvm_open' -collect2: ld returned 1 exit status -configure:14679: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| #define restrict __restrict -| #define HAVE_CLOCK_GETTIME /**/ -| /* end confdefs.h. */ -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char kvm_open (); -| int -| main () -| { -| return kvm_open (); -| ; -| return 0; -| } -configure:14679: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -lkvm -ldl -lm >&5 -/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/bin/ld: cannot find -lkvm -collect2: ld returned 1 exit status -configure:14679: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| #define restrict __restrict -| #define HAVE_CLOCK_GETTIME /**/ -| /* end confdefs.h. */ -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char kvm_open (); -| int -| main () -| { -| return kvm_open (); -| ; -| return 0; -| } -configure:14696: result: no -configure:14845: checking CoreServices/CoreServices.h usability -configure:14845: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:70:39: error: CoreServices/CoreServices.h: No such file or directory -configure:14845: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| #define restrict __restrict -| #define HAVE_CLOCK_GETTIME /**/ -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:14845: result: no -configure:14845: checking CoreServices/CoreServices.h presence -configure:14845: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -conftest.c:37:39: error: CoreServices/CoreServices.h: No such file or directory -configure:14845: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "dnscrypt-proxy" -| #define PACKAGE_TARNAME "dnscrypt-proxy" -| #define PACKAGE_VERSION "1.0" -| #define PACKAGE_STRING "dnscrypt-proxy 1.0" -| #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "dnscrypt-proxy" -| #define VERSION "1.0" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define __EXTENSIONS__ 1 -| #define _ALL_SOURCE 1 -| #define _GNU_SOURCE 1 -| #define _POSIX_PTHREAD_SEMANTICS 1 -| #define _TANDEM_SOURCE 1 -| #define CROSS_COMPILING /**/ -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define _FILE_OFFSET_BITS 64 -| #define HAVE_SYS_CDEFS_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_GETPWNAM 1 -| #define HAVE_SETRLIMIT 1 -| #define restrict __restrict -| #define HAVE_CLOCK_GETTIME /**/ -| /* end confdefs.h. */ -| #include -configure:14845: result: no -configure:14845: checking for CoreServices/CoreServices.h -configure:14845: result: no -configure:14854: checking whether to enable assertions -configure:14872: result: yes -configure:15090: checking that generated files are newer than configure -configure:15096: result: done -configure:15124: creating ./config.status - -## ---------------------- ## -## Running config.status. ## -## ---------------------- ## - -This file was extended by dnscrypt-proxy config.status 1.0, which was -generated by GNU Autoconf 2.69. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - -on vicente-P5K-E - -config.status:1114: creating Makefile -config.status:1114: creating man/Makefile -config.status:1114: creating src/Makefile -config.status:1114: creating src/hostip/Makefile -config.status:1114: creating src/proxy/Makefile -config.status:1114: creating src/ext/Makefile -config.status:1114: creating src/libnacl/Makefile -config.status:1114: creating src/libnacl/tests/Makefile -config.status:1114: creating src/libnacl/okcompilers/c -config.status:1114: creating src/libnacl/okcompilers/do -config.status:1114: creating test/Makefile -config.status:1114: creating config.h -config.status:1295: config.h is unchanged -config.status:1343: executing depfiles commands -config.status:1343: executing libtool commands -configure:17424: === configuring in src/libevent (/home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent) -configure:17487: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=mipsel-linux' '--build=x86_64-linux-gnu' '--disable-thread-support' '--disable-dependency-tracking' '--disable-libevent-install' '--disable-openssl' '--disable-shared' '--enable-function-sections' --cache-file=/dev/null --srcdir=. - -## ---------------- ## -## Cache variables. ## -## ---------------- ## - -ac_cv_build=x86_64-pc-linux-gnu -ac_cv_c_bigendian=no -ac_cv_c_compiler_gnu=yes -ac_cv_c_restrict=__restrict -ac_cv_env_AR_set=set -ac_cv_env_AR_value=mipsel-uclibc-ar -ac_cv_env_CC_set=set -ac_cv_env_CC_value=mipsel-uclibc-gcc -ac_cv_env_CFLAGS_set= -ac_cv_env_CFLAGS_value= -ac_cv_env_CPPFLAGS_set= -ac_cv_env_CPPFLAGS_value= -ac_cv_env_CPP_set= -ac_cv_env_CPP_value= -ac_cv_env_CWFLAGS_set= -ac_cv_env_CWFLAGS_value= -ac_cv_env_DTRACE_set= -ac_cv_env_DTRACE_value= -ac_cv_env_LDFLAGS_set= -ac_cv_env_LDFLAGS_value= -ac_cv_env_LIBS_set= -ac_cv_env_LIBS_value= -ac_cv_env_RONN_set= -ac_cv_env_RONN_value= -ac_cv_env_SAFECODE_HOME_set= -ac_cv_env_SAFECODE_HOME_value= -ac_cv_env_SIXJACK_set= -ac_cv_env_SIXJACK_value= -ac_cv_env_build_alias_set=set -ac_cv_env_build_alias_value=x86_64-linux-gnu -ac_cv_env_host_alias_set=set -ac_cv_env_host_alias_value=mipsel-linux -ac_cv_env_target_alias_set= -ac_cv_env_target_alias_value= -ac_cv_func_getpwnam=yes -ac_cv_func_malloc_0_nonnull=yes -ac_cv_func_sandbox_init=no -ac_cv_func_setrlimit=yes -ac_cv_header_CoreServices_CoreServices_h=no -ac_cv_header_dlfcn_h=yes -ac_cv_header_execinfo_h=no -ac_cv_header_inttypes_h=yes -ac_cv_header_memory_h=yes -ac_cv_header_minix_config_h=no -ac_cv_header_paths_h=yes -ac_cv_header_pwd_h=yes -ac_cv_header_sandbox_h=no -ac_cv_header_stdc=yes -ac_cv_header_stdint_h=yes -ac_cv_header_stdlib_h=yes -ac_cv_header_string_h=yes -ac_cv_header_strings_h=yes -ac_cv_header_sys_cdefs_h=yes -ac_cv_header_sys_feature_tests_h=no -ac_cv_header_sys_stat_h=yes -ac_cv_header_sys_types_h=yes -ac_cv_header_unistd_h=yes -ac_cv_header_uuid_uuid_h=no -ac_cv_host=mipsel-unknown-linux-gnu -ac_cv_objext=o -ac_cv_path_EGREP='/bin/grep -E' -ac_cv_path_FGREP='/bin/grep -F' -ac_cv_path_GREP=/bin/grep -ac_cv_path_RONN='#' -ac_cv_path_SED=/bin/sed -ac_cv_path_SIXJACK='#' -ac_cv_path_install='/usr/bin/install -c' -ac_cv_path_mkdir=/bin/mkdir -ac_cv_prog_AR=mipsel-uclibc-ar -ac_cv_prog_AWK=gawk -ac_cv_prog_CC=mipsel-uclibc-gcc -ac_cv_prog_CPP='mipsel-uclibc-gcc -std=gnu99 -E' -ac_cv_prog_OBJDUMP=mipsel-linux-objdump -ac_cv_prog_RANLIB=mipsel-uclibc-ranlib -ac_cv_prog_STRIP=mipsel-uclibc-strip -ac_cv_prog_ac_ct_MANIFEST_TOOL=mt -ac_cv_prog_cc_c89= -ac_cv_prog_cc_c99=-std=gnu99 -ac_cv_prog_cc_g=yes -ac_cv_prog_make_make_set=yes -ac_cv_safe_to_define___extensions__=yes -ac_cv_search_backtrace=no -ac_cv_search_clock_gettime='none required' -ac_cv_search_dlopen=-ldl -ac_cv_search_gethostbyname='none required' -ac_cv_search_kvm_open=no -ac_cv_search_pow=-lm -ac_cv_search_recvfrom='none required' -ac_cv_sys_file_offset_bits=64 -ac_cv_sys_largefile_CC=no -ac_cv_type_in_port_t=yes -am_cv_CC_dependencies_compiler_type=gcc3 -ax_cv_check_cflags___Wbounded=no -ax_cv_check_cflags___Wdiv_by_zero=yes -ax_cv_check_cflags___Winit_self=yes -ax_cv_check_cflags___Wwrite_strings=yes -ax_cv_check_cflags____Wall=yes -ax_cv_check_cflags____Wall__Wextra=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts__Wcomment=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts__Wcomment__Wfloat_equal=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts__Wcomment__Wfloat_equal__Wformat_2=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts__Wcomment__Wfloat_equal__Wformat_2__Wimplicit=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts__Wcomment__Wfloat_equal__Wformat_2__Wimplicit__Wmissing_declarations=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts__Wcomment__Wfloat_equal__Wformat_2__Wimplicit__Wmissing_declarations__Wmissing_prototypes=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts__Wcomment__Wfloat_equal__Wformat_2__Wimplicit__Wmissing_declarations__Wmissing_prototypes__Wnormalized_id=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts__Wcomment__Wfloat_equal__Wformat_2__Wimplicit__Wmissing_declarations__Wmissing_prototypes__Wnormalized_id__Woverride_init=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts__Wcomment__Wfloat_equal__Wformat_2__Wimplicit__Wmissing_declarations__Wmissing_prototypes__Wnormalized_id__Woverride_init__Wparentheses=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts__Wcomment__Wfloat_equal__Wformat_2__Wimplicit__Wmissing_declarations__Wmissing_prototypes__Wnormalized_id__Woverride_init__Wparentheses__Wpointer_arith=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts__Wcomment__Wfloat_equal__Wformat_2__Wimplicit__Wmissing_declarations__Wmissing_prototypes__Wnormalized_id__Woverride_init__Wparentheses__Wpointer_arith__Wredundant_decls=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts__Wcomment__Wfloat_equal__Wformat_2__Wimplicit__Wmissing_declarations__Wmissing_prototypes__Wnormalized_id__Woverride_init__Wparentheses__Wpointer_arith__Wredundant_decls__Wstrict_prototypes=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts__Wcomment__Wfloat_equal__Wformat_2__Wimplicit__Wmissing_declarations__Wmissing_prototypes__Wnormalized_id__Woverride_init__Wparentheses__Wpointer_arith__Wredundant_decls__Wstrict_prototypes__Wswitch_enum=yes -ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wchar_subscripts__Wcomment__Wfloat_equal__Wformat_2__Wimplicit__Wmissing_declarations__Wmissing_prototypes__Wnormalized_id__Woverride_init__Wparentheses__Wpointer_arith__Wredundant_decls__Wstrict_prototypes__Wswitch_enum__Wvariable_decl=no -ax_cv_check_cflags___fPIC=yes -ax_cv_check_cflags___fPIE=yes -ax_cv_check_cflags___fcatch_undefined_c99_behavior=no -ax_cv_check_cflags___fno_strict_aliasing=yes -ax_cv_check_cflags___fno_strict_overflow=yes -ax_cv_check_cflags___fstack_protector_all=yes -ax_cv_check_cflags___fwrapv=yes -ax_cv_check_ldflags___Wl__z_noexecstack=yes -ax_cv_check_ldflags___Wl__z_now=yes -ax_cv_check_ldflags___Wl__z_relro=yes -ax_cv_check_ldflags___fPIC=yes -ax_cv_check_ldflags___fPIE=yes -ax_cv_check_ldflags___fstack_protector_all=yes -ax_cv_check_ldflags___pie=yes -lt_cv_ar_at_file=@ -lt_cv_archive_cmds_need_lc=no -lt_cv_deplibs_check_method=pass_all -lt_cv_file_magic_cmd='$MAGIC_CMD' -lt_cv_file_magic_test_file= -lt_cv_ld_reload_flag=-r -lt_cv_nm_interface='BSD nm' -lt_cv_objdir=.libs -lt_cv_path_LD=mipsel-uclibc-ld -lt_cv_path_NM=mipsel-uclibc-nm -lt_cv_path_mainfest_tool=no -lt_cv_prog_compiler_c_o=yes -lt_cv_prog_compiler_pic='-fPIC -DPIC' -lt_cv_prog_compiler_pic_works=yes -lt_cv_prog_compiler_rtti_exceptions=no -lt_cv_prog_compiler_static_works=yes -lt_cv_prog_gnu_ld=yes -lt_cv_sharedlib_from_linklib_cmd='printf %s\n' -lt_cv_shlibpath_overrides_runpath=no -lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' -lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' -lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' -lt_cv_sys_max_cmd_len=3458764513820540925 -lt_cv_to_host_file_cmd=func_convert_file_noop -lt_cv_to_tool_file_cmd=func_convert_file_noop - -## ----------------- ## -## Output variables. ## -## ----------------- ## - -ACLOCAL='${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/missing --run aclocal-1.12' -AMDEPBACKSLASH='\' -AMDEP_FALSE='#' -AMDEP_TRUE='' -AMTAR='$${TAR-tar}' -AR='mipsel-uclibc-ar' -AUTOCONF='${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/missing --run autoconf' -AUTOHEADER='${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/missing --run autoheader' -AUTOMAKE='${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/missing --run automake-1.12' -AWK='gawk' -CC='mipsel-uclibc-gcc -std=gnu99' -CCDEPMODE='depmode=gcc3' -CFLAGS=' -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero' -CPP='mipsel-uclibc-gcc -std=gnu99 -E' -CPPFLAGS=' -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include' -CWFLAGS=' -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum' -CYGPATH_W='echo' -DEFS='-DHAVE_CONFIG_H' -DEPDIR='.deps' -DLLTOOL='false' -DSYMUTIL='' -DTRACE='#' -DUMPBIN='' -ECHO_C='' -ECHO_N='-n' -ECHO_T='' -EGREP='/bin/grep -E' -EXEEXT='' -FGREP='/bin/grep -F' -GREP='/bin/grep' -INSTALL_DATA='${INSTALL} -m 644' -INSTALL_PROGRAM='${INSTALL}' -INSTALL_SCRIPT='${INSTALL}' -INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' -ISODATE='2013-06-09' -LD='mipsel-uclibc-ld' -LDFLAGS=' -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib' -LIBOBJS='' -LIBS='-ldl -lm ' -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -LIBTOOL_DEPS='./ltmain.sh' -LIPO='' -LN_S='ln -s' -LTLIBOBJS='' -MAINT='#' -MAINTAINER_MODE_FALSE='' -MAINTAINER_MODE_TRUE='#' -MAKEINFO='${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/missing --run makeinfo' -MANIFEST_TOOL=':' -MKDIR_P='/bin/mkdir -p' -NACL_PATH='libnacl/build/localhost' -NM='mipsel-uclibc-nm' -NMEDIT='' -OBJDUMP='mipsel-linux-objdump' -OBJEXT='o' -OTOOL64='' -OTOOL='' -PACKAGE='dnscrypt-proxy' -PACKAGE_BUGREPORT='https://github.com/opendns/dnscrypt-proxy/issues' -PACKAGE_NAME='dnscrypt-proxy' -PACKAGE_STRING='dnscrypt-proxy 1.0' -PACKAGE_TARNAME='dnscrypt-proxy' -PACKAGE_URL='' -PACKAGE_VERSION='1.0' -PATH_SEPARATOR=':' -PROBES_SOURCE='probes_no_dtrace.h' -RANLIB='mipsel-uclibc-ranlib' -RONN='#' -SAFECODE_HOME='' -SED='/bin/sed' -SET_MAKE='' -SHELL='/bin/sh' -SIXJACK='#' -STRIP='mipsel-uclibc-strip' -VERSION='1.0' -ac_ct_AR='' -ac_ct_CC='' -ac_ct_DUMPBIN='' -am__EXEEXT_FALSE='' -am__EXEEXT_TRUE='#' -am__fastdepCC_FALSE='#' -am__fastdepCC_TRUE='' -am__include='include' -am__isrc='' -am__leading_dot='.' -am__nodep='_no' -am__quote='' -am__tar='$${TAR-tar} chof - "$$tardir"' -am__untar='$${TAR-tar} xf -' -bindir='${exec_prefix}/bin' -build='x86_64-pc-linux-gnu' -build_alias='x86_64-linux-gnu' -build_cpu='x86_64' -build_os='linux-gnu' -build_vendor='pc' -datadir='${datarootdir}' -datarootdir='${prefix}/share' -docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' -dvidir='${docdir}' -exec_prefix='${prefix}' -host='mipsel-unknown-linux-gnu' -host_alias='mipsel-linux' -host_cpu='mipsel' -host_os='linux-gnu' -host_vendor='unknown' -htmldir='${docdir}' -includedir='${prefix}/include' -infodir='${datarootdir}/info' -install_sh='${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/install-sh' -libdir='${exec_prefix}/lib' -libexecdir='${exec_prefix}/libexec' -localedir='${datarootdir}/locale' -localstatedir='${prefix}/var' -mandir='${datarootdir}/man' -mkdir_p='/bin/mkdir -p' -oldincludedir='/usr/include' -pdfdir='${docdir}' -prefix='/usr' -program_transform_name='s,x,x,' -psdir='${docdir}' -sbindir='${exec_prefix}/sbin' -sharedstatedir='${prefix}/com' -subdirs=' src/libevent' -sysconfdir='${prefix}/etc' -target_alias='' - -## ----------- ## -## confdefs.h. ## -## ----------- ## - -/* confdefs.h */ -#define PACKAGE_NAME "dnscrypt-proxy" -#define PACKAGE_TARNAME "dnscrypt-proxy" -#define PACKAGE_VERSION "1.0" -#define PACKAGE_STRING "dnscrypt-proxy 1.0" -#define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues" -#define PACKAGE_URL "" -#define PACKAGE "dnscrypt-proxy" -#define VERSION "1.0" -#define STDC_HEADERS 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRING_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_STRINGS_H 1 -#define HAVE_INTTYPES_H 1 -#define HAVE_STDINT_H 1 -#define HAVE_UNISTD_H 1 -#define __EXTENSIONS__ 1 -#define _ALL_SOURCE 1 -#define _GNU_SOURCE 1 -#define _POSIX_PTHREAD_SEMANTICS 1 -#define _TANDEM_SOURCE 1 -#define CROSS_COMPILING /**/ -#define HAVE_DLFCN_H 1 -#define LT_OBJDIR ".libs/" -#define _FILE_OFFSET_BITS 64 -#define HAVE_SYS_CDEFS_H 1 -#define HAVE_PATHS_H 1 -#define HAVE_PWD_H 1 -#define HAVE_GETPWNAM 1 -#define HAVE_SETRLIMIT 1 -#define restrict __restrict -#define HAVE_CLOCK_GETTIME /**/ - -configure: exit 0 diff --git a/release/src/router/dnscrypt/src/libevent/config.log b/release/src/router/dnscrypt/src/libevent/config.log deleted file mode 100644 index fba2dea9c4..0000000000 --- a/release/src/router/dnscrypt/src/libevent/config.log +++ /dev/null @@ -1,8151 +0,0 @@ -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by configure, which was -generated by GNU Autoconf 2.69. Invocation command line was - - $ ./configure --disable-option-checking --prefix=/usr --host=mipsel-linux --build=x86_64-linux-gnu --disable-thread-support --disable-dependency-tracking --disable-libevent-install --disable-openssl --disable-shared --enable-function-sections --cache-file=/dev/null --srcdir=. - -## --------- ## -## Platform. ## -## --------- ## - -hostname = vicente-P5K-E -uname -m = x86_64 -uname -r = 3.2.0-47-generic -uname -s = Linux -uname -v = #72-Ubuntu SMP Mon Jun 3 17:53:49 UTC 2013 - -/usr/bin/uname -p = unknown -/bin/uname -X = unknown - -/bin/arch = unknown -/usr/bin/arch -k = unknown -/usr/convex/getsysinfo = unknown -/usr/bin/hostinfo = unknown -/bin/machine = unknown -/usr/bin/oslevel = unknown -/bin/universe = unknown - -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /opt/brcm/hndtools-mipsel-uclibc/bin -PATH: /opt/brcm/hndtools-mipsel-linux/bin -PATH: /usr/lib/lightdm/lightdm -PATH: /usr/local/sbin -PATH: /usr/local/bin -PATH: /usr/sbin -PATH: /usr/bin -PATH: /sbin -PATH: /bin -PATH: /usr/games - - -## ----------- ## -## Core tests. ## -## ----------- ## - -configure:2640: checking for a BSD-compatible install -configure:2708: result: /usr/bin/install -c -configure:2719: checking whether build environment is sane -configure:2774: result: yes -configure:2833: checking for mipsel-linux-strip -configure:2860: result: mipsel-uclibc-strip -configure:2925: checking for a thread-safe mkdir -p -configure:2964: result: /bin/mkdir -p -configure:2977: checking for gawk -configure:2993: found /usr/bin/gawk -configure:3004: result: gawk -configure:3015: checking whether make sets $(MAKE) -configure:3037: result: yes -configure:3131: checking build system type -configure:3145: result: x86_64-pc-linux-gnu -configure:3165: checking host system type -configure:3178: result: mipsel-unknown-linux-gnu -configure:3214: checking for mipsel-linux-gcc -configure:3241: result: mipsel-uclibc-gcc -std=gnu99 -configure:3510: checking for C compiler version -configure:3519: mipsel-uclibc-gcc -std=gnu99 --version >&5 -mipsel-uclibc-gcc (GCC) 4.2.4 -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -configure:3530: $? = 0 -configure:3519: mipsel-uclibc-gcc -std=gnu99 -v >&5 -Using built-in specs. -Target: mipsel-linux-uclibc -Configured with: /home/fedork/tomato/toolchain/build_dir/toolchain-mipsel_gcc4.2.4/gcc-4.2.4/configure --prefix=/opt/brcm/hndtools-mipsel-uclibc-4.2.4 --build=i486-linux-gnu --host=i486-linux-gnu --target=mipsel-linux-uclibc --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-nls --disable-__cxa_atexit --enable-libssp --enable-languages=c,c++ --enable-shared --enable-threads --enable-tls -Thread model: posix -gcc version 4.2.4 -configure:3530: $? = 0 -configure:3519: mipsel-uclibc-gcc -std=gnu99 -V >&5 -mipsel-uclibc-gcc: '-V' must come at the start of the command line -configure:3530: $? = 1 -configure:3519: mipsel-uclibc-gcc -std=gnu99 -qversion >&5 -mipsel-uclibc-gcc: unrecognized option '-qversion' -mipsel-uclibc-gcc: no input files -configure:3530: $? = 1 -configure:3550: checking whether the C compiler works -configure:3572: mipsel-uclibc-gcc -std=gnu99 -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:3576: $? = 0 -configure:3624: result: yes -configure:3627: checking for C compiler default output file name -configure:3629: result: a.out -configure:3635: checking for suffix of executables -configure:3642: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:3646: $? = 0 -configure:3668: result: -configure:3690: checking whether we are cross compiling -configure:3728: result: yes -configure:3733: checking for suffix of object files -configure:3755: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:3759: $? = 0 -configure:3780: result: o -configure:3784: checking whether we are using the GNU C compiler -configure:3803: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:3803: $? = 0 -configure:3812: result: yes -configure:3821: checking whether mipsel-uclibc-gcc -std=gnu99 accepts -g -configure:3841: mipsel-uclibc-gcc -std=gnu99 -c -g -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:3841: $? = 0 -configure:3882: result: yes -configure:3899: checking for mipsel-uclibc-gcc -std=gnu99 option to accept ISO C89 -configure:3962: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:3962: $? = 0 -configure:3975: result: none needed -configure:4006: checking for style of include used by make -configure:4034: result: GNU -configure:4060: checking dependency style of mipsel-uclibc-gcc -std=gnu99 -configure:4171: result: none -configure:4187: checking whether mipsel-uclibc-gcc -std=gnu99 and cc understand -c and -o together -configure:4218: mipsel-uclibc-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 -configure:4222: $? = 0 -configure:4228: mipsel-uclibc-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 -configure:4232: $? = 0 -configure:4243: cc -c conftest.c >&5 -configure:4247: $? = 0 -configure:4255: cc -c conftest.c -o conftest2.o >&5 -configure:4259: $? = 0 -configure:4265: cc -c conftest.c -o conftest2.o >&5 -configure:4269: $? = 0 -configure:4287: result: yes -configure:4313: checking whether ln -s works -configure:4317: result: yes -configure:4332: checking how to run the C preprocessor -configure:4402: result: mipsel-uclibc-gcc -std=gnu99 -E -configure:4422: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:4422: $? = 0 -configure:4436: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -conftest.c:12:28: error: ac_nonexistent.h: No such file or directory -configure:4436: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| /* end confdefs.h. */ -| #include -configure:4465: checking for grep that handles long lines and -e -configure:4523: result: /bin/grep -configure:4528: checking for egrep -configure:4590: result: /bin/grep -E -configure:4596: checking whether mipsel-uclibc-gcc -std=gnu99 needs -traditional -configure:4630: result: no -configure:4654: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:4654: $? = 0 -configure:4782: checking how to print strings -configure:4809: result: printf -configure:4830: checking for a sed that does not truncate output -configure:4894: result: /bin/sed -configure:4912: checking for fgrep -configure:4974: result: /bin/grep -F -configure:5009: checking for ld used by mipsel-uclibc-gcc -std=gnu99 -configure:5076: result: mipsel-uclibc-ld -configure:5083: checking if the linker (mipsel-uclibc-ld) is GNU ld -configure:5098: result: yes -configure:5110: checking for BSD- or MS-compatible name lister (nm) -configure:5159: result: mipsel-uclibc-nm -configure:5289: checking the name lister (mipsel-uclibc-nm) interface -configure:5296: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:5299: mipsel-uclibc-nm "conftest.o" -configure:5302: output -00000000 B some_variable -configure:5309: result: BSD nm -configure:5313: checking the maximum length of command line arguments -configure:5443: result: 3458764513820540925 -configure:5460: checking whether the shell understands some XSI constructs -configure:5470: result: yes -configure:5474: checking whether the shell understands "+=" -configure:5480: result: yes -configure:5515: checking how to convert x86_64-pc-linux-gnu file names to mipsel-unknown-linux-gnu format -configure:5555: result: func_convert_file_noop -configure:5562: checking how to convert x86_64-pc-linux-gnu file names to toolchain format -configure:5582: result: func_convert_file_noop -configure:5589: checking for mipsel-uclibc-ld option to reload object files -configure:5596: result: -r -configure:5630: checking for mipsel-linux-objdump -configure:5646: found /opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-linux-objdump -configure:5657: result: mipsel-linux-objdump -configure:5729: checking how to recognize dependent libraries -configure:5931: result: pass_all -configure:5976: checking for mipsel-linux-dlltool -configure:6006: result: no -configure:6016: checking for dlltool -configure:6046: result: no -configure:6076: checking how to associate runtime and link libraries -configure:6103: result: printf %s\n -configure:6119: checking for mipsel-linux-ar -configure:6146: result: mipsel-uclibc-ar -configure:6227: checking for archiver @FILE support -configure:6244: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:6244: $? = 0 -configure:6247: mipsel-uclibc-ar cru libconftest.a @conftest.lst >&5 -configure:6250: $? = 0 -configure:6255: mipsel-uclibc-ar cru libconftest.a @conftest.lst >&5 -mipsel-uclibc-ar: conftest.o: No such file or directory -configure:6258: $? = 1 -configure:6270: result: @ -configure:6288: checking for mipsel-linux-strip -configure:6315: result: mipsel-uclibc-strip -configure:6387: checking for mipsel-linux-ranlib -configure:6414: result: mipsel-uclibc-ranlib -configure:6556: checking command to parse mipsel-uclibc-nm output from mipsel-uclibc-gcc -std=gnu99 object -configure:6676: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:6679: $? = 0 -configure:6683: mipsel-uclibc-nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm -configure:6686: $? = 0 -configure:6752: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c conftstm.o >&5 -configure:6755: $? = 0 -configure:6793: result: ok -configure:6830: checking for sysroot -configure:6860: result: no -configure:7076: checking for mipsel-linux-mt -configure:7106: result: no -configure:7116: checking for mt -configure:7132: found /bin/mt -configure:7143: result: mt -configure:7155: WARNING: using cross tools not prefixed with host triplet -configure:7166: checking if mt is a manifest tool -configure:7172: mt '-?' -configure:7180: result: no -configure:7817: checking for ANSI C header files -configure:7837: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:7837: $? = 0 -configure:7921: result: yes -configure:7934: checking for sys/types.h -configure:7934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:7934: $? = 0 -configure:7934: result: yes -configure:7934: checking for sys/stat.h -configure:7934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:7934: $? = 0 -configure:7934: result: yes -configure:7934: checking for stdlib.h -configure:7934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:7934: $? = 0 -configure:7934: result: yes -configure:7934: checking for string.h -configure:7934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:7934: $? = 0 -configure:7934: result: yes -configure:7934: checking for memory.h -configure:7934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:7934: $? = 0 -configure:7934: result: yes -configure:7934: checking for strings.h -configure:7934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:7934: $? = 0 -configure:7934: result: yes -configure:7934: checking for inttypes.h -configure:7934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:7934: $? = 0 -configure:7934: result: yes -configure:7934: checking for stdint.h -configure:7934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:7934: $? = 0 -configure:7934: result: yes -configure:7934: checking for unistd.h -configure:7934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:7934: $? = 0 -configure:7934: result: yes -configure:7948: checking for dlfcn.h -configure:7948: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:7948: $? = 0 -configure:7948: result: yes -configure:8154: checking for objdir -configure:8169: result: .libs -configure:8440: checking if mipsel-uclibc-gcc -std=gnu99 supports -fno-rtti -fno-exceptions -configure:8458: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5 -cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C -configure:8462: $? = 0 -configure:8475: result: no -configure:8802: checking for mipsel-uclibc-gcc -std=gnu99 option to produce PIC -configure:8809: result: -fPIC -DPIC -configure:8817: checking if mipsel-uclibc-gcc -std=gnu99 PIC flag -fPIC -DPIC works -configure:8835: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -fPIC -DPIC -DPIC conftest.c >&5 -configure:8839: $? = 0 -configure:8852: result: yes -configure:8881: checking if mipsel-uclibc-gcc -std=gnu99 static flag -static works -configure:8909: result: yes -configure:8924: checking if mipsel-uclibc-gcc -std=gnu99 supports -c -o file.o -configure:8945: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -o out/conftest2.o conftest.c >&5 -configure:8949: $? = 0 -configure:8971: result: yes -configure:8979: checking if mipsel-uclibc-gcc -std=gnu99 supports -c -o file.o -configure:9026: result: yes -configure:9059: checking whether the mipsel-uclibc-gcc -std=gnu99 linker (mipsel-uclibc-ld) supports shared libraries -configure:10212: result: yes -configure:10452: checking dynamic linker characteristics -configure:10963: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib -Wl,-rpath -Wl,/foo conftest.c -ldl -lm >&5 -configure:10963: $? = 0 -configure:11185: result: GNU/Linux ld.so -configure:11292: checking how to hardcode library paths into programs -configure:11317: result: immediate -configure:11857: checking whether stripping libraries is possible -configure:11862: result: yes -configure:11897: checking if libtool supports shared libraries -configure:11899: result: yes -configure:11902: checking whether to build shared libraries -configure:11923: result: no -configure:11926: checking whether to build static libraries -configure:11930: result: yes -configure:11979: checking for library containing inet_ntoa -configure:12010: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:12010: $? = 0 -configure:12027: result: none required -configure:12035: checking for library containing socket -configure:12066: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:12066: $? = 0 -configure:12083: result: none required -configure:12091: checking for library containing inet_aton -configure:12122: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:12122: $? = 0 -configure:12139: result: none required -configure:12147: checking for library containing clock_gettime -configure:12178: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:12178: $? = 0 -configure:12195: result: none required -configure:12203: checking for library containing sendfile -configure:12234: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:12234: $? = 0 -configure:12251: result: none required -configure:12260: checking for WIN32 -configure:12277: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:30: error: 'die' undeclared (first use in this function) -conftest.c:30: error: (Each undeclared identifier is reported only once -conftest.c:30: error: for each function it appears in.) -conftest.c:30: error: expected ';' before 'horribly' -configure:12277: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| /* end confdefs.h. */ -| -| int -| main () -| { -| -| #ifndef WIN32 -| die horribly -| #endif -| -| ; -| return 0; -| } -configure:12281: result: no -configure:12286: checking for CYGWIN -configure:12303: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:30: error: 'die' undeclared (first use in this function) -conftest.c:30: error: (Each undeclared identifier is reported only once -conftest.c:30: error: for each function it appears in.) -conftest.c:30: error: expected ';' before 'horribly' -configure:12303: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| /* end confdefs.h. */ -| -| int -| main () -| { -| -| #ifndef __CYGWIN__ -| die horribly -| #endif -| -| ; -| return 0; -| } -configure:12307: result: no -configure:12314: checking zlib.h usability -configure:12314: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:57:18: error: zlib.h: No such file or directory -configure:12314: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:12314: result: no -configure:12314: checking zlib.h presence -configure:12314: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -conftest.c:24:18: error: zlib.h: No such file or directory -configure:12314: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| /* end confdefs.h. */ -| #include -configure:12314: result: no -configure:12314: checking for zlib.h -configure:12314: result: no -configure:12415: checking openssl/bio.h usability -configure:12415: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:57:25: error: openssl/bio.h: No such file or directory -configure:12415: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:12415: result: no -configure:12415: checking openssl/bio.h presence -configure:12415: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -conftest.c:24:25: error: openssl/bio.h: No such file or directory -configure:12415: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| /* end confdefs.h. */ -| #include -configure:12415: result: no -configure:12415: checking for openssl/bio.h -configure:12415: result: no -configure:12497: checking for ANSI C header files -configure:12601: result: yes -configure:12612: checking fcntl.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking fcntl.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for fcntl.h -configure:12612: result: yes -configure:12612: checking stdarg.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking stdarg.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for stdarg.h -configure:12612: result: yes -configure:12612: checking for inttypes.h -configure:12612: result: yes -configure:12612: checking for stdint.h -configure:12612: result: yes -configure:12612: checking stddef.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking stddef.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for stddef.h -configure:12612: result: yes -configure:12612: checking poll.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking poll.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for poll.h -configure:12612: result: yes -configure:12612: checking for unistd.h -configure:12612: result: yes -configure:12612: checking sys/epoll.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking sys/epoll.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for sys/epoll.h -configure:12612: result: yes -configure:12612: checking sys/time.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking sys/time.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for sys/time.h -configure:12612: result: yes -configure:12612: checking sys/queue.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking sys/queue.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for sys/queue.h -configure:12612: result: yes -configure:12612: checking sys/event.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:68:23: error: sys/event.h: No such file or directory -configure:12612: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:12612: result: no -configure:12612: checking sys/event.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -conftest.c:35:23: error: sys/event.h: No such file or directory -configure:12612: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| /* end confdefs.h. */ -| #include -configure:12612: result: no -configure:12612: checking for sys/event.h -configure:12612: result: no -configure:12612: checking sys/param.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking sys/param.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for sys/param.h -configure:12612: result: yes -configure:12612: checking sys/ioctl.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking sys/ioctl.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for sys/ioctl.h -configure:12612: result: yes -configure:12612: checking sys/select.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking sys/select.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for sys/select.h -configure:12612: result: yes -configure:12612: checking sys/devpoll.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:71:25: error: sys/devpoll.h: No such file or directory -configure:12612: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:12612: result: no -configure:12612: checking sys/devpoll.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -conftest.c:38:25: error: sys/devpoll.h: No such file or directory -configure:12612: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| /* end confdefs.h. */ -| #include -configure:12612: result: no -configure:12612: checking for sys/devpoll.h -configure:12612: result: no -configure:12612: checking port.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:71:18: error: port.h: No such file or directory -configure:12612: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:12612: result: no -configure:12612: checking port.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -conftest.c:38:18: error: port.h: No such file or directory -configure:12612: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| /* end confdefs.h. */ -| #include -configure:12612: result: no -configure:12612: checking for port.h -configure:12612: result: no -configure:12612: checking netinet/in.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking netinet/in.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for netinet/in.h -configure:12612: result: yes -configure:12612: checking netinet/in6.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:72:25: error: netinet/in6.h: No such file or directory -configure:12612: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:12612: result: no -configure:12612: checking netinet/in6.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -conftest.c:39:25: error: netinet/in6.h: No such file or directory -configure:12612: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| /* end confdefs.h. */ -| #include -configure:12612: result: no -configure:12612: checking for netinet/in6.h -configure:12612: result: no -configure:12612: checking sys/socket.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking sys/socket.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for sys/socket.h -configure:12612: result: yes -configure:12612: checking sys/uio.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking sys/uio.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for sys/uio.h -configure:12612: result: yes -configure:12612: checking arpa/inet.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking arpa/inet.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for arpa/inet.h -configure:12612: result: yes -configure:12612: checking sys/eventfd.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:75:25: error: sys/eventfd.h: No such file or directory -configure:12612: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:12612: result: no -configure:12612: checking sys/eventfd.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -conftest.c:42:25: error: sys/eventfd.h: No such file or directory -configure:12612: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| /* end confdefs.h. */ -| #include -configure:12612: result: no -configure:12612: checking for sys/eventfd.h -configure:12612: result: no -configure:12612: checking sys/mman.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking sys/mman.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for sys/mman.h -configure:12612: result: yes -configure:12612: checking sys/sendfile.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking sys/sendfile.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for sys/sendfile.h -configure:12612: result: yes -configure:12612: checking sys/wait.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking sys/wait.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for sys/wait.h -configure:12612: result: yes -configure:12612: checking netdb.h usability -configure:12612: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking netdb.h presence -configure:12612: mipsel-uclibc-gcc -std=gnu99 -E -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c -configure:12612: $? = 0 -configure:12612: result: yes -configure:12612: checking for netdb.h -configure:12612: result: yes -configure:12624: checking for sys/sysctl.h -configure:12624: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12624: $? = 0 -configure:12624: result: yes -configure:12640: checking for TAILQ_FOREACH in sys/queue.h -configure:12653: result: yes -configure:12668: checking for timeradd in sys/time.h -configure:12684: result: yes -configure:12696: checking for timercmp in sys/time.h -configure:12712: result: yes -configure:12724: checking for timerclear in sys/time.h -configure:12740: result: yes -configure:12752: checking for timerisset in sys/time.h -configure:12768: result: yes -configure:12780: checking whether CTL_KERN is declared -configure:12780: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12780: $? = 0 -configure:12780: result: yes -configure:12793: checking whether KERN_RANDOM is declared -configure:12793: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12793: $? = 0 -configure:12793: result: yes -configure:12806: checking whether RANDOM_UUID is declared -configure:12806: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12806: $? = 0 -configure:12806: result: yes -configure:12819: checking whether KERN_ARND is declared -configure:12819: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:66: error: 'KERN_ARND' undeclared (first use in this function) -conftest.c:66: error: (Each undeclared identifier is reported only once -conftest.c:66: error: for each function it appears in.) -configure:12819: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| /* end confdefs.h. */ -| #include -| #include -| -| -| int -| main () -| { -| #ifndef KERN_ARND -| #ifdef __cplusplus -| (void) KERN_ARND; -| #else -| (void) KERN_ARND; -| #endif -| #endif -| -| ; -| return 0; -| } -configure:12819: result: no -configure:12919: checking for an ANSI C-conforming const -configure:12985: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:12985: $? = 0 -configure:12992: result: yes -configure:13000: checking for inline -configure:13016: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:59: warning: C99 inline functions are not supported; using GNU89 -conftest.c:59: warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute -configure:13016: $? = 0 -configure:13024: result: inline -configure:13042: checking whether time.h and sys/time.h may both be included -configure:13062: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13062: $? = 0 -configure:13069: result: yes -configure:13081: checking for gettimeofday -configure:13081: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13081: $? = 0 -configure:13081: result: yes -configure:13081: checking for vasprintf -configure:13081: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13081: $? = 0 -configure:13081: result: yes -configure:13081: checking for fcntl -configure:13081: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13081: $? = 0 -configure:13081: result: yes -configure:13081: checking for clock_gettime -configure:13081: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13081: $? = 0 -configure:13081: result: yes -configure:13081: checking for strtok_r -configure:13081: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13081: $? = 0 -configure:13081: result: yes -configure:13081: checking for strsep -configure:13081: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13081: $? = 0 -configure:13081: result: yes -configure:13093: checking for getnameinfo -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for strlcpy -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for inet_ntop -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for inet_pton -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for signal -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for sigaction -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for strtoll -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for inet_aton -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for pipe -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for eventfd -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -/tmp/ccSEh4Vm.o: In function `main': -/home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/conftest.c:106: undefined reference to `eventfd' -collect2: ld returned 1 exit status -configure:13093: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| /* end confdefs.h. */ -| /* Define eventfd to an innocuous variant, in case declares eventfd. -| For example, HP-UX 11i declares gettimeofday. */ -| #define eventfd innocuous_eventfd -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char eventfd (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef eventfd -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char eventfd (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined __stub_eventfd || defined __stub___eventfd -| choke me -| #endif -| -| int -| main () -| { -| return eventfd (); -| ; -| return 0; -| } -configure:13093: result: no -configure:13093: checking for sendfile -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for mmap -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for splice -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for arc4random -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -/tmp/cckcgQhJ.o: In function `main': -/home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/conftest.c:109: undefined reference to `arc4random' -collect2: ld returned 1 exit status -configure:13093: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| /* end confdefs.h. */ -| /* Define arc4random to an innocuous variant, in case declares arc4random. -| For example, HP-UX 11i declares gettimeofday. */ -| #define arc4random innocuous_arc4random -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char arc4random (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef arc4random -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char arc4random (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined __stub_arc4random || defined __stub___arc4random -| choke me -| #endif -| -| int -| main () -| { -| return arc4random (); -| ; -| return 0; -| } -configure:13093: result: no -configure:13093: checking for arc4random_buf -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -/tmp/ccwqf3BO.o: In function `main': -/home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/conftest.c:109: undefined reference to `arc4random_buf' -collect2: ld returned 1 exit status -configure:13093: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| /* end confdefs.h. */ -| /* Define arc4random_buf to an innocuous variant, in case declares arc4random_buf. -| For example, HP-UX 11i declares gettimeofday. */ -| #define arc4random_buf innocuous_arc4random_buf -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char arc4random_buf (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef arc4random_buf -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char arc4random_buf (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined __stub_arc4random_buf || defined __stub___arc4random_buf -| choke me -| #endif -| -| int -| main () -| { -| return arc4random_buf (); -| ; -| return 0; -| } -configure:13093: result: no -configure:13093: checking for issetugid -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -/tmp/ccg6LycV.o: In function `main': -/home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/conftest.c:109: undefined reference to `issetugid' -collect2: ld returned 1 exit status -configure:13093: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| /* end confdefs.h. */ -| /* Define issetugid to an innocuous variant, in case declares issetugid. -| For example, HP-UX 11i declares gettimeofday. */ -| #define issetugid innocuous_issetugid -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char issetugid (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef issetugid -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char issetugid (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined __stub_issetugid || defined __stub___issetugid -| choke me -| #endif -| -| int -| main () -| { -| return issetugid (); -| ; -| return 0; -| } -configure:13093: result: no -configure:13093: checking for geteuid -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for getegid -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for getprotobynumber -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for setenv -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for unsetenv -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for putenv -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13093: checking for sysctl -configure:13093: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13093: $? = 0 -configure:13093: result: yes -configure:13103: checking for getaddrinfo -configure:13126: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -conftest.c: In function 'main': -conftest.c:91: warning: statement with no effect -configure:13126: $? = 0 -configure:13136: result: yes -configure:13279: checking size of long -configure:13284: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13284: $? = 0 -configure:13284: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:119: error: size of array 'test_array' is negative -configure:13284: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13284: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:119: error: size of array 'test_array' is negative -configure:13284: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13284: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:119: error: size of array 'test_array' is negative -configure:13284: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13284: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13284: $? = 0 -configure:13284: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13284: $? = 0 -configure:13284: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13284: $? = 0 -configure:13298: result: 4 -configure:13309: checking for F_SETFD in fcntl.h -conftest.c:85:1: warning: "_GNU_SOURCE" redefined -: warning: this is the location of the previous definition -configure:13326: result: yes -configure:13340: checking for select -configure:13340: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13340: $? = 0 -configure:13340: result: yes -configure:13365: checking for poll -configure:13365: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13365: $? = 0 -configure:13365: result: yes -configure:13501: checking for epoll_ctl -configure:13501: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -configure:13501: $? = 0 -configure:13501: result: yes -configure:13585: checking for port_create -configure:13585: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -/tmp/cc8EfWBh.o: In function `main': -/home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/conftest.c:123: undefined reference to `port_create' -collect2: ld returned 1 exit status -configure:13585: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| /* end confdefs.h. */ -| /* Define port_create to an innocuous variant, in case declares port_create. -| For example, HP-UX 11i declares gettimeofday. */ -| #define port_create innocuous_port_create -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char port_create (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef port_create -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char port_create (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined __stub_port_create || defined __stub___port_create -| choke me -| #endif -| -| int -| main () -| { -| return port_create (); -| ; -| return 0; -| } -configure:13585: result: no -configure:13622: checking for pid_t -configure:13622: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13622: $? = 0 -configure:13622: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:125: error: expected expression before ')' token -configure:13622: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| if (sizeof ((pid_t))) -| return 0; -| ; -| return 0; -| } -configure:13622: result: yes -configure:13633: checking for size_t -configure:13633: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13633: $? = 0 -configure:13633: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:125: error: expected expression before ')' token -configure:13633: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| if (sizeof ((size_t))) -| return 0; -| ; -| return 0; -| } -configure:13633: result: yes -configure:13644: checking for ssize_t -configure:13644: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13644: $? = 0 -configure:13644: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:125: error: expected expression before ')' token -configure:13644: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| if (sizeof ((ssize_t))) -| return 0; -| ; -| return 0; -| } -configure:13644: result: yes -configure:13656: checking for uint64_t -configure:13656: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13656: $? = 0 -configure:13656: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:101: error: expected expression before ')' token -configure:13656: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| /* end confdefs.h. */ -| #ifdef HAVE_STDINT_H -| #include -| #elif defined(HAVE_INTTYPES_H) -| #include -| #endif -| #ifdef HAVE_SYS_TYPES_H -| #include -| #endif -| -| int -| main () -| { -| if (sizeof ((uint64_t))) -| return 0; -| ; -| return 0; -| } -configure:13656: result: yes -configure:13673: checking for uint32_t -configure:13673: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13673: $? = 0 -configure:13673: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:102: error: expected expression before ')' token -configure:13673: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| /* end confdefs.h. */ -| #ifdef HAVE_STDINT_H -| #include -| #elif defined(HAVE_INTTYPES_H) -| #include -| #endif -| #ifdef HAVE_SYS_TYPES_H -| #include -| #endif -| -| int -| main () -| { -| if (sizeof ((uint32_t))) -| return 0; -| ; -| return 0; -| } -configure:13673: result: yes -configure:13690: checking for uint16_t -configure:13690: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13690: $? = 0 -configure:13690: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:103: error: expected expression before ')' token -configure:13690: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| /* end confdefs.h. */ -| #ifdef HAVE_STDINT_H -| #include -| #elif defined(HAVE_INTTYPES_H) -| #include -| #endif -| #ifdef HAVE_SYS_TYPES_H -| #include -| #endif -| -| int -| main () -| { -| if (sizeof ((uint16_t))) -| return 0; -| ; -| return 0; -| } -configure:13690: result: yes -configure:13707: checking for uint8_t -configure:13707: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13707: $? = 0 -configure:13707: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:104: error: expected expression before ')' token -configure:13707: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| /* end confdefs.h. */ -| #ifdef HAVE_STDINT_H -| #include -| #elif defined(HAVE_INTTYPES_H) -| #include -| #endif -| #ifdef HAVE_SYS_TYPES_H -| #include -| #endif -| -| int -| main () -| { -| if (sizeof ((uint8_t))) -| return 0; -| ; -| return 0; -| } -configure:13707: result: yes -configure:13724: checking for uintptr_t -configure:13724: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13724: $? = 0 -configure:13724: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:105: error: expected expression before ')' token -configure:13724: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| /* end confdefs.h. */ -| #ifdef HAVE_STDINT_H -| #include -| #elif defined(HAVE_INTTYPES_H) -| #include -| #endif -| #ifdef HAVE_SYS_TYPES_H -| #include -| #endif -| -| int -| main () -| { -| if (sizeof ((uintptr_t))) -| return 0; -| ; -| return 0; -| } -configure:13724: result: yes -configure:13743: checking for fd_mask -configure:13743: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13743: $? = 0 -configure:13743: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:104: error: expected expression before ')' token -configure:13743: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| /* end confdefs.h. */ -| #ifdef HAVE_SYS_TYPES_H -| #include -| #endif -| #ifdef HAVE_SYS_SELECT_H -| #include -| #endif -| -| int -| main () -| { -| if (sizeof ((fd_mask))) -| return 0; -| ; -| return 0; -| } -configure:13743: result: yes -configure:13764: checking size of long long -configure:13769: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13769: $? = 0 -configure:13769: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:131: error: size of array 'test_array' is negative -configure:13769: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13769: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:131: error: size of array 'test_array' is negative -configure:13769: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13769: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:131: error: size of array 'test_array' is negative -configure:13769: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13769: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:131: error: size of array 'test_array' is negative -configure:13769: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13769: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13769: $? = 0 -configure:13769: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13769: $? = 0 -configure:13769: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13769: $? = 0 -configure:13769: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13769: $? = 0 -configure:13783: result: 8 -configure:13797: checking size of long -configure:13816: result: 4 -configure:13830: checking size of int -configure:13835: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13835: $? = 0 -configure:13835: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:133: error: size of array 'test_array' is negative -configure:13835: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13835: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:133: error: size of array 'test_array' is negative -configure:13835: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13835: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:133: error: size of array 'test_array' is negative -configure:13835: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13835: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13835: $? = 0 -configure:13835: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13835: $? = 0 -configure:13835: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13835: $? = 0 -configure:13849: result: 4 -configure:13863: checking size of short -configure:13868: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13868: $? = 0 -configure:13868: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:134: error: size of array 'test_array' is negative -configure:13868: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13868: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:134: error: size of array 'test_array' is negative -configure:13868: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13868: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13868: $? = 0 -configure:13868: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13868: $? = 0 -configure:13882: result: 2 -configure:13896: checking size of size_t -configure:13901: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13901: $? = 0 -configure:13901: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:135: error: size of array 'test_array' is negative -configure:13901: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13901: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:135: error: size of array 'test_array' is negative -configure:13901: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13901: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:135: error: size of array 'test_array' is negative -configure:13901: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13901: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13901: $? = 0 -configure:13901: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13901: $? = 0 -configure:13901: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13901: $? = 0 -configure:13915: result: 4 -configure:13929: checking size of void * -configure:13934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13934: $? = 0 -configure:13934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:136: error: size of array 'test_array' is negative -configure:13934: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| #define SIZEOF_SIZE_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:136: error: size of array 'test_array' is negative -configure:13934: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| #define SIZEOF_SIZE_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:136: error: size of array 'test_array' is negative -configure:13934: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| #define SIZEOF_SIZE_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)]; -| test_array [0] = 0; -| return test_array [0]; -| -| ; -| return 0; -| } -configure:13934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13934: $? = 0 -configure:13934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13934: $? = 0 -configure:13934: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:13934: $? = 0 -configure:13948: result: 4 -configure:13959: checking for struct in6_addr -configure:13959: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:101:1: warning: "_GNU_SOURCE" redefined -: warning: this is the location of the previous definition -configure:13959: $? = 0 -configure:13959: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:101:1: warning: "_GNU_SOURCE" redefined -: warning: this is the location of the previous definition -conftest.c: In function 'main': -conftest.c:131: error: expected expression before ')' token -configure:13959: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_VOID_P 4 -| /* end confdefs.h. */ -| #define _GNU_SOURCE -| #include -| #ifdef HAVE_NETINET_IN_H -| #include -| #endif -| #ifdef HAVE_NETINET_IN6_H -| #include -| #endif -| #ifdef HAVE_SYS_SOCKET_H -| #include -| #endif -| #ifdef HAVE_NETDB_H -| #include -| #endif -| #ifdef WIN32 -| #define WIN32_WINNT 0x400 -| #define _WIN32_WINNT 0x400 -| #define WIN32_LEAN_AND_MEAN -| #if defined(_MSC_VER) && (_MSC_VER < 1300) -| #include -| #else -| #include -| #include -| #endif -| #endif -| -| -| int -| main () -| { -| if (sizeof ((struct in6_addr))) -| return 0; -| ; -| return 0; -| } -configure:13959: result: yes -configure:13994: checking for struct sockaddr_in6 -configure:13994: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:102:1: warning: "_GNU_SOURCE" redefined -: warning: this is the location of the previous definition -configure:13994: $? = 0 -configure:13994: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:102:1: warning: "_GNU_SOURCE" redefined -: warning: this is the location of the previous definition -conftest.c: In function 'main': -conftest.c:132: error: expected expression before ')' token -configure:13994: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_VOID_P 4 -| #define HAVE_STRUCT_IN6_ADDR 1 -| /* end confdefs.h. */ -| #define _GNU_SOURCE -| #include -| #ifdef HAVE_NETINET_IN_H -| #include -| #endif -| #ifdef HAVE_NETINET_IN6_H -| #include -| #endif -| #ifdef HAVE_SYS_SOCKET_H -| #include -| #endif -| #ifdef HAVE_NETDB_H -| #include -| #endif -| #ifdef WIN32 -| #define WIN32_WINNT 0x400 -| #define _WIN32_WINNT 0x400 -| #define WIN32_LEAN_AND_MEAN -| #if defined(_MSC_VER) && (_MSC_VER < 1300) -| #include -| #else -| #include -| #include -| #endif -| #endif -| -| -| int -| main () -| { -| if (sizeof ((struct sockaddr_in6))) -| return 0; -| ; -| return 0; -| } -configure:13994: result: yes -configure:14029: checking for sa_family_t -configure:14029: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:103:1: warning: "_GNU_SOURCE" redefined -: warning: this is the location of the previous definition -configure:14029: $? = 0 -configure:14029: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:103:1: warning: "_GNU_SOURCE" redefined -: warning: this is the location of the previous definition -conftest.c: In function 'main': -conftest.c:133: error: expected expression before ')' token -configure:14029: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_VOID_P 4 -| #define HAVE_STRUCT_IN6_ADDR 1 -| #define HAVE_STRUCT_SOCKADDR_IN6 1 -| /* end confdefs.h. */ -| #define _GNU_SOURCE -| #include -| #ifdef HAVE_NETINET_IN_H -| #include -| #endif -| #ifdef HAVE_NETINET_IN6_H -| #include -| #endif -| #ifdef HAVE_SYS_SOCKET_H -| #include -| #endif -| #ifdef HAVE_NETDB_H -| #include -| #endif -| #ifdef WIN32 -| #define WIN32_WINNT 0x400 -| #define _WIN32_WINNT 0x400 -| #define WIN32_LEAN_AND_MEAN -| #if defined(_MSC_VER) && (_MSC_VER < 1300) -| #include -| #else -| #include -| #include -| #endif -| #endif -| -| -| int -| main () -| { -| if (sizeof ((sa_family_t))) -| return 0; -| ; -| return 0; -| } -configure:14029: result: yes -configure:14064: checking for struct addrinfo -configure:14064: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:104:1: warning: "_GNU_SOURCE" redefined -: warning: this is the location of the previous definition -configure:14064: $? = 0 -configure:14064: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:104:1: warning: "_GNU_SOURCE" redefined -: warning: this is the location of the previous definition -conftest.c: In function 'main': -conftest.c:134: error: expected expression before ')' token -configure:14064: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_VOID_P 4 -| #define HAVE_STRUCT_IN6_ADDR 1 -| #define HAVE_STRUCT_SOCKADDR_IN6 1 -| #define HAVE_SA_FAMILY_T 1 -| /* end confdefs.h. */ -| #define _GNU_SOURCE -| #include -| #ifdef HAVE_NETINET_IN_H -| #include -| #endif -| #ifdef HAVE_NETINET_IN6_H -| #include -| #endif -| #ifdef HAVE_SYS_SOCKET_H -| #include -| #endif -| #ifdef HAVE_NETDB_H -| #include -| #endif -| #ifdef WIN32 -| #define WIN32_WINNT 0x400 -| #define _WIN32_WINNT 0x400 -| #define WIN32_LEAN_AND_MEAN -| #if defined(_MSC_VER) && (_MSC_VER < 1300) -| #include -| #else -| #include -| #include -| #endif -| #endif -| -| -| int -| main () -| { -| if (sizeof ((struct addrinfo))) -| return 0; -| ; -| return 0; -| } -configure:14064: result: yes -configure:14099: checking for struct sockaddr_storage -configure:14099: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:105:1: warning: "_GNU_SOURCE" redefined -: warning: this is the location of the previous definition -configure:14099: $? = 0 -configure:14099: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c:105:1: warning: "_GNU_SOURCE" redefined -: warning: this is the location of the previous definition -conftest.c: In function 'main': -conftest.c:135: error: expected expression before ')' token -configure:14099: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_VOID_P 4 -| #define HAVE_STRUCT_IN6_ADDR 1 -| #define HAVE_STRUCT_SOCKADDR_IN6 1 -| #define HAVE_SA_FAMILY_T 1 -| #define HAVE_STRUCT_ADDRINFO 1 -| /* end confdefs.h. */ -| #define _GNU_SOURCE -| #include -| #ifdef HAVE_NETINET_IN_H -| #include -| #endif -| #ifdef HAVE_NETINET_IN6_H -| #include -| #endif -| #ifdef HAVE_SYS_SOCKET_H -| #include -| #endif -| #ifdef HAVE_NETDB_H -| #include -| #endif -| #ifdef WIN32 -| #define WIN32_WINNT 0x400 -| #define _WIN32_WINNT 0x400 -| #define WIN32_LEAN_AND_MEAN -| #if defined(_MSC_VER) && (_MSC_VER < 1300) -| #include -| #else -| #include -| #include -| #endif -| #endif -| -| -| int -| main () -| { -| if (sizeof ((struct sockaddr_storage))) -| return 0; -| ; -| return 0; -| } -configure:14099: result: yes -configure:14135: checking for struct in6_addr.s6_addr32 -configure:14135: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:14135: $? = 0 -configure:14135: result: yes -configure:14166: checking for struct in6_addr.s6_addr16 -configure:14166: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:14166: $? = 0 -configure:14166: result: yes -configure:14197: checking for struct sockaddr_in.sin_len -configure:14197: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:135: error: 'struct sockaddr_in' has no member named 'sin_len' -configure:14197: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_VOID_P 4 -| #define HAVE_STRUCT_IN6_ADDR 1 -| #define HAVE_STRUCT_SOCKADDR_IN6 1 -| #define HAVE_SA_FAMILY_T 1 -| #define HAVE_STRUCT_ADDRINFO 1 -| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 -| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1 -| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_NETINET_IN_H -| #include -| #endif -| #ifdef HAVE_NETINET_IN6_H -| #include -| #endif -| #ifdef HAVE_SYS_SOCKET_H -| #include -| #endif -| #ifdef WIN32 -| #define WIN32_WINNT 0x400 -| #define _WIN32_WINNT 0x400 -| #define WIN32_LEAN_AND_MEAN -| #if defined(_MSC_VER) && (_MSC_VER < 1300) -| #include -| #else -| #include -| #include -| #endif -| #endif -| -| -| int -| main () -| { -| static struct sockaddr_in ac_aggr; -| if (ac_aggr.sin_len) -| return 0; -| ; -| return 0; -| } -configure:14197: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:135: error: 'struct sockaddr_in' has no member named 'sin_len' -configure:14197: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_VOID_P 4 -| #define HAVE_STRUCT_IN6_ADDR 1 -| #define HAVE_STRUCT_SOCKADDR_IN6 1 -| #define HAVE_SA_FAMILY_T 1 -| #define HAVE_STRUCT_ADDRINFO 1 -| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 -| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1 -| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_NETINET_IN_H -| #include -| #endif -| #ifdef HAVE_NETINET_IN6_H -| #include -| #endif -| #ifdef HAVE_SYS_SOCKET_H -| #include -| #endif -| #ifdef WIN32 -| #define WIN32_WINNT 0x400 -| #define _WIN32_WINNT 0x400 -| #define WIN32_LEAN_AND_MEAN -| #if defined(_MSC_VER) && (_MSC_VER < 1300) -| #include -| #else -| #include -| #include -| #endif -| #endif -| -| -| int -| main () -| { -| static struct sockaddr_in ac_aggr; -| if (sizeof ac_aggr.sin_len) -| return 0; -| ; -| return 0; -| } -configure:14197: result: no -configure:14228: checking for struct sockaddr_in6.sin6_len -configure:14228: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:135: error: 'struct sockaddr_in6' has no member named 'sin6_len' -configure:14228: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_VOID_P 4 -| #define HAVE_STRUCT_IN6_ADDR 1 -| #define HAVE_STRUCT_SOCKADDR_IN6 1 -| #define HAVE_SA_FAMILY_T 1 -| #define HAVE_STRUCT_ADDRINFO 1 -| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 -| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1 -| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_NETINET_IN_H -| #include -| #endif -| #ifdef HAVE_NETINET_IN6_H -| #include -| #endif -| #ifdef HAVE_SYS_SOCKET_H -| #include -| #endif -| #ifdef WIN32 -| #define WIN32_WINNT 0x400 -| #define _WIN32_WINNT 0x400 -| #define WIN32_LEAN_AND_MEAN -| #if defined(_MSC_VER) && (_MSC_VER < 1300) -| #include -| #else -| #include -| #include -| #endif -| #endif -| -| -| int -| main () -| { -| static struct sockaddr_in6 ac_aggr; -| if (ac_aggr.sin6_len) -| return 0; -| ; -| return 0; -| } -configure:14228: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:135: error: 'struct sockaddr_in6' has no member named 'sin6_len' -configure:14228: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_VOID_P 4 -| #define HAVE_STRUCT_IN6_ADDR 1 -| #define HAVE_STRUCT_SOCKADDR_IN6 1 -| #define HAVE_SA_FAMILY_T 1 -| #define HAVE_STRUCT_ADDRINFO 1 -| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 -| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1 -| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_NETINET_IN_H -| #include -| #endif -| #ifdef HAVE_NETINET_IN6_H -| #include -| #endif -| #ifdef HAVE_SYS_SOCKET_H -| #include -| #endif -| #ifdef WIN32 -| #define WIN32_WINNT 0x400 -| #define _WIN32_WINNT 0x400 -| #define WIN32_LEAN_AND_MEAN -| #if defined(_MSC_VER) && (_MSC_VER < 1300) -| #include -| #else -| #include -| #include -| #endif -| #endif -| -| -| int -| main () -| { -| static struct sockaddr_in6 ac_aggr; -| if (sizeof ac_aggr.sin6_len) -| return 0; -| ; -| return 0; -| } -configure:14228: result: no -configure:14259: checking for struct sockaddr_storage.ss_family -configure:14259: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -configure:14259: $? = 0 -configure:14259: result: yes -configure:14290: checking for struct sockaddr_storage.__ss_family -configure:14290: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:136: error: 'struct sockaddr_storage' has no member named '__ss_family' -configure:14290: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_VOID_P 4 -| #define HAVE_STRUCT_IN6_ADDR 1 -| #define HAVE_STRUCT_SOCKADDR_IN6 1 -| #define HAVE_SA_FAMILY_T 1 -| #define HAVE_STRUCT_ADDRINFO 1 -| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 -| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1 -| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1 -| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_NETINET_IN_H -| #include -| #endif -| #ifdef HAVE_NETINET_IN6_H -| #include -| #endif -| #ifdef HAVE_SYS_SOCKET_H -| #include -| #endif -| #ifdef WIN32 -| #define WIN32_WINNT 0x400 -| #define _WIN32_WINNT 0x400 -| #define WIN32_LEAN_AND_MEAN -| #if defined(_MSC_VER) && (_MSC_VER < 1300) -| #include -| #else -| #include -| #include -| #endif -| #endif -| -| -| int -| main () -| { -| static struct sockaddr_storage ac_aggr; -| if (ac_aggr.__ss_family) -| return 0; -| ; -| return 0; -| } -configure:14290: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:136: error: 'struct sockaddr_storage' has no member named '__ss_family' -configure:14290: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "libevent" -| #define VERSION "2.0.19-stable-dev" -| #define NUMERIC_VERSION 0x02001301 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define STDC_HEADERS 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_POLL_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_EPOLL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_QUEUE_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SENDFILE_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_TAILQFOREACH 1 -| #define HAVE_TIMERADD 1 -| #define HAVE_TIMERCMP 1 -| #define HAVE_TIMERCLEAR 1 -| #define HAVE_TIMERISSET 1 -| #define HAVE_DECL_CTL_KERN 1 -| #define HAVE_DECL_KERN_RANDOM 1 -| #define HAVE_DECL_RANDOM_UUID 1 -| #define HAVE_DECL_KERN_ARND 0 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_FCNTL 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_STRSEP 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRTOLL 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_PIPE 1 -| #define HAVE_SENDFILE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SPLICE 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETPROTOBYNUMBER 1 -| #define HAVE_SETENV 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_PUTENV 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_GETADDRINFO 1 -| #define SIZEOF_LONG 4 -| #define HAVE_SETFD 1 -| #define HAVE_SELECT 1 -| #define HAVE_POLL 1 -| #define HAVE_EPOLL_CTL 1 -| #define HAVE_EPOLL 1 -| #define HAVE_UINT64_T 1 -| #define HAVE_UINT32_T 1 -| #define HAVE_UINT16_T 1 -| #define HAVE_UINT8_T 1 -| #define HAVE_UINTPTR_T 1 -| #define HAVE_FD_MASK 1 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF_LONG 4 -| #define SIZEOF_INT 4 -| #define SIZEOF_SHORT 2 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_VOID_P 4 -| #define HAVE_STRUCT_IN6_ADDR 1 -| #define HAVE_STRUCT_SOCKADDR_IN6 1 -| #define HAVE_SA_FAMILY_T 1 -| #define HAVE_STRUCT_ADDRINFO 1 -| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 -| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1 -| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1 -| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_NETINET_IN_H -| #include -| #endif -| #ifdef HAVE_NETINET_IN6_H -| #include -| #endif -| #ifdef HAVE_SYS_SOCKET_H -| #include -| #endif -| #ifdef WIN32 -| #define WIN32_WINNT 0x400 -| #define _WIN32_WINNT 0x400 -| #define WIN32_LEAN_AND_MEAN -| #if defined(_MSC_VER) && (_MSC_VER < 1300) -| #include -| #else -| #include -| #include -| #endif -| #endif -| -| -| int -| main () -| { -| static struct sockaddr_storage ac_aggr; -| if (sizeof ac_aggr.__ss_family) -| return 0; -| ; -| return 0; -| } -configure:14290: result: no -configure:14323: checking for socklen_t -configure:14338: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:115: warning: unused variable 'x' -configure:14338: $? = 0 -configure:14339: result: yes -configure:14351: checking whether our compiler supports __func__ -configure:14364: mipsel-uclibc-gcc -std=gnu99 -c -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 -conftest.c: In function 'main': -conftest.c:113: warning: unused variable 'cp' -configure:14364: $? = 0 -configure:14365: result: yes -configure:14955: checking if linker supports omitting unused code and data -configure:14999: mipsel-uclibc-gcc -std=gnu99 -o conftest -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing -Wl,--gc-sections -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib conftest.c -ldl -lm >&5 -conftest.c: In function 'main': -conftest.c:121: warning: 'read_success_once' may be used uninitialized in this function -configure:14999: $? = 0 -configure:15019: result: no -configure:15152: checking that generated files are newer than configure -configure:15158: result: done -configure:15241: creating ./config.status - -## ---------------------- ## -## Running config.status. ## -## ---------------------- ## - -This file was extended by config.status, which was -generated by GNU Autoconf 2.69. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - -on vicente-P5K-E - -config.status:1210: creating libevent.pc -config.status:1210: creating libevent_openssl.pc -config.status:1210: creating libevent_pthreads.pc -config.status:1210: creating Makefile -config.status:1210: creating include/Makefile -config.status:1210: creating test/Makefile -config.status:1210: creating sample/Makefile -config.status:1210: creating config.h -config.status:1391: config.h is unchanged -config.status:1439: executing depfiles commands -config.status:1439: executing libtool commands - -## ---------------- ## -## Cache variables. ## -## ---------------- ## - -ac_cv_build=x86_64-pc-linux-gnu -ac_cv_c_compiler_gnu=yes -ac_cv_c_const=yes -ac_cv_c_inline=inline -ac_cv_env_CC_set=set -ac_cv_env_CC_value='mipsel-uclibc-gcc -std=gnu99' -ac_cv_env_CFLAGS_set=set -ac_cv_env_CFLAGS_value=' -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero' -ac_cv_env_CPPFLAGS_set=set -ac_cv_env_CPPFLAGS_value=' -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include' -ac_cv_env_CPP_set=set -ac_cv_env_CPP_value='mipsel-uclibc-gcc -std=gnu99 -E' -ac_cv_env_LDFLAGS_set=set -ac_cv_env_LDFLAGS_value=' -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib' -ac_cv_env_LIBS_set=set -ac_cv_env_LIBS_value='-ldl -lm ' -ac_cv_env_build_alias_set=set -ac_cv_env_build_alias_value=x86_64-linux-gnu -ac_cv_env_host_alias_set=set -ac_cv_env_host_alias_value=mipsel-linux -ac_cv_env_target_alias_set= -ac_cv_env_target_alias_value= -ac_cv_func_arc4random=no -ac_cv_func_arc4random_buf=no -ac_cv_func_clock_gettime=yes -ac_cv_func_epoll_ctl=yes -ac_cv_func_eventfd=no -ac_cv_func_fcntl=yes -ac_cv_func_getegid=yes -ac_cv_func_geteuid=yes -ac_cv_func_getnameinfo=yes -ac_cv_func_getprotobynumber=yes -ac_cv_func_gettimeofday=yes -ac_cv_func_inet_aton=yes -ac_cv_func_inet_ntop=yes -ac_cv_func_inet_pton=yes -ac_cv_func_issetugid=no -ac_cv_func_malloc_0_nonnull=yes -ac_cv_func_mmap=yes -ac_cv_func_pipe=yes -ac_cv_func_poll=yes -ac_cv_func_port_create=no -ac_cv_func_putenv=yes -ac_cv_func_select=yes -ac_cv_func_sendfile=yes -ac_cv_func_setenv=yes -ac_cv_func_sigaction=yes -ac_cv_func_signal=yes -ac_cv_func_splice=yes -ac_cv_func_strlcpy=yes -ac_cv_func_strsep=yes -ac_cv_func_strtok_r=yes -ac_cv_func_strtoll=yes -ac_cv_func_sysctl=yes -ac_cv_func_unsetenv=yes -ac_cv_func_vasprintf=yes -ac_cv_have_decl_CTL_KERN=yes -ac_cv_have_decl_KERN_ARND=no -ac_cv_have_decl_KERN_RANDOM=yes -ac_cv_have_decl_RANDOM_UUID=yes -ac_cv_header_arpa_inet_h=yes -ac_cv_header_dlfcn_h=yes -ac_cv_header_fcntl_h=yes -ac_cv_header_inttypes_h=yes -ac_cv_header_memory_h=yes -ac_cv_header_netdb_h=yes -ac_cv_header_netinet_in6_h=no -ac_cv_header_netinet_in_h=yes -ac_cv_header_openssl_bio_h=no -ac_cv_header_poll_h=yes -ac_cv_header_port_h=no -ac_cv_header_stdarg_h=yes -ac_cv_header_stdc=yes -ac_cv_header_stddef_h=yes -ac_cv_header_stdint_h=yes -ac_cv_header_stdlib_h=yes -ac_cv_header_string_h=yes -ac_cv_header_strings_h=yes -ac_cv_header_sys_devpoll_h=no -ac_cv_header_sys_epoll_h=yes -ac_cv_header_sys_event_h=no -ac_cv_header_sys_eventfd_h=no -ac_cv_header_sys_ioctl_h=yes -ac_cv_header_sys_mman_h=yes -ac_cv_header_sys_param_h=yes -ac_cv_header_sys_queue_h=yes -ac_cv_header_sys_select_h=yes -ac_cv_header_sys_sendfile_h=yes -ac_cv_header_sys_socket_h=yes -ac_cv_header_sys_stat_h=yes -ac_cv_header_sys_sysctl_h=yes -ac_cv_header_sys_time_h=yes -ac_cv_header_sys_types_h=yes -ac_cv_header_sys_uio_h=yes -ac_cv_header_sys_wait_h=yes -ac_cv_header_time=yes -ac_cv_header_unistd_h=yes -ac_cv_header_zlib_h=no -ac_cv_host=mipsel-unknown-linux-gnu -ac_cv_member_struct_in6_addr_s6_addr16=yes -ac_cv_member_struct_in6_addr_s6_addr32=yes -ac_cv_member_struct_sockaddr_in6_sin6_len=no -ac_cv_member_struct_sockaddr_in_sin_len=no -ac_cv_member_struct_sockaddr_storage___ss_family=no -ac_cv_member_struct_sockaddr_storage_ss_family=yes -ac_cv_objext=o -ac_cv_path_EGREP='/bin/grep -E' -ac_cv_path_FGREP='/bin/grep -F' -ac_cv_path_GREP=/bin/grep -ac_cv_path_SED=/bin/sed -ac_cv_path_install='/usr/bin/install -c' -ac_cv_path_mkdir=/bin/mkdir -ac_cv_prog_AR=mipsel-uclibc-ar -ac_cv_prog_AWK=gawk -ac_cv_prog_CC='mipsel-uclibc-gcc -std=gnu99' -ac_cv_prog_CPP='mipsel-uclibc-gcc -std=gnu99 -E' -ac_cv_prog_OBJDUMP=mipsel-linux-objdump -ac_cv_prog_RANLIB=mipsel-uclibc-ranlib -ac_cv_prog_STRIP=mipsel-uclibc-strip -ac_cv_prog_ac_ct_MANIFEST_TOOL=mt -ac_cv_prog_cc_c89= -ac_cv_prog_cc_g=yes -ac_cv_prog_cc_mipsel_uclibc_gcc_c_o=yes -ac_cv_prog_gcc_traditional=no -ac_cv_prog_make_make_set=yes -ac_cv_search_clock_gettime='none required' -ac_cv_search_inet_aton='none required' -ac_cv_search_inet_ntoa='none required' -ac_cv_search_sendfile='none required' -ac_cv_search_socket='none required' -ac_cv_sizeof_int=4 -ac_cv_sizeof_long=4 -ac_cv_sizeof_long_long=8 -ac_cv_sizeof_short=2 -ac_cv_sizeof_size_t=4 -ac_cv_sizeof_void_p=4 -ac_cv_type_fd_mask=yes -ac_cv_type_pid_t=yes -ac_cv_type_sa_family_t=yes -ac_cv_type_size_t=yes -ac_cv_type_ssize_t=yes -ac_cv_type_struct_addrinfo=yes -ac_cv_type_struct_in6_addr=yes -ac_cv_type_struct_sockaddr_in6=yes -ac_cv_type_struct_sockaddr_storage=yes -ac_cv_type_uint16_t=yes -ac_cv_type_uint32_t=yes -ac_cv_type_uint64_t=yes -ac_cv_type_uint8_t=yes -ac_cv_type_uintptr_t=yes -am_cv_CC_dependencies_compiler_type=none -libevent_cv_gc_sections_runs=no -libevent_cv_getaddrinfo=yes -lt_cv_ar_at_file=@ -lt_cv_deplibs_check_method=pass_all -lt_cv_file_magic_cmd='$MAGIC_CMD' -lt_cv_file_magic_test_file= -lt_cv_ld_reload_flag=-r -lt_cv_nm_interface='BSD nm' -lt_cv_objdir=.libs -lt_cv_path_LD=mipsel-uclibc-ld -lt_cv_path_NM=mipsel-uclibc-nm -lt_cv_path_mainfest_tool=no -lt_cv_prog_compiler_c_o=yes -lt_cv_prog_compiler_pic='-fPIC -DPIC' -lt_cv_prog_compiler_pic_works=yes -lt_cv_prog_compiler_rtti_exceptions=no -lt_cv_prog_compiler_static_works=yes -lt_cv_prog_gnu_ld=yes -lt_cv_sharedlib_from_linklib_cmd='printf %s\n' -lt_cv_shlibpath_overrides_runpath=no -lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' -lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' -lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' -lt_cv_sys_max_cmd_len=3458764513820540925 -lt_cv_to_host_file_cmd=func_convert_file_noop -lt_cv_to_tool_file_cmd=func_convert_file_noop - -## ----------------- ## -## Output variables. ## -## ----------------- ## - -ACLOCAL='${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/missing --run aclocal-1.12' -AMDEPBACKSLASH='' -AMDEP_FALSE='' -AMDEP_TRUE='#' -AMTAR='$${TAR-tar}' -AR='mipsel-uclibc-ar' -AUTOCONF='${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/missing --run autoconf' -AUTOHEADER='${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/missing --run autoheader' -AUTOMAKE='${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/missing --run automake-1.12' -AWK='gawk' -BUILD_CYGWIN_FALSE='' -BUILD_CYGWIN_TRUE='#' -BUILD_REGRESS_FALSE='#' -BUILD_REGRESS_TRUE='' -BUILD_WIN32_FALSE='' -BUILD_WIN32_TRUE='#' -BUILD_WITH_NO_UNDEFINED_FALSE='' -BUILD_WITH_NO_UNDEFINED_TRUE='#' -CC='mipsel-uclibc-gcc -std=gnu99' -CCDEPMODE='depmode=none' -CFLAGS=' -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing' -CPP='mipsel-uclibc-gcc -std=gnu99 -E' -CPPFLAGS=' -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include' -CYGPATH_W='echo' -DEFS='-DHAVE_CONFIG_H' -DEPDIR='.deps' -DEVPOLL_BACKEND_FALSE='' -DEVPOLL_BACKEND_TRUE='#' -DLLTOOL='false' -DSYMUTIL='' -DUMPBIN='' -ECHO_C='' -ECHO_N='-n' -ECHO_T='' -EGREP='/bin/grep -E' -EPOLL_BACKEND_FALSE='#' -EPOLL_BACKEND_TRUE='' -EVPORT_BACKEND_FALSE='' -EVPORT_BACKEND_TRUE='#' -EV_LIB_GDI='' -EV_LIB_WS32='' -EXEEXT='' -FGREP='/bin/grep -F' -GREP='/bin/grep' -INSTALL_DATA='${INSTALL} -m 644' -INSTALL_LIBEVENT_FALSE='' -INSTALL_LIBEVENT_TRUE='#' -INSTALL_PROGRAM='${INSTALL}' -INSTALL_SCRIPT='${INSTALL}' -INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' -KQUEUE_BACKEND_FALSE='' -KQUEUE_BACKEND_TRUE='#' -LD='mipsel-uclibc-ld' -LDFLAGS=' -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib' -LIBEVENT_GC_SECTIONS='' -LIBOBJS='' -LIBS='-ldl -lm ' -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -LIBTOOL_DEPS='./ltmain.sh' -LIPO='' -LN_S='ln -s' -LTLIBOBJS='' -MAKEINFO='${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/missing --run makeinfo' -MANIFEST_TOOL=':' -MKDIR_P='/bin/mkdir -p' -NM='mipsel-uclibc-nm' -NMEDIT='' -OBJDUMP='mipsel-linux-objdump' -OBJEXT='o' -OPENSSL_FALSE='' -OPENSSL_LIBADD='' -OPENSSL_LIBS='' -OPENSSL_TRUE='#' -OTOOL64='' -OTOOL='' -PACKAGE='libevent' -PACKAGE_BUGREPORT='' -PACKAGE_NAME='' -PACKAGE_STRING='' -PACKAGE_TARNAME='' -PACKAGE_URL='' -PACKAGE_VERSION='' -PATH_SEPARATOR=':' -POLL_BACKEND_FALSE='#' -POLL_BACKEND_TRUE='' -PTHREADS_FALSE='' -PTHREADS_TRUE='#' -PTHREAD_CC='' -PTHREAD_CFLAGS='' -PTHREAD_LIBS='' -RANLIB='mipsel-uclibc-ranlib' -SED='/bin/sed' -SELECT_BACKEND_FALSE='#' -SELECT_BACKEND_TRUE='' -SET_MAKE='' -SHELL='/bin/sh' -SIGNAL_SUPPORT_FALSE='#' -SIGNAL_SUPPORT_TRUE='' -STRIP='mipsel-uclibc-strip' -VERSION='2.0.19-stable-dev' -ZLIB_LIBS='' -ZLIB_REGRESS_FALSE='' -ZLIB_REGRESS_TRUE='#' -ac_ct_AR='' -ac_ct_CC='' -ac_ct_DUMPBIN='' -acx_pthread_config='' -am__EXEEXT_FALSE='' -am__EXEEXT_TRUE='#' -am__fastdepCC_FALSE='' -am__fastdepCC_TRUE='#' -am__include='include' -am__isrc='' -am__leading_dot='.' -am__nodep='' -am__quote='' -am__tar='$${TAR-tar} chof - "$$tardir"' -am__untar='$${TAR-tar} xf -' -bindir='${exec_prefix}/bin' -build='x86_64-pc-linux-gnu' -build_alias='x86_64-linux-gnu' -build_cpu='x86_64' -build_os='linux-gnu' -build_vendor='pc' -datadir='${datarootdir}' -datarootdir='${prefix}/share' -docdir='${datarootdir}/doc/${PACKAGE}' -dvidir='${docdir}' -exec_prefix='${prefix}' -host='mipsel-unknown-linux-gnu' -host_alias='mipsel-linux' -host_cpu='mipsel' -host_os='linux-gnu' -host_vendor='unknown' -htmldir='${docdir}' -includedir='${prefix}/include' -infodir='${datarootdir}/info' -install_sh='${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/install-sh' -libdir='${exec_prefix}/lib' -libexecdir='${exec_prefix}/libexec' -localedir='${datarootdir}/locale' -localstatedir='${prefix}/var' -mandir='${datarootdir}/man' -mkdir_p='/bin/mkdir -p' -oldincludedir='/usr/include' -pdfdir='${docdir}' -prefix='/usr' -program_transform_name='s,x,x,' -psdir='${docdir}' -sbindir='${exec_prefix}/sbin' -sharedstatedir='${prefix}/com' -sysconfdir='${prefix}/etc' -target_alias='' - -## ----------- ## -## confdefs.h. ## -## ----------- ## - -/* confdefs.h */ -#define PACKAGE_NAME "" -#define PACKAGE_TARNAME "" -#define PACKAGE_VERSION "" -#define PACKAGE_STRING "" -#define PACKAGE_BUGREPORT "" -#define PACKAGE_URL "" -#define PACKAGE "libevent" -#define VERSION "2.0.19-stable-dev" -#define NUMERIC_VERSION 0x02001301 -#define STDC_HEADERS 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRING_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_STRINGS_H 1 -#define HAVE_INTTYPES_H 1 -#define HAVE_STDINT_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_DLFCN_H 1 -#define LT_OBJDIR ".libs/" -#define STDC_HEADERS 1 -#define HAVE_FCNTL_H 1 -#define HAVE_STDARG_H 1 -#define HAVE_INTTYPES_H 1 -#define HAVE_STDINT_H 1 -#define HAVE_STDDEF_H 1 -#define HAVE_POLL_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_SYS_EPOLL_H 1 -#define HAVE_SYS_TIME_H 1 -#define HAVE_SYS_QUEUE_H 1 -#define HAVE_SYS_PARAM_H 1 -#define HAVE_SYS_IOCTL_H 1 -#define HAVE_SYS_SELECT_H 1 -#define HAVE_NETINET_IN_H 1 -#define HAVE_SYS_SOCKET_H 1 -#define HAVE_SYS_UIO_H 1 -#define HAVE_ARPA_INET_H 1 -#define HAVE_SYS_MMAN_H 1 -#define HAVE_SYS_SENDFILE_H 1 -#define HAVE_SYS_WAIT_H 1 -#define HAVE_NETDB_H 1 -#define HAVE_SYS_SYSCTL_H 1 -#define HAVE_TAILQFOREACH 1 -#define HAVE_TIMERADD 1 -#define HAVE_TIMERCMP 1 -#define HAVE_TIMERCLEAR 1 -#define HAVE_TIMERISSET 1 -#define HAVE_DECL_CTL_KERN 1 -#define HAVE_DECL_KERN_RANDOM 1 -#define HAVE_DECL_RANDOM_UUID 1 -#define HAVE_DECL_KERN_ARND 0 -#define TIME_WITH_SYS_TIME 1 -#define HAVE_GETTIMEOFDAY 1 -#define HAVE_VASPRINTF 1 -#define HAVE_FCNTL 1 -#define HAVE_CLOCK_GETTIME 1 -#define HAVE_STRTOK_R 1 -#define HAVE_STRSEP 1 -#define HAVE_GETNAMEINFO 1 -#define HAVE_STRLCPY 1 -#define HAVE_INET_NTOP 1 -#define HAVE_INET_PTON 1 -#define HAVE_SIGNAL 1 -#define HAVE_SIGACTION 1 -#define HAVE_STRTOLL 1 -#define HAVE_INET_ATON 1 -#define HAVE_PIPE 1 -#define HAVE_SENDFILE 1 -#define HAVE_MMAP 1 -#define HAVE_SPLICE 1 -#define HAVE_GETEUID 1 -#define HAVE_GETEGID 1 -#define HAVE_GETPROTOBYNUMBER 1 -#define HAVE_SETENV 1 -#define HAVE_UNSETENV 1 -#define HAVE_PUTENV 1 -#define HAVE_SYSCTL 1 -#define HAVE_GETADDRINFO 1 -#define SIZEOF_LONG 4 -#define HAVE_SETFD 1 -#define HAVE_SELECT 1 -#define HAVE_POLL 1 -#define HAVE_EPOLL_CTL 1 -#define HAVE_EPOLL 1 -#define HAVE_UINT64_T 1 -#define HAVE_UINT32_T 1 -#define HAVE_UINT16_T 1 -#define HAVE_UINT8_T 1 -#define HAVE_UINTPTR_T 1 -#define HAVE_FD_MASK 1 -#define SIZEOF_LONG_LONG 8 -#define SIZEOF_LONG 4 -#define SIZEOF_INT 4 -#define SIZEOF_SHORT 2 -#define SIZEOF_SIZE_T 4 -#define SIZEOF_VOID_P 4 -#define HAVE_STRUCT_IN6_ADDR 1 -#define HAVE_STRUCT_SOCKADDR_IN6 1 -#define HAVE_SA_FAMILY_T 1 -#define HAVE_STRUCT_ADDRINFO 1 -#define HAVE_STRUCT_SOCKADDR_STORAGE 1 -#define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1 -#define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1 -#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 -#define DISABLE_THREAD_SUPPORT 1 - -configure: exit 0 diff --git a/release/src/router/ffmpeg/config.err b/release/src/router/ffmpeg/config.err deleted file mode 100644 index e42dea1ca8..0000000000 --- a/release/src/router/ffmpeg/config.err +++ /dev/null @@ -1,3310 +0,0 @@ -# ./configure --enable-cross-compile --arch=mips --target_os=linux --cross-prefix=mipsel-uclibc- --enable-shared --enable-gpl --disable-doc --enable-pthreads --enable-small --disable-encoders --disable-filters --disable-muxers --disable-devices --disable-ffmpeg --disable-ffplay --disable-ffserver --disable-ffprobe --disable-avdevice --disable-swscale --disable-hwaccels --disable-network --disable-bsfs --disable-mpegaudio-hp --enable-demuxers --disable-demuxer=amr --disable-demuxer=apc --disable-demuxer=ape --disable-demuxer=ass --disable-demuxer=bethsoftvid --disable-demuxer=bfi --disable-demuxer=c93 --disable-demuxer=daud --disable-demuxer=dnxhd --disable-demuxer=dsicin --disable-demuxer=dxa --disable-demuxer=ffm --disable-demuxer=gsm --disable-demuxer=gxf --disable-demuxer=idcin --disable-demuxer=iff --disable-demuxer=image2 --disable-demuxer=image2pipe --disable-demuxer=ingenient --disable-demuxer=ipmovie --disable-demuxer=lmlm4 --disable-demuxer=mm --disable-demuxer=mmf --disable-demuxer=msnwc_tcp --disable-demuxer=mtv --disable-demuxer=mxf --disable-demuxer=nsv --disable-demuxer=nut --disable-demuxer=oma --disable-demuxer=pva --disable-demuxer=rawvideo --disable-demuxer=rl2 --disable-demuxer=roq --disable-demuxer=rpl --disable-demuxer=segafilm --disable-demuxer=shorten --disable-demuxer=siff --disable-demuxer=smacker --disable-demuxer=sol --disable-demuxer=str --disable-demuxer=thp --disable-demuxer=tiertexseq --disable-demuxer=tta --disable-demuxer=txd --disable-demuxer=vmd --disable-demuxer=voc --disable-demuxer=wc3 --disable-demuxer=wsaud --disable-demuxer=wsvqa --disable-demuxer=xa --disable-demuxer=yuv4mpegpipe --disable-decoders --enable-decoder=aac --enable-decoder=ac3 --enable-decoder=atrac3 --enable-decoder=flac --enable-decoder=h264 --enable-decoder=jpegls --enable-decoder=mp3 --enable-decoder=mpeg1video --enable-decoder=mpeg2video --enable-decoder=mpeg4 --enable-decoder=mpeg4aac --enable-decoder=mpegvideo --enable-decoder=png --enable-decoder=wmav1 --enable-decoder=wmav2 --disable-parsers --enable-parser=aac --enable-parser=ac3 --enable-parser=h264 --enable-parser=mpeg4video --enable-parser=mpegaudio --enable-parser=mpegvideo --disable-protocols --enable-protocol=file --extra-cflags='-Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib' --extra-ldflags='-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC' --extra-libs='-L/home/vicente/tomato/release/src-rt/router/zlib -lz' --enable-zlib --disable-debug --prefix= -AR=mipsel-uclibc-ar -ARCH_EXT_LIST=' - altivec - amd3dnow - amd3dnowext - armv5te - armv6 - armv6t2 - armvfp - iwmmxt - mmi - mmx - mmx2 - neon - ppc4xx - sse - ssse3 - vis -' -ARCH_LIST=' - alpha - arm - avr32 - avr32_ap - avr32_uc - bfin - ia64 - m68k - mips - mips64 - parisc - ppc - ppc64 - s390 - sh4 - sparc - sparc64 - tomi - x86 - x86_32 - x86_64 -' -AS=mipsel-uclibc-as -B=NC -BASH=/bin/sh -BASHOPTS=cmdhist:extquote:force_fignore:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath -BASH_ALIASES=() -BASH_ARGC=([0]="106") -BASH_ARGV=([0]="--prefix=" [1]="--disable-debug" [2]="--enable-zlib" [3]="--extra-libs=-L/home/vicente/tomato/release/src-rt/router/zlib -lz" [4]="--extra-ldflags=-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC" [5]="--extra-cflags=-Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib" [6]="--enable-protocol=file" [7]="--disable-protocols" [8]="--enable-parser=mpegvideo" [9]="--enable-parser=mpegaudio" [10]="--enable-parser=mpeg4video" [11]="--enable-parser=h264" [12]="--enable-parser=ac3" [13]="--enable-parser=aac" [14]="--disable-parsers" [15]="--enable-decoder=wmav2" [16]="--enable-decoder=wmav1" [17]="--enable-decoder=png" [18]="--enable-decoder=mpegvideo" [19]="--enable-decoder=mpeg4aac" [20]="--enable-decoder=mpeg4" [21]="--enable-decoder=mpeg2video" [22]="--enable-decoder=mpeg1video" [23]="--enable-decoder=mp3" [24]="--enable-decoder=jpegls" [25]="--enable-decoder=h264" [26]="--enable-decoder=flac" [27]="--enable-decoder=atrac3" [28]="--enable-decoder=ac3" [29]="--enable-decoder=aac" [30]="--disable-decoders" [31]="--disable-demuxer=yuv4mpegpipe" [32]="--disable-demuxer=xa" [33]="--disable-demuxer=wsvqa" [34]="--disable-demuxer=wsaud" [35]="--disable-demuxer=wc3" [36]="--disable-demuxer=voc" [37]="--disable-demuxer=vmd" [38]="--disable-demuxer=txd" [39]="--disable-demuxer=tta" [40]="--disable-demuxer=tiertexseq" [41]="--disable-demuxer=thp" [42]="--disable-demuxer=str" [43]="--disable-demuxer=sol" [44]="--disable-demuxer=smacker" [45]="--disable-demuxer=siff" [46]="--disable-demuxer=shorten" [47]="--disable-demuxer=segafilm" [48]="--disable-demuxer=rpl" [49]="--disable-demuxer=roq" [50]="--disable-demuxer=rl2" [51]="--disable-demuxer=rawvideo" [52]="--disable-demuxer=pva" [53]="--disable-demuxer=oma" [54]="--disable-demuxer=nut" [55]="--disable-demuxer=nsv" [56]="--disable-demuxer=mxf" [57]="--disable-demuxer=mtv" [58]="--disable-demuxer=msnwc_tcp" [59]="--disable-demuxer=mmf" [60]="--disable-demuxer=mm" [61]="--disable-demuxer=lmlm4" [62]="--disable-demuxer=ipmovie" [63]="--disable-demuxer=ingenient" [64]="--disable-demuxer=image2pipe" [65]="--disable-demuxer=image2" [66]="--disable-demuxer=iff" [67]="--disable-demuxer=idcin" [68]="--disable-demuxer=gxf" [69]="--disable-demuxer=gsm" [70]="--disable-demuxer=ffm" [71]="--disable-demuxer=dxa" [72]="--disable-demuxer=dsicin" [73]="--disable-demuxer=dnxhd" [74]="--disable-demuxer=daud" [75]="--disable-demuxer=c93" [76]="--disable-demuxer=bfi" [77]="--disable-demuxer=bethsoftvid" [78]="--disable-demuxer=ass" [79]="--disable-demuxer=ape" [80]="--disable-demuxer=apc" [81]="--disable-demuxer=amr" [82]="--enable-demuxers" [83]="--disable-mpegaudio-hp" [84]="--disable-bsfs" [85]="--disable-network" [86]="--disable-hwaccels" [87]="--disable-swscale" [88]="--disable-avdevice" [89]="--disable-ffprobe" [90]="--disable-ffserver" [91]="--disable-ffplay" [92]="--disable-ffmpeg" [93]="--disable-devices" [94]="--disable-muxers" [95]="--disable-filters" [96]="--disable-encoders" [97]="--enable-small" [98]="--enable-pthreads" [99]="--disable-doc" [100]="--enable-gpl" [101]="--enable-shared" [102]="--cross-prefix=mipsel-uclibc-" [103]="--target_os=linux" [104]="--arch=mips" [105]="--enable-cross-compile") -BASH_CMDS=() -BASH_LINENO=([0]="0") -BASH_SOURCE=([0]="./configure") -BASH_VERSINFO=([0]="4" [1]="2" [2]="25" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu") -BASH_VERSION='4.2.25(1)-release' -BBEXTRAS=y -BSF_LIST='aac_adtstoasc_bsf -dump_extradata_bsf -h264_mp4toannexb_bsf -imx_dump_header_bsf -mjpega_dump_header_bsf -mp3_header_compress_bsf -mp3_header_decompress_bsf -mov2textsub_bsf -noise_bsf -remove_extradata_bsf -text2movsub_bsf' -BUILD=x86_64-linux-gnu -BUILD_DESC=NGINX -CC=mipsel-uclibc-gcc -CC_O='-o $@' -CMDLINE_APPEND=' - extra_cflags -' -CMDLINE_SELECT=' - - altivec - amd3dnow - amd3dnowext - armv5te - armv6 - armv6t2 - armvfp - iwmmxt - mmi - mmx - mmx2 - neon - ppc4xx - sse - ssse3 - vis - - - - bsfs - decoders - demuxers - encoders - filters - hwaccels - indevs - muxers - outdevs - parsers - protocols - - aandct - avcodec - avdevice - avfilter - avfilter_lavf - avformat - avisynth - beos_netserver - bzlib - dct - doc - dwt - dxva2 - fastdiv - ffmpeg - ffplay - ffprobe - ffserver - fft - golomb - gpl - gprof - gray - h264dsp - hardcoded_tables - libdc1394 - libdirac - libfaac - libfaad - libfaadbin - libgsm - libmp3lame - libnut - libopencore_amrnb - libopencore_amrwb - libopenjpeg - librtmp - libschroedinger - libspeex - libtheora - libvorbis - libvpx - libx264 - libxvid - lpc - lsp - mdct - memalign_hack - mlib - mpegaudio_hp - network - nonfree - pic - postproc - powerpc_perf - rdft - runtime_cpudetect - shared - small - sram - static - swscale - swscale_alpha - vaapi - vdpau - version3 - x11grab - zlib - - - beosthreads - os2threads - pthreads - w32threads - - asm - cross_compile - debug - extra_warnings - logging - optimizations - stripping - yasm -' -CMDLINE_SET=' - - bindir - datadir - incdir - libdir - mandir - prefix - shlibdir - - ar - arch - as - build_suffix - cc - cpu - cross_prefix - dep_cc - extra_version - host_cc - host_cflags - host_ldflags - host_libs - host_os - ld - logfile - malloc_prefix - nm - samples - source_path - strip - sysinclude - sysroot - target_exec - target_os - target_path -' -COLORTERM=gnome-terminal -COMPIZ_CONFIG_PROFILE=ubuntu -COMPONENT_LIST=' - bsfs - decoders - demuxers - encoders - filters - hwaccels - indevs - muxers - outdevs - parsers - protocols -' -CONFIGURE='./configure --host=mipsel-linux --build=x86_64-linux-gnu' -CONFIG_BCMWL5=y -CONFIG_EXTRA=' - avutil - gplv3 - lgplv3 -' -CONFIG_LINUX26=y -CONFIG_LIST=' - - bsfs - decoders - demuxers - encoders - filters - hwaccels - indevs - muxers - outdevs - parsers - protocols - - aandct - avcodec - avdevice - avfilter - avfilter_lavf - avformat - avisynth - beos_netserver - bzlib - dct - doc - dwt - dxva2 - fastdiv - ffmpeg - ffplay - ffprobe - ffserver - fft - golomb - gpl - gprof - gray - h264dsp - hardcoded_tables - libdc1394 - libdirac - libfaac - libfaad - libfaadbin - libgsm - libmp3lame - libnut - libopencore_amrnb - libopencore_amrwb - libopenjpeg - librtmp - libschroedinger - libspeex - libtheora - libvorbis - libvpx - libx264 - libxvid - lpc - lsp - mdct - memalign_hack - mlib - mpegaudio_hp - network - nonfree - pic - postproc - powerpc_perf - rdft - runtime_cpudetect - shared - small - sram - static - swscale - swscale_alpha - vaapi - vdpau - version3 - x11grab - zlib -' -CROSS_COMPILE=mipsel-uclibc- -CROSS_COMPILER=mipsel-uclibc- -DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-gqWzFkDBym,guid=bd1ddb9cad8e5bda9b7ece2c00000022 -DECODER_LIST='aasc_decoder -amv_decoder -anm_decoder -asv1_decoder -asv2_decoder -aura_decoder -aura2_decoder -avs_decoder -bethsoftvid_decoder -bfi_decoder -bink_decoder -bmp_decoder -c93_decoder -cavs_decoder -cdgraphics_decoder -cinepak_decoder -cljr_decoder -cscd_decoder -cyuv_decoder -dnxhd_decoder -dpx_decoder -dsicinvideo_decoder -dvvideo_decoder -dxa_decoder -eacmv_decoder -eamad_decoder -eatgq_decoder -eatgv_decoder -eatqi_decoder -eightbps_decoder -eightsvx_exp_decoder -eightsvx_fib_decoder -escape124_decoder -ffv1_decoder -ffvhuff_decoder -flashsv_decoder -flic_decoder -flv_decoder -fourxm_decoder -fraps_decoder -frwu_decoder -gif_decoder -h261_decoder -h263_decoder -h263i_decoder -h264_decoder -h264_vdpau_decoder -huffyuv_decoder -idcin_decoder -iff_byterun1_decoder -iff_ilbm_decoder -indeo2_decoder -indeo3_decoder -indeo5_decoder -interplay_video_decoder -jpegls_decoder -kgv1_decoder -kmvc_decoder -loco_decoder -mdec_decoder -mimic_decoder -mjpeg_decoder -mjpegb_decoder -mmvideo_decoder -motionpixels_decoder -mpeg_xvmc_decoder -mpeg1video_decoder -mpeg2video_decoder -mpeg4_decoder -mpeg4_vdpau_decoder -mpegvideo_decoder -mpeg_vdpau_decoder -mpeg1_vdpau_decoder -msmpeg4v1_decoder -msmpeg4v2_decoder -msmpeg4v3_decoder -msrle_decoder -msvideo1_decoder -mszh_decoder -nuv_decoder -pam_decoder -pbm_decoder -pcx_decoder -pgm_decoder -pgmyuv_decoder -png_decoder -ppm_decoder -ptx_decoder -qdraw_decoder -qpeg_decoder -qtrle_decoder -r210_decoder -rawvideo_decoder -rl2_decoder -roq_decoder -rpza_decoder -rv10_decoder -rv20_decoder -rv30_decoder -rv40_decoder -sgi_decoder -smacker_decoder -smc_decoder -snow_decoder -sp5x_decoder -sunrast_decoder -svq1_decoder -svq3_decoder -targa_decoder -theora_decoder -thp_decoder -tiertexseqvideo_decoder -tiff_decoder -tmv_decoder -truemotion1_decoder -truemotion2_decoder -tscc_decoder -txd_decoder -ulti_decoder -v210_decoder -v210x_decoder -vb_decoder -vc1_decoder -vc1_vdpau_decoder -vcr1_decoder -vmdvideo_decoder -vmnc_decoder -vp3_decoder -vp5_decoder -vp6_decoder -vp6a_decoder -vp6f_decoder -vqa_decoder -wmv1_decoder -wmv2_decoder -wmv3_decoder -wmv3_vdpau_decoder -wnv1_decoder -xan_wc3_decoder -xl_decoder -yop_decoder -zlib_decoder -zmbv_decoder -aac_decoder -ac3_decoder -alac_decoder -als_decoder -amrnb_decoder -ape_decoder -atrac1_decoder -atrac3_decoder -binkaudio_dct_decoder -binkaudio_rdft_decoder -cook_decoder -dca_decoder -dsicinaudio_decoder -eac3_decoder -flac_decoder -imc_decoder -mace3_decoder -mace6_decoder -mlp_decoder -mp1_decoder -mp2_decoder -mp3_decoder -mp3adu_decoder -mp3on4_decoder -mpc7_decoder -mpc8_decoder -nellymoser_decoder -qcelp_decoder -qdm2_decoder -ra_144_decoder -ra_288_decoder -shorten_decoder -sipr_decoder -smackaud_decoder -sonic_decoder -truehd_decoder -truespeech_decoder -tta_decoder -twinvq_decoder -vmdaudio_decoder -vorbis_decoder -wavpack_decoder -wmapro_decoder -wmav1_decoder -wmav2_decoder -wmavoice_decoder -ws_snd1_decoder -pcm_alaw_decoder -pcm_bluray_decoder -pcm_dvd_decoder -pcm_f32be_decoder -pcm_f32le_decoder -pcm_f64be_decoder -pcm_f64le_decoder -pcm_mulaw_decoder -pcm_s8_decoder -pcm_s16be_decoder -pcm_s16le_decoder -pcm_s16le_planar_decoder -pcm_s24be_decoder -pcm_s24daud_decoder -pcm_s24le_decoder -pcm_s32be_decoder -pcm_s32le_decoder -pcm_u8_decoder -pcm_u16be_decoder -pcm_u16le_decoder -pcm_u24be_decoder -pcm_u24le_decoder -pcm_u32be_decoder -pcm_u32le_decoder -pcm_zork_decoder -interplay_dpcm_decoder -roq_dpcm_decoder -sol_dpcm_decoder -xan_dpcm_decoder -adpcm_4xm_decoder -adpcm_adx_decoder -adpcm_ct_decoder -adpcm_ea_decoder -adpcm_ea_maxis_xa_decoder -adpcm_ea_r1_decoder -adpcm_ea_r2_decoder -adpcm_ea_r3_decoder -adpcm_ea_xas_decoder -adpcm_g726_decoder -adpcm_ima_amv_decoder -adpcm_ima_dk3_decoder -adpcm_ima_dk4_decoder -adpcm_ima_ea_eacs_decoder -adpcm_ima_ea_sead_decoder -adpcm_ima_iss_decoder -adpcm_ima_qt_decoder -adpcm_ima_smjpeg_decoder -adpcm_ima_wav_decoder -adpcm_ima_ws_decoder -adpcm_ms_decoder -adpcm_sbpro_2_decoder -adpcm_sbpro_3_decoder -adpcm_sbpro_4_decoder -adpcm_swf_decoder -adpcm_thp_decoder -adpcm_xa_decoder -adpcm_yamaha_decoder -dvbsub_decoder -dvdsub_decoder -pgssub_decoder -xsub_decoder -libdirac_decoder -libfaad_decoder -libgsm_decoder -libgsm_ms_decoder -libopencore_amrnb_decoder -libopencore_amrwb_decoder -libopenjpeg_decoder -libschroedinger_decoder -libspeex_decoder -libvpx_decoder' -DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path -DEMUXER_LIST='aac_demuxer -ac3_demuxer -aea_demuxer -aiff_demuxer -amr_demuxer -anm_demuxer -apc_demuxer -ape_demuxer -asf_demuxer -ass_demuxer -au_demuxer -avi_demuxer -avisynth_demuxer -avs_demuxer -bethsoftvid_demuxer -bfi_demuxer -bink_demuxer -c93_demuxer -caf_demuxer -cavsvideo_demuxer -cdg_demuxer -daud_demuxer -dirac_demuxer -dnxhd_demuxer -dsicin_demuxer -dts_demuxer -dv_demuxer -dxa_demuxer -ea_demuxer -ea_cdata_demuxer -eac3_demuxer -ffm_demuxer -filmstrip_demuxer -flac_demuxer -flic_demuxer -flv_demuxer -fourxm_demuxer -gsm_demuxer -gxf_demuxer -h261_demuxer -h263_demuxer -h264_demuxer -idcin_demuxer -iff_demuxer -image2_demuxer -image2pipe_demuxer -ingenient_demuxer -ipmovie_demuxer -iss_demuxer -iv8_demuxer -lmlm4_demuxer -m4v_demuxer -matroska_demuxer -mjpeg_demuxer -mlp_demuxer -mm_demuxer -mmf_demuxer -mov_demuxer -mp3_demuxer -mpc_demuxer -mpc8_demuxer -mpegps_demuxer -mpegts_demuxer -mpegtsraw_demuxer -mpegvideo_demuxer -msnwc_tcp_demuxer -mtv_demuxer -mvi_demuxer -mxf_demuxer -nc_demuxer -nsv_demuxer -nut_demuxer -nuv_demuxer -ogg_demuxer -oma_demuxer -pcm_alaw_demuxer -pcm_mulaw_demuxer -pcm_f64be_demuxer -pcm_f64le_demuxer -pcm_f32be_demuxer -pcm_f32le_demuxer -pcm_s32be_demuxer -pcm_s32le_demuxer -pcm_s24be_demuxer -pcm_s24le_demuxer -pcm_s16be_demuxer -pcm_s16le_demuxer -pcm_s8_demuxer -pcm_u32be_demuxer -pcm_u32le_demuxer -pcm_u24be_demuxer -pcm_u24le_demuxer -pcm_u16be_demuxer -pcm_u16le_demuxer -pcm_u8_demuxer -pva_demuxer -qcp_demuxer -r3d_demuxer -rawvideo_demuxer -rl2_demuxer -rm_demuxer -roq_demuxer -rpl_demuxer -rtsp_demuxer -sdp_demuxer -segafilm_demuxer -shorten_demuxer -siff_demuxer -smacker_demuxer -sol_demuxer -sox_demuxer -str_demuxer -swf_demuxer -thp_demuxer -tiertexseq_demuxer -tmv_demuxer -truehd_demuxer -tta_demuxer -txd_demuxer -vc1_demuxer -vc1t_demuxer -vmd_demuxer -voc_demuxer -vqf_demuxer -w64_demuxer -wav_demuxer -wc3_demuxer -wsaud_demuxer -wsvqa_demuxer -wv_demuxer -xa_demuxer -yop_demuxer -yuv4mpegpipe_demuxer -libnut_demuxer' -DEPEND_CMD='$(DEPCC) $(DEPFLAGS) $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o," > $(@:.o=.d)' -DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -MM' -DESKTOP_SESSION=ubuntu -DIRSTACK=() -DISPLAY=:0 -DNSCRYPT=y -E1=0 -E2=1 -EBTABLES=y -ENCODER_LIST='asv1_encoder -asv2_encoder -bmp_encoder -dnxhd_encoder -dvvideo_encoder -ffv1_encoder -ffvhuff_encoder -flashsv_encoder -flv_encoder -gif_encoder -h261_encoder -h263_encoder -h263p_encoder -huffyuv_encoder -jpegls_encoder -ljpeg_encoder -mjpeg_encoder -mpeg1video_encoder -mpeg2video_encoder -mpeg4_encoder -msmpeg4v1_encoder -msmpeg4v2_encoder -msmpeg4v3_encoder -pam_encoder -pbm_encoder -pcx_encoder -pgm_encoder -pgmyuv_encoder -png_encoder -ppm_encoder -qtrle_encoder -rawvideo_encoder -roq_encoder -rv10_encoder -rv20_encoder -sgi_encoder -snow_encoder -svq1_encoder -targa_encoder -tiff_encoder -v210_encoder -wmv1_encoder -wmv2_encoder -zlib_encoder -zmbv_encoder -aac_encoder -ac3_encoder -alac_encoder -flac_encoder -mp2_encoder -nellymoser_encoder -sonic_encoder -sonic_ls_encoder -wmav1_encoder -wmav2_encoder -pcm_alaw_encoder -pcm_f32be_encoder -pcm_f32le_encoder -pcm_f64be_encoder -pcm_f64le_encoder -pcm_mulaw_encoder -pcm_s8_encoder -pcm_s16be_encoder -pcm_s16le_encoder -pcm_s24be_encoder -pcm_s24daud_encoder -pcm_s24le_encoder -pcm_s32be_encoder -pcm_s32le_encoder -pcm_u8_encoder -pcm_u16be_encoder -pcm_u16le_encoder -pcm_u24be_encoder -pcm_u24le_encoder -pcm_u32be_encoder -pcm_u32le_encoder -pcm_zork_encoder -roq_dpcm_encoder -adpcm_adx_encoder -adpcm_g726_encoder -adpcm_ima_qt_encoder -adpcm_ima_wav_encoder -adpcm_ms_encoder -adpcm_swf_encoder -adpcm_yamaha_encoder -dvbsub_encoder -dvdsub_encoder -xsub_encoder -libdirac_encoder -libfaac_encoder -libgsm_encoder -libgsm_ms_encoder -libmp3lame_encoder -libopencore_amrnb_encoder -libschroedinger_encoder -libtheora_encoder -libvorbis_encoder -libvpx_encoder -libx264_encoder -libxvid_encoder' -EUID=1000 -EXTRACFLAGS='-DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 ' -FFMPEG_CONFIGURATION='--enable-cross-compile --arch=mips --target_os=linux --cross-prefix=mipsel-uclibc- --enable-shared --enable-gpl --disable-doc --enable-pthreads --enable-small --disable-encoders --disable-filters --disable-muxers --disable-devices --disable-ffmpeg --disable-ffplay --disable-ffserver --disable-ffprobe --disable-avdevice --disable-swscale --disable-hwaccels --disable-network --disable-bsfs --disable-mpegaudio-hp --enable-demuxers --disable-demuxer=amr --disable-demuxer=apc --disable-demuxer=ape --disable-demuxer=ass --disable-demuxer=bethsoftvid --disable-demuxer=bfi --disable-demuxer=c93 --disable-demuxer=daud --disable-demuxer=dnxhd --disable-demuxer=dsicin --disable-demuxer=dxa --disable-demuxer=ffm --disable-demuxer=gsm --disable-demuxer=gxf --disable-demuxer=idcin --disable-demuxer=iff --disable-demuxer=image2 --disable-demuxer=image2pipe --disable-demuxer=ingenient --disable-demuxer=ipmovie --disable-demuxer=lmlm4 --disable-demuxer=mm --disable-demuxer=mmf --disable-demuxer=msnwc_tcp --disable-demuxer=mtv --disable-demuxer=mxf --disable-demuxer=nsv --disable-demuxer=nut --disable-demuxer=oma --disable-demuxer=pva --disable-demuxer=rawvideo --disable-demuxer=rl2 --disable-demuxer=roq --disable-demuxer=rpl --disable-demuxer=segafilm --disable-demuxer=shorten --disable-demuxer=siff --disable-demuxer=smacker --disable-demuxer=sol --disable-demuxer=str --disable-demuxer=thp --disable-demuxer=tiertexseq --disable-demuxer=tta --disable-demuxer=txd --disable-demuxer=vmd --disable-demuxer=voc --disable-demuxer=wc3 --disable-demuxer=wsaud --disable-demuxer=wsvqa --disable-demuxer=xa --disable-demuxer=yuv4mpegpipe --disable-decoders --enable-decoder=aac --enable-decoder=ac3 --enable-decoder=atrac3 --enable-decoder=flac --enable-decoder=h264 --enable-decoder=jpegls --enable-decoder=mp3 --enable-decoder=mpeg1video --enable-decoder=mpeg2video --enable-decoder=mpeg4 --enable-decoder=mpeg4aac --enable-decoder=mpegvideo --enable-decoder=png --enable-decoder=wmav1 --enable-decoder=wmav2 --disable-parsers --enable-parser=aac --enable-parser=ac3 --enable-parser=h264 --enable-parser=mpeg4video --enable-parser=mpegaudio --enable-parser=mpegvideo --disable-protocols --enable-protocol=file --extra-cflags='\''-Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib'\'' --extra-ldflags='\''-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC'\'' --extra-libs='\''-L/home/vicente/tomato/release/src-rt/router/zlib -lz'\'' --enable-zlib --disable-debug --prefix=' -FFSERVERLDFLAGS=-Wl,-E -FILTER_LIST='aspect_filter -crop_filter -format_filter -noformat_filter -null_filter -pixelaspect_filter -scale_filter -slicify_filter -unsharp_filter -vflip_filter -nullsrc_filter -nullsink_filter' -FULLNAME='$(NAME)$(BUILDSUF)' -FULL_OPENSSL=y -GDMSESSION=ubuntu -GNOME_DESKTOP_SESSION_ID=this-is-deprecated -GNOME_KEYRING_CONTROL=/tmp/keyring-Kmq9vu -GNOME_KEYRING_PID=2663 -GPG_AGENT_INFO=/tmp/keyring-Kmq9vu/gpg:0:1 -GROUPS=() -GTK_MODULES=canberra-gtk-module:canberra-gtk-module -HAVE_LIST=' - - altivec - amd3dnow - amd3dnowext - armv5te - armv6 - armv6t2 - armvfp - iwmmxt - mmi - mmx - mmx2 - neon - ppc4xx - sse - ssse3 - vis - - - bigendian - - - beosthreads - os2threads - pthreads - w32threads - - alsa_asoundlib_h - altivec_h - arpa_inet_h - attribute_may_alias - attribute_packed - bswap - closesocket - cmov - conio_h - dcbzl - dev_bktr_ioctl_bt848_h - dev_bktr_ioctl_meteor_h - dev_ic_bt8xx_h - dev_video_meteor_ioctl_meteor_h - dev_video_bktr_ioctl_bt848_h - dlfcn_h - dlopen - dos_paths - ebp_available - ebx_available - exp2 - exp2f - fast_64bit - fast_clz - fast_cmov - fast_unaligned - fork - getaddrinfo - gethrtime - GetProcessMemoryInfo - GetProcessTimes - getrusage - struct_rusage_ru_maxrss - inet_aton - inline_asm - isatty - ldbrx - libdc1394_1 - libdc1394_2 - llrint - llrintf - local_aligned_16 - local_aligned_8 - log2 - log2f - loongson - lrint - lrintf - lzo1x_999_compress - machine_ioctl_bt848_h - machine_ioctl_meteor_h - malloc_h - memalign - mkstemp - pld - posix_memalign - round - roundf - sdl - sdl_video_size - setmode - socklen_t - soundcard_h - poll_h - setrlimit - strerror_r - struct_addrinfo - struct_ipv6_mreq - struct_sockaddr_in6 - struct_sockaddr_sa_len - struct_sockaddr_storage - symver - symver_gnu_asm - symver_asm_label - sys_mman_h - sys_resource_h - sys_select_h - sys_soundcard_h - sys_videoio_h - ten_operands - termios_h - threads - truncf - vfp_args - VirtualAlloc - winsock2_h - xform_asm - yasm -' -HAVE_LIST_PUB=' - bigendian -' -HOME=/home/vicente -HOSTCC=gcc -HOSTNAME=vicente-P5K-E -HOSTTYPE=x86_64 -HWACCEL_LIST='h263_vaapi_hwaccel -h264_dxva2_hwaccel -h264_vaapi_hwaccel -mpeg2_vaapi_hwaccel -mpeg4_vaapi_hwaccel -vc1_dxva2_hwaccel -vc1_vaapi_hwaccel -wmv3_dxva2_hwaccel -wmv3_vaapi_hwaccel' -IFS=' -' -INDEV_LIST='alsa_indev -audio_beos_indev -bktr_indev -dv1394_indev -jack_indev -oss_indev -v4l2_indev -v4l_indev -vfwcap_indev -x11_grab_device_indev -libdc1394_indev' -INSTALLDIR=/home/vicente/tomato/release/src-rt/router/mipsel-uclibc/install -IPV6SUPP=y -KERNELCC=mipsel-uclibc-gcc -LANG=en_US.UTF-8 -LC_ALL=C -LD=mipsel-uclibc-ld -LDFLAGS=' -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC' -LESSCLOSE='/usr/bin/lesspipe %s %s' -LESSOPEN='| /usr/bin/lesspipe %s' -LIBDIR=/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/lib -LIBNAME='$(LIBPREF)$(FULLNAME)$(LIBSUF)' -LIBPREF=lib -LIBSUF=.a -LIB_INSTALL_EXTRA_CMD='$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"' -LINUXDIR=/home/vicente/tomato/release/src-rt/linux/linux-2.6 -LOGNAME=vicente -LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:' -MACHTYPE=x86_64-pc-linux-gnu -MAKEFLAGS='w -- TCPDUMP=n NOCAT=y SNMP=y USB=USB BUILD_DESC=NGINX B=NC DNSCRYPT=y IPV6SUPP=y MEDIASRV=y NO_LIBOPT=y EBTABLES=y USBEXTRAS=y BBEXTRAS=y NTFS=y PPTPD=y USERPPTP=y OPENVPN=y NGINX=y VPN=y VLAN=y V2=-RAF-V1.1t V1=9013 MIPS32=r2' -MAKELEVEL=5 -MAKEOVERRIDES='${-*-command-variables-*-}' -MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path -MEDIASRV=y -MFLAGS=-w -MIPS32=r2 -MUXER_LIST='ac3_muxer -adts_muxer -aiff_muxer -amr_muxer -asf_muxer -ass_muxer -asf_stream_muxer -au_muxer -avi_muxer -avm2_muxer -crc_muxer -daud_muxer -dirac_muxer -dnxhd_muxer -dts_muxer -dv_muxer -eac3_muxer -ffm_muxer -filmstrip_muxer -flac_muxer -flv_muxer -framecrc_muxer -gif_muxer -gxf_muxer -h261_muxer -h263_muxer -h264_muxer -image2_muxer -image2pipe_muxer -ipod_muxer -m4v_muxer -matroska_muxer -matroska_audio_muxer -mjpeg_muxer -mlp_muxer -mmf_muxer -mov_muxer -mp2_muxer -mp3_muxer -mp4_muxer -mpeg1system_muxer -mpeg1vcd_muxer -mpeg1video_muxer -mpeg2dvd_muxer -mpeg2svcd_muxer -mpeg2video_muxer -mpeg2vob_muxer -mpegts_muxer -mpjpeg_muxer -mxf_muxer -mxf_d10_muxer -null_muxer -nut_muxer -ogg_muxer -pcm_alaw_muxer -pcm_mulaw_muxer -pcm_f64be_muxer -pcm_f64le_muxer -pcm_f32be_muxer -pcm_f32le_muxer -pcm_s32be_muxer -pcm_s32le_muxer -pcm_s24be_muxer -pcm_s24le_muxer -pcm_s16be_muxer -pcm_s16le_muxer -pcm_s8_muxer -pcm_u32be_muxer -pcm_u32le_muxer -pcm_u24be_muxer -pcm_u24le_muxer -pcm_u16be_muxer -pcm_u16le_muxer -pcm_u8_muxer -psp_muxer -rawvideo_muxer -rm_muxer -roq_muxer -rtp_muxer -rtsp_muxer -sox_muxer -spdif_muxer -swf_muxer -tg2_muxer -tgp_muxer -truehd_muxer -vc1t_muxer -voc_muxer -wav_muxer -webm_muxer -yuv4mpegpipe_muxer -libnut_muxer' -NGINX=y -NM=mipsel-uclibc-nm -NOCAT=y -NO_LIBOPT=y -NTFS=y -OPENVPN=y -OPTERR=1 -OPTIND=1 -OSTYPE=linux-gnu -OUTDEV_LIST='alsa_outdev -audio_beos_outdev -oss_outdev' -PARSER_LIST='aac_parser -ac3_parser -cavsvideo_parser -dca_parser -dirac_parser -dnxhd_parser -dvbsub_parser -dvdsub_parser -h261_parser -h263_parser -h264_parser -mjpeg_parser -mlp_parser -mpeg4video_parser -mpegaudio_parser -mpegvideo_parser -pnm_parser -vc1_parser -vp3_parser' -PATH=/home/vicente/tomato/release/tools:/home/vicente/tomato/release/tools:/home/vicente/tomato/release/tools:/home/vicente/tomato/release/tools:/opt/brcm/hndtools-mipsel-uclibc/bin:/opt/brcm/hndtools-mipsel-linux/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games -PATHS_LIST=' - bindir - datadir - incdir - libdir - mandir - prefix - shlibdir -' -PIPESTATUS=([0]="0") -PLATFORM=mipsel-uclibc -PLATFORMDIR=/home/vicente/tomato/release/src-rt/router/mipsel-uclibc -POSIXLY_CORRECT=y -PPID=9574 -PPTPD=y -PROTOCOL_LIST='file_protocol -gopher_protocol -http_protocol -pipe_protocol -rtmp_protocol -rtmpt_protocol -rtmpe_protocol -rtmpte_protocol -rtmps_protocol -rtp_protocol -tcp_protocol -udp_protocol -concat_protocol' -PS4='+ ' -PWD=/home/vicente/tomato/release/src/router/ffmpeg -RANLIB=mipsel-uclibc-ranlib -SESSION_MANAGER=local/vicente-P5K-E:@/tmp/.ICE-unix/2674,unix/vicente-P5K-E:/tmp/.ICE-unix/2674 -SHELL=/bin/bash -SHELLOPTS=braceexpand:hashall:interactive-comments:posix -SHFLAGS='-shared -Wl,-soname,$$(@F)' -SHLVL=4 -SIZE=mipsel-uclibc-size -SLIBNAME='$(SLIBPREF)$(FULLNAME)$(SLIBSUF)' -SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBMAJOR)' -SLIBNAME_WITH_VERSION='$(SLIBNAME).$(LIBVERSION)' -SLIBPREF=lib -SLIBSUF=.so -SNMP=y -SRCBASE=/home/vicente/tomato/release/src-rt -SSH_AGENT_PID=2745 -SSH_AUTH_SOCK=/tmp/keyring-Kmq9vu/ssh -STRIP='mipsel-uclibc-strip -R .note -R .comment' -TARGETDIR=/home/vicente/tomato/release/src-rt/router/mipsel-uclibc/target -TCONFIG_IPV6=y -TCPDUMP=n -TERM=xterm -THREADS_LIST=' - beosthreads - os2threads - pthreads - w32threads -' -TOMATO_EXPERIMENTAL=0 -TOOLCHAIN=/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4 -TOP=/home/vicente/tomato/release/src-rt/router -TPROFILE=N -UBUNTU_MENUPROXY=libappmenu.so -UID=1000 -USB=USB -USBEXTRAS=y -USER=vicente -USERPPTP=y -USRLIBDIR=/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/usr/lib -V1=9013 -V2=-RAF-V1.1t -VLAN=y -VPN=y -WINDOWID=79691782 -XAUTHORITY=/home/vicente/.Xauthority -XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg -XDG_CURRENT_DESKTOP=Unity -XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/ -XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 -XDG_SESSION_COOKIE=6ce843b11997f3d70f42cf2300000009-1370760529.269537-2128631165 -XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 -_='# ./configure --enable-cross-compile --arch=mips --target_os=linux --cross-prefix=mipsel-uclibc- --enable-shared --enable-gpl --disable-doc --enable-pthreads --enable-small --disable-encoders --disable-filters --disable-muxers --disable-devices --disable-ffmpeg --disable-ffplay --disable-ffserver --disable-ffprobe --disable-avdevice --disable-swscale --disable-hwaccels --disable-network --disable-bsfs --disable-mpegaudio-hp --enable-demuxers --disable-demuxer=amr --disable-demuxer=apc --disable-demuxer=ape --disable-demuxer=ass --disable-demuxer=bethsoftvid --disable-demuxer=bfi --disable-demuxer=c93 --disable-demuxer=daud --disable-demuxer=dnxhd --disable-demuxer=dsicin --disable-demuxer=dxa --disable-demuxer=ffm --disable-demuxer=gsm --disable-demuxer=gxf --disable-demuxer=idcin --disable-demuxer=iff --disable-demuxer=image2 --disable-demuxer=image2pipe --disable-demuxer=ingenient --disable-demuxer=ipmovie --disable-demuxer=lmlm4 --disable-demuxer=mm --disable-demuxer=mmf --disable-demuxer=msnwc_tcp --disable-demuxer=mtv --disable-demuxer=mxf --disable-demuxer=nsv --disable-demuxer=nut --disable-demuxer=oma --disable-demuxer=pva --disable-demuxer=rawvideo --disable-demuxer=rl2 --disable-demuxer=roq --disable-demuxer=rpl --disable-demuxer=segafilm --disable-demuxer=shorten --disable-demuxer=siff --disable-demuxer=smacker --disable-demuxer=sol --disable-demuxer=str --disable-demuxer=thp --disable-demuxer=tiertexseq --disable-demuxer=tta --disable-demuxer=txd --disable-demuxer=vmd --disable-demuxer=voc --disable-demuxer=wc3 --disable-demuxer=wsaud --disable-demuxer=wsvqa --disable-demuxer=xa --disable-demuxer=yuv4mpegpipe --disable-decoders --enable-decoder=aac --enable-decoder=ac3 --enable-decoder=atrac3 --enable-decoder=flac --enable-decoder=h264 --enable-decoder=jpegls --enable-decoder=mp3 --enable-decoder=mpeg1video --enable-decoder=mpeg2video --enable-decoder=mpeg4 --enable-decoder=mpeg4aac --enable-decoder=mpegvideo --enable-decoder=png --enable-decoder=wmav1 --enable-decoder=wmav2 --disable-parsers --enable-parser=aac --enable-parser=ac3 --enable-parser=h264 --enable-parser=mpeg4video --enable-parser=mpegaudio --enable-parser=mpegvideo --disable-protocols --enable-protocol=file --extra-cflags='\''-Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib'\'' --extra-ldflags='\''-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC'\'' --extra-libs='\''-L/home/vicente/tomato/release/src-rt/router/zlib -lz'\'' --enable-zlib --disable-debug --prefix=' -aac_adtstoasc_bsf_select=aac_parser -aac_decoder=yes -aac_decoder_select='mdct rdft aac_parser' -aac_demuxer=yes -aac_encoder_select=mdct -aac_parser=yes -ac3_decoder=yes -ac3_decoder_select='mdct ac3_parser' -ac3_demuxer=yes -ac3_demuxer_deps=ac3_parser -ac3_parser=yes -ac_cv_func_malloc_0_nonnull=yes -action=disable -aea_demuxer=yes -aiff_demuxer=yes -alac_encoder_select=lpc -alsa_indev=no -alsa_indev_deps='alsa_asoundlib_h snd_pcm_htimestamp' -alsa_indev_extralibs=-lasound -alsa_outdev=no -alsa_outdev_deps=alsa_asoundlib_h -alsa_outdev_extralibs=-lasound -altivec=yes -altivec_deps=ppc -amd3dnow=yes -amd3dnow_deps=mmx -amd3dnowext=yes -amd3dnowext_deps=amd3dnow -amr_demuxer=no -amrnb_decoder_select=lsp -anm_demuxer=yes -apc_demuxer=no -ape_demuxer=no -ar_default=ar -arch=mips -arch_default=x86_64 -armv5te=yes -armv5te_deps=arm -armv6=yes -armv6_deps=arm -armv6t2=yes -armv6t2_deps=arm -armvfp=yes -armvfp_deps=arm -asf_demuxer=yes -asf_stream_muxer_select=asf_muxer -asm=yes -ass_demuxer=no -atrac1_decoder_select=mdct -atrac3_decoder=yes -atrac3_decoder_select=mdct -au_demuxer=yes -audio_beos_indev=no -audio_beos_indev_deps=audio_beos -audio_beos_indev_extralibs='-lmedia -lbe' -audio_beos_outdev=no -audio_beos_outdev_deps=audio_beos -audio_beos_outdev_extralibs='-lmedia -lbe' -avcodec=yes -avdevice=no -avdevice_deps='avcodec avformat' -avfilter_lavf_deps=avformat -avformat=yes -avformat_deps=avcodec -avi_demuxer=yes -avisynth_demuxer=yes -avisynth_demuxer_deps=avisynth -avs_demuxer=yes -avutil=yes -bethsoftvid_demuxer=no -bfi_demuxer=no -bindir_default='${prefix}/bin' -bink_demuxer=yes -binkaudio_dct_decoder_select='mdct rdft dct' -binkaudio_rdft_decoder_select='mdct rdft' -bktr_indev=no -bktr_indev_deps_any='dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h' -bsfs_if_any='aac_adtstoasc_bsf -dump_extradata_bsf -h264_mp4toannexb_bsf -imx_dump_header_bsf -mjpega_dump_header_bsf -mp3_header_compress_bsf -mp3_header_decompress_bsf -mov2textsub_bsf -noise_bsf -remove_extradata_bsf -text2movsub_bsf' -c93_demuxer=no -caf_demuxer=yes -cavs_decoder_select=golomb -cavsvideo_demuxer=yes -cc_default=gcc -cc_version='"unknown"' -cdg_demuxer=yes -cook_decoder_select=mdct -cpu=generic -cross_compile=yes -cross_prefix=mipsel-uclibc- -cscd_decoder_suggest=zlib -datadir_default='${prefix}/share/ffmpeg' -daud_demuxer=no -dca_decoder_select=mdct -debug=no -decoders_if_any='aasc_decoder -amv_decoder -anm_decoder -asv1_decoder -asv2_decoder -aura_decoder -aura2_decoder -avs_decoder -bethsoftvid_decoder -bfi_decoder -bink_decoder -bmp_decoder -c93_decoder -cavs_decoder -cdgraphics_decoder -cinepak_decoder -cljr_decoder -cscd_decoder -cyuv_decoder -dnxhd_decoder -dpx_decoder -dsicinvideo_decoder -dvvideo_decoder -dxa_decoder -eacmv_decoder -eamad_decoder -eatgq_decoder -eatgv_decoder -eatqi_decoder -eightbps_decoder -eightsvx_exp_decoder -eightsvx_fib_decoder -escape124_decoder -ffv1_decoder -ffvhuff_decoder -flashsv_decoder -flic_decoder -flv_decoder -fourxm_decoder -fraps_decoder -frwu_decoder -gif_decoder -h261_decoder -h263_decoder -h263i_decoder -h264_decoder -h264_vdpau_decoder -huffyuv_decoder -idcin_decoder -iff_byterun1_decoder -iff_ilbm_decoder -indeo2_decoder -indeo3_decoder -indeo5_decoder -interplay_video_decoder -jpegls_decoder -kgv1_decoder -kmvc_decoder -loco_decoder -mdec_decoder -mimic_decoder -mjpeg_decoder -mjpegb_decoder -mmvideo_decoder -motionpixels_decoder -mpeg_xvmc_decoder -mpeg1video_decoder -mpeg2video_decoder -mpeg4_decoder -mpeg4_vdpau_decoder -mpegvideo_decoder -mpeg_vdpau_decoder -mpeg1_vdpau_decoder -msmpeg4v1_decoder -msmpeg4v2_decoder -msmpeg4v3_decoder -msrle_decoder -msvideo1_decoder -mszh_decoder -nuv_decoder -pam_decoder -pbm_decoder -pcx_decoder -pgm_decoder -pgmyuv_decoder -png_decoder -ppm_decoder -ptx_decoder -qdraw_decoder -qpeg_decoder -qtrle_decoder -r210_decoder -rawvideo_decoder -rl2_decoder -roq_decoder -rpza_decoder -rv10_decoder -rv20_decoder -rv30_decoder -rv40_decoder -sgi_decoder -smacker_decoder -smc_decoder -snow_decoder -sp5x_decoder -sunrast_decoder -svq1_decoder -svq3_decoder -targa_decoder -theora_decoder -thp_decoder -tiertexseqvideo_decoder -tiff_decoder -tmv_decoder -truemotion1_decoder -truemotion2_decoder -tscc_decoder -txd_decoder -ulti_decoder -v210_decoder -v210x_decoder -vb_decoder -vc1_decoder -vc1_vdpau_decoder -vcr1_decoder -vmdvideo_decoder -vmnc_decoder -vp3_decoder -vp5_decoder -vp6_decoder -vp6a_decoder -vp6f_decoder -vqa_decoder -wmv1_decoder -wmv2_decoder -wmv3_decoder -wmv3_vdpau_decoder -wnv1_decoder -xan_wc3_decoder -xl_decoder -yop_decoder -zlib_decoder -zmbv_decoder -aac_decoder -ac3_decoder -alac_decoder -als_decoder -amrnb_decoder -ape_decoder -atrac1_decoder -atrac3_decoder -binkaudio_dct_decoder -binkaudio_rdft_decoder -cook_decoder -dca_decoder -dsicinaudio_decoder -eac3_decoder -flac_decoder -imc_decoder -mace3_decoder -mace6_decoder -mlp_decoder -mp1_decoder -mp2_decoder -mp3_decoder -mp3adu_decoder -mp3on4_decoder -mpc7_decoder -mpc8_decoder -nellymoser_decoder -qcelp_decoder -qdm2_decoder -ra_144_decoder -ra_288_decoder -shorten_decoder -sipr_decoder -smackaud_decoder -sonic_decoder -truehd_decoder -truespeech_decoder -tta_decoder -twinvq_decoder -vmdaudio_decoder -vorbis_decoder -wavpack_decoder -wmapro_decoder -wmav1_decoder -wmav2_decoder -wmavoice_decoder -ws_snd1_decoder -pcm_alaw_decoder -pcm_bluray_decoder -pcm_dvd_decoder -pcm_f32be_decoder -pcm_f32le_decoder -pcm_f64be_decoder -pcm_f64le_decoder -pcm_mulaw_decoder -pcm_s8_decoder -pcm_s16be_decoder -pcm_s16le_decoder -pcm_s16le_planar_decoder -pcm_s24be_decoder -pcm_s24daud_decoder -pcm_s24le_decoder -pcm_s32be_decoder -pcm_s32le_decoder -pcm_u8_decoder -pcm_u16be_decoder -pcm_u16le_decoder -pcm_u24be_decoder -pcm_u24le_decoder -pcm_u32be_decoder -pcm_u32le_decoder -pcm_zork_decoder -interplay_dpcm_decoder -roq_dpcm_decoder -sol_dpcm_decoder -xan_dpcm_decoder -adpcm_4xm_decoder -adpcm_adx_decoder -adpcm_ct_decoder -adpcm_ea_decoder -adpcm_ea_maxis_xa_decoder -adpcm_ea_r1_decoder -adpcm_ea_r2_decoder -adpcm_ea_r3_decoder -adpcm_ea_xas_decoder -adpcm_g726_decoder -adpcm_ima_amv_decoder -adpcm_ima_dk3_decoder -adpcm_ima_dk4_decoder -adpcm_ima_ea_eacs_decoder -adpcm_ima_ea_sead_decoder -adpcm_ima_iss_decoder -adpcm_ima_qt_decoder -adpcm_ima_smjpeg_decoder -adpcm_ima_wav_decoder -adpcm_ima_ws_decoder -adpcm_ms_decoder -adpcm_sbpro_2_decoder -adpcm_sbpro_3_decoder -adpcm_sbpro_4_decoder -adpcm_swf_decoder -adpcm_thp_decoder -adpcm_xa_decoder -adpcm_yamaha_decoder -dvbsub_decoder -dvdsub_decoder -pgssub_decoder -xsub_decoder -libdirac_decoder -libfaad_decoder -libgsm_decoder -libgsm_ms_decoder -libopencore_amrnb_decoder -libopencore_amrwb_decoder -libopenjpeg_decoder -libschroedinger_decoder -libspeex_decoder -libvpx_decoder' -demuxers_if_any='aac_demuxer -ac3_demuxer -aea_demuxer -aiff_demuxer -amr_demuxer -anm_demuxer -apc_demuxer -ape_demuxer -asf_demuxer -ass_demuxer -au_demuxer -avi_demuxer -avisynth_demuxer -avs_demuxer -bethsoftvid_demuxer -bfi_demuxer -bink_demuxer -c93_demuxer -caf_demuxer -cavsvideo_demuxer -cdg_demuxer -daud_demuxer -dirac_demuxer -dnxhd_demuxer -dsicin_demuxer -dts_demuxer -dv_demuxer -dxa_demuxer -ea_demuxer -ea_cdata_demuxer -eac3_demuxer -ffm_demuxer -filmstrip_demuxer -flac_demuxer -flic_demuxer -flv_demuxer -fourxm_demuxer -gsm_demuxer -gxf_demuxer -h261_demuxer -h263_demuxer -h264_demuxer -idcin_demuxer -iff_demuxer -image2_demuxer -image2pipe_demuxer -ingenient_demuxer -ipmovie_demuxer -iss_demuxer -iv8_demuxer -lmlm4_demuxer -m4v_demuxer -matroska_demuxer -mjpeg_demuxer -mlp_demuxer -mm_demuxer -mmf_demuxer -mov_demuxer -mp3_demuxer -mpc_demuxer -mpc8_demuxer -mpegps_demuxer -mpegts_demuxer -mpegtsraw_demuxer -mpegvideo_demuxer -msnwc_tcp_demuxer -mtv_demuxer -mvi_demuxer -mxf_demuxer -nc_demuxer -nsv_demuxer -nut_demuxer -nuv_demuxer -ogg_demuxer -oma_demuxer -pcm_alaw_demuxer -pcm_mulaw_demuxer -pcm_f64be_demuxer -pcm_f64le_demuxer -pcm_f32be_demuxer -pcm_f32le_demuxer -pcm_s32be_demuxer -pcm_s32le_demuxer -pcm_s24be_demuxer -pcm_s24le_demuxer -pcm_s16be_demuxer -pcm_s16le_demuxer -pcm_s8_demuxer -pcm_u32be_demuxer -pcm_u32le_demuxer -pcm_u24be_demuxer -pcm_u24le_demuxer -pcm_u16be_demuxer -pcm_u16le_demuxer -pcm_u8_demuxer -pva_demuxer -qcp_demuxer -r3d_demuxer -rawvideo_demuxer -rl2_demuxer -rm_demuxer -roq_demuxer -rpl_demuxer -rtsp_demuxer -sdp_demuxer -segafilm_demuxer -shorten_demuxer -siff_demuxer -smacker_demuxer -sol_demuxer -sox_demuxer -str_demuxer -swf_demuxer -thp_demuxer -tiertexseq_demuxer -tmv_demuxer -truehd_demuxer -tta_demuxer -txd_demuxer -vc1_demuxer -vc1t_demuxer -vmd_demuxer -voc_demuxer -vqf_demuxer -w64_demuxer -wav_demuxer -wc3_demuxer -wsaud_demuxer -wsvqa_demuxer -wv_demuxer -xa_demuxer -yop_demuxer -yuv4mpegpipe_demuxer -libnut_demuxer' -dirac_demuxer=yes -dirac_demuxer_deps=dirac_parser -dnxhd_demuxer=no -dnxhd_encoder_select=aandct -doc=no -doc_deps=texi2html -dsicin_demuxer=no -dts_demuxer=yes -dv1394_indev=no -dv1394_indev_deps='dv1394 dv_demuxer' -dv_demuxer=yes -dxa_decoder_select=zlib -dxa_demuxer=no -ea_cdata_demuxer=yes -ea_demuxer=yes -eac3_decoder_select=ac3_decoder -eac3_demuxer=yes -eac3_demuxer_select=ac3_parser -eamad_decoder_select=aandct -eatgq_decoder_select=aandct -eatqi_decoder_select=aandct -encoders_if_any='asv1_encoder -asv2_encoder -bmp_encoder -dnxhd_encoder -dvvideo_encoder -ffv1_encoder -ffvhuff_encoder -flashsv_encoder -flv_encoder -gif_encoder -h261_encoder -h263_encoder -h263p_encoder -huffyuv_encoder -jpegls_encoder -ljpeg_encoder -mjpeg_encoder -mpeg1video_encoder -mpeg2video_encoder -mpeg4_encoder -msmpeg4v1_encoder -msmpeg4v2_encoder -msmpeg4v3_encoder -pam_encoder -pbm_encoder -pcx_encoder -pgm_encoder -pgmyuv_encoder -png_encoder -ppm_encoder -qtrle_encoder -rawvideo_encoder -roq_encoder -rv10_encoder -rv20_encoder -sgi_encoder -snow_encoder -svq1_encoder -targa_encoder -tiff_encoder -v210_encoder -wmv1_encoder -wmv2_encoder -zlib_encoder -zmbv_encoder -aac_encoder -ac3_encoder -alac_encoder -flac_encoder -mp2_encoder -nellymoser_encoder -sonic_encoder -sonic_ls_encoder -wmav1_encoder -wmav2_encoder -pcm_alaw_encoder -pcm_f32be_encoder -pcm_f32le_encoder -pcm_f64be_encoder -pcm_f64le_encoder -pcm_mulaw_encoder -pcm_s8_encoder -pcm_s16be_encoder -pcm_s16le_encoder -pcm_s24be_encoder -pcm_s24daud_encoder -pcm_s24le_encoder -pcm_s32be_encoder -pcm_s32le_encoder -pcm_u8_encoder -pcm_u16be_encoder -pcm_u16le_encoder -pcm_u24be_encoder -pcm_u24le_encoder -pcm_u32be_encoder -pcm_u32le_encoder -pcm_zork_encoder -roq_dpcm_encoder -adpcm_adx_encoder -adpcm_g726_encoder -adpcm_ima_qt_encoder -adpcm_ima_wav_encoder -adpcm_ms_encoder -adpcm_swf_encoder -adpcm_yamaha_encoder -dvbsub_encoder -dvdsub_encoder -xsub_encoder -libdirac_encoder -libfaac_encoder -libgsm_encoder -libgsm_ms_encoder -libmp3lame_encoder -libopencore_amrnb_encoder -libschroedinger_encoder -libtheora_encoder -libvorbis_encoder -libvpx_encoder -libx264_encoder -libxvid_encoder' -extra_cflags=' -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib' -extralibs=' -L/home/vicente/tomato/release/src-rt/router/zlib -lz' -fast_64bit_if_any='alpha ia64 mips64 parisc64 ppc64 sparc64 x86_64' -fast_clz_if_any='alpha armv5te avr32 mips ppc x86' -fast_unaligned_if_any='armv6 ppc x86' -fastdiv=yes -ffm_demuxer=no -ffmpeg=no -ffmpeg_deps='avcodec avformat swscale' -ffplay=no -ffplay_deps='avcodec avformat swscale sdl' -ffplay_select=rdft -ffprobe=no -ffprobe_deps='avcodec avformat' -ffserver=no -ffserver_deps='avformat ffm_muxer rtp_protocol rtsp_demuxer' -ffserver_extralibs='$ldl' -ffv1_decoder_select=golomb -file_protocol=yes -filmstrip_demuxer=yes -filters_if_any='aspect_filter -crop_filter -format_filter -noformat_filter -null_filter -pixelaspect_filter -scale_filter -slicify_filter -unsharp_filter -vflip_filter -nullsrc_filter -nullsink_filter' -flac_decoder=yes -flac_decoder_select=golomb -flac_demuxer=yes -flac_encoder_select='golomb lpc' -flashsv_decoder_select=zlib -flashsv_encoder_select=zlib -flic_demuxer=yes -flv_decoder_select=h263_decoder -flv_demuxer=yes -flv_encoder_select=h263_encoder -fourxm_demuxer=yes -gopher_protocol_deps=network -gpl=yes -gsm_demuxer=no -gxf_demuxer=no -h261_demuxer=yes -h261_encoder_select=aandct -h263_decoder_select=h263_parser -h263_demuxer=yes -h263_encoder_select=aandct -h263_vaapi_hwaccel_select='vaapi h263_decoder' -h263i_decoder_select=h263_decoder -h263p_encoder_select=h263_encoder -h264_decoder=yes -h264_decoder_select='golomb h264dsp' -h264_demuxer=yes -h264_dxva2_hwaccel_deps=dxva2api_h -h264_dxva2_hwaccel_select='dxva2 h264_decoder' -h264_parser=yes -h264_parser_select='golomb h264dsp' -h264_vaapi_hwaccel_select=vaapi -h264_vdpau_decoder_select='vdpau h264_decoder' -host_cc_default=gcc -host_cflags='-D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -O3 -g -Wall' -host_libs=-lm -host_os=linux -http_protocol_deps=network -http_protocol_select=tcp_protocol -hwaccels_if_any='h263_vaapi_hwaccel -h264_dxva2_hwaccel -h264_vaapi_hwaccel -mpeg2_vaapi_hwaccel -mpeg4_vaapi_hwaccel -vc1_dxva2_hwaccel -vc1_vaapi_hwaccel -wmv3_dxva2_hwaccel -wmv3_vaapi_hwaccel' -idcin_demuxer=no -iff_demuxer=no -image2_demuxer=no -image2pipe_demuxer=no -imc_decoder_select='fft mdct' -incdir_default='${prefix}/include' -indevs_if_any='alsa_indev -audio_beos_indev -bktr_indev -dv1394_indev -jack_indev -oss_indev -v4l2_indev -v4l_indev -vfwcap_indev -x11_grab_device_indev -libdc1394_indev' -ingenient_demuxer=no -inline_asm_deps='!tms470' -ipmovie_demuxer=no -ipod_muxer_select=mov_muxer -iss_demuxer=yes -iv8_demuxer=yes -iwmmxt=yes -iwmmxt_deps=arm -jack_indev=no -jack_indev_deps=jack_jack_h -jack_indev_extralibs=-ljack -jpegls_decoder=yes -jpegls_decoder_select=golomb -jpegls_encoder_select=golomb -l=--prefix= -libdc1394_indev=no -libdc1394_indev_deps=libdc1394 -libdir_default='${prefix}/lib' -libdirac_decoder_deps='libdirac !libschroedinger' -libdirac_encoder_deps=libdirac -libfaac_encoder_deps=libfaac -libfaad_decoder_deps=libfaad -libfaadbin_extralibs='$ldl' -libgsm_decoder_deps=libgsm -libgsm_encoder_deps=libgsm -libgsm_ms_decoder_deps=libgsm -libgsm_ms_encoder_deps=libgsm -libmp3lame_encoder_deps=libmp3lame -libnut_demuxer=yes -libnut_demuxer_deps=libnut -libnut_muxer_deps=libnut -libopencore_amrnb_decoder_deps=libopencore_amrnb -libopencore_amrnb_encoder_deps=libopencore_amrnb -libopencore_amrwb_decoder_deps=libopencore_amrwb -libopenjpeg_decoder_deps=libopenjpeg -libschroedinger_decoder_deps=libschroedinger -libschroedinger_encoder_deps=libschroedinger -libspeex_decoder_deps=libspeex -libtheora_encoder_deps=libtheora -libvorbis_encoder_deps=libvorbis -libvpx_decoder_deps=libvpx -libvpx_encoder_deps=libvpx -libx264_encoder_deps=libx264 -libxvid_encoder_deps=libxvid -list='file_protocol -gopher_protocol -http_protocol -pipe_protocol -rtmp_protocol -rtmpt_protocol -rtmpe_protocol -rtmpte_protocol -rtmps_protocol -rtp_protocol -tcp_protocol -udp_protocol -concat_protocol' -ljpeg_encoder_select=aandct -lmlm4_demuxer=no -ln_s='ln -sf' -loco_decoder_select=golomb -logfile=config.err -m4v_demuxer=yes -mandir_default='${prefix}/share/man' -matroska_audio_muxer_select=matroska_muxer -matroska_demuxer=yes -matroska_demuxer_suggest='zlib bzlib' -mdct_select=fft -mjpeg_demuxer=yes -mjpeg_encoder_select=aandct -mlp_decoder_select=mlp_parser -mlp_demuxer=yes -mm_demuxer=no -mmf_demuxer=no -mmi=yes -mmi_deps=mips -mmx=yes -mmx2=yes -mmx2_deps=mmx -mmx_deps=x86 -mov_demuxer=yes -mov_demuxer_suggest=zlib -movie_filter_deps=avfilter_lavf -mp3_decoder=yes -mp3_demuxer=yes -mp3_demuxer_deps=mpegaudio_parser -mp4_muxer_select=mov_muxer -mpc8_demuxer=yes -mpc_demuxer=yes -mpeg1_vdpau_decoder_select='vdpau mpeg1video_decoder' -mpeg1video_decoder=yes -mpeg1video_encoder_select=aandct -mpeg2_vaapi_hwaccel_select='vaapi mpeg2video_decoder' -mpeg2video_decoder=yes -mpeg2video_encoder_select=aandct -mpeg4_decoder=yes -mpeg4_decoder_select='h263_decoder mpeg4video_parser' -mpeg4_encoder_select=h263_encoder -mpeg4_vaapi_hwaccel_select='vaapi mpeg4_decoder' -mpeg4_vdpau_decoder_select='vdpau mpeg4_decoder' -mpeg4video_parser=yes -mpeg_vdpau_decoder_select='vdpau mpegvideo_decoder' -mpeg_xvmc_decoder_deps=X11_extensions_XvMClib_h -mpeg_xvmc_decoder_select=mpegvideo_decoder -mpegaudio_hp=no -mpegaudio_parser=yes -mpegps_demuxer=yes -mpegts_demuxer=yes -mpegtsraw_demuxer=yes -mpegtsraw_demuxer_select=mpegts_demuxer -mpegvideo_decoder=yes -mpegvideo_demuxer=yes -mpegvideo_parser=yes -msmpeg4v1_decoder_select=h263_decoder -msmpeg4v1_encoder_select=h263_encoder -msmpeg4v2_decoder_select=h263_decoder -msmpeg4v2_encoder_select=h263_encoder -msmpeg4v3_decoder_select=h263_decoder -msmpeg4v3_encoder_select=h263_encoder -msnwc_tcp_demuxer=no -mtv_demuxer=no -muxers_if_any='ac3_muxer -adts_muxer -aiff_muxer -amr_muxer -asf_muxer -ass_muxer -asf_stream_muxer -au_muxer -avi_muxer -avm2_muxer -crc_muxer -daud_muxer -dirac_muxer -dnxhd_muxer -dts_muxer -dv_muxer -eac3_muxer -ffm_muxer -filmstrip_muxer -flac_muxer -flv_muxer -framecrc_muxer -gif_muxer -gxf_muxer -h261_muxer -h263_muxer -h264_muxer -image2_muxer -image2pipe_muxer -ipod_muxer -m4v_muxer -matroska_muxer -matroska_audio_muxer -mjpeg_muxer -mlp_muxer -mmf_muxer -mov_muxer -mp2_muxer -mp3_muxer -mp4_muxer -mpeg1system_muxer -mpeg1vcd_muxer -mpeg1video_muxer -mpeg2dvd_muxer -mpeg2svcd_muxer -mpeg2video_muxer -mpeg2vob_muxer -mpegts_muxer -mpjpeg_muxer -mxf_muxer -mxf_d10_muxer -null_muxer -nut_muxer -ogg_muxer -pcm_alaw_muxer -pcm_mulaw_muxer -pcm_f64be_muxer -pcm_f64le_muxer -pcm_f32be_muxer -pcm_f32le_muxer -pcm_s32be_muxer -pcm_s32le_muxer -pcm_s24be_muxer -pcm_s24le_muxer -pcm_s16be_muxer -pcm_s16le_muxer -pcm_s8_muxer -pcm_u32be_muxer -pcm_u32le_muxer -pcm_u24be_muxer -pcm_u24le_muxer -pcm_u16be_muxer -pcm_u16le_muxer -pcm_u8_muxer -psp_muxer -rawvideo_muxer -rm_muxer -roq_muxer -rtp_muxer -rtsp_muxer -sox_muxer -spdif_muxer -swf_muxer -tg2_muxer -tgp_muxer -truehd_muxer -vc1t_muxer -voc_muxer -wav_muxer -webm_muxer -yuv4mpegpipe_muxer -libnut_muxer' -mvi_demuxer=yes -mxf_d10_muxer_select=mxf_muxer -mxf_demuxer=no -n=protocols -name=file_protocol -nc_demuxer=yes -need_memalign='altivec neon sse' -nellymoser_decoder_select=mdct -nellymoser_encoder_select=mdct -neon=yes -neon_deps=arm -network=no -nm_default=nm -nm_opts=-g -nsv_demuxer=no -nut_demuxer=no -nuv_demuxer=yes -objformat=elf -ogg_demuxer=yes -ogg_demuxer_select=golomb -oma_demuxer=no -op== -opt=--prefix= -optimizations=yes -option=debug -optname=prefix -optval= -oss_indev=no -oss_indev_deps_any='soundcard_h sys_soundcard_h' -oss_outdev=no -oss_outdev_deps_any='soundcard_h sys_soundcard_h' -outdevs_if_any='alsa_outdev -audio_beos_outdev -oss_outdev' -parsers_if_any='aac_parser -ac3_parser -cavsvideo_parser -dca_parser -dirac_parser -dnxhd_parser -dvbsub_parser -dvdsub_parser -h261_parser -h263_parser -h264_parser -mjpeg_parser -mlp_parser -mpeg4video_parser -mpegaudio_parser -mpegvideo_parser -pnm_parser -vc1_parser -vp3_parser' -pcm_alaw_demuxer=yes -pcm_f32be_demuxer=yes -pcm_f32le_demuxer=yes -pcm_f64be_demuxer=yes -pcm_f64le_demuxer=yes -pcm_mulaw_demuxer=yes -pcm_s16be_demuxer=yes -pcm_s16le_demuxer=yes -pcm_s24be_demuxer=yes -pcm_s24le_demuxer=yes -pcm_s32be_demuxer=yes -pcm_s32le_demuxer=yes -pcm_s8_demuxer=yes -pcm_u16be_demuxer=yes -pcm_u16le_demuxer=yes -pcm_u24be_demuxer=yes -pcm_u24le_demuxer=yes -pcm_u32be_demuxer=yes -pcm_u32le_demuxer=yes -pcm_u8_demuxer=yes -png_decoder=yes -png_decoder_select=zlib -png_encoder_select=zlib -ppc4xx=yes -ppc4xx_deps=ppc -prefix= -prefix_default=/usr/local -protocols=yes -protocols_if_any='file_protocol -gopher_protocol -http_protocol -pipe_protocol -rtmp_protocol -rtmpt_protocol -rtmpe_protocol -rtmpte_protocol -rtmps_protocol -rtp_protocol -tcp_protocol -udp_protocol -concat_protocol' -psp_muxer_select=mov_muxer -pthreads=yes -pva_demuxer=no -qcelp_decoder_select=lsp -qcp_demuxer=yes -qdm2_decoder_select='mdct rdft' -quotes='""' -r= -r3d_demuxer=yes -ranlib=ranlib -rawvideo_demuxer=no -rdft_select=fft -rl2_demuxer=no -rm_demuxer=yes -roq_demuxer=no -rpl_demuxer=no -rtmp_protocol_deps=tcp_protocol -rtp_protocol_deps=udp_protocol -rtsp_demuxer=yes -rtsp_demuxer_deps=sdp_demuxer -rtsp_muxer_deps=sdp_demuxer -rtsp_muxer_select=rtp_muxer -rv10_decoder_select=h263_decoder -rv10_encoder_select=h263_encoder -rv20_decoder_select=h263_decoder -rv20_encoder_select=h263_encoder -rv30_decoder_select='golomb h264dsp' -rv40_decoder_select='golomb h264dsp' -sdp_demuxer=yes -sdp_demuxer_deps='rtp_protocol mpegts_demuxer' -sdp_demuxer_select='asf_demuxer rm_demuxer' -segafilm_demuxer=no -shared=yes -shlibdir_default='${prefix}/lib' -shorten_decoder_select=golomb -shorten_demuxer=no -siff_demuxer=no -sipr_decoder_select=lsp -smacker_demuxer=no -small=yes -snow_decoder_select=dwt -snow_encoder_select='aandct dwt' -sol_demuxer=no -sonic_decoder_select=golomb -sonic_encoder_select=golomb -sonic_ls_encoder_select=golomb -source_path=/home/vicente/tomato/release/src/router/ffmpeg -source_path_used=no -sox_demuxer=yes -spdif_muxer_select=aac_parser -sse=yes -sse_deps=mmx -ssse3=yes -ssse3_deps=sse -static=yes -str_demuxer=no -strip_default=strip -stripping=yes -svq1_encoder_select=aandct -svq3_decoder_select='golomb h264dsp' -svq3_decoder_suggest=zlib -swf_demuxer=yes -swscale=no -swscale_alpha=yes -symver=no -symver_asm_label=no -symver_gnu_asm=no -symver_if_any='symver_asm_label symver_gnu_asm' -target_os=linux -target_os_default=linux -target_path='$(CURDIR)' -tcp_protocol_deps=network -tg2_muxer_select=mov_muxer -tgp_muxer_select=mov_muxer -theora_decoder_select=vp3_decoder -thing=protocol -thp_demuxer=no -tiertexseq_demuxer=no -tiff_decoder_suggest=zlib -tiff_encoder_suggest=zlib -tmv_demuxer=yes -truehd_decoder_select=mlp_decoder -truehd_demuxer=yes -tscc_decoder_select=zlib -tta_demuxer=no -twinvq_decoder_select='mdct lsp' -txd_demuxer=no -udp_protocol_deps=network -v=PROTOCOL_LIST -v4l2_indev=no -v4l2_indev_deps_any='linux_videodev2_h sys_videoio_h' -v4l_indev=no -v4l_indev_deps=linux_videodev_h -vaapi_deps=va_va_h -value=prefix -var=prefix -vc1_decoder_select=h263_decoder -vc1_demuxer=yes -vc1_dxva2_hwaccel_deps='dxva2api_h DXVA_PictureParameters_wDecodedPictureIndex' -vc1_dxva2_hwaccel_select='dxva2 vc1_decoder' -vc1_vaapi_hwaccel_select='vaapi vc1_decoder' -vc1_vdpau_decoder_select='vdpau vc1_decoder' -vc1t_demuxer=yes -vdpau_deps='vdpau_vdpau_h vdpau_vdpau_x11_h' -vfwcap_indev=no -vfwcap_indev_deps=capCreateCaptureWindow -vfwcap_indev_extralibs=-lavicap32 -vis=yes -vis_deps=sparc -vmd_demuxer=no -voc_demuxer=no -vorbis_decoder_select=mdct -vorbis_encoder_select=mdct -vp6a_decoder_select=vp6_decoder -vp6f_decoder_select=vp6_decoder -vqf_demuxer=yes -w64_demuxer=yes -w64_demuxer_deps=wav_demuxer -wav_demuxer=yes -wc3_demuxer=no -wmapro_decoder_select=mdct -wmav1_decoder=yes -wmav1_decoder_select=mdct -wmav1_encoder_select=mdct -wmav2_decoder=yes -wmav2_decoder_select=mdct -wmav2_encoder_select=mdct -wmavoice_decoder_select='lsp rdft dct' -wmv1_decoder_select=h263_decoder -wmv1_encoder_select=h263_encoder -wmv2_decoder_select=h263_decoder -wmv2_encoder_select=h263_encoder -wmv3_decoder_select=vc1_decoder -wmv3_dxva2_hwaccel_select=vc1_dxva2_hwaccel -wmv3_vaapi_hwaccel_select=vc1_vaapi_hwaccel -wmv3_vdpau_decoder_select=vc1_vdpau_decoder -wsaud_demuxer=no -wsvqa_demuxer=no -wv_demuxer=yes -x11_grab_device_indev=no -x11_grab_device_indev_deps='x11grab XShmCreateImage' -x11_grab_device_indev_extralibs='-lX11 -lXext -lXfixes' -x86_64_suggest='cmov fast_cmov' -xa_demuxer=no -yasmexe=yasm -yop_demuxer=yes -yuv4mpegpipe_demuxer=no -zlib=yes -zlib_decoder_select=zlib -zlib_encoder_select=zlib -zmbv_decoder_select=zlib -zmbv_encoder_select=zlib -type mktemp -mktemp is /bin/mktemp -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -check_cflags -std=c99 -check_cc -std=c99 -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cc -D_FILE_OFFSET_BITS=64 -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -D_FILE_OFFSET_BITS=64 -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cc -D_LARGEFILE_SOURCE -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -D_LARGEFILE_SOURCE -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_host_cflags -std=c99 -check_host_cc -std=c99 -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -O3 -g -Wall -std=c99 -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cpp_condition stdlib.h defined(__PIC__) || defined(__pic__) || defined(PIC) -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 #if !(defined(__PIC__) || defined(__pic__) || defined(PIC)) - 3 #error "unsatisfied condition: defined(__PIC__) || defined(__pic__) || defined(PIC)" - 4 #endif -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cflags -fomit-frame-pointer -check_cc -fomit-frame-pointer -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int ff_extern; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 void foo(void) { __asm__ volatile ("" ::); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 void foo(char * restrict p); -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 struct { int x; } __attribute__((packed)) x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 union { int x; } __attribute__((may_alias)) x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E'; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_asm loongson "dmult.g $1, $2, $3" -check_as -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 void foo(void){ __asm__ volatile("dmult.g $1, $2, $3"); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -{standard input}: Assembler messages: -{standard input}:15: Error: opcode not supported on this processor: mips32 (mips32) `dmult.g $1,$2,$3' -check_asm mmi "lq $2, 0($2)" -check_as -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 void foo(void){ __asm__ volatile("lq $2, 0($2)"); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -{standard input}: Assembler messages: -{standard input}:15: Error: unrecognized opcode `lq $2,0($2)' -check_func dlopen -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int dlopen(); - 2 int main(void){ dlopen(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -/tmp/ffconf.gf7pspHF.o: In function `main': -ffconf.YWGpxVNu.c:(.text.main+0x18): undefined reference to `dlopen' -collect2: ld returned 1 exit status -check_func dlopen -ldl -check_ld -ldl -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int dlopen(); - 2 int main(void){ dlopen(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -ldl -check_func nanosleep -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int nanosleep(); - 2 int main(void){ nanosleep(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -check_func fork -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int fork(); - 2 int main(void){ fork(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -check_func getaddrinfo -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int getaddrinfo(); - 2 int main(void){ getaddrinfo(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -check_func gethrtime -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int gethrtime(); - 2 int main(void){ gethrtime(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -/tmp/ffconf.gf7pspHF.o: In function `main': -ffconf.YWGpxVNu.c:(.text.main+0x18): undefined reference to `gethrtime' -collect2: ld returned 1 exit status -check_func getrusage -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int getrusage(); - 2 int main(void){ getrusage(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -check_type sys/time.h sys/resource.h struct rusage ru_maxrss -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 - 2 #include - 3 #include - 4 const void *p = &((struct rusage *)0)->ru_maxrss; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_func inet_aton -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int inet_aton(); - 2 int main(void){ inet_aton(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -check_func isatty -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int isatty(); - 2 int main(void){ isatty(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -check_func memalign -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int memalign(); - 2 int main(void){ memalign(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -check_func mkstemp -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int mkstemp(); - 2 int main(void){ mkstemp(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -check_func posix_memalign -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int posix_memalign(); - 2 int main(void){ posix_memalign(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -/tmp/ffconf.gf7pspHF.o: In function `main': -ffconf.YWGpxVNu.c:(.text.main+0x18): undefined reference to `posix_memalign' -collect2: ld returned 1 exit status -check_func setrlimit -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int setrlimit(); - 2 int main(void){ setrlimit(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -check_func strerror_r -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int strerror_r(); - 2 int main(void){ strerror_r(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -check_func_headers io.h setmode -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 - 2 #include - 3 int main(int argc, char **argv){ - 4 return (long) setmode; - 5 } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:2:16: error: io.h: No such file or directory -/tmp/ffconf.YWGpxVNu.c: In function 'main': -/tmp/ffconf.YWGpxVNu.c:4: error: 'setmode' undeclared (first use in this function) -/tmp/ffconf.YWGpxVNu.c:4: error: (Each undeclared identifier is reported only once -/tmp/ffconf.YWGpxVNu.c:4: error: for each function it appears in.) -check_func_headers lzo/lzo1x.h lzo1x_999_compress -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 - 2 #include - 3 int main(int argc, char **argv){ - 4 return (long) lzo1x_999_compress; - 5 } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:2:23: error: lzo/lzo1x.h: No such file or directory -/tmp/ffconf.YWGpxVNu.c: In function 'main': -/tmp/ffconf.YWGpxVNu.c:4: error: 'lzo1x_999_compress' undeclared (first use in this function) -/tmp/ffconf.YWGpxVNu.c:4: error: (Each undeclared identifier is reported only once -/tmp/ffconf.YWGpxVNu.c:4: error: for each function it appears in.) -check_lib2 windows.h psapi.h GetProcessMemoryInfo -lpsapi -check_func_headers windows.h psapi.h GetProcessMemoryInfo -lpsapi -check_ld -lpsapi -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 - 2 #include - 3 #include - 4 int main(int argc, char **argv){ - 5 return (long) GetProcessMemoryInfo; - 6 } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:2:21: error: windows.h: No such file or directory -/tmp/ffconf.YWGpxVNu.c:3:19: error: psapi.h: No such file or directory -/tmp/ffconf.YWGpxVNu.c: In function 'main': -/tmp/ffconf.YWGpxVNu.c:5: error: 'GetProcessMemoryInfo' undeclared (first use in this function) -/tmp/ffconf.YWGpxVNu.c:5: error: (Each undeclared identifier is reported only once -/tmp/ffconf.YWGpxVNu.c:5: error: for each function it appears in.) -check_func_headers windows.h GetProcessTimes -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 - 2 #include - 3 int main(int argc, char **argv){ - 4 return (long) GetProcessTimes; - 5 } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:2:21: error: windows.h: No such file or directory -/tmp/ffconf.YWGpxVNu.c: In function 'main': -/tmp/ffconf.YWGpxVNu.c:4: error: 'GetProcessTimes' undeclared (first use in this function) -/tmp/ffconf.YWGpxVNu.c:4: error: (Each undeclared identifier is reported only once -/tmp/ffconf.YWGpxVNu.c:4: error: for each function it appears in.) -check_func_headers windows.h VirtualAlloc -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 - 2 #include - 3 int main(int argc, char **argv){ - 4 return (long) VirtualAlloc; - 5 } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:2:21: error: windows.h: No such file or directory -/tmp/ffconf.YWGpxVNu.c: In function 'main': -/tmp/ffconf.YWGpxVNu.c:4: error: 'VirtualAlloc' undeclared (first use in this function) -/tmp/ffconf.YWGpxVNu.c:4: error: (Each undeclared identifier is reported only once -/tmp/ffconf.YWGpxVNu.c:4: error: for each function it appears in.) -check_header conio.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:1:19: error: conio.h: No such file or directory -check_header dlfcn.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_header dxva2api.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:1:22: error: dxva2api.h: No such file or directory -check_header malloc.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_header poll.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_header sys/mman.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_header sys/resource.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_header sys/select.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_header termios.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_header vdpau/vdpau.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:1:25: error: vdpau/vdpau.h: No such file or directory -check_header vdpau/vdpau_x11.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:1:29: error: vdpau/vdpau_x11.h: No such file or directory -check_header X11/extensions/XvMClib.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:1:36: error: X11/extensions/XvMClib.h: No such file or directory -check_type dxva2api.h DXVA_PictureParameters wDecodedPictureIndex -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 - 2 #include - 3 const void *p = &((DXVA_PictureParameters *)0)->wDecodedPictureIndex; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:2:22: error: dxva2api.h: No such file or directory -/tmp/ffconf.YWGpxVNu.c:3: error: 'DXVA_PictureParameters' undeclared here (not in a function) -/tmp/ffconf.YWGpxVNu.c:3: error: expected expression before ')' token -check_lib zlib.h zlibVersion -lz -check_header zlib.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_func zlibVersion -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int zlibVersion(); - 2 int main(void){ zlibVersion(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -check_lib2 bzlib.h BZ2_bzlibVersion -lbz2 -check_func_headers bzlib.h BZ2_bzlibVersion -lbz2 -check_ld -lbz2 -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 - 2 #include - 3 int main(int argc, char **argv){ - 4 return (long) BZ2_bzlibVersion; - 5 } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:2:19: error: bzlib.h: No such file or directory -/tmp/ffconf.YWGpxVNu.c: In function 'main': -/tmp/ffconf.YWGpxVNu.c:4: error: 'BZ2_bzlibVersion' undeclared (first use in this function) -/tmp/ffconf.YWGpxVNu.c:4: error: (Each undeclared identifier is reported only once -/tmp/ffconf.YWGpxVNu.c:4: error: for each function it appears in.) -check_func pthread_create -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int pthread_create(); - 2 int main(void){ pthread_create(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -/tmp/ffconf.gf7pspHF.o: In function `main': -ffconf.YWGpxVNu.c:(.text.main+0x18): undefined reference to `pthread_create' -collect2: ld returned 1 exit status -check_func pthread_create -pthread -check_ld -pthread -check_cc -pthread -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int pthread_create(); - 2 int main(void){ pthread_create(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -pthread -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -check_lib math.h sin -lm -check_header math.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_func sin -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 extern int sin(); - 2 int main(void){ sin(); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:1: warning: conflicting types for built-in function 'sin' -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_lib va/va.h vaInitialize -lva -check_header va/va.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:1:19: error: va/va.h: No such file or directory -check_mathfunc exp2 -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 float foo(float f) { return exp2(f); } - 3 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_mathfunc exp2f -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 float foo(float f) { return exp2f(f); } - 3 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_mathfunc llrint -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 float foo(float f) { return llrint(f); } - 3 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_mathfunc llrintf -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 float foo(float f) { return llrintf(f); } - 3 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_mathfunc log2 -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 float foo(float f) { return log2(f); } - 3 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_mathfunc log2f -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 float foo(float f) { return log2f(f); } - 3 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_mathfunc lrint -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 float foo(float f) { return lrint(f); } - 3 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_mathfunc lrintf -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 float foo(float f) { return lrintf(f); } - 3 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_mathfunc round -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 float foo(float f) { return round(f); } - 3 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_mathfunc roundf -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 float foo(float f) { return roundf(f); } - 3 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_mathfunc truncf -check_ld -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 float foo(float f) { return truncf(f); } - 3 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_header linux/videodev.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_header linux/videodev2.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_header sys/videoio.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:1:25: error: sys/videoio.h: No such file or directory -check_func_headers windows.h vfw.h capCreateCaptureWindow -lavicap32 -check_ld -lavicap32 -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 - 2 #include - 3 #include - 4 int main(int argc, char **argv){ - 5 return (long) capCreateCaptureWindow; - 6 } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:2:21: error: windows.h: No such file or directory -/tmp/ffconf.YWGpxVNu.c:3:17: error: vfw.h: No such file or directory -/tmp/ffconf.YWGpxVNu.c: In function 'main': -/tmp/ffconf.YWGpxVNu.c:5: error: 'capCreateCaptureWindow' undeclared (first use in this function) -/tmp/ffconf.YWGpxVNu.c:5: error: (Each undeclared identifier is reported only once -/tmp/ffconf.YWGpxVNu.c:5: error: for each function it appears in.) -check_header dev/bktr/ioctl_meteor.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:1:35: error: dev/bktr/ioctl_meteor.h: No such file or directory -check_header machine/ioctl_meteor.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:1:34: error: machine/ioctl_meteor.h: No such file or directory -check_header dev/video/meteor/ioctl_meteor.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:1:43: error: dev/video/meteor/ioctl_meteor.h: No such file or directory -check_header dev/ic/bt8xx.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:1:26: error: dev/ic/bt8xx.h: No such file or directory -check_header sys/soundcard.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_header soundcard.h -check_cpp -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 #include - 2 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -E -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:1:23: error: soundcard.h: No such file or directory -check_cflags -Wdeclaration-after-statement -check_cc -Wdeclaration-after-statement -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cflags -Wall -check_cc -Wall -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cflags -Wno-switch -check_cc -Wno-switch -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cflags -Wdisabled-optimization -check_cc -Wdisabled-optimization -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cflags -Wpointer-arith -check_cc -Wpointer-arith -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cflags -Wredundant-decls -check_cc -Wredundant-decls -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cflags -Wno-pointer-sign -check_cc -Wno-pointer-sign -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cflags -Wcast-qual -check_cc -Wcast-qual -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cflags -Wwrite-strings -check_cc -Wwrite-strings -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cflags -Wtype-limits -check_cc -Wtype-limits -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -cc1: error: unrecognized command line option "-Wtype-limits" -check_cflags -Wundef -check_cc -Wundef -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cflags -Wmissing-prototypes -check_cc -Wmissing-prototypes -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_ldflags -Wl,--warn-common -test_ldflags -Wl,--warn-common -check_ld -Wl,--warn-common -check_cc -Wl,--warn-common -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -Wl,--warn-common -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc: --warn-common: linker input file unused because linking not done -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -Wl,--warn-common -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_ldflags -Wl,--as-needed -test_ldflags -Wl,--as-needed -check_ld -Wl,--as-needed -check_cc -Wl,--as-needed -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -Wl,--as-needed -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc: --as-needed: linker input file unused because linking not done -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -Wl,--warn-common -Wl,--as-needed -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_ldflags -Wl,-rpath-link,\$(BUILD_ROOT)/libpostproc -Wl,-rpath-link,\$(BUILD_ROOT)/libswscale -Wl,-rpath-link,\$(BUILD_ROOT)/libavfilter -Wl,-rpath-link,\$(BUILD_ROOT)/libavdevice -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil -test_ldflags -Wl,-rpath-link,\$(BUILD_ROOT)/libpostproc -Wl,-rpath-link,\$(BUILD_ROOT)/libswscale -Wl,-rpath-link,\$(BUILD_ROOT)/libavfilter -Wl,-rpath-link,\$(BUILD_ROOT)/libavdevice -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil -check_ld -Wl,-rpath-link,\$(BUILD_ROOT)/libpostproc -Wl,-rpath-link,\$(BUILD_ROOT)/libswscale -Wl,-rpath-link,\$(BUILD_ROOT)/libavfilter -Wl,-rpath-link,\$(BUILD_ROOT)/libavdevice -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil -check_cc -Wl,-rpath-link,\$(BUILD_ROOT)/libpostproc -Wl,-rpath-link,\$(BUILD_ROOT)/libswscale -Wl,-rpath-link,\$(BUILD_ROOT)/libavfilter -Wl,-rpath-link,\$(BUILD_ROOT)/libavdevice -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -Wl,-rpath-link,\$(BUILD_ROOT)/libpostproc -Wl,-rpath-link,\$(BUILD_ROOT)/libswscale -Wl,-rpath-link,\$(BUILD_ROOT)/libavfilter -Wl,-rpath-link,\$(BUILD_ROOT)/libavdevice -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc: -rpath-link: linker input file unused because linking not done -mipsel-uclibc-gcc: \$(BUILD_ROOT)/libpostproc: linker input file unused because linking not done -mipsel-uclibc-gcc: -rpath-link: linker input file unused because linking not done -mipsel-uclibc-gcc: \$(BUILD_ROOT)/libswscale: linker input file unused because linking not done -mipsel-uclibc-gcc: -rpath-link: linker input file unused because linking not done -mipsel-uclibc-gcc: \$(BUILD_ROOT)/libavfilter: linker input file unused because linking not done -mipsel-uclibc-gcc: -rpath-link: linker input file unused because linking not done -mipsel-uclibc-gcc: \$(BUILD_ROOT)/libavdevice: linker input file unused because linking not done -mipsel-uclibc-gcc: -rpath-link: linker input file unused because linking not done -mipsel-uclibc-gcc: \$(BUILD_ROOT)/libavformat: linker input file unused because linking not done -mipsel-uclibc-gcc: -rpath-link: linker input file unused because linking not done -mipsel-uclibc-gcc: \$(BUILD_ROOT)/libavcodec: linker input file unused because linking not done -mipsel-uclibc-gcc: -rpath-link: linker input file unused because linking not done -mipsel-uclibc-gcc: \$(BUILD_ROOT)/libavutil: linker input file unused because linking not done -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,\$(BUILD_ROOT)/libpostproc -Wl,-rpath-link,\$(BUILD_ROOT)/libswscale -Wl,-rpath-link,\$(BUILD_ROOT)/libavfilter -Wl,-rpath-link,\$(BUILD_ROOT)/libavdevice -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_ldflags -Wl,-Bsymbolic -test_ldflags -Wl,-Bsymbolic -check_ld -Wl,-Bsymbolic -check_cc -Wl,-Bsymbolic -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -Wl,-Bsymbolic -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc: -Bsymbolic: linker input file unused because linking not done -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,$(BUILD_ROOT)/libpostproc -Wl,-rpath-link,$(BUILD_ROOT)/libswscale -Wl,-rpath-link,$(BUILD_ROOT)/libavfilter -Wl,-rpath-link,$(BUILD_ROOT)/libavdevice -Wl,-rpath-link,$(BUILD_ROOT)/libavformat -Wl,-rpath-link,$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,$(BUILD_ROOT)/libavutil -Wl,-Bsymbolic -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -test_ldflags -Wl,--version-script,/tmp/ffconf.LOMJOKBN.ver -check_ld -Wl,--version-script,/tmp/ffconf.LOMJOKBN.ver -check_cc -Wl,--version-script,/tmp/ffconf.LOMJOKBN.ver -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int main(void){ return 0; } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -Wl,--version-script,/tmp/ffconf.LOMJOKBN.ver -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc: --version-script: linker input file unused because linking not done -mipsel-uclibc-gcc: /tmp/ffconf.LOMJOKBN.ver: linker input file unused because linking not done -mipsel-uclibc-gcc -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,$(BUILD_ROOT)/libpostproc -Wl,-rpath-link,$(BUILD_ROOT)/libswscale -Wl,-rpath-link,$(BUILD_ROOT)/libavfilter -Wl,-rpath-link,$(BUILD_ROOT)/libavdevice -Wl,-rpath-link,$(BUILD_ROOT)/libavformat -Wl,-rpath-link,$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,$(BUILD_ROOT)/libavutil -Wl,-Bsymbolic -Wl,--version-script,/tmp/ffconf.LOMJOKBN.ver -o /tmp/ffconf.zZjLe8wJ /tmp/ffconf.gf7pspHF.o -L/home/vicente/tomato/release/src-rt/router/zlib -lz -lz -pthread -lm -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 void ff_foo(void) __asm__ ("av_foo@VERSION"); - 2 void ff_foo(void) { __asm__(""); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -{standard input}: Assembler messages: -{standard input}:7: Error: : no such section -{standard input}:7: Error: junk at end of line, first unrecognized character is `@' -{standard input}:8: Error: junk at end of line, first unrecognized character is `@' -{standard input}:9: Error: unrecognized symbol type "VERSION" -{standard input}:9: Error: junk at end of line, first unrecognized character is `,' -{standard input}:10: Error: unrecognized opcode `av_foo@VERSION:' -{standard input}:15: Error: junk at end of line, first unrecognized character is `@' -check_cc -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 __asm__(".symver ff_foo,av_foo@VERSION"); - 2 void ff_foo(void) {} -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -/tmp/ffconf.YWGpxVNu.c:2: warning: no previous prototype for 'ff_foo' -check_cflags -fno-math-errno -check_cc -fno-math-errno -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -Os -fno-math-errno -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cflags -fno-signed-zeros -check_cc -fno-signed-zeros -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -Os -fno-math-errno -fno-signed-zeros -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -cc1: error: unrecognized command line option "-fno-signed-zeros" -check_cflags -fno-tree-vectorize -check_cc -fno-tree-vectorize -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -Os -fno-math-errno -fno-tree-vectorize -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cflags -Werror=implicit -check_cc -Werror=implicit -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -Os -fno-math-errno -fno-tree-vectorize -Werror=implicit -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_cflags -Werror=missing-prototypes -check_cc -Werror=missing-prototypes -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 int x; -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -std=c99 -fomit-frame-pointer -fPIC -pthread -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -Os -fno-math-errno -fno-tree-vectorize -Werror=implicit -Werror=missing-prototypes -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c -check_asm asmalign_pot ".align 3" -check_as -BEGIN /tmp/ffconf.YWGpxVNu.c - 1 void foo(void){ __asm__ volatile(".align 3"); } -END /tmp/ffconf.YWGpxVNu.c -mipsel-uclibc-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -I/home/vicente/tomato/release/src-rt/router/zlib -fPIC -c -o /tmp/ffconf.gf7pspHF.o /tmp/ffconf.YWGpxVNu.c diff --git a/release/src/router/iptables/extensions/libip6t_CONNMARK.d b/release/src/router/iptables/extensions/libip6t_CONNMARK.d new file mode 100644 index 0000000000..2a15381cd3 --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_CONNMARK.d @@ -0,0 +1,81 @@ +extensions/libip6t_CONNMARK.d extensions/libip6t_CONNMARK_sh.o: extensions/libip6t_CONNMARK.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv4/ipt_CONNMARK.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_CONNMARK.h diff --git a/release/src/router/iptables/extensions/libip6t_IMQ.d b/release/src/router/iptables/extensions/libip6t_IMQ.d new file mode 100644 index 0000000000..ce62e03868 --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_IMQ.d @@ -0,0 +1,81 @@ +extensions/libip6t_IMQ.d extensions/libip6t_IMQ_sh.o: extensions/libip6t_IMQ.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6t_IMQ.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_IMQ.h diff --git a/release/src/router/iptables/extensions/libip6t_LOG.d b/release/src/router/iptables/extensions/libip6t_LOG.d new file mode 100644 index 0000000000..b9011c56c2 --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_LOG.d @@ -0,0 +1,85 @@ +extensions/libip6t_LOG.d extensions/libip6t_LOG_sh.o: extensions/libip6t_LOG.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/rpc/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/syslog.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/syslog.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6t_LOG.h diff --git a/release/src/router/iptables/extensions/libip6t_MARK.d b/release/src/router/iptables/extensions/libip6t_MARK.d new file mode 100644 index 0000000000..a4e4917db8 --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_MARK.d @@ -0,0 +1,80 @@ +extensions/libip6t_MARK.d extensions/libip6t_MARK_sh.o: extensions/libip6t_MARK.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + extensions/../include/linux/netfilter_ipv6/ip6t_MARK.h diff --git a/release/src/router/iptables/extensions/libip6t_REJECT.d b/release/src/router/iptables/extensions/libip6t_REJECT.d new file mode 100644 index 0000000000..f7776988db --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_REJECT.d @@ -0,0 +1,80 @@ +extensions/libip6t_REJECT.d extensions/libip6t_REJECT_sh.o: extensions/libip6t_REJECT.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6t_REJECT.h diff --git a/release/src/router/iptables/extensions/libip6t_TCPMSS.d b/release/src/router/iptables/extensions/libip6t_TCPMSS.d new file mode 100644 index 0000000000..3fa7828e84 --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_TCPMSS.d @@ -0,0 +1,80 @@ +extensions/libip6t_TCPMSS.d extensions/libip6t_TCPMSS_sh.o: extensions/libip6t_TCPMSS.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + include/linux/netfilter_ipv6/ip6t_TCPMSS.h diff --git a/release/src/router/iptables/extensions/libip6t_connmark.d b/release/src/router/iptables/extensions/libip6t_connmark.d new file mode 100644 index 0000000000..a6ca47f30f --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_connmark.d @@ -0,0 +1,83 @@ +extensions/libip6t_connmark.d extensions/libip6t_connmark_sh.o: extensions/libip6t_connmark.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/rpc/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + extensions/../include/linux/netfilter_ipv4/ipt_connmark.h diff --git a/release/src/router/iptables/extensions/libip6t_hl.d b/release/src/router/iptables/extensions/libip6t_hl.d new file mode 100644 index 0000000000..1e2db47b1c --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_hl.d @@ -0,0 +1,80 @@ +extensions/libip6t_hl.d extensions/libip6t_hl_sh.o: extensions/libip6t_hl.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6t_hl.h diff --git a/release/src/router/iptables/extensions/libip6t_icmp6.d b/release/src/router/iptables/extensions/libip6t_icmp6.d new file mode 100644 index 0000000000..a50736ae97 --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_icmp6.d @@ -0,0 +1,82 @@ +extensions/libip6t_icmp6.d extensions/libip6t_icmp6_sh.o: extensions/libip6t_icmp6.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/rpc/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h diff --git a/release/src/router/iptables/extensions/libip6t_length.d b/release/src/router/iptables/extensions/libip6t_length.d new file mode 100644 index 0000000000..0d5f244dfd --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_length.d @@ -0,0 +1,84 @@ +extensions/libip6t_length.d extensions/libip6t_length_sh.o: extensions/libip6t_length.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/rpc/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6t_length.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_length.h diff --git a/release/src/router/iptables/extensions/libip6t_limit.d b/release/src/router/iptables/extensions/libip6t_limit.d new file mode 100644 index 0000000000..74b9b5ca20 --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_limit.d @@ -0,0 +1,80 @@ +extensions/libip6t_limit.d extensions/libip6t_limit_sh.o: extensions/libip6t_limit.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + extensions/../include/linux/netfilter_ipv6/ip6t_limit.h diff --git a/release/src/router/iptables/extensions/libip6t_mac.d b/release/src/router/iptables/extensions/libip6t_mac.d new file mode 100644 index 0000000000..d6de5e2df3 --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_mac.d @@ -0,0 +1,86 @@ +extensions/libip6t_mac.d extensions/libip6t_mac_sh.o: extensions/libip6t_mac.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/rpc/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/ethernet.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/if_ether.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6t_mac.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_mac.h diff --git a/release/src/router/iptables/extensions/libip6t_mark.d b/release/src/router/iptables/extensions/libip6t_mark.d new file mode 100644 index 0000000000..61b88198a1 --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_mark.d @@ -0,0 +1,83 @@ +extensions/libip6t_mark.d extensions/libip6t_mark_sh.o: extensions/libip6t_mark.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/rpc/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + extensions/../include/linux/netfilter_ipv6/ip6t_mark.h diff --git a/release/src/router/iptables/extensions/libip6t_multiport.d b/release/src/router/iptables/extensions/libip6t_multiport.d new file mode 100644 index 0000000000..74d7351ba3 --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_multiport.d @@ -0,0 +1,83 @@ +extensions/libip6t_multiport.d extensions/libip6t_multiport_sh.o: extensions/libip6t_multiport.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/rpc/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + extensions/../include/linux/netfilter_ipv6/ip6t_multiport.h diff --git a/release/src/router/iptables/extensions/libip6t_rt.d b/release/src/router/iptables/extensions/libip6t_rt.d new file mode 100644 index 0000000000..baca6bdcf8 --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_rt.d @@ -0,0 +1,89 @@ +extensions/libip6t_rt.d extensions/libip6t_rt_sh.o: extensions/libip6t_rt.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/rpc/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/errno.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/errno.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/errno.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/errno.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/asm-generic/errno-base.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6t_rt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/arpa/inet.h diff --git a/release/src/router/iptables/extensions/libip6t_standard.d b/release/src/router/iptables/extensions/libip6t_standard.d new file mode 100644 index 0000000000..9eeec3ff78 --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_standard.d @@ -0,0 +1,82 @@ +extensions/libip6t_standard.d extensions/libip6t_standard_sh.o: extensions/libip6t_standard.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/rpc/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h diff --git a/release/src/router/iptables/extensions/libip6t_state.d b/release/src/router/iptables/extensions/libip6t_state.d new file mode 100644 index 0000000000..bd694fae7b --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_state.d @@ -0,0 +1,85 @@ +extensions/libip6t_state.d extensions/libip6t_state_sh.o: extensions/libip6t_state.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/rpc/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/nf_conntrack_common.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv4/ipt_state.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_state.h diff --git a/release/src/router/iptables/extensions/libip6t_tcp.d b/release/src/router/iptables/extensions/libip6t_tcp.d new file mode 100644 index 0000000000..5706fca0c2 --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_tcp.d @@ -0,0 +1,82 @@ +extensions/libip6t_tcp.d extensions/libip6t_tcp_sh.o: extensions/libip6t_tcp.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/rpc/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h diff --git a/release/src/router/iptables/extensions/libip6t_udp.d b/release/src/router/iptables/extensions/libip6t_udp.d new file mode 100644 index 0000000000..77b93f274e --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_udp.d @@ -0,0 +1,82 @@ +extensions/libip6t_udp.d extensions/libip6t_udp_sh.o: extensions/libip6t_udp.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/rpc/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/netdb.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h diff --git a/release/src/router/iptables/extensions/libip6t_web.d b/release/src/router/iptables/extensions/libip6t_web.d new file mode 100644 index 0000000000..75a52555c3 --- /dev/null +++ b/release/src/router/iptables/extensions/libip6t_web.d @@ -0,0 +1,81 @@ +extensions/libip6t_web.d extensions/libip6t_web_sh.o: extensions/libip6t_web.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + include/ip6tables.h include/iptables_common.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv4/ipt_web.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_web.h diff --git a/release/src/router/iptables/libiptc/libip6tc.d b/release/src/router/iptables/libiptc/libip6tc.d new file mode 100644 index 0000000000..bed00ca167 --- /dev/null +++ b/release/src/router/iptables/libiptc/libip6tc.d @@ -0,0 +1,88 @@ +libiptc/libip6tc.d libiptc/libip6tc.a(libiptc/libip6tc.o): libiptc/libip6tc.c \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/assert.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_config.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_arch_features.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/cdefs.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/string.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/errno.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/errno.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/errno.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/errno.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/asm-generic/errno-base.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdlib.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wordsize.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/kernel_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/typesizes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/pthreadtypes.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/endian.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/select.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigset.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/time.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/sysmacros.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/alloca.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/wchar.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_mutex.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sched.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_clk_tck.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/signal.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/initspin.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sigthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_pthread.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/stdio_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/unistd.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix_opt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/confname.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/getopt.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/arpa/inet.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/in.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/stdint.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/sys/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uio.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/syslimits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix1_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/local_lim.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/limits.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_local_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/posix2_lim.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/sockaddr.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/socket.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/sockios.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/ioctl.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/in.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/version.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/bits/byteswap.h \ + include/libiptc/libip6tc.h include/libiptc/ipt_kernel_headers.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/ip_icmp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/tcp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/netinet/udp.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/net/if.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6/ip6_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/compiler.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv6.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/posix_types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/stddef.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/posix_types.h \ + /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/sys-include/asm/types.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/x_tables.h \ + /home/vicente/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter/xt_tcpudp.h \ + libiptc/libiptc.c libiptc/linux_list.h diff --git a/release/src/router/lzo/config.log b/release/src/router/lzo/config.log deleted file mode 100644 index ae13233c75..0000000000 --- a/release/src/router/lzo/config.log +++ /dev/null @@ -1,10964 +0,0 @@ -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by LZO configure 2.06, which was -generated by GNU Autoconf 2.67. Invocation command line was - - $ ./configure --host=mipsel-linux --build=x86_64-linux-gnu --enable-shared --enable-static - -## --------- ## -## Platform. ## -## --------- ## - -hostname = vicente-P5K-E -uname -m = x86_64 -uname -r = 3.2.0-47-generic -uname -s = Linux -uname -v = #72-Ubuntu SMP Mon Jun 3 17:53:49 UTC 2013 - -/usr/bin/uname -p = unknown -/bin/uname -X = unknown - -/bin/arch = unknown -/usr/bin/arch -k = unknown -/usr/convex/getsysinfo = unknown -/usr/bin/hostinfo = unknown -/bin/machine = unknown -/usr/bin/oslevel = unknown -/bin/universe = unknown - -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /opt/brcm/hndtools-mipsel-uclibc/bin -PATH: /opt/brcm/hndtools-mipsel-linux/bin -PATH: /usr/lib/lightdm/lightdm -PATH: /usr/local/sbin -PATH: /usr/local/bin -PATH: /usr/sbin -PATH: /usr/bin -PATH: /sbin -PATH: /bin -PATH: /usr/games - - -## ----------- ## -## Core tests. ## -## ----------- ## - -configure:2440: Configuring LZO 2.06 -configure:2583: checking build system type -configure:2597: result: x86_64-pc-linux-gnu -configure:2617: checking host system type -configure:2630: result: mipsel-unknown-linux-gnu -configure:2650: checking target system type -configure:2663: result: mipsel-unknown-linux-gnu -configure:2690: checking whether to enable maintainer-specific portions of Makefiles -configure:2699: result: no -configure:2764: checking for mipsel-linux-gcc -configure:2791: result: mipsel-uclibc-gcc -configure:3060: checking for C compiler version -configure:3069: mipsel-uclibc-gcc --version >&5 -mipsel-uclibc-gcc (GCC) 4.2.4 -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -configure:3080: $? = 0 -configure:3069: mipsel-uclibc-gcc -v >&5 -Using built-in specs. -Target: mipsel-linux-uclibc -Configured with: /home/fedork/tomato/toolchain/build_dir/toolchain-mipsel_gcc4.2.4/gcc-4.2.4/configure --prefix=/opt/brcm/hndtools-mipsel-uclibc-4.2.4 --build=i486-linux-gnu --host=i486-linux-gnu --target=mipsel-linux-uclibc --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-nls --disable-__cxa_atexit --enable-libssp --enable-languages=c,c++ --enable-shared --enable-threads --enable-tls -Thread model: posix -gcc version 4.2.4 -configure:3080: $? = 0 -configure:3069: mipsel-uclibc-gcc -V >&5 -mipsel-uclibc-gcc: '-V' option must have argument -configure:3080: $? = 1 -configure:3069: mipsel-uclibc-gcc -qversion >&5 -mipsel-uclibc-gcc: unrecognized option '-qversion' -mipsel-uclibc-gcc: no input files -configure:3080: $? = 1 -configure:3100: checking whether the C compiler works -configure:3122: mipsel-uclibc-gcc -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:3126: $? = 0 -configure:3174: result: yes -configure:3177: checking for C compiler default output file name -configure:3179: result: a.out -configure:3185: checking for suffix of executables -configure:3192: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:3196: $? = 0 -configure:3218: result: -configure:3240: checking whether we are cross compiling -configure:3278: result: yes -configure:3283: checking for suffix of object files -configure:3305: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:3309: $? = 0 -configure:3330: result: o -configure:3334: checking whether we are using the GNU C compiler -configure:3353: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:3353: $? = 0 -configure:3362: result: yes -configure:3371: checking whether mipsel-uclibc-gcc accepts -g -configure:3391: mipsel-uclibc-gcc -c -g conftest.c >&5 -configure:3391: $? = 0 -configure:3432: result: yes -configure:3449: checking for mipsel-uclibc-gcc option to accept ISO C89 -configure:3513: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:3513: $? = 0 -configure:3526: result: none needed -configure:3547: checking whether mipsel-uclibc-gcc and cc understand -c and -o together -configure:3578: mipsel-uclibc-gcc -c conftest.c -o conftest2.o >&5 -configure:3582: $? = 0 -configure:3588: mipsel-uclibc-gcc -c conftest.c -o conftest2.o >&5 -configure:3592: $? = 0 -configure:3603: cc -c conftest.c >&5 -configure:3607: $? = 0 -configure:3615: cc -c conftest.c -o conftest2.o >&5 -configure:3619: $? = 0 -configure:3625: cc -c conftest.c -o conftest2.o >&5 -configure:3629: $? = 0 -configure:3647: result: yes -configure:3696: checking for style of include used by make -configure:3724: result: GNU -configure:3755: checking dependency style of mipsel-uclibc-gcc -configure:3863: result: gcc3 -configure:3883: checking how to run the C preprocessor -configure:3914: mipsel-uclibc-gcc -E conftest.c -configure:3914: $? = 0 -configure:3928: mipsel-uclibc-gcc -E conftest.c -conftest.c:9:28: error: ac_nonexistent.h: No such file or directory -configure:3928: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| /* end confdefs.h. */ -| #include -configure:3953: result: mipsel-uclibc-gcc -E -configure:3973: mipsel-uclibc-gcc -E conftest.c -configure:3973: $? = 0 -configure:3987: mipsel-uclibc-gcc -E conftest.c -conftest.c:9:28: error: ac_nonexistent.h: No such file or directory -configure:3987: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| /* end confdefs.h. */ -| #include -configure:4016: checking whether the C preprocessor needs special flags -configure:4045: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:4045: $? = 0 -configure:4055: result: none needed -configure:4070: checking for an ANSI C-conforming const -configure:4135: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:38: warning: 't' is used uninitialized in this function -conftest.c:54: warning: 'b' is used uninitialized in this function -conftest.c:60: warning: 'cs[0]' is used uninitialized in this function -configure:4135: $? = 0 -configure:4142: result: yes -configure:4151: checking for grep that handles long lines and -e -configure:4209: result: /bin/grep -configure:4214: checking for egrep -configure:4276: result: /bin/grep -E -configure:4281: checking for ANSI C header files -configure:4301: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:4301: $? = 0 -configure:4385: result: yes -configure:4398: checking for sys/types.h -configure:4398: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:4398: $? = 0 -configure:4398: result: yes -configure:4398: checking for sys/stat.h -configure:4398: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:4398: $? = 0 -configure:4398: result: yes -configure:4398: checking for stdlib.h -configure:4398: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:4398: $? = 0 -configure:4398: result: yes -configure:4398: checking for string.h -configure:4398: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:4398: $? = 0 -configure:4398: result: yes -configure:4398: checking for memory.h -configure:4398: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:4398: $? = 0 -configure:4398: result: yes -configure:4398: checking for strings.h -configure:4398: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:4398: $? = 0 -configure:4398: result: yes -configure:4398: checking for inttypes.h -configure:4398: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:4398: $? = 0 -configure:4398: result: yes -configure:4398: checking for stdint.h -configure:4398: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:4398: $? = 0 -configure:4398: result: yes -configure:4398: checking for unistd.h -configure:4398: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:4398: $? = 0 -configure:4398: result: yes -configure:4411: checking whether byte ordering is bigendian -configure:4426: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' -configure:4426: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| /* end confdefs.h. */ -| #ifndef __APPLE_CC__ -| not a universal capable compiler -| #endif -| typedef int dummy; -| -configure:4471: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:4471: $? = 0 -configure:4489: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:26: error: 'not' undeclared (first use in this function) -conftest.c:26: error: (Each undeclared identifier is reported only once -conftest.c:26: error: for each function it appears in.) -conftest.c:26: error: expected ';' before 'big' -configure:4489: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| /* end confdefs.h. */ -| #include -| #include -| -| int -| main () -| { -| #if BYTE_ORDER != BIG_ENDIAN -| not big endian -| #endif -| -| ; -| return 0; -| } -configure:4617: result: no -configure:4646: checking for special C compiler options needed for large files -configure:4691: result: no -configure:4697: checking for _FILE_OFFSET_BITS value needed for large files -configure:4722: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:26: warning: left shift count >= width of type -conftest.c:26: warning: left shift count >= width of type -conftest.c:28: error: size of array 'off_t_is_large' is negative -configure:4722: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| /* end confdefs.h. */ -| #include -| /* Check that off_t can represent 2**63 - 1 correctly. -| We can't simply define LARGE_OFF_T to be 9223372036854775807, -| since some C++ compilers masquerading as C compilers -| incorrectly reject 9223372036854775807. */ -| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) -| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 -| && LARGE_OFF_T % 2147483647 == 1) -| ? 1 : -1]; -| int -| main () -| { -| -| ; -| return 0; -| } -configure:4746: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:4746: $? = 0 -configure:4754: result: 64 -configure:4854: checking for a BSD-compatible install -configure:4922: result: /usr/bin/install -c -configure:4933: checking whether build environment is sane -configure:4983: result: yes -configure:5029: checking for mipsel-linux-strip -configure:5056: result: mipsel-uclibc-strip -R .note -R .comment -configure:5121: checking for a thread-safe mkdir -p -configure:5160: result: /bin/mkdir -p -configure:5173: checking for gawk -configure:5189: found /usr/bin/gawk -configure:5200: result: gawk -configure:5211: checking whether make sets $(MAKE) -configure:5233: result: yes -configure:5305: checking dependency style of mipsel-uclibc-gcc -configure:5415: result: gcc3 -configure:5554: checking how to print strings -configure:5581: result: printf -configure:5602: checking for a sed that does not truncate output -configure:5666: result: /bin/sed -configure:5684: checking for fgrep -configure:5746: result: /bin/grep -F -configure:5781: checking for ld used by mipsel-uclibc-gcc -configure:5848: result: mipsel-uclibc-ld -configure:5855: checking if the linker (mipsel-uclibc-ld) is GNU ld -configure:5870: result: yes -configure:5882: checking for BSD- or MS-compatible name lister (nm) -configure:5931: result: mipsel-uclibc-nm -configure:6061: checking the name lister (mipsel-uclibc-nm) interface -configure:6068: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:6071: mipsel-uclibc-nm "conftest.o" -configure:6074: output -00000000 B some_variable -configure:6081: result: BSD nm -configure:6084: checking whether ln -s works -configure:6088: result: yes -configure:6096: checking the maximum length of command line arguments -configure:6221: result: 3458764513820540925 -configure:6238: checking whether the shell understands some XSI constructs -configure:6248: result: yes -configure:6252: checking whether the shell understands "+=" -configure:6258: result: yes -configure:6293: checking for mipsel-uclibc-ld option to reload object files -configure:6300: result: -r -configure:6329: checking for mipsel-linux-objdump -configure:6345: found /opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-linux-objdump -configure:6356: result: mipsel-linux-objdump -configure:6428: checking how to recognize dependent libraries -configure:6630: result: pass_all -configure:6650: checking for mipsel-linux-ar -configure:6677: result: mipsel-uclibc-ar -configure:6755: checking for mipsel-linux-strip -configure:6782: result: mipsel-uclibc-strip -R .note -R .comment -configure:6854: checking for mipsel-linux-ranlib -configure:6881: result: mipsel-uclibc-ranlib -configure:7023: checking command to parse mipsel-uclibc-nm output from mipsel-uclibc-gcc object -configure:7141: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:7144: $? = 0 -configure:7148: mipsel-uclibc-nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm -configure:7151: $? = 0 -configure:7205: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c conftstm.o >&5 -configure:7208: $? = 0 -configure:7246: result: ok -configure:8083: checking for dlfcn.h -configure:8083: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:8083: $? = 0 -configure:8083: result: yes -configure:8210: checking for objdir -configure:8225: result: .libs -configure:8492: checking if mipsel-uclibc-gcc supports -fno-rtti -fno-exceptions -configure:8510: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fno-rtti -fno-exceptions conftest.c >&5 -cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C -configure:8514: $? = 0 -configure:8527: result: no -configure:8547: checking for mipsel-uclibc-gcc option to produce PIC -configure:8832: result: -fPIC -DPIC -configure:8844: checking if mipsel-uclibc-gcc PIC flag -fPIC -DPIC works -configure:8862: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fPIC -DPIC -DPIC conftest.c >&5 -configure:8866: $? = 0 -configure:8879: result: yes -configure:8903: checking if mipsel-uclibc-gcc static flag -static works -configure:8931: result: yes -configure:8946: checking if mipsel-uclibc-gcc supports -c -o file.o -configure:8967: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -o out/conftest2.o conftest.c >&5 -configure:8971: $? = 0 -configure:8993: result: yes -configure:9001: checking if mipsel-uclibc-gcc supports -c -o file.o -configure:9048: result: yes -configure:9081: checking whether the mipsel-uclibc-gcc linker (mipsel-uclibc-ld) supports shared libraries -configure:10156: result: yes -configure:10193: checking whether -lc should be explicitly linked in -configure:10201: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:10204: $? = 0 -configure:10219: mipsel-uclibc-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 -configure:10222: $? = 0 -configure:10236: result: no -configure:10401: checking dynamic linker characteristics -configure:10856: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -Wl,-rpath -Wl,/foo conftest.c >&5 -configure:10856: $? = 0 -configure:11082: result: GNU/Linux ld.so -configure:11189: checking how to hardcode library paths into programs -configure:11214: result: immediate -configure:11754: checking whether stripping libraries is possible -configure:11759: result: yes -configure:11794: checking if libtool supports shared libraries -configure:11796: result: yes -configure:11799: checking whether to build shared libraries -configure:11820: result: yes -configure:11823: checking whether to build static libraries -configure:11827: result: yes -configure:11869: checking whether time.h and sys/time.h may both be included -configure:11889: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11889: $? = 0 -configure:11896: result: yes -configure:11907: checking assert.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking assert.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for assert.h -configure:11907: result: yes -configure:11907: checking ctype.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking ctype.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for ctype.h -configure:11907: result: yes -configure:11907: checking dirent.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking dirent.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for dirent.h -configure:11907: result: yes -configure:11907: checking errno.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking errno.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for errno.h -configure:11907: result: yes -configure:11907: checking fcntl.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking fcntl.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for fcntl.h -configure:11907: result: yes -configure:11907: checking float.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking float.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for float.h -configure:11907: result: yes -configure:11907: checking limits.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking limits.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for limits.h -configure:11907: result: yes -configure:11907: checking malloc.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking malloc.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for malloc.h -configure:11907: result: yes -configure:11907: checking for memory.h -configure:11907: result: yes -configure:11907: checking setjmp.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking setjmp.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for setjmp.h -configure:11907: result: yes -configure:11907: checking signal.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking signal.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for signal.h -configure:11907: result: yes -configure:11907: checking stdarg.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking stdarg.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for stdarg.h -configure:11907: result: yes -configure:11907: checking stddef.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking stddef.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for stddef.h -configure:11907: result: yes -configure:11907: checking for stdint.h -configure:11907: result: yes -configure:11907: checking stdio.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking stdio.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for stdio.h -configure:11907: result: yes -configure:11907: checking for stdlib.h -configure:11907: result: yes -configure:11907: checking for string.h -configure:11907: result: yes -configure:11907: checking for strings.h -configure:11907: result: yes -configure:11907: checking time.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking time.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for time.h -configure:11907: result: yes -configure:11907: checking for unistd.h -configure:11907: result: yes -configure:11907: checking utime.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking utime.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for utime.h -configure:11907: result: yes -configure:11907: checking sys/mman.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking sys/mman.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for sys/mman.h -configure:11907: result: yes -configure:11907: checking sys/resource.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking sys/resource.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for sys/resource.h -configure:11907: result: yes -configure:11907: checking for sys/stat.h -configure:11907: result: yes -configure:11907: checking sys/time.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking sys/time.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for sys/time.h -configure:11907: result: yes -configure:11907: checking for sys/types.h -configure:11907: result: yes -configure:11907: checking sys/wait.h usability -configure:11907: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking sys/wait.h presence -configure:11907: mipsel-uclibc-gcc -E conftest.c -configure:11907: $? = 0 -configure:11907: result: yes -configure:11907: checking for sys/wait.h -configure:11907: result: yes -configure:11922: checking whether limits.h is sane -configure:12035: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12035: $? = 0 -configure:12042: result: yes -configure:12054: checking for off_t -configure:12054: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12054: $? = 0 -configure:12054: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:89: error: expected expression before ')' token -configure:12054: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| if (sizeof ((off_t))) -| return 0; -| ; -| return 0; -| } -configure:12054: result: yes -configure:12065: checking for ptrdiff_t -configure:12065: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12065: $? = 0 -configure:12065: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:89: error: expected expression before ')' token -configure:12065: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| if (sizeof ((ptrdiff_t))) -| return 0; -| ; -| return 0; -| } -configure:12065: result: yes -configure:12076: checking for size_t -configure:12076: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12076: $? = 0 -configure:12076: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:89: error: expected expression before ')' token -configure:12076: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| if (sizeof ((size_t))) -| return 0; -| ; -| return 0; -| } -configure:12076: result: yes -configure:12087: checking return type of signal handlers -configure:12105: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:59: error: void value not ignored as it ought to be -configure:12105: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| /* end confdefs.h. */ -| #include -| #include -| -| int -| main () -| { -| return *(signal (0, 0)) (0) == 1; -| ; -| return 0; -| } -configure:12112: result: void -configure:12126: checking size of short -configure:12131: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12131: $? = 0 -configure:12131: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:90: error: size of array 'test_array' is negative -configure:12131: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12131: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:90: error: size of array 'test_array' is negative -configure:12131: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12131: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12131: $? = 0 -configure:12131: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12131: $? = 0 -configure:12145: result: 2 -configure:12159: checking size of int -configure:12164: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12164: $? = 0 -configure:12164: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:91: error: size of array 'test_array' is negative -configure:12164: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12164: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:91: error: size of array 'test_array' is negative -configure:12164: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12164: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:91: error: size of array 'test_array' is negative -configure:12164: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12164: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12164: $? = 0 -configure:12164: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12164: $? = 0 -configure:12164: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12164: $? = 0 -configure:12178: result: 4 -configure:12192: checking size of long -configure:12197: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12197: $? = 0 -configure:12197: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:92: error: size of array 'test_array' is negative -configure:12197: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12197: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:92: error: size of array 'test_array' is negative -configure:12197: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12197: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:92: error: size of array 'test_array' is negative -configure:12197: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12197: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12197: $? = 0 -configure:12197: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12197: $? = 0 -configure:12197: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12197: $? = 0 -configure:12211: result: 4 -configure:12226: checking size of long long -configure:12231: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12231: $? = 0 -configure:12231: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:93: error: size of array 'test_array' is negative -configure:12231: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12231: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:93: error: size of array 'test_array' is negative -configure:12231: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12231: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:93: error: size of array 'test_array' is negative -configure:12231: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12231: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:93: error: size of array 'test_array' is negative -configure:12231: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12231: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12231: $? = 0 -configure:12231: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12231: $? = 0 -configure:12231: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12231: $? = 0 -configure:12231: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12231: $? = 0 -configure:12245: result: 8 -configure:12259: checking size of __int16 -configure:12264: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:94: error: '__int16' undeclared (first use in this function) -conftest.c:94: error: (Each undeclared identifier is reported only once -conftest.c:94: error: for each function it appears in.) -conftest.c:94: warning: unused variable 'test_array' -configure:12264: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (__int16))) >= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12264: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:94: error: '__int16' undeclared (first use in this function) -conftest.c:94: error: (Each undeclared identifier is reported only once -conftest.c:94: error: for each function it appears in.) -conftest.c:94: warning: unused variable 'test_array' -configure:12264: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (__int16))) < 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12278: result: 0 -configure:12292: checking size of __int32 -configure:12297: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:95: error: '__int32' undeclared (first use in this function) -conftest.c:95: error: (Each undeclared identifier is reported only once -conftest.c:95: error: for each function it appears in.) -conftest.c:95: warning: unused variable 'test_array' -configure:12297: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (__int32))) >= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12297: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:95: error: '__int32' undeclared (first use in this function) -conftest.c:95: error: (Each undeclared identifier is reported only once -conftest.c:95: error: for each function it appears in.) -conftest.c:95: warning: unused variable 'test_array' -configure:12297: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (__int32))) < 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12311: result: 0 -configure:12325: checking size of __int64 -configure:12330: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:96: error: '__int64' undeclared (first use in this function) -conftest.c:96: error: (Each undeclared identifier is reported only once -conftest.c:96: error: for each function it appears in.) -conftest.c:96: warning: unused variable 'test_array' -configure:12330: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) >= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12330: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:96: error: '__int64' undeclared (first use in this function) -conftest.c:96: error: (Each undeclared identifier is reported only once -conftest.c:96: error: for each function it appears in.) -conftest.c:96: warning: unused variable 'test_array' -configure:12330: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) < 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12344: result: 0 -configure:12359: checking size of void * -configure:12364: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12364: $? = 0 -configure:12364: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:97: error: size of array 'test_array' is negative -configure:12364: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12364: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:97: error: size of array 'test_array' is negative -configure:12364: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12364: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:97: error: size of array 'test_array' is negative -configure:12364: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12364: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12364: $? = 0 -configure:12364: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12364: $? = 0 -configure:12364: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12364: $? = 0 -configure:12378: result: 4 -configure:12392: checking size of size_t -configure:12397: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12397: $? = 0 -configure:12397: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:98: error: size of array 'test_array' is negative -configure:12397: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12397: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:98: error: size of array 'test_array' is negative -configure:12397: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12397: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:98: error: size of array 'test_array' is negative -configure:12397: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12397: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12397: $? = 0 -configure:12397: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12397: $? = 0 -configure:12397: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12397: $? = 0 -configure:12411: result: 4 -configure:12425: checking size of ptrdiff_t -configure:12430: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12430: $? = 0 -configure:12430: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:99: error: size of array 'test_array' is negative -configure:12430: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (ptrdiff_t))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12430: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:99: error: size of array 'test_array' is negative -configure:12430: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (ptrdiff_t))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12430: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:99: error: size of array 'test_array' is negative -configure:12430: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (ptrdiff_t))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12430: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12430: $? = 0 -configure:12430: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12430: $? = 0 -configure:12430: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12430: $? = 0 -configure:12444: result: 4 -configure:12460: checking size of __int32 -configure:12479: result: 0 -configure:12493: checking size of intmax_t -configure:12498: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12498: $? = 0 -configure:12498: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:101: error: size of array 'test_array' is negative -configure:12498: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12498: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:101: error: size of array 'test_array' is negative -configure:12498: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12498: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:101: error: size of array 'test_array' is negative -configure:12498: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12498: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:101: error: size of array 'test_array' is negative -configure:12498: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 7)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12498: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12498: $? = 0 -configure:12498: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12498: $? = 0 -configure:12498: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12498: $? = 0 -configure:12498: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12498: $? = 0 -configure:12512: result: 8 -configure:12526: checking size of uintmax_t -configure:12531: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12531: $? = 0 -configure:12531: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:102: error: size of array 'test_array' is negative -configure:12531: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (uintmax_t))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12531: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:102: error: size of array 'test_array' is negative -configure:12531: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (uintmax_t))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12531: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:102: error: size of array 'test_array' is negative -configure:12531: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (uintmax_t))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12531: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:102: error: size of array 'test_array' is negative -configure:12531: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (uintmax_t))) <= 7)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12531: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12531: $? = 0 -configure:12531: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12531: $? = 0 -configure:12531: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12531: $? = 0 -configure:12531: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12531: $? = 0 -configure:12545: result: 8 -configure:12559: checking size of intptr_t -configure:12564: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12564: $? = 0 -configure:12564: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:103: error: size of array 'test_array' is negative -configure:12564: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (intptr_t))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12564: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:103: error: size of array 'test_array' is negative -configure:12564: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (intptr_t))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12564: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:103: error: size of array 'test_array' is negative -configure:12564: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (intptr_t))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12564: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12564: $? = 0 -configure:12564: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12564: $? = 0 -configure:12564: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12564: $? = 0 -configure:12578: result: 4 -configure:12592: checking size of uintptr_t -configure:12597: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12597: $? = 0 -configure:12597: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:104: error: size of array 'test_array' is negative -configure:12597: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (uintptr_t))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12597: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:104: error: size of array 'test_array' is negative -configure:12597: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (uintptr_t))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12597: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:104: error: size of array 'test_array' is negative -configure:12597: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (uintptr_t))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12597: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12597: $? = 0 -configure:12597: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12597: $? = 0 -configure:12597: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12597: $? = 0 -configure:12611: result: 4 -configure:12626: checking size of float -configure:12631: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12631: $? = 0 -configure:12631: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:105: error: size of array 'test_array' is negative -configure:12631: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (float))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12631: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:105: error: size of array 'test_array' is negative -configure:12631: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (float))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12631: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:105: error: size of array 'test_array' is negative -configure:12631: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (float))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12631: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12631: $? = 0 -configure:12631: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12631: $? = 0 -configure:12631: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12631: $? = 0 -configure:12645: result: 4 -configure:12659: checking size of double -configure:12664: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12664: $? = 0 -configure:12664: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:106: error: size of array 'test_array' is negative -configure:12664: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12664: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:106: error: size of array 'test_array' is negative -configure:12664: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12664: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:106: error: size of array 'test_array' is negative -configure:12664: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12664: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:106: error: size of array 'test_array' is negative -configure:12664: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 7)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12664: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12664: $? = 0 -configure:12664: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12664: $? = 0 -configure:12664: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12664: $? = 0 -configure:12664: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12664: $? = 0 -configure:12678: result: 8 -configure:12692: checking size of long double -configure:12697: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12697: $? = 0 -configure:12697: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:107: error: size of array 'test_array' is negative -configure:12697: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12697: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:107: error: size of array 'test_array' is negative -configure:12697: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12697: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:107: error: size of array 'test_array' is negative -configure:12697: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12697: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:107: error: size of array 'test_array' is negative -configure:12697: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= 7)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12697: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12697: $? = 0 -configure:12697: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12697: $? = 0 -configure:12697: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12697: $? = 0 -configure:12697: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12697: $? = 0 -configure:12711: result: 8 -configure:12726: checking size of dev_t -configure:12731: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12731: $? = 0 -configure:12731: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:108: error: size of array 'test_array' is negative -configure:12731: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (dev_t))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12731: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:108: error: size of array 'test_array' is negative -configure:12731: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (dev_t))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12731: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:108: error: size of array 'test_array' is negative -configure:12731: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (dev_t))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12731: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:108: error: size of array 'test_array' is negative -configure:12731: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (dev_t))) <= 7)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12731: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12731: $? = 0 -configure:12731: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12731: $? = 0 -configure:12731: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12731: $? = 0 -configure:12731: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12731: $? = 0 -configure:12745: result: 8 -configure:12759: checking size of fpos_t -configure:12764: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12764: $? = 0 -configure:12764: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:109: error: size of array 'test_array' is negative -configure:12764: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (fpos_t))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12764: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:109: error: size of array 'test_array' is negative -configure:12764: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (fpos_t))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12764: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:109: error: size of array 'test_array' is negative -configure:12764: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (fpos_t))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12764: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:109: error: size of array 'test_array' is negative -configure:12764: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (fpos_t))) <= 7)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12764: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:109: error: size of array 'test_array' is negative -configure:12764: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (fpos_t))) <= 15)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12764: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12764: $? = 0 -configure:12764: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:109: error: size of array 'test_array' is negative -configure:12764: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (fpos_t))) <= 23)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12764: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12764: $? = 0 -configure:12764: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12764: $? = 0 -configure:12764: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12764: $? = 0 -configure:12778: result: 24 -configure:12792: checking size of mode_t -configure:12797: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12797: $? = 0 -configure:12797: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:110: error: size of array 'test_array' is negative -configure:12797: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (mode_t))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12797: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:110: error: size of array 'test_array' is negative -configure:12797: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (mode_t))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12797: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:110: error: size of array 'test_array' is negative -configure:12797: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (mode_t))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12797: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12797: $? = 0 -configure:12797: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12797: $? = 0 -configure:12797: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12797: $? = 0 -configure:12811: result: 4 -configure:12825: checking size of off_t -configure:12830: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12830: $? = 0 -configure:12830: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:111: error: size of array 'test_array' is negative -configure:12830: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| #define SIZEOF_MODE_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12830: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:111: error: size of array 'test_array' is negative -configure:12830: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| #define SIZEOF_MODE_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12830: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:111: error: size of array 'test_array' is negative -configure:12830: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| #define SIZEOF_MODE_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12830: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:111: error: size of array 'test_array' is negative -configure:12830: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| #define SIZEOF_MODE_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 7)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12830: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12830: $? = 0 -configure:12830: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12830: $? = 0 -configure:12830: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12830: $? = 0 -configure:12830: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12830: $? = 0 -configure:12844: result: 8 -configure:12858: checking size of ssize_t -configure:12863: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12863: $? = 0 -configure:12863: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:112: error: size of array 'test_array' is negative -configure:12863: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| #define SIZEOF_MODE_T 4 -| #define SIZEOF_OFF_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12863: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:112: error: size of array 'test_array' is negative -configure:12863: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| #define SIZEOF_MODE_T 4 -| #define SIZEOF_OFF_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12863: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:112: error: size of array 'test_array' is negative -configure:12863: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| #define SIZEOF_MODE_T 4 -| #define SIZEOF_OFF_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12863: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12863: $? = 0 -configure:12863: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12863: $? = 0 -configure:12863: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12863: $? = 0 -configure:12877: result: 4 -configure:12891: checking size of time_t -configure:12896: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12896: $? = 0 -configure:12896: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:113: error: size of array 'test_array' is negative -configure:12896: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| #define SIZEOF_MODE_T 4 -| #define SIZEOF_OFF_T 8 -| #define SIZEOF_SSIZE_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 0)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12896: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:113: error: size of array 'test_array' is negative -configure:12896: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| #define SIZEOF_MODE_T 4 -| #define SIZEOF_OFF_T 8 -| #define SIZEOF_SSIZE_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 1)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12896: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c: In function 'main': -conftest.c:113: error: size of array 'test_array' is negative -configure:12896: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| #define SIZEOF_MODE_T 4 -| #define SIZEOF_OFF_T 8 -| #define SIZEOF_SSIZE_T 4 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 3)]; -| test_array [0] = 0 -| -| ; -| return 0; -| } -configure:12896: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12896: $? = 0 -configure:12896: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12896: $? = 0 -configure:12896: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12896: $? = 0 -configure:12910: result: 4 -configure:12931: checking for access -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for alloca -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:102: warning: conflicting types for built-in function 'alloca' -/tmp/ccvXEJms.o: In function `main': -conftest.c:(.text+0x20): undefined reference to `alloca' -collect2: ld returned 1 exit status -configure:12931: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| #define SIZEOF_MODE_T 4 -| #define SIZEOF_OFF_T 8 -| #define SIZEOF_SSIZE_T 4 -| #define SIZEOF_TIME_T 4 -| #define HAVE_ACCESS 1 -| /* end confdefs.h. */ -| /* Define alloca to an innocuous variant, in case declares alloca. -| For example, HP-UX 11i declares gettimeofday. */ -| #define alloca innocuous_alloca -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char alloca (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef alloca -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char alloca (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined __stub_alloca || defined __stub___alloca -| choke me -| #endif -| -| int -| main () -| { -| return alloca (); -| ; -| return 0; -| } -configure:12931: result: no -configure:12931: checking for atexit -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for atoi -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for atol -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for chmod -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for chown -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for clock_getcpuclockid -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -/tmp/ccmqogBK.o: In function `main': -conftest.c:(.text+0x18): undefined reference to `clock_getcpuclockid' -collect2: ld returned 1 exit status -configure:12931: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| #define SIZEOF_MODE_T 4 -| #define SIZEOF_OFF_T 8 -| #define SIZEOF_SSIZE_T 4 -| #define SIZEOF_TIME_T 4 -| #define HAVE_ACCESS 1 -| #define HAVE_ATEXIT 1 -| #define HAVE_ATOI 1 -| #define HAVE_ATOL 1 -| #define HAVE_CHMOD 1 -| #define HAVE_CHOWN 1 -| /* end confdefs.h. */ -| /* Define clock_getcpuclockid to an innocuous variant, in case declares clock_getcpuclockid. -| For example, HP-UX 11i declares gettimeofday. */ -| #define clock_getcpuclockid innocuous_clock_getcpuclockid -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char clock_getcpuclockid (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef clock_getcpuclockid -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char clock_getcpuclockid (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined __stub_clock_getcpuclockid || defined __stub___clock_getcpuclockid -| choke me -| #endif -| -| int -| main () -| { -| return clock_getcpuclockid (); -| ; -| return 0; -| } -configure:12931: result: no -configure:12931: checking for clock_getres -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for clock_gettime -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for ctime -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for difftime -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for fstat -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for getenv -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for getpagesize -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for getrusage -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for gettimeofday -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for gmtime -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for isatty -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for localtime -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for longjmp -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for lstat -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for memcmp -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:121: warning: conflicting types for built-in function 'memcmp' -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for memcpy -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:122: warning: conflicting types for built-in function 'memcpy' -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for memmove -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:123: warning: conflicting types for built-in function 'memmove' -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for memset -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:124: warning: conflicting types for built-in function 'memset' -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for mkdir -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for mktime -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for mmap -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for mprotect -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for munmap -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for qsort -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for raise -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for rmdir -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for setjmp -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for signal -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for snprintf -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:135: warning: conflicting types for built-in function 'snprintf' -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for strcasecmp -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:136: warning: conflicting types for built-in function 'strcasecmp' -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for strchr -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:137: warning: conflicting types for built-in function 'strchr' -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for strdup -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:138: warning: conflicting types for built-in function 'strdup' -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for strerror -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for strftime -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:140: warning: conflicting types for built-in function 'strftime' -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for stricmp -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -/tmp/cca9b8Tw.o: In function `main': -conftest.c:(.text+0x18): undefined reference to `stricmp' -collect2: ld returned 1 exit status -configure:12931: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| #define SIZEOF_MODE_T 4 -| #define SIZEOF_OFF_T 8 -| #define SIZEOF_SSIZE_T 4 -| #define SIZEOF_TIME_T 4 -| #define HAVE_ACCESS 1 -| #define HAVE_ATEXIT 1 -| #define HAVE_ATOI 1 -| #define HAVE_ATOL 1 -| #define HAVE_CHMOD 1 -| #define HAVE_CHOWN 1 -| #define HAVE_CLOCK_GETRES 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_CTIME 1 -| #define HAVE_DIFFTIME 1 -| #define HAVE_FSTAT 1 -| #define HAVE_GETENV 1 -| #define HAVE_GETPAGESIZE 1 -| #define HAVE_GETRUSAGE 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_GMTIME 1 -| #define HAVE_ISATTY 1 -| #define HAVE_LOCALTIME 1 -| #define HAVE_LONGJMP 1 -| #define HAVE_LSTAT 1 -| #define HAVE_MEMCMP 1 -| #define HAVE_MEMCPY 1 -| #define HAVE_MEMMOVE 1 -| #define HAVE_MEMSET 1 -| #define HAVE_MKDIR 1 -| #define HAVE_MKTIME 1 -| #define HAVE_MMAP 1 -| #define HAVE_MPROTECT 1 -| #define HAVE_MUNMAP 1 -| #define HAVE_QSORT 1 -| #define HAVE_RAISE 1 -| #define HAVE_RMDIR 1 -| #define HAVE_SETJMP 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SNPRINTF 1 -| #define HAVE_STRCASECMP 1 -| #define HAVE_STRCHR 1 -| #define HAVE_STRDUP 1 -| #define HAVE_STRERROR 1 -| #define HAVE_STRFTIME 1 -| /* end confdefs.h. */ -| /* Define stricmp to an innocuous variant, in case declares stricmp. -| For example, HP-UX 11i declares gettimeofday. */ -| #define stricmp innocuous_stricmp -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char stricmp (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef stricmp -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char stricmp (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined __stub_stricmp || defined __stub___stricmp -| choke me -| #endif -| -| int -| main () -| { -| return stricmp (); -| ; -| return 0; -| } -configure:12931: result: no -configure:12931: checking for strncasecmp -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:141: warning: conflicting types for built-in function 'strncasecmp' -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for strnicmp -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -/tmp/ccsskZNA.o: In function `main': -conftest.c:(.text+0x18): undefined reference to `strnicmp' -collect2: ld returned 1 exit status -configure:12931: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "LZO" -| #define PACKAGE_TARNAME "lzo" -| #define PACKAGE_VERSION "2.06" -| #define PACKAGE_STRING "LZO 2.06" -| #define PACKAGE_BUGREPORT "markus@oberhumer.com" -| #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define LZO_ABI_LITTLE_ENDIAN 1 -| #define _FILE_OFFSET_BITS 64 -| #define PACKAGE "lzo" -| #define VERSION "2.06" -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_ASSERT_H 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_FLOAT_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_SETJMP_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define RETSIGTYPE void -| #define SIZEOF_SHORT 2 -| #define SIZEOF_INT 4 -| #define SIZEOF_LONG 4 -| #define SIZEOF_LONG_LONG 8 -| #define SIZEOF___INT16 0 -| #define SIZEOF___INT32 0 -| #define SIZEOF___INT64 0 -| #define SIZEOF_VOID_P 4 -| #define SIZEOF_SIZE_T 4 -| #define SIZEOF_PTRDIFF_T 4 -| #define SIZEOF___INT32 0 -| #define SIZEOF_INTMAX_T 8 -| #define SIZEOF_UINTMAX_T 8 -| #define SIZEOF_INTPTR_T 4 -| #define SIZEOF_UINTPTR_T 4 -| #define SIZEOF_FLOAT 4 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| #define SIZEOF_DEV_T 8 -| #define SIZEOF_FPOS_T 24 -| #define SIZEOF_MODE_T 4 -| #define SIZEOF_OFF_T 8 -| #define SIZEOF_SSIZE_T 4 -| #define SIZEOF_TIME_T 4 -| #define HAVE_ACCESS 1 -| #define HAVE_ATEXIT 1 -| #define HAVE_ATOI 1 -| #define HAVE_ATOL 1 -| #define HAVE_CHMOD 1 -| #define HAVE_CHOWN 1 -| #define HAVE_CLOCK_GETRES 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_CTIME 1 -| #define HAVE_DIFFTIME 1 -| #define HAVE_FSTAT 1 -| #define HAVE_GETENV 1 -| #define HAVE_GETPAGESIZE 1 -| #define HAVE_GETRUSAGE 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_GMTIME 1 -| #define HAVE_ISATTY 1 -| #define HAVE_LOCALTIME 1 -| #define HAVE_LONGJMP 1 -| #define HAVE_LSTAT 1 -| #define HAVE_MEMCMP 1 -| #define HAVE_MEMCPY 1 -| #define HAVE_MEMMOVE 1 -| #define HAVE_MEMSET 1 -| #define HAVE_MKDIR 1 -| #define HAVE_MKTIME 1 -| #define HAVE_MMAP 1 -| #define HAVE_MPROTECT 1 -| #define HAVE_MUNMAP 1 -| #define HAVE_QSORT 1 -| #define HAVE_RAISE 1 -| #define HAVE_RMDIR 1 -| #define HAVE_SETJMP 1 -| #define HAVE_SIGNAL 1 -| #define HAVE_SNPRINTF 1 -| #define HAVE_STRCASECMP 1 -| #define HAVE_STRCHR 1 -| #define HAVE_STRDUP 1 -| #define HAVE_STRERROR 1 -| #define HAVE_STRFTIME 1 -| #define HAVE_STRNCASECMP 1 -| /* end confdefs.h. */ -| /* Define strnicmp to an innocuous variant, in case declares strnicmp. -| For example, HP-UX 11i declares gettimeofday. */ -| #define strnicmp innocuous_strnicmp -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char strnicmp (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef strnicmp -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char strnicmp (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined __stub_strnicmp || defined __stub___strnicmp -| choke me -| #endif -| -| int -| main () -| { -| return strnicmp (); -| ; -| return 0; -| } -configure:12931: result: no -configure:12931: checking for strrchr -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:142: warning: conflicting types for built-in function 'strrchr' -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for strstr -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:143: warning: conflicting types for built-in function 'strstr' -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for time -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for umask -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for utime -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -configure:12931: $? = 0 -configure:12931: result: yes -configure:12931: checking for vsnprintf -configure:12931: mipsel-uclibc-gcc -o conftest -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c >&5 -conftest.c:147: warning: conflicting types for built-in function 'vsnprintf' -configure:12931: $? = 0 -configure:12931: result: yes -configure:12974: checking whether to build assembly versions -configure:13004: result: no -configure:13034: checking whether your compiler passes the ACC conformance test -configure:13079: mipsel-uclibc-gcc -c -O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -I. conftest.c >&5 -configure:13079: $? = 0 -configure:13087: result: yes -configure:13262: creating ./config.status - -## ---------------------- ## -## Running config.status. ## -## ---------------------- ## - -This file was extended by LZO config.status 2.06, which was -generated by GNU Autoconf 2.67. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - -on vicente-P5K-E - -config.status:1192: creating Makefile -config.status:1192: creating config.h -config.status:1372: config.h is unchanged -config.status:1420: executing depfiles commands -config.status:1420: executing libtool commands - -## ---------------- ## -## Cache variables. ## -## ---------------- ## - -ac_cv_build=x86_64-pc-linux-gnu -ac_cv_c_bigendian=no -ac_cv_c_compiler_gnu=yes -ac_cv_c_const=yes -ac_cv_env_CCASFLAGS_set= -ac_cv_env_CCASFLAGS_value= -ac_cv_env_CCAS_set= -ac_cv_env_CCAS_value= -ac_cv_env_CC_set=set -ac_cv_env_CC_value=mipsel-uclibc-gcc -ac_cv_env_CFLAGS_set=set -ac_cv_env_CFLAGS_value='-O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 ' -ac_cv_env_CPPFLAGS_set= -ac_cv_env_CPPFLAGS_value= -ac_cv_env_CPP_set= -ac_cv_env_CPP_value= -ac_cv_env_LDFLAGS_set= -ac_cv_env_LDFLAGS_value= -ac_cv_env_LIBS_set= -ac_cv_env_LIBS_value= -ac_cv_env_build_alias_set=set -ac_cv_env_build_alias_value=x86_64-linux-gnu -ac_cv_env_host_alias_set=set -ac_cv_env_host_alias_value=mipsel-linux -ac_cv_env_target_alias_set= -ac_cv_env_target_alias_value= -ac_cv_func_access=yes -ac_cv_func_alloca=no -ac_cv_func_atexit=yes -ac_cv_func_atoi=yes -ac_cv_func_atol=yes -ac_cv_func_chmod=yes -ac_cv_func_chown=yes -ac_cv_func_clock_getcpuclockid=no -ac_cv_func_clock_getres=yes -ac_cv_func_clock_gettime=yes -ac_cv_func_ctime=yes -ac_cv_func_difftime=yes -ac_cv_func_fstat=yes -ac_cv_func_getenv=yes -ac_cv_func_getpagesize=yes -ac_cv_func_getrusage=yes -ac_cv_func_gettimeofday=yes -ac_cv_func_gmtime=yes -ac_cv_func_isatty=yes -ac_cv_func_localtime=yes -ac_cv_func_longjmp=yes -ac_cv_func_lstat=yes -ac_cv_func_malloc_0_nonnull=yes -ac_cv_func_memcmp=yes -ac_cv_func_memcpy=yes -ac_cv_func_memmove=yes -ac_cv_func_memset=yes -ac_cv_func_mkdir=yes -ac_cv_func_mktime=yes -ac_cv_func_mmap=yes -ac_cv_func_mprotect=yes -ac_cv_func_munmap=yes -ac_cv_func_qsort=yes -ac_cv_func_raise=yes -ac_cv_func_rmdir=yes -ac_cv_func_setjmp=yes -ac_cv_func_signal=yes -ac_cv_func_snprintf=yes -ac_cv_func_strcasecmp=yes -ac_cv_func_strchr=yes -ac_cv_func_strdup=yes -ac_cv_func_strerror=yes -ac_cv_func_strftime=yes -ac_cv_func_stricmp=no -ac_cv_func_strncasecmp=yes -ac_cv_func_strnicmp=no -ac_cv_func_strrchr=yes -ac_cv_func_strstr=yes -ac_cv_func_time=yes -ac_cv_func_umask=yes -ac_cv_func_utime=yes -ac_cv_func_vsnprintf=yes -ac_cv_header_assert_h=yes -ac_cv_header_ctype_h=yes -ac_cv_header_dirent_h=yes -ac_cv_header_dlfcn_h=yes -ac_cv_header_errno_h=yes -ac_cv_header_fcntl_h=yes -ac_cv_header_float_h=yes -ac_cv_header_inttypes_h=yes -ac_cv_header_limits_h=yes -ac_cv_header_malloc_h=yes -ac_cv_header_memory_h=yes -ac_cv_header_setjmp_h=yes -ac_cv_header_signal_h=yes -ac_cv_header_stdarg_h=yes -ac_cv_header_stdc=yes -ac_cv_header_stddef_h=yes -ac_cv_header_stdint_h=yes -ac_cv_header_stdio_h=yes -ac_cv_header_stdlib_h=yes -ac_cv_header_string_h=yes -ac_cv_header_strings_h=yes -ac_cv_header_sys_mman_h=yes -ac_cv_header_sys_resource_h=yes -ac_cv_header_sys_stat_h=yes -ac_cv_header_sys_time_h=yes -ac_cv_header_sys_types_h=yes -ac_cv_header_sys_wait_h=yes -ac_cv_header_time=yes -ac_cv_header_time_h=yes -ac_cv_header_unistd_h=yes -ac_cv_header_utime_h=yes -ac_cv_host=mipsel-unknown-linux-gnu -ac_cv_objext=o -ac_cv_path_EGREP='/bin/grep -E' -ac_cv_path_FGREP='/bin/grep -F' -ac_cv_path_GREP=/bin/grep -ac_cv_path_SED=/bin/sed -ac_cv_path_install='/usr/bin/install -c' -ac_cv_path_mkdir=/bin/mkdir -ac_cv_prog_AR=mipsel-uclibc-ar -ac_cv_prog_AWK=gawk -ac_cv_prog_CC=mipsel-uclibc-gcc -ac_cv_prog_CPP='mipsel-uclibc-gcc -E' -ac_cv_prog_OBJDUMP=mipsel-linux-objdump -ac_cv_prog_RANLIB=mipsel-uclibc-ranlib -ac_cv_prog_STRIP='mipsel-uclibc-strip -R .note -R .comment' -ac_cv_prog_cc_c89= -ac_cv_prog_cc_g=yes -ac_cv_prog_cc_mipsel_uclibc_gcc_c_o=yes -ac_cv_prog_make_make_set=yes -ac_cv_sizeof___int16=0 -ac_cv_sizeof___int32=0 -ac_cv_sizeof___int64=0 -ac_cv_sizeof_dev_t=8 -ac_cv_sizeof_double=8 -ac_cv_sizeof_float=4 -ac_cv_sizeof_fpos_t=24 -ac_cv_sizeof_int=4 -ac_cv_sizeof_intmax_t=8 -ac_cv_sizeof_intptr_t=4 -ac_cv_sizeof_long=4 -ac_cv_sizeof_long_double=8 -ac_cv_sizeof_long_long=8 -ac_cv_sizeof_mode_t=4 -ac_cv_sizeof_off_t=8 -ac_cv_sizeof_ptrdiff_t=4 -ac_cv_sizeof_short=2 -ac_cv_sizeof_size_t=4 -ac_cv_sizeof_ssize_t=4 -ac_cv_sizeof_time_t=4 -ac_cv_sizeof_uintmax_t=8 -ac_cv_sizeof_uintptr_t=4 -ac_cv_sizeof_void_p=4 -ac_cv_sys_file_offset_bits=64 -ac_cv_sys_largefile_CC=no -ac_cv_target=mipsel-unknown-linux-gnu -ac_cv_type_off_t=yes -ac_cv_type_ptrdiff_t=yes -ac_cv_type_signal=void -ac_cv_type_size_t=yes -am_cv_CCAS_dependencies_compiler_type=gcc3 -am_cv_CC_dependencies_compiler_type=gcc3 -lt_cv_archive_cmds_need_lc=no -lt_cv_deplibs_check_method=pass_all -lt_cv_file_magic_cmd='$MAGIC_CMD' -lt_cv_file_magic_test_file= -lt_cv_ld_reload_flag=-r -lt_cv_nm_interface='BSD nm' -lt_cv_objdir=.libs -lt_cv_path_LD=mipsel-uclibc-ld -lt_cv_path_NM=mipsel-uclibc-nm -lt_cv_prog_compiler_c_o=yes -lt_cv_prog_compiler_pic_works=yes -lt_cv_prog_compiler_rtti_exceptions=no -lt_cv_prog_compiler_static_works=yes -lt_cv_prog_gnu_ld=yes -lt_cv_shlibpath_overrides_runpath=no -lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' -lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' -lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' -lt_cv_sys_max_cmd_len=3458764513820540925 -mfx_cv_header_sane_limits_h=yes - -## ----------------- ## -## Output variables. ## -## ----------------- ## - -ACLOCAL='${SHELL} /home/vicente/tomato/release/src/router/lzo/autoconf/missing --run aclocal-1.11' -AMDEPBACKSLASH='\' -AMDEP_FALSE='#' -AMDEP_TRUE='' -AMTAR='${SHELL} /home/vicente/tomato/release/src/router/lzo/autoconf/missing --run tar' -AM_BACKSLASH='\' -AM_DEFAULT_VERBOSITY='0' -AR='mipsel-uclibc-ar' -AUTOCONF='${SHELL} /home/vicente/tomato/release/src/router/lzo/autoconf/missing --run autoconf' -AUTOHEADER='${SHELL} /home/vicente/tomato/release/src/router/lzo/autoconf/missing --run autoheader' -AUTOMAKE='${SHELL} /home/vicente/tomato/release/src/router/lzo/autoconf/missing --run automake-1.11' -AWK='gawk' -CC='mipsel-uclibc-gcc' -CCAS='mipsel-uclibc-gcc' -CCASDEPMODE='depmode=gcc3' -CCASFLAGS='-O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 ' -CCDEPMODE='depmode=gcc3' -CFLAGS='-O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 ' -CPP='mipsel-uclibc-gcc -E' -CPPFLAGS='' -CYGPATH_W='echo' -DEFS='-DLZO_HAVE_CONFIG_H=1' -DEPDIR='.deps' -DSYMUTIL='' -DUMPBIN='' -ECHO_C='' -ECHO_N='-n' -ECHO_T='' -EGREP='/bin/grep -E' -EXEEXT='' -FGREP='/bin/grep -F' -GREP='/bin/grep' -INSTALL_DATA='${INSTALL} -m 644' -INSTALL_PROGRAM='${INSTALL}' -INSTALL_SCRIPT='${INSTALL}' -INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' -LD='mipsel-uclibc-ld' -LDFLAGS='' -LIBOBJS='' -LIBS='' -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -LIPO='' -LN_S='ln -s' -LTLIBOBJS='' -LZO_USE_ASM_i386_obj_elf32_FALSE='' -LZO_USE_ASM_i386_obj_elf32_TRUE='#' -LZO_USE_ASM_i386_src_gas_FALSE='' -LZO_USE_ASM_i386_src_gas_TRUE='#' -MAINT='#' -MAINTAINER_MODE_FALSE='' -MAINTAINER_MODE_TRUE='#' -MAKEINFO='${SHELL} /home/vicente/tomato/release/src/router/lzo/autoconf/missing --run makeinfo' -MKDIR_P='/bin/mkdir -p' -NM='mipsel-uclibc-nm' -NMEDIT='' -OBJDUMP='mipsel-linux-objdump' -OBJEXT='o' -OTOOL64='' -OTOOL='' -PACKAGE='lzo' -PACKAGE_BUGREPORT='markus@oberhumer.com' -PACKAGE_NAME='LZO' -PACKAGE_STRING='LZO 2.06' -PACKAGE_TARNAME='lzo' -PACKAGE_URL='http://www.oberhumer.com/opensource/lzo/' -PACKAGE_VERSION='2.06' -PATH_SEPARATOR=':' -RANLIB='mipsel-uclibc-ranlib' -SED='/bin/sed' -SET_MAKE='' -SHELL='/bin/sh' -STRIP='mipsel-uclibc-strip -R .note -R .comment' -VERSION='2.06' -ac_ct_CC='' -ac_ct_DUMPBIN='' -am__EXEEXT_FALSE='' -am__EXEEXT_TRUE='#' -am__fastdepCCAS_FALSE='#' -am__fastdepCCAS_TRUE='' -am__fastdepCC_FALSE='#' -am__fastdepCC_TRUE='' -am__include='include' -am__isrc='' -am__leading_dot='.' -am__quote='' -am__tar='${AMTAR} chof - "$$tardir"' -am__untar='${AMTAR} xf -' -bindir='${exec_prefix}/bin' -build='x86_64-pc-linux-gnu' -build_alias='x86_64-linux-gnu' -build_cpu='x86_64' -build_os='linux-gnu' -build_vendor='pc' -datadir='${datarootdir}' -datarootdir='${prefix}/share' -docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' -dvidir='${docdir}' -exec_prefix='${prefix}' -host='mipsel-unknown-linux-gnu' -host_alias='mipsel-linux' -host_cpu='mipsel' -host_os='linux-gnu' -host_vendor='unknown' -htmldir='${docdir}' -includedir='${prefix}/include' -infodir='${datarootdir}/info' -install_sh='${SHELL} /home/vicente/tomato/release/src/router/lzo/autoconf/install-sh' -libdir='${exec_prefix}/lib' -libexecdir='${exec_prefix}/libexec' -localedir='${datarootdir}/locale' -localstatedir='${prefix}/var' -mandir='${datarootdir}/man' -mkdir_p='/bin/mkdir -p' -oldincludedir='/usr/include' -pdfdir='${docdir}' -prefix='/usr/local' -program_transform_name='s,x,x,' -psdir='${docdir}' -sbindir='${exec_prefix}/sbin' -sharedstatedir='${prefix}/com' -sysconfdir='${prefix}/etc' -target='mipsel-unknown-linux-gnu' -target_alias='' -target_cpu='mipsel' -target_os='linux-gnu' -target_vendor='unknown' - -## ----------- ## -## confdefs.h. ## -## ----------- ## - -/* confdefs.h */ -#define PACKAGE_NAME "LZO" -#define PACKAGE_TARNAME "lzo" -#define PACKAGE_VERSION "2.06" -#define PACKAGE_STRING "LZO 2.06" -#define PACKAGE_BUGREPORT "markus@oberhumer.com" -#define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" -#define STDC_HEADERS 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRING_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_STRINGS_H 1 -#define HAVE_INTTYPES_H 1 -#define HAVE_STDINT_H 1 -#define HAVE_UNISTD_H 1 -#define LZO_ABI_LITTLE_ENDIAN 1 -#define _FILE_OFFSET_BITS 64 -#define PACKAGE "lzo" -#define VERSION "2.06" -#define HAVE_DLFCN_H 1 -#define LT_OBJDIR ".libs/" -#define TIME_WITH_SYS_TIME 1 -#define HAVE_ASSERT_H 1 -#define HAVE_CTYPE_H 1 -#define HAVE_DIRENT_H 1 -#define HAVE_ERRNO_H 1 -#define HAVE_FCNTL_H 1 -#define HAVE_FLOAT_H 1 -#define HAVE_LIMITS_H 1 -#define HAVE_MALLOC_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_SETJMP_H 1 -#define HAVE_SIGNAL_H 1 -#define HAVE_STDARG_H 1 -#define HAVE_STDDEF_H 1 -#define HAVE_STDINT_H 1 -#define HAVE_STDIO_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRING_H 1 -#define HAVE_STRINGS_H 1 -#define HAVE_TIME_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_UTIME_H 1 -#define HAVE_SYS_MMAN_H 1 -#define HAVE_SYS_RESOURCE_H 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_SYS_TIME_H 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_SYS_WAIT_H 1 -#define RETSIGTYPE void -#define SIZEOF_SHORT 2 -#define SIZEOF_INT 4 -#define SIZEOF_LONG 4 -#define SIZEOF_LONG_LONG 8 -#define SIZEOF___INT16 0 -#define SIZEOF___INT32 0 -#define SIZEOF___INT64 0 -#define SIZEOF_VOID_P 4 -#define SIZEOF_SIZE_T 4 -#define SIZEOF_PTRDIFF_T 4 -#define SIZEOF___INT32 0 -#define SIZEOF_INTMAX_T 8 -#define SIZEOF_UINTMAX_T 8 -#define SIZEOF_INTPTR_T 4 -#define SIZEOF_UINTPTR_T 4 -#define SIZEOF_FLOAT 4 -#define SIZEOF_DOUBLE 8 -#define SIZEOF_LONG_DOUBLE 8 -#define SIZEOF_DEV_T 8 -#define SIZEOF_FPOS_T 24 -#define SIZEOF_MODE_T 4 -#define SIZEOF_OFF_T 8 -#define SIZEOF_SSIZE_T 4 -#define SIZEOF_TIME_T 4 -#define HAVE_ACCESS 1 -#define HAVE_ATEXIT 1 -#define HAVE_ATOI 1 -#define HAVE_ATOL 1 -#define HAVE_CHMOD 1 -#define HAVE_CHOWN 1 -#define HAVE_CLOCK_GETRES 1 -#define HAVE_CLOCK_GETTIME 1 -#define HAVE_CTIME 1 -#define HAVE_DIFFTIME 1 -#define HAVE_FSTAT 1 -#define HAVE_GETENV 1 -#define HAVE_GETPAGESIZE 1 -#define HAVE_GETRUSAGE 1 -#define HAVE_GETTIMEOFDAY 1 -#define HAVE_GMTIME 1 -#define HAVE_ISATTY 1 -#define HAVE_LOCALTIME 1 -#define HAVE_LONGJMP 1 -#define HAVE_LSTAT 1 -#define HAVE_MEMCMP 1 -#define HAVE_MEMCPY 1 -#define HAVE_MEMMOVE 1 -#define HAVE_MEMSET 1 -#define HAVE_MKDIR 1 -#define HAVE_MKTIME 1 -#define HAVE_MMAP 1 -#define HAVE_MPROTECT 1 -#define HAVE_MUNMAP 1 -#define HAVE_QSORT 1 -#define HAVE_RAISE 1 -#define HAVE_RMDIR 1 -#define HAVE_SETJMP 1 -#define HAVE_SIGNAL 1 -#define HAVE_SNPRINTF 1 -#define HAVE_STRCASECMP 1 -#define HAVE_STRCHR 1 -#define HAVE_STRDUP 1 -#define HAVE_STRERROR 1 -#define HAVE_STRFTIME 1 -#define HAVE_STRNCASECMP 1 -#define HAVE_STRRCHR 1 -#define HAVE_STRSTR 1 -#define HAVE_TIME 1 -#define HAVE_UMASK 1 -#define HAVE_UTIME 1 -#define HAVE_VSNPRINTF 1 - -configure: exit 0 diff --git a/release/src/router/nocat/config.log b/release/src/router/nocat/config.log deleted file mode 100644 index 9e95715258..0000000000 --- a/release/src/router/nocat/config.log +++ /dev/null @@ -1,963 +0,0 @@ -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by nocat configure 0.93pre2, which was -generated by GNU Autoconf 2.59. Invocation command line was - - $ ./configure --host=mipsel-linux --build=x86_64-linux-gnu --with-firewall=iptables --with-glib-prefix=/home/vicente/tomato/release/src-rt/router/mipsel-uclibc/install/glib/usr --localstatedir=/var --sysconfdir=/etc - -## --------- ## -## Platform. ## -## --------- ## - -hostname = vicente-P5K-E -uname -m = x86_64 -uname -r = 3.2.0-47-generic -uname -s = Linux -uname -v = #72-Ubuntu SMP Mon Jun 3 17:53:49 UTC 2013 - -/usr/bin/uname -p = unknown -/bin/uname -X = unknown - -/bin/arch = unknown -/usr/bin/arch -k = unknown -/usr/convex/getsysinfo = unknown -hostinfo = unknown -/bin/machine = unknown -/usr/bin/oslevel = unknown -/bin/universe = unknown - -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /opt/brcm/hndtools-mipsel-uclibc/bin -PATH: /opt/brcm/hndtools-mipsel-linux/bin -PATH: /usr/lib/lightdm/lightdm -PATH: /usr/local/sbin -PATH: /usr/local/bin -PATH: /usr/sbin -PATH: /usr/bin -PATH: /sbin -PATH: /bin -PATH: /usr/games - - -## ----------- ## -## Core tests. ## -## ----------- ## - -configure:1369: checking for a BSD-compatible install -configure:1424: result: /usr/bin/install -c -configure:1435: checking whether build environment is sane -configure:1478: result: yes -configure:1535: checking for gawk -configure:1551: found /usr/bin/gawk -configure:1561: result: gawk -configure:1571: checking whether make sets $(MAKE) -configure:1591: result: yes -configure:1670: checking for mipsel-linux-strip -configure:1696: result: mipsel-uclibc-strip -R .note -R .comment -configure:1755: checking whether to enable maintainer-specific portions of Makefiles -configure:1764: result: no -configure:1789: checking for mipsel-linux-gcc -configure:1815: result: mipsel-uclibc-gcc -configure:2097: checking for C compiler version -configure:2100: mipsel-uclibc-gcc --version &5 -mipsel-uclibc-gcc (GCC) 4.2.4 -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -configure:2103: $? = 0 -configure:2105: mipsel-uclibc-gcc -v &5 -Using built-in specs. -Target: mipsel-linux-uclibc -Configured with: /home/fedork/tomato/toolchain/build_dir/toolchain-mipsel_gcc4.2.4/gcc-4.2.4/configure --prefix=/opt/brcm/hndtools-mipsel-uclibc-4.2.4 --build=i486-linux-gnu --host=i486-linux-gnu --target=mipsel-linux-uclibc --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-nls --disable-__cxa_atexit --enable-libssp --enable-languages=c,c++ --enable-shared --enable-threads --enable-tls -Thread model: posix -gcc version 4.2.4 -configure:2108: $? = 0 -configure:2110: mipsel-uclibc-gcc -V &5 -mipsel-uclibc-gcc: '-V' option must have argument -configure:2113: $? = 1 -configure:2136: checking for C compiler default output file name -configure:2139: mipsel-uclibc-gcc conftest.c >&5 -configure:2142: $? = 0 -configure:2188: result: a.out -configure:2193: checking whether the C compiler works -configure:2219: result: yes -configure:2226: checking whether we are cross compiling -configure:2228: result: yes -configure:2231: checking for suffix of executables -configure:2233: mipsel-uclibc-gcc -o conftest conftest.c >&5 -configure:2236: $? = 0 -configure:2261: result: -configure:2267: checking for suffix of object files -configure:2288: mipsel-uclibc-gcc -c conftest.c >&5 -configure:2291: $? = 0 -configure:2313: result: o -configure:2317: checking whether we are using the GNU C compiler -configure:2341: mipsel-uclibc-gcc -c conftest.c >&5 -configure:2347: $? = 0 -configure:2351: test -z - || test ! -s conftest.err -configure:2354: $? = 0 -configure:2357: test -s conftest.o -configure:2360: $? = 0 -configure:2373: result: yes -configure:2379: checking whether mipsel-uclibc-gcc accepts -g -configure:2400: mipsel-uclibc-gcc -c -g conftest.c >&5 -configure:2406: $? = 0 -configure:2410: test -z - || test ! -s conftest.err -configure:2413: $? = 0 -configure:2416: test -s conftest.o -configure:2419: $? = 0 -configure:2430: result: yes -configure:2447: checking for mipsel-uclibc-gcc option to accept ANSI C -configure:2517: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:2523: $? = 0 -configure:2527: test -z - || test ! -s conftest.err -configure:2530: $? = 0 -configure:2533: test -s conftest.o -configure:2536: $? = 0 -configure:2554: result: none needed -configure:2572: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' -configure:2578: $? = 1 -configure: failed program was: -| #ifndef __cplusplus -| choke me -| #endif -configure:2722: checking for style of include used by make -configure:2750: result: GNU -configure:2778: checking dependency style of mipsel-uclibc-gcc -configure:2863: result: gcc3 -configure:2880: checking whether make sets $(MAKE) -configure:2900: result: yes -configure:2912: checking for mipsel-linux-ranlib -configure:2938: result: mipsel-uclibc-ranlib -configure:3045: checking for glib-config -configure:3076: result: /home/vicente/tomato/release/src-rt/router/mipsel-uclibc/install/glib/usr/bin/glib-config -configure:3084: checking for GLIB - version >= 1.2.0 -configure:3214: result: yes -configure:3318: checking how to run the C preprocessor -configure:3353: mipsel-uclibc-gcc -E conftest.c -configure:3359: $? = 0 -configure:3391: mipsel-uclibc-gcc -E conftest.c -conftest.c:11:28: error: ac_nonexistent.h: No such file or directory -configure:3397: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "nocat" -| #define PACKAGE_TARNAME "NoCatSplash" -| #define PACKAGE_VERSION "0.93pre2" -| #define PACKAGE_STRING "nocat 0.93pre2" -| #define PACKAGE_BUGREPORT "schuyler@nocat.net" -| #define PACKAGE "NoCatSplash" -| #define VERSION "0.93pre2" -| /* end confdefs.h. */ -| #include -configure:3436: result: mipsel-uclibc-gcc -E -configure:3460: mipsel-uclibc-gcc -E conftest.c -configure:3466: $? = 0 -configure:3498: mipsel-uclibc-gcc -E conftest.c -conftest.c:11:28: error: ac_nonexistent.h: No such file or directory -configure:3504: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "nocat" -| #define PACKAGE_TARNAME "NoCatSplash" -| #define PACKAGE_VERSION "0.93pre2" -| #define PACKAGE_STRING "nocat 0.93pre2" -| #define PACKAGE_BUGREPORT "schuyler@nocat.net" -| #define PACKAGE "NoCatSplash" -| #define VERSION "0.93pre2" -| /* end confdefs.h. */ -| #include -configure:3548: checking for egrep -configure:3558: result: grep -E -configure:3563: checking for ANSI C header files -configure:3588: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3594: $? = 0 -configure:3598: test -z - || test ! -s conftest.err -configure:3601: $? = 0 -configure:3604: test -s conftest.o -configure:3607: $? = 0 -configure:3719: result: yes -configure:3729: checking for sys/wait.h that is POSIX.1 compatible -configure:3760: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3766: $? = 0 -configure:3770: test -z - || test ! -s conftest.err -configure:3773: $? = 0 -configure:3776: test -s conftest.o -configure:3779: $? = 0 -configure:3790: result: yes -configure:3814: checking for sys/types.h -configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3836: $? = 0 -configure:3840: test -z - || test ! -s conftest.err -configure:3843: $? = 0 -configure:3846: test -s conftest.o -configure:3849: $? = 0 -configure:3860: result: yes -configure:3814: checking for sys/stat.h -configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3836: $? = 0 -configure:3840: test -z - || test ! -s conftest.err -configure:3843: $? = 0 -configure:3846: test -s conftest.o -configure:3849: $? = 0 -configure:3860: result: yes -configure:3814: checking for stdlib.h -configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3836: $? = 0 -configure:3840: test -z - || test ! -s conftest.err -configure:3843: $? = 0 -configure:3846: test -s conftest.o -configure:3849: $? = 0 -configure:3860: result: yes -configure:3814: checking for string.h -configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3836: $? = 0 -configure:3840: test -z - || test ! -s conftest.err -configure:3843: $? = 0 -configure:3846: test -s conftest.o -configure:3849: $? = 0 -configure:3860: result: yes -configure:3814: checking for memory.h -configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3836: $? = 0 -configure:3840: test -z - || test ! -s conftest.err -configure:3843: $? = 0 -configure:3846: test -s conftest.o -configure:3849: $? = 0 -configure:3860: result: yes -configure:3814: checking for strings.h -configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3836: $? = 0 -configure:3840: test -z - || test ! -s conftest.err -configure:3843: $? = 0 -configure:3846: test -s conftest.o -configure:3849: $? = 0 -configure:3860: result: yes -configure:3814: checking for inttypes.h -configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3836: $? = 0 -configure:3840: test -z - || test ! -s conftest.err -configure:3843: $? = 0 -configure:3846: test -s conftest.o -configure:3849: $? = 0 -configure:3860: result: yes -configure:3814: checking for stdint.h -configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3836: $? = 0 -configure:3840: test -z - || test ! -s conftest.err -configure:3843: $? = 0 -configure:3846: test -s conftest.o -configure:3849: $? = 0 -configure:3860: result: yes -configure:3814: checking for unistd.h -configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3836: $? = 0 -configure:3840: test -z - || test ! -s conftest.err -configure:3843: $? = 0 -configure:3846: test -s conftest.o -configure:3849: $? = 0 -configure:3860: result: yes -configure:3893: checking arpa/inet.h usability -configure:3905: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3911: $? = 0 -configure:3915: test -z - || test ! -s conftest.err -configure:3918: $? = 0 -configure:3921: test -s conftest.o -configure:3924: $? = 0 -configure:3934: result: yes -configure:3938: checking arpa/inet.h presence -configure:3948: mipsel-uclibc-gcc -E conftest.c -configure:3954: $? = 0 -configure:3974: result: yes -configure:4009: checking for arpa/inet.h -configure:4016: result: yes -configure:3893: checking fcntl.h usability -configure:3905: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3911: $? = 0 -configure:3915: test -z - || test ! -s conftest.err -configure:3918: $? = 0 -configure:3921: test -s conftest.o -configure:3924: $? = 0 -configure:3934: result: yes -configure:3938: checking fcntl.h presence -configure:3948: mipsel-uclibc-gcc -E conftest.c -configure:3954: $? = 0 -configure:3974: result: yes -configure:4009: checking for fcntl.h -configure:4016: result: yes -configure:3893: checking netinet/in.h usability -configure:3905: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3911: $? = 0 -configure:3915: test -z - || test ! -s conftest.err -configure:3918: $? = 0 -configure:3921: test -s conftest.o -configure:3924: $? = 0 -configure:3934: result: yes -configure:3938: checking netinet/in.h presence -configure:3948: mipsel-uclibc-gcc -E conftest.c -configure:3954: $? = 0 -configure:3974: result: yes -configure:4009: checking for netinet/in.h -configure:4016: result: yes -configure:3884: checking for stdlib.h -configure:3889: result: yes -configure:3884: checking for string.h -configure:3889: result: yes -configure:3893: checking sys/socket.h usability -configure:3905: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3911: $? = 0 -configure:3915: test -z - || test ! -s conftest.err -configure:3918: $? = 0 -configure:3921: test -s conftest.o -configure:3924: $? = 0 -configure:3934: result: yes -configure:3938: checking sys/socket.h presence -configure:3948: mipsel-uclibc-gcc -E conftest.c -configure:3954: $? = 0 -configure:3974: result: yes -configure:4009: checking for sys/socket.h -configure:4016: result: yes -configure:3893: checking sys/time.h usability -configure:3905: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:3911: $? = 0 -configure:3915: test -z - || test ! -s conftest.err -configure:3918: $? = 0 -configure:3921: test -s conftest.o -configure:3924: $? = 0 -configure:3934: result: yes -configure:3938: checking sys/time.h presence -configure:3948: mipsel-uclibc-gcc -E conftest.c -configure:3954: $? = 0 -configure:3974: result: yes -configure:4009: checking for sys/time.h -configure:4016: result: yes -configure:3884: checking for unistd.h -configure:3889: result: yes -configure:4031: checking for an ANSI C-conforming const -configure:4098: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:4104: $? = 0 -configure:4108: test -z - || test ! -s conftest.err -configure:4111: $? = 0 -configure:4114: test -s conftest.o -configure:4117: $? = 0 -configure:4128: result: yes -configure:4138: checking for off_t -configure:4162: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:4168: $? = 0 -configure:4172: test -z - || test ! -s conftest.err -configure:4175: $? = 0 -configure:4178: test -s conftest.o -configure:4181: $? = 0 -configure:4192: result: yes -configure:4204: checking for pid_t -configure:4228: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:4234: $? = 0 -configure:4238: test -z - || test ! -s conftest.err -configure:4241: $? = 0 -configure:4244: test -s conftest.o -configure:4247: $? = 0 -configure:4258: result: yes -configure:4278: checking for unistd.h -configure:4283: result: yes -configure:4287: checking vfork.h usability -configure:4299: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -conftest.c:65:19: error: vfork.h: No such file or directory -configure:4305: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "nocat" -| #define PACKAGE_TARNAME "NoCatSplash" -| #define PACKAGE_VERSION "0.93pre2" -| #define PACKAGE_STRING "nocat 0.93pre2" -| #define PACKAGE_BUGREPORT "schuyler@nocat.net" -| #define PACKAGE "NoCatSplash" -| #define VERSION "0.93pre2" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UNISTD_H 1 -| /* end confdefs.h. */ -| #include -| #if HAVE_SYS_TYPES_H -| # include -| #endif -| #if HAVE_SYS_STAT_H -| # include -| #endif -| #if STDC_HEADERS -| # include -| # include -| #else -| # if HAVE_STDLIB_H -| # include -| # endif -| #endif -| #if HAVE_STRING_H -| # if !STDC_HEADERS && HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #if HAVE_STRINGS_H -| # include -| #endif -| #if HAVE_INTTYPES_H -| # include -| #else -| # if HAVE_STDINT_H -| # include -| # endif -| #endif -| #if HAVE_UNISTD_H -| # include -| #endif -| #include -configure:4328: result: no -configure:4332: checking vfork.h presence -configure:4342: mipsel-uclibc-gcc -E conftest.c -conftest.c:31:19: error: vfork.h: No such file or directory -configure:4348: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "nocat" -| #define PACKAGE_TARNAME "NoCatSplash" -| #define PACKAGE_VERSION "0.93pre2" -| #define PACKAGE_STRING "nocat 0.93pre2" -| #define PACKAGE_BUGREPORT "schuyler@nocat.net" -| #define PACKAGE "NoCatSplash" -| #define VERSION "0.93pre2" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UNISTD_H 1 -| /* end confdefs.h. */ -| #include -configure:4368: result: no -configure:4403: checking for vfork.h -configure:4410: result: no -configure:4428: checking for fork -configure:4485: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5 -conftest.c:55: warning: conflicting types for built-in function 'fork' -configure:4491: $? = 0 -configure:4495: test -z - || test ! -s conftest.err -configure:4498: $? = 0 -configure:4501: test -s conftest -configure:4504: $? = 0 -configure:4516: result: yes -configure:4428: checking for vfork -configure:4485: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5 -configure:4491: $? = 0 -configure:4495: test -z - || test ! -s conftest.err -configure:4498: $? = 0 -configure:4501: test -s conftest -configure:4504: $? = 0 -configure:4516: result: yes -configure:4527: checking for working fork -configure:4572: result: cross -configure:4588: WARNING: result yes guessed because of cross compilation -configure:4593: checking for working vfork -configure:4726: result: yes -configure:4763: checking for stdlib.h -configure:4768: result: yes -configure:4763: checking for unistd.h -configure:4768: result: yes -configure:4912: checking for getpagesize -configure:4969: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5 -configure:4975: $? = 0 -configure:4979: test -z - || test ! -s conftest.err -configure:4982: $? = 0 -configure:4985: test -s conftest -configure:4988: $? = 0 -configure:5000: result: yes -configure:5010: checking for working mmap -configure:5174: result: no -configure:5185: checking return type of signal handlers -configure:5216: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5 -configure:5222: $? = 0 -configure:5226: test -z - || test ! -s conftest.err -configure:5229: $? = 0 -configure:5232: test -s conftest.o -configure:5235: $? = 0 -configure:5246: result: void -configure:5254: checking for working strtod -configure:5319: result: no -configure:5330: checking for pow -configure:5387: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5 -conftest.c:63: warning: conflicting types for built-in function 'pow' -/tmp/cccj5i9y.o: In function `main': -/home/vicente/tomato/release/src/router/nocat/conftest.c:78: undefined reference to `pow' -/tmp/cccj5i9y.o:(.data.rel+0x0): undefined reference to `pow' -collect2: ld returned 1 exit status -configure:5393: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "nocat" -| #define PACKAGE_TARNAME "NoCatSplash" -| #define PACKAGE_VERSION "0.93pre2" -| #define PACKAGE_STRING "nocat 0.93pre2" -| #define PACKAGE_BUGREPORT "schuyler@nocat.net" -| #define PACKAGE "NoCatSplash" -| #define VERSION "0.93pre2" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_FORK 1 -| #define HAVE_VFORK 1 -| #define HAVE_WORKING_VFORK 1 -| #define HAVE_WORKING_FORK 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_GETPAGESIZE 1 -| #define RETSIGTYPE void -| /* end confdefs.h. */ -| /* Define pow to an innocuous variant, in case declares pow. -| For example, HP-UX 11i declares gettimeofday. */ -| #define pow innocuous_pow -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char pow (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef pow -| -| /* Override any gcc2 internal prototype to avoid an error. */ -| #ifdef __cplusplus -| extern "C" -| { -| #endif -| /* We use char because int might match the return type of a gcc2 -| builtin and then its argument prototype would still apply. */ -| char pow (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined (__stub_pow) || defined (__stub___pow) -| choke me -| #else -| char (*f) () = pow; -| #endif -| #ifdef __cplusplus -| } -| #endif -| -| int -| main () -| { -| return f != pow; -| ; -| return 0; -| } -configure:5418: result: no -configure:5422: checking for pow in -lm -configure:5452: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c -lm >&5 -conftest.c:46: warning: conflicting types for built-in function 'pow' -configure:5458: $? = 0 -configure:5462: test -z - || test ! -s conftest.err -configure:5465: $? = 0 -configure:5468: test -s conftest -configure:5471: $? = 0 -configure:5484: result: yes -configure:5507: checking for munmap -configure:5564: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5 -configure:5570: $? = 0 -configure:5574: test -z - || test ! -s conftest.err -configure:5577: $? = 0 -configure:5580: test -s conftest -configure:5583: $? = 0 -configure:5595: result: yes -configure:5507: checking for socket -configure:5564: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5 -configure:5570: $? = 0 -configure:5574: test -z - || test ! -s conftest.err -configure:5577: $? = 0 -configure:5580: test -s conftest -configure:5583: $? = 0 -configure:5595: result: yes -configure:5507: checking for strchr -configure:5564: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5 -conftest.c:65: warning: conflicting types for built-in function 'strchr' -configure:5570: $? = 0 -configure:5574: test -z - || test ! -s conftest.err -configure:5577: $? = 0 -configure:5580: test -s conftest -configure:5583: $? = 0 -configure:5595: result: yes -configure:5507: checking for strcspn -configure:5564: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5 -conftest.c:66: warning: conflicting types for built-in function 'strcspn' -configure:5570: $? = 0 -configure:5574: test -z - || test ! -s conftest.err -configure:5577: $? = 0 -configure:5580: test -s conftest -configure:5583: $? = 0 -configure:5595: result: yes -configure:5507: checking for strrchr -configure:5564: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5 -conftest.c:67: warning: conflicting types for built-in function 'strrchr' -configure:5570: $? = 0 -configure:5574: test -z - || test ! -s conftest.err -configure:5577: $? = 0 -configure:5580: test -s conftest -configure:5583: $? = 0 -configure:5595: result: yes -configure:5507: checking for strstr -configure:5564: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5 -conftest.c:68: warning: conflicting types for built-in function 'strstr' -configure:5570: $? = 0 -configure:5574: test -z - || test ! -s conftest.err -configure:5577: $? = 0 -configure:5580: test -s conftest -configure:5583: $? = 0 -configure:5595: result: yes -configure:5507: checking for strtol -configure:5564: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5 -configure:5570: $? = 0 -configure:5574: test -z - || test ! -s conftest.err -configure:5577: $? = 0 -configure:5580: test -s conftest -configure:5583: $? = 0 -configure:5595: result: yes -configure:6047: creating ./config.status - -## ---------------------- ## -## Running config.status. ## -## ---------------------- ## - -This file was extended by nocat config.status 0.93pre2, which was -generated by GNU Autoconf 2.59. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - -on vicente-P5K-E - -config.status:705: creating Makefile -config.status:705: creating src/Makefile -config.status:809: creating src/config.h -config.status:993: src/config.h is unchanged -config.status:1173: executing depfiles commands - -## ---------------- ## -## Cache variables. ## -## ---------------- ## - -ac_cv_c_compiler_gnu=yes -ac_cv_c_const=yes -ac_cv_env_CC_set=set -ac_cv_env_CC_value=mipsel-uclibc-gcc -ac_cv_env_CFLAGS_set= -ac_cv_env_CFLAGS_value= -ac_cv_env_CPPFLAGS_set= -ac_cv_env_CPPFLAGS_value= -ac_cv_env_CPP_set= -ac_cv_env_CPP_value= -ac_cv_env_LDFLAGS_set= -ac_cv_env_LDFLAGS_value= -ac_cv_env_build_alias_set=set -ac_cv_env_build_alias_value=x86_64-linux-gnu -ac_cv_env_host_alias_set=set -ac_cv_env_host_alias_value=mipsel-linux -ac_cv_env_target_alias_set= -ac_cv_env_target_alias_value= -ac_cv_exeext= -ac_cv_func_fork=yes -ac_cv_func_fork_works=yes -ac_cv_func_getpagesize=yes -ac_cv_func_malloc_0_nonnull=yes -ac_cv_func_mmap_fixed_mapped=no -ac_cv_func_munmap=yes -ac_cv_func_pow=no -ac_cv_func_socket=yes -ac_cv_func_strchr=yes -ac_cv_func_strcspn=yes -ac_cv_func_strrchr=yes -ac_cv_func_strstr=yes -ac_cv_func_strtod=no -ac_cv_func_strtol=yes -ac_cv_func_vfork=yes -ac_cv_func_vfork_works=yes -ac_cv_header_arpa_inet_h=yes -ac_cv_header_fcntl_h=yes -ac_cv_header_inttypes_h=yes -ac_cv_header_memory_h=yes -ac_cv_header_netinet_in_h=yes -ac_cv_header_stdc=yes -ac_cv_header_stdint_h=yes -ac_cv_header_stdlib_h=yes -ac_cv_header_string_h=yes -ac_cv_header_strings_h=yes -ac_cv_header_sys_socket_h=yes -ac_cv_header_sys_stat_h=yes -ac_cv_header_sys_time_h=yes -ac_cv_header_sys_types_h=yes -ac_cv_header_sys_wait_h=yes -ac_cv_header_unistd_h=yes -ac_cv_header_vfork_h=no -ac_cv_lib_m_pow=yes -ac_cv_objext=o -ac_cv_path_GLIB_CONFIG=/home/vicente/tomato/release/src-rt/router/mipsel-uclibc/install/glib/usr/bin/glib-config -ac_cv_path_install='/usr/bin/install -c' -ac_cv_prog_AWK=gawk -ac_cv_prog_CC=mipsel-uclibc-gcc -ac_cv_prog_CPP='mipsel-uclibc-gcc -E' -ac_cv_prog_RANLIB=mipsel-uclibc-ranlib -ac_cv_prog_STRIP='mipsel-uclibc-strip -R .note -R .comment' -ac_cv_prog_cc_g=yes -ac_cv_prog_cc_stdc= -ac_cv_prog_egrep='grep -E' -ac_cv_prog_make_make_set=yes -ac_cv_type_off_t=yes -ac_cv_type_pid_t=yes -ac_cv_type_signal=void -am_cv_CC_dependencies_compiler_type=gcc3 - -## ----------------- ## -## Output variables. ## -## ----------------- ## - -ACLOCAL='${SHELL} /home/vicente/tomato/release/src/router/nocat/missing --run aclocal-1.8' -AMDEPBACKSLASH='\' -AMDEP_FALSE='#' -AMDEP_TRUE='' -AMTAR='${SHELL} /home/vicente/tomato/release/src/router/nocat/missing --run tar' -AUTOCONF='${SHELL} /home/vicente/tomato/release/src/router/nocat/missing --run autoconf' -AUTOHEADER='${SHELL} /home/vicente/tomato/release/src/router/nocat/missing --run autoheader' -AUTOMAKE='${SHELL} /home/vicente/tomato/release/src/router/nocat/missing --run automake-1.8' -AWK='gawk' -CC='mipsel-uclibc-gcc' -CCDEPMODE='depmode=gcc3' -CFLAGS='-g -O2' -CPP='mipsel-uclibc-gcc -E' -CPPFLAGS='' -CYGPATH_W='echo' -DEFS='-DHAVE_CONFIG_H' -DEPDIR='.deps' -ECHO_C='' -ECHO_N='-n' -ECHO_T='' -EGREP='grep -E' -EXEEXT='' -GHTTPD_PROGRAM='' -GLIB_CFLAGS='-I/home/vicente/tomato/release/src-rt/router/mipsel-uclibc/install/glib/usr/include/glib-1.2 -I/home/vicente/tomato/release/src-rt/router/mipsel-uclibc/install/glib/usr/lib/glib/include' -GLIB_CONFIG='/home/vicente/tomato/release/src-rt/router/mipsel-uclibc/install/glib/usr/bin/glib-config' -GLIB_LIBS='-L/home/vicente/tomato/release/src-rt/router/mipsel-uclibc/install/glib/usr/lib -lglib' -INSTALL_DATA='${INSTALL} -m 644' -INSTALL_PROGRAM='${INSTALL}' -INSTALL_SCRIPT='${INSTALL}' -INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' -LDFLAGS='' -LIBOBJS=' strtod$U.o' -LIBS='' -LTLIBOBJS=' strtod$U.lo' -MAINT='#' -MAINTAINER_MODE_FALSE='' -MAINTAINER_MODE_TRUE='#' -MAKEINFO='${SHELL} /home/vicente/tomato/release/src/router/nocat/missing --run makeinfo' -OBJEXT='o' -PACKAGE='NoCatSplash' -PACKAGE_BUGREPORT='schuyler@nocat.net' -PACKAGE_NAME='nocat' -PACKAGE_STRING='nocat 0.93pre2' -PACKAGE_TARNAME='NoCatSplash' -PACKAGE_VERSION='0.93pre2' -PATH_SEPARATOR=':' -POW_LIB='-lm' -RANLIB='mipsel-uclibc-ranlib' -SET_MAKE='' -SHELL='/bin/sh' -SPLASHD_MODE='open.c' -STRIP='mipsel-uclibc-strip -R .note -R .comment' -VERSION='0.93pre2' -ac_ct_CC='' -ac_ct_RANLIB='' -ac_ct_STRIP='' -am__fastdepCC_FALSE='#' -am__fastdepCC_TRUE='' -am__include='include' -am__leading_dot='.' -am__quote='' -bindir='${exec_prefix}/bin' -build_alias='x86_64-linux-gnu' -datadir='${prefix}/share' -exec_prefix='/usr/local' -firewall='iptables' -host_alias='mipsel-linux' -htdocsdir='${prefix}/share/nocat/htdocs' -imagesdir='${prefix}/share/nocat/htdocs/images' -includedir='${prefix}/include' -infodir='${prefix}/info' -install_sh='/home/vicente/tomato/release/src/router/nocat/install-sh' -libdir='${exec_prefix}/lib' -libexecdir='${exec_prefix}/libexec' -libexecscripts='libexec/iptables/throttle.fw libexec/iptables/check_splashd.sh libexec/iptables/reset.fw libexec/iptables/call_splashd_check.sh libexec/iptables/initialize.fw libexec/iptables/clear.fw libexec/iptables/dump.fw libexec/iptables/access.fw libexec/iptables/uninitialize.fw ' -localstatedir='/var' -mandir='${prefix}/man' -mkdir_p='mkdir -p -- .' -oldincludedir='/usr/include' -pgpdir='${prefix}/share/nocat/pgp' -pkglibexecdir='${exec_prefix}/libexec/nocat' -prefix='/usr/local' -program_transform_name='s,x,x,' -sbindir='${exec_prefix}/sbin' -sharedstatedir='${prefix}/com' -sysconfdir='/etc' -target_alias='' - -## ----------- ## -## confdefs.h. ## -## ----------- ## - -#define HAVE_ARPA_INET_H 1 -#define HAVE_FCNTL_H 1 -#define HAVE_FORK 1 -#define HAVE_GETPAGESIZE 1 -#define HAVE_INTTYPES_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_MUNMAP 1 -#define HAVE_NETINET_IN_H 1 -#define HAVE_SOCKET 1 -#define HAVE_STDINT_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRCHR 1 -#define HAVE_STRCSPN 1 -#define HAVE_STRINGS_H 1 -#define HAVE_STRING_H 1 -#define HAVE_STRING_H 1 -#define HAVE_STRRCHR 1 -#define HAVE_STRSTR 1 -#define HAVE_STRTOL 1 -#define HAVE_SYS_SOCKET_H 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_SYS_TIME_H 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_SYS_WAIT_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_VFORK 1 -#define HAVE_WORKING_FORK 1 -#define HAVE_WORKING_VFORK 1 -#define NC_CONF_PATH "/etc" -#define NC_DOCUMENT_ROOT "/usr/local/share/nocat/htdocs" -#define NC_FIREWALL_PATH "/usr/local/libexec/nocat" -#define NC_PGP_PATH "/usr/local/share/nocat/pgp" -#define NC_PID_FILE "/var/run/splashd.pid" -#define NC_STATE_DIR "/var" -#define PACKAGE "NoCatSplash" -#define PACKAGE_BUGREPORT "schuyler@nocat.net" -#define PACKAGE_NAME "nocat" -#define PACKAGE_STRING "nocat 0.93pre2" -#define PACKAGE_TARNAME "NoCatSplash" -#define PACKAGE_VERSION "0.93pre2" -#define RETSIGTYPE void -#define STDC_HEADERS 1 -#define VERSION "0.93pre2" - -configure: exit 0 diff --git a/release/src/router/ntfs-3g/config.log b/release/src/router/ntfs-3g/config.log deleted file mode 100644 index 972109f0a5..0000000000 --- a/release/src/router/ntfs-3g/config.log +++ /dev/null @@ -1,3689 +0,0 @@ -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by ntfs-3g configure 2013.1.13, which was -generated by GNU Autoconf 2.61. Invocation command line was - - $ ./configure --host=mipsel-linux --build=x86_64-linux-gnu --enable-shared=no --enable-static=no --disable-library --disable-ldconfig --disable-mount-helper --with-fuse=internal --disable-posix-acls --disable-nfconv --disable-dependency-tracking - -## --------- ## -## Platform. ## -## --------- ## - -hostname = vicente-P5K-E -uname -m = x86_64 -uname -r = 3.2.0-47-generic -uname -s = Linux -uname -v = #72-Ubuntu SMP Mon Jun 3 17:53:49 UTC 2013 - -/usr/bin/uname -p = unknown -/bin/uname -X = unknown - -/bin/arch = unknown -/usr/bin/arch -k = unknown -/usr/convex/getsysinfo = unknown -/usr/bin/hostinfo = unknown -/bin/machine = unknown -/usr/bin/oslevel = unknown -/bin/universe = unknown - -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /opt/brcm/hndtools-mipsel-uclibc/bin -PATH: /opt/brcm/hndtools-mipsel-linux/bin -PATH: /usr/lib/lightdm/lightdm -PATH: /usr/local/sbin -PATH: /usr/local/bin -PATH: /usr/sbin -PATH: /usr/bin -PATH: /sbin -PATH: /bin -PATH: /usr/games - - -## ----------- ## -## Core tests. ## -## ----------- ## - -configure:2083: checking build system type -configure:2101: result: x86_64-pc-linux-gnu -configure:2123: checking host system type -configure:2138: result: mipsel-unknown-linux-gnu -configure:2160: checking target system type -configure:2175: result: mipsel-unknown-linux-gnu -configure:2220: checking for a BSD-compatible install -configure:2276: result: /usr/bin/install -c -configure:2287: checking whether build environment is sane -configure:2330: result: yes -configure:2358: checking for a thread-safe mkdir -p -configure:2397: result: /bin/mkdir -p -configure:2410: checking for gawk -configure:2426: found /usr/bin/gawk -configure:2437: result: gawk -configure:2448: checking whether make sets $(MAKE) -configure:2469: result: yes -configure:2549: checking for mipsel-linux-strip -configure:2576: result: mipsel-uclibc-strip -R .note -R .comment -configure:2660: checking whether to enable maintainer-specific portions of Makefiles -configure:2669: result: no -configure:2866: checking for mipsel-linux-gcc -configure:2893: result: mipsel-uclibc-gcc -configure:2973: checking for C compiler version -configure:2980: mipsel-uclibc-gcc --version >&5 -mipsel-uclibc-gcc (GCC) 4.2.4 -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -configure:2983: $? = 0 -configure:2990: mipsel-uclibc-gcc -v >&5 -Using built-in specs. -Target: mipsel-linux-uclibc -Configured with: /home/fedork/tomato/toolchain/build_dir/toolchain-mipsel_gcc4.2.4/gcc-4.2.4/configure --prefix=/opt/brcm/hndtools-mipsel-uclibc-4.2.4 --build=i486-linux-gnu --host=i486-linux-gnu --target=mipsel-linux-uclibc --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-nls --disable-__cxa_atexit --enable-libssp --enable-languages=c,c++ --enable-shared --enable-threads --enable-tls -Thread model: posix -gcc version 4.2.4 -configure:2993: $? = 0 -configure:3000: mipsel-uclibc-gcc -V >&5 -mipsel-uclibc-gcc: '-V' option must have argument -configure:3003: $? = 1 -configure:3026: checking for C compiler default output file name -configure:3053: mipsel-uclibc-gcc -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:3056: $? = 0 -configure:3094: result: a.out -configure:3111: checking whether the C compiler works -configure:3141: result: yes -configure:3148: checking whether we are cross compiling -configure:3150: result: yes -configure:3153: checking for suffix of executables -configure:3160: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:3163: $? = 0 -configure:3187: result: -configure:3193: checking for suffix of object files -configure:3219: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3222: $? = 0 -configure:3245: result: o -configure:3249: checking whether we are using the GNU C compiler -configure:3278: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3284: $? = 0 -configure:3301: result: yes -configure:3306: checking whether mipsel-uclibc-gcc accepts -g -configure:3336: mipsel-uclibc-gcc -c -g conftest.c >&5 -configure:3342: $? = 0 -configure:3441: result: yes -configure:3458: checking for mipsel-uclibc-gcc option to accept ISO C89 -configure:3532: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3538: $? = 0 -configure:3561: result: none needed -configure:3590: checking for style of include used by make -configure:3618: result: GNU -configure:3643: checking dependency style of mipsel-uclibc-gcc -configure:3734: result: none -configure:3749: checking whether ln -s works -configure:3753: result: yes -configure:3761: checking whether mipsel-uclibc-gcc and cc understand -c and -o together -configure:3796: mipsel-uclibc-gcc -c conftest.c -o conftest2.o >&5 -configure:3799: $? = 0 -configure:3805: mipsel-uclibc-gcc -c conftest.c -o conftest2.o >&5 -configure:3808: $? = 0 -configure:3819: cc -c conftest.c >&5 -configure:3822: $? = 0 -configure:3830: cc -c conftest.c -o conftest2.o >&5 -configure:3833: $? = 0 -configure:3839: cc -c conftest.c -o conftest2.o >&5 -configure:3842: $? = 0 -configure:3860: result: yes -configure:3959: checking for a sed that does not truncate output -configure:4015: result: /bin/sed -configure:4018: checking for grep that handles long lines and -e -configure:4092: result: /bin/grep -configure:4097: checking for egrep -configure:4175: result: /bin/grep -E -configure:4191: checking for ld used by mipsel-uclibc-gcc -configure:4258: result: mipsel-uclibc-ld -configure:4267: checking if the linker (mipsel-uclibc-ld) is GNU ld -configure:4282: result: yes -configure:4287: checking for mipsel-uclibc-ld option to reload object files -configure:4294: result: -r -configure:4312: checking for BSD-compatible nm -configure:4361: result: mipsel-uclibc-nm -configure:4365: checking how to recognize dependent libraries -configure:4551: result: pass_all -configure:4796: checking how to run the C preprocessor -configure:4836: mipsel-uclibc-gcc -E conftest.c -configure:4842: $? = 0 -configure:4873: mipsel-uclibc-gcc -E conftest.c -conftest.c:11:28: error: ac_nonexistent.h: No such file or directory -configure:4879: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| /* end confdefs.h. */ -| #include -configure:4912: result: mipsel-uclibc-gcc -E -configure:4941: mipsel-uclibc-gcc -E conftest.c -configure:4947: $? = 0 -configure:4978: mipsel-uclibc-gcc -E conftest.c -conftest.c:11:28: error: ac_nonexistent.h: No such file or directory -configure:4984: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| /* end confdefs.h. */ -| #include -configure:5022: checking for ANSI C header files -configure:5052: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:5058: $? = 0 -configure:5186: result: yes -configure:5210: checking for sys/types.h -configure:5231: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:5237: $? = 0 -configure:5253: result: yes -configure:5210: checking for sys/stat.h -configure:5231: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:5237: $? = 0 -configure:5253: result: yes -configure:5210: checking for stdlib.h -configure:5231: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:5237: $? = 0 -configure:5253: result: yes -configure:5210: checking for string.h -configure:5231: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:5237: $? = 0 -configure:5253: result: yes -configure:5210: checking for memory.h -configure:5231: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:5237: $? = 0 -configure:5253: result: yes -configure:5210: checking for strings.h -configure:5231: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:5237: $? = 0 -configure:5253: result: yes -configure:5210: checking for inttypes.h -configure:5231: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:5237: $? = 0 -configure:5253: result: yes -configure:5210: checking for stdint.h -configure:5231: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:5237: $? = 0 -configure:5253: result: yes -configure:5210: checking for unistd.h -configure:5231: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:5237: $? = 0 -configure:5253: result: yes -configure:5280: checking dlfcn.h usability -configure:5297: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:5303: $? = 0 -configure:5317: result: yes -configure:5321: checking dlfcn.h presence -configure:5336: mipsel-uclibc-gcc -E conftest.c -configure:5342: $? = 0 -configure:5356: result: yes -configure:5389: checking for dlfcn.h -configure:5397: result: yes -configure:5424: checking for mipsel-linux-g++ -configure:5440: found /opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-linux-g++ -configure:5451: result: mipsel-linux-g++ -configure:5526: checking for C++ compiler version -configure:5533: mipsel-linux-g++ --version >&5 -mipsel-linux-g++ (GCC) 4.2.4 -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -configure:5536: $? = 0 -configure:5543: mipsel-linux-g++ -v >&5 -Using built-in specs. -Target: mipsel-linux-uclibc -Configured with: /home/fedork/tomato/toolchain/build_dir/toolchain-mipsel_gcc4.2.4/gcc-4.2.4/configure --prefix=/opt/brcm/hndtools-mipsel-uclibc-4.2.4 --build=i486-linux-gnu --host=i486-linux-gnu --target=mipsel-linux-uclibc --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-nls --disable-__cxa_atexit --enable-libssp --enable-languages=c,c++ --enable-shared --enable-threads --enable-tls -Thread model: posix -gcc version 4.2.4 -configure:5546: $? = 0 -configure:5553: mipsel-linux-g++ -V >&5 -mipsel-linux-g++: '-V' option must have argument -configure:5556: $? = 1 -configure:5559: checking whether we are using the GNU C++ compiler -configure:5588: mipsel-linux-g++ -c conftest.cpp >&5 -configure:5594: $? = 0 -configure:5611: result: yes -configure:5616: checking whether mipsel-linux-g++ accepts -g -configure:5646: mipsel-linux-g++ -c -g conftest.cpp >&5 -configure:5652: $? = 0 -configure:5751: result: yes -configure:5776: checking dependency style of mipsel-linux-g++ -configure:5867: result: none -configure:5892: checking how to run the C++ preprocessor -configure:5928: mipsel-linux-g++ -E conftest.cpp -configure:5934: $? = 0 -configure:5965: mipsel-linux-g++ -E conftest.cpp -conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory -configure:5971: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| /* end confdefs.h. */ -| #include -configure:6004: result: mipsel-linux-g++ -E -configure:6033: mipsel-linux-g++ -E conftest.cpp -configure:6039: $? = 0 -configure:6070: mipsel-linux-g++ -E conftest.cpp -conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory -configure:6076: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| /* end confdefs.h. */ -| #include -configure:6125: checking for mipsel-linux-g77 -configure:6155: result: no -configure:6125: checking for mipsel-linux-xlf -configure:6155: result: no -configure:6125: checking for mipsel-linux-f77 -configure:6155: result: no -configure:6125: checking for mipsel-linux-frt -configure:6155: result: no -configure:6125: checking for mipsel-linux-pgf77 -configure:6155: result: no -configure:6125: checking for mipsel-linux-cf77 -configure:6155: result: no -configure:6125: checking for mipsel-linux-fort77 -configure:6155: result: no -configure:6125: checking for mipsel-linux-fl32 -configure:6155: result: no -configure:6125: checking for mipsel-linux-af77 -configure:6155: result: no -configure:6125: checking for mipsel-linux-xlf90 -configure:6155: result: no -configure:6125: checking for mipsel-linux-f90 -configure:6155: result: no -configure:6125: checking for mipsel-linux-pgf90 -configure:6155: result: no -configure:6125: checking for mipsel-linux-pghpf -configure:6155: result: no -configure:6125: checking for mipsel-linux-epcf90 -configure:6155: result: no -configure:6125: checking for mipsel-linux-gfortran -configure:6155: result: no -configure:6125: checking for mipsel-linux-g95 -configure:6155: result: no -configure:6125: checking for mipsel-linux-xlf95 -configure:6155: result: no -configure:6125: checking for mipsel-linux-f95 -configure:6155: result: no -configure:6125: checking for mipsel-linux-fort -configure:6155: result: no -configure:6125: checking for mipsel-linux-ifort -configure:6155: result: no -configure:6125: checking for mipsel-linux-ifc -configure:6155: result: no -configure:6125: checking for mipsel-linux-efc -configure:6155: result: no -configure:6125: checking for mipsel-linux-pgf95 -configure:6155: result: no -configure:6125: checking for mipsel-linux-lf95 -configure:6155: result: no -configure:6125: checking for mipsel-linux-ftn -configure:6155: result: no -configure:6169: checking for g77 -configure:6199: result: no -configure:6169: checking for xlf -configure:6199: result: no -configure:6169: checking for f77 -configure:6199: result: no -configure:6169: checking for frt -configure:6199: result: no -configure:6169: checking for pgf77 -configure:6199: result: no -configure:6169: checking for cf77 -configure:6199: result: no -configure:6169: checking for fort77 -configure:6199: result: no -configure:6169: checking for fl32 -configure:6199: result: no -configure:6169: checking for af77 -configure:6199: result: no -configure:6169: checking for xlf90 -configure:6199: result: no -configure:6169: checking for f90 -configure:6199: result: no -configure:6169: checking for pgf90 -configure:6199: result: no -configure:6169: checking for pghpf -configure:6199: result: no -configure:6169: checking for epcf90 -configure:6199: result: no -configure:6169: checking for gfortran -configure:6199: result: no -configure:6169: checking for g95 -configure:6199: result: no -configure:6169: checking for xlf95 -configure:6199: result: no -configure:6169: checking for f95 -configure:6199: result: no -configure:6169: checking for fort -configure:6199: result: no -configure:6169: checking for ifort -configure:6199: result: no -configure:6169: checking for ifc -configure:6199: result: no -configure:6169: checking for efc -configure:6199: result: no -configure:6169: checking for pgf95 -configure:6199: result: no -configure:6169: checking for lf95 -configure:6199: result: no -configure:6169: checking for ftn -configure:6199: result: no -configure:6226: checking for Fortran 77 compiler version -configure:6233: --version >&5 -./configure: line 6234: --version: command not found -configure:6236: $? = 127 -configure:6243: -v >&5 -./configure: line 6244: -v: command not found -configure:6246: $? = 127 -configure:6253: -V >&5 -./configure: line 6254: -V: command not found -configure:6256: $? = 127 -configure:6264: checking whether we are using the GNU Fortran 77 compiler -configure:6283: -c conftest.F >&5 -./configure: line 6284: -c: command not found -configure:6289: $? = 127 -configure: failed program was: -| program main -| #ifndef __GNUC__ -| choke me -| #endif -| -| end -configure:6306: result: no -configure:6312: checking whether accepts -g -configure:6329: -c -g conftest.f >&5 -./configure: line 6330: -c: command not found -configure:6335: $? = 127 -configure: failed program was: -| program main -| -| end -configure:6351: result: no -configure:6380: checking the maximum length of command line arguments -configure:6492: result: 3458764513820540925 -configure:6504: checking command to parse mipsel-uclibc-nm output from mipsel-uclibc-gcc object -configure:6609: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:6612: $? = 0 -configure:6616: mipsel-uclibc-nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm -configure:6619: $? = 0 -configure:6671: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c conftstm.o >&5 -configure:6674: $? = 0 -configure:6712: result: ok -configure:6716: checking for objdir -configure:6731: result: .libs -configure:6783: checking for mipsel-linux-ar -configure:6810: result: mipsel-uclibc-ar -configure:6879: checking for mipsel-linux-ranlib -configure:6906: result: mipsel-uclibc-ranlib -configure:6975: checking for mipsel-linux-strip -configure:7002: result: mipsel-uclibc-strip -R .note -R .comment -configure:7640: checking if mipsel-uclibc-gcc supports -fno-rtti -fno-exceptions -configure:7658: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions conftest.c >&5 -cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C -configure:7662: $? = 0 -configure:7675: result: no -configure:7690: checking for mipsel-uclibc-gcc option to produce PIC -configure:7922: result: -fPIC -configure:7930: checking if mipsel-uclibc-gcc PIC flag -fPIC works -configure:7948: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -DPIC conftest.c >&5 -configure:7952: $? = 0 -configure:7965: result: yes -configure:7993: checking if mipsel-uclibc-gcc static flag -static works -configure:8021: result: yes -configure:8031: checking if mipsel-uclibc-gcc supports -c -o file.o -configure:8052: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -o out/conftest2.o conftest.c >&5 -configure:8056: $? = 0 -configure:8078: result: yes -configure:8104: checking whether the mipsel-uclibc-gcc linker (mipsel-uclibc-ld) supports shared libraries -configure:9084: result: yes -configure:9151: checking dynamic linker characteristics -configure:9753: result: GNU/Linux ld.so -configure:9777: checking how to hardcode library paths into programs -configure:9802: result: immediate -configure:9816: checking whether stripping libraries is possible -configure:9821: result: yes -configure:10623: checking if libtool supports shared libraries -configure:10625: result: yes -configure:10628: checking whether to build shared libraries -configure:10649: result: no -configure:10652: checking whether to build static libraries -configure:10656: result: yes -configure:10750: creating libtool -configure:11343: checking for ld used by mipsel-linux-g++ -configure:11410: result: mipsel-uclibc-ld -configure:11419: checking if the linker (mipsel-uclibc-ld) is GNU ld -configure:11434: result: yes -configure:11485: checking whether the mipsel-linux-g++ linker (mipsel-uclibc-ld) supports shared libraries -configure:12431: result: yes -configure:12448: mipsel-linux-g++ -c -g -O2 conftest.cpp >&5 -configure:12451: $? = 0 -configure:12607: checking for mipsel-linux-g++ option to produce PIC -configure:12891: result: -fPIC -configure:12899: checking if mipsel-linux-g++ PIC flag -fPIC works -configure:12917: mipsel-linux-g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 -configure:12921: $? = 0 -configure:12934: result: yes -configure:12962: checking if mipsel-linux-g++ static flag -static works -configure:12990: result: yes -configure:13000: checking if mipsel-linux-g++ supports -c -o file.o -configure:13021: mipsel-linux-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 -configure:13025: $? = 0 -configure:13047: result: yes -configure:13073: checking whether the mipsel-linux-g++ linker (mipsel-uclibc-ld) supports shared libraries -configure:13099: result: yes -configure:13166: checking dynamic linker characteristics -configure:13716: result: GNU/Linux ld.so -configure:13740: checking how to hardcode library paths into programs -configure:13765: result: immediate -configure:20001: checking for a BSD-compatible install -configure:20057: result: /usr/bin/install -c -configure:20074: checking for mipsel-linux-pkg-config -configure:20107: result: no -configure:20117: checking for pkg-config -configure:20135: found /usr/bin/pkg-config -configure:20147: result: /usr/bin/pkg-config -configure:20161: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org. -configure:20176: checking pkg-config is at least version 0.9.0 -configure:20179: result: yes -configure:20191: checking for mv -configure:20209: found /bin/mv -configure:20221: result: /bin/mv -configure:20231: checking for rm -configure:20249: found /bin/rm -configure:20261: result: /bin/rm -configure:20271: checking for sed -configure:20301: result: /bin/sed -configure:20312: checking for ldconfig -configure:20330: found /sbin/ldconfig -configure:20343: result: /sbin/ldconfig -configure:20353: checking Windows OS -configure:20367: result: no -configure:20374: checking fuse compatibility -configure:20402: result: internal -configure:20434: checking for pthread_create in -lpthread -configure:20469: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c -lpthread >&5 -configure:20475: $? = 0 -configure:20493: result: yes -configure:20516: checking Solaris OS -configure:20543: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:26:6: error: #error "Not a Solaris system." -configure:20549: $? = 1 -configure: failed program was: -| -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| /* end confdefs.h. */ -| #if !((defined(sun) || defined(__sun)) && (defined(__SVR4) || defined(__svr4__))) -| #error "Not a Solaris system." -| #endif -| -| -configure:20565: result: no -configure:21004: checking uuid/uuid.h usability -configure:21021: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:57:23: error: uuid/uuid.h: No such file or directory -configure:21027: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:21041: result: no -configure:21045: checking uuid/uuid.h presence -configure:21060: mipsel-uclibc-gcc -E conftest.c -conftest.c:24:23: error: uuid/uuid.h: No such file or directory -configure:21066: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| /* end confdefs.h. */ -| #include -configure:21080: result: no -configure:21113: checking for uuid/uuid.h -configure:21120: result: no -configure:21128: WARNING: ntfsprogs DCE compliant UUID generation code requires the uuid library. -configure:21316: checking for ANSI C header files -configure:21480: result: yes -configure:21553: checking ctype.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking ctype.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for ctype.h -configure:21670: result: yes -configure:21553: checking fcntl.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking fcntl.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for fcntl.h -configure:21670: result: yes -configure:21553: checking libgen.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking libgen.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for libgen.h -configure:21670: result: yes -configure:21553: checking libintl.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:61:21: error: libintl.h: No such file or directory -configure:21576: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:21590: result: no -configure:21594: checking libintl.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -conftest.c:28:21: error: libintl.h: No such file or directory -configure:21615: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| /* end confdefs.h. */ -| #include -configure:21629: result: no -configure:21662: checking for libintl.h -configure:21670: result: no -configure:21553: checking limits.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking limits.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for limits.h -configure:21670: result: yes -configure:21553: checking locale.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking locale.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for locale.h -configure:21670: result: yes -configure:21553: checking mntent.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking mntent.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for mntent.h -configure:21670: result: yes -configure:21553: checking stddef.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking stddef.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for stddef.h -configure:21670: result: yes -configure:21543: checking for stdint.h -configure:21549: result: yes -configure:21543: checking for stdlib.h -configure:21549: result: yes -configure:21553: checking stdio.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking stdio.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for stdio.h -configure:21670: result: yes -configure:21553: checking stdarg.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking stdarg.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for stdarg.h -configure:21670: result: yes -configure:21543: checking for string.h -configure:21549: result: yes -configure:21543: checking for strings.h -configure:21549: result: yes -configure:21553: checking errno.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking errno.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for errno.h -configure:21670: result: yes -configure:21553: checking time.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking time.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for time.h -configure:21670: result: yes -configure:21543: checking for unistd.h -configure:21549: result: yes -configure:21553: checking utime.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking utime.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for utime.h -configure:21670: result: yes -configure:21553: checking wchar.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking wchar.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for wchar.h -configure:21670: result: yes -configure:21553: checking getopt.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking getopt.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for getopt.h -configure:21670: result: yes -configure:21553: checking features.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking features.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for features.h -configure:21670: result: yes -configure:21553: checking endian.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking endian.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for endian.h -configure:21670: result: yes -configure:21553: checking byteswap.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking byteswap.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for byteswap.h -configure:21670: result: yes -configure:21553: checking sys/byteorder.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:80:27: error: sys/byteorder.h: No such file or directory -configure:21576: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:21590: result: no -configure:21594: checking sys/byteorder.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -conftest.c:47:27: error: sys/byteorder.h: No such file or directory -configure:21615: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| /* end confdefs.h. */ -| #include -configure:21629: result: no -configure:21662: checking for sys/byteorder.h -configure:21670: result: no -configure:21553: checking sys/disk.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:80:22: error: sys/disk.h: No such file or directory -configure:21576: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:21590: result: no -configure:21594: checking sys/disk.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -conftest.c:47:22: error: sys/disk.h: No such file or directory -configure:21615: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| /* end confdefs.h. */ -| #include -configure:21629: result: no -configure:21662: checking for sys/disk.h -configure:21670: result: no -configure:21553: checking sys/endian.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:80:24: error: sys/endian.h: No such file or directory -configure:21576: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:21590: result: no -configure:21594: checking sys/endian.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -conftest.c:47:24: error: sys/endian.h: No such file or directory -configure:21615: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| /* end confdefs.h. */ -| #include -configure:21629: result: no -configure:21662: checking for sys/endian.h -configure:21670: result: no -configure:21553: checking sys/param.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking sys/param.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for sys/param.h -configure:21670: result: yes -configure:21553: checking sys/ioctl.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking sys/ioctl.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for sys/ioctl.h -configure:21670: result: yes -configure:21553: checking sys/mkdev.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:82:23: error: sys/mkdev.h: No such file or directory -configure:21576: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:21590: result: no -configure:21594: checking sys/mkdev.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -conftest.c:49:23: error: sys/mkdev.h: No such file or directory -configure:21615: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| /* end confdefs.h. */ -| #include -configure:21629: result: no -configure:21662: checking for sys/mkdev.h -configure:21670: result: no -configure:21553: checking sys/mount.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking sys/mount.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for sys/mount.h -configure:21670: result: yes -configure:21543: checking for sys/stat.h -configure:21549: result: yes -configure:21543: checking for sys/types.h -configure:21549: result: yes -configure:21553: checking sys/vfs.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking sys/vfs.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for sys/vfs.h -configure:21670: result: yes -configure:21553: checking sys/statvfs.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking sys/statvfs.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for sys/statvfs.h -configure:21670: result: yes -configure:21553: checking sys/sysmacros.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking sys/sysmacros.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for sys/sysmacros.h -configure:21670: result: yes -configure:21553: checking linux/major.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking linux/major.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for linux/major.h -configure:21670: result: yes -configure:21553: checking linux/fd.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking linux/fd.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for linux/fd.h -configure:21670: result: yes -configure:21553: checking linux/hdreg.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking linux/hdreg.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for linux/hdreg.h -configure:21670: result: yes -configure:21553: checking machine/endian.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:91:28: error: machine/endian.h: No such file or directory -configure:21576: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MOUNT_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_VFS_H 1 -| #define HAVE_SYS_STATVFS_H 1 -| #define HAVE_SYS_SYSMACROS_H 1 -| #define HAVE_LINUX_MAJOR_H 1 -| #define HAVE_LINUX_FD_H 1 -| #define HAVE_LINUX_HDREG_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:21590: result: no -configure:21594: checking machine/endian.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -conftest.c:58:28: error: machine/endian.h: No such file or directory -configure:21615: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MOUNT_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_VFS_H 1 -| #define HAVE_SYS_STATVFS_H 1 -| #define HAVE_SYS_SYSMACROS_H 1 -| #define HAVE_LINUX_MAJOR_H 1 -| #define HAVE_LINUX_FD_H 1 -| #define HAVE_LINUX_HDREG_H 1 -| /* end confdefs.h. */ -| #include -configure:21629: result: no -configure:21662: checking for machine/endian.h -configure:21670: result: no -configure:21553: checking windows.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:91:21: error: windows.h: No such file or directory -configure:21576: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MOUNT_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_VFS_H 1 -| #define HAVE_SYS_STATVFS_H 1 -| #define HAVE_SYS_SYSMACROS_H 1 -| #define HAVE_LINUX_MAJOR_H 1 -| #define HAVE_LINUX_FD_H 1 -| #define HAVE_LINUX_HDREG_H 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:21590: result: no -configure:21594: checking windows.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -conftest.c:58:21: error: windows.h: No such file or directory -configure:21615: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MOUNT_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_VFS_H 1 -| #define HAVE_SYS_STATVFS_H 1 -| #define HAVE_SYS_SYSMACROS_H 1 -| #define HAVE_LINUX_MAJOR_H 1 -| #define HAVE_LINUX_FD_H 1 -| #define HAVE_LINUX_HDREG_H 1 -| /* end confdefs.h. */ -| #include -configure:21629: result: no -configure:21662: checking for windows.h -configure:21670: result: no -configure:21553: checking syslog.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking syslog.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for syslog.h -configure:21670: result: yes -configure:21553: checking pwd.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking pwd.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for pwd.h -configure:21670: result: yes -configure:21553: checking malloc.h usability -configure:21570: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21576: $? = 0 -configure:21590: result: yes -configure:21594: checking malloc.h presence -configure:21609: mipsel-uclibc-gcc -E conftest.c -configure:21615: $? = 0 -configure:21629: result: yes -configure:21662: checking for malloc.h -configure:21670: result: yes -configure:21685: checking for stdbool.h that conforms to C99 -configure:21778: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:88: warning: the address of 's' will always evaluate as 'true' -conftest.c: In function 'main': -conftest.c:130: warning: the address of 'a' will always evaluate as 'true' -conftest.c:130: warning: the address of 'b' will always evaluate as 'true' -conftest.c:130: warning: the address of 'c' will always evaluate as 'true' -conftest.c:130: warning: the address of 'd' will always evaluate as 'true' -conftest.c:130: warning: the address of 'f' will always evaluate as 'true' -conftest.c:130: warning: the address of 'g' will always evaluate as 'true' -conftest.c:130: warning: the address of 'h' will always evaluate as 'true' -conftest.c:130: warning: the address of 'i' will always evaluate as 'true' -conftest.c:131: warning: the address of 'n' will always evaluate as 'true' -conftest.c:131: warning: the address of 'o' will always evaluate as 'true' -conftest.c:131: warning: the address of 'p' will always evaluate as 'true' -configure:21784: $? = 0 -configure:21799: result: yes -configure:21801: checking for _Bool -configure:21831: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21837: $? = 0 -configure:21852: result: yes -configure:21871: checking whether byte ordering is bigendian -configure:21904: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:21910: $? = 0 -configure:21942: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:70: error: 'not' undeclared (first use in this function) -conftest.c:70: error: (Each undeclared identifier is reported only once -conftest.c:70: error: for each function it appears in.) -conftest.c:70: error: expected ';' before 'big' -configure:21948: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MOUNT_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_VFS_H 1 -| #define HAVE_SYS_STATVFS_H 1 -| #define HAVE_SYS_SYSMACROS_H 1 -| #define HAVE_LINUX_MAJOR_H 1 -| #define HAVE_LINUX_FD_H 1 -| #define HAVE_LINUX_HDREG_H 1 -| #define HAVE_SYSLOG_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE__BOOL 1 -| #define HAVE_STDBOOL_H 1 -| /* end confdefs.h. */ -| #include -| #include -| -| int -| main () -| { -| #if BYTE_ORDER != BIG_ENDIAN -| not big endian -| #endif -| -| ; -| return 0; -| } -configure:22088: result: no -configure:22114: checking for an ANSI C-conforming const -configure:22189: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:93: warning: 't' is used uninitialized in this function -conftest.c:109: warning: 'b' is used uninitialized in this function -conftest.c:115: warning: 'cs[0]' is used uninitialized in this function -configure:22195: $? = 0 -configure:22210: result: yes -configure:22220: checking for inline -configure:22246: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:22252: $? = 0 -configure:22270: result: inline -configure:22289: checking for off_t -configure:22319: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:22325: $? = 0 -configure:22340: result: yes -configure:22352: checking for size_t -configure:22382: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:22388: $? = 0 -configure:22403: result: yes -configure:22415: checking for struct stat.st_blocks -configure:22443: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:22449: $? = 0 -configure:22506: result: yes -configure:22529: checking for struct stat.st_rdev -configure:22557: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:22563: $? = 0 -configure:22620: result: yes -configure:22631: checking for struct stat.st_atim -configure:22659: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:104: error: 'struct stat' has no member named 'st_atim' -configure:22665: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MOUNT_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_VFS_H 1 -| #define HAVE_SYS_STATVFS_H 1 -| #define HAVE_SYS_SYSMACROS_H 1 -| #define HAVE_LINUX_MAJOR_H 1 -| #define HAVE_LINUX_FD_H 1 -| #define HAVE_LINUX_HDREG_H 1 -| #define HAVE_SYSLOG_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE__BOOL 1 -| #define HAVE_STDBOOL_H 1 -| #define WORDS_LITTLEENDIAN 1 -| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 -| #define HAVE_ST_BLOCKS 1 -| #define HAVE_STRUCT_STAT_ST_RDEV 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static struct stat ac_aggr; -| if (ac_aggr.st_atim) -| return 0; -| ; -| return 0; -| } -configure:22698: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:104: error: 'struct stat' has no member named 'st_atim' -configure:22704: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MOUNT_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_VFS_H 1 -| #define HAVE_SYS_STATVFS_H 1 -| #define HAVE_SYS_SYSMACROS_H 1 -| #define HAVE_LINUX_MAJOR_H 1 -| #define HAVE_LINUX_FD_H 1 -| #define HAVE_LINUX_HDREG_H 1 -| #define HAVE_SYSLOG_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE__BOOL 1 -| #define HAVE_STDBOOL_H 1 -| #define WORDS_LITTLEENDIAN 1 -| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 -| #define HAVE_ST_BLOCKS 1 -| #define HAVE_STRUCT_STAT_ST_RDEV 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static struct stat ac_aggr; -| if (sizeof ac_aggr.st_atim) -| return 0; -| ; -| return 0; -| } -configure:22722: result: no -configure:22733: checking for struct stat.st_atimespec -configure:22761: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:104: error: 'struct stat' has no member named 'st_atimespec' -configure:22767: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MOUNT_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_VFS_H 1 -| #define HAVE_SYS_STATVFS_H 1 -| #define HAVE_SYS_SYSMACROS_H 1 -| #define HAVE_LINUX_MAJOR_H 1 -| #define HAVE_LINUX_FD_H 1 -| #define HAVE_LINUX_HDREG_H 1 -| #define HAVE_SYSLOG_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE__BOOL 1 -| #define HAVE_STDBOOL_H 1 -| #define WORDS_LITTLEENDIAN 1 -| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 -| #define HAVE_ST_BLOCKS 1 -| #define HAVE_STRUCT_STAT_ST_RDEV 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static struct stat ac_aggr; -| if (ac_aggr.st_atimespec) -| return 0; -| ; -| return 0; -| } -configure:22800: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:104: error: 'struct stat' has no member named 'st_atimespec' -configure:22806: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MOUNT_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_VFS_H 1 -| #define HAVE_SYS_STATVFS_H 1 -| #define HAVE_SYS_SYSMACROS_H 1 -| #define HAVE_LINUX_MAJOR_H 1 -| #define HAVE_LINUX_FD_H 1 -| #define HAVE_LINUX_HDREG_H 1 -| #define HAVE_SYSLOG_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE__BOOL 1 -| #define HAVE_STDBOOL_H 1 -| #define WORDS_LITTLEENDIAN 1 -| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 -| #define HAVE_ST_BLOCKS 1 -| #define HAVE_STRUCT_STAT_ST_RDEV 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| static struct stat ac_aggr; -| if (sizeof ac_aggr.st_atimespec) -| return 0; -| ; -| return 0; -| } -configure:22824: result: no -configure:22835: checking for struct stat.st_atimensec -configure:22863: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:22869: $? = 0 -configure:22926: result: yes -configure:23096: checking for library containing getmntent -configure:23137: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:23143: $? = 0 -configure:23171: result: none required -configure:23188: checking whether mbrtowc and mbstate_t are properly declared -configure:23218: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:23224: $? = 0 -configure:23241: result: yes -configure:23251: checking for working memcmp -configure:23332: result: no -configure:23341: checking whether lstat dereferences a symlink specified with a trailing slash -configure:23412: result: no -configure:23431: checking whether stat accepts an empty string -configure:23489: result: yes -configure:23509: checking for strftime -configure:23565: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:94: warning: conflicting types for built-in function 'strftime' -configure:23571: $? = 0 -configure:23589: result: yes -configure:23678: checking for utime.h -configure:23684: result: yes -configure:23826: checking whether utime accepts a null argument -configure:23893: result: no -configure:23908: checking for vprintf -configure:23964: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:96: warning: conflicting types for built-in function 'vprintf' -configure:23970: $? = 0 -configure:23988: result: yes -configure:23995: checking for _doprnt -configure:24051: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -/tmp/cc0p9OPm.o: In function `main': -conftest.c:(.text.main+0x18): undefined reference to `_doprnt' -collect2: ld returned 1 exit status -configure:24057: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MOUNT_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_VFS_H 1 -| #define HAVE_SYS_STATVFS_H 1 -| #define HAVE_SYS_SYSMACROS_H 1 -| #define HAVE_LINUX_MAJOR_H 1 -| #define HAVE_LINUX_FD_H 1 -| #define HAVE_LINUX_HDREG_H 1 -| #define HAVE_SYSLOG_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE__BOOL 1 -| #define HAVE_STDBOOL_H 1 -| #define WORDS_LITTLEENDIAN 1 -| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 -| #define HAVE_ST_BLOCKS 1 -| #define HAVE_STRUCT_STAT_ST_RDEV 1 -| #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 -| #define HAVE_GETMNTENT -| #define HAVE_MBRTOWC 1 -| #define HAVE_STAT_EMPTY_STRING_BUG 1 -| #define HAVE_STRFTIME 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_VPRINTF 1 -| /* end confdefs.h. */ -| /* Define _doprnt to an innocuous variant, in case declares _doprnt. -| For example, HP-UX 11i declares gettimeofday. */ -| #define _doprnt innocuous__doprnt -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char _doprnt (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef _doprnt -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char _doprnt (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined __stub__doprnt || defined __stub____doprnt -| choke me -| #endif -| -| int -| main () -| { -| return _doprnt (); -| ; -| return 0; -| } -configure:24074: result: no -configure:24128: checking for atexit -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for basename -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for daemon -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for dup2 -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for fdatasync -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for ffs -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:102: warning: conflicting types for built-in function 'ffs' -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for getopt_long -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for hasmntopt -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for mbsinit -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for memmove -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:106: warning: conflicting types for built-in function 'memmove' -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for memset -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:107: warning: conflicting types for built-in function 'memset' -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for realpath -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for regcomp -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for setlocale -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for setxattr -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for strcasecmp -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:112: warning: conflicting types for built-in function 'strcasecmp' -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for strchr -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:113: warning: conflicting types for built-in function 'strchr' -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for strdup -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:114: warning: conflicting types for built-in function 'strdup' -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for strerror -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for strnlen -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for strsep -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for strtol -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for strtoul -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for sysconf -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for utime -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for utimensat -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -/tmp/ccNNbV3s.o: In function `main': -conftest.c:(.text.main+0x18): undefined reference to `utimensat' -collect2: ld returned 1 exit status -configure:24190: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MOUNT_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_VFS_H 1 -| #define HAVE_SYS_STATVFS_H 1 -| #define HAVE_SYS_SYSMACROS_H 1 -| #define HAVE_LINUX_MAJOR_H 1 -| #define HAVE_LINUX_FD_H 1 -| #define HAVE_LINUX_HDREG_H 1 -| #define HAVE_SYSLOG_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE__BOOL 1 -| #define HAVE_STDBOOL_H 1 -| #define WORDS_LITTLEENDIAN 1 -| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 -| #define HAVE_ST_BLOCKS 1 -| #define HAVE_STRUCT_STAT_ST_RDEV 1 -| #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 -| #define HAVE_GETMNTENT -| #define HAVE_MBRTOWC 1 -| #define HAVE_STAT_EMPTY_STRING_BUG 1 -| #define HAVE_STRFTIME 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_VPRINTF 1 -| #define HAVE_ATEXIT 1 -| #define HAVE_BASENAME 1 -| #define HAVE_DAEMON 1 -| #define HAVE_DUP2 1 -| #define HAVE_FDATASYNC 1 -| #define HAVE_FFS 1 -| #define HAVE_GETOPT_LONG 1 -| #define HAVE_HASMNTOPT 1 -| #define HAVE_MBSINIT 1 -| #define HAVE_MEMMOVE 1 -| #define HAVE_MEMSET 1 -| #define HAVE_REALPATH 1 -| #define HAVE_REGCOMP 1 -| #define HAVE_SETLOCALE 1 -| #define HAVE_SETXATTR 1 -| #define HAVE_STRCASECMP 1 -| #define HAVE_STRCHR 1 -| #define HAVE_STRDUP 1 -| #define HAVE_STRERROR 1 -| #define HAVE_STRNLEN 1 -| #define HAVE_STRSEP 1 -| #define HAVE_STRTOL 1 -| #define HAVE_STRTOUL 1 -| #define HAVE_SYSCONF 1 -| #define HAVE_UTIME 1 -| /* end confdefs.h. */ -| /* Define utimensat to an innocuous variant, in case declares utimensat. -| For example, HP-UX 11i declares gettimeofday. */ -| #define utimensat innocuous_utimensat -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char utimensat (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef utimensat -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char utimensat (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined __stub_utimensat || defined __stub___utimensat -| choke me -| #endif -| -| int -| main () -| { -| return utimensat (); -| ; -| return 0; -| } -configure:24208: result: no -configure:24128: checking for gettimeofday -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for clock_gettime -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for fork -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:124: warning: conflicting types for built-in function 'fork' -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for memcpy -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:125: warning: conflicting types for built-in function 'memcpy' -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for random -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:24190: $? = 0 -configure:24208: result: yes -configure:24128: checking for snprintf -configure:24184: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:127: warning: conflicting types for built-in function 'snprintf' -configure:24190: $? = 0 -configure:24208: result: yes -configure:24225: checking for special C compiler options needed for large files -configure:24318: result: no -configure:24324: checking for _FILE_OFFSET_BITS value needed for large files -configure:24359: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:111: warning: left shift count >= width of type -conftest.c:111: warning: left shift count >= width of type -conftest.c:113: error: size of array 'off_t_is_large' is negative -configure:24365: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "ntfs-3g" -| #define PACKAGE_TARNAME "ntfs-3g" -| #define PACKAGE_VERSION "2013.1.13" -| #define PACKAGE_STRING "ntfs-3g 2013.1.13" -| #define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -| #define PACKAGE "ntfs-3g" -| #define VERSION "2013.1.13" -| #define _GNU_SOURCE 1 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define _REENTRANT 1 -| #define FUSE_INTERNAL 1 -| #define STDC_HEADERS 1 -| #define HAVE_CTYPE_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_LIBGEN_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_LOCALE_H 1 -| #define HAVE_MNTENT_H 1 -| #define HAVE_STDDEF_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STDIO_H 1 -| #define HAVE_STDARG_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_WCHAR_H 1 -| #define HAVE_GETOPT_H 1 -| #define HAVE_FEATURES_H 1 -| #define HAVE_ENDIAN_H 1 -| #define HAVE_BYTESWAP_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MOUNT_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_VFS_H 1 -| #define HAVE_SYS_STATVFS_H 1 -| #define HAVE_SYS_SYSMACROS_H 1 -| #define HAVE_LINUX_MAJOR_H 1 -| #define HAVE_LINUX_FD_H 1 -| #define HAVE_LINUX_HDREG_H 1 -| #define HAVE_SYSLOG_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_MALLOC_H 1 -| #define HAVE__BOOL 1 -| #define HAVE_STDBOOL_H 1 -| #define WORDS_LITTLEENDIAN 1 -| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 -| #define HAVE_ST_BLOCKS 1 -| #define HAVE_STRUCT_STAT_ST_RDEV 1 -| #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 -| #define HAVE_GETMNTENT -| #define HAVE_MBRTOWC 1 -| #define HAVE_STAT_EMPTY_STRING_BUG 1 -| #define HAVE_STRFTIME 1 -| #define HAVE_UTIME_H 1 -| #define HAVE_VPRINTF 1 -| #define HAVE_ATEXIT 1 -| #define HAVE_BASENAME 1 -| #define HAVE_DAEMON 1 -| #define HAVE_DUP2 1 -| #define HAVE_FDATASYNC 1 -| #define HAVE_FFS 1 -| #define HAVE_GETOPT_LONG 1 -| #define HAVE_HASMNTOPT 1 -| #define HAVE_MBSINIT 1 -| #define HAVE_MEMMOVE 1 -| #define HAVE_MEMSET 1 -| #define HAVE_REALPATH 1 -| #define HAVE_REGCOMP 1 -| #define HAVE_SETLOCALE 1 -| #define HAVE_SETXATTR 1 -| #define HAVE_STRCASECMP 1 -| #define HAVE_STRCHR 1 -| #define HAVE_STRDUP 1 -| #define HAVE_STRERROR 1 -| #define HAVE_STRNLEN 1 -| #define HAVE_STRSEP 1 -| #define HAVE_STRTOL 1 -| #define HAVE_STRTOUL 1 -| #define HAVE_SYSCONF 1 -| #define HAVE_UTIME 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_CLOCK_GETTIME 1 -| #define HAVE_FORK 1 -| #define HAVE_MEMCPY 1 -| #define HAVE_RANDOM 1 -| #define HAVE_SNPRINTF 1 -| /* end confdefs.h. */ -| #include -| /* Check that off_t can represent 2**63 - 1 correctly. -| We can't simply define LARGE_OFF_T to be 9223372036854775807, -| since some C++ compilers masquerading as C compilers -| incorrectly reject 9223372036854775807. */ -| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) -| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 -| && LARGE_OFF_T % 2147483647 == 1) -| ? 1 : -1]; -| int -| main () -| { -| -| ; -| return 0; -| } -configure:24409: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:24415: $? = 0 -configure:24433: result: 64 -configure:24964: creating ./config.status - -## ---------------------- ## -## Running config.status. ## -## ---------------------- ## - -This file was extended by ntfs-3g config.status 2013.1.13, which was -generated by GNU Autoconf 2.61. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - -on vicente-P5K-E - -config.status:746: creating Makefile -config.status:746: creating include/Makefile -config.status:746: creating include/fuse-lite/Makefile -config.status:746: creating include/ntfs-3g/Makefile -config.status:746: creating libfuse-lite/Makefile -config.status:746: creating libntfs-3g/Makefile -config.status:746: creating libntfs-3g/libntfs-3g.pc -config.status:746: creating libntfs-3g/libntfs-3g.script.so -config.status:746: creating ntfsprogs/Makefile -config.status:746: creating ntfsprogs/mkntfs.8 -config.status:746: creating ntfsprogs/ntfscat.8 -config.status:746: creating ntfsprogs/ntfsclone.8 -config.status:746: creating ntfsprogs/ntfscluster.8 -config.status:746: creating ntfsprogs/ntfscmp.8 -config.status:746: creating ntfsprogs/ntfscp.8 -config.status:746: creating ntfsprogs/ntfsfix.8 -config.status:746: creating ntfsprogs/ntfsinfo.8 -config.status:746: creating ntfsprogs/ntfslabel.8 -config.status:746: creating ntfsprogs/ntfsls.8 -config.status:746: creating ntfsprogs/ntfsprogs.8 -config.status:746: creating ntfsprogs/ntfsresize.8 -config.status:746: creating ntfsprogs/ntfsundelete.8 -config.status:746: creating src/Makefile -config.status:746: creating src/ntfs-3g.8 -config.status:746: creating src/ntfs-3g.probe.8 -config.status:746: creating src/ntfs-3g.usermap.8 -config.status:746: creating src/ntfs-3g.secaudit.8 -config.status:746: creating config.h -config.status:1074: config.h is unchanged -config.status:1121: executing depfiles commands - -## ---------------- ## -## Cache variables. ## -## ---------------- ## - -ac_cv_build=x86_64-pc-linux-gnu -ac_cv_c_bigendian=no -ac_cv_c_compiler_gnu=yes -ac_cv_c_const=yes -ac_cv_c_inline=inline -ac_cv_cxx_compiler_gnu=yes -ac_cv_env_CCC_set= -ac_cv_env_CCC_value= -ac_cv_env_CC_set=set -ac_cv_env_CC_value=mipsel-uclibc-gcc -ac_cv_env_CFLAGS_set=set -ac_cv_env_CFLAGS_value='-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections' -ac_cv_env_CPPFLAGS_set= -ac_cv_env_CPPFLAGS_value= -ac_cv_env_CPP_set= -ac_cv_env_CPP_value= -ac_cv_env_CXXCPP_set= -ac_cv_env_CXXCPP_value= -ac_cv_env_CXXFLAGS_set= -ac_cv_env_CXXFLAGS_value= -ac_cv_env_CXX_set= -ac_cv_env_CXX_value= -ac_cv_env_F77_set= -ac_cv_env_F77_value= -ac_cv_env_FFLAGS_set= -ac_cv_env_FFLAGS_value= -ac_cv_env_FUSE_MODULE_CFLAGS_set= -ac_cv_env_FUSE_MODULE_CFLAGS_value= -ac_cv_env_FUSE_MODULE_LIBS_set= -ac_cv_env_FUSE_MODULE_LIBS_value= -ac_cv_env_GNUTLS_CFLAGS_set= -ac_cv_env_GNUTLS_CFLAGS_value= -ac_cv_env_GNUTLS_LIBS_set= -ac_cv_env_GNUTLS_LIBS_value= -ac_cv_env_LDCONFIG_set= -ac_cv_env_LDCONFIG_value= -ac_cv_env_LDFLAGS_set=set -ac_cv_env_LDFLAGS_value='-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC' -ac_cv_env_LIBS_set= -ac_cv_env_LIBS_value= -ac_cv_env_PKG_CONFIG_set= -ac_cv_env_PKG_CONFIG_value= -ac_cv_env_build_alias_set=set -ac_cv_env_build_alias_value=x86_64-linux-gnu -ac_cv_env_host_alias_set=set -ac_cv_env_host_alias_value=mipsel-linux -ac_cv_env_target_alias_set= -ac_cv_env_target_alias_value= -ac_cv_f77_compiler_gnu=no -ac_cv_func__doprnt=no -ac_cv_func_atexit=yes -ac_cv_func_basename=yes -ac_cv_func_clock_gettime=yes -ac_cv_func_daemon=yes -ac_cv_func_dup2=yes -ac_cv_func_fdatasync=yes -ac_cv_func_ffs=yes -ac_cv_func_fork=yes -ac_cv_func_getmntent=yes -ac_cv_func_getopt_long=yes -ac_cv_func_gettimeofday=yes -ac_cv_func_hasmntopt=yes -ac_cv_func_lstat_dereferences_slashed_symlink=no -ac_cv_func_malloc_0_nonnull=yes -ac_cv_func_mbrtowc=yes -ac_cv_func_mbsinit=yes -ac_cv_func_memcmp_working=no -ac_cv_func_memcpy=yes -ac_cv_func_memmove=yes -ac_cv_func_memset=yes -ac_cv_func_random=yes -ac_cv_func_realpath=yes -ac_cv_func_regcomp=yes -ac_cv_func_setlocale=yes -ac_cv_func_setxattr=yes -ac_cv_func_snprintf=yes -ac_cv_func_stat_empty_string_bug=yes -ac_cv_func_strcasecmp=yes -ac_cv_func_strchr=yes -ac_cv_func_strdup=yes -ac_cv_func_strerror=yes -ac_cv_func_strftime=yes -ac_cv_func_strnlen=yes -ac_cv_func_strsep=yes -ac_cv_func_strtol=yes -ac_cv_func_strtoul=yes -ac_cv_func_sysconf=yes -ac_cv_func_utime=yes -ac_cv_func_utime_null=no -ac_cv_func_utimensat=no -ac_cv_func_vprintf=yes -ac_cv_header_byteswap_h=yes -ac_cv_header_ctype_h=yes -ac_cv_header_dlfcn_h=yes -ac_cv_header_endian_h=yes -ac_cv_header_errno_h=yes -ac_cv_header_fcntl_h=yes -ac_cv_header_features_h=yes -ac_cv_header_getopt_h=yes -ac_cv_header_inttypes_h=yes -ac_cv_header_libgen_h=yes -ac_cv_header_libintl_h=no -ac_cv_header_limits_h=yes -ac_cv_header_linux_fd_h=yes -ac_cv_header_linux_hdreg_h=yes -ac_cv_header_linux_major_h=yes -ac_cv_header_locale_h=yes -ac_cv_header_machine_endian_h=no -ac_cv_header_malloc_h=yes -ac_cv_header_memory_h=yes -ac_cv_header_mntent_h=yes -ac_cv_header_pwd_h=yes -ac_cv_header_stdarg_h=yes -ac_cv_header_stdbool_h=yes -ac_cv_header_stdc=yes -ac_cv_header_stddef_h=yes -ac_cv_header_stdint_h=yes -ac_cv_header_stdio_h=yes -ac_cv_header_stdlib_h=yes -ac_cv_header_string_h=yes -ac_cv_header_strings_h=yes -ac_cv_header_sys_byteorder_h=no -ac_cv_header_sys_disk_h=no -ac_cv_header_sys_endian_h=no -ac_cv_header_sys_ioctl_h=yes -ac_cv_header_sys_mkdev_h=no -ac_cv_header_sys_mount_h=yes -ac_cv_header_sys_param_h=yes -ac_cv_header_sys_stat_h=yes -ac_cv_header_sys_statvfs_h=yes -ac_cv_header_sys_sysmacros_h=yes -ac_cv_header_sys_types_h=yes -ac_cv_header_sys_vfs_h=yes -ac_cv_header_syslog_h=yes -ac_cv_header_time_h=yes -ac_cv_header_unistd_h=yes -ac_cv_header_utime_h=yes -ac_cv_header_uuid_uuid_h=no -ac_cv_header_wchar_h=yes -ac_cv_header_windows_h=no -ac_cv_host=mipsel-unknown-linux-gnu -ac_cv_lib_pthread_pthread_create=yes -ac_cv_member_struct_stat_st_atim=no -ac_cv_member_struct_stat_st_atimensec=yes -ac_cv_member_struct_stat_st_atimespec=no -ac_cv_member_struct_stat_st_blocks=yes -ac_cv_member_struct_stat_st_rdev=yes -ac_cv_objext=o -ac_cv_path_EGREP='/bin/grep -E' -ac_cv_path_GREP=/bin/grep -ac_cv_path_LDCONFIG=/sbin/ldconfig -ac_cv_path_MV=/bin/mv -ac_cv_path_RM=/bin/rm -ac_cv_path_SED=/bin/sed -ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config -ac_cv_path_install='/usr/bin/install -c' -ac_cv_path_mkdir=/bin/mkdir -ac_cv_prog_AR=mipsel-uclibc-ar -ac_cv_prog_AWK=gawk -ac_cv_prog_CC=mipsel-uclibc-gcc -ac_cv_prog_CPP='mipsel-uclibc-gcc -E' -ac_cv_prog_CXX=mipsel-linux-g++ -ac_cv_prog_CXXCPP='mipsel-linux-g++ -E' -ac_cv_prog_RANLIB=mipsel-uclibc-ranlib -ac_cv_prog_STRIP='mipsel-uclibc-strip -R .note -R .comment' -ac_cv_prog_cc_c89= -ac_cv_prog_cc_g=yes -ac_cv_prog_cc_mipsel_uclibc_gcc_c_o=yes -ac_cv_prog_cxx_g=yes -ac_cv_prog_f77_g=no -ac_cv_prog_make_make_set=yes -ac_cv_search_getmntent='none required' -ac_cv_sys_file_offset_bits=64 -ac_cv_sys_largefile_CC=no -ac_cv_target=mipsel-unknown-linux-gnu -ac_cv_type__Bool=yes -ac_cv_type_off_t=yes -ac_cv_type_size_t=yes -am_cv_CC_dependencies_compiler_type=none -am_cv_CXX_dependencies_compiler_type=none -lt_cv_deplibs_check_method=pass_all -lt_cv_file_magic_cmd='$MAGIC_CMD' -lt_cv_file_magic_test_file= -lt_cv_ld_reload_flag=-r -lt_cv_objdir=.libs -lt_cv_path_LD=mipsel-uclibc-ld -lt_cv_path_LDCXX=mipsel-uclibc-ld -lt_cv_path_NM=mipsel-uclibc-nm -lt_cv_path_SED=/bin/sed -lt_cv_prog_compiler_c_o=yes -lt_cv_prog_compiler_c_o_CXX=yes -lt_cv_prog_compiler_pic_works=yes -lt_cv_prog_compiler_pic_works_CXX=yes -lt_cv_prog_compiler_rtti_exceptions=no -lt_cv_prog_compiler_static_works=yes -lt_cv_prog_compiler_static_works_CXX=yes -lt_cv_prog_gnu_ld=yes -lt_cv_prog_gnu_ldcxx=yes -lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' -lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' -lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' -lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /usr/lib/nvidia-settings /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/nvidia-current /usr/lib32/nvidia-current /lib32 /usr/lib32 ' -lt_cv_sys_lib_search_path_spec='/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/lib/gcc/mipsel-linux-uclibc/4.2.4 /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/lib/gcc /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/mipsel-linux-uclibc/lib' -lt_cv_sys_max_cmd_len=3458764513820540925 -lt_lt_cv_prog_compiler_c_o='"yes"' -lt_lt_cv_prog_compiler_c_o_CXX='"yes"' -lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' -lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' -lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' - -## ----------------- ## -## Output variables. ## -## ----------------- ## - -ACLOCAL='${SHELL} /home/vicente/tomato/release/src/router/ntfs-3g/missing --run aclocal-1.10' -AMDEPBACKSLASH='' -AMDEP_FALSE='' -AMDEP_TRUE='#' -AMTAR='${SHELL} /home/vicente/tomato/release/src/router/ntfs-3g/missing --run tar' -AR='mipsel-uclibc-ar' -AUTOCONF='${SHELL} /home/vicente/tomato/release/src/router/ntfs-3g/missing --run autoconf' -AUTOHEADER='${SHELL} /home/vicente/tomato/release/src/router/ntfs-3g/missing --run autoheader' -AUTOMAKE='${SHELL} /home/vicente/tomato/release/src/router/ntfs-3g/missing --run automake-1.10' -AWK='gawk' -CC='mipsel-uclibc-gcc' -CCDEPMODE='depmode=none' -CFLAGS='-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -Wall' -CPP='mipsel-uclibc-gcc -E' -CPPFLAGS='' -CXX='mipsel-linux-g++' -CXXCPP='mipsel-linux-g++ -E' -CXXDEPMODE='depmode=none' -CXXFLAGS='-g -O2' -CYGPATH_W='echo' -DEFS='-DHAVE_CONFIG_H' -DEPDIR='.deps' -DSYMUTIL='' -ECHO='echo' -ECHO_C='' -ECHO_N='-n' -ECHO_T='' -EGREP='/bin/grep -E' -ENABLE_CRYPTO_FALSE='' -ENABLE_CRYPTO_TRUE='#' -ENABLE_EXTRAS_FALSE='' -ENABLE_EXTRAS_TRUE='#' -ENABLE_MOUNT_HELPER_FALSE='' -ENABLE_MOUNT_HELPER_TRUE='#' -ENABLE_NTFSPROGS_FALSE='#' -ENABLE_NTFSPROGS_TRUE='' -ENABLE_NTFS_3G_FALSE='#' -ENABLE_NTFS_3G_TRUE='' -EXEEXT='' -F77='' -FFLAGS='' -FUSE_INTERNAL_FALSE='#' -FUSE_INTERNAL_TRUE='' -FUSE_MODULE_CFLAGS='' -FUSE_MODULE_LIBS='' -GENERATE_LDSCRIPT_FALSE='' -GENERATE_LDSCRIPT_TRUE='#' -GNUTLS_CFLAGS='' -GNUTLS_LIBS='' -GREP='/bin/grep' -INSTALL_DATA='${INSTALL} -m 644' -INSTALL_LIBRARY_FALSE='' -INSTALL_LIBRARY_TRUE='#' -INSTALL_PROGRAM='${INSTALL}' -INSTALL_SCRIPT='${INSTALL}' -INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' -LDCONFIG='/sbin/ldconfig' -LDFLAGS='-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC' -LIBFUSE_LITE_CFLAGS='' -LIBFUSE_LITE_LIBS=' -lpthread' -LIBGCRYPT_CFLAGS='' -LIBGCRYPT_CONFIG='' -LIBGCRYPT_LIBS='' -LIBNTFS_3G_VERSION='84' -LIBOBJS=' ${LIBOBJDIR}memcmp$U.o ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}stat$U.o' -LIBS='' -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -LN_S='ln -s' -LTLIBOBJS=' ${LIBOBJDIR}memcmp$U.lo ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}stat$U.lo' -MAINT='#' -MAINTAINER_MODE_FALSE='' -MAINTAINER_MODE_TRUE='#' -MAKEINFO='${SHELL} /home/vicente/tomato/release/src/router/ntfs-3g/missing --run makeinfo' -MKDIR_P='/bin/mkdir -p' -MKNTFS_CPPFLAGS='' -MKNTFS_LIBS='' -MV='/bin/mv' -NMEDIT='' -NTFS_DEVICE_DEFAULT_IO_OPS_FALSE='#' -NTFS_DEVICE_DEFAULT_IO_OPS_TRUE='' -OBJEXT='o' -OUTPUT_FORMAT='' -PACKAGE='ntfs-3g' -PACKAGE_BUGREPORT='ntfs-3g-devel@lists.sf.net' -PACKAGE_NAME='ntfs-3g' -PACKAGE_STRING='ntfs-3g 2013.1.13' -PACKAGE_TARNAME='ntfs-3g' -PACKAGE_VERSION='2013.1.13' -PATH_SEPARATOR=':' -PKG_CONFIG='/usr/bin/pkg-config' -RANLIB='mipsel-uclibc-ranlib' -REALLYSTATIC_FALSE='' -REALLYSTATIC_TRUE='#' -RM='/bin/rm' -RUN_LDCONFIG_FALSE='' -RUN_LDCONFIG_TRUE='#' -SED='/bin/sed' -SET_MAKE='' -SHELL='/bin/sh' -STRIP='mipsel-uclibc-strip -R .note -R .comment' -VERSION='2013.1.13' -WINDOWS_FALSE='' -WINDOWS_TRUE='#' -ac_ct_CC='' -ac_ct_CXX='' -ac_ct_F77='' -all_includes=' ' -all_libraries=' ' -am__fastdepCC_FALSE='' -am__fastdepCC_TRUE='#' -am__fastdepCXX_FALSE='' -am__fastdepCXX_TRUE='#' -am__include='include' -am__isrc='' -am__leading_dot='.' -am__quote='' -am__tar='${AMTAR} chof - "$$tardir"' -am__untar='${AMTAR} xf -' -bindir='${exec_prefix}/bin' -build='x86_64-pc-linux-gnu' -build_alias='x86_64-linux-gnu' -build_cpu='x86_64' -build_os='linux-gnu' -build_vendor='pc' -datadir='${datarootdir}' -datarootdir='${prefix}/share' -docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' -dvidir='${docdir}' -exec_prefix='${prefix}' -host='mipsel-unknown-linux-gnu' -host_alias='mipsel-linux' -host_cpu='mipsel' -host_os='linux-gnu' -host_vendor='unknown' -htmldir='${docdir}' -includedir='${prefix}/include' -infodir='${datarootdir}/info' -install_sh='$(SHELL) /home/vicente/tomato/release/src/router/ntfs-3g/install-sh' -libdir='${exec_prefix}/lib' -libexecdir='${exec_prefix}/libexec' -localedir='${datarootdir}/locale' -localstatedir='${prefix}/var' -mandir='${datarootdir}/man' -mkdir_p='/bin/mkdir -p' -ntfs3gincludedir='$(includedir)/ntfs-3g' -oldincludedir='/usr/include' -pdfdir='${docdir}' -pkgconfigdir='$(libdir)/pkgconfig' -prefix='/usr/local' -program_transform_name='s,x,x,' -psdir='${docdir}' -rootbindir='/bin' -rootlibdir='/lib' -rootsbindir='/sbin' -sbindir='${exec_prefix}/sbin' -sharedstatedir='${prefix}/com' -sysconfdir='${prefix}/etc' -target='mipsel-unknown-linux-gnu' -target_alias='' -target_cpu='mipsel' -target_os='linux-gnu' -target_vendor='unknown' - -## ----------- ## -## confdefs.h. ## -## ----------- ## - -#define PACKAGE_NAME "ntfs-3g" -#define PACKAGE_TARNAME "ntfs-3g" -#define PACKAGE_VERSION "2013.1.13" -#define PACKAGE_STRING "ntfs-3g 2013.1.13" -#define PACKAGE_BUGREPORT "ntfs-3g-devel@lists.sf.net" -#define PACKAGE "ntfs-3g" -#define VERSION "2013.1.13" -#define _GNU_SOURCE 1 -#define STDC_HEADERS 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRING_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_STRINGS_H 1 -#define HAVE_INTTYPES_H 1 -#define HAVE_STDINT_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_DLFCN_H 1 -#define _REENTRANT 1 -#define FUSE_INTERNAL 1 -#define STDC_HEADERS 1 -#define HAVE_CTYPE_H 1 -#define HAVE_FCNTL_H 1 -#define HAVE_LIBGEN_H 1 -#define HAVE_LIMITS_H 1 -#define HAVE_LOCALE_H 1 -#define HAVE_MNTENT_H 1 -#define HAVE_STDDEF_H 1 -#define HAVE_STDINT_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STDIO_H 1 -#define HAVE_STDARG_H 1 -#define HAVE_STRING_H 1 -#define HAVE_STRINGS_H 1 -#define HAVE_ERRNO_H 1 -#define HAVE_TIME_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_UTIME_H 1 -#define HAVE_WCHAR_H 1 -#define HAVE_GETOPT_H 1 -#define HAVE_FEATURES_H 1 -#define HAVE_ENDIAN_H 1 -#define HAVE_BYTESWAP_H 1 -#define HAVE_SYS_PARAM_H 1 -#define HAVE_SYS_IOCTL_H 1 -#define HAVE_SYS_MOUNT_H 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_SYS_VFS_H 1 -#define HAVE_SYS_STATVFS_H 1 -#define HAVE_SYS_SYSMACROS_H 1 -#define HAVE_LINUX_MAJOR_H 1 -#define HAVE_LINUX_FD_H 1 -#define HAVE_LINUX_HDREG_H 1 -#define HAVE_SYSLOG_H 1 -#define HAVE_PWD_H 1 -#define HAVE_MALLOC_H 1 -#define HAVE__BOOL 1 -#define HAVE_STDBOOL_H 1 -#define WORDS_LITTLEENDIAN 1 -#define HAVE_STRUCT_STAT_ST_BLOCKS 1 -#define HAVE_ST_BLOCKS 1 -#define HAVE_STRUCT_STAT_ST_RDEV 1 -#define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 -#define HAVE_GETMNTENT -#define HAVE_MBRTOWC 1 -#define HAVE_STAT_EMPTY_STRING_BUG 1 -#define HAVE_STRFTIME 1 -#define HAVE_UTIME_H 1 -#define HAVE_VPRINTF 1 -#define HAVE_ATEXIT 1 -#define HAVE_BASENAME 1 -#define HAVE_DAEMON 1 -#define HAVE_DUP2 1 -#define HAVE_FDATASYNC 1 -#define HAVE_FFS 1 -#define HAVE_GETOPT_LONG 1 -#define HAVE_HASMNTOPT 1 -#define HAVE_MBSINIT 1 -#define HAVE_MEMMOVE 1 -#define HAVE_MEMSET 1 -#define HAVE_REALPATH 1 -#define HAVE_REGCOMP 1 -#define HAVE_SETLOCALE 1 -#define HAVE_SETXATTR 1 -#define HAVE_STRCASECMP 1 -#define HAVE_STRCHR 1 -#define HAVE_STRDUP 1 -#define HAVE_STRERROR 1 -#define HAVE_STRNLEN 1 -#define HAVE_STRSEP 1 -#define HAVE_STRTOL 1 -#define HAVE_STRTOUL 1 -#define HAVE_SYSCONF 1 -#define HAVE_UTIME 1 -#define HAVE_GETTIMEOFDAY 1 -#define HAVE_CLOCK_GETTIME 1 -#define HAVE_FORK 1 -#define HAVE_MEMCPY 1 -#define HAVE_RANDOM 1 -#define HAVE_SNPRINTF 1 -#define _FILE_OFFSET_BITS 64 - -configure: exit 0 diff --git a/release/src/router/snmp/config.log b/release/src/router/snmp/config.log deleted file mode 100644 index a707613f1b..0000000000 --- a/release/src/router/snmp/config.log +++ /dev/null @@ -1,403 +0,0 @@ -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -configure:1543: checking if I need to feed myself to ksh -configure:1578: checking for gcc -configure:1691: checking whether the C compiler (mipsel-uclibc-gcc -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 ) works -configure:1707: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 conftest.c 1>&5 -configure:1704: warning: return type defaults to 'int' -configure:1733: checking whether the C compiler (mipsel-uclibc-gcc -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 ) is a cross-compiler -configure:1738: checking whether we are using GNU C -configure:1766: checking whether mipsel-uclibc-gcc accepts -g -configure:1798: checking how to run the C preprocessor -configure:1878: checking for AIX -configure:1902: checking for Cygwin environment -configure:1935: checking for mingw32 environment -configure:1966: checking for executable suffix -configure:2105: checking host system type -configure:2126: checking build system type -configure:2155: checking for ld used by GCC -configure:2223: checking if the linker (mipsel-uclibc-ld) is GNU ld -configure:2240: checking for mipsel-uclibc-ld option to reload object files -configure:2252: checking for BSD-compatible nm -configure:2290: checking for a sed that does not truncate output -configure:2374: checking whether ln -s works -configure:2395: checking how to recognise dependent libraries -configure:2581: checking for object suffix -configure:2615: checking command to parse mipsel-uclibc-nm output -configure:2801: checking for dlfcn.h -configure:2980: checking for mipsel-linux-ranlib -configure:3047: checking for mipsel-linux-strip -configure:3564: checking for objdir -configure:3595: checking for mipsel-uclibc-gcc option to produce PIC -configure:3743: checking if mipsel-uclibc-gcc PIC flag -fPIC works -configure:3813: checking if mipsel-uclibc-gcc static flag -static works -configure:3859: checking if mipsel-uclibc-gcc supports -c -o file.o -configure:3907: checking if mipsel-uclibc-gcc supports -c -o file.lo -configure:3983: checking if mipsel-uclibc-gcc supports -fno-rtti -fno-exceptions -configure:3996: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 -cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C -configure: In function 'main': -configure:3992: warning: unused variable 'some_variable' -cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C -configure: In function 'main': -configure:3992: warning: unused variable 'some_variable' -configure:4027: checking whether the linker (mipsel-uclibc-ld) supports shared libraries -configure:4730: checking how to hardcode library paths into programs -configure:4762: checking whether stripping libraries is possible -configure:4780: checking dynamic linker characteristics -configure:5195: checking if libtool supports shared libraries -configure:5203: checking whether to build shared libraries -configure:5230: checking whether to build static libraries -configure:5273: checking for shl_load -configure:5319: checking for shl_load in -ldld -configure:5357: checking for dlopen -configure:5403: checking for dlopen in -ldl -configure:5554: checking whether a program can dlopen itself -configure:6393: checking for a BSD compatible install -configure:6446: checking whether ln -s works -configure:6467: checking whether make sets ${MAKE} -configure:6496: checking for ps -configure:6531: checking for perl -configure:6568: checking for whoami -configure:6603: checking for sed -configure:6635: checking for autoconf -configure:6664: checking for autoheader -configure:6702: checking for uname -configure:6740: checking for working const -configure:6815: checking for inline -configure:6856: checking for net-snmp version number -configure:6871: checking for developer gcc flags -configure:6908: checking host system type -configure:6929: checking target system type -configure:6947: checking build system type -configure:6981: checking for system include file -configure:7011: checking for machine-type include file -configure:7035: checking for mipsel-uclibc-gcc -configure:7090: checking for additional cpp flags -configure:7361: checking whether we have to build PIC code -configure:7373: checking for and configuring transport modules to use -configure:7463: checking for security modules to use -configure:7609: checking for and configuring mib modules to use -configure:7665: checking for and configuring mib modules pieces to use -configure:7783: checking if directories need to be created -configure:7790: checking default mib files to read -configure:7802: checking for location of system kernel -configure:7838: checking for mount table location -configure:7861: checking for location of swap device -configure:7946: checking for asin in -lm -configure:7993: checking for nlist in -lelf -configure:8041: checking for gethostbyname -configure:8136: checking for getservbyname -configure:8232: checking for kstat_lookup in -lkstat -configure:8279: checking for nlist in -lmld -configure:8765: checking for zlib.h -configure:8846: checking for bzread in -lbz2 -configure:8884: checking for BZ2_bzread in -lbz2 -configure:8927: checking for dbopen in -ldb1 -configure:8965: checking for dbopen in -ldb -configure:9008: checking for db_create in -ldb-3.1 -configure:9046: checking for db_create in -ldb-3.0 -configure:9089: checking for poptParseArgvString in -lpopt -configure:9130: checking for Fopen in -lrpmio -configure:9171: checking for rpmGetFilesystemList in -lrpm -configure:9217: checking for rpmdbOpen in -lrpmdb -configure:9269: checking for kvm_read in -lkvm -configure:9316: checking for dlopen in -ldl -configure:9365: checking for dlopen -configure:9421: checking for kvm_openfiles -configure:9421: checking for nlist -configure:9421: checking for knlist -configure:9421: checking for kvm_getprocs -configure:9684: checking for ANSI C header files -configure:9792: checking for dirent.h that defines DIR -configure:9830: checking for opendir in -ldir -configure:9913: checking for sys/wait.h that is POSIX.1 compatible -configure:9958: checking for stdarg.h -configure:9958: checking for string.h -configure:9958: checking for fcntl.h -configure:9958: checking for limits.h -configure:9958: checking for sys/file.h -configure:9958: checking for sys/ioctl.h -configure:9958: checking for syslog.h -configure:9958: checking for unistd.h -configure:9958: checking for netinet/tcpip.h -configure:9958: checking for netinet/in.h -configure:9958: checking for netinet/ip.h -configure:9958: checking for netinet/ip_icmp.h -configure:9958: checking for net/if.h -configure:9958: checking for netdb.h -configure:9958: checking for sys/dmap.h -configure:9958: checking for machine/pte.h -configure:9958: checking for xti.h -configure:9958: checking for sys/sockio.h -configure:9958: checking for sys/socket.h -configure:9958: checking for sys/un.h -configure:9958: checking for fstab.h -configure:9958: checking for sys/fs.h -configure:9958: checking for mtab.h -configure:9958: checking for ufs/fs.h -configure:9958: checking for ufs/ffs/fs.h -configure:9958: checking for sys/fixpoint.h -configure:9958: checking for machine/param.h -configure:9958: checking for sys/vm.h -configure:9958: checking for vm/vm.h -configure:9958: checking for sys/vmmeter.h -configure:9958: checking for sys/vmparam.h -configure:9958: checking for sys/vmmac.h -configure:9958: checking for sys/vmsystm.h -configure:9958: checking for sys/mbuf.h -configure:9958: checking for sys/time.h -configure:9958: checking for sys/swap.h -configure:9958: checking for inet/mib2.h -configure:9958: checking for sys/vfs.h -configure:9958: checking for sys/mnttab.h -configure:9958: checking for sys/user.h -configure:9958: checking for sys/proc.h -configure:9958: checking for sys/select.h -configure:9958: checking for mntent.h -configure:9958: checking for sys/mntent.h -configure:9958: checking for kstat.h -configure:9958: checking for utsname.h -configure:9958: checking for sys/utsname.h -configure:9958: checking for sys/cdefs.h -configure:9958: checking for getopt.h -configure:9958: checking for locale.h -configure:9958: checking for pthread.h -configure:9958: checking for sys/loadavg.h -configure:9958: checking for regex.h -configure:9958: checking for linux/tasks.h -configure:9958: checking for pwd.h -configure:9958: checking for grp.h -configure:9958: checking for utmpx.h -configure:9998: checking for malloc.h -configure:9998: checking for sys/param.h -configure:9998: checking for net/if_dl.h -configure:9998: checking for sys/sysctl.h -configure:9998: checking for stdlib.h -configure:9998: checking for net/if_mib.h -configure:9998: checking for net/if_types.h -configure:9998: checking for net/if_var.h -configure:9998: checking for sys/queue.h -configure:9998: checking for osreldate.h -configure:9998: checking for machine/types.h -configure:9998: checking for sys/socketvar.h -configure:10038: checking for sys/conf.h -configure:10038: checking for netinet/in_systm.h -configure:10038: checking for netinet/tcp.h -configure:10038: checking for netinet/udp.h -configure:10038: checking for netinet/in_var.h -configure:10038: checking for netinet/if_ether.h -configure:10038: checking for netinet/ip_var.h -configure:10038: checking for netinet/tcp_timer.h -configure:10038: checking for netinet/tcp_var.h -configure:10038: checking for netinet/tcp_fsm.h -configure:10038: checking for netinet/udp_var.h -configure:10038: checking for netinet/icmp_var.h -configure:10038: checking for sys/protosw.h -configure:10038: checking for nlist.h -configure:10038: checking for ioctls.h -configure:10038: checking for asm/page.h -configure:10038: checking for netipx/ipx.h -configure:10078: checking for arpa/inet.h -configure:10078: checking for kvm.h -configure:10078: checking for sys/pool.h -configure:10078: checking for uvm/uvm_param.h -configure:10078: checking for uvm/uvm_extern.h -configure:10078: checking for vm/vm_param.h -configure:10078: checking for vm/vm_extern.h -configure:10118: checking for sys/mount.h -configure:10118: checking for vm/swap_pager.h -configure:10118: checking for ufs/ufs/dinode.h -configure:10158: checking for sys/stat.h -configure:10158: checking for sys/vnode.h -configure:10158: checking for ufs/ufs/quota.h -configure:10158: checking for ufs/ufs/inode.h -configure:10198: checking for sys/hashing.h -configure:10198: checking for sys/tcpipstats.h -configure:10198: checking for sys/sysmp.h -configure:10238: checking for err.h -configure:10238: checking for sys/filio.h -configure:10238: checking for sgtty.h -configure:10278: checking for sys/statfs.h -configure:10318: checking for net/route.h -configure:10358: checking for sys/dkio.h -configure:10358: checking for sys/diskio.h -configure:10358: checking for sys/pstat.h -configure:10358: checking for linux/hdreg.h -configure:10358: checking for pkglocs.h -configure:10398: checking for pkginfo.h -configure:10482: checking for winsock.h -configure:10522: checking for io.h -configure:10562: checking for sys/stream.h -configure:10602: checking for netinet/ip6.h -configure:10602: checking for netinet6/in6_var.h -configure:10602: checking for netinet6/in6_pcb.h -configure:10602: checking for netinet6/ip6_var.h -configure:10602: checking for netinet6/tcp6.h -configure:10602: checking for netinet6/tcp6_fsm.h -configure:10602: checking for netinet6/nd6.h -configure:10602: checking for netinet6/tcp6_timer.h -configure:10602: checking for netinet6/tcp6_var.h -configure:10642: checking for dlfcn.h -configure:10682: checking for search.h -configure:10724: checking for rpmio.h -configure:10761: checking for rpm/rpmio.h -configure:10804: checking for netinet/in_pcb.h -configure:10817: mipsel-uclibc-gcc -E conftest.c >/dev/null 2>conftest.out -configure:10812:28: error: netinet/in_pcb.h: No such file or directory -configure: failed program was: -#line 10809 "configure" -#include "confdefs.h" - -#include -#include - -configure:10841: checking for sys/disklabel.h -configure:10854: mipsel-uclibc-gcc -E conftest.c >/dev/null 2>conftest.out -configure:10848:27: error: machine/types.h: No such file or directory -configure:10849:27: error: sys/disklabel.h: No such file or directory -configure: failed program was: -#line 10846 "configure" -#include "confdefs.h" - -#include -#include - -configure:10881: checking for openssl/hmac.h -configure:10881: checking for openssl/evp.h -configure:10881: checking for openssl/aes.h -configure:10881: checking for openssl/des.h -configure:10921: checking for lpstat -configure:10966: checking for cgetnext -configure:11026: checking for authentication support -configure:11078: checking for off_t -configure:11111: checking for pid_t -configure:11144: checking whether time.h and sys/time.h may both be included -configure:11180: checking for socklen_t -configure:11217: checking for in_addr_t -configure:11254: checking for correct flags to ps -configure:11394: checking for working alloca.h -configure:11427: checking for alloca -configure:11627: checking whether mipsel-uclibc-gcc needs -traditional -configure:11673: checking for 8-bit clean memcmp -configure:11709: checking return type of signal handlers -configure:11751: checking for getmntent in -lsun -configure:11789: checking for getmntent in -lseq -configure:11827: checking for getmntent in -lgen -configure:11871: checking for getmntent -configure:11924: checking for setmntent -configure:11924: checking for gethostname -configure:11924: checking for uname -configure:11924: checking for gettimeofday -configure:11924: checking for select -configure:11924: checking for socket -configure:11924: checking for strtol -configure:11924: checking for strtoul -configure:11924: checking for strlcpy -configure:11979: checking for strchr -configure:11979: checking for strdup -configure:11979: checking for memcpy -configure:11979: checking for memmove -configure:11979: checking for index -configure:11979: checking for bcopy -configure:11979: checking for strcasestr -configure:11979: checking for regcomp -configure:12034: checking for signal -configure:12034: checking for setsid -configure:12034: checking for sigset -configure:12034: checking for sigblock -configure:12034: checking for sighold -configure:12034: checking for strerror -configure:12034: checking for setenv -configure:12034: checking for vsnprintf -configure:12034: checking for snprintf -configure:12089: checking for sigaction -configure:12144: checking for snprintf -configure:12144: checking for strtoul -configure:12199: checking for random -configure:12199: checking for lrand48 -configure:12199: checking for rand -configure:12254: checking for execv -configure:12254: checking for system -configure:12254: checking for fork -configure:12254: checking for getpid -configure:12254: checking for strncasecmp -configure:12254: checking for sigalrm -configure:12312: checking for rpmGetPath -configure:12370: checking for getloadavg -configure:12425: checking for getaddrinfo -configure:12425: checking for getipnodebyname -configure:12480: checking for statfs -configure:12535: checking for getdtablesize -configure:12590: checking for getfsstat -configure:12645: checking for usleep -configure:12755: checking for tcgetattr -configure:12810: checking for if_nameindex -configure:12810: checking for if_freenameindex -configure:12865: checking for getpagesize -configure:12920: checking for mkstemp -configure:12975: checking for getpwnam -configure:12975: checking for getgrnam -configure:12975: checking for setgid -configure:12975: checking for setuid -configure:12975: checking for setgroups -configure:13030: checking for setitimer -configure:13084: checking for SIOCGIFADDR in sys/ioctl.h -configure:13122: checking for two-argument statfs with struct fs_data (Ultrix) -configure:13174: checking if __FUNCTION__ is defined -configure:13218: checking for sigaction.sa_sigaction -configure:13283: checking for sockaddr.sa_len -configure:13352: checking for sockaddr.sa_union.sa_generic.sa_family2 -configure:13421: checking for rtentry.rt_dst -configure:13484: checking type of rtentry structure -configure:13579: checking for struct rtentry -configure:13687: checking for rtentry.rt_unit -configure:13757: checking for rtentry.rt_refcnt -configure:13827: checking for rtentry.rt_hash -configure:13897: checking for rtentry.rt_use -configure:13967: checking for tcpstat.tcp_rcvmemdrop -configure:14040: checking for ifnet.if_mtu -configure:14103: checking if _KERNEL needs to be defined for if_mtu -configure:14168: checking for ifaddr.ifa_next -configure:14244: checking for ifnet.if_baudrate -configure:14352: checking for ifnet.if_baudrate.ifs_value -configure:14460: checking for ifnet.if_speed -configure:14568: checking for ifnet.if_type -configure:14676: checking for ifnet.if_imcasts -configure:14784: checking for ifnet.if_iqdrops -configure:14892: checking for ifnet.if_noproto -configure:15000: checking for ifnet.if_omcasts -configure:15108: checking for ifnet.if_xname -configure:15216: checking for ifnet.if_lastchange.tv_sec -configure:15324: checking for ifnet.if_obytes -configure:15432: checking for ifnet.if_ibytes -configure:15540: checking for ifnet.if_addrlist -configure:15648: checking for ifnet.if_addrhead.tqh_first -configure:15756: checking for udpstat.udps_discard -configure:15829: checking for udpstat.udps_noport -configure:15902: checking for udpstat.udps_noportbcast -configure:15975: checking for udpstat.udps_fullsock -configure:16048: checking for arphd.at_next -configure:16123: checking for swdevt.sw_nblksenabled -configure:16324: checking for statfs.f_files -configure:16397: checking for statfs.f_ffree -configure:16470: checking for statfs.f_favail -configure:16543: checking for nlist.n_value -configure:16606: checking for ipstat.ips_cantforward -configure:16673: checking for ipstat.ips_cantfrag -configure:16740: checking for ipstat.ips_delivered -configure:16807: checking for ipstat.ips_fragdropped -configure:16874: checking for ipstat.ips_fragtimeout -configure:16941: checking for ipstat.ips_localout -configure:17008: checking for ipstat.ips_noproto -configure:17075: checking for ipstat.ips_noroute -configure:17142: checking for ipstat.ips_odropped -configure:17209: checking for ipstat.ips_ofragments -configure:17276: checking for ipstat.ips_reassembled -configure:17474: checking whether TCP timers depend on `hz' -configure:17579: checking Default version of SNMP to use -configure:17657: checking System Contact Information -configure:17721: checking System Location -configure:17791: checking Location to write logfile -configure:17868: checking Location to write persistent information diff --git a/release/src/router/sqlite/config.log b/release/src/router/sqlite/config.log deleted file mode 100644 index ce6fec0a05..0000000000 --- a/release/src/router/sqlite/config.log +++ /dev/null @@ -1,989 +0,0 @@ -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by sqlite configure 3.7.5, which was -generated by GNU Autoconf 2.62. Invocation command line was - - $ ./configure --host=mipsel-linux --build=x86_64-linux-gnu --prefix=/usr --enable-shared --enable-static --disable-readline --disable-dynamic-extensions --enable-threadsafe - -## --------- ## -## Platform. ## -## --------- ## - -hostname = vicente-P5K-E -uname -m = x86_64 -uname -r = 3.2.0-47-generic -uname -s = Linux -uname -v = #72-Ubuntu SMP Mon Jun 3 17:53:49 UTC 2013 - -/usr/bin/uname -p = unknown -/bin/uname -X = unknown - -/bin/arch = unknown -/usr/bin/arch -k = unknown -/usr/convex/getsysinfo = unknown -/usr/bin/hostinfo = unknown -/bin/machine = unknown -/usr/bin/oslevel = unknown -/bin/universe = unknown - -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /opt/brcm/hndtools-mipsel-uclibc/bin -PATH: /opt/brcm/hndtools-mipsel-linux/bin -PATH: /usr/lib/lightdm/lightdm -PATH: /usr/local/sbin -PATH: /usr/local/bin -PATH: /usr/sbin -PATH: /usr/bin -PATH: /sbin -PATH: /bin -PATH: /usr/games - - -## ----------- ## -## Core tests. ## -## ----------- ## - -configure:2092: checking for a BSD-compatible install -configure:2160: result: /usr/bin/install -c -configure:2171: checking whether build environment is sane -configure:2214: result: yes -configure:2276: checking for gawk -configure:2292: found /usr/bin/gawk -configure:2303: result: gawk -configure:2314: checking whether make sets $(MAKE) -configure:2336: result: yes -configure:2412: checking for mipsel-linux-strip -configure:2439: result: mipsel-uclibc-strip -R .note -R .comment -configure:2533: checking for style of include used by make -configure:2561: result: GNU -configure:2594: checking for mipsel-linux-gcc -configure:2621: result: mipsel-uclibc-gcc -configure:2899: checking for C compiler version -configure:2907: mipsel-uclibc-gcc --version >&5 -mipsel-uclibc-gcc (GCC) 4.2.4 -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -configure:2911: $? = 0 -configure:2918: mipsel-uclibc-gcc -v >&5 -Using built-in specs. -Target: mipsel-linux-uclibc -Configured with: /home/fedork/tomato/toolchain/build_dir/toolchain-mipsel_gcc4.2.4/gcc-4.2.4/configure --prefix=/opt/brcm/hndtools-mipsel-uclibc-4.2.4 --build=i486-linux-gnu --host=i486-linux-gnu --target=mipsel-linux-uclibc --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-nls --disable-__cxa_atexit --enable-libssp --enable-languages=c,c++ --enable-shared --enable-threads --enable-tls -Thread model: posix -gcc version 4.2.4 -configure:2922: $? = 0 -configure:2929: mipsel-uclibc-gcc -V >&5 -mipsel-uclibc-gcc: '-V' option must have argument -configure:2933: $? = 1 -configure:2956: checking for C compiler default output file name -configure:2978: mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections conftest.c >&5 -configure:2982: $? = 0 -configure:3020: result: a.out -configure:3037: checking whether the C compiler works -configure:3068: result: yes -configure:3075: checking whether we are cross compiling -configure:3077: result: yes -configure:3080: checking for suffix of executables -configure:3087: mipsel-uclibc-gcc -o conftest -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections conftest.c >&5 -configure:3091: $? = 0 -configure:3115: result: -configure:3121: checking for suffix of object files -configure:3147: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3151: $? = 0 -configure:3174: result: o -configure:3178: checking whether we are using the GNU C compiler -configure:3207: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3214: $? = 0 -configure:3231: result: yes -configure:3240: checking whether mipsel-uclibc-gcc accepts -g -configure:3270: mipsel-uclibc-gcc -c -g conftest.c >&5 -configure:3277: $? = 0 -configure:3378: result: yes -configure:3395: checking for mipsel-uclibc-gcc option to accept ISO C89 -configure:3469: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3476: $? = 0 -configure:3499: result: none needed -configure:3519: checking dependency style of mipsel-uclibc-gcc -configure:3609: result: gcc3 -configure:3634: checking for special C compiler options needed for large files -configure:3729: result: no -configure:3735: checking for _FILE_OFFSET_BITS value needed for large files -configure:3770: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:16: warning: left shift count >= width of type -conftest.c:16: warning: left shift count >= width of type -conftest.c:18: error: size of array 'off_t_is_large' is negative -configure:3777: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "sqlite" -| #define PACKAGE_TARNAME "sqlite" -| #define PACKAGE_VERSION "3.7.5" -| #define PACKAGE_STRING "sqlite 3.7.5" -| #define PACKAGE_BUGREPORT "http://www.sqlite.org" -| #define PACKAGE "sqlite" -| #define VERSION "3.7.5" -| /* end confdefs.h. */ -| #include -| /* Check that off_t can represent 2**63 - 1 correctly. -| We can't simply define LARGE_OFF_T to be 9223372036854775807, -| since some C++ compilers masquerading as C compilers -| incorrectly reject 9223372036854775807. */ -| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) -| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 -| && LARGE_OFF_T % 2147483647 == 1) -| ? 1 : -1]; -| int -| main () -| { -| -| ; -| return 0; -| } -configure:3821: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3828: $? = 0 -configure:3846: result: 64 -configure:3993: checking for mipsel-linux-gcc -configure:4020: result: mipsel-uclibc-gcc -configure:4298: checking for C compiler version -configure:4306: mipsel-uclibc-gcc --version >&5 -mipsel-uclibc-gcc (GCC) 4.2.4 -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -configure:4310: $? = 0 -configure:4317: mipsel-uclibc-gcc -v >&5 -Using built-in specs. -Target: mipsel-linux-uclibc -Configured with: /home/fedork/tomato/toolchain/build_dir/toolchain-mipsel_gcc4.2.4/gcc-4.2.4/configure --prefix=/opt/brcm/hndtools-mipsel-uclibc-4.2.4 --build=i486-linux-gnu --host=i486-linux-gnu --target=mipsel-linux-uclibc --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-nls --disable-__cxa_atexit --enable-libssp --enable-languages=c,c++ --enable-shared --enable-threads --enable-tls -Thread model: posix -gcc version 4.2.4 -configure:4321: $? = 0 -configure:4328: mipsel-uclibc-gcc -V >&5 -mipsel-uclibc-gcc: '-V' option must have argument -configure:4332: $? = 1 -configure:4335: checking whether we are using the GNU C compiler -configure:4388: result: yes -configure:4397: checking whether mipsel-uclibc-gcc accepts -g -configure:4535: result: yes -configure:4552: checking for mipsel-uclibc-gcc option to accept ISO C89 -configure:4656: result: none needed -configure:4676: checking dependency style of mipsel-uclibc-gcc -configure:4766: result: gcc3 -configure:4786: checking for mipsel-linux-ranlib -configure:4813: result: mipsel-uclibc-ranlib -configure:4957: checking build system type -configure:4975: result: x86_64-pc-linux-gnu -configure:4997: checking host system type -configure:5012: result: mipsel-unknown-linux-gnu -configure:5034: checking for a sed that does not truncate output -configure:5088: result: /bin/sed -configure:5091: checking for grep that handles long lines and -e -configure:5151: result: /bin/grep -configure:5156: checking for egrep -configure:5220: result: /bin/grep -E -configure:5236: checking for ld used by mipsel-uclibc-gcc -configure:5303: result: mipsel-uclibc-ld -configure:5312: checking if the linker (mipsel-uclibc-ld) is GNU ld -configure:5327: result: yes -configure:5332: checking for mipsel-uclibc-ld option to reload object files -configure:5339: result: -r -configure:5357: checking for BSD-compatible nm -configure:5406: result: mipsel-uclibc-nm -configure:5410: checking whether ln -s works -configure:5414: result: yes -configure:5421: checking how to recognise dependent libraries -configure:5597: result: pass_all -configure:5834: checking how to run the C preprocessor -configure:5874: mipsel-uclibc-gcc -E conftest.c -configure:5881: $? = 0 -configure:5912: mipsel-uclibc-gcc -E conftest.c -conftest.c:11:28: error: ac_nonexistent.h: No such file or directory -configure:5919: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "sqlite" -| #define PACKAGE_TARNAME "sqlite" -| #define PACKAGE_VERSION "3.7.5" -| #define PACKAGE_STRING "sqlite 3.7.5" -| #define PACKAGE_BUGREPORT "http://www.sqlite.org" -| #define PACKAGE "sqlite" -| #define VERSION "3.7.5" -| #define _FILE_OFFSET_BITS 64 -| /* end confdefs.h. */ -| #include -configure:5952: result: mipsel-uclibc-gcc -E -configure:5981: mipsel-uclibc-gcc -E conftest.c -configure:5988: $? = 0 -configure:6019: mipsel-uclibc-gcc -E conftest.c -conftest.c:11:28: error: ac_nonexistent.h: No such file or directory -configure:6026: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "sqlite" -| #define PACKAGE_TARNAME "sqlite" -| #define PACKAGE_VERSION "3.7.5" -| #define PACKAGE_STRING "sqlite 3.7.5" -| #define PACKAGE_BUGREPORT "http://www.sqlite.org" -| #define PACKAGE "sqlite" -| #define VERSION "3.7.5" -| #define _FILE_OFFSET_BITS 64 -| /* end confdefs.h. */ -| #include -configure:6064: checking for ANSI C header files -configure:6094: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:6101: $? = 0 -configure:6232: result: yes -configure:6256: checking for sys/types.h -configure:6277: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:6284: $? = 0 -configure:6301: result: yes -configure:6256: checking for sys/stat.h -configure:6277: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:6284: $? = 0 -configure:6301: result: yes -configure:6256: checking for stdlib.h -configure:6277: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:6284: $? = 0 -configure:6301: result: yes -configure:6256: checking for string.h -configure:6277: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:6284: $? = 0 -configure:6301: result: yes -configure:6256: checking for memory.h -configure:6277: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:6284: $? = 0 -configure:6301: result: yes -configure:6256: checking for strings.h -configure:6277: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:6284: $? = 0 -configure:6301: result: yes -configure:6256: checking for inttypes.h -configure:6277: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:6284: $? = 0 -configure:6301: result: yes -configure:6256: checking for stdint.h -configure:6277: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:6284: $? = 0 -configure:6301: result: yes -configure:6256: checking for unistd.h -configure:6277: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:6284: $? = 0 -configure:6301: result: yes -configure:6330: checking dlfcn.h usability -configure:6347: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:6354: $? = 0 -configure:6368: result: yes -configure:6372: checking dlfcn.h presence -configure:6387: mipsel-uclibc-gcc -E conftest.c -configure:6394: $? = 0 -configure:6408: result: yes -configure:6441: checking for dlfcn.h -configure:6450: result: yes -configure:6478: checking for mipsel-linux-g++ -configure:6494: found /opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-linux-g++ -configure:6505: result: mipsel-linux-g++ -configure:6580: checking for C++ compiler version -configure:6588: mipsel-linux-g++ --version >&5 -mipsel-linux-g++ (GCC) 4.2.4 -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -configure:6592: $? = 0 -configure:6599: mipsel-linux-g++ -v >&5 -Using built-in specs. -Target: mipsel-linux-uclibc -Configured with: /home/fedork/tomato/toolchain/build_dir/toolchain-mipsel_gcc4.2.4/gcc-4.2.4/configure --prefix=/opt/brcm/hndtools-mipsel-uclibc-4.2.4 --build=i486-linux-gnu --host=i486-linux-gnu --target=mipsel-linux-uclibc --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-nls --disable-__cxa_atexit --enable-libssp --enable-languages=c,c++ --enable-shared --enable-threads --enable-tls -Thread model: posix -gcc version 4.2.4 -configure:6603: $? = 0 -configure:6610: mipsel-linux-g++ -V >&5 -mipsel-linux-g++: '-V' option must have argument -configure:6614: $? = 1 -configure:6617: checking whether we are using the GNU C++ compiler -configure:6646: mipsel-linux-g++ -c conftest.cpp >&5 -configure:6653: $? = 0 -configure:6670: result: yes -configure:6679: checking whether mipsel-linux-g++ accepts -g -configure:6709: mipsel-linux-g++ -c -g conftest.cpp >&5 -configure:6716: $? = 0 -configure:6817: result: yes -configure:6842: checking dependency style of mipsel-linux-g++ -configure:6932: result: gcc3 -configure:6959: checking how to run the C++ preprocessor -configure:6995: mipsel-linux-g++ -E conftest.cpp -configure:7002: $? = 0 -configure:7033: mipsel-linux-g++ -E conftest.cpp -conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory -configure:7040: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "sqlite" -| #define PACKAGE_TARNAME "sqlite" -| #define PACKAGE_VERSION "3.7.5" -| #define PACKAGE_STRING "sqlite 3.7.5" -| #define PACKAGE_BUGREPORT "http://www.sqlite.org" -| #define PACKAGE "sqlite" -| #define VERSION "3.7.5" -| #define _FILE_OFFSET_BITS 64 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| /* end confdefs.h. */ -| #include -configure:7073: result: mipsel-linux-g++ -E -configure:7102: mipsel-linux-g++ -E conftest.cpp -configure:7109: $? = 0 -configure:7140: mipsel-linux-g++ -E conftest.cpp -conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory -configure:7147: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "sqlite" -| #define PACKAGE_TARNAME "sqlite" -| #define PACKAGE_VERSION "3.7.5" -| #define PACKAGE_STRING "sqlite 3.7.5" -| #define PACKAGE_BUGREPORT "http://www.sqlite.org" -| #define PACKAGE "sqlite" -| #define VERSION "3.7.5" -| #define _FILE_OFFSET_BITS 64 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| /* end confdefs.h. */ -| #include -configure:7196: checking for mipsel-linux-g77 -configure:7226: result: no -configure:7196: checking for mipsel-linux-xlf -configure:7226: result: no -configure:7196: checking for mipsel-linux-f77 -configure:7226: result: no -configure:7196: checking for mipsel-linux-frt -configure:7226: result: no -configure:7196: checking for mipsel-linux-pgf77 -configure:7226: result: no -configure:7196: checking for mipsel-linux-cf77 -configure:7226: result: no -configure:7196: checking for mipsel-linux-fort77 -configure:7226: result: no -configure:7196: checking for mipsel-linux-fl32 -configure:7226: result: no -configure:7196: checking for mipsel-linux-af77 -configure:7226: result: no -configure:7196: checking for mipsel-linux-xlf90 -configure:7226: result: no -configure:7196: checking for mipsel-linux-f90 -configure:7226: result: no -configure:7196: checking for mipsel-linux-pgf90 -configure:7226: result: no -configure:7196: checking for mipsel-linux-pghpf -configure:7226: result: no -configure:7196: checking for mipsel-linux-epcf90 -configure:7226: result: no -configure:7196: checking for mipsel-linux-gfortran -configure:7226: result: no -configure:7196: checking for mipsel-linux-g95 -configure:7226: result: no -configure:7196: checking for mipsel-linux-xlf95 -configure:7226: result: no -configure:7196: checking for mipsel-linux-f95 -configure:7226: result: no -configure:7196: checking for mipsel-linux-fort -configure:7226: result: no -configure:7196: checking for mipsel-linux-ifort -configure:7226: result: no -configure:7196: checking for mipsel-linux-ifc -configure:7226: result: no -configure:7196: checking for mipsel-linux-efc -configure:7226: result: no -configure:7196: checking for mipsel-linux-pgf95 -configure:7226: result: no -configure:7196: checking for mipsel-linux-lf95 -configure:7226: result: no -configure:7196: checking for mipsel-linux-ftn -configure:7226: result: no -configure:7240: checking for g77 -configure:7270: result: no -configure:7240: checking for xlf -configure:7270: result: no -configure:7240: checking for f77 -configure:7270: result: no -configure:7240: checking for frt -configure:7270: result: no -configure:7240: checking for pgf77 -configure:7270: result: no -configure:7240: checking for cf77 -configure:7270: result: no -configure:7240: checking for fort77 -configure:7270: result: no -configure:7240: checking for fl32 -configure:7270: result: no -configure:7240: checking for af77 -configure:7270: result: no -configure:7240: checking for xlf90 -configure:7270: result: no -configure:7240: checking for f90 -configure:7270: result: no -configure:7240: checking for pgf90 -configure:7270: result: no -configure:7240: checking for pghpf -configure:7270: result: no -configure:7240: checking for epcf90 -configure:7270: result: no -configure:7240: checking for gfortran -configure:7270: result: no -configure:7240: checking for g95 -configure:7270: result: no -configure:7240: checking for xlf95 -configure:7270: result: no -configure:7240: checking for f95 -configure:7270: result: no -configure:7240: checking for fort -configure:7270: result: no -configure:7240: checking for ifort -configure:7270: result: no -configure:7240: checking for ifc -configure:7270: result: no -configure:7240: checking for efc -configure:7270: result: no -configure:7240: checking for pgf95 -configure:7270: result: no -configure:7240: checking for lf95 -configure:7270: result: no -configure:7240: checking for ftn -configure:7270: result: no -configure:7297: checking for Fortran 77 compiler version -configure:7305: --version >&5 -./configure: line 7307: --version: command not found -configure:7309: $? = 127 -configure:7316: -v >&5 -./configure: line 7318: -v: command not found -configure:7320: $? = 127 -configure:7327: -V >&5 -./configure: line 7329: -V: command not found -configure:7331: $? = 127 -configure:7339: checking whether we are using the GNU Fortran 77 compiler -configure:7358: -c conftest.F >&5 -./configure: line 7360: -c: command not found -configure:7365: $? = 127 -configure: failed program was: -| program main -| #ifndef __GNUC__ -| choke me -| #endif -| -| end -configure:7382: result: no -configure:7388: checking whether accepts -g -configure:7405: -c -g conftest.f >&5 -./configure: line 7407: -c: command not found -configure:7412: $? = 127 -configure: failed program was: -| program main -| -| end -configure:7428: result: no -configure:7462: checking the maximum length of command line arguments -configure:7571: result: 32768 -configure:7582: checking command to parse mipsel-uclibc-nm output from mipsel-uclibc-gcc object -configure:7687: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:7690: $? = 0 -configure:7694: mipsel-uclibc-nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm -configure:7697: $? = 0 -configure:7749: mipsel-uclibc-gcc -o conftest -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections conftest.c conftstm.o >&5 -configure:7752: $? = 0 -configure:7790: result: ok -configure:7794: checking for objdir -configure:7809: result: .libs -configure:7861: checking for mipsel-linux-ar -configure:7888: result: mipsel-uclibc-ar -configure:7957: checking for mipsel-linux-ranlib -configure:7984: result: mipsel-uclibc-ranlib -configure:8053: checking for mipsel-linux-strip -configure:8080: result: mipsel-uclibc-strip -R .note -R .comment -configure:8406: checking if mipsel-uclibc-gcc supports -fno-rtti -fno-exceptions -configure:8424: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions conftest.c >&5 -cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C -configure:8428: $? = 0 -configure:8441: result: no -configure:8456: checking for mipsel-uclibc-gcc option to produce PIC -configure:8666: result: -fPIC -configure:8674: checking if mipsel-uclibc-gcc PIC flag -fPIC works -configure:8692: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -fPIC -DPIC conftest.c >&5 -configure:8696: $? = 0 -configure:8709: result: yes -configure:8737: checking if mipsel-uclibc-gcc static flag -static works -configure:8765: result: yes -configure:8775: checking if mipsel-uclibc-gcc supports -c -o file.o -configure:8796: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -o out/conftest2.o conftest.c >&5 -configure:8800: $? = 0 -configure:8822: result: yes -configure:8848: checking whether the mipsel-uclibc-gcc linker (mipsel-uclibc-ld) supports shared libraries -configure:9810: result: yes -configure:9831: checking whether -lc should be explicitly linked in -configure:9836: mipsel-uclibc-gcc -c -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:9839: $? = 0 -configure:9854: mipsel-uclibc-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 -configure:9857: $? = 0 -configure:9869: result: no -configure:9877: checking dynamic linker characteristics -configure:10465: result: GNU/Linux ld.so -configure:10474: checking how to hardcode library paths into programs -configure:10499: result: immediate -configure:10513: checking whether stripping libraries is possible -configure:10518: result: yes -configure:11347: checking if libtool supports shared libraries -configure:11349: result: yes -configure:11352: checking whether to build shared libraries -configure:11373: result: yes -configure:11376: checking whether to build static libraries -configure:11380: result: yes -configure:11472: creating libtool -configure:12060: checking for ld used by mipsel-linux-g++ -configure:12127: result: mipsel-uclibc-ld -configure:12136: checking if the linker (mipsel-uclibc-ld) is GNU ld -configure:12151: result: yes -configure:12202: checking whether the mipsel-linux-g++ linker (mipsel-uclibc-ld) supports shared libraries -configure:13144: result: yes -configure:13162: mipsel-linux-g++ -c -g -O2 conftest.cpp >&5 -configure:13165: $? = 0 -configure:13284: checking for mipsel-linux-g++ option to produce PIC -configure:13558: result: -fPIC -configure:13566: checking if mipsel-linux-g++ PIC flag -fPIC works -configure:13584: mipsel-linux-g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 -configure:13588: $? = 0 -configure:13601: result: yes -configure:13629: checking if mipsel-linux-g++ static flag -static works -configure:13657: result: yes -configure:13667: checking if mipsel-linux-g++ supports -c -o file.o -configure:13688: mipsel-linux-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 -configure:13692: $? = 0 -configure:13714: result: yes -configure:13740: checking whether the mipsel-linux-g++ linker (mipsel-uclibc-ld) supports shared libraries -configure:13765: result: yes -configure:13832: checking dynamic linker characteristics -configure:14420: result: GNU/Linux ld.so -configure:14429: checking how to hardcode library paths into programs -configure:14454: result: immediate -configure:20620: checking for fdatasync -configure:20676: mipsel-uclibc-gcc -o conftest -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections conftest.c >&5 -configure:20683: $? = 0 -configure:20705: result: yes -configure:20620: checking for usleep -configure:20676: mipsel-uclibc-gcc -o conftest -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections conftest.c >&5 -configure:20683: $? = 0 -configure:20705: result: yes -configure:20620: checking for fullfsync -configure:20676: mipsel-uclibc-gcc -o conftest -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections conftest.c >&5 -/tmp/cc8DZy97.o: In function `main': -conftest.c:(.text.main+0x18): undefined reference to `fullfsync' -collect2: ld returned 1 exit status -configure:20683: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "sqlite" -| #define PACKAGE_TARNAME "sqlite" -| #define PACKAGE_VERSION "3.7.5" -| #define PACKAGE_STRING "sqlite 3.7.5" -| #define PACKAGE_BUGREPORT "http://www.sqlite.org" -| #define PACKAGE "sqlite" -| #define VERSION "3.7.5" -| #define _FILE_OFFSET_BITS 64 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define HAVE_FDATASYNC 1 -| #define HAVE_USLEEP 1 -| /* end confdefs.h. */ -| /* Define fullfsync to an innocuous variant, in case declares fullfsync. -| For example, HP-UX 11i declares gettimeofday. */ -| #define fullfsync innocuous_fullfsync -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char fullfsync (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef fullfsync -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char fullfsync (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined __stub_fullfsync || defined __stub___fullfsync -| choke me -| #endif -| -| int -| main () -| { -| return fullfsync (); -| ; -| return 0; -| } -configure:20705: result: no -configure:20620: checking for localtime_r -configure:20676: mipsel-uclibc-gcc -o conftest -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections conftest.c >&5 -configure:20683: $? = 0 -configure:20705: result: yes -configure:20620: checking for gmtime_r -configure:20676: mipsel-uclibc-gcc -o conftest -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections conftest.c >&5 -configure:20683: $? = 0 -configure:20705: result: yes -configure:21029: checking for library containing pthread_create -configure:21070: mipsel-uclibc-gcc -o conftest -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections conftest.c >&5 -/tmp/ccJO885a.o: In function `main': -conftest.c:(.text.main+0x18): undefined reference to `pthread_create' -collect2: ld returned 1 exit status -configure:21077: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| #define PACKAGE_NAME "sqlite" -| #define PACKAGE_TARNAME "sqlite" -| #define PACKAGE_VERSION "3.7.5" -| #define PACKAGE_STRING "sqlite 3.7.5" -| #define PACKAGE_BUGREPORT "http://www.sqlite.org" -| #define PACKAGE "sqlite" -| #define VERSION "3.7.5" -| #define _FILE_OFFSET_BITS 64 -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define HAVE_FDATASYNC 1 -| #define HAVE_USLEEP 1 -| #define HAVE_LOCALTIME_R 1 -| #define HAVE_GMTIME_R 1 -| /* end confdefs.h. */ -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char pthread_create (); -| int -| main () -| { -| return pthread_create (); -| ; -| return 0; -| } -configure:21070: mipsel-uclibc-gcc -o conftest -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections conftest.c -lpthread >&5 -configure:21077: $? = 0 -configure:21108: result: -lpthread -configure:21221: checking for whether to support dynamic extensions -configure:21223: result: no -configure:21419: creating ./config.status - -## ---------------------- ## -## Running config.status. ## -## ---------------------- ## - -This file was extended by sqlite config.status 3.7.5, which was -generated by GNU Autoconf 2.62. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - -on vicente-P5K-E - -config.status:716: creating Makefile -config.status:716: creating sqlite3.pc -config.status:921: executing depfiles commands - -## ---------------- ## -## Cache variables. ## -## ---------------- ## - -ac_cv_build=x86_64-pc-linux-gnu -ac_cv_c_compiler_gnu=yes -ac_cv_cxx_compiler_gnu=yes -ac_cv_env_CCC_set= -ac_cv_env_CCC_value= -ac_cv_env_CC_set=set -ac_cv_env_CC_value=mipsel-uclibc-gcc -ac_cv_env_CFLAGS_set=set -ac_cv_env_CFLAGS_value='-Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections' -ac_cv_env_CPPFLAGS_set= -ac_cv_env_CPPFLAGS_value= -ac_cv_env_CPP_set= -ac_cv_env_CPP_value= -ac_cv_env_CXXCPP_set= -ac_cv_env_CXXCPP_value= -ac_cv_env_CXXFLAGS_set= -ac_cv_env_CXXFLAGS_value= -ac_cv_env_CXX_set= -ac_cv_env_CXX_value= -ac_cv_env_F77_set= -ac_cv_env_F77_value= -ac_cv_env_FFLAGS_set= -ac_cv_env_FFLAGS_value= -ac_cv_env_LDFLAGS_set=set -ac_cv_env_LDFLAGS_value='-ffunction-sections -fdata-sections -Wl,--gc-sections' -ac_cv_env_LIBS_set= -ac_cv_env_LIBS_value= -ac_cv_env_build_alias_set=set -ac_cv_env_build_alias_value=x86_64-linux-gnu -ac_cv_env_host_alias_set=set -ac_cv_env_host_alias_value=mipsel-linux -ac_cv_env_target_alias_set= -ac_cv_env_target_alias_value= -ac_cv_f77_compiler_gnu=no -ac_cv_func_fdatasync=yes -ac_cv_func_fullfsync=no -ac_cv_func_gmtime_r=yes -ac_cv_func_localtime_r=yes -ac_cv_func_malloc_0_nonnull=yes -ac_cv_func_usleep=yes -ac_cv_header_dlfcn_h=yes -ac_cv_header_inttypes_h=yes -ac_cv_header_memory_h=yes -ac_cv_header_stdc=yes -ac_cv_header_stdint_h=yes -ac_cv_header_stdlib_h=yes -ac_cv_header_string_h=yes -ac_cv_header_strings_h=yes -ac_cv_header_sys_stat_h=yes -ac_cv_header_sys_types_h=yes -ac_cv_header_unistd_h=yes -ac_cv_host=mipsel-unknown-linux-gnu -ac_cv_objext=o -ac_cv_path_EGREP='/bin/grep -E' -ac_cv_path_GREP=/bin/grep -ac_cv_path_install='/usr/bin/install -c' -ac_cv_prog_AR=mipsel-uclibc-ar -ac_cv_prog_AWK=gawk -ac_cv_prog_CC=mipsel-uclibc-gcc -ac_cv_prog_CPP='mipsel-uclibc-gcc -E' -ac_cv_prog_CXX=mipsel-linux-g++ -ac_cv_prog_CXXCPP='mipsel-linux-g++ -E' -ac_cv_prog_RANLIB=mipsel-uclibc-ranlib -ac_cv_prog_STRIP='mipsel-uclibc-strip -R .note -R .comment' -ac_cv_prog_cc_c89= -ac_cv_prog_cc_g=yes -ac_cv_prog_cxx_g=yes -ac_cv_prog_f77_g=no -ac_cv_prog_make_make_set=yes -ac_cv_search_pthread_create=-lpthread -ac_cv_sys_file_offset_bits=64 -ac_cv_sys_largefile_CC=no -am_cv_CC_dependencies_compiler_type=gcc3 -am_cv_CXX_dependencies_compiler_type=gcc3 -lt_cv_deplibs_check_method=pass_all -lt_cv_file_magic_cmd='$MAGIC_CMD' -lt_cv_file_magic_test_file= -lt_cv_ld_reload_flag=-r -lt_cv_objdir=.libs -lt_cv_path_LD=mipsel-uclibc-ld -lt_cv_path_LDCXX=mipsel-uclibc-ld -lt_cv_path_NM=mipsel-uclibc-nm -lt_cv_path_SED=/bin/sed -lt_cv_prog_compiler_c_o=yes -lt_cv_prog_compiler_c_o_CXX=yes -lt_cv_prog_compiler_rtti_exceptions=no -lt_cv_prog_gnu_ld=yes -lt_cv_prog_gnu_ldcxx=yes -lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' -lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' -lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' -lt_cv_sys_max_cmd_len=32768 -lt_lt_cv_prog_compiler_c_o='"yes"' -lt_lt_cv_prog_compiler_c_o_CXX='"yes"' -lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' -lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' -lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' - -## ----------------- ## -## Output variables. ## -## ----------------- ## - -ACLOCAL='${SHELL} /home/vicente/tomato/release/src/router/sqlite/missing --run aclocal-1.9' -AMDEPBACKSLASH='\' -AMDEP_FALSE='#' -AMDEP_TRUE='' -AMTAR='${SHELL} /home/vicente/tomato/release/src/router/sqlite/missing --run tar' -AR='mipsel-uclibc-ar' -AUTOCONF='${SHELL} /home/vicente/tomato/release/src/router/sqlite/missing --run autoconf' -AUTOHEADER='${SHELL} /home/vicente/tomato/release/src/router/sqlite/missing --run autoheader' -AUTOMAKE='${SHELL} /home/vicente/tomato/release/src/router/sqlite/missing --run automake-1.9' -AWK='gawk' -BUILD_CFLAGS='' -CC='mipsel-uclibc-gcc' -CCDEPMODE='depmode=gcc3' -CFLAGS='-Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections' -CPP='mipsel-uclibc-gcc -E' -CPPFLAGS='' -CXX='mipsel-linux-g++' -CXXCPP='mipsel-linux-g++ -E' -CXXDEPMODE='depmode=gcc3' -CXXFLAGS='-g -O2' -CYGPATH_W='echo' -DEFS='-DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.7.5\" -DPACKAGE_STRING=\"sqlite\ 3.7.5\" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.7.5\" -D_FILE_OFFSET_BITS=64 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1' -DEPDIR='.deps' -DYNAMIC_EXTENSION_FLAGS='-DSQLITE_OMIT_LOAD_EXTENSION=1' -ECHO='echo' -ECHO_C='' -ECHO_N='-n' -ECHO_T='' -EGREP='/bin/grep -E' -EXEEXT='' -F77='' -FFLAGS='' -GREP='/bin/grep' -INSTALL_DATA='${INSTALL} -m 644' -INSTALL_PROGRAM='${INSTALL}' -INSTALL_SCRIPT='${INSTALL}' -INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' -LDFLAGS='-ffunction-sections -fdata-sections -Wl,--gc-sections' -LIBOBJS='' -LIBS='-lpthread ' -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -LN_S='ln -s' -LTLIBOBJS='' -MAKEINFO='${SHELL} /home/vicente/tomato/release/src/router/sqlite/missing --run makeinfo' -OBJEXT='o' -PACKAGE='sqlite' -PACKAGE_BUGREPORT='http://www.sqlite.org' -PACKAGE_NAME='sqlite' -PACKAGE_STRING='sqlite 3.7.5' -PACKAGE_TARNAME='sqlite' -PACKAGE_VERSION='3.7.5' -PATH_SEPARATOR=':' -RANLIB='mipsel-uclibc-ranlib' -READLINE_LIBS='' -SET_MAKE='' -SHELL='/bin/sh' -STRIP='mipsel-uclibc-strip -R .note -R .comment' -THREADSAFE_FLAGS='-DSQLITE_THREADSAFE=1' -VERSION='3.7.5' -ac_ct_CC='' -ac_ct_CXX='' -ac_ct_F77='' -am__fastdepCC_FALSE='#' -am__fastdepCC_TRUE='' -am__fastdepCXX_FALSE='#' -am__fastdepCXX_TRUE='' -am__include='include' -am__leading_dot='.' -am__quote='' -am__tar='${AMTAR} chof - "$$tardir"' -am__untar='${AMTAR} xf -' -bindir='${exec_prefix}/bin' -build='x86_64-pc-linux-gnu' -build_alias='x86_64-linux-gnu' -build_cpu='x86_64' -build_os='linux-gnu' -build_vendor='pc' -datadir='${datarootdir}' -datarootdir='${prefix}/share' -docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' -dvidir='${docdir}' -exec_prefix='${prefix}' -host='mipsel-unknown-linux-gnu' -host_alias='mipsel-linux' -host_cpu='mipsel' -host_os='linux-gnu' -host_vendor='unknown' -htmldir='${docdir}' -includedir='${prefix}/include' -infodir='${datarootdir}/info' -install_sh='/home/vicente/tomato/release/src/router/sqlite/install-sh' -libdir='${exec_prefix}/lib' -libexecdir='${exec_prefix}/libexec' -localedir='${datarootdir}/locale' -localstatedir='${prefix}/var' -mandir='${datarootdir}/man' -mkdir_p='mkdir -p --' -oldincludedir='/usr/include' -pdfdir='${docdir}' -prefix='/usr' -program_transform_name='s,x,x,' -psdir='${docdir}' -sbindir='${exec_prefix}/sbin' -sharedstatedir='${prefix}/com' -sysconfdir='${prefix}/etc' -target_alias='' - -## ----------- ## -## confdefs.h. ## -## ----------- ## - -#define PACKAGE_NAME "sqlite" -#define PACKAGE_TARNAME "sqlite" -#define PACKAGE_VERSION "3.7.5" -#define PACKAGE_STRING "sqlite 3.7.5" -#define PACKAGE_BUGREPORT "http://www.sqlite.org" -#define PACKAGE "sqlite" -#define VERSION "3.7.5" -#define _FILE_OFFSET_BITS 64 -#define STDC_HEADERS 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRING_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_STRINGS_H 1 -#define HAVE_INTTYPES_H 1 -#define HAVE_STDINT_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_DLFCN_H 1 -#define HAVE_FDATASYNC 1 -#define HAVE_USLEEP 1 -#define HAVE_LOCALTIME_R 1 -#define HAVE_GMTIME_R 1 - -configure: exit 0 diff --git a/release/src/router/zebra/config.log b/release/src/router/zebra/config.log deleted file mode 100644 index ec7b2fec59..0000000000 --- a/release/src/router/zebra/config.log +++ /dev/null @@ -1,3259 +0,0 @@ -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by configure, which was -generated by GNU Autoconf 2.59. Invocation command line was - - $ ./configure --host=mipsel-linux --build=x86_64-linux-gnu --sysconfdir=/etc --enable-netlink --enable-ipv6 --disable-ripngd --disable-ospfd --disable-doc --disable-ospf6d --disable-bgpd --disable-bgpd-announce - -## --------- ## -## Platform. ## -## --------- ## - -hostname = vicente-P5K-E -uname -m = x86_64 -uname -r = 3.2.0-47-generic -uname -s = Linux -uname -v = #72-Ubuntu SMP Mon Jun 3 17:53:49 UTC 2013 - -/usr/bin/uname -p = unknown -/bin/uname -X = unknown - -/bin/arch = unknown -/usr/bin/arch -k = unknown -/usr/convex/getsysinfo = unknown -hostinfo = unknown -/bin/machine = unknown -/usr/bin/oslevel = unknown -/bin/universe = unknown - -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /home/vicente/tomato/release/tools -PATH: /opt/brcm/hndtools-mipsel-uclibc/bin -PATH: /opt/brcm/hndtools-mipsel-linux/bin -PATH: /usr/lib/lightdm/lightdm -PATH: /usr/local/sbin -PATH: /usr/local/bin -PATH: /usr/sbin -PATH: /usr/bin -PATH: /sbin -PATH: /bin -PATH: /usr/games - - -## ----------- ## -## Core tests. ## -## ----------- ## - -configure:1367: checking for a BSD-compatible install -configure:1422: result: /usr/bin/install -c -configure:1433: checking whether build environment is sane -configure:1476: result: yes -configure:1509: checking for gawk -configure:1525: found /usr/bin/gawk -configure:1535: result: gawk -configure:1545: checking whether make sets $(MAKE) -configure:1565: result: yes -configure:1625: checking for mipsel-linux-strip -configure:1651: result: mipsel-uclibc-strip -R .note -R .comment -configure:1723: checking build system type -configure:1741: result: x86_64-pc-linux-gnu -configure:1749: checking host system type -configure:1763: result: mipsel-unknown-linux-gnu -configure:1802: checking for mipsel-linux-gcc -configure:1828: result: mipsel-uclibc-gcc -configure:2110: checking for C compiler version -configure:2113: mipsel-uclibc-gcc --version &5 -mipsel-uclibc-gcc (GCC) 4.2.4 -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -configure:2116: $? = 0 -configure:2118: mipsel-uclibc-gcc -v &5 -Using built-in specs. -Target: mipsel-linux-uclibc -Configured with: /home/fedork/tomato/toolchain/build_dir/toolchain-mipsel_gcc4.2.4/gcc-4.2.4/configure --prefix=/opt/brcm/hndtools-mipsel-uclibc-4.2.4 --build=i486-linux-gnu --host=i486-linux-gnu --target=mipsel-linux-uclibc --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-nls --disable-__cxa_atexit --enable-libssp --enable-languages=c,c++ --enable-shared --enable-threads --enable-tls -Thread model: posix -gcc version 4.2.4 -configure:2121: $? = 0 -configure:2123: mipsel-uclibc-gcc -V &5 -mipsel-uclibc-gcc: '-V' option must have argument -configure:2126: $? = 1 -configure:2149: checking for C compiler default output file name -configure:2152: mipsel-uclibc-gcc -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:2155: $? = 0 -configure:2201: result: a.out -configure:2206: checking whether the C compiler works -configure:2232: result: yes -configure:2239: checking whether we are cross compiling -configure:2241: result: yes -configure:2244: checking for suffix of executables -configure:2246: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:2249: $? = 0 -configure:2274: result: -configure:2280: checking for suffix of object files -configure:2301: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:2304: $? = 0 -configure:2326: result: o -configure:2330: checking whether we are using the GNU C compiler -configure:2354: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:2360: $? = 0 -configure:2364: test -z - || test ! -s conftest.err -configure:2367: $? = 0 -configure:2370: test -s conftest.o -configure:2373: $? = 0 -configure:2386: result: yes -configure:2392: checking whether mipsel-uclibc-gcc accepts -g -configure:2413: mipsel-uclibc-gcc -c -g conftest.c >&5 -configure:2419: $? = 0 -configure:2423: test -z - || test ! -s conftest.err -configure:2426: $? = 0 -configure:2429: test -s conftest.o -configure:2432: $? = 0 -configure:2443: result: yes -configure:2460: checking for mipsel-uclibc-gcc option to accept ANSI C -configure:2530: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:2536: $? = 0 -configure:2540: test -z - || test ! -s conftest.err -configure:2543: $? = 0 -configure:2546: test -s conftest.o -configure:2549: $? = 0 -configure:2567: result: none needed -configure:2585: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' -configure:2591: $? = 1 -configure: failed program was: -| #ifndef __cplusplus -| choke me -| #endif -configure:2743: checking for style of include used by make -configure:2771: result: GNU -configure:2799: checking dependency style of mipsel-uclibc-gcc -configure:2861: result: gcc3 -configure:2881: checking how to run the C preprocessor -configure:2916: mipsel-uclibc-gcc -E conftest.c -configure:2922: $? = 0 -configure:2954: mipsel-uclibc-gcc -E conftest.c -conftest.c:11:28: error: ac_nonexistent.h: No such file or directory -configure:2960: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| /* end confdefs.h. */ -| #include -configure:2999: result: mipsel-uclibc-gcc -E -configure:3023: mipsel-uclibc-gcc -E conftest.c -configure:3029: $? = 0 -configure:3061: mipsel-uclibc-gcc -E conftest.c -conftest.c:11:28: error: ac_nonexistent.h: No such file or directory -configure:3067: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| /* end confdefs.h. */ -| #include -configure:3123: checking for a BSD-compatible install -configure:3178: result: /usr/bin/install -c -configure:3189: checking whether make sets $(MAKE) -configure:3209: result: yes -configure:3221: checking for mipsel-linux-ar -configure:3247: result: mipsel-uclibc-ar -configure:3300: checking for mipsel-linux-ranlib -configure:3326: result: mipsel-uclibc-ranlib -configure:3380: checking for egrep -configure:3390: result: grep -E -configure:3396: checking for AIX -configure:3418: result: no -configure:3604: checking for ANSI C header files -configure:3629: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3635: $? = 0 -configure:3639: test -z - || test ! -s conftest.err -configure:3642: $? = 0 -configure:3645: test -s conftest.o -configure:3648: $? = 0 -configure:3760: result: yes -configure:3784: checking for sys/types.h -configure:3800: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3806: $? = 0 -configure:3810: test -z - || test ! -s conftest.err -configure:3813: $? = 0 -configure:3816: test -s conftest.o -configure:3819: $? = 0 -configure:3830: result: yes -configure:3784: checking for sys/stat.h -configure:3800: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3806: $? = 0 -configure:3810: test -z - || test ! -s conftest.err -configure:3813: $? = 0 -configure:3816: test -s conftest.o -configure:3819: $? = 0 -configure:3830: result: yes -configure:3784: checking for stdlib.h -configure:3800: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3806: $? = 0 -configure:3810: test -z - || test ! -s conftest.err -configure:3813: $? = 0 -configure:3816: test -s conftest.o -configure:3819: $? = 0 -configure:3830: result: yes -configure:3784: checking for string.h -configure:3800: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3806: $? = 0 -configure:3810: test -z - || test ! -s conftest.err -configure:3813: $? = 0 -configure:3816: test -s conftest.o -configure:3819: $? = 0 -configure:3830: result: yes -configure:3784: checking for memory.h -configure:3800: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3806: $? = 0 -configure:3810: test -z - || test ! -s conftest.err -configure:3813: $? = 0 -configure:3816: test -s conftest.o -configure:3819: $? = 0 -configure:3830: result: yes -configure:3784: checking for strings.h -configure:3800: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3806: $? = 0 -configure:3810: test -z - || test ! -s conftest.err -configure:3813: $? = 0 -configure:3816: test -s conftest.o -configure:3819: $? = 0 -configure:3830: result: yes -configure:3784: checking for inttypes.h -configure:3800: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3806: $? = 0 -configure:3810: test -z - || test ! -s conftest.err -configure:3813: $? = 0 -configure:3816: test -s conftest.o -configure:3819: $? = 0 -configure:3830: result: yes -configure:3784: checking for stdint.h -configure:3800: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3806: $? = 0 -configure:3810: test -z - || test ! -s conftest.err -configure:3813: $? = 0 -configure:3816: test -s conftest.o -configure:3819: $? = 0 -configure:3830: result: yes -configure:3784: checking for unistd.h -configure:3800: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3806: $? = 0 -configure:3810: test -z - || test ! -s conftest.err -configure:3813: $? = 0 -configure:3816: test -s conftest.o -configure:3819: $? = 0 -configure:3830: result: yes -configure:3871: checking for string.h -configure:3876: result: yes -configure:3880: checking stropts.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3898: $? = 0 -configure:3902: test -z - || test ! -s conftest.err -configure:3905: $? = 0 -configure:3908: test -s conftest.o -configure:3911: $? = 0 -configure:3921: result: yes -configure:3925: checking stropts.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -configure:3941: $? = 0 -configure:3961: result: yes -configure:3996: checking for stropts.h -configure:4003: result: yes -configure:3880: checking sys/conf.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:57:22: error: sys/conf.h: No such file or directory -configure:3898: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| /* end confdefs.h. */ -| #include -| #if HAVE_SYS_TYPES_H -| # include -| #endif -| #if HAVE_SYS_STAT_H -| # include -| #endif -| #if STDC_HEADERS -| # include -| # include -| #else -| # if HAVE_STDLIB_H -| # include -| # endif -| #endif -| #if HAVE_STRING_H -| # if !STDC_HEADERS && HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #if HAVE_STRINGS_H -| # include -| #endif -| #if HAVE_INTTYPES_H -| # include -| #else -| # if HAVE_STDINT_H -| # include -| # endif -| #endif -| #if HAVE_UNISTD_H -| # include -| #endif -| #include -configure:3921: result: no -configure:3925: checking sys/conf.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -conftest.c:23:22: error: sys/conf.h: No such file or directory -configure:3941: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| /* end confdefs.h. */ -| #include -configure:3961: result: no -configure:3996: checking for sys/conf.h -configure:4003: result: no -configure:3880: checking sys/ksym.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:57:22: error: sys/ksym.h: No such file or directory -configure:3898: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| /* end confdefs.h. */ -| #include -| #if HAVE_SYS_TYPES_H -| # include -| #endif -| #if HAVE_SYS_STAT_H -| # include -| #endif -| #if STDC_HEADERS -| # include -| # include -| #else -| # if HAVE_STDLIB_H -| # include -| # endif -| #endif -| #if HAVE_STRING_H -| # if !STDC_HEADERS && HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #if HAVE_STRINGS_H -| # include -| #endif -| #if HAVE_INTTYPES_H -| # include -| #else -| # if HAVE_STDINT_H -| # include -| # endif -| #endif -| #if HAVE_UNISTD_H -| # include -| #endif -| #include -configure:3921: result: no -configure:3925: checking sys/ksym.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -conftest.c:23:22: error: sys/ksym.h: No such file or directory -configure:3941: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| /* end confdefs.h. */ -| #include -configure:3961: result: no -configure:3996: checking for sys/ksym.h -configure:4003: result: no -configure:3880: checking sys/time.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3898: $? = 0 -configure:3902: test -z - || test ! -s conftest.err -configure:3905: $? = 0 -configure:3908: test -s conftest.o -configure:3911: $? = 0 -configure:3921: result: yes -configure:3925: checking sys/time.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -configure:3941: $? = 0 -configure:3961: result: yes -configure:3996: checking for sys/time.h -configure:4003: result: yes -configure:3880: checking sys/times.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3898: $? = 0 -configure:3902: test -z - || test ! -s conftest.err -configure:3905: $? = 0 -configure:3908: test -s conftest.o -configure:3911: $? = 0 -configure:3921: result: yes -configure:3925: checking sys/times.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -configure:3941: $? = 0 -configure:3961: result: yes -configure:3996: checking for sys/times.h -configure:4003: result: yes -configure:3880: checking sys/select.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3898: $? = 0 -configure:3902: test -z - || test ! -s conftest.err -configure:3905: $? = 0 -configure:3908: test -s conftest.o -configure:3911: $? = 0 -configure:3921: result: yes -configure:3925: checking sys/select.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -configure:3941: $? = 0 -configure:3961: result: yes -configure:3996: checking for sys/select.h -configure:4003: result: yes -configure:3880: checking sys/sysctl.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3898: $? = 0 -configure:3902: test -z - || test ! -s conftest.err -configure:3905: $? = 0 -configure:3908: test -s conftest.o -configure:3911: $? = 0 -configure:3921: result: yes -configure:3925: checking sys/sysctl.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -configure:3941: $? = 0 -configure:3961: result: yes -configure:3996: checking for sys/sysctl.h -configure:4003: result: yes -configure:3880: checking sys/sockio.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:61:24: error: sys/sockio.h: No such file or directory -configure:3898: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| /* end confdefs.h. */ -| #include -| #if HAVE_SYS_TYPES_H -| # include -| #endif -| #if HAVE_SYS_STAT_H -| # include -| #endif -| #if STDC_HEADERS -| # include -| # include -| #else -| # if HAVE_STDLIB_H -| # include -| # endif -| #endif -| #if HAVE_STRING_H -| # if !STDC_HEADERS && HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #if HAVE_STRINGS_H -| # include -| #endif -| #if HAVE_INTTYPES_H -| # include -| #else -| # if HAVE_STDINT_H -| # include -| # endif -| #endif -| #if HAVE_UNISTD_H -| # include -| #endif -| #include -configure:3921: result: no -configure:3925: checking sys/sockio.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -conftest.c:27:24: error: sys/sockio.h: No such file or directory -configure:3941: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| /* end confdefs.h. */ -| #include -configure:3961: result: no -configure:3996: checking for sys/sockio.h -configure:4003: result: no -configure:3871: checking for sys/types.h -configure:3876: result: yes -configure:3880: checking net/if_dl.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:62:23: error: net/if_dl.h: No such file or directory -configure:3898: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| /* end confdefs.h. */ -| #include -| #if HAVE_SYS_TYPES_H -| # include -| #endif -| #if HAVE_SYS_STAT_H -| # include -| #endif -| #if STDC_HEADERS -| # include -| # include -| #else -| # if HAVE_STDLIB_H -| # include -| # endif -| #endif -| #if HAVE_STRING_H -| # if !STDC_HEADERS && HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #if HAVE_STRINGS_H -| # include -| #endif -| #if HAVE_INTTYPES_H -| # include -| #else -| # if HAVE_STDINT_H -| # include -| # endif -| #endif -| #if HAVE_UNISTD_H -| # include -| #endif -| #include -configure:3921: result: no -configure:3925: checking net/if_dl.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -conftest.c:28:23: error: net/if_dl.h: No such file or directory -configure:3941: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| /* end confdefs.h. */ -| #include -configure:3961: result: no -configure:3996: checking for net/if_dl.h -configure:4003: result: no -configure:3880: checking net/if_var.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:62:24: error: net/if_var.h: No such file or directory -configure:3898: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| /* end confdefs.h. */ -| #include -| #if HAVE_SYS_TYPES_H -| # include -| #endif -| #if HAVE_SYS_STAT_H -| # include -| #endif -| #if STDC_HEADERS -| # include -| # include -| #else -| # if HAVE_STDLIB_H -| # include -| # endif -| #endif -| #if HAVE_STRING_H -| # if !STDC_HEADERS && HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #if HAVE_STRINGS_H -| # include -| #endif -| #if HAVE_INTTYPES_H -| # include -| #else -| # if HAVE_STDINT_H -| # include -| # endif -| #endif -| #if HAVE_UNISTD_H -| # include -| #endif -| #include -configure:3921: result: no -configure:3925: checking net/if_var.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -conftest.c:28:24: error: net/if_var.h: No such file or directory -configure:3941: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| /* end confdefs.h. */ -| #include -configure:3961: result: no -configure:3996: checking for net/if_var.h -configure:4003: result: no -configure:3880: checking linux/version.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3898: $? = 0 -configure:3902: test -z - || test ! -s conftest.err -configure:3905: $? = 0 -configure:3908: test -s conftest.o -configure:3911: $? = 0 -configure:3921: result: yes -configure:3925: checking linux/version.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -configure:3941: $? = 0 -configure:3961: result: yes -configure:3996: checking for linux/version.h -configure:4003: result: yes -configure:3880: checking kvm.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:63:17: error: kvm.h: No such file or directory -configure:3898: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| /* end confdefs.h. */ -| #include -| #if HAVE_SYS_TYPES_H -| # include -| #endif -| #if HAVE_SYS_STAT_H -| # include -| #endif -| #if STDC_HEADERS -| # include -| # include -| #else -| # if HAVE_STDLIB_H -| # include -| # endif -| #endif -| #if HAVE_STRING_H -| # if !STDC_HEADERS && HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #if HAVE_STRINGS_H -| # include -| #endif -| #if HAVE_INTTYPES_H -| # include -| #else -| # if HAVE_STDINT_H -| # include -| # endif -| #endif -| #if HAVE_UNISTD_H -| # include -| #endif -| #include -configure:3921: result: no -configure:3925: checking kvm.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -conftest.c:29:17: error: kvm.h: No such file or directory -configure:3941: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| /* end confdefs.h. */ -| #include -configure:3961: result: no -configure:3996: checking for kvm.h -configure:4003: result: no -configure:3880: checking netdb.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3898: $? = 0 -configure:3902: test -z - || test ! -s conftest.err -configure:3905: $? = 0 -configure:3908: test -s conftest.o -configure:3911: $? = 0 -configure:3921: result: yes -configure:3925: checking netdb.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -configure:3941: $? = 0 -configure:3961: result: yes -configure:3996: checking for netdb.h -configure:4003: result: yes -configure:3880: checking netinet/in.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3898: $? = 0 -configure:3902: test -z - || test ! -s conftest.err -configure:3905: $? = 0 -configure:3908: test -s conftest.o -configure:3911: $? = 0 -configure:3921: result: yes -configure:3925: checking netinet/in.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -configure:3941: $? = 0 -configure:3961: result: yes -configure:3996: checking for netinet/in.h -configure:4003: result: yes -configure:3880: checking net/netopt.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:65:24: error: net/netopt.h: No such file or directory -configure:3898: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| /* end confdefs.h. */ -| #include -| #if HAVE_SYS_TYPES_H -| # include -| #endif -| #if HAVE_SYS_STAT_H -| # include -| #endif -| #if STDC_HEADERS -| # include -| # include -| #else -| # if HAVE_STDLIB_H -| # include -| # endif -| #endif -| #if HAVE_STRING_H -| # if !STDC_HEADERS && HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #if HAVE_STRINGS_H -| # include -| #endif -| #if HAVE_INTTYPES_H -| # include -| #else -| # if HAVE_STDINT_H -| # include -| # endif -| #endif -| #if HAVE_UNISTD_H -| # include -| #endif -| #include -configure:3921: result: no -configure:3925: checking net/netopt.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -conftest.c:31:24: error: net/netopt.h: No such file or directory -configure:3941: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| /* end confdefs.h. */ -| #include -configure:3961: result: no -configure:3996: checking for net/netopt.h -configure:4003: result: no -configure:3880: checking netinet/in_var.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:65:28: error: netinet/in_var.h: No such file or directory -configure:3898: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| /* end confdefs.h. */ -| #include -| #if HAVE_SYS_TYPES_H -| # include -| #endif -| #if HAVE_SYS_STAT_H -| # include -| #endif -| #if STDC_HEADERS -| # include -| # include -| #else -| # if HAVE_STDLIB_H -| # include -| # endif -| #endif -| #if HAVE_STRING_H -| # if !STDC_HEADERS && HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #if HAVE_STRINGS_H -| # include -| #endif -| #if HAVE_INTTYPES_H -| # include -| #else -| # if HAVE_STDINT_H -| # include -| # endif -| #endif -| #if HAVE_UNISTD_H -| # include -| #endif -| #include -configure:3921: result: no -configure:3925: checking netinet/in_var.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -conftest.c:31:28: error: netinet/in_var.h: No such file or directory -configure:3941: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| /* end confdefs.h. */ -| #include -configure:3961: result: no -configure:3996: checking for netinet/in_var.h -configure:4003: result: no -configure:3880: checking netinet/in6_var.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:65:29: error: netinet/in6_var.h: No such file or directory -configure:3898: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| /* end confdefs.h. */ -| #include -| #if HAVE_SYS_TYPES_H -| # include -| #endif -| #if HAVE_SYS_STAT_H -| # include -| #endif -| #if STDC_HEADERS -| # include -| # include -| #else -| # if HAVE_STDLIB_H -| # include -| # endif -| #endif -| #if HAVE_STRING_H -| # if !STDC_HEADERS && HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #if HAVE_STRINGS_H -| # include -| #endif -| #if HAVE_INTTYPES_H -| # include -| #else -| # if HAVE_STDINT_H -| # include -| # endif -| #endif -| #if HAVE_UNISTD_H -| # include -| #endif -| #include -configure:3921: result: no -configure:3925: checking netinet/in6_var.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -conftest.c:31:29: error: netinet/in6_var.h: No such file or directory -configure:3941: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| /* end confdefs.h. */ -| #include -configure:3961: result: no -configure:3996: checking for netinet/in6_var.h -configure:4003: result: no -configure:3880: checking netinet/in6.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:65:25: error: netinet/in6.h: No such file or directory -configure:3898: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| /* end confdefs.h. */ -| #include -| #if HAVE_SYS_TYPES_H -| # include -| #endif -| #if HAVE_SYS_STAT_H -| # include -| #endif -| #if STDC_HEADERS -| # include -| # include -| #else -| # if HAVE_STDLIB_H -| # include -| # endif -| #endif -| #if HAVE_STRING_H -| # if !STDC_HEADERS && HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #if HAVE_STRINGS_H -| # include -| #endif -| #if HAVE_INTTYPES_H -| # include -| #else -| # if HAVE_STDINT_H -| # include -| # endif -| #endif -| #if HAVE_UNISTD_H -| # include -| #endif -| #include -configure:3921: result: no -configure:3925: checking netinet/in6.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -conftest.c:31:25: error: netinet/in6.h: No such file or directory -configure:3941: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| /* end confdefs.h. */ -| #include -configure:3961: result: no -configure:3996: checking for netinet/in6.h -configure:4003: result: no -configure:3880: checking inet/nd.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:65:21: error: inet/nd.h: No such file or directory -configure:3898: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| /* end confdefs.h. */ -| #include -| #if HAVE_SYS_TYPES_H -| # include -| #endif -| #if HAVE_SYS_STAT_H -| # include -| #endif -| #if STDC_HEADERS -| # include -| # include -| #else -| # if HAVE_STDLIB_H -| # include -| # endif -| #endif -| #if HAVE_STRING_H -| # if !STDC_HEADERS && HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #if HAVE_STRINGS_H -| # include -| #endif -| #if HAVE_INTTYPES_H -| # include -| #else -| # if HAVE_STDINT_H -| # include -| # endif -| #endif -| #if HAVE_UNISTD_H -| # include -| #endif -| #include -configure:3921: result: no -configure:3925: checking inet/nd.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -conftest.c:31:21: error: inet/nd.h: No such file or directory -configure:3941: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| /* end confdefs.h. */ -| #include -configure:3961: result: no -configure:3996: checking for inet/nd.h -configure:4003: result: no -configure:3880: checking asm/types.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3898: $? = 0 -configure:3902: test -z - || test ! -s conftest.err -configure:3905: $? = 0 -configure:3908: test -s conftest.o -configure:3911: $? = 0 -configure:3921: result: yes -configure:3925: checking asm/types.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -configure:3941: $? = 0 -configure:3961: result: yes -configure:3996: checking for asm/types.h -configure:4003: result: yes -configure:3880: checking netinet/icmp6.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:3898: $? = 0 -configure:3902: test -z - || test ! -s conftest.err -configure:3905: $? = 0 -configure:3908: test -s conftest.o -configure:3911: $? = 0 -configure:3921: result: yes -configure:3925: checking netinet/icmp6.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -configure:3941: $? = 0 -configure:3961: result: yes -configure:3996: checking for netinet/icmp6.h -configure:4003: result: yes -configure:3880: checking netinet6/nd6.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:67:26: error: netinet6/nd6.h: No such file or directory -configure:3898: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_ASM_TYPES_H 1 -| #define HAVE_NETINET_ICMP6_H 1 -| /* end confdefs.h. */ -| #include -| #if HAVE_SYS_TYPES_H -| # include -| #endif -| #if HAVE_SYS_STAT_H -| # include -| #endif -| #if STDC_HEADERS -| # include -| # include -| #else -| # if HAVE_STDLIB_H -| # include -| # endif -| #endif -| #if HAVE_STRING_H -| # if !STDC_HEADERS && HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #if HAVE_STRINGS_H -| # include -| #endif -| #if HAVE_INTTYPES_H -| # include -| #else -| # if HAVE_STDINT_H -| # include -| # endif -| #endif -| #if HAVE_UNISTD_H -| # include -| #endif -| #include -configure:3921: result: no -configure:3925: checking netinet6/nd6.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -conftest.c:33:26: error: netinet6/nd6.h: No such file or directory -configure:3941: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_ASM_TYPES_H 1 -| #define HAVE_NETINET_ICMP6_H 1 -| /* end confdefs.h. */ -| #include -configure:3961: result: no -configure:3996: checking for netinet6/nd6.h -configure:4003: result: no -configure:3880: checking libutil.h usability -configure:3892: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c:67:21: error: libutil.h: No such file or directory -configure:3898: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_ASM_TYPES_H 1 -| #define HAVE_NETINET_ICMP6_H 1 -| /* end confdefs.h. */ -| #include -| #if HAVE_SYS_TYPES_H -| # include -| #endif -| #if HAVE_SYS_STAT_H -| # include -| #endif -| #if STDC_HEADERS -| # include -| # include -| #else -| # if HAVE_STDLIB_H -| # include -| # endif -| #endif -| #if HAVE_STRING_H -| # if !STDC_HEADERS && HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #if HAVE_STRINGS_H -| # include -| #endif -| #if HAVE_INTTYPES_H -| # include -| #else -| # if HAVE_STDINT_H -| # include -| # endif -| #endif -| #if HAVE_UNISTD_H -| # include -| #endif -| #include -configure:3921: result: no -configure:3925: checking libutil.h presence -configure:3935: mipsel-uclibc-gcc -E conftest.c -conftest.c:33:21: error: libutil.h: No such file or directory -configure:3941: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_ASM_TYPES_H 1 -| #define HAVE_NETINET_ICMP6_H 1 -| /* end confdefs.h. */ -| #include -configure:3961: result: no -configure:3996: checking for libutil.h -configure:4003: result: no -configure:4017: checking for an ANSI C-conforming const -configure:4084: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:60: warning: unused variable 's' -conftest.c:80: warning: unused variable 'foo' -conftest.c:47: warning: unused variable 'zero' -conftest.c:41: warning: unused variable 'x' -conftest.c:62: warning: 't' is used uninitialized in this function -conftest.c:77: warning: 'b' is used uninitialized in this function -configure:4090: $? = 0 -configure:4094: test -z - || test ! -s conftest.err -configure:4097: $? = 0 -configure:4100: test -s conftest.o -configure:4103: $? = 0 -configure:4114: result: yes -configure:4124: checking return type of signal handlers -configure:4155: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:47: warning: unused variable 'i' -configure:4161: $? = 0 -configure:4165: test -z - || test ! -s conftest.err -configure:4168: $? = 0 -configure:4171: test -s conftest.o -configure:4174: $? = 0 -configure:4185: result: void -configure:5426: checking whether byte ordering is bigendian -configure:5453: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:5459: $? = 0 -configure:5463: test -z - || test ! -s conftest.err -configure:5466: $? = 0 -configure:5469: test -s conftest.o -configure:5472: $? = 0 -configure:5496: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:42: error: 'not' undeclared (first use in this function) -conftest.c:42: error: (Each undeclared identifier is reported only once -conftest.c:42: error: for each function it appears in.) -conftest.c:42: error: expected ';' before 'big' -configure:5502: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_ASM_TYPES_H 1 -| #define HAVE_NETINET_ICMP6_H 1 -| #define RETSIGTYPE void -| #define GNU_LINUX -| /* end confdefs.h. */ -| #include -| #include -| -| int -| main () -| { -| #if BYTE_ORDER != BIG_ENDIAN -| not big endian -| #endif -| -| ; -| return 0; -| } -configure:5637: result: no -configure:5673: checking for bcopy -configure:5730: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:59: warning: conflicting types for built-in function 'bcopy' -configure:5736: $? = 0 -configure:5740: test -z - || test ! -s conftest.err -configure:5743: $? = 0 -configure:5746: test -s conftest -configure:5749: $? = 0 -configure:5761: result: yes -configure:5673: checking for bzero -configure:5730: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:60: warning: conflicting types for built-in function 'bzero' -configure:5736: $? = 0 -configure:5740: test -z - || test ! -s conftest.err -configure:5743: $? = 0 -configure:5746: test -s conftest -configure:5749: $? = 0 -configure:5761: result: yes -configure:5673: checking for strerror -configure:5730: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:5736: $? = 0 -configure:5740: test -z - || test ! -s conftest.err -configure:5743: $? = 0 -configure:5746: test -s conftest -configure:5749: $? = 0 -configure:5761: result: yes -configure:5673: checking for inet_aton -configure:5730: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:5736: $? = 0 -configure:5740: test -z - || test ! -s conftest.err -configure:5743: $? = 0 -configure:5746: test -s conftest -configure:5749: $? = 0 -configure:5761: result: yes -configure:5673: checking for daemon -configure:5730: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:5736: $? = 0 -configure:5740: test -z - || test ! -s conftest.err -configure:5743: $? = 0 -configure:5746: test -s conftest -configure:5749: $? = 0 -configure:5761: result: yes -configure:5673: checking for snprintf -configure:5730: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:64: warning: conflicting types for built-in function 'snprintf' -configure:5736: $? = 0 -configure:5740: test -z - || test ! -s conftest.err -configure:5743: $? = 0 -configure:5746: test -s conftest -configure:5749: $? = 0 -configure:5761: result: yes -configure:5673: checking for vsnprintf -configure:5730: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -conftest.c:65: warning: conflicting types for built-in function 'vsnprintf' -configure:5736: $? = 0 -configure:5740: test -z - || test ! -s conftest.err -configure:5743: $? = 0 -configure:5746: test -s conftest -configure:5749: $? = 0 -configure:5761: result: yes -configure:5673: checking for strlcat -configure:5730: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:5736: $? = 0 -configure:5740: test -z - || test ! -s conftest.err -configure:5743: $? = 0 -configure:5746: test -s conftest -configure:5749: $? = 0 -configure:5761: result: yes -configure:5673: checking for strlcpy -configure:5730: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:5736: $? = 0 -configure:5740: test -z - || test ! -s conftest.err -configure:5743: $? = 0 -configure:5746: test -s conftest -configure:5749: $? = 0 -configure:5761: result: yes -configure:5673: checking for if_nametoindex -configure:5730: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:5736: $? = 0 -configure:5740: test -z - || test ! -s conftest.err -configure:5743: $? = 0 -configure:5746: test -s conftest -configure:5749: $? = 0 -configure:5761: result: yes -configure:5673: checking for if_indextoname -configure:5730: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:5736: $? = 0 -configure:5740: test -z - || test ! -s conftest.err -configure:5743: $? = 0 -configure:5746: test -s conftest -configure:5749: $? = 0 -configure:5761: result: yes -configure:5673: checking for getifaddrs -configure:5730: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:5736: $? = 0 -configure:5740: test -z - || test ! -s conftest.err -configure:5743: $? = 0 -configure:5746: test -s conftest -configure:5749: $? = 0 -configure:5761: result: yes -configure:5775: checking for setproctitle -configure:5832: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -/tmp/ccZkhFyK.o: In function `main': -conftest.c:(.text.main+0x10): undefined reference to `setproctitle' -/tmp/ccZkhFyK.o:(.data.rel.f+0x0): undefined reference to `setproctitle' -collect2: ld returned 1 exit status -configure:5838: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_ASM_TYPES_H 1 -| #define HAVE_NETINET_ICMP6_H 1 -| #define RETSIGTYPE void -| #define GNU_LINUX -| #define HAVE_BCOPY 1 -| #define HAVE_BZERO 1 -| #define HAVE_STRERROR 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_DAEMON 1 -| #define HAVE_SNPRINTF 1 -| #define HAVE_VSNPRINTF 1 -| #define HAVE_STRLCAT 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_IF_NAMETOINDEX 1 -| #define HAVE_IF_INDEXTONAME 1 -| #define HAVE_GETIFADDRS 1 -| /* end confdefs.h. */ -| /* Define setproctitle to an innocuous variant, in case declares setproctitle. -| For example, HP-UX 11i declares gettimeofday. */ -| #define setproctitle innocuous_setproctitle -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char setproctitle (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef setproctitle -| -| /* Override any gcc2 internal prototype to avoid an error. */ -| #ifdef __cplusplus -| extern "C" -| { -| #endif -| /* We use char because int might match the return type of a gcc2 -| builtin and then its argument prototype would still apply. */ -| char setproctitle (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined (__stub_setproctitle) || defined (__stub___setproctitle) -| choke me -| #else -| char (*f) () = setproctitle; -| #endif -| #ifdef __cplusplus -| } -| #endif -| -| int -| main () -| { -| return f != setproctitle; -| ; -| return 0; -| } -configure:5863: result: no -configure:5871: checking for setproctitle in -lutil -configure:5901: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c -lutil >&5 -/tmp/ccDbVR6L.o: In function `main': -conftest.c:(.text.main+0x18): undefined reference to `setproctitle' -collect2: ld returned 1 exit status -configure:5907: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_ASM_TYPES_H 1 -| #define HAVE_NETINET_ICMP6_H 1 -| #define RETSIGTYPE void -| #define GNU_LINUX -| #define HAVE_BCOPY 1 -| #define HAVE_BZERO 1 -| #define HAVE_STRERROR 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_DAEMON 1 -| #define HAVE_SNPRINTF 1 -| #define HAVE_VSNPRINTF 1 -| #define HAVE_STRLCAT 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_IF_NAMETOINDEX 1 -| #define HAVE_IF_INDEXTONAME 1 -| #define HAVE_GETIFADDRS 1 -| /* end confdefs.h. */ -| -| /* Override any gcc2 internal prototype to avoid an error. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| /* We use char because int might match the return type of a gcc2 -| builtin and then its argument prototype would still apply. */ -| char setproctitle (); -| int -| main () -| { -| setproctitle (); -| ; -| return 0; -| } -configure:5933: result: no -configure:5946: checking zebra between kernel interface method -configure:5950: result: netlink -configure:6041: checking route read method check -configure:6064: result: netlink -configure:6068: checking interface looking up method -configure:6071: result: netlink -configure:6119: checking ipforward method check -configure:6144: result: proc -configure:6152: checking for getaddrinfo -configure:6209: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c >&5 -configure:6215: $? = 0 -configure:6219: test -z - || test ! -s conftest.err -configure:6222: $? = 0 -configure:6225: test -s conftest -configure:6228: $? = 0 -configure:6240: result: yes -configure:6253: checking whether does this OS have IPv6 stack -configure:6341: result: Linux IPv6 -configure:6361: checking for GNU libc 2.1 -configure:6377: result: yes -configure:6490: checking for inet_ntop in -lc -configure:6520: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c -lc >&5 -configure:6526: $? = 0 -configure:6530: test -z - || test ! -s conftest.err -configure:6533: $? = 0 -configure:6536: test -s conftest -configure:6539: $? = 0 -configure:6552: result: yes -configure:6562: checking for inet_pton in -lc -configure:6592: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c -lc >&5 -configure:6598: $? = 0 -configure:6602: test -z - || test ! -s conftest.err -configure:6605: $? = 0 -configure:6608: test -s conftest -configure:6611: $? = 0 -configure:6624: result: yes -configure:6635: checking for crypt in -lcrypt -configure:6665: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c -lcrypt >&5 -configure:6671: $? = 0 -configure:6675: test -z - || test ! -s conftest.err -configure:6678: $? = 0 -configure:6681: test -s conftest -configure:6684: $? = 0 -configure:6697: result: yes -configure:6709: checking for res_init in -lresolv -configure:6739: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c -lresolv -lcrypt >&5 -/tmp/cchtKZT6.o: In function `main': -conftest.c:(.text.main+0x18): undefined reference to `res_init' -collect2: ld returned 1 exit status -configure:6745: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_ASM_TYPES_H 1 -| #define HAVE_NETINET_ICMP6_H 1 -| #define RETSIGTYPE void -| #define GNU_LINUX -| #define HAVE_BCOPY 1 -| #define HAVE_BZERO 1 -| #define HAVE_STRERROR 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_DAEMON 1 -| #define HAVE_SNPRINTF 1 -| #define HAVE_VSNPRINTF 1 -| #define HAVE_STRLCAT 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_IF_NAMETOINDEX 1 -| #define HAVE_IF_INDEXTONAME 1 -| #define HAVE_GETIFADDRS 1 -| #define HAVE_NETLINK -| #define HAVE_PROC_NET_DEV -| #define HAVE_PROC_NET_IF_INET6 -| #define HAVE_GETADDRINFO 1 -| #define HAVE_IPV6 1 -| #define LINUX_IPV6 -| #define HAVE_INET_NTOP -| #define HAVE_INET_PTON -| #define HAVE_LIBCRYPT 1 -| /* end confdefs.h. */ -| -| /* Override any gcc2 internal prototype to avoid an error. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| /* We use char because int might match the return type of a gcc2 -| builtin and then its argument prototype would still apply. */ -| char res_init (); -| int -| main () -| { -| res_init (); -| ; -| return 0; -| } -configure:6771: result: no -configure:6783: checking for main in -lm -configure:6807: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c -lm -lcrypt >&5 -configure:6813: $? = 0 -configure:6817: test -z - || test ! -s conftest.err -configure:6820: $? = 0 -configure:6823: test -s conftest -configure:6826: $? = 0 -configure:6839: result: yes -configure:6851: checking for __inet_ntop -configure:6908: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c -lm -lcrypt >&5 -/tmp/ccBhdnQd.o: In function `main': -conftest.c:(.text.main+0x10): undefined reference to `__inet_ntop' -/tmp/ccBhdnQd.o:(.data.rel.f+0x0): undefined reference to `__inet_ntop' -collect2: ld returned 1 exit status -configure:6914: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_ASM_TYPES_H 1 -| #define HAVE_NETINET_ICMP6_H 1 -| #define RETSIGTYPE void -| #define GNU_LINUX -| #define HAVE_BCOPY 1 -| #define HAVE_BZERO 1 -| #define HAVE_STRERROR 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_DAEMON 1 -| #define HAVE_SNPRINTF 1 -| #define HAVE_VSNPRINTF 1 -| #define HAVE_STRLCAT 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_IF_NAMETOINDEX 1 -| #define HAVE_IF_INDEXTONAME 1 -| #define HAVE_GETIFADDRS 1 -| #define HAVE_NETLINK -| #define HAVE_PROC_NET_DEV -| #define HAVE_PROC_NET_IF_INET6 -| #define HAVE_GETADDRINFO 1 -| #define HAVE_IPV6 1 -| #define LINUX_IPV6 -| #define HAVE_INET_NTOP -| #define HAVE_INET_PTON -| #define HAVE_LIBCRYPT 1 -| #define HAVE_LIBM 1 -| /* end confdefs.h. */ -| /* Define __inet_ntop to an innocuous variant, in case declares __inet_ntop. -| For example, HP-UX 11i declares gettimeofday. */ -| #define __inet_ntop innocuous___inet_ntop -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char __inet_ntop (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef __inet_ntop -| -| /* Override any gcc2 internal prototype to avoid an error. */ -| #ifdef __cplusplus -| extern "C" -| { -| #endif -| /* We use char because int might match the return type of a gcc2 -| builtin and then its argument prototype would still apply. */ -| char __inet_ntop (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined (__stub___inet_ntop) || defined (__stub_____inet_ntop) -| choke me -| #else -| char (*f) () = __inet_ntop; -| #endif -| #ifdef __cplusplus -| } -| #endif -| -| int -| main () -| { -| return f != __inet_ntop; -| ; -| return 0; -| } -configure:6939: result: no -configure:6948: checking for __inet_pton -configure:7005: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c -lm -lcrypt >&5 -/tmp/ccMw4bXg.o: In function `main': -conftest.c:(.text.main+0x10): undefined reference to `__inet_pton' -/tmp/ccMw4bXg.o:(.data.rel.f+0x0): undefined reference to `__inet_pton' -collect2: ld returned 1 exit status -configure:7011: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_ASM_TYPES_H 1 -| #define HAVE_NETINET_ICMP6_H 1 -| #define RETSIGTYPE void -| #define GNU_LINUX -| #define HAVE_BCOPY 1 -| #define HAVE_BZERO 1 -| #define HAVE_STRERROR 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_DAEMON 1 -| #define HAVE_SNPRINTF 1 -| #define HAVE_VSNPRINTF 1 -| #define HAVE_STRLCAT 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_IF_NAMETOINDEX 1 -| #define HAVE_IF_INDEXTONAME 1 -| #define HAVE_GETIFADDRS 1 -| #define HAVE_NETLINK -| #define HAVE_PROC_NET_DEV -| #define HAVE_PROC_NET_IF_INET6 -| #define HAVE_GETADDRINFO 1 -| #define HAVE_IPV6 1 -| #define LINUX_IPV6 -| #define HAVE_INET_NTOP -| #define HAVE_INET_PTON -| #define HAVE_LIBCRYPT 1 -| #define HAVE_LIBM 1 -| /* end confdefs.h. */ -| /* Define __inet_pton to an innocuous variant, in case declares __inet_pton. -| For example, HP-UX 11i declares gettimeofday. */ -| #define __inet_pton innocuous___inet_pton -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char __inet_pton (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef __inet_pton -| -| /* Override any gcc2 internal prototype to avoid an error. */ -| #ifdef __cplusplus -| extern "C" -| { -| #endif -| /* We use char because int might match the return type of a gcc2 -| builtin and then its argument prototype would still apply. */ -| char __inet_pton (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined (__stub___inet_pton) || defined (__stub_____inet_pton) -| choke me -| #else -| char (*f) () = __inet_pton; -| #endif -| #ifdef __cplusplus -| } -| #endif -| -| int -| main () -| { -| return f != __inet_pton; -| ; -| return 0; -| } -configure:7036: result: no -configure:7045: checking for __inet_aton -configure:7102: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c -lm -lcrypt >&5 -/tmp/ccSlJKja.o: In function `main': -conftest.c:(.text.main+0x10): undefined reference to `__inet_aton' -/tmp/ccSlJKja.o:(.data.rel.f+0x0): undefined reference to `__inet_aton' -collect2: ld returned 1 exit status -configure:7108: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_ASM_TYPES_H 1 -| #define HAVE_NETINET_ICMP6_H 1 -| #define RETSIGTYPE void -| #define GNU_LINUX -| #define HAVE_BCOPY 1 -| #define HAVE_BZERO 1 -| #define HAVE_STRERROR 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_DAEMON 1 -| #define HAVE_SNPRINTF 1 -| #define HAVE_VSNPRINTF 1 -| #define HAVE_STRLCAT 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_IF_NAMETOINDEX 1 -| #define HAVE_IF_INDEXTONAME 1 -| #define HAVE_GETIFADDRS 1 -| #define HAVE_NETLINK -| #define HAVE_PROC_NET_DEV -| #define HAVE_PROC_NET_IF_INET6 -| #define HAVE_GETADDRINFO 1 -| #define HAVE_IPV6 1 -| #define LINUX_IPV6 -| #define HAVE_INET_NTOP -| #define HAVE_INET_PTON -| #define HAVE_LIBCRYPT 1 -| #define HAVE_LIBM 1 -| /* end confdefs.h. */ -| /* Define __inet_aton to an innocuous variant, in case declares __inet_aton. -| For example, HP-UX 11i declares gettimeofday. */ -| #define __inet_aton innocuous___inet_aton -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char __inet_aton (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef __inet_aton -| -| /* Override any gcc2 internal prototype to avoid an error. */ -| #ifdef __cplusplus -| extern "C" -| { -| #endif -| /* We use char because int might match the return type of a gcc2 -| builtin and then its argument prototype would still apply. */ -| char __inet_aton (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined (__stub___inet_aton) || defined (__stub_____inet_aton) -| choke me -| #else -| char (*f) () = __inet_aton; -| #endif -| #ifdef __cplusplus -| } -| #endif -| -| int -| main () -| { -| return f != __inet_aton; -| ; -| return 0; -| } -configure:7133: result: no -configure:7143: checking for regexec in -lc -configure:7173: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c -lc -lm -lcrypt >&5 -configure:7179: $? = 0 -configure:7183: test -z - || test ! -s conftest.err -configure:7186: $? = 0 -configure:7189: test -s conftest -configure:7192: $? = 0 -configure:7205: result: yes -configure:7664: checking whether struct sockaddr has a sa_len field -configure:7684: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:64: error: 'struct sockaddr' has no member named 'sa_len' -conftest.c:64: warning: unused variable 'ac_j' -configure:7690: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_ASM_TYPES_H 1 -| #define HAVE_NETINET_ICMP6_H 1 -| #define RETSIGTYPE void -| #define GNU_LINUX -| #define HAVE_BCOPY 1 -| #define HAVE_BZERO 1 -| #define HAVE_STRERROR 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_DAEMON 1 -| #define HAVE_SNPRINTF 1 -| #define HAVE_VSNPRINTF 1 -| #define HAVE_STRLCAT 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_IF_NAMETOINDEX 1 -| #define HAVE_IF_INDEXTONAME 1 -| #define HAVE_GETIFADDRS 1 -| #define HAVE_NETLINK -| #define HAVE_PROC_NET_DEV -| #define HAVE_PROC_NET_IF_INET6 -| #define HAVE_GETADDRINFO 1 -| #define HAVE_IPV6 1 -| #define LINUX_IPV6 -| #define HAVE_INET_NTOP -| #define HAVE_INET_PTON -| #define HAVE_LIBCRYPT 1 -| #define HAVE_LIBM 1 -| #define HAVE_GNU_REGEX -| /* end confdefs.h. */ -| #include -| #include -| -| int -| main () -| { -| static struct sockaddr ac_i;int ac_j = sizeof (ac_i.sa_len); -| ; -| return 0; -| } -configure:7716: result: no -configure:7721: checking whether struct sockaddr_in has a sin_len field -configure:7741: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:64: error: 'struct sockaddr_in' has no member named 'sin_len' -conftest.c:64: warning: unused variable 'ac_j' -configure:7747: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_ASM_TYPES_H 1 -| #define HAVE_NETINET_ICMP6_H 1 -| #define RETSIGTYPE void -| #define GNU_LINUX -| #define HAVE_BCOPY 1 -| #define HAVE_BZERO 1 -| #define HAVE_STRERROR 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_DAEMON 1 -| #define HAVE_SNPRINTF 1 -| #define HAVE_VSNPRINTF 1 -| #define HAVE_STRLCAT 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_IF_NAMETOINDEX 1 -| #define HAVE_IF_INDEXTONAME 1 -| #define HAVE_GETIFADDRS 1 -| #define HAVE_NETLINK -| #define HAVE_PROC_NET_DEV -| #define HAVE_PROC_NET_IF_INET6 -| #define HAVE_GETADDRINFO 1 -| #define HAVE_IPV6 1 -| #define LINUX_IPV6 -| #define HAVE_INET_NTOP -| #define HAVE_INET_PTON -| #define HAVE_LIBCRYPT 1 -| #define HAVE_LIBM 1 -| #define HAVE_GNU_REGEX -| /* end confdefs.h. */ -| #include -| #include -| -| int -| main () -| { -| static struct sockaddr_in ac_i;int ac_j = sizeof (ac_i.sin_len); -| ; -| return 0; -| } -configure:7773: result: no -configure:7778: checking whether struct sockaddr_un has a sun_len field -configure:7798: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:64: error: 'struct sockaddr_un' has no member named 'sun_len' -conftest.c:64: warning: unused variable 'ac_j' -configure:7804: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "" -| #define PACKAGE_TARNAME "" -| #define PACKAGE_VERSION "" -| #define PACKAGE_STRING "" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE "zebra" -| #define VERSION "0.95" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_STROPTS_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_LINUX_VERSION_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_ASM_TYPES_H 1 -| #define HAVE_NETINET_ICMP6_H 1 -| #define RETSIGTYPE void -| #define GNU_LINUX -| #define HAVE_BCOPY 1 -| #define HAVE_BZERO 1 -| #define HAVE_STRERROR 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_DAEMON 1 -| #define HAVE_SNPRINTF 1 -| #define HAVE_VSNPRINTF 1 -| #define HAVE_STRLCAT 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_IF_NAMETOINDEX 1 -| #define HAVE_IF_INDEXTONAME 1 -| #define HAVE_GETIFADDRS 1 -| #define HAVE_NETLINK -| #define HAVE_PROC_NET_DEV -| #define HAVE_PROC_NET_IF_INET6 -| #define HAVE_GETADDRINFO 1 -| #define HAVE_IPV6 1 -| #define LINUX_IPV6 -| #define HAVE_INET_NTOP -| #define HAVE_INET_PTON -| #define HAVE_LIBCRYPT 1 -| #define HAVE_LIBM 1 -| #define HAVE_GNU_REGEX -| /* end confdefs.h. */ -| #include -| #include -| -| int -| main () -| { -| static struct sockaddr_un ac_i;int ac_j = sizeof (ac_i.sun_len); -| ; -| return 0; -| } -configure:7830: result: no -configure:7836: checking whether struct sockaddr_in6 has a sin6_scope_id field -configure:7856: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:64: warning: unused variable 'ac_j' -configure:7862: $? = 0 -configure:7866: test -z - || test ! -s conftest.err -configure:7869: $? = 0 -configure:7872: test -s conftest.o -configure:7875: $? = 0 -configure:7877: result: yes -configure:7895: checking whether in6addr_loopback is usable -configure:7915: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:7921: $? = 0 -configure:7925: test -z - || test ! -s conftest.err -configure:7928: $? = 0 -configure:7931: test -s conftest.o -configure:7934: $? = 0 -configure:7936: result: yes -configure:7953: checking whther socklen_t is defined -configure:7974: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:67: warning: unused variable 'ac_x' -configure:7980: $? = 0 -configure:7984: test -z - || test ! -s conftest.err -configure:7987: $? = 0 -configure:7990: test -s conftest.o -configure:7993: $? = 0 -configure:7995: result: yes -configure:8011: checking whether struct sockaddr_dl exist -conftest.c:61:23: error: net/if_dl.h: No such file or directory -configure:8032: result: no -configure:8038: checking whether struct ifaliasreq exist -configure:8059: result: no -configure:8065: checking whether struct if6_aliasreq exist -conftest.c:61:30: error: netinet6/in6_var.h: No such file or directory -configure:8086: result: no -configure:8092: checking whether struct rt_addrinfo exist -configure:8113: result: no -configure:8119: checking whether struct in_pktinfo exist -configure:8138: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -conftest.c: In function 'main': -conftest.c:66: warning: unused variable 'ac_x' -configure:8144: $? = 0 -configure:8148: test -z - || test ! -s conftest.err -configure:8151: $? = 0 -configure:8154: test -s conftest.o -configure:8157: $? = 0 -configure:8159: result: yes -configure:8175: checking whether getrusage is available -configure:8194: mipsel-uclibc-gcc -c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections conftest.c >&5 -configure:8200: $? = 0 -configure:8204: test -z - || test ! -s conftest.err -configure:8207: $? = 0 -configure:8210: test -s conftest.o -configure:8213: $? = 0 -configure:8215: result: yes -configure:8235: checking pid file directory -configure:8249: result: /var/run -configure:8283: checking for working htonl -configure:8313: mipsel-uclibc-gcc -o conftest -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC conftest.c -lm -lcrypt >&5 -configure:8319: $? = 0 -configure:8323: test -z - || test ! -s conftest.err -configure:8326: $? = 0 -configure:8329: test -s conftest -configure:8332: $? = 0 -configure:8345: result: yes -configure:8451: creating ./config.status - -## ---------------------- ## -## Running config.status. ## -## ---------------------- ## - -This file was extended by config.status, which was -generated by GNU Autoconf 2.59. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - -on vicente-P5K-E - -config.status:723: creating Makefile -config.status:723: creating lib/Makefile -config.status:723: creating zebra/Makefile -config.status:723: creating ripd/Makefile -config.status:723: creating ripngd/Makefile -config.status:723: creating bgpd/Makefile -config.status:723: creating ospfd/Makefile -config.status:723: creating ospf6d/Makefile -config.status:723: creating vtysh/Makefile -config.status:723: creating doc/Makefile -config.status:827: creating config.h -config.status:1047: config.h is unchanged -config.status:1211: executing depfiles commands - -## ---------------- ## -## Cache variables. ## -## ---------------- ## - -ac_cv_build=x86_64-pc-linux-gnu -ac_cv_build_alias=x86_64-linux-gnu -ac_cv_c_bigendian=no -ac_cv_c_compiler_gnu=yes -ac_cv_c_const=yes -ac_cv_env_CC_set=set -ac_cv_env_CC_value=mipsel-uclibc-gcc -ac_cv_env_CFLAGS_set=set -ac_cv_env_CFLAGS_value='-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections' -ac_cv_env_CPPFLAGS_set= -ac_cv_env_CPPFLAGS_value= -ac_cv_env_CPP_set= -ac_cv_env_CPP_value= -ac_cv_env_LDFLAGS_set=set -ac_cv_env_LDFLAGS_value='-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC' -ac_cv_env_build_alias_set=set -ac_cv_env_build_alias_value=x86_64-linux-gnu -ac_cv_env_host_alias_set=set -ac_cv_env_host_alias_value=mipsel-linux -ac_cv_env_target_alias_set= -ac_cv_env_target_alias_value= -ac_cv_exeext= -ac_cv_func___inet_aton=no -ac_cv_func___inet_ntop=no -ac_cv_func___inet_pton=no -ac_cv_func_bcopy=yes -ac_cv_func_bzero=yes -ac_cv_func_daemon=yes -ac_cv_func_getaddrinfo=yes -ac_cv_func_getifaddrs=yes -ac_cv_func_if_indextoname=yes -ac_cv_func_if_nametoindex=yes -ac_cv_func_inet_aton=yes -ac_cv_func_malloc_0_nonnull=yes -ac_cv_func_setproctitle=no -ac_cv_func_snprintf=yes -ac_cv_func_strerror=yes -ac_cv_func_strlcat=yes -ac_cv_func_strlcpy=yes -ac_cv_func_vsnprintf=yes -ac_cv_header_asm_types_h=yes -ac_cv_header_inet_nd_h=no -ac_cv_header_inttypes_h=yes -ac_cv_header_kvm_h=no -ac_cv_header_libutil_h=no -ac_cv_header_linux_version_h=yes -ac_cv_header_memory_h=yes -ac_cv_header_net_if_dl_h=no -ac_cv_header_net_if_var_h=no -ac_cv_header_net_netopt_h=no -ac_cv_header_netdb_h=yes -ac_cv_header_netinet6_nd6_h=no -ac_cv_header_netinet_icmp6_h=yes -ac_cv_header_netinet_in6_h=no -ac_cv_header_netinet_in6_var_h=no -ac_cv_header_netinet_in_h=yes -ac_cv_header_netinet_in_var_h=no -ac_cv_header_stdc=yes -ac_cv_header_stdint_h=yes -ac_cv_header_stdlib_h=yes -ac_cv_header_string_h=yes -ac_cv_header_strings_h=yes -ac_cv_header_stropts_h=yes -ac_cv_header_sys_conf_h=no -ac_cv_header_sys_ksym_h=no -ac_cv_header_sys_select_h=yes -ac_cv_header_sys_sockio_h=no -ac_cv_header_sys_stat_h=yes -ac_cv_header_sys_sysctl_h=yes -ac_cv_header_sys_time_h=yes -ac_cv_header_sys_times_h=yes -ac_cv_header_sys_types_h=yes -ac_cv_header_unistd_h=yes -ac_cv_host=mipsel-unknown-linux-gnu -ac_cv_host_alias=mipsel-linux -ac_cv_htonl_works=yes -ac_cv_lib_c_inet_ntop=yes -ac_cv_lib_c_inet_pton=yes -ac_cv_lib_c_regexec=yes -ac_cv_lib_crypt_crypt=yes -ac_cv_lib_m_main=yes -ac_cv_lib_resolv_res_init=no -ac_cv_lib_util_setproctitle=no -ac_cv_objext=o -ac_cv_path_install='/usr/bin/install -c' -ac_cv_prog_AR=mipsel-uclibc-ar -ac_cv_prog_AWK=gawk -ac_cv_prog_CC=mipsel-uclibc-gcc -ac_cv_prog_CPP='mipsel-uclibc-gcc -E' -ac_cv_prog_RANLIB=mipsel-uclibc-ranlib -ac_cv_prog_STRIP='mipsel-uclibc-strip -R .note -R .comment' -ac_cv_prog_cc_g=yes -ac_cv_prog_cc_stdc= -ac_cv_prog_egrep='grep -E' -ac_cv_prog_make_make_set=yes -ac_cv_type_signal=void -am_cv_CC_dependencies_compiler_type=gcc3 -zebra_cv_ipv6=yes -zebra_cv_linux_ipv6=yes - -## ----------------- ## -## Output variables. ## -## ----------------- ## - -ACLOCAL='${SHELL} /home/vicente/tomato/release/src/router/zebra/missing --run aclocal-1.6' -AMDEPBACKSLASH='\' -AMDEP_FALSE='#' -AMDEP_TRUE='' -AMTAR='${SHELL} /home/vicente/tomato/release/src/router/zebra/missing --run tar' -AR='mipsel-uclibc-ar' -AUTOCONF='${SHELL} /home/vicente/tomato/release/src/router/zebra/missing --run autoconf' -AUTOHEADER='${SHELL} /home/vicente/tomato/release/src/router/zebra/missing --run autoheader' -AUTOMAKE='${SHELL} /home/vicente/tomato/release/src/router/zebra/missing --run automake-1.6' -AWK='gawk' -BGPD='' -CC='mipsel-uclibc-gcc' -CCDEPMODE='depmode=gcc3' -CFLAGS='-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections' -CPP='mipsel-uclibc-gcc -E' -CPPFLAGS='' -CURSES='' -DEFS='-DHAVE_CONFIG_H' -DEPDIR='.deps' -ECHO_C='' -ECHO_N='-n' -ECHO_T='' -EGREP='grep -E' -EXEEXT='' -IF_METHOD='if_netlink.o' -IF_PROC='if_proc.o' -INCLUDES='' -INSTALL_DATA='${INSTALL} -m 644' -INSTALL_PROGRAM='${INSTALL}' -INSTALL_SCRIPT='${INSTALL}' -INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' -IPFORWARD='ipforward_proc.o' -KERNEL_METHOD='' -LDFLAGS='-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC' -LIBOBJS='' -LIBPAM='' -LIBS='-lm -lcrypt ' -LIB_IPV6='' -LIB_REGEX='' -LTLIBOBJS='' -MAKEINFO='${SHELL} /home/vicente/tomato/release/src/router/zebra/missing --run makeinfo' -MULTIPATH_NUM='1' -OBJEXT='o' -OSPF6D='' -OSPFD='' -OTHER_METHOD='' -PACKAGE='zebra' -PACKAGE_BUGREPORT='' -PACKAGE_NAME='' -PACKAGE_STRING='' -PACKAGE_TARNAME='' -PACKAGE_VERSION='' -PATH_SEPARATOR=':' -RANLIB='mipsel-uclibc-ranlib' -RIPD='ripd' -RIPNGD='' -RTREAD_METHOD='rtread_netlink.o' -RT_METHOD='rt_netlink.o' -SET_MAKE='' -SHELL='/bin/sh' -STRIP='mipsel-uclibc-strip -R .note -R .comment' -VERSION='0.95a' -VTYSH='' -ZEBRA='zebra' -ac_ct_AR='' -ac_ct_CC='' -ac_ct_RANLIB='' -ac_ct_STRIP='' -am__include='include' -am__quote='' -bindir='${exec_prefix}/bin' -build='x86_64-pc-linux-gnu' -build_alias='x86_64-linux-gnu' -build_cpu='x86_64' -build_os='linux-gnu' -build_vendor='pc' -datadir='${prefix}/share' -exec_prefix='${prefix}' -host='mipsel-unknown-linux-gnu' -host_alias='mipsel-linux' -host_cpu='mipsel' -host_os='linux-gnu' -host_vendor='unknown' -includedir='${prefix}/include' -infodir='${prefix}/info' -install_sh='/home/vicente/tomato/release/src/router/zebra/install-sh' -libdir='${exec_prefix}/lib' -libexecdir='${exec_prefix}/libexec' -localstatedir='${prefix}/var' -mandir='${prefix}/man' -oldincludedir='/usr/include' -prefix='/usr/local' -program_transform_name='s,x,x,' -sbindir='${exec_prefix}/sbin' -sharedstatedir='${prefix}/com' -sysconfdir='/etc' -target_alias='' - -## ----------- ## -## confdefs.h. ## -## ----------- ## - -#define GNU_LINUX -#define HAVE_ASM_TYPES_H 1 -#define HAVE_BCOPY 1 -#define HAVE_BZERO 1 -#define HAVE_DAEMON 1 -#define HAVE_GETADDRINFO 1 -#define HAVE_GETIFADDRS 1 -#define HAVE_GNU_REGEX -#define HAVE_IF_INDEXTONAME 1 -#define HAVE_IF_NAMETOINDEX 1 -#define HAVE_IN6ADDR_GLOBAL -#define HAVE_INET_ATON 1 -#define HAVE_INET_NTOP -#define HAVE_INET_PTON -#define HAVE_INPKTINFO -#define HAVE_INTTYPES_H 1 -#define HAVE_IPV6 1 -#define HAVE_LIBCRYPT 1 -#define HAVE_LIBM 1 -#define HAVE_LINUX_VERSION_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_NETDB_H 1 -#define HAVE_NETINET_ICMP6_H 1 -#define HAVE_NETINET_IN_H 1 -#define HAVE_NETLINK -#define HAVE_PROC_NET_DEV -#define HAVE_PROC_NET_IF_INET6 -#define HAVE_RUSAGE -#define HAVE_SIN6_SCOPE_ID -#define HAVE_SNPRINTF 1 -#define HAVE_SOCKLEN_T -#define HAVE_STDINT_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRERROR 1 -#define HAVE_STRINGS_H 1 -#define HAVE_STRING_H 1 -#define HAVE_STRING_H 1 -#define HAVE_STRLCAT 1 -#define HAVE_STRLCPY 1 -#define HAVE_STROPTS_H 1 -#define HAVE_SYS_SELECT_H 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_SYS_SYSCTL_H 1 -#define HAVE_SYS_TIMES_H 1 -#define HAVE_SYS_TIME_H 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_VSNPRINTF 1 -#define LINUX_IPV6 -#define PACKAGE "zebra" -#define PACKAGE_BUGREPORT "" -#define PACKAGE_NAME "" -#define PACKAGE_STRING "" -#define PACKAGE_TARNAME "" -#define PACKAGE_VERSION "" -#define PATH_BGPD_PID "/var/run/bgpd.pid" -#define PATH_OSPF6D_PID "/var/run/ospf6d.pid" -#define PATH_OSPFD_PID "/var/run/ospfd.pid" -#define PATH_RIPD_PID "/var/run/ripd.pid" -#define PATH_RIPNGD_PID "/var/run/ripngd.pid" -#define PATH_ZEBRA_PID "/var/run/zebra.pid" -#define RETSIGTYPE void -#define STDC_HEADERS 1 -#define VERSION "0.95" - -configure: exit 0 -- 2.11.4.GIT