Commit Diff


commit - /dev/null
commit + 2d751d16ae1ec9d168c6758ffdce7d3e547a7ce4
blob - /dev/null
blob + 1988d5a1ec650ad7324f75584fbf0a5f420f5d0f (mode 644)
--- /dev/null
+++ CHANGES
@@ -0,0 +1,918 @@
+CHANGES are always downwards compatible to earlier versions (hopefully!)
+(comment see EOF)
+
+Version 2.4.3:
+-------------------------------------------------------------------
+08-04-21   - minor fixes
+
+Version 2.4:
+-------------------------------------------------------------------
+xx-xx-11   - Too many changes to list them all! :)
+             Feature: rewritten DNS engine using c-ares!
+             Fix: if compiled with IPv6, IPv6 DNS lookups was forced to AAAA. The engine has been
+                  been made smarter. Better support for IPv4/IPv6 interoperability
+             Command: defaultipv6
+             Command: preferipv6
+             Command: braw
+             Command: bdone
+             Command: fixlistener (yeye, this is a hack to workaround a bug)
+             Command: killsocket
+             Command: bconnectn
+             Command: bquitn
+             Command: bvhostn
+             Deprecated setusername in favour of setrealname
+             Feature: MySQL IP check for banning and IP restriction (lock IP to account)
+             Feature: ability to prevent new outgoing connections or set the connect delay timer
+             Feature: admins can use bquit on a user
+             Feature: admins can use bconnect on a user
+	     Feature: improved oidentd support for both ipv4 and ipv6
+             Command: setconnectdelay
+	     Fix: psyBNC might be connecting clients too fast causing throttling
+             Fix: freeze bug \o/
+             Fix: bwho is now admin only
+	     Fix: broken proxy support fixed (http/socks4, still no socks5/authentication)
+	     Fix: fixed compile warnings when using recent compiler
+             Fix: When binding to * it caused a bind warning (* = IPv4, :: = IPv6)
+             Code cleanup, lots of tweaks and fixes
+
+Version 2.3.2:
+-------------------------------------------------------------------
+06-04-06   - Yeah, forgot a closing bracket, shame on me :)
+06-04-05   - And back again, fixing the network separator, thanks for the freaking patch, Beeth.
+             Why are finnish special chars allowed in nicks, but others not? A bit inconsequently, eh?
+03-31-05   - Reverted to pre network separator patch, ~ won't be allowed
+             in nicks in ircd 2.11.1
+	   - Renamed log to p_log so compilation triggers no warnings.
+03-25-05   - Finalized network separator patch.
+03-21-05   - Changed network separator to be customizable in p_global.h
+             Thank the .pl ircnet people to introduce ~ in nicknames :P
+	     Also set default for DCCENABLE to 0 by public request.
+02-22-05   - Fixed bug in p_sysmsg.c that caused an error with
+             gcc 3.4, because sysparty() was used before being
+	     declared. Fix provided by ksa (and got rid of DOS
+	     linebreaks)
+02-02-05   - Added QUIT logging support found and patched by mmalik
+02-01-05   - Fixed compilation error in convconf.c with gcc 3.4.x
+06-24-04   - A bug was found while terminating an ssl
+             connection from explicitly disallowed ips
+	     could lead to a denial of service
+	     found by b-l-u-b
+09-26-03   - segfaulted, when the user got kicked (only in 2.3.2-3)
+             found by ICU
+09-20-03   - multiple language file access bugs fixed
+	     found by warlord
+09-20-03   - menuconfig did react on space by redrawing the screen
+             this could lead to 99% processor usage on differently
+	     bandwithed client->server connections due to a massive
+	     amount of data to be sent. linuxconf got this bug as well.
+	     found by FireCode
+07-26-03   - some clients need a nickchange, if psybnc cant regain
+             a nick on reconnect. version 2.3.2 will always show 
+	     an extra nickchange on reconnet, when the nick
+	     from servermsg 001 doesnt fit the last used
+	     bouncer nick.
+	     found by ZZyZZ
+07-25-03   - logging off from a multiconnection always logged the last ip
+	     from where the client logged in last, even if an older client
+	     quitted.
+	     found by Jens
+07-25-03   - connection delay raised to 5 seconds
+	     needed to let oidentd time to answer correctly 
+	     found by real-riot
+07-25-03   - autoop refused to work after some time, so did banning and kicking. 
+	     after 10 kicks/ops/bans, psyBNC refused to autoop/kick/ban before the next
+	     serverping.
+	     found by many users
+07-24-03   - trafficlogging and ignores got loaded to same lists, 
+	     could result in a segfault
+	     found by ZZyZZ
+07-24-03   - segfaulted in killoldlistener, when PSYBNC.SYSTEM.HOSTn was set to '*'
+	     system dependent, also dependent, if IPV6 was enabled.
+	     found by many (about 20 mails *g*)
+07-23-03   - scripting on networks didnt work 
+	     be sure to incorporate tokens, if you are using channels in your scripts. 
+	     /SRELOAD also reloads the script for the network now 
+	     found by Jens
+07-22-03   - removed spamfilter for urls, users should use /addignore with contents they want to ignore 
+             suggested by ZZyZZ
+07-10-03   - logging on networks was buggy
+	     no token got added on trafficlogging
+	     found by me
+07-06-03   - when switchnet was used, the kick message for the network 
+	     to be made main was wrong 
+	     found by leeps
+07-05-03   - output to the traffic log didnt get flushed at write. 
+	     found by ten9
+07-01-03   - activated server events in scripting did not output coming up mode 
+	     changes/joins anymore 
+	     found by tuvok and [dave]
+06-22-03   - DCC Bug on file receive - receive of data stopped at 40k. 
+	     found by scr00ge
+06-10-03   - substring match of scripting contents as like *blah* did not get 
+	     triggered, when it was at end or at start of a matching text 
+	     e.g. "bleh blah bleh" works, "bleh blah" doesnt, so doesnt "blah bleh") 
+	     found by [nop]
+05-10-03   - if a client got kicked, the kicking client got logged twice, 
+	     and no reason got logged 
+	     found by Mob
+04-28-03   - fixed a bug in setting environment variables for a 
+	     server event
+	     found by [dave]
+04-14-03   - fixed a bug in /unadmin and /admin
+	     found by d.manglani
+
+Version 2.3.1:
+----------------------------------------------------------------------
+08-14-02   - linking to dynamic ip dialup hosts caused
+             sockets to stay open until the os detects the
+	     inavailability of the interface.
+	     found by fighter
+07-24-02   - on a big sized conf-file psybnc could eat up to
+             95% of cpu-usage.
+	     found by starlein
+07-16-02   - on startup, processor usage could become too heavy
+             found by nomercy
+07-15-02   - changed comparison of nicks to incasesensitive
+             comparison. had the disadvantage, that a log
+	     entry wasnt made, if the wrong cased nick was
+	     adressed.
+	     found by different users
+07-12-02   - on a link connecting and a user disconnecting
+             at the same moment a null pointer bug occured
+	     in p_intnet.c
+	     found by inFECT
+	   - login penalty kept functional, even if the
+	     password was changed. if the password gets
+	     changed, the penalty gets reset with this version.
+	     found by inFECT
+07-08-02   - encryption with actions did not work.
+             found by different users
+           - link relay did not work. The link host was given
+             instead of the irc server, also the connect was
+	     done to an empty hostname.
+             found by PartyAnml
+06-16-02   - in case of no activated ssl-support a dcc send or
+             a dcc file receive did not work, because the nick
+	     wasnt set correctly.
+	     found by ocr|bj
+06-08-02   - fixed a bug in parsing networks from
+             client input. The nick-command could
+	     carry a network in the content of the
+	     message.
+	     found by arakis
+
+Version 2.3.1-8:
+----------------------------------------------------------------------
+06-02-02   - fixed a bug in networking, giving channelmodes
+             no parameters, if in first two segments of
+	     CHANMODES reply.
+	     found by me
+	   - added a kind of opserv to intnet
+	     if a user had op on an intnet channel,
+	     and the channel is not cleared completely,
+	     he will get op back on reconnect/rejoin.
+	     deop and kick remove the autoflag.
+	     found usefull by me
+06-01-02   - fixed a bug in handling who in networks.
+             channelresponses did not get prefixed.
+	     found by BSB
+	   - added ison and userhost on networks and intnet
+	     found usefull by me
+05-31-02   - fixed a bug while first connect. motd got displayed,
+	     and a bad nick was given on connect during the first
+	     server connect.
+	     found by arakis
+
+
+Version 2.3.1-7:
+----------------------------------------------------------------------
+05-26-02   - fixed a bug in CHANMODE-handling of servermsg 005
+	     using wrong parameter-entries.
+             thanks to perry
+	   - own multiclient-messages on networks
+	     where not prefixed.
+	     found by dominance
+	   - channel-topic maximal length set to
+	     600
+	     suggested by dominance
+	   - listener on S=* did not work.
+	     found by dominance and others
+	   - fixed a bug in 005-Prefix-handling.
+	     saved channels on rejoin did not get
+	     the active users Prefix-modes, but the
+	     standard @+ modes. Result: wrong mode-handling.
+	     found by scr00ge
+	   - stripping off space delimited PSYBNC.SYSTEM.ME-entries.
+	     led to funny bugs, if the name consisted spaces.
+	     found by cynapses
+	   - changed the first msg asking the password back to a  
+	     notice.
+	     suggested by different users.
+
+Version 2.3.1-6:
+----------------------------------------------------------------------
+05-16-02   - added multiclient-support. You can use as many clients
+             as you wish to login into psybnc, older connections wont
+	     get overridden by a new inbound connection. you can
+	     disable this by using
+	     #define NOMULTICLIENT
+	     in the config.h - file before compilation.
+	     suggested by Snq and Getty
+	   - moved ncurses back to 'make menuconfig'. If you are
+             using the old curses-library, try make menuconfig-curses.
+	     not compatible to old curses-implementations.
+	   - Readded systemmessages for networks. The bouncer did not
+	     give any systemnotice to the user about network-connects 
+	     and disconnects.
+	   - Moved all system-notices to Messages from the nick -psyBNC.
+	     Also enabled to let the user directly send messages to
+	     -psyBNC, which would be handled as like commands.
+	     This is a kind of "psyBNC-Console".
+	     found usefull by me
+	   - ADDDCC without SSL support did not work. A cryptic error
+	     was given when a user tried to connect using ADDDCC.
+	     Found by Jens and others
+	   - Added oidentd2-Support
+	     thanks to Andi
+	   - When a ssl-Connect was not successfull, a listener-
+	     socket got closed. This resulted in an infinite Loop
+	     found by warlock
+	   - Added italian language to the lng-files.
+	     Thanks to 'Ard\ZzZz
+	   - Added asynchroneous resolving.
+	     Currently this is disabled on default, because the
+	     implementation is experimental.
+	     Idea by Aaron-[FGW]
+	   - Removed random nicks, if nick isnt available.
+	     The nick will be finished by a number, if the nick
+	     isnt available, e. g. psychoid would become _psychoid, if
+	     that nick would not be available as well, psychoi22.
+	     Requested by fighter, inFECT and p.
+	   - Added additional stoned check every 120 seconds for 240 seconds
+	     possible delay of server response. The delay to check a stoned
+	     server can be defined by
+	     #define STONECHECKDELAY nn
+	     e.g.
+	     #define STONECHECKDELAY 300
+	     and the waiting delay for an answer from the server before
+	     disconnect can be set by using
+	     #define STONETIME nn
+	     e.g.
+	     #define STONETIME 240
+	     Requested by fighter and inFECT
+	   - Improved Nick regain. Tries to regain nick all 10 seconds.
+	     Requested by fighter and inFECT
+	   - Added login penalty. If 3 tries of login are answered with
+	     a false password, futher logins in a time of 10 minutes
+	     plus random seconds (max. 50) dont succeed. This is thought to
+	     disallow bruteforce-cracking of psybnc-Passwords from known
+	     logins.
+	     Suggested by different users
+	   - fixed a segfault in menuconfig
+	     found by Andi 
+	   - fixed dcc-handling without using the own VHOST for connects
+	     found by sebi
+	   - removed the reference to gettxt(), it had collisions with
+	     solaris 5.8 using a standard-gettxt() implementation.
+	     found by Cajoline
+	   - changed VHOST to BVHOST. This was needed, because some
+	     ircds offer an inbuild VHOST-Command.
+	     suggested by different users.	     
+	   - changed BVHOST to be usable by admins for other users.
+	     just use BVHOST username :host if you are an admin.
+	     suggested by different users.
+	   - added network-deletion on userdeletion.
+	     found by me     
+           - added own messages to appear on
+	     the other own clients, if multiclients
+	     are connected
+	     requested by Snq
+	   - added prefix (servermsg. 005) handling.
+	     suggested by yath (sorry, no Prefixnames needed)
+	   - passwordchanges only changed the password for the
+	     main network
+	     found by getty
+	   - askop/autoop also where triggered, when the user
+	     had no op.
+	     found by ZZyZZ and denniz
+	   - fixed a segfault in user deletion
+	     found by Polobeer
+	   - fixed a bug in curses menuconf. Double usage
+	     of variable and call in menubox.c, and a
+	     reference to ncurses.h in dialog.h
+	     found by Snq
+	   - removed static compilation. Possibly its more safe
+	     on ptrace sniffing to compile a static binary, but on
+	     the other hand a static binary consumes too many resources
+	     and is problematic to compile on different os/archs, and
+	     it also wont compile with shared ssl-libraries.
+	     found usefull by me
+	         
+Version 2.3:
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+01-22-02   - Bug in Channel-Encryption solved by appending a 
+             key checksum inside of the encrypted text.
+	     e.g <user> [B]text text text <1522>.
+	     If checksum doesnt match the known value,
+	     you can be pretty sure the given text is spoofed.
+	     found by Brian Rhea
+09-27-01   - crypted keys for channels
+             suggested by warlock
+
+Version 2.3BETA:
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+09-15-01   - fixed USER.LOG-Entries in the language-Files
+	     found by tric
+09-09-01   - Removed a crash on a missing motd/ - directory
+09-09-01   - Moved the user-logs to log/
+09-09-01   - Replacement of '%' to the cyrillic 'ja' (255)
+             to character 127.
+	     found by Litil Divil
+09-09-01   - Changed ncurses to curses. 
+	     Also an issue for OpenBSD and other os
+	     found by Szymon Czyz
+09-09-01   - Fixed a bug on compilation on OpenBSD
+	     occured due to problems in stdargs
+	     found by Real-Riot
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+07-25-01    - Bugfix in dcc-Chats, psyBNC crashed when
+              trying to establish a dccchat.
+              found by coke
+07-25-01    - Added SSLPATH to the config.h 
+              and "SSL-Path" and "SSL-SecLevel" to
+	      menuconfig
+	      suggested by tric
+07-25-01    - Fixed a segfault in menuconf when
+              adding Users.
+	      found by acidangel
+07-25-01    - Fixed a bug in SSL-Constants, which only
+	      got declared, when Scripting was enabled.
+	      psyBNC could not be compiled, when scripting
+	      was disabled.
+	      found by warlock
+07-17-01    - Bugfix in Translation, altavista once
+              again changed their output format.
+	      Also added korean, japanese, spanish
+	      and russian to the translateable languages.
+	      found by different users
+07-13-01    - Added /ADDIGNORE,/LISTIGNORE, /DELIGNORE
+              to allow psyBNC to ignore special contents
+	      and/or Users.
+	      suggested by warlock
+07-13-01    - Added language Files
+	      English or German can be choosen online
+	      by setting /SETLANG german or /SETLANG english.
+	      The language files are put into the
+	      directory lang/.
+	      If you want to translate psybnc to other
+	      languages, please send the results to be
+	      included into psybnc to psychoid@lam3rz.de
+	      Also, new files in the subdir /help have to
+	      be added.
+	      menuconf, README, CHANGES, SCRIPTING and COPYING are only
+	      available in english.
+	      found usefull by me
+05-27-01    - added SSL-Support. This needs openssl locally installed.
+              Added cert/public key check as well.
+              Get openssl at www.openssl.org.
+	      psyBNC also allows to listen on encrypted ports.
+	      Links between psyBNC can be setup to be encrypted
+	      on ssl.
+	      For clients you can use 'stunnel' to your
+	      bouncer with version 2.3.
+	      get stunnel at www.stunnel.org.
+              suggested by different users.
+05-27-01    - Removed the old psyPipe-stylish Link-Encryption.
+              That has to be done using SSL Listeners.
+	      consequence from adding SSL
+05-13-01    - Moved accepting/Connecting fully to p_socket.c
+              found usefull by me
+
+
+Version 2.2.2:
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+04-14-01   - removed a bug in tokening networks
+             found by {alex}
+	   - removed all // - comments for old gcc-compilers
+	     suggested by dor
+	   - added checking for sys/time.h and time.h. did not
+	     compile on newer glibc-hosts.
+	     found by different users.
+
+Version 2.2.2BETA:
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+03-24-01   - removed internal references to (v)snprintf,and referenced
+             it to ap_(v)snprintf in all cases. removed parameters %p 
+	     and %n from the list of usable formats.
+             enhances security a bit.
+           - usage of getipnodebyname instead of gethostbyname2 in the  
+	     case of SunOS-IPV6-Extensions
+             suggested by eldoc
+	     patch by duckel
+           - removed a sigsegv in resolve (null-pointer)
+           - added command AUTOGETDCC
+             only use this command if you are sure that you would
+             like psybnc to get all files sent.
+             suggested by steve_ (with default setting to OFF)
+           - removed the annoying ACOLLIDE-Feature
+             suggested by those, who where annoyed by nick-changes
+           - fixed a bug in network-modes, where the network-name
+             was put at the end of a mode-line
+             found by real-riot
+           - fixed a bug in writing the pid-file, changed from
+             ending \r\n to \n.
+             suggested by different users
+           - set AUTOREJOIN by default to 0 (=off)
+             if the bouncer should rejoin channels on kick/kill,
+             set this to 1. (/AUTOREJOIN 1)
+             suggested by those, who where annoyed by rejoining clients.
+	   - fixed some bugs in menuconfig
+	     found by different users
+	   - removed some bugs in the english-phrases (confifuration, 
+	     too much input..)
+	     suggested by dor
+
+Version 2.2.1:
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+10-28-00   - removed MIBs snprintf and replaced
+             it to apaches snprintf.
+	     should compile on Digital Unix/solaris older as well now
+	     suggested by illusi0n
+10-27-00   - fixed the channelsaving, so that channels
+             would be saved on join
+	     found by wudoo
+	   - fixed DCC timout handling running into a null pointer
+	     found by AndrewX
+	   - fixed a bug in BHELP on aliases
+	     found by AndrewX	     
+	   - fixed a bug in trafficlogging
+	     found by different users
+
+Version 2.2.1(beta):
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+10-21-00   - fixed compilation of convconf.c, which
+             wont compile on systems without snprintf
+	   - added checking, if libbind is needed
+	     found by bats
+	   - added command AUTOREJOIN to disable 
+	     rejoining channels after being kicked
+	     requested by different users
+	   - dcc handling wrote chat and send requests
+	     to networks to the main network
+	   - found by CAJOLiNE	   
+10-14-00   - fixed whois on network, added networktokens
+             found by arakis
+	   - fixed invite on network, added networktoken
+	     found by arakis
+	   - fixed menuconfig-compile-bug
+	     found by spy
+	   - network-mode wasnt right parsed
+	     found by arakis
+	   - added DCCENABLE, to allow to set on the bouncer
+	     to allow DCCs answered by the bouncer. Default
+	     set to 1 (=enabled).
+	     suggested by arakis
+	   - added timeout period to wingate and socks-connect (3 seconds)
+	     before sending USER and NICK.
+	     suggested by arakis
+	   - fixed some bugs in scripting
+	     found by kode54
+	   - added IPs only to hostallows
+	     suggested by zycx
+10-02-00   - Added Pn Parameters to scripting, which divides
+             the ircinput to different Parameters
+	     suggested by CAJOLiNE
+10-02-00   - did not compile on solaris. Thanks to Phil Tyler
+             for support :)
+10-02-00   - on *BSD, the DCCANSWER command did not work.
+             This happened because of a different handling
+	     of numeric resolves under BSD.
+	     found by CAJOLiNE
+10-02-00   - If crypting was disabled, the bouncer could not
+             compile because of variables still needed but
+	     not defined.
+	     found by ZZyZZ
+10-02-00   - If a link in intnet was removed, all clients
+	     quitted because of a wrong disconnecting-order
+	     in the removelink-handling.
+	     found by me
+10-02-00   - crash on bogus DCC SEND and DCC CHAT requests
+	     this bug was already fixed in a "fast-patch", called
+	     psyBNC2.2p1.
+	     found by cras
+10-02-00   - if userdir wasnt writeable, the bouncer crashed.
+             found by HERZ
+10-02-00   - If linkage was turned off, the bouncer could not compile
+             because it missed the "cmdrelink"-routine.
+10-02-00   - In scripting, the content mask-compare did not work.
+             found by AndrewB
+10-02-00   - .ispoof was create rw User only, so a nobody-oidentd
+             could not read it.
+10-02-00   - the leavequit-command triggered the antiidle-flag.
+10-02-00   - cleaning up structure
+10-02-00   - A bug in names and networks set the userflag
+	     behind the network token.
+	     found by jerky
+10-02-00   - Server notices and messages dont get logged anymore
+             suggested by Tha-Mob
+
+Version 2.2:
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+08-13-00   - Changed the mode handling for scripting, so
+             every single mode will be handed over.
+	   - Added timeouts to resolves
+08-05-00   - Added SWITCHNET to switch from the main to another
+             network.
+	   - Added LEAVEQUIT to leave all channels when signing off
+	   - Added LEAVEMSG $QUIT, if set to $QUIT, the leavemsg will
+	     be posted from the text to the quitmessage
+	   - made a cronny script
+07-20-00   - Added scripting (cgi-stylish)
+             See the readme and the litte example script
+	     in scripts/example.
+	   - Added DCC Chat & Files
+	     Allows you to dcc chat directly from the
+	     bouncer and to receive/send files from and
+	     to the shell.
+	     DCCCHATS are to be enabled with
+	     #define DCCCHAT
+	     and DCC File send/receive with
+	     #define DCCFILES
+	   - IPv6 Support
+	     psyBNC allows from version 2.2 the support
+	     of IPv6 in every mean. This includes listening
+	     and connecting to IPv6 hosts. Also implemented
+	     is DCC CHAT6 and DCC SEND6, but this is
+	     still experimental, and only hell knows, if
+	     it will be solved the way psybnc uses it.
+	   - Support of oIdentd added
+	     psyBNC allows the method of ident spoofing
+	     oIdentd supports. 
+	     Use
+	     #define OIDENTD
+	     in the config.h File to enable it.
+	   - Moved all single INI-Files to one config file
+	     called psybnc.conf by default.
+	   - Multiple Listeners
+	     psyBNC can listen on as many ips and Ports
+	     as which are defined in the psybnc.conf file.
+	     This also allows to listen on an intranet ip
+	     and not as it was in 2.1 only on ALL interfaces.
+	   - Moved channels/names to internal 
+	     This allows names and channelspecific informations
+	     much faster to be sent to the user, and will
+	     not create traffic on the server when the user
+	     rejoins psyBNC.
+	   - Reorganized string routines, reorganized socket
+	     string builds.
+	   - Invented an internal ircd into psybnc, which 
+	     can be adressed by using int~ as token.
+	     This will be shared thruout the linked
+	     network of psybnc, and allows all modes
+	     including kicks/bans/op/voice.
+	     This was done to replace the old &partyline,
+	     which still can be used by setting the 
+	     compiling option.
+	     The internal network can be enabled by entering
+	     #define INTNET
+	     and the old partyline channel by
+	     #define PARTYCHANNEL
+	     to the config.h File.
+	   - Flood protection
+	     The serverside socket will wait for a server
+	     reply before sending additional strings to
+	     the server. This allows sending many lines
+	     of text without getting flooded. The maximum
+	     same total number of bytes is set to 700.
+	   - Singleusermode / Multiusermode
+	     If Multiusermode is disabled, the login has
+	     not to fit to the added user, only the
+	     password is being checked. Also, the user
+	     may not add any other users than himself.
+	     Multiusermode gets defined with 
+	     #define MULTIUSER
+	     and singleusermode will be active, when
+	     MULTIUSER is not defined.
+	   - Anonymous Mode
+	     This allows to open the proxy for anonymous
+	     users, so every login would be successfull.
+	     Will be enabled with #define ANONYMOUS.
+	   - Dynamic Mode
+	     This will kill the server connection after
+	     a user signed off from the bouncer.
+	     Will be enabled with #define DYNAMIC
+	   - Provider Configuration
+	     The shellprovider can define a global
+	     psyBNC config.h by putting this into
+	     /psybnc/config.h. On Compilation that
+	     config will be used.
+	   - Bugfixes in Networking
+	     The user did not see modes or nickchanges
+	     correctly on secondary networks.
+	   - The possibility to switch networks off
+	     by removing the NETWORK define from
+	     the config.h, the user cannot create any
+	     new Networks.
+	   - Bugfixes in Parsing
+	     Some Bugs in Parsing of IRC-Strings
+	     could crash the bouncer.
+	     This has been solved with 2.2.
+	   - Wrote a menuconfiguration with GUI
+	     for psyBNC.
+	     Just use 
+	     make menuconfig
+	     to start it.
+	   - Deleted the os specific makefiles and
+	     replaced them with a selfdetecting 
+	     configuration tool, which will sense
+	     the abilities of the system.
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+(last changes for 2.1)
+06-02-00   - Altavista decided to change their website at
+             babelfish.altavista.com, so i had to rebuild the
+	     translation part.
+04-19-00   - added password for servers
+             see the changed syntax in /quote bhelp addserver
+	     requested by plato
+	   - added allow to switch logging off
+	     just add
+	     #define NOLOG
+	     into the config.h before compiling
+	     requested by [DRACON]
+01-17-00   - another Bug in p_idea.c fixed
+             found by XanTheR
+	   - partyline channel joining fixed
+	     found by bla
+	   - erasemainlog crash fixed
+	     found by plato
+	   - added spamcheck / "you have notes waiting" filter
+	     for private logging
+	     i was annoyed by this :)
+	   - whois bug fixed, if a whois on another nick was set
+	     before reconnect, his channels were shown as to be on.
+	     found by herz
+	   - talk encryption also encrypted DCC requests and other
+	     none-Message PRIVMSG transmissions.
+	     2.1.1 will handle this messages correctly.
+	     Warning: The Change for ACTION is NOT downwards compatible.
+	     found by ace24
+	   - a typo bug in ADDALLOW and DELALLOW to ADDALOW and DELALOW
+	     reported by different Users
+	   - relaying was disfunctional
+	     found by mac
+	     
+Version 2.1:
+
+date       boog/enhancement
+----------------------------------------------------------------------
+12-25-99   - crashed, when two partys got an encrypted talk
+             established, and bogus data was sent using the
+             IDEA prefix ([I]).
+             found by gatecrash and by XanTheR
+           - removed SIGDIE-action
+             will now ignore any TERMINATE request.
+           - bug fixed in linkage, crashed on uplink loss
+             found by plato
+           - did not compile on sunos-sparc (no static compiling)
+             found by _enigma     
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+11-29-99   - added connection and talk encryption
+	     see the readme or /bhelp ENCRYPT for further infos.
+	     requested by me
+	   - redevelopment of the connection handling
+	     this demon can really handle 500 connections w/o lag now :)
+	     requested by me
+	   - full channellogging
+	     see /bhelp PLAYTRAFFICLOG for more infos.
+	     requested by different users
+	   - added a "last on" field to /bwho
+	     requested by mac
+	   - redevelopment of the help function and
+	     creating help texts for any topic
+	     requested by those who dont understand everything :)
+	   - the partyline has been moved to a partychannel..
+	     but dont try to join it on irc, it's not really existent :)
+	     the channel is &partyline by default, until you dont part it,
+	     see p_global.h if you want to change it. still downwards
+	     compatible. A user with old psybnc will still see $$ as
+	     partyline, also in a new psybnc network.
+	     you are automatically joined to it :)
+	     mentioned by me, accepted by all tcl members :)
+	   - sysmsg-command removed
+	     well, just part the partyline channel if you are annoyed :)
+	     consequence from doing a partychannel
+	   - hostallows included
+	     This allows you to set hosts which may connect the bouncer.
+	     see /bhelp ADDALLOW or /bhelp DELALLOW.
+	     requested by me.
+	   - translator included
+	     This allows you to translate queries in italian, german,
+	     french or portugese to english and vice versa.
+	     see /bhelp TRANSLATE for further infos.
+	   - setaway splitted into /setaway, /setawaynick and
+	     /setleavemsg.
+	     requested by bla.
+	   - changed the makefiles.
+	     please read the readme file.
+	   - added channel key support.
+	     you can set a key for channel joins.
+	     requested by XanTheR
+	   - added autoop features
+	     allows you to set users and their hostmasks to autoop.
+	     be sure not to use this feature extensivly. Autoop is
+	     extremeley insecure.
+	     requested by keule and others.
+	   - added external proxy support.
+	     For Usage of sock4, WinGates and Webproxys which allow
+	     the CONNECT request.
+	     requested by different Users.
+	   - made the 5000 lines of code modular.
+	     it was really time to do that.
+	     requested by wudoo (i hope you get it now *g*).
+	   
+Version 2.0.2:
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+08-16-99   - eggies newer than 1.3.2x needed to wait for input done
+             before sending the user/password
+	     found by nomercy
+	   - allows you to switch off systemmessages in the
+	     partyline using /SYSMSG 0 and to turn it off
+	     using /SYSMSG 1
+	     requested by multiple users
+	   - BitchX needs names messages after JOIN message of each
+	     channel. The bouncer will now send a fake answer and
+	     then send the real answer on names gotten from the server
+	     it should work now.
+	     requested by multiple users
+	   - Some clients (as like mIRC) retreive the local IP
+	     from the 001 Message the server responds. 
+	     This is fixed, the motd will contain the users real
+	     ip now.
+	     found by multiple users.
+	   - When reconecting to the bounce, it randomly reasked
+	     for op sometimes.
+	     found by gatecrash    
+
+Version 2.0.1:
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+07-29-99   - dead connections solved, when a client machine
+             got offline without the bouncer noticing it
+	     found by gatecrash
+	   - on third /adddcc the bouncer got to a endless loop
+	     found by coke
+	    
+Version 2.0:
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+07-18-99   - when /relaylink was set to 0, the message
+             from the bouncer answered with "relay enabled", and
+	     on setting to 1, with disabled. Just a wrong message *g*
+	     found by coke.
+07-17-99   - usernames with 0-length did not appear
+	     on the BWHO list. 
+	     found by me
+	   - added SETUSERNAME to set the username
+	     to a user defined string
+	     requested by denniz
+	   - changed the email of the systemmessages.
+	     requested by myself
+	   - automatically setting MODE +i-s nick on connect
+	     to prevent the filling of the logs with spam
+	     requested by myself
+07-09-99   - fixed a bug which occurs on removing 
+	     a nonexistent dcc session, which resulted
+	     in a deadlock and processor usage of up to
+	     90 %. heavy one :)
+	     found by birdy
+07-07-99   - fixed IAM broadcasting in bouncer linkage
+	     found by me
+	   - fixed linksaving only saving 4 digits ports
+	     found by dracon
+	   - fixed message multiposting on multiple clients
+	     found by plato
+	   - fixed wrong nick adressing
+	     found by me
+	   - fixed posting the partylines query
+	     to the current users partyline nick
+	     found by me
+06-29-99   - Crypting of Passwords
+             requested by SpWn
+	   - variable Memory - Management    
+	     this improves the Performance on < 586 Processors.
+	     also the memory used is drastically reduced.
+	     requested by gatecrash and others
+	   - Multinetworking
+	     requested by myself
+	     idea by scut
+	   - Linking of Bouncers    
+	     requested by myself
+	   - No Nick Change on Nick Loss
+	     found by Coke
+	   - fixing the Setaway-Query
+	     found by SpWn  
+	   - Bot-DCC
+	     requested by myself
+
+Version 1.2:
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+06-19-99   - The Nick was changed until regained
+             This Function was thought as anticollide due
+	     to the fact a nick is only lost in being a
+	     collide victim. Changed this to an option.
+	     Just use /quote acollide 0|1 to remove or
+	     set Nick cycling after loss.
+	     found by plato.
+	   - The Partyline query to $NICK was lost 
+	     when the ircnick was changed compared
+	     to the login. This is fixed.
+	     found by plato and hotacid.
+	   - AskOp could flood the bouncer, when too
+	     much bots where added. This version always
+	     only asks one bot/bounce for op for every channel.
+	     found by dracon and julze.
+	   - changed the command /quote ADMIN to /quote MADMIN
+	     /admin is a standard irc command and therefore
+	     conflicts with the bounce command.
+	     found by myself.    
+	   - changed server-Ping-reply to asked content
+	     Thats needed on spoof-checking irc-servers.
+	     found by myself.
+
+Version 1.1:
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+06-01-99   - finally created a makefile *g*
+05-31-99   - maximum Users fixed.. some maxuser entrys still
+	     where constant :)
+	     found by myself
+05-25-99   - fixed a bug in connecting from blocking sockets
+	     bugged transmission of data
+             (some windoze sockets are blocking only)
+	     found by myself
+05-24-99   - fixed a timeout bug in readsock(), which could lead
+	     to denial of service to the proxy - heavy one :)
+	     found by myself
+05-23-99   - fixed PASSWORD bug on displaying the currentusers pass
+	     found by plato
+	   - added unset of away when reconnecting to the bouncer
+	     using setaway
+	     requested by dracon
+05-21-99   - fixed timeouts on connects
+	     found by xanther
+	   - fixed a bug in deleting first added server,
+	     resulting in error message "no server added"
+	     found by dracon
+	   - fixed bjump, did not save actual channel stats
+	     found by sister_j
+	   - changed /password to let admins set passwords
+	     of users
+	     requested by dracon
+	   - added /setaway to set a leaving message that will be
+	     posted to the channels and set as away text when leaving
+	     the bouncer.
+	     based on a request by plato.    
+	   - added nonblocking to build connections
+	   - added channel flags to all maskcommands
+	   - added a setaway function
+	   
+Version 1.0:
+
+date	   boog/enhancement
+----------------------------------------------------------------------
+
+05-12-99   - fixed antiidle, rejoining and reasking for op
+             on join
+	   - replaced autopong to a server ping for normal
+	     timing
+	   - added ./make.sunos, i hope it works :)
+
+------------------------------------------------------------------------
+\x68\x48\x69\x2e\x0a\x89\xe1\x31\xc0\x31\xdb\xb0\x04\x89\xc2\xcd\x80\xb0\x01\xeb\xfa
blob - /dev/null
blob + a43ea2126fb6b114bff5f8e003ee118e045dacf1 (mode 644)
--- /dev/null
+++ COPYING
@@ -0,0 +1,339 @@
+		    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+                          675 Mass Ave, Cambridge, MA 02139, USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+		    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+			    NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+		     END OF TERMS AND CONDITIONS
+
+	Appendix: How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) 19yy  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) 19yy name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Library General
+Public License instead of this License.
blob - /dev/null
blob + 9466b29cfa33c37383eed3749bc6e469e9b3c8a2 (mode 644)
--- /dev/null
+++ FAQ
@@ -0,0 +1,71 @@
+Frequently Asked Questions - up to version 2.3.2
+--------------------------
+
+Q: I tried to add a User for getting Op from psybnc with /ADDOP.
+   He tried /msg bouncer op password, but it did not work ! What is
+   wrong ?
+A: A question to psyBNC for op has always to include the channel.
+   So if a user asks for op, he has to do:
+   /msg bouncer op password #channel
+   to get op.
+
+Q: I added a friend to my bouncer but he can't connect. The bouncer says 
+   "WRONG PASSWORD" although i did check the password and it's correct !
+A: Bouncer login is completed from two parts. One is LOGIN NAME other is PASSWORD.
+   If you do a /ADDUSER, then the first parameter of ADDUSER isn't the nick, but
+   the ident field.
+   Both must be correct in order to succesfully LOG-IN ! In mIRC you must set the 
+   IDENT to the name that you are added in bouncer. But be carefull ! Sometimes in 
+   IRC the ident doesn't work right. So you must also set E-MAIL ADDRESS to that 
+   name !
+
+Q: I use bouncer but i can't DCC CHAT or SEND. What is wrong ?
+A: In mIRC you should change the settings under LOCAL INFO -> LOOKUP METHOD to NORMAL. 
+   You should also make sure that you have ON CONNECT ALWAYS GET: Local host & IP 
+   checked !
+
+Q: I connected my bouncer to BounceNet. But then i had to reinstall it. Now it won't 
+   connect again even if i added the /LINKTO correctly.
+A: The link must be added again on BOTH sides. Bouncer uses a verification which was 
+   deleted when you reinstalled bouncer. Just make sure the ADMIN on the other side 
+   adds your bouncer again.
+
+Q: I have added a BOT DCC to my bouncer. It worked great. Now it's gone. What sould i 
+   do ?
+A: Problems like this or simmilar always use REHASH. Warning ! This will close your 
+   connection !
+
+Q: My bouncer is active but not on the IRC NETWORK. When i do /bconnect it says: 
+   You are not marked as quitted. 
+   What to do ?
+A: Check the server that you have added. Check that the IRC server in ServerList 
+   allows connection from that host. If both is verified then the reason is possibly 
+   this. Your bouncer got disconnected from IRC by some error. Use /BQUIT to mark 
+   it as quitted then use /BCONNECT again 
+
+Q: I set bouncer so that it asks OP from a bot. I am added in bot and i checked my 
+   password. But nothing happens. What is wrong ?
+A: Usually eggdrops have a general command used to gain OPs . It's 
+   /MSG BotName OP password. In your case the bot might have different command to 
+   ask OPs from. Bouncer can only ask OPs the normal way.
+
+Q: I would like to suggest a Bugfix/Change to psybnc. Whom should i ask ?
+A: Please see www.psybnc.at for contact information.
+
+Q: I want psyBNC to keep my Nick ! Why doesnt it do ?
+A: psyBNC tries to keep the nick you last set using your client. So if you login 
+   using the nick 'user', it would try to regain the nick 'user' all 10 seconds.
+   
+Q: I want to have an autovoice/autonotice/automessage command in psyBNC
+   Will you build it in ?
+A: Please try to use scripting for your special purposes (e.g. msging 
+   a channel- or nickserv on networks with services)
+   Autovoice will be solved for Version 2.4, when autoop will be 
+   changed to automode.
+
+Q: I found psyBNC on a hacked Host ! Why do you code such an evil tool
+   which is being used on hacked Hosts ?
+A: psyBNC is used legally by the majority of its users on their own hosts or
+   shells. psyBNC and its author is not responsible for an intrusion, its just
+   a tool someone used unauthorized on your host. Dont mix up a used tool
+   with an incident.
blob - /dev/null
blob + bc6644463bed2b2802d41d213ac83466a16a9001 (mode 644)
--- /dev/null
+++ Makefile
@@ -0,0 +1,78 @@
+CC	= gcc
+LD	= gcc
+CFLAGS	= -Wall -ggdb
+
+all:	$(OBJS)
+	@echo Initializing bouncer compilation
+	@echo [*] Running Conversion Tool for older psyBNC Data.
+	@$(CC) tools/convconf.c -o tools/convconf
+	@tools/convconf
+	@echo [*] Running Autoconfig.
+	@$(CC) -I. tools/autoconf.c -o tools/autoconf -DCC=\"$(CC)\"
+	@tools/autoconf
+	@echo [*] Compiling MakeSalt for Encryption..
+	@$(CC) -I. -o makesalt tools/makesalt.c
+	@./makesalt
+	@echo [*] Compiling Bouncer..
+	@make -f makefile.out
+	@ls -al psybnc
+	@echo done.
+
+autoconf:
+	@echo [*] Running Autoconfig.
+	@rm -f tools/autoconf
+	@$(CC) -I. tools/autoconf.c -o tools/autoconf -DCC=\"$(CC)\"
+	@tools/autoconf
+	
+menuconfig:
+	@echo Initializing Menu-Configuration
+	@echo [*] Running Conversion Tool for older psyBNC Data.
+	@$(CC) tools/convconf.c -o tools/convconf
+	@tools/convconf
+	@echo [*] Running Autoconfig.
+	@$(CC) -I. tools/autoconf.c -o tools/autoconf -DCC=\"$(CC)\"
+	@tools/autoconf
+	@echo [*] Creating Menu, please wait.
+	@echo This needs the 'ncurses' library. If it is not available, menuconf wont work. If you are using 'curses', use make menuconfig-curses instead.
+	@$(CC) menuconf/menuconf.c menuconf/inputbox.c menuconf/util.c menuconf/checklist.c menuconf/menubox.c menuconf/textbox.c src/snprintf.c $(CFLAGS) -I. -lncurses -lm -o menuconf/menuconf
+# 2>/dev/null
+	@menuconf/menuconf
+	@clear
+	@echo Now compile psyBNC using make, if not yet compiled, or if Options were changed.
+	@echo done.
+
+menuconfig-curses:
+	@echo Initializing Menu-Configuration using Curses
+	@echo [*] Running Conversion Tool for older psyBNC Data.
+	@$(CC) tools/convconf.c -o tools/convconf
+	@tools/convconf
+	@echo [*] Running Autoconfig.
+	@$(CC) -I. tools/autoconf.c -o tools/autoconf -DCC=\"$(CC)\"
+	@tools/autoconf
+	@echo [*] Creating Menu, please wait.
+	@echo This needs the 'curses' library. If it is not available, menuconf wont work.
+	@$(CC) menuconf/menuconf.c menuconf/inputbox.c menuconf/util.c menuconf/checklist.c menuconf/menubox.c menuconf/textbox.c src/snprintf.c -DNONCURSES -I. -lcurses -lm -o menuconf/menuconf 2>/dev/null
+	@menuconf/menuconf
+	@clear
+	@echo Now compile psyBNC using make, if not yet compiled, or if Options were changed.
+	@echo done.
+
+c-ares: src/c-ares/.libs/libcares.a c-ares-done
+
+src/c-ares/.libs/libcares.a:
+	@echo Configuring and building c-ares, this can take a while..
+	cd src/c-ares && make clean; ./configure --disable-shared --enable-static && make
+	@echo
+
+c-ares-done:
+	@echo The c-ares library has been built successfully. You can now compile psyBNC.
+
+dist:
+	cd ..; tar -cvf psyBNC2.4.tar psybnc; gzip -c psyBNC2.4.tar > psyBNC2.4.tar.gz; rm psyBNC2.4.tar
+
+clean:
+	@echo Cleaning.
+	rm -rf src/*.o
+	rm -f psybnc menuconf/menuconf tools/autoconf tools/makesalt tools/sys tools/convconf
+	rm -f tools/chkbind tools/chkdns tools/chkenv tools/chkipv6 tools/chkmysql tools/chkresolv
+	rm -f tools/chksock tools/chkssl tools/chkmysql tools/chktime tools/chkdns
blob - /dev/null
blob + 734c44b2edc607d35ba27480fb68b9c39eea212c (mode 644)
--- /dev/null
+++ README
@@ -0,0 +1,877 @@
+psyBNC 2.4
+------------
+
+This program is useful for people who cannot be on irc all the time. Its used to 
+keep a connection to irc and your irc client connected, or also allows to act as 
+a normal bouncer by disconnecting from the irc server when the client disconnects.
+
+Being installed on a shell with a permanently connected machine you stay connected 
+as long you want or until the program crashes *g*.
+
+Due to the fact this programm allows multiple Users at the same time (just change 
+MAXUSER in the config.h file to get less or more possible Users) you can also trade 
+kinds of connections with other people running only one backgroundtask at all. 
+Thats very interesting by using shells which prohibit more than one backgroundtask.
+
+Remember, sometimes admins also care about traffic, traffic by one client connected 
+to irc is approx. 170 MBytes of traffic per month.
+
+If you would have 10 clients connected and it gets 1.7GB of traffic it also may
+become serious to your shell :)
+
+psyBNC2.0 has been completely rewritten in memory Management. Until Version 1.2
+the user structures had been held constant available. From Version 2.0
+every structure will be created on demand. Also files will be only read once
+to improve performance.
+
+psyBNC2.1 has been completely rewritten in socket management. Up to Version 2.0.2
+every socket was single selected for socket action. From 2.1 on, a select appears
+once, then all sockets will be processed. This enhances performance on a big
+amount of connections rapidly and lets them being processed without any lag.
+Also, psyBNC2.1 has been structurized. psyBNC1.0 was meant as pipe only, and
+it grew in the meantime.
+
+psyBNC2.2 has been completely rewritten in string and configuration files handling. 
+From 2.2, psybnc only uses one config file at all, which even can be given at the 
+first argument at start of psybnc. Also channel handling was rewritten for 2.2, 
+every names-list and hostlist of users and channels will be kept in psybnc-memory, 
+so that a connect would return all channelmodes and users as fast as possible
+without creating traffic to the server.
+
+psyBNC2.3 has not been completely rewritten. But ssl was added, and all strings where 
+moved to Parameter-Files to allow different languages. Also, a nice SCRIPTING manual 
+was added. And some bugs fixed.
+
+psyBNC2.4 has been rewritten in DNS and ipv4/ipv6 handling. From this version psyBNC
+depends on the DNS library called c-ares. If it is not available system-wide, it can
+easily be compiled with make c-ares. Other bugs have been fixed as well including
+the well-known "freeze-bug".
+
+The OVERVIEW:
+-------------
+
+a.) Compiling
+b.) setting up
+
+What is psyBNC capable of ?
+
+1.) It stays connected when you disconnect
+a.) The DYNAMIC flag disables this
+2.) It allows Full Online Administration, the only thing you will have
+    to set up before starting is your port where the demon should
+    listen (standard is set to 31337. arent we cool ?).
+    Also, psyBNC 2.2 and up offers a GUI-Interface for setting up the
+    major settings for psyBNC. just insert
+    
+    make menuconfig
+    
+    at your shell prompt. Be sure your terminal program allows
+    the handling of curses and the shell host has curses installed.
+    
+3.) It allows VHOSTS. It also allows the usage of VHOSTS on linked
+    bouncers, if the admin declared the link to your bouncer as
+    relaylink.
+4.) It allows you to set bans on the client
+5.) It allows you to set Users who could get op from psyBNC matched
+    by password and hostname.
+6.) It allows you to set Hosts and Passwords to clients, where psyBNC
+    could get ops from, if it once get disconnected or you
+    just want to automize that process even when you are connected.
+    Also, it allows the automatic connection build to eggdrop and
+    getting ops from those (see bot-dcc).
+7.) Its absolutely floodproof due to the fact it has no responses at
+    all. From 2.2, it got a reliable flood protection, so you 
+    even could post full articles to channels without getting
+    flooded.
+8.) Its hack proof (as far as i can say *g*)
+    It has no backdoors.
+9.) It allows a partyline on psyBNC (a channel named &partyline)
+    or querying specified Users on psyBNC (prefixed User-Login with $),
+    also on linked bouncers.
+    From 2.2 it allows a internal IRCD mode, where psybnc emulates
+    a shared full compatible IRCD using the network token "int".
+    All Channels and users will be shared over linked bouncers, also
+    modes and kicks are possible, you can get op on channels and give
+    this to others also.
+10.)It supports full logging of Messages and traffic (channel traffic
+    included into Version 2.1). From 2.2 it stores those logs in 
+    a different directory.
+11.)It supports linking to other psyBNCs. This allows a shared partyline
+    of those, who are using psyBNC and from 2.2 a shared irc network
+    on psyBNC itself, the so called IntNet, which will be adressed
+    using the token int~ (e. g. /join int~#mychannel).
+12.)It allows multiple connections of one Client to different irc-servers
+    and networks. So you just can be connected to ircnet and efnet with
+    only one client programm running on your home box.
+13.)It has inbuild password-encryption. Changed to blowfish on version 2.1.
+14.)It allows the automatic linkage of a user to eggdrop bots using
+    a dcc session.
+    The traffic to/from the bot will be managed by querying to the 
+    added botname with a leading ')'.
+15.)It has connection and talk encryption. 
+
+    After the keys where set, a block encrypted bouncer connection is build.
+    Symetric encryption is done using the blowfish and IDEA algorithm.
+    Talk encryption is only done by blockciphers, you have to set your
+    encryption password local, also your partner(s) on irc who want
+    to talk encrypted. Keys have to match for right decryption. You can
+    set different keys also to users or channels.
+
+    Connection Encryption in psyBNC2.3 was moved to SSL. If you want
+    to encrypt your Bouncerlinks or your Connections from Users, you
+    would have to install the OpenSSL package available on www.openssl.org.
+    If a Client wants to install to an SSL-Listener, he would have to 
+    setup stunnel on his home machine.
+
+16.)It has a translation module.
+    Did you ever want to talk to someone from italy without using
+    a dictionary ? Well, psybnc has (from Version 2.1) a translator
+    for talk inbuild. Currently supported are:
+    
+	- english to italian
+	- english to german
+	- english to portugese
+	- english to french
+	- french to english
+	- german to english
+	- portugese to english
+	- french to english
+	
+    You just need to set a language to a channel or person, then you will
+    receive messages both in the native language and in the language you
+    selected to translate to. Same vice versa, the text you send to him
+    will be translated to his native language (and also shown to you how
+    it was translated).
+    Keep in mind: You need to talk CLEAR to get it translated.
+    Example:
+    
+        Hello i am happy to meet you
+	
+    would have a nice chance to get translated.
+    
+        Yo Ey eye em h4pee tew m33t yaw
+	
+    wont have any chance.
+    
+    How does it work ? Well, simple. It simulates a browser request to
+    http://babelfish.altavista.com. And then processes the result. :)
+    See p_translate.c for more details :)
+    
+    (Someone got a polish or slovenian dictonary ? *g*)
+    
+17.)psyBNC2.2 is modular. If you want to disable modules, just edit the
+    config.h to disable features as like CRYPT, TRANSLATE or PARTYCHANNEL.
+18.)psyBNC allows Hostrestrictions
+    A file named psbnc.hosts keeps all Hosts which may connect to your
+    bouncer. Remember, that also linkhosts need to be added.
+    Moved to the psybnc.conf file in version 2.2.
+19. psyBNC has IPv6 support, and will be automatically incompiled,
+    if the automatic detection on start senses an existing IPv6 API.
+20. psyBNC allows Scripting, you can setup a general Script for all
+    users or a script for every single User in the scripts directory
+    of psyBNC2.2.
+21. psyBNC allows the usage of DCC Chat and file sending/receiving
+    from and to psyBNC.
+22. psyBNC supports oidentd, an ident demon, which allows to
+    change the given back ident to the server by feeding a file
+    named ".ispoof" in your home directory, so every of your
+    users will get their logins as ident.
+23. psyBNC2.2 allows a "providerconfiguration", where the admin
+    can define the maximum functionality of psybnc. Just move 
+    a config.h file to /psybnc/config.h (from root of your machine)
+    and make it readable for all users.
+24. psyBNC2.3 offers SSL-Encryption to servers, which support it,
+    and for Users, which are able to use stunnel or other clients
+    to connect to psyBNC. 
+25. psyBNC2.3 is multi lingual. On default, english and german
+    are supported.
+
+c.) Contact me for suggestions
+d.) Credits
+
+(a) Ths Program was only tested on Linux, freebsd and SunOs (5.6), also
+    solaris 7 and 8. 
+    I only support usage of this code on linux, but maybe with enough 
+    feedback for other platforms.
+    Unpack it with tar -xzvf psyBNC2.3.1.tar.gz
+
+    Edit the config.h File to fit your needs of functionality or
+    do
+    
+    make menuconfig
+
+    then just enter
+    
+    make
+    
+    to start the compilation. psybnc should find out itself, which
+    environment is currently in use and compile to this.
+
+    If you want to delete compiled objects and the compiled binary,
+    do 
+	make clean
+
+(b) The only thing it needs is psybnc.conf in its application Directory.
+    psyBNC2.2 has a default conf-file included, which will
+    let psybnc listen on port 31337 on all IPs of your machine.
+    From 2.2, you can add as many listeners as you like, on IPv4 or
+    on IPv6 if supported by your machine.
+    
+    For every listener, enter the following:
+    
+    PSYBNC.SYSTEM.HOSTnn=ip
+    PSYBNC.SYSTEM.PORTnn=port
+    
+    for example:
+    
+    PSYBNC.SYSTEM.HOST1=192.168.12.2
+    PSYBNC.SYSTEM.PORT1=23989
+    PSYBNC.SYSTEM.HOST2=192.168.12.1
+    PSYBNC.SYSTEM.PORT2=12000
+    
+    for IPv6 just use an IPv6 ip in the HOST parameter to create
+    the listener on that ip.    
+
+    If you want to start setup an SSL-Listening-Connection, just
+    put a S= in front of the host, for example:
+    
+    PSYBNC.SYSTEM.HOST1=S=192.168.12.2
+    PSYBNC.SYSTEM.PORT1=23989
+
+    This would create a SSL-encrypted Listening socket.
+    
+    Also you should add the name of psyBNC, if you plan to
+    link it to other bouncers.
+    
+    PSYBNC.SYSTEM.ME=name
+    
+    for example:
+    
+    PSYBNC.SYSTEM.ME=mybouncer
+
+(1) Once you added a server to connect to, psyBNC will try to stay connected
+    until your server goes down or psyBNC shell server has problems. By
+    defining DYNAMIC into the config.h file, psyBNC would disconnect
+    at leaving.
+
+(2) Commands for Online Administration are:
+    /BHELP			-> The command overview
+    /BWHO			-> lists all current Users of psyBNC
+   */ADDUSER login :realname	-> adds a new User
+   */DELUSER login		-> deletes the specified User
+   */BKILL login                -> Kills a user on psyBNC (does not delete)    
+    /PASSWORD [network~]newpass	-> changes your current Password
+    /JUMP [network~]		-> Jumps to next Server in List
+    /ADDSERVER [network~] [S=]irc.serv.er :port
+				-> Adds a new IRC Server to your IRC-Server List
+				   if S= is supported in front of the hostname,
+				   the connection is being build as SSL-
+				   Connection.
+    /DELSERVER [network~] # (Number)       
+				-> Removes the corresponding Server Number in
+    /LISTSERVERS [network~]	-> Lists all Servers you added
+    /ADDIGNORE [network~] content :hostmask
+				-> Adds a new Ignore to your Ignore List
+    /DELIGNORE [network~] # (Number)       
+				-> Removes the corresponding Ignore Number in
+    /LISTIGNORES [network~]	-> Lists all Ignores you added
+   */BREHASH			-> rehashes the proxy. Kills all connections.
+   */MADMIN			-> Declares a user as admin
+   */UNADMIN			-> takes Admin rights from User
+    /BQUIT [network~]		-> Quits the client from IRC, stays disconnected until
+    /BCONNECT [network~]        -> removes Quit and tries to reconnect
+    /SETAWAY [network~]text	-> sets away text (if whoised, shows the text)
+    /SETAWAY [network~]		-> disables away text
+    /SETAWAYNICK [network~]nick	-> sets away nick. Is changed to, when you leave
+    /SETAWAYNICK [network~]	-> disables nickchange on leave
+    /SETLEAVEMSG [network~]text	-> sets leave message. It will be posten when you leave.
+				   If set to $QUIT , your Quit-Msg will be posted.
+    /SETLEAVEMSG [network~]	-> disables leave message
+    /SETUSERNAME [network~] :name
+				-> sets the username (real name)
+    /AIDLE [network~] 0|1	-> 0=disables Antiidle, 1=enables it (default)
+    /LEAVEQUIT [network~] 0|1	-> 1=leave channels on quit, 1=keep on (default)
+    /SOCKSTAT			-> Displays the list of open sockets, how
+				   much bytes gone in and out, if encrypted, in
+				   which state, since when open and other infos.
+    
+(3) psyBNC allows VHOSTS, Commands used for that are:    
+    /BVHOST [network~] [LINK #] :your.vhost.com       
+				-> sets your desired VHost
+    /BVHOST			-> erases the Vhost, standard ip would be used
+
+(4) You can set Bans that will also be set if you are off
+    /ADDBAN [network~][#chan] reason :host
+				-> Adds a new ban with specified Hostmask
+    /DELBAN [network~] # (Number)		
+				-> Removes a corresponding Ban shown in
+    /LISTBANS [network~]	-> Lists the Bans you set
+
+(5) You can specify Users who could get op from psyBNC by msging them
+    in the from eggdrop known way (op password #channel).
+    /ADDOP [network~][#chan] pass :host	
+				-> Adds a new User with given Password
+    /DELOP [network~]# (Number)	-> Deletes a user corresponding to
+    /LISTOPS [network~]		-> Lists all Users
+
+    Also autoop was added in psyBNC2.1. Be sure to use this function with
+    care, because spoofing is still possible on most of the ircnetworks.
+
+    /ADDAUTOOP [network~][#chan] :host
+				-> Adds a User to the autoop list
+    /DELAUTOOP (Number)		-> Deletes an added Autoop from
+    /LISTAUTOOPS		-> Lists the added autoop-Entrys				
+
+(6) If psyBNC got disconnected, the client will rejoin the channels on reconnect.
+    In this Case, it will perform ASKOP, msging "op password #channel" to an added
+    client. If you added a bot-dcc connection, you also can request op from
+    the bot. You can administrate the list using following commands:
+    /ADDASK [network~][#chan] pass :host or -botname
+				-> Adds a Hostmask to get Op from with password
+    /DELASK [network~]# (number)-> removes a host to ask op from, number from
+    /LISTASK [network~]		-> List of hostmasks and passwords to Ask Op.
+
+    If you want to add an addask from a bot-dcc, there is no need to
+    support a password in /ADDASK.
+
+    Adding a bot op request for a dcc linked bot, would be like the
+    following example:
+    
+    /ADDASK #blah :-botnick
+
+    If you established a connection to a bot using the /ADDDCC command,
+    there will be no password sent via irc. That way is recommended.
+
+(7) As long your client isnt connected, psyBNC will NOT answer any ctcp Querys
+
+(8) Well, as long you dont use too dumb passwords *g*
+    Passwords get encrypted using a hash created on compiling time.
+    The source makesalt.c creates a file called salt.h, which keeps
+    the needed encryption salts. Be sure to move the salt.h File to
+    a safe place after you compiled psyBNC. Authentification passwords
+    which dont need to be enciphered, are stored as blowfish crypt-by-key
+    passwords.
+
+(9) In psyBNC2.2 you can still use the old &partyline, 
+
+(10)Everything gets logged. Every connect and disconnect. If you arent connected
+    to your bouncer, all queries will be logged to your private log.
+    Commands for the Connection Log are:
+   */PLAYMAINLOG		-> Displays the connection logs
+   */ERASEMAINLOG		-> Erases the connection logs
+    Commands for Messagelogs are:
+    /PLAYPRIVATELOG [network~]	-> Displays all querys
+    /ERASEPRIVATELOG [network~]	-> Erases your logged queries.
+    Commands for the Trafficlog are:
+    /ADDLOG [network~] #channel/person :filter
+				-> Allows you an source and filter
+				   to log from. Example:
+				   /ADDLOG #blah :*
+				   would log everything on #blah.
+    /DELLOG [network~] (Number) -> Deletes a source and filter shown from
+    /LISTLOG [network~]		-> Lists the logentrys
+    /PLAYTRAFFICLOG source fromdate fromtime todate totime :filter
+				-> plays the trafficlog recorded
+				   you can also specify another filter as
+				   in /addlog to filter more special entrys
+    /ERASETRAFFICLOG 		-> erases the traffic log, starts new.
+    
+    Some notes about Traffic-Logging:
+    - be sure to set filters. Your shell/machine would log every traffic
+      on a filter *. Typical filters would be JOIN, PART or KICK, to
+      monitor all joins, parts or Kicks.
+    - You have to care about the fact, that you have got enough space
+      free on your shell to traffic log. Be sure to erase your Trafficlog
+      as often as possible.
+    - Traffic logging raises processor usage. Be sure to check the usage
+      if you are going to log any event. And buy a new hd, if you only
+      got 500mbyte :)
+
+(11)It is possible to link your bouncer to others and to link other bouncers
+    to yours. That allows a shared off-irc partyline and sharing of resources
+    as like vhosts. Commands for linking are:
+   */NAMEBOUNCER name		-> set the name of your bouncer
+                                   to identify it in the network.
+				   This has to be done before
+				   adding links.
+   */LINKTO :[S=]host:port	-> adds a host and port of another
+                                   psyBNC, where your bouncer should
+				   link to. If S= is supported, the
+				   Connection is handled as SSL-Connection.
+   */LINKFROM name :host:port	-> adds a bouncer, its host and its
+                                   port that could link to your bouncer.
+    /LISTLINKS			-> lists all added links in the network.
+				   Changed in 2.2 to show only the 
+				   local links and a tree of the
+				   currently linked network.
+   */DELLINK number		-> deletes the link with the number
+                                   corresponding to LISTLINKS.
+   
+   */RELAYLINK number		-> allows users from the added link
+                                   to relay link to your bouncer using
+				   associated vhosts of your machine.    
+
+(12)psyBNC allows the using of multiple irc sessions for one
+    client. Its possible to be on ircnet, efnet and other
+    networks by using one client only. 
+    
+    Before using this feature, read the following restrictions, which
+    result from the usage of this feature:
+    
+    - You will always see yourself having the nick of the main
+      network, even, if psyBNC needed to change your
+      nick on the secondary network. Check, which nick your
+      client is using on the other network. Maybe your nick
+      was used, so psyBNC had to change it.
+    - Every channel and user will be tokened with the network
+      handle. If you want to join a channel on the network,
+      you would have to give a command as like
+               /JOIN #EfNet~#Talk
+      or you would need to use commands as like
+               /QUERY EfNet~Joe
+      instead of /QUERY joe. You got the clue ?
+    
+    Commands for multiple networking are:
+    /ADDNETWORK name		-> adds a network to your client
+    /DELNETWORK name		-> removes a network from your client
+    /SWITCHNET newname :oldname -> switches main to "oldname" and names
+                                   your old main as "newname" network.
+				 
+    If you want to administrate the network specifics, you will
+    have to use the commands already described above including the
+    network token. Examples:
+    
+    /ADDOP EfNet~#talk password :*!*joe@*.blah.net
+    /ADDDCC EfNet~lamebot lamer lamepass :ip3.blah.bleh.net:31337
+    /ADDSERVER EfNet~irc.lame.org :6667
+    
+    You need to add a server for your network. It wont connect until
+    you did.    
+    You need to establish own dcc connections for every network
+    if you want to use this feature. Thats logical, bots
+    cant be on multiple networks :).
+    
+    The multinetworking can make problems in rejoining and resolving
+    channel names. This is done asynchron, and its possible the
+    client gets NAMES of both network for two different channels
+    at the same time. Maybe mIRC acts funny :>.
+
+(13)I added password encryption. Its a self made two-way
+    password encryption and therefore crackable with some effort.
+    Be sure to move the salt.h File created after compiling from
+    your shell to your home box or another safe place you totally
+    controll. If someone gets the salt.h File, he can decrypt
+    all your passwords. If not, its much harder.
+    From psybnc2.1 authentifications passwords are encrypted
+    using blowfish.
+
+(14)You can establish dcc connections to bots from psyBNC.
+    This is for special usage with bots. It will send your
+    login and password right after it connected to the bot
+    for the login session. After your client joined the bots
+    partyline successfully, it can ask for op from the bot.
+    Commands for bot-dcc sessions are:
+    
+    /ADDDCC [network~]botname user password :[S=]host:port
+				-> adds a new bot-dcc session
+				   If S= is set before the host,
+				   an SSL-Connection will be tried.
+    /DELDCC [network~]number	-> deletes the previous
+				   added dcc session, get the number
+				   from
+    /LISTDCC [network~]		-> lists all dcc connections
+
+    The partyline of the bot will be queried to/from the botname
+    prefixed by a ')'. Example:
+
+    /QUERY )lamebot
+    
+    would set your query to the bots partyline.
+    
+    If you want to get op from the bot automatically, just do:
+    
+    /ADDASK #channel :)botname
+    
+    psyBNC would send the op query to the bots partyline then
+    instead of querying to the irc client matching its hostname.
+    This is recommended. Querying to other eggdrops is insecure
+    because of possible spoofed clients who got op by takeover.
+        
+(15)Talk encryption
+    Talk encryption was being introduced to annoy all those
+    sniffing kiddies and to protect your privacy on irc.
+    
+    You need to set a password for a channel or person you are
+    querying with. That is done via:
+    
+    /ENCRYPT [network~] password :channel/user
+    
+    Example:
+    
+    /ENCRYPT #leet :nothingbutapassword
+    
+    Your counterpart would have to do it vice versa. If you adress
+    a channel, every person on the channel has to have the key.
+    
+    /DELENCRYPT (Number) 	-> deletes an entry for encryption from
+    /LISTENCRYPT		-> Lists all encryption adresses and passwords.
+    
+    Also normal irc clients can request an encrypted connection. Clients
+    for this purpose are ready on www.psychoid.lam3rz.de. Specifications
+    can be requested from me (mail to psychoid@lam3rz.de).
+
+    Bouncer- and Userconnectionencryption from Version 2.2 had been removed 
+    and was replaced by SSL. If you want to use SSL in psyBNC, you would have
+    to install OpenSSL on your machine. You should run stunnel on your home
+    Machine to connect to psyBNC, if you want to encrypt Listeners as well.
+
+    * This functionality needs CRYPT defined before compiling.
+      It's set enabled in standard, so just remove it from config.h
+      if you dont use it.
+
+(16)Translating
+    psyBNC allows you to set a user or channel as translation source/dest.
+    So, everything you type, will be automatically translated to the
+    language your counterpart talks. Same is with the text they talk,
+    it also will be translated.
+    
+    Commands for this purpose are:
+    
+    /ADDTRANSLATE [network~]#channel/user :language-from language-to
+    
+    language can be:
+	    en_de
+	    en_it
+	    en_fr
+	    en_pt
+	    de_en
+	    it_en
+	    fr_en
+	    pt_en
+    
+    Examples:
+    
+    /TRANSLATE #bayern :de_en en_de
+    
+    Result would be, you would get both the german text spoken on #bayern 
+    as also the english text.
+    
+    In return, everything you would type in english to #bayern, would be 
+    posted in german to the channel.
+    
+    You can remove a Translation by:
+    
+    /DELTRANSLATE (Number)
+    
+    from the list displayed by
+    
+    /LISTTRANSLATE.
+
+    * This functionality needs -DTRANSLATE defined before compiling.
+      It's set enabled in standard, so just remove it from config.h
+      if you dont use it.
+    
+(17)Modular structure
+    Up to 2.1, psybnc was a single source code. I decided to part it into
+    different sections. That allows you to remove a functionality from
+    the config.h, if you dont need it (improves performance and decreases
+    memory usage).
+    
+    This has to be done before Compilation.
+    The following defines mean the follow functionality:
+    
+    CRYPT		-> allows encrypted connections, talk encryption
+     BLOWFISH		-> chooses blowfish as symetric cipher
+     DIDEA		-> chooses idea as symetric cipher
+     
+     You can only set BLOWFISH OR IDEA. Not both at the same time.
+     psyBNC also will understand the other crypting, but it will
+     use the selected encryption on sending data.
+     
+    PARTYCHANNEL	-> Enables the partychannel instead of the old $$
+    TRANSLATE		-> Enables the translator.
+    PROXY		-> Allows you to use external proxys (socks, wingate etc.)
+    TRAFFICLOG		-> Allows you to log traffic.
+    INTNET		-> enables the internal Network
+    DCCCHAT		-> allows internal DCC Chats
+    DCCFILES		-> allows to receive and to send files from psyBNC
+    MULTIUSER		-> defines the proxy as multiuser-bouncer
+    MAXUSER nn		-> Number of maximum Users
+    MAXCONN nn		-> maximum Number of Link-Connections
+    NETWORK		-> allow the User to create multiple Sessions
+    SCRIPTING		-> allow Usage of Scripting
+    PROXYS		-> allow Proxy-Usage
+    LINKAGE		-> Allow to link psyBNCs
+    OIDENTD		-> support the spoofing of idents using oidentd
+    CTCPVERSION	"text"	-> the text to answer on a ctcp version query    
+    ANONYMOUS		-> turns psyBNC into a "anonymous" bouncer, so
+                           everyone can connect and login
+    DYNAMIC		-> Disconnects a user, if he quits
+    LOGLEVEL		-> 0=Errors, Warnings, Infos, 1 = Errors, Warnings
+			   2=Errors
+
+    Possibly you are not interested in privacy, so disable Crypting.
+    Or you dont want a translation module, so just disable it.
+    
+(18)Host allows
+    With psyBNC2.1 you will get the File psbnc.hosts. Those allows you
+    to change Hosts which are allowed to connect. Standard is set to *, every
+    host may connect.
+    
+    You can change that settings by:
+    
+    /ADDALLOW (Host)	-> Adds a host which is allows to connect
+    /DELALLOW (Number)	-> Deletes an entry from
+    /LISTALLOW		-> Lists the allowed Hosts
+    
+    A Host may be entered with matchcodes.
+    Examples:
+    
+    /ADDALLOW dialup*.bleh.net
+    
+    or
+    
+    /ADDALLOW *.somewhere.org
+    
+    Also psyBNCs which want to link have to be added.
+
+  (*) preceded Commands may be only used by admins
+
+(19) psyBNC2.2 offers IPv6 support
+    
+    If your host allows the use of IPv6 Hostnames or IPs, psyBNC
+    will be compiled with support of this protocoll. When your
+    host offers devices which use the IPv6 Protocoll as well, you
+    can use this hosts by setting them as vhosts, and by listening
+    on them if you also connect from outside to this host via IPv6.
+    
+    Also dccchat and dccfiles is being supported with IPv6 
+    (experimental), but it is not sure, if the DCC protocol will
+    be realised for IPv6 the way it was done in psybnc.    
+
+(20) psyBNC2.2 offers the use of scripting in a cgi-stylish way.
+
+    Read the File SCRIPTING, which is included in every psyBNC-Package.
+    
+    A final Comment about scripting:
+    psyBNC scripting processes fork from the main task to deny blocking
+    of other users. This could not be solved in another way.
+    Providerowners possibly would like to disable this function.
+    
+(21) psyBNC allows the Usage of DCC Chats and DCC Send/Receive of
+     files on the shell and from the shell.
+     
+     /DCCCHAT [S=]nick			- offers the nick a DCC Chat
+                                          session. If S= is given
+					  in front of the Nick, an
+					  SSL-Connection is being build.
+     /DCCANSWER [S=]nick		- answers a received DCC Chat
+                                          request. If S= is given in
+					  front of the Nick, an SSL-
+					  Connection is being build.
+					  
+     If an SSL-Connection has to be build, the counterpart would
+     also have to setup SSL and would also need to use psyBNC-DCCCHAT
+     for a working SSL-Link.
+
+     An established DCC Chat gets into a query from (nick.
+     DCC Chats from ports lower than 1024 will be denied for security reasons.
+     
+     /DCCSEND nick :file		- offers a send to the given nick
+     /DCCGET nick :file			- accepts a file a user wants to send
+     
+     Accepted files will be stored in downloads/USER%n/, path arguments
+     given on the filename will be ignored. File sends from /etc and /dev
+     will be denied by rule from psybnc. '..' and '/' characters get
+     automatically stripped on receive.
+     
+     /DCCSENDME file			- sends the user on psyBNC 
+                                          the given file from the shell
+     /DCCCANCEL nick
+     or
+     /DCCCANCEL nick :file		- will cancel an active DCC Chat
+                                          or file receive/send.
+     /AUTOGETDCC 0|1			- switches auto-getting of offered
+                                          files off/on. Default is off.
+					  
+(22) psyBNC supports oIdentd, an ident demon which allows you to change
+     the ident being given to the irc server. Read the 'INSTALL' file
+     of oidentd for further informations.
+(23) psyBNC allows a "providerconfiguration", a host-dependent config.h
+     file, which will be used if existent. It needs to be located in
+     /psybnc, from the root. its Name is also config.h, and it should
+     be readable by all users.
+     
+     If present, psyBNC denies the change of userspecific settings.
+(24) psyBNC allows the ability of using SSL-Connections, if OpenSSL is 
+     installed on your Host.
+     
+     To use SSL on linking, you have have to setup Listeners, which
+     listen on a Port supporting SSL. You may connect to an SSL
+     Port with a psyBNC-Link or with a SSL-supporting Client.
+     
+     Add a listening Port to you Config which offers SSL:
+     
+     PSYBNC.SYSTEM.HOST1=S=192.168.12.2
+     PSYBNC.SYSTEM.PORT1=23989
+     
+     If you want to link to this Port on another Bouncer, you will
+     have to add the link using the LINKTO command on the other
+     bouncer as follows:
+     
+     /LINKTO psybnc :S=192.168.12.2:23989
+     
+     On the bouncer which offers the SSL-Connect, you have to add:
+     
+     /LINKFROM mybnc :192.168.12.3:12345
+     
+     if the other bouncer is put on host 192.168.12.3 with the
+     first listending port on 12345. 
+     
+     Warning: In a Linkfrom-Entry you always have to add the FIRST
+     listening Port of the Linkto-Bouncer.
+     
+     If you want to connect to the SSL-Port, use an SSL-capable Client,
+     or use stunnel, available at www.stunnel.org
+     
+     To use stunnel properly, use the following syntax:
+     
+     stunnel -r psybnchost:psybncport -c -d localhost:localport
+     
+     If you want to start an encrypted DCC or want to add an ircserver
+     which offers SSL, just use S= in front of the hostname, e.g.:
+     
+     /ADDSERVER S=irc.encrypted.org:6667
+     
+     or
+     
+     /ADDDCC botname mynick maypass :S=ssl.bot.org:1234
+     
+     If you want to use pending DCCS encrypted via SSL, use:
+     
+     /DCCCHAT S=nick
+     
+     The counterpart would have to answer using
+     
+     /DCCANSWER S=mynick
+(25) psyBNC from version 2.3 allows multi-language-capabilities.
+     All phrases used by psyBNC are put into one special formatted
+     language file in the directory lang/.
+     
+      The standard psyBNC Package includes the languages English
+      and German.
+      
+      SETLANG language		- Sets the language of psyBNC
+      
+      Current arguments only can be "german" or "english".
+      
+      The setting takes place, after the command was issued.
+      
+      If you want to create a language File for you country.
+      take a look on lang/english.lng.
+      
+      The format of the File is easy:
+      
+      msgnnnn=Text
+      
+      where nnnn is a zero-leading Number of the Message. Every
+      number has a special context, every Format-Parameter must
+      match to the english Pattern.
+
+About Channels:
+
+      #chan entrys are optional, if no chan is entered, the used
+      command will be taken to all channels.
+
+      Do not use [#chan] but #chan. The brackets only show its optional.
+
+About Networks:
+
+      network~ entrys are optional. If no network is given,
+      your standard server connection will be adressed.
+      
+      Do not use [network~] but network~, the brackets only show
+      also here that its just optional.
+
+About the Partyline:
+
+      In Version 2.1, the old $$-partyline was changed to an
+      internal bouncer channel. This channel is not existent on irc.
+      You cannot kick, ban, op or set any modes there. But you can
+      set the topic, which is also broadcasted to the restnetwork.
+      
+      The channel is defined by the name &partyline.
+
+      In Version 2.2 an "internal network" was introduced. This
+      can be used by using the network int~ for adressing the
+      channels on the linked bouncers. You can join channels,
+      part them, add modes, kick, ban, set topics, as like
+      on original IRC.
+
+    - intnet needs #define INTNET in the config.h file.
+      Partyline needs #define PARTYCHANNEL in the config.h file.
+
+About the nick -psyBNC:
+
+    From version 2.3.1 this nick accepts commands for psybnc, also
+    posts all system-messages and errors from this nick as message
+    to the user. If you /query -psyBNC, all sent text to this 
+    nick will be given as entered command.
+
+The Statement Hostmask may be a already from bots and irc known Hostmask
+(for example *!*bleh@*.fuck.net).. be sure always using Hostnames, and never
+Nicks only (dumb would be blah!*@*). The statement Host has to be
+a fully valid hostname. psyBNC needs to get its ip, it has to
+connect that.
+
+(c) Contact me: psychoid@ircnet - on many channels. i love irc.	
+		psychoid@lam3rz.de
+		psychoid@gmx.net
+
+		http://www.psychoid.lam3rz.de
+
+		I prefer IRC for contact. Possibly a mail will
+		be ignored, but a query wont.
+
+		If you want to contact me, please try on ircnet first.
+
+		Oh yes, i am NOT on efnet. If you met someone by the
+		nick 'psychoid' on efnet, he surely was a fake. Especially
+		the guy having "www.psychoid.lam3rz.de" in his real name.
+		Very funny. Not.
+		
+(d) Credits
+
+    match.c	by Chris Fuller
+    curses-GUI	by Savio Lam
+    Blowfish	by Bruce Schneier
+    IDEA	by ascom ltd, switzerland
+    bsd-setenv  by anonymous
+
+    ap_snprintf by Apache Software
+    -- apache notice --
+     "This product includes software developed by the Apache Group
+     for use in the Apache HTTP server project (http://www.apache.org/)."
+    -- eof ------------    
+     
+    Helptexts	by [DRACON]
+
+    Webpage 	by coke
+    
+    Hosting	by www.rewtbox.de
+
+    Special thanks to: andi (basics of ipv6-coding, patches),
+		       Phil Tyler (solaris suggestions for 2.2.1)
+		       duckel (sunos IPv6, built into 2.2.2)
+	
+    Special greeting to: trinoo ;-) thanks for the funny night in "the yard"
+    		       
+    Thanks to all those who report bugs. A tool lives from its users.
+
+There is given absolutely NO WARRANTY of functionality. I am not responsible
+if anything gets screwed. Read the GNU-Public license which is included.
+
+
+have fun,
+psychoid / tCl
+inFECT / eMPiRe
blob - /dev/null
blob + c2a0089256fec318f32ded0bc2c414fc12c7cc5c (mode 644)
--- /dev/null
+++ README.mysql
@@ -0,0 +1,23 @@
+This document provides information regarding MySQL IP check.
+If it has been enabled and MySQL is present, you need to configure some variables in config.h
+as well as prepare a MySQL database.
+
+Please add the following entries to config.h manually:
+#define MYSQL_SERVER "localhost"
+#define MYSQL_USER "psybnc"
+#define MYSQL_PASS "some-password"
+#define MYSQL_DB "psybnc"
+#define MYSQL_TABLE "iplock"
+#define MYSQL_TIMEOUT 2
+
+Please create a MySQL database with the following table:
+CREATE TABLE IF NOT EXISTS `iplock` (
+  `id` int(5) unsigned NOT NULL AUTO_INCREMENT,
+  `ident` varchar(10) NOT NULL,
+  `ip` varchar(15) NOT NULL,
+  `server` varchar(20) NOT NULL DEFAULT '*',
+  `comments` text NOT NULL,
+  PRIMARY KEY (`id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1;
+
+Please see /BHELP when logged on the bouncer for the administration commands for the feature.
blob - /dev/null
blob + 6261cc88796ee877df0878c545f327d103e1e058 (mode 644)
--- /dev/null
+++ TODO
@@ -0,0 +1,47 @@
+Bugs
+- dcc chats filled with big amounts of data get cutted / outputed from wrong nicks (chotaire)
+- scripting creates zombies on freebsd4.7 (netOxide)
+- #channel:*.tld doesnt get logged correctly (Borys)
+- Language files are out of sync. german.lng and italiano.lng must be brought up-2-date before public release
+
+Help files that needs to be written/updated:
+BCONNECTN
+BRAW
+BQUITN
+SETCONNECTDELAY
+BVHOSTN
+BDONE
+FIXLISTENER
+KILLSOCKET
+DEFAULTIPV6
+PREFERIPV6
+MYSQLIPCHECK
+
+Roadmap Feature-Requests (2.4, not before july 2004, yeye riiight!):
+- add /automode, instead of /addautoop (dominance)
+- Fully encrypted config-files (?)
+- allow interface-entry for dcchost, usefull for dialup users (dominance)
+- add profiles/filters for channels to join (masterT)
+- add daily rotating logs, add self specified logfile names (many people)
+- give dcccancel by number (not nick/file) (many people)
+- add admin control to every command (Phil23)
+- set portrange for dcc (many people)
+- time out peers (many people)
+- check if config was changed before writing on disconnect (FireCode)
+- incorporate IIP-Client-Support (?) - well, lets see if its hype or heavy
+- logging last context (?)
+- mysql support (?)
+- socks5 support (currently only socks4, high-heel support?..)
+- incorporate DCC RESUME
+- enhance logging to log also, if the user is online. also log his own texts.
+- tcl-scripting support (some people want PHP, others Perl..) (?+?+?)
+- add special identd for psybnc (?)
+- support msg 333 on saved topic response
+- add /bstatus command, which shows the setting of the current user or given user for an admin
+- enhance /addserver command to give stonechecktime/sendq (Uriell)
+- let the user set an ALTNICK (Uriell)
+- sending umodes on reconnect (Borys)
+- utilize leavequit for special channels (cartoon)
+- add logging for dcc chats (Uriell)
+- add sylk support (warlord) (?) - same as IIP
+(?)=not sure yet
blob - /dev/null
blob + b5abfd781707fddbcbfb89c6cebb12eded64b0f6 (mode 644)
--- /dev/null
+++ config.h
@@ -0,0 +1,55 @@
+/*
+ * Configuration file for psyBNC, created by menuconf
+ */
+
+/* Encryption */
+
+#define CRYPT
+
+/* Encryption Type*/
+
+#define BLOWFISH
+
+/* Allow traffic logging */
+
+#define TRAFFICLOG
+
+/* Allow the dcc File-Functions */
+
+#define DCCFILES
+
+/* Pipe dcc Chats */
+
+#define DCCCHAT
+
+/* Allow to add more users */
+
+#define MULTIUSER
+
+/* Number of max. Users */
+
+#define MAXUSER 100
+
+/* Number of max. Connections per User */
+
+#define MAXCONN 200
+
+/* Allow the usage of scripts */
+
+#define SCRIPTING
+
+/* Support oIdentd */
+
+#define OIDENTD
+
+/* Allow multiple irc connections per user */
+
+#define NETWORK
+
+/* The logging level */
+
+#define LOGLEVEL 0
+
+/* SSL-Security */
+
+#define SSLSEC 0
blob - /dev/null
blob + 04da8105b507dcec4bd98abd323f38d0c7509bb1 (mode 644)
--- /dev/null
+++ help/ADDALLOW.DEU
@@ -0,0 +1,16 @@
+ADDALLOW Host oder Hostmask
+----------------------------
+Diese Funktion ermoeglicht das Hinzufuegen von Hosts, welche zu dem
+Bouncer Verbindungen aufbauen duerfen. Voreinstellung ist *, somit
+kann jeder Host zum Bouncer Verbindungen aufbauen. Dieser Eintrag
+muesste zunaechst entfernt werden, fall die Host-Allows eingeschraenkt
+werden duerfen.
+Beispiel:
+/ADDALLOW host22.mydomain.com
+wuerde diesem speziellen Host Verbindungen ermoeglichen.
+/ADDALLOW *.mydomain.com
+wurde allen Hosts dieser Domain Verbindungen ermoeglichen..
+Du kannst ? und * in deiner Definition nutzen.
+Bitte beachte, dass auch DCC- und Link-Hosts in den Hostallows
+beruecksichtigt werden muessen..
+Siehe: DELALLOW LISTALLOW
blob - /dev/null
blob + 416ea37cc7c2ea9766b5bd5516ad49ffdeaa9fb2 (mode 644)
--- /dev/null
+++ help/ADDALLOW.ITA
@@ -0,0 +1,16 @@
+ADDALLOW host oppure hostmask
+-------------------------
+Questa funzione permette di impostare degli hosts che potranno connettersi
+al bouncer.
+Di default, * e' impostato per consentire connessioni da chiunque. Devi
+quindi cancellare questa entry prima di settare restrizioni per gli
+host permessi a connettersi al bouncer.
+Esempio:
+/ADDALLOW host22.mydomain.com
+consente all'host specifico di connettersi.
+/ADDALLOW *.mydomain.com
+consente la connessione dal dominio mydomain.com
+E' possibile usare le wildcard ? e * nella definizione.
+Ricorda che anche gli host dei link (cioe' degli altri bouncer) devono
+essere aggiunti all
+Vedi anche: DELALLOW LISTALLOW
blob - /dev/null
blob + cf6a91e1665ea19b7fbebd81d4bd4a41c7db7ebc (mode 644)
--- /dev/null
+++ help/ADDALLOW.TXT
@@ -0,0 +1,14 @@
+ADDALLOW host or hostmask
+-------------------------
+This Function allows you to set hosts which may connect to your bouncer.
+On default, * is set to be allowed to connect to the bouncer. You would
+have to delete that entry first to set your own more restricted host
+allows for the bouncer.
+Example 
+/ADDALLOW host22.mydomain.com
+would allow that specific host to connect.
+/ADDALLOW *.mydomain.com
+would allow all hosts from mydomain.com.
+You can use the wildcards ? and * in your definition.
+Remember that also linked hosts have to be added in the host allowance.
+See also: DELALLOW LISTALLOW
blob - /dev/null
blob + ee8fdc87b794252544cdef939902500042eb7669 (mode 644)
--- /dev/null
+++ help/ADDASK.DEU
@@ -0,0 +1,9 @@
+ADDASK [netzwerk~][#chan] password :hostmask oderr )bot
+--------------------------------------------------------
+Du kannst Deinen Bouncer so einstellen, dass er Bots oder andere 
+Nutzer nach Op fragt, auch, wenn Du nicht zum Bouncer verbunden bist.
+Dies ist nuetzlich, damit kannst Du den Bouncer sowohl als simplen
+Client, als auch als Screen nutzen, welcher Channels beschuetzt.
+Beispiel: 
+/ADDASK lamepass :*!LameBot@Lame.Host.Com 
+Siehe: DELASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS
blob - /dev/null
blob + 2f3c0909eced6ae879bd1216070de11d0090a686 (mode 644)
--- /dev/null
+++ help/ADDASK.ITA
@@ -0,0 +1,8 @@
+ADDASK [network~][#canale] password :hostmask oppure )bot
+---------------------------------------------------
+Puoi impostare il bouncer a chiedere l'op a dei bot anche se non sei online.
+Questo e' utile perche' puoi usare il bouncer sia come client per chattare
+che come screen per proteggere canali.
+Esempio:
+/ADDASK lamepass :*!LameBot@Lame.Host.Com 
+Vedi anche: DELASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS
blob - /dev/null
blob + 61fd61194cf3e794c8dc68bd7bdfcf5ea02c2dd8 (mode 644)
--- /dev/null
+++ help/ADDASK.TXT
@@ -0,0 +1,8 @@
+ADDASK [network~][#chan] password :hostmask or )bot
+---------------------------------------------------
+You can set your bouncer to ask bots for OP even if you are not online. 
+This is quite usefull becouse you can use bouncer both as a chat client and 
+screen which protects channel. 
+Example: 
+/ADDASK lamepass :*!LameBot@Lame.Host.Com 
+See also: DELASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS
blob - /dev/null
blob + 7ac20dc34e55d1587e2a74b853e488615b8ca2bb (mode 644)
--- /dev/null
+++ help/ADDAUTOOP.DEU
@@ -0,0 +1,11 @@
+ADDAUTOOP [netzwerk~]#channel :hostmaske
+----------------------------------------
+Dieser Befehl ermoeglicht das Hinzufuegen von Nutzern,
+welche autmatisch geopped werden, wenn sie den Channel
+betreten.
+Beispiel:
+ADDAUTOOP #leet :*!*blah@*.lame.com
+wuerde einen Autoop fuer einen Nutzer mit der Hostmask
+*!*blah@*.lame.com hinzufuegen, jedoch nur fuer den Channel
+#leet.
+Siehe: DELAUTOOP LISTAUTOOPS ADDOP DELOP LISTOPS
\ No newline at end of file
blob - /dev/null
blob + ff44820535d127f29fccd23e0d150bcbf721a9e3 (mode 644)
--- /dev/null
+++ help/ADDAUTOOP.ITA
@@ -0,0 +1,9 @@
+ADDAUTOOP [network~]#canale :hostmask
+--------------------------------------
+Questo comando consente di aggiungere utenti a cui dare automaticamente
+l'op quando questi entrano nel canale.
+Esempio:
+/ADDAUTOOP #leet :*!*blah@*.lame.com
+aggiunge l'autoop per ogni utente il cui host corrisponde *!*blah@*.lame.com
+nel canale #leet.
+Vedi anche: DELAUTOOP LISTAUTOOPS ADDOP DELOP LISTOPS
\ No newline at end of file
blob - /dev/null
blob + 1b844c3407358020c05d583a71253f2c920069b8 (mode 644)
--- /dev/null
+++ help/ADDAUTOOP.TXT
@@ -0,0 +1,9 @@
+ADDAUTOOP [network~]#channel :hostmask
+--------------------------------------
+This command allows you to add Users for being autoopped if 
+they join the channel.
+Example:
+ADDAUTOOP #leet :*!*blah@*.lame.com
+would add autoop for any user matching *!*blah@*.lame.com for
+the channel #leet.
+See also: DELAUTOOP LISTAUTOOPS ADDOP DELOP LISTOPS
\ No newline at end of file
blob - /dev/null
blob + e013f8809ab0086dfde11b1bd84a7d2187dde645 (mode 644)
--- /dev/null
+++ help/ADDBAN.DEU
@@ -0,0 +1,8 @@
+ADDBAN [netzwerk~][#chan] Grund :hostmaske
+------------------------------------------
+Du kannst Bans setzen, welche ebenfalls ausgefuehrt werden, wenn
+Du nicht zum Bouncer verbunden bist.
+Beispiel: 
+/ADDBAN Tschuess ! :*!bock@wurst.com
+Bannt *!bock@wurst.com auf saemtlichen Channels.
+Siehe: DELBAN LISTBANS
blob - /dev/null
blob + 88cce4a77c1e77fbbb5b615c6e6991bdbb7ed3dd (mode 644)
--- /dev/null
+++ help/ADDBAN.ITA
@@ -0,0 +1,7 @@
+ADDBAN [network~][#canale] motivo :hostmask
+-----------------------------------------
+Il bouncer banna le persone che corrispondono ad una entry presente
+in lista anche se non sei connesso ad esso.
+Esempio:
+/ADDBAN Get Lost Lamer ! :*!niky@lamers.land.com
+Vedi anche: DELBAN LISTBANS
blob - /dev/null
blob + b216eb5d503aacccf104a1463802bbf74baa81d5 (mode 644)
--- /dev/null
+++ help/ADDBAN.TXT
@@ -0,0 +1,6 @@
+ADDBAN [network~][#chan] reason :hostmask
+-----------------------------------------
+You can ban people from the channel even if you are not logged on. 
+Example 
+/ADDBAN Get Lost Lamer ! :*!niky@lamers.land.com
+See also: DELBAN LISTBANS
blob - /dev/null
blob + 4b297a9d7826f81c604586817f31f3de8d03d46b (mode 644)
--- /dev/null
+++ help/ADDDCC.DEU
@@ -0,0 +1,14 @@
+ADDDCC [netzwerk~]botname Nutzer password :[S=]host:port
+--------------------------------------------------------
+Fuegt eine neue statische DCC-Bot Chat-Verbindung hinzu.
+Du kannst damit eine permanent bestehende Verbindung zu Deinen
+Bots herstellen.
+Falls ein S= vor dem Hostname angegeben wird, versucht
+psyBNC den Aufbau einer SSL-Verbindung zum Bot.
+Beispiel: 
+/ADDDCC MeinBot Anfaenger MeinPass :fleisch.wurst.org:7333
+Du kannst den telnet Port des Bots herausfinden, indem Du
+.dccstat eingibst in der Bot-Partyline.
+Nach Anlegen des Eintrages wirst Du automatisch auf den Bot eingeloggt als
+Nutzer "Anfaenger" mit dem Password "MeinPass" im obigen Beispiel.
+Siehe: LISTDCC DELDCC
blob - /dev/null
blob + bcad4ad1db23f98e82fb73a5702c8b2bb57a0724 (mode 644)
--- /dev/null
+++ help/ADDDCC.ITA
@@ -0,0 +1,13 @@
+ADDDCC [network~]botname user pass :[S=]host:port
+-------------------------------------------------
+Aggiunge una nuova connessione dcc verso un bot. Si puo' aggiungere una
+connessione sicura diretta ad un eggdrop.
+Se metti S= prima dell'host lo psyBNC cerchera' di stabilire una
+connessione SSL.
+Esempio:
+/ADDDCC BotScemO newbie MiaPassword :the.elite.newbie.com:7333
+Puoi conoscere la porta telnet di un bot scrivendo ".dccstat" nella
+partyline del bot.
+Verrai automaticamente loggato nel bot come utente "newbie" con la password
+"MiaPassword", nell'esempio sopra.
+Vedi anche: LISTDCC DELDCC
blob - /dev/null
blob + 4ab0d930d6d1d826883e11fe56d77ad125b5a4f0 (mode 644)
--- /dev/null
+++ help/ADDDCC.TXT
@@ -0,0 +1,12 @@
+ADDDCC [network~]botname user pass :[S=]host:port
+-------------------------------------------------
+Adds a new dcc bot connection. You can add a direct bouncer to eggdrop secured 
+connection. 
+If you put S= in front of the host, psyBNC will try to establish a
+SSL-Connection.
+Example: 
+/ADDDCC MyBot newbie MyPass :the.elite.newbie.com:7333
+You can get bot telnet port by typing .dccstat in BotNet partyline. 
+You will be automatically logged in as User "newbie" with the password "MyPass"
+on the example above.
+See also: LISTDCC DELDCC
blob - /dev/null
blob + 8235ccc584ee8fd967b3a6dcebfed12ac1e5439b (mode 644)
--- /dev/null
+++ help/ADDIGNORE.DEU
@@ -0,0 +1,20 @@
+ADDIGNORE Inhalt :Hostmaske
+---------------------------
+Diese Funktion ermoeglicht das Hinzufuegen von Ignore-Eintraegen.
+Diese koennen abhaengig von Hostmaske und/oder Inhalt hinzugefuegt
+werden. Inhalt ist dabei ein Teiltext, welcher in einer Nachricht
+oder in einer Notiz vorkommen muss.
+Falls eine Hostmaske mit jeglichem Inhalt zu filtern ist,
+muss als Beispiel
+/ADDIGNORE * :*!*@*.lao.com
+hinzugefuegt werden.
+Ist ein Inhalt zu filtern unabhaengig von der Hostmaske, muss
+als Beispiel
+/ADDIGNORE sex :*!*@*
+hinzugefuegt werden. Damit wuerde alles gefiltert werden,
+was den Text "Sex" enhielte.
+Falls beides zu beruecksichtigen ist, kann als Beispiel:
+/ADDIGNORE knuddeln :*!*@*.icafe.com
+hinzugefuegt werden. Dies wuerde saemtliche Nachrichten aus der
+Domain icafe.com mit dem Inhalt "knuddeln" ausfiltern.
+Siehe: DELIGNORE LISTIGNORES
\ No newline at end of file
blob - /dev/null
blob + 2be693374315e1afd441d2621700f545beec06db (mode 644)
--- /dev/null
+++ help/ADDIGNORE.ITA
@@ -0,0 +1,19 @@
+ADDIGNORE contenuto :hostmask
+---------------------------
+Questa funzionalita' permette di aggiungere ignore.
+Queste possono essere dipendenti dalla hostmask e/o dal contenuto.
+Contenuto e' inteso come parte di qualunque messaggio o notice.
+Se una specifica hostmask dev'essere ignorata qualunque sia il
+testo che invia, si potrebbe usare:
+/ADDIGNORE * :*!*@*.lao.com
+Se invece vuoi ignorare solo il contenuto dovresti usare:
+/ADDIGNORE sex :*!*@*
+Questo filtrerebbe ogni cosa che ha come parte del testo
+"sex" nel contenuto.
+Se sia il contenuto che la hostmask sono necessari, usa una
+cosa tipo:
+/ADDIGNORE hug :*!*@*.icafe.com
+per esempio.
+Questo ignora tutti i messaggi dal dominio icafe.com col
+che contengono "hug"
+Vedi anche: DELIGNORE LISTIGNORES
\ No newline at end of file
blob - /dev/null
blob + f7ba0a112eba2f080581682b8de454999b628f01 (mode 644)
--- /dev/null
+++ help/ADDIGNORE.TXT
@@ -0,0 +1,19 @@
+ADDIGNORE content :hostmask
+---------------------------
+This functionality allows to add Ignore-Entries.
+These can be dependent from the Hostmask and/or from Content.
+Content is meant as a part of any private Message and/or Notice.
+If a special Hostmask with any content has to be filtered,
+you would use for example:
+/ADDIGNORE * :*!*@*.lao.com
+Has a content to be filtered only, you will have to use
+for example:
+/ADDIGNORE sex :*!*@*
+That would filter everything, which has the part of text
+"sex" in the message-Content.
+If both content and hostmask have to count, you could use:
+/ADDIGNORE hug :*!*@*.icafe.com
+for example. 
+This would deny all Messages from the domain icafe.com with the
+content "hug".
+See also: DELIGNORE LISTIGNORES
\ No newline at end of file
blob - /dev/null
blob + 8e32af8d01ca30cb81be9cad3127f84f528941a5 (mode 644)
--- /dev/null
+++ help/ADDLOG.DEU
@@ -0,0 +1,11 @@
+ADDLOG [netzwerk~]quelle :filter
+--------------------------------
+ADDLOG erlaubt das Hinzufuegen von Zielen und Filtern fuer
+das Traffic-Logging. Dabei werden saemtliche Daten im 
+Trafficlog gespeichert, welche sowohl Quelle (Channel, User)
+als auch Filter (Text, der in der jeweiligen IRC-Zeile vorkommt)
+enthalten ist.
+Beispiel:
+ADDLOG #toast :marmelade
+wuerde saemtliche Zeilen aus #toast mit dem Text "Marmelade" loggen.
+Siehe: DELLOG LISTLOGS PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + faf1981b06105c12cf0c343785e8f0a3dcf1ac47 (mode 644)
--- /dev/null
+++ help/ADDLOG.ITA
@@ -0,0 +1,9 @@
+ADDLOG [network~]source :filter
+-------------------------------
+ADDLOG permette di aggiungere un entry alle specifiche di log per
+il log del traffico.
+Esempio:
+/ADDLOG #leet :0day
+consentirebbe di loggare qualunque testo su #leet che contenga
+0day in esso.
+Vedi anche: DELLOG LISTLOGS PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + e812f541f072500195160cbb0dd0f799730a43f8 (mode 644)
--- /dev/null
+++ help/ADDLOG.TXT
@@ -0,0 +1,9 @@
+ADDLOG [network~]source :filter
+-------------------------------
+ADDLOG allows you to add an entry to the logging specifications
+for traffic logging.
+Example:
+ADDLOG #leet :0day
+would allow you to log any texts that appear on #leet with the
+partial text 0day.
+See also: DELLOG LISTLOGS PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + 7e8f773031d10dbbbd11de114698d05a25641201 (mode 644)
--- /dev/null
+++ help/ADDNETWORK.DEU
@@ -0,0 +1,20 @@
+ADDNETWORK Name
+---------------
+Diese Funktionalitaet ermoeglicht den Aufbau mehrerer Verbindungen
+in unterschiedliche IRC-Netzwerke fuer den gleichen Client.
+Dies ermoeglicht z. B. eine Verbindung zum Efnet, und gleichzeitig
+eine weitere Verbindung zum IRCNet.
+Beispiel:
+ADDNETWORK Ef
+wuerde ein neues Netzwerk mit dem Namen "Ef" hinzufuegen.
+Ein jeweiliges Netzwerk wird mit einem sogenannten "Token" angesprochen.
+Beispiel:
+ADDSERVER Ef~irc.freei.net:6667
+wuerde einen Server fuer das Netzwerk Ef hinzufuegen. Tokens werden immer
+vor dem ersten parameter angegeben, sie haben immer den Syntax Token~.
+Channels und Nutzer auf dem zweiten Netzwerk werden mit dem Token versehen.
+Nutzer JohnDoe wuerde in diesem Netzwerk als Ef~JohnDoe dargestellt werden.
+Der Channel #wurst wuerde als #Ef~#wurst dargestellt werden.
+Ein typischer Join-Befehl im Netzwerk Ef wuerde wie folgt aussehen:
+JOIN #Ef~#Wurst
+Siehe: DELNETWORK
blob - /dev/null
blob + 9994a05907dd80d9d0626c888d10ae58e0b091a1 (mode 644)
--- /dev/null
+++ help/ADDNETWORK.ITA
@@ -0,0 +1,18 @@
+ADDNETWORK name
+---------------
+Questa funzionalita' permette di avere connessioni su differenti
+network irc in una singola connessione al bouncer.
+Cosi' ti e' possibile usare lo stesso client irc per frequentare canali
+su network diversi.
+Esempio:
+/ADDNETWORK Ef
+Aggiunge un nuovo network di nome "Ef".
+Per ogni network aggiunto puoi usare le funzioni separatamente, per esempio:
+/ADDSERVER Ef~irc.freei.net:6667
+aggiunge un server al network appena aggiunto. Il bouncer aprira' una
+connessione uscente e relayera' verso il tuo stesso client, prefissando
+gli utenti ed i canali col nome del network. Il canale #sausage diverra'
+quindi #Ef~#sausage. Analogamente, l'utente johndoe apparira' come Ef~johndoe.
+Ogni comando permette di specificare il network al quale riferirsi e quindi
+viene eseguito per quel particolare network.
+Vedi anche: DELNETWORK
blob - /dev/null
blob + 0e75bf7b0f79dc5b5d2e3b7e14c69fa171102b46 (mode 644)
--- /dev/null
+++ help/ADDNETWORK.TXT
@@ -0,0 +1,19 @@
+ADDNETWORK name
+---------------
+This functionality allows you to use multiple connections to different
+ircnetworks to the single connection you are keeping to the bouncer.
+So it is possibly for you to get a client in your favourite network also
+to secondary networks you also are on.
+Example:
+ADDNETWORK Ef
+Would add a new network token named Ef to your userspecifications.
+For any added network, you can use the functions seperately, for example:
+ADDSERVER Ef~irc.freei.net:6667
+would add a server for your newly added network token. The bouncer would open
+a second outgoing connection and relay it to your single client connection
+by prefixing Users and channels with the network token. Channel #sausage
+would be on that network #Ef~#sausage. Nicks also get prefixed, so the
+User johndoe on EfNet would appear as Ef~johndoe.
+Every command can be prefixed with the network token and would then be
+executed for your networked client.
+See also: DELNETWORK
blob - /dev/null
blob + 13644d67dd462436cca96224b9e51b8f28184977 (mode 644)
--- /dev/null
+++ help/ADDOP.DEU
@@ -0,0 +1,11 @@
+ADDOP [netzwerk~][#chan] password :hostmaske
+--------------------------------------------
+Du kannst User eintragen, welche von Deinem Bouncer Op holen koennen.
+Dies ist vergleichbar mit Bots, der Nutzer muss im Falle, falls er 
+op abfragen will, "op password #channel" an Deinen bouncer per Query
+senden.
+Beispiel: 
+/ADDOP #chan Neuespass :*!*@wurst.com. 
+Falls der Channel nicht angegeben wird, kann der Nutzer op fuer jeden
+Channel anfordern, in dem der Bouncer verweilt.
+Siehe: DELOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDASK DELASK LISTASK
blob - /dev/null
blob + 7708e814dfe6104a5352f5c347b4828579f4421a (mode 644)
--- /dev/null
+++ help/ADDOP.ITA
@@ -0,0 +1,9 @@
+ADDOP [network~][#canale] password :hostmask
+------------------------------------------
+Permette di aggiungere utenti alla oplist del bouncer. Questi potranno ottenere
+l'op da esso similarmente a come si fa con un bot.
+Esempio:
+/ADDOP #canale newpass:*!*@this.is.elite.host.com. 
+Se "#canale" non e' specificato l'utente potra' richiedere l'op al bouncer
+in qualunque canale il esso si trovi.
+Vedi anche: DELOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDASK DELASK LISTASK
blob - /dev/null
blob + 7399e5a854d69fcccd44cc0037427439597bbb0d (mode 644)
--- /dev/null
+++ help/ADDOP.TXT
@@ -0,0 +1,8 @@
+ADDOP [network~][#chan] password :hostmask
+------------------------------------------
+You can add users to your bouncer OP list. They can then get OP from bouncer 
+similar to bot oping. 
+Example: /ADDOP #chan newpass:*!*@this.is.elite.host.com. 
+If the "#chan" is not specified then user can ask OP from bouncer in any channel 
+that the bouncer is OP in. 
+See also: DELOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDASK DELASK LISTASK
blob - /dev/null
blob + d25fe84f022aabe23f71460c028c91df0db609dc (mode 644)
--- /dev/null
+++ help/ADDSERVER.DEU
@@ -0,0 +1,10 @@
+ADDSERVER [netzwerk~][S=]server :port password
+----------------------------------------------
+Fuegt einen neuen IRC-Server hinzu. Du kannst mehrere Server hinzufuegen,
+falls der Bouncer nicht zu einem angegebenen Server verbinden kann, 
+versucht er den jeweils naechsten in der Liste.
+Falls ein S= vor dem Hostname steht, wird versucht, eine SSL-
+Verbindung aufzubauen.
+Beispiel: 
+ADDSERVER irc.uni-erlangen.de:6667 
+Siehe: DELSERVER LISTSERVERS
blob - /dev/null
blob + 6307824c989c800279422a08144107ad8623528c (mode 644)
--- /dev/null
+++ help/ADDSERVER.ITA
@@ -0,0 +1,9 @@
+ADDSERVER [network~][S=]server :port password
+---------------------------------------------
+aggiunge un nuovo server IRC alla lista. Puoi aggiungere diversi servers. Se il
+bouncer non puo' connettersi ad uno di essi provera' il successivo in lista.
+Se metti una S= di fronte all'host del server, il bouncer cerchera' di
+stabilire una connessione SSL con esso.
+Esempio:
+/ADDSERVER irc.stealth.net :6667 
+Vedi anche: DELSERVER LISTSERVERS
blob - /dev/null
blob + 93dda5cea5cc0b1ea6eb76a9358f934782d3614b (mode 644)
--- /dev/null
+++ help/ADDSERVER.TXT
@@ -0,0 +1,9 @@
+ADDSERVER [network~][S=]server :port password
+---------------------------------------------
+adds a new IRC server. You can add many servers. If the bouncer can't connect 
+to a server it will try next one in list. 
+If you put an S= in front of the Hostname, the bouncer will try to
+establish a SSL-Connection.
+Example: 
+ADDSERVER irc.stealth.net :6667 
+See also :DELSERVER LISTSERVERS
blob - /dev/null
blob + aae7d6146c96be642ff21ffe988cc8a87af8ac4d (mode 644)
--- /dev/null
+++ help/ADDUSER.DEU
@@ -0,0 +1,11 @@
+ADDUSER login :Nutzername
+-------------------------
+Fuegt einen neuen Bouncer-Nutzer hinzu.
+Die Maximalanzahl ist jeweils abhaengig von der vor Compilieren 
+festgelegten MAX_USER-Angabe in der Datei config.hr
+Beispiel: 
+/ADDUSER Anfaenger :Der Anfaenger 
+"Anfaenger" ist das Login des Nutzers, gleichzusetzen mit dem
+Username unter Unix oder dem Ident bei Windows-Clients.
+Der Text hinter ":" ist der Nutzername. 
+Siehe: DELUSER
blob - /dev/null
blob + a07e8123b8311081dea38ca589c9c1d21837dd14 (mode 644)
--- /dev/null
+++ help/ADDUSER.ITA
@@ -0,0 +1,10 @@
+ADDUSER login :username
+------------------------
+Aggiunge un nuovo utente al bouncer, puoi avere fino a 99 utenti
+e non verrai ancora flooddato. Ma ricorda che piu' utenti significa piu'
+traffico e molti server o shell hanno un traffico limitato.
+Esempio:
+/ADDUSER newbie :The lamest kid in town !
+newbie verra' usato come LOGIN, che dev'essere l'ident settato nel client.
+Il testo dopo ":" verra' usato come REAL NAME.
+Vedi anche: DELUSER
blob - /dev/null
blob + ef696b1d9bc6c3a21f75443248c13f479dfa878d (mode 644)
--- /dev/null
+++ help/ADDUSER.TXT
@@ -0,0 +1,8 @@
+ADDUSER login :username
+------------------------
+Adds a new bouncer user, You can add up to 99 users
+and you still won't be flooded off. But remember more users means more traffic
+and some servers has a traffic limit. Example: Adduser newbie :The lamest kid 
+in town ! The newbie will be used as a LOGIN. Remember to set your IDENT correct
+ly ! The text after ":" is displayed as a REAL NAME. 
+See also: DELUSER
blob - /dev/null
blob + 49850f05dc4aff9d60198ffabdc4d1fbf3a4177e (mode 644)
--- /dev/null
+++ help/AIDLE.DEU
@@ -0,0 +1,6 @@
+AIDLE [0|1]
+-----------
+Schaltet Anti-Idle ein oder aus.
+Beispiel:
+/AIDLE 1
+Siehe: AUTOREJOIN
blob - /dev/null
blob + eb6e50b3f4bc42364f2c9145dd0f5c058a73804b (mode 644)
--- /dev/null
+++ help/AIDLE.ITA
@@ -0,0 +1,6 @@
+AIDLE [0|1]
+-----------
+Disabilita od abilita l'antiidle.
+Esempio:
+/AIDLE 1
+Vedi anche: AUTOREJOIN
blob - /dev/null
blob + 7251e0bd74a283cadfe0d238bf1e9ddf3789798e (mode 644)
--- /dev/null
+++ help/AIDLE.TXT
@@ -0,0 +1,6 @@
+AIDLE [0|1]
+-----------
+Disables or enables Anti-Idle
+Example 
+/AIDLE 1
+See also: AUTOREJOIN
blob - /dev/null
blob + bb9bba7703ab28fc07fbf119f07ea972e357945e (mode 644)
--- /dev/null
+++ help/AUTOGETDCC.DEU
@@ -0,0 +1,7 @@
+AUTOGETDCC [netzwerk~] :0|1
+---------------------------
+Ermoeglicht oder verhindert das automatische Annehmen von
+angebotenen DCC-Dateitransferangeboten.
+Diese Einstellung wird als "ausgeschaltet" voreingestellt.
+Beispiel: 
+/AUTOGETDCC 1
blob - /dev/null
blob + 8e97385df297448d979d4e4a220d107391ede473 (mode 644)
--- /dev/null
+++ help/AUTOGETDCC.ITA
@@ -0,0 +1,6 @@
+AUTOGETDCC [network~] :0|1
+--------------------------
+abilita o disabilita l'accettazione automatica dei file offerti
+via DCC. Quest'opzione e' disabilitata di default.
+Esempio:
+/AUTOGETDCC 1
blob - /dev/null
blob + 9545a16107f905e6842bb96b1199d7263bd79587 (mode 644)
--- /dev/null
+++ help/AUTOGETDCC.TXT
@@ -0,0 +1,6 @@
+AUTOGETDCC [network~] :0|1
+--------------------------
+enables or disables auto get of offered DCC-Files. This setting
+is disabled by default.
+Example: 
+/AUTOGETDCC 1
blob - /dev/null
blob + fe697d522e23fdc982ba263f7af459f33a797d83 (mode 644)
--- /dev/null
+++ help/AUTOREJOIN.DEU
@@ -0,0 +1,7 @@
+AUTOREJOIN [0|1]
+----------------
+Ermoeglicht oder Verhindert den autmatischen Rejoin nach
+einem Kick aus einem Channel.
+Beispiel:
+/AUTOREJOIN 1
+Siehe: AIDLE
blob - /dev/null
blob + 32c3382d51c28afd52535c5f8e050059ce9a032d (mode 644)
--- /dev/null
+++ help/AUTOREJOIN.ITA
@@ -0,0 +1,7 @@
+AUTOREJOIN [0|1]
+----------------
+Disabilita od abilita il rientro automatico dei canali
+dopo un kick.
+Esempio:
+/AUTOREJOIN 1
+Vedi anche: AIDLE
blob - /dev/null
blob + d52303bdf4e62f052f117d0c59e5667ab4688d32 (mode 644)
--- /dev/null
+++ help/AUTOREJOIN.TXT
@@ -0,0 +1,6 @@
+AUTOREJOIN [0|1]
+----------------
+Disables or enables Auto-Rejoin of Channels after Kick
+Example 
+/AUTOREJOIN 1
+See also: AIDLE
blob - /dev/null
blob + 2d1d723378e9f320a3298c51c36ce6838d2e2d2c (mode 644)
--- /dev/null
+++ help/BCONNECT.DEU
@@ -0,0 +1,7 @@
+BCONNECT [netzwerk~]
+--------------------
+Verbindet den Bouncer wieder zum Netzwerk. Muss nach BQUIT
+aufgerufen werden, um die Verbindung wiederherzustellen.
+Beispiel: 
+/BCONNECT 
+Siehe: BQUIT
blob - /dev/null
blob + c8613785460a58e50eb4ba45dfc75ab85f55c9d9 (mode 644)
--- /dev/null
+++ help/BCONNECT.ITA
@@ -0,0 +1,6 @@
+BCONNECT [network~]
+-------------------
+Riconnette il bouncer al network IRC
+Esempio:
+/BCONNECT 
+Vedi anche: BQUIT
blob - /dev/null
blob + 87cf38def26a195b9e487a871dbfab9eb640b1bc (mode 644)
--- /dev/null
+++ help/BCONNECT.TXT
@@ -0,0 +1,9 @@
+BCONNECT [ident/network~]
+-------------------
+Connects bouncer back to the network.
+If used by BounceAdmin an ident can be
+specified to quit the idents primary
+network.
+Example 
+/BCONNECT 
+See also: BQUIT BQUITN and BCONNECTN
blob - /dev/null
blob + 9d353514651f8fd92d1bf096ea583342b8a69831 (mode 644)
--- /dev/null
+++ help/BCONNECTN.TXT
@@ -0,0 +1,8 @@
+BCONNECTN ident :network-prefix
+----------------------------
+Available to BounceAdmin only. Used to connect
+a given ident to its secondary network.
+Example:
+/BCONNECT TestUser :E
+would connect the ident TestUser to the network called E.
+See also: BQUIT BQUITN and BCONNECT
blob - /dev/null
blob + b2a94a9d79da5949baf247fd239e0216429f5ceb (mode 644)
--- /dev/null
+++ help/BDONE.TXT
@@ -0,0 +1,5 @@
+BDONE
+-----
+This command will return 'Done' when issued. An optional parameter can be provided, e.g.:
+BDONE test, and the bouncer will return 'Done: test'.
+This is only meant as a service tool for a webinterface.
blob - /dev/null
blob + 9c0c265e8c431d10cc22984bacd1be751398c922 (mode 644)
--- /dev/null
+++ help/BHELP.DEU
@@ -0,0 +1,4 @@
+BHELP
+-----
+Diese Hilfe. In Verbindung mit einem Argument wird die Hilfe
+des jeweiligen Befehls ausgegeben.
blob - /dev/null
blob + 2b5763d32fe193729de205307e7cfeb3841ee5d3 (mode 644)
--- /dev/null
+++ help/BHELP.ITA
@@ -0,0 +1,3 @@
+BHELP
+-----
+Questo Help
blob - /dev/null
blob + e7d831b51380474b14cda4d4df6e08a1a572cf0d (mode 644)
--- /dev/null
+++ help/BHELP.TXT
@@ -0,0 +1,3 @@
+BHELP
+-----
+This help
blob - /dev/null
blob + e07ec77201daac0cc7c9ddf9f9a33399f7c1f0c0 (mode 644)
--- /dev/null
+++ help/BKILL.DEU
@@ -0,0 +1,6 @@
+BKILL Nutzer
+------------
+Schliesst die Verbindung eines Nutzers auf den Bouncer.
+Beispiel: 
+BKILL Neuling
+Siehe: DELUSER
blob - /dev/null
blob + 7f44b94e524e0b25920958824695bf9975aab2f1 (mode 644)
--- /dev/null
+++ help/BKILL.ITA
@@ -0,0 +1,7 @@
+BKILL user
+----------
+Termina la connessione di un utente nel bouncer.
+Solo gli Amministratori possono usare questo comando.
+Esempio:
+/BKILL lamer
+Vedi anche: DELUSER
blob - /dev/null
blob + 932f0b940f34938e4838f25e03d3975ff05e26e0 (mode 644)
--- /dev/null
+++ help/BKILL.TXT
@@ -0,0 +1,6 @@
+BKILL user
+----------
+You can close user connection with BKILL. 
+Example: 
+BKILL lamer
+See also: DELUSER
blob - /dev/null
blob + 91ebdb75d8013533116176dd4e03ac2a976257b2 (mode 644)
--- /dev/null
+++ help/BQUIT.TXT
@@ -0,0 +1,8 @@
+BQUIT [ident/network~]
+----------------
+quits the server connection until you restart it with BCONNECT.
+If used by BounceAdmin a given ident can be quitted at the
+users primary network only.
+Example: 
+/BQUIT 
+See also: BCONNECT BCONNECTN and BQUITN
blob - /dev/null
blob + 1f822380191b014bf20a3726c301d3e8eaa60333 (mode 644)
--- /dev/null
+++ help/BQUITN.TXT
@@ -0,0 +1,9 @@
+BQUITN ident :network-prefix
+----------------------------
+Available to BounceAdmin only. Used to quit
+a given idents secondary network.
+Example:
+/BQUITN TestUser :E
+would quit the connection to the network called E
+for the ident TestUser.
+See also: BQUIT BCONNECT and BCONNECTN
blob - /dev/null
blob + 381b2edacad624a480fd2de51fd042993b1fecbb (mode 644)
--- /dev/null
+++ help/BRAW.TXT
@@ -0,0 +1,8 @@
+BRAW ident :command
+-------------------
+Used to simulate a command to a given ident. It has to be
+very format strict or it might not work as intended.
+Example:
+/BRAW TestUser :PRIVMSG #MyChannel :Testing testing
+Would send the message "Testing testing" to the channel #MyChannel
+as the user with the ident TestUser. Note the two colons.
blob - /dev/null
blob + ca9ff7f22a070944e0ff4bcd67779a243c1c0ce5 (mode 644)
--- /dev/null
+++ help/BREHASH.DEU
@@ -0,0 +1,4 @@
+BREHASH
+-------
+Restartet den Bouncer. Alle Verbindungen werden geschlossen.
+Beispiel: /BREHASH
blob - /dev/null
blob + 694d26e79727731c6b8ea736a14b727f86326862 (mode 644)
--- /dev/null
+++ help/BREHASH.ITA
@@ -0,0 +1,5 @@
+REHASH
+------
+rehasha il bouncer. Attenzione: questo fara' in modo che il bouncer
+si disconnetta !
+Esempio: /REHASH
blob - /dev/null
blob + 7b5ed87ef4aeb90c015953c3337af337a6e1c53e (mode 644)
--- /dev/null
+++ help/BREHASH.TXT
@@ -0,0 +1,4 @@
+REHASH
+------
+rehashes the bouncer. Warning: this will trigger bouncer disconnect !
+Example: /REHASH
blob - /dev/null
blob + af4db033f17cfc77ffb8acdb3de8088348428e36 (mode 644)
--- /dev/null
+++ help/BVHOST.DEU
@@ -0,0 +1,14 @@
+BVHOST [netzwerk~][link nummer oder nick(nur admin)] :host
+----------------------------------------------------------
+Setzt den VHOST, welcher zum Aufbau der Verbindung zum Server
+genutzt werden soll. Falls eine Link-Nummer angegeben wird, wird
+versucht, ein RELAY zum angegebenen Link herzustellen.
+Wird ein nick angegeben, so kann der Bouncer-Admin dem
+Nutzer einen Vhost zuweisen.
+Um moeglichen Rueckfragen vorzubeugen:
+Der VHOST muss auf dem Rechner, auf dem er genutzt werden soll, vorhanden
+sein.
+Beispiel: 
+/BVHOST :Nur.Virtuell.Com
+Siehe: RELAYLINK PROXY
+
blob - /dev/null
blob + 0a65124b729fd86688df7145df4f261c161d0820 (mode 644)
--- /dev/null
+++ help/BVHOST.ITA
@@ -0,0 +1,7 @@
+BVHOST [network~][numero link|nick] :host
+-----------------------------------------
+imposta il VHOST - Puoi settare il virtual host da usare se questi sono
+presenti nel server su cui il bouncer sta girando.
+admin settare il virtual host da usare nick.
+Esempio
+/BVHOST :Questo.E.Un.Bel.Vhost.Com
blob - /dev/null
blob + d84bde9d480a66ad0768b969b27de01e60814fc9 (mode 644)
--- /dev/null
+++ help/BVHOST.TXT
@@ -0,0 +1,7 @@
+VHOST [network~][link number or nick] :host
+-------------------------------------------
+sets your VHOST - You can also set the bouncer to use your virtual hosts if 
+present on the server from which the bouncer is running. 
+if a nick is given, an admin may also set the vhost of another user.
+Example: 
+/BVHOST :This.Is.Only.Virtual.Com
blob - /dev/null
blob + 36bf5a78fc44c4c32d7faf5c055acb4f328af2a9 (mode 644)
--- /dev/null
+++ help/BVHOSTN.TXT
@@ -0,0 +1,9 @@
+BVHOST ident :network-prefix vhost
+----------------------------------
+sets the VHOST of an ident at a secondary network.
+You can also set the bouncer to use your virtual hosts if 
+present on the server from which the bouncer is running. 
+Example: 
+/BVHOSTN TestUser :E This.Is.Only.Virtual.Com
+would change the vhost of TestUser on the network E to
+This.Is.Only.Virtual.Com.
blob - /dev/null
blob + 6c1c3871f66704b8d2b61274ab71a8c11ae0ecaf (mode 644)
--- /dev/null
+++ help/BWHO.DEU
@@ -0,0 +1,5 @@
+BWHO
+----
+Listet alle Nutzer des Bouncers und der Bouncer, die verlinkt sind.
+Falls ein Nutzer einen '*' vor seinem Login hat, ist dieser Nutzer
+eingeloggt.
blob - /dev/null
blob + ac418910cd90c7df2e8eb48e378cfd292642b40f (mode 644)
--- /dev/null
+++ help/BWHO.ITA
@@ -0,0 +1,6 @@
+BWHO
+----
+Lista tutti gli utenti con un account sul bouncer. Se un utente ha un "*" prima del
+nick significa che questi e' online nel bouncer. Con questo comando e' anche possibile
+vedere i link da (->) e verso (<-) il tuo bouncer. Questo se il tuo bouncer e'
+linkato ad altri.
blob - /dev/null
blob + 1ce3147670a33b513b13751f2e44c5f39f4017d4 (mode 644)
--- /dev/null
+++ help/BWHO.TXT
@@ -0,0 +1,6 @@
+BWHO
+----
+Lists all Users on the bouncer. If user has a "*" in front of his nick t
+hat means that the user is logged in. With this command you can also see the up
+links to (<-) and from (->) your bouncer. That is if you have bouncer linked to
+other bouncers.
blob - /dev/null
blob + 52821e42bc170d5cd5c98950d24bc957230d3e35 (mode 644)
--- /dev/null
+++ help/DCCANSWER.DEU
@@ -0,0 +1,8 @@
+DCCANSWER [S=]nick
+------------------
+DCCANSWER antwortet auf einen von nick angeboten DCC-Chat und
+stellt die Verbindung her, falls der Nutzer ein DCC-Chat Angebot
+gestellt hat.
+Wird ein S= vorm Nick angegeben, so versucht psyBNC den Aufbau einer
+SSL-Verbindung.
+Siehe: DCCCHAT DCCGET DCCSEND DCCCANCEL LISTDCC
\ No newline at end of file
blob - /dev/null
blob + 1c4f2a66f5f3afc91467fcef6954f0a735b0c50b (mode 644)
--- /dev/null
+++ help/DCCANSWER.ITA
@@ -0,0 +1,8 @@
+DCCANSWER [S=]nick
+------------------
+DCCANSWER fa si' che una richiesta di DCC Chat dal dato
+nick venga accettata, se questi ha inviato la richiesta
+per una sessione di Chat.
+Se S= e' messo in fronte al nick, psyBNC cerchera' di
+stabilire una connessione SSL.
+Vedi anche: DCCCHAT DCCGET DCCSEND DCCCANCEL LISTDCC
\ No newline at end of file
blob - /dev/null
blob + 885f36cf511073bdb0b4b91cb07973b9a1905e43 (mode 644)
--- /dev/null
+++ help/DCCANSWER.TXT
@@ -0,0 +1,7 @@
+DCCANSWER [S=]nick
+------------------
+DCCANSWER will accept an offered DCC Chat from the
+given nick, if he sent a request for a Chat Session.
+If S= is put in front of the nick, psyBNC tries to
+establish a SSL-Connection.
+See also: DCCCHAT DCCGET DCCSEND DCCCANCEL LISTDCC
\ No newline at end of file
blob - /dev/null
blob + 53f528d64757c26d25ebf6247a22455d5dfef43e (mode 644)
--- /dev/null
+++ help/DCCCANCEL.DEU
@@ -0,0 +1,4 @@
+DCCCANCEL nick [:Datei]
+-----------------------
+Unterbricht den angegebenen DCC-Chat oder DCC-Dateitransfer.
+Siehe: DCCCHAT DCCANSWER DCCSEND DCCGET LISTDCC
\ No newline at end of file
blob - /dev/null
blob + daf0caec54a5fbff4a869a33391ca64e46522866 (mode 644)
--- /dev/null
+++ help/DCCCANCEL.ITA
@@ -0,0 +1,4 @@
+DCCCANCEL nick [:file]
+----------------------
+annulla una DCC Chat od un trasferimento file.
+Vedi anche: DCCCHAT DCCANSWER DCCSEND DCCGET LISTDCC
\ No newline at end of file
blob - /dev/null
blob + ff085c349340fc3d211e680f975d5aa5e741547a (mode 644)
--- /dev/null
+++ help/DCCCANCEL.TXT
@@ -0,0 +1,5 @@
+DCCCANCEL nick [:file]
+----------------------
+
+Cancels a given DCC Chat or File Transfer.
+See also: DCCCHAT DCCANSWER DCCSEND DCCGET LISTDCC
\ No newline at end of file
blob - /dev/null
blob + 02484f6ed2664897e8d8f48e8576b228955a2080 (mode 644)
--- /dev/null
+++ help/DCCCHAT.DEU
@@ -0,0 +1,8 @@
+DCCCHAT [S=]nick
+----------------
+bietet dem angegebenen Nick einen DCC-Chat an, und wartet,
+bis das Angebot angenommen wird. Wird es abgelehnt, wird das
+Angebot nach bestimmter Zeit automatisch geloescht.
+Wird ein S= vor dem Nick angegeben, so versucht psyBNC den
+Aufbau einer SSL-Verbinding.
+Siehe: DCCCANCEL DCCSEND DCCGET DCCANSWER LISTDCC
\ No newline at end of file
blob - /dev/null
blob + fa6613ffb8ce9e3e942c96a19559d6d6e75fccea (mode 644)
--- /dev/null
+++ help/DCCCHAT.ITA
@@ -0,0 +1,7 @@
+DCCCHAT [S=]nick
+----------------
+offre una DCC Chat al dato nick ed aspetta finche' verra'
+accettata.
+Se S= viene messo prima del nick psyBNC cerchera' di stabilire
+una connessione SSL.
+Vedi anche: DCCCANCEL DCCSEND DCCGET DCCANSWER LISTDCC
\ No newline at end of file
blob - /dev/null
blob + 5e5713d0651197e6cad68dd40440d4d75e157a63 (mode 644)
--- /dev/null
+++ help/DCCCHAT.TXT
@@ -0,0 +1,7 @@
+DCCCHAT [S=]nick
+----------------
+offers a DCC Chat to the given nick and waits until it will be
+accepted.
+If S= is put at the front of the nick, psyBNC tries
+to establish a SSL-Connection.
+See also: DCCCANCEL DCCSEND DCCGET DCCANSWER LISTDCC
\ No newline at end of file
blob - /dev/null
blob + b5454d537eba216526a2c3e062973a4f077c8db2 (mode 644)
--- /dev/null
+++ help/DCCENABLE.DEU
@@ -0,0 +1,7 @@
+DCCENABLE 0 | 1
+---------------
+Ermoeglicht/Verhindert die Verarbeitung von DCC-Chat-Anfragen
+und DCC-Dateitransferanfragen durch psyBNC. Wird dies ausgeschaltet,
+werden die Anfragen direkt an einen moeglicherweise verbundenen Client
+geschickt.
+Siehe: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC
\ No newline at end of file
blob - /dev/null
blob + 154869ac094bfff3f25e67f7a48852a9d5069392 (mode 644)
--- /dev/null
+++ help/DCCENABLE.ITA
@@ -0,0 +1,6 @@
+DCCENABLE 0 | 1
+---------------
+Ti permette di abilitare o disabilitare la gestione
+interna delle DCC (sia Chat che Send) da parte del bouncer.
+Se disabilitata, psyBNC passera' le richieste DCC sul client.
+Vedi anche: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC
\ No newline at end of file
blob - /dev/null
blob + 3a4e7713450c70761ed242dca96227d7fa70cb75 (mode 644)
--- /dev/null
+++ help/DCCENABLE.TXT
@@ -0,0 +1,7 @@
+DCCENABLE 0 | 1
+---------------
+Allows you to disable or enable the internal
+DCC-Chat and Send-Handling of psyBNC. If disabled,
+psyBNC would just hand the DCC Requests over to
+the client.
+See also: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC
\ No newline at end of file
blob - /dev/null
blob + 63f24eeee193a2123406742d76ddcd125ecad62f (mode 644)
--- /dev/null
+++ help/DCCGET.DEU
@@ -0,0 +1,9 @@
+DCCGET [S=]nick :Datei
+----------------------
+Antwortet nick auf eine DCC-Dateitransferanfrage, und stellt
+die Verbindung zum empfangen der Datei her.
+Die Datei wird in downloads/USERnn gespeichert, wobei
+nn die Nummer des Nutzers ist.
+Falls vor dem Nick S= angegeben wird, versucht psyBNC
+den Aufbau einer SSL-Verbindung.
+Siehe: DCCCHAT DCCANSWER DCCSEND DCCCANCEL LISTDCC
\ No newline at end of file
blob - /dev/null
blob + e50484841ac4b30359d8908e57da04e1c47409e0 (mode 644)
--- /dev/null
+++ help/DCCGET.ITA
@@ -0,0 +1,8 @@
+DCCGET [S=]nick :filename
+---------------------
+Accetta e riceve un file da un utente rispondendo alla richiesta
+di invio. Il file verra' scaricato nella directory downloads/USERnn
+dove nn e' il numero dell'utente.
+Se S= viene messo prima del nick, psyBNC cerca di stabilire una
+connessione SSL.
+Vedi anche: DCCCHAT DCCANSWER DCCSEND DCCCANCEL LISTDCC
\ No newline at end of file
blob - /dev/null
blob + 94e945eafb4d89a7c3720f3d2844e2a293e22bc2 (mode 644)
--- /dev/null
+++ help/DCCGET.TXT
@@ -0,0 +1,8 @@
+DCCGET [S=]nick :filename
+---------------------
+Get an offered File from a user by acknowledging the
+Send Request. The File will be put into downloads/USERnn, where
+nn is the number of the User.
+If S= is put before the Nick, psyBNC tries to establish an
+SSL-Connection.
+See also: DCCCHAT DCCANSWER DCCSEND DCCCANCEL LISTDCC
\ No newline at end of file
blob - /dev/null
blob + 00d63820c5d7fea70a7a3d703a8229e9a75cf134 (mode 644)
--- /dev/null
+++ help/DCCSEND.DEU
@@ -0,0 +1,7 @@
+DCCSENDME :Datei
+--------------
+Sendet eine DCC-Dateitransferanfrage an den eigenen Client,
+um eine zuvor auf die Shell transferierte Datei zu uebertragen.
+Falls der Nutzer die Anfrage akzeptiert, wird die
+Datei versandt.
+Siehe: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC DCCSEND
\ No newline at end of file
blob - /dev/null
blob + 6addd8a46271a1b1d6aa762a08c5438ba558eb3b (mode 644)
--- /dev/null
+++ help/DCCSEND.ITA
@@ -0,0 +1,5 @@
+DCCSENDME :filename
+-------------------
+Invia la richiesta di invio file.
+Se l'utente accetta l'invio, il file verra' infiato.
+Vedi anche: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC DCCSEND
\ No newline at end of file
blob - /dev/null
blob + 4942bd523a726f5b28680eeae69b31bf131541e4 (mode 644)
--- /dev/null
+++ help/DCCSEND.TXT
@@ -0,0 +1,7 @@
+DCCSENDME :filename
+-------------------
+Sends a file send request to the own client. This
+is thought to transfer formerly downloaded files
+from the shell to the user.
+If the user accepts the send, the file will be sent.
+See also: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC DCCSEND
\ No newline at end of file
blob - /dev/null
blob + 9c2d56ac36e66ccaebd5a6fe01427591bd07277a (mode 644)
--- /dev/null
+++ help/DCCSENDME.DEU
@@ -0,0 +1,8 @@
+DCCSEND [S=]nick :Datei
+-----------------------
+Sendet eine DCC-Dateitransferanfrage an nick.
+Falls der Nutzer die Anfrage akzeptiert, wird die
+Datei versandt.
+Falls vor dem Nick S= angegeben wird, versucht psyBNC
+den Aufbau einer SSL-Verbindung.
+Siehe: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC
\ No newline at end of file
blob - /dev/null
blob + 9df5884979aa11a9a329f489af464c6f39268205 (mode 644)
--- /dev/null
+++ help/DCCSENDME.ITA
@@ -0,0 +1,7 @@
+DCCSEND [S=]nick :filename
+--------------------------
+Invia la richiesta di invio file ad un dato nickname.
+Se l'utente accetta l'invio, il file verra' infiato.
+Se S= viene messo prima del nick, psyBNC cerca di
+stabilire una connessione SSL.
+Vedi anche: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC
\ No newline at end of file
blob - /dev/null
blob + 786a8e334e5bcf6f56d72e2a44d1d3d8bf2a1a82 (mode 644)
--- /dev/null
+++ help/DCCSENDME.TXT
@@ -0,0 +1,7 @@
+DCCSEND [S=]nick :filename
+--------------------------
+Sends a file send request to the given nickname.
+If the user accepts the send, the file will be sent.
+If S= is put in front of the Nick, psyBNC tries to
+create an SSL-Connection.
+See also: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC
\ No newline at end of file
blob - /dev/null
blob + c4d9b154c26599f242c40ccc142778c771afdfe4 (mode 644)
--- /dev/null
+++ help/DEFAULTIPV6.TXT
@@ -0,0 +1,13 @@
+DEFAULTIPV6 :[0|1]
+-----------------
+Sets whether or not to prefer IPv6 addresses when doing DNS lookups globally.
+It affects all users, unless the user has a user preference set with PREFERIPV6
+overriding the global setting.
+If enabled psyBNC will prefer IPv6 lookups for servers and vhosts over IPv4.
+The default value is 0.
+Example:
+DEFAULTIPV6 :1
+(Prefers IPv6 for all users, unless overridden by a user)
+DEFAULTIPV6 :0
+(Prefers IPv4 over IPv6 for all users, unless overridden by a user)
+See also: PREFERIPV6
\ No newline at end of file
blob - /dev/null
blob + 5a107ad37b3ef396a61ad901f6c81eb743584fa3 (mode 644)
--- /dev/null
+++ help/DELALLOW.DEU
@@ -0,0 +1,7 @@
+DELALLOW number
+---------------
+Entfernt einen Host-Allow durch Angabe der korrespondierenden
+Nummer aus LISTALLOW.
+Beispiel:
+DELALLOW 1
+Siehe: ADDALLOW LISTALLOW
blob - /dev/null
blob + ea4b87dbeddb676e1454501bb66957fe19108acb (mode 644)
--- /dev/null
+++ help/DELALLOW.ITA
@@ -0,0 +1,7 @@
+DELALLOW number
+---------------
+Cancella un host consentito dalla lista degli hosts permessi.
+Il numero puoi prenderlo con /LISTALLOW.
+Esempio:
+/DELALLOW 1
+Vedi anche: ADDALLOW LISTALLOW
blob - /dev/null
blob + 69c49025b7b0398e01856684be751a065c65c170 (mode 644)
--- /dev/null
+++ help/DELALLOW.TXT
@@ -0,0 +1,7 @@
+DELALLOW number
+---------------
+Deletes a host allowance from your list of host allows.
+You can get the number of the entry from LISTALLOW.
+Example:
+DELALLOW 1
+See also: ADDALLOW LISTALLOW
blob - /dev/null
blob + c27b167702f3ac98e5e4f03302c426f139a7a0a4 (mode 644)
--- /dev/null
+++ help/DELASK.DEU
@@ -0,0 +1,7 @@
+DELASK [netzwerk~] :nummer
+--------------------------
+Entfernt eine Op Abfrage von einem Bot oder einem User. Die Nummer
+kannst Du anhand von /LISTASK herausfinden.
+Beispiel: 
+/DELASK 12 
+Siehe: ADDASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS
blob - /dev/null
blob + d3960e6fd241f03b55587820f13e67054bfde7c6 (mode 644)
--- /dev/null
+++ help/DELASK.ITA
@@ -0,0 +1,7 @@
+DELASK [network~] :number
+-------------------------
+cancella un op su richiesta dal bot. Usa /LISTASK per ottenere il numero
+da specificare.
+Esempio:
+/DELASK 12 
+Vedi anche: ADDASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS
blob - /dev/null
blob + f296f456f1597ff8b9340d1aecb87540e23fd666 (mode 644)
--- /dev/null
+++ help/DELASK.TXT
@@ -0,0 +1,7 @@
+DELASK [network~] :number
+-------------------------
+deletes op request from a bot. Use /LISTASK to find out which entry you want 
+to delete. 
+Example: 
+/DELASK 12 
+See also: ADDASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS
blob - /dev/null
blob + 0ccad97870f0f1d4c5842d9b661bd7e04570960f (mode 644)
--- /dev/null
+++ help/DELAUTOOP.DEU
@@ -0,0 +1,7 @@
+DELAUTOOP [netzwerk~]nummer
+---------------------------
+Entfernt einen Auto-Op Eintrag nach angegebener Nummer aus LISTAUTOOPS.
+Beispiel::
+/DELAUTOOP 2
+Siehe: ADDAUTOOP LISTAUTOOPS ADDOP DELOP LISTOPS ADDASK DELASK LISTASK
+
blob - /dev/null
blob + a3aa03394e6907ced4f06fdbae85d91953e8b3b9 (mode 644)
--- /dev/null
+++ help/DELAUTOOP.ITA
@@ -0,0 +1,7 @@
+DELAUTOOP [network~]number
+--------------------------
+cancella un autoop per numero.
+Il numero puoi ottenerlo con /LISTAUTOOPS.
+Esempio:
+/DELAUTOOP 2
+Vedi anche: ADDAUTOOP LISTAUTOOPS ADDOP DELOP LISTOPS ADDASK DELASK LISTASK
blob - /dev/null
blob + 52b69780213ab69e5f2ee3079f1a4c4e3363e36d (mode 644)
--- /dev/null
+++ help/DELAUTOOP.TXT
@@ -0,0 +1,8 @@
+DELAUTOOP [network~]number
+--------------------------
+deletes an added autoop entry by number. 
+You can get the number from LISTAUTOOPS.
+Example:
+/DELAUTOOP 2
+See also: ADDAUTOOP LISTAUTOOPS ADDOP DELOP LISTOPS ADDASK DELASK LISTASK
+
blob - /dev/null
blob + d1458e11e256414ac5bb6d80660c404cc78ca7ac (mode 644)
--- /dev/null
+++ help/DELBAN.DEU
@@ -0,0 +1,7 @@
+DELBAN [netzwerk~] :nummer
+--------------------------
+Entfernt einen Ban aus der BanListe. Um herauszufinden, welche Nummer
+anzugeben ist, benutze LISTBANS.
+Beispiel: 
+/DELBAN 6 
+Siehe: ADDBAN LISTBANS
blob - /dev/null
blob + 6567ea2c634708f0f711da2cfe6bb3eee135aa61 (mode 644)
--- /dev/null
+++ help/DELBAN.ITA
@@ -0,0 +1,6 @@
+DELBAN [network~] :number
+-------------------------
+Rimuove un ban dalla banlist. Per vedere quale ban vuoi rimuovere usa /LISTBANS
+Esempio
+/DELBAN 6 
+Vedi anche: ADDBAN LISTBANS
blob - /dev/null
blob + 1d3dd3018525900756292b19c494385506f99b45 (mode 644)
--- /dev/null
+++ help/DELBAN.TXT
@@ -0,0 +1,6 @@
+DELBAN [network~] :number
+-------------------------
+Removes a ban from your BanList. Too see what ban you want to remove use /LISTBANS 
+Example: 
+/DELBAN 6 
+See also: ADDBAN LISTBANS
blob - /dev/null
blob + aa1fc59b1aa9bcbf39b23fcc7e0ef6182a42d580 (mode 644)
--- /dev/null
+++ help/DELDCC.DEU
@@ -0,0 +1,7 @@
+DELDCC [netzwerk~]nummer
+------------------------
+Entfernt eine DCC-Bot-Verbindung. Die Nummer kann aus LISTDCC ausgelesen
+werden.
+Beispiel: 
+/DELDCC 4 
+Siehe: ADDDCC LISTDCC
blob - /dev/null
blob + ce6552fc56fb904e7f21e665d41c98727132512f (mode 644)
--- /dev/null
+++ help/DELDCC.ITA
@@ -0,0 +1,7 @@
+DELDCC [network~]number
+-----------------------
+cancella una connessione dcc verso un bot. Puoi ottenere questo numero
+col comando /LISTDCC.
+Esempio:
+/DELDCC 4 
+Vedi anche: ADDDCC LISTDCC
blob - /dev/null
blob + 0eadf11a3cd9144c6ddc18cbe51b5c27cec7d050 (mode 644)
--- /dev/null
+++ help/DELDCC.TXT
@@ -0,0 +1,7 @@
+DELDCC [network~]number
+-----------------------
+deletes a dcc bot connection. You can get the number of DCC link that you want 
+to delete using the /LISTDCC command. 
+Example: 
+/DELDCC 4 
+See also: ADDDCC LISTDCC
blob - /dev/null
blob + 814592514186ca6942387b708878a5ee03110614 (mode 644)
--- /dev/null
+++ help/DELENCRYPT.DEU
@@ -0,0 +1,8 @@
+DELENCRYPT [netzwerk~]nummer
+----------------------------
+DELENCRYPT entfernt eine hinzugefuegte Verschluesselung
+aus der Liste der Channel- oder Nutzerverschluesselungen.
+Siehe /LISTENCRYPT, um die Nummer der Verschluesselung herauszufinden.
+Beispiel:
+DELENCRYPT 3
+Siehe: ENCRYPT LISTENCRYPT
blob - /dev/null
blob + 920c2b466a80ab4d4d3fef3d4f482641d4048f05 (mode 644)
--- /dev/null
+++ help/DELENCRYPT.ITA
@@ -0,0 +1,9 @@
+DELENCRYPT [network~]number
+---------------------------
+DELENCRYPT permette di rimuovere un ENCRYPT dalla lista.
+Usa /LISTENCRYPT per prendere nota del numero dell'encrypt
+da eliminare.
+Esempio:
+/DELENCRYPT 3
+cancellerebbe l'entry 3 dalla lista delle crittazioni.
+Vedi anche: ENCRYPT LISTENCRYPT
blob - /dev/null
blob + f6a526317b1644f8f188da0b209e4781770fb6ec (mode 644)
--- /dev/null
+++ help/DELENCRYPT.TXT
@@ -0,0 +1,9 @@
+DELENCRYPT [network~]number
+---------------------------
+DELENCRYPT allows you to remove an added ENCRYPT entry from
+the list of Encryption-Settings. See /LISTENCRYPT to get
+the number of the context to be removed.
+Example:
+DELENCRYPT 3
+would remove entry 3 from the list of crypting specifications.
+See also: ENCRYPT LISTENCRYPT
blob - /dev/null
blob + cb669c795e8b2c9926ff73cb035a5657877ddda9 (mode 644)
--- /dev/null
+++ help/DELIGNORE.DEU
@@ -0,0 +1,6 @@
+DELIGNORE [netzwerk~]nummer
+---------------------------
+Entfernt einen Ignore-Eintrag aus der Ignore-Liste
+Beispiel:
+/DELIGNORE 2
+Siehe: ADDIGNORE LISTIGNORES
blob - /dev/null
blob + 3e176404e03b121ba8a5bb8fcfbe6c675389f720 (mode 644)
--- /dev/null
+++ help/DELIGNORE.ITA
@@ -0,0 +1,6 @@
+DELIGNORE [network~]number
+---------------------------
+Cancella l'entry di un ignore dalla lista.
+Esempio:
+/DELIGNORE 2
+Vedi anche: ADDIGNORE LISTIGNORES
blob - /dev/null
blob + 2025d42355b9e071e3b4a890f831abde7d9b21f7 (mode 644)
--- /dev/null
+++ help/DELIGNORE.TXT
@@ -0,0 +1,6 @@
+DELIGNORE [network~]number
+---------------------------
+Deletes an Ignore-Entry from the Ignore-list
+Example:
+/DELIGNORE 2
+See also: ADDIGNORE LISTIGNORES
blob - /dev/null
blob + 41c6d15d2b540d22fe47132c9bdd5e62d1f522a8 (mode 644)
--- /dev/null
+++ help/DELLINK.DEU
@@ -0,0 +1,6 @@
+DELLINK nummer
+--------------
+Entfernt einen Link zu einem anderen Bouncer. Die Nummer des Links
+steht in der Liste aus LISTLINKS.
+Beispiel: 
+/DELLINK 4
blob - /dev/null
blob + 1c9a1ecb43c9d8f11353113ad6413776f528ba22 (mode 644)
--- /dev/null
+++ help/DELLINK.ITA
@@ -0,0 +1,6 @@
+DELLINK number
+--------------
+cancella un bouncer dalla BounceNet. Puoi segnarti il numero del
+bouncer da eliminare dando il comando /LISTLINKS.
+Esempio:
+/DELLINK 4
blob - /dev/null
blob + 5250f792c7a96697765da3e2cc3929dcc0e1b682 (mode 644)
--- /dev/null
+++ help/DELLINK.TXT
@@ -0,0 +1,6 @@
+DELLINK number
+--------------
+deletes a bouncer from the BounceNet. You can get the number
+of the bouncer with LISTLINKS command. 
+Example: 
+/DELLINK 4
blob - /dev/null
blob + d786b47b7798a22366e57ed343c2a8e6d1618e08 (mode 644)
--- /dev/null
+++ help/DELLOG.DEU
@@ -0,0 +1,8 @@
+DELLOG [netzwerk~]nummer
+------------------------
+DELLOG ermoeglicht das Entfernen eines Eintrages in den
+Trafficlog-Filtern/Quellen.
+Die Nummer kann aus der Liste aus LISTLOGS ausgelesen werden.
+Beispiel:
+DELLOG 3
+Siehe: ADDLOG LISTLOG PLAYTRAFFICLOG ERASETRAFFICLOG
\ No newline at end of file
blob - /dev/null
blob + 99dc677d434349fa2f939de00ddcc6801efa0b53 (mode 644)
--- /dev/null
+++ help/DELLOG.ITA
@@ -0,0 +1,10 @@
+DELLOG [network~]number
+-----------------------
+DELLOG permette di cancellare un entry dalla lista dei log per il
+traffic log.
+Esempio:
+/DELLOG 3
+cancellerebbe l'entry 3 dalla lista.
+Per prendere nota del numero da specificare usa /LISTOLOGS.
+E' il primo numero all'inizio dell'entry.
+Vedi anche: ADDLOG LISTLOG PLAYTRAFFICLOG ERASETRAFFICLOG
\ No newline at end of file
blob - /dev/null
blob + e86bff2a063b4ef5dd619c855d098e20f4912799 (mode 644)
--- /dev/null
+++ help/DELLOG.TXT
@@ -0,0 +1,10 @@
+DELLOG [network~]number
+-----------------------
+DELLOG allows you to delete an entry to the logging specifications
+for traffic logging.
+Example:
+DELLOG 3
+would remove entry 3 from the list of logging specifications.
+To get the number to remove, do LISTLOGS. It is the leading
+number in front of the entry.
+See also: ADDLOG LISTLOG PLAYTRAFFICLOG ERASETRAFFICLOG
\ No newline at end of file
blob - /dev/null
blob + 372d3b53eb9ae2c2733281609322493e5e041661 (mode 644)
--- /dev/null
+++ help/DELNETWORK.DEU
@@ -0,0 +1,4 @@
+DELNETWORK name
+---------------
+Entfernt ein Netzwerk. 
+Siehe: ADDNETWORK
blob - /dev/null
blob + 56633f0111ecd77e3dbcd68591f1dbb10d0daf68 (mode 644)
--- /dev/null
+++ help/DELNETWORK.ITA
@@ -0,0 +1,3 @@
+DELNETWORK name
+---------------
+cancella un network. Vedi ADDNETWORK per ulteriori informazioni.
blob - /dev/null
blob + bb903836d89056ebc4379199002a537cfb2b81c9 (mode 644)
--- /dev/null
+++ help/DELNETWORK.TXT
@@ -0,0 +1,3 @@
+DELNETWORK name
+---------------
+deletes a network. See ADDNETWORK for further informations.
blob - /dev/null
blob + 340b413bb6eb785495340a461f24b2464e294b68 (mode 644)
--- /dev/null
+++ help/DELOP.DEU
@@ -0,0 +1,8 @@
+DELOP [netzwerk~] :nummer
+-------------------------
+loescht einen Eintrag aus der Liste der Nutzer, welche vom
+Bouncer Op abfragen koennen. Die Nummer des Nutzers kann aus /LISTOPS
+ausgelesen werden.
+Beispiel:
+/DELOP 12 
+Siehe: LISTOPS ADDOP ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDAS DELASK LISTASK
blob - /dev/null
blob + dc8c523f13309376dc9378b49ccd5d171aacc38d (mode 644)
--- /dev/null
+++ help/DELOP.ITA
@@ -0,0 +1,7 @@
+DELOP [network~] :number
+------------------------
+cancella un utente che puo' chiedere l'OP al tuo bouncer. Per vedere la
+lista degli utenti che possono farlo usa /LISTOPS !
+Esempio:
+/DELOP 12 
+Vedi anche: LISTOPS ADDOP ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDAS DELASK LISTASK
blob - /dev/null
blob + bf5e2b64eaeac66363adf214e462b22b7dea7c28 (mode 644)
--- /dev/null
+++ help/DELOP.TXT
@@ -0,0 +1,7 @@
+DELOP [network~] :number
+------------------------
+deletes a user that can ask OP from your bouncer. In order to see a list 
+of users added in your OP list use /LISTOPS ! 
+Example:
+/DELOP 12 
+See also: LISTOPS ADDOP ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDAS DELASK LISTASK
blob - /dev/null
blob + 475405ac15c185885f1a09755cc8de1874e3de46 (mode 644)
--- /dev/null
+++ help/DELSERVER.DEU
@@ -0,0 +1,7 @@
+DELSERVER [netzwerk~] :servernummer
+-----------------------------------
+Loescht einen Eintrag aus der Liste der Server. Nutze
+/LISTSERVERS um die Nummer herauszufinden.
+Beispiel: 
+/DELSERVER 5 
+Siehe: ADDSERVER LISTSERVER
blob - /dev/null
blob + 33c47e8f422104ba69ea5e5ba8f1a9671e3c3a1d (mode 644)
--- /dev/null
+++ help/DELSERVER.ITA
@@ -0,0 +1,9 @@
+DELSERVER [network~] :servernumber
+----------------------------------
+Cancella un server dalla lista. Se ti accorgi che qualche server e' laggato
+o non ti permette di connettertici oppure ti da' una connessione +r (restricted)
+puoi cancellarli.
+Usa /LISTERVERS per prendere nota dal numero di server da cancellare.
+Esempio:
+/DELSERVER 5 
+Vedi anche: ADDSERVER LISTSERVER
blob - /dev/null
blob + d738d33a765e5d481d14d90851ad84cfb42ebd86 (mode 644)
--- /dev/null
+++ help/DELSERVER.TXT
@@ -0,0 +1,8 @@
+DELSERVER [network~] :servernumber
+----------------------------------
+Deletes Server. If you find out that some IRC servers are LAGGED or don't allow 
+your connection or you have +r (restricted) connection you can delete them. 
+Use /LISTERVERS to get the server number that you want to delete. 
+Example: 
+/DELSERVER 5 
+See also: ADDSERVER LISTSERVER
blob - /dev/null
blob + 76db6c7d4209abb4e30814160e32d044ee5209d7 (mode 644)
--- /dev/null
+++ help/DELTRANSLATE.DEU
@@ -0,0 +1,9 @@
+DELTRANSLATE [netzwerk~]nummer
+------------------------------
+Loescht einen Eintrag in der Liste der Uebersetzungen.
+Siehe /LISTTRANSLATE, um die Nummer des Uebersetzers heraus-
+zufinden.
+Beispiel:
+DELTRANSLATE 3
+Siehe: TRANSLATE LISTTRANSLATE
+
blob - /dev/null
blob + ce55d75c7d6286fe2be74dcd210b33b55c0f7406 (mode 644)
--- /dev/null
+++ help/DELTRANSLATE.ITA
@@ -0,0 +1,9 @@
+DELTRANSLATE [network~]number
+-----------------------------
+DELTRANSLATE ti permette di rimuovere un translator dalla lista.
+Usa /LISTTRANSLATE per prendere nota del numero di translator
+da eliminare.
+Esempio:
+/DELTRANSLATE 3
+cancellerebbe l'item 3 dalla lista di translator.
+Vedi anche: TRANSLATE LISTTRANSLATE
blob - /dev/null
blob + dbb8338aee18008bafe1099cd34317bbe4f6738d (mode 644)
--- /dev/null
+++ help/DELTRANSLATE.TXT
@@ -0,0 +1,10 @@
+DELTRANSLATE [network~]number
+-----------------------------
+DELTRANSLATE allows you to remove an added translator entry from
+the list of formerly added translators. See /LISTTRANSLATE to get
+the number of the context to be removed.
+Example:
+DELTRANSLATE 3
+would remove entry 3 from the list of translators.
+See also: TRANSLATE LISTTRANSLATE
+
blob - /dev/null
blob + 93b60a767ee33dbf12e8cfcd4d913882ff734563 (mode 644)
--- /dev/null
+++ help/DELUSER.DEU
@@ -0,0 +1,7 @@
+DELUSER login
+-------------
+loescht einen Nutzer vom Bouncer. Du musst Bouncer-Admin sein,
+um diesen Befehl ausfuehren zu koennen.
+Beispiel: 
+/DELUSER Anfaenger
+Siehe: ADDUSER
blob - /dev/null
blob + 53e84914cfe7be4969a53b30f35a47496f3e676a (mode 644)
--- /dev/null
+++ help/DELUSER.ITA
@@ -0,0 +1,7 @@
+DELUSER login
+-------------
+cancella un utente dal bouncer. Devi essere Amministratore del
+bouncer per cancellare un utente.
+Esempio:
+/DELUSER newbie
+Vedi anche: ADDUSER
blob - /dev/null
blob + f6a3389b4d4ef86ff9f4570018b428cf10d73d1d (mode 644)
--- /dev/null
+++ help/DELUSER.TXT
@@ -0,0 +1,5 @@
+DELUSER login
+-------------
+deletes a bouncer user. You must be Bouncer Admin in order to
+delete a user. Example: /deluser newbie 
+See also: ADDUSER
blob - /dev/null
blob + 00fcdc83ecb6b7945a1235c21d358011ed507b7e (mode 644)
--- /dev/null
+++ help/ENCRYPT.DEU
@@ -0,0 +1,17 @@
+ENCRYPT [netzwerk~]password :#channel oder nick
+-----------------------------------------------
+ENCRYPT fuegt einen Eintrag zu der Liste der Verschluesselungen
+von Konversationen hinzu. #channel oder Nick ist das Ziel und die
+Quelle, an oder von der die Konversation zu verschluesseln ist.
+Der jeweilige Schluessel muss mit der Zielperson oder mit den
+Zielpersonen abgestimmt werden. Beide Seiten muessen ein 
+korrespondierendes Password setzen.
+Beispiel: 
+/ENCRYPT v1s1t0r :john
+Falls John das gleiche Password setzt, wird die Konversation
+entschluesselt. Verschluesselungsalgorithmen sind Blowfish und
+IDEA. Falls fuer einen Channel verschluesselt werden soll, muessen
+alle Personen auf diesem Channel das gleiche Password kennen.
+Beispiel:
+/ENCRYPT weissnich :#geheim
+Siehe: DELENCRYPT LISTENCRYPT
blob - /dev/null
blob + 003d0fd638b7055a626fd29e3735254db9a55051 (mode 644)
--- /dev/null
+++ help/ENCRYPT.ITA
@@ -0,0 +1,16 @@
+ENCRYPT [network~]password :#canale o nick
+--------------------------------------------
+ENCRYPT cripta i messaggi per un canale od una persona, per permettere
+una maggiore privacy su irc. Devi decidere una key con la persona
+con cui vuoi parlare cifrato, quindi entrambi dovrete impostare
+questa key per criptare e decriptare correttamente.
+Esempio:
+/ENCRYPT v1s1t0r :john
+If john ha anche lui impostato la stessa password per il tuo nick,
+potrete parlare criptato. Inoltre gli algoritmi di criptazione
+blowfish e idea vengono usati.
+Se stai usando ENCRYPT verso un canale, tutti gli utenti del canale
+devono impostare la stessa password.
+Esempio: 
+/ENCRYPT d0ntkn0w :#leet
+Vedi anche: DELENCRYPT LISTENCRYPT
blob - /dev/null
blob + ddfe5e7ded8dac5fb4ec985f75ea07adc17d4834 (mode 644)
--- /dev/null
+++ help/ENCRYPT.TXT
@@ -0,0 +1,15 @@
+ENCRYPT [network~]password :#channel or nick
+--------------------------------------------
+Encrypt encrypts talk to a channel or person. This is thought
+for allowing improved privacy on irc. You need to handshake
+a key with the person you want to talk to encrypted, then
+both sides have to set that key to encrypt and decrypt correctly.
+Example: 
+/ENCRYPT v1s1t0r :john
+If john would also set the same password to your nick, you could 
+talk encrypted. As encryption algorithms blowfish and idea are used.
+If you are using ENCRYPT for a channel, then all people on the channel
+have to set the same password.
+Example:
+/ENCRYPT d0ntkn0w :#leet
+See also: DELENCRYPT LISTENCRYPT
blob - /dev/null
blob + f6aff7eeb8e98c7dea707f2ba44ba97300b1d338 (mode 644)
--- /dev/null
+++ help/ERASEMAINLOG.DEU
@@ -0,0 +1,4 @@
+ERASEMAINLOG
+------------
+Loescht das Haupt-Log des Bouncers.
+Siehe: PLAYPRIVATELOG ERASELOG PLAIMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + 4a796b3a3f0960c2b06c083a564dab4007415b55 (mode 644)
--- /dev/null
+++ help/ERASEMAINLOG.ITA
@@ -0,0 +1,5 @@
+ERASEMAINLOG
+------------
+cancella il log principale. Per potere tenere i log aggiornati dovresti
+cancellare il log di sistema dopo che lo hai esaminato.
+Vedi anche: PLAYPRIVATELOG ERASELOG PLAIMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + dc375a01663e75a71cc84644c176a5f8a2027283 (mode 644)
--- /dev/null
+++ help/ERASEMAINLOG.TXT
@@ -0,0 +1,5 @@
+ERASEMAINLOG
+------------
+erases the bouncer system log. In order to keep your log up to
+date you should delete the bouncer system log after you examine it. 
+See also: PLAYPRIVATELOG ERASELOG PLAIMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + a571d9b9f7115a1739d1c9e2dcf23728b597c099 (mode 644)
--- /dev/null
+++ help/ERASEPRIVATELOG.DEU
@@ -0,0 +1,4 @@
+ERASEPRIVATELOG [netzwerk~]
+---------------------------
+Loescht das Nutzer-Log sowie die darin gespeicherten privaten Nachrichten.
+Siehe: PLAYPRIVATELOG PLAIMAINLOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + 0851ff0b7a764283761635b2c86b6c4e04ac3edc (mode 644)
--- /dev/null
+++ help/ERASEPRIVATELOG.ITA
@@ -0,0 +1,6 @@
+ERASEPRIVATELOG [network~]
+--------------------------
+cancella i messaggi loggati. 
+erases your logged messages. Per potere tenere i log aggiornati dovresti
+cancellari i messaggi che hai gia' letto usando /PLAYPRIVATELOG.
+Vedi anche: PLAYPRIVATELOG PLAIMAINLOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + fc7c3dd536b9dbcb02fffb593116a3fc68a60e79 (mode 644)
--- /dev/null
+++ help/ERASEPRIVATELOG.TXT
@@ -0,0 +1,5 @@
+ERASEPRIVATELOG [network~]
+--------------------------
+erases your logged messages. In order to keep your log up to date you should 
+delete the messages that you allready read using /PLAYPRIVATELOG.
+See also: PLAYPRIVATELOG PLAIMAINLOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + fc5fc1d57c913b7ac74da21c1072e42bfd3498b4 (mode 644)
--- /dev/null
+++ help/ERASETRAFFICLOG.DEU
@@ -0,0 +1,4 @@
+ERASETRAFFICLOG [netzwerk~]
+---------------------------
+Loescht das Traffic-Log des Nutzers.
+Siehe: PLAYPRIVATELOG PLAIMAINLOG ERASEMAINLOG PLAYPRIVATELOG ERASEPRIVATELOG
blob - /dev/null
blob + bc9b2b800009d3dd7ba659031b52f48dc738b68c (mode 644)
--- /dev/null
+++ help/ERASETRAFFICLOG.ITA
@@ -0,0 +1,5 @@
+ERASETRAFFICLOG [network~]
+--------------------------
+cancella il log del traffico IRC. Per potere tenere i log aggiornati dovresti
+cancellari i messaggi che hai gia' letto usando /PLAYTRAFFICLOG last.
+Vedi anche: PLAYPRIVATELOG PLAIMAINLOG ERASEMAINLOG PLAYPRIVATELOG ERASEPRIVATELOG
blob - /dev/null
blob + e8a7b0cd1183b6c07400b9e7e8a3cf9df46a2d32 (mode 644)
--- /dev/null
+++ help/ERASETRAFFICLOG.TXT
@@ -0,0 +1,5 @@
+ERASETRAFFICLOG [network~]
+--------------------------
+erases your traffig log. In order to keep your log up to date you should 
+delete the messages that you allready read using /PLAYTRAFFICLOG last.
+See also: PLAYPRIVATELOG PLAIMAINLOG ERASEMAINLOG PLAYPRIVATELOG ERASEPRIVATELOG
blob - /dev/null
blob + 27518db31d07655b35221e31bdd64e9917ea43ab (mode 644)
--- /dev/null
+++ help/FIXLISTENER.TXT
@@ -0,0 +1,8 @@
+FIXLISTENER
+-----------
+FIXLISTENER takes no argument and tries to recreate the main
+listening socket in case it has died (known to happen at
+FreeBSD).
+Example:
+/FIXLISTENER
+See also: SOCKSTAT and KILLSOCKET
blob - /dev/null
blob + 27ad797615e361db817068d68ccc6831aa3688b4 (mode 644)
--- /dev/null
+++ help/JUMP.DEU
@@ -0,0 +1,10 @@
+JUMP [netzwerk~] :[nummer]
+--------------------------
+Springt zum naechsten Server aus der Serverliste, falls keine
+Nummer angegeben ist. Ist eine Nummer angeben, wird direkt 
+zu dem korrespondierenden Server aus LISTSERVERS gesprungen.
+Der JUMP-Befehl muss auch genutzt werden, um Einstellungen
+wie PROXY oder VHOST zu aktivieren.
+Beispiel: 
+JUMP
+Siehe: LISTSERVERS ADDSERVER DELSERVER
\ No newline at end of file
blob - /dev/null
blob + 5cf688eca10efaba6dca150204f8492c30d6bd45 (mode 644)
--- /dev/null
+++ help/JUMP.ITA
@@ -0,0 +1,12 @@
+JUMP [network~] :[number]
+-------------------------
+Salta al prossimo server, se nessun numero di server e' indicato, o al numero
+del server in LISTSERVERS.
+Se sei laggato o qualcos'altro va male puoi forzare il bouncer a cambiare
+server. Per fare questo devi avere almeno due IRC server nella lista (vedi
+/ADDSERVER).
+Il comando JUMP e' anche usato dopo che si cambia VHOST o in altre situazioni
+quando indicato.
+Esempio:
+/JUMP
+Vedi anche: LISTSERVERS ADDSERVER DELSERVER
\ No newline at end of file
blob - /dev/null
blob + b99215ce59bb1103159cc09f731b5ac5403b8f79 (mode 644)
--- /dev/null
+++ help/JUMP.TXT
@@ -0,0 +1,12 @@
+JUMP [network~] :[number]
+-------------------------
+jumps to next server, if no servernumber is given, or to the server by number
+from LISTSERVERS. 
+If you are in LAG or something else is wrong you can 
+force bouncer to change servers. In order to do that you must have
+atleast two IRC servers added in ServerList (See /addserver)
+JUMP command is also used to trigger VHOSTS or in other situations when 
+displayed. 
+Example: 
+JUMP
+See also: LISTSERVERS ADDSERVER DELSERVER
\ No newline at end of file
blob - /dev/null
blob + 28e7a167691ffb391037b3a8cad3a43edae3e036 (mode 644)
--- /dev/null
+++ help/KILLSOCKET.TXT
@@ -0,0 +1,9 @@
+KILLSOCKET <ID/IP>
+------------------
+KILLSOCKET allows you to kill one or more sockets matching a
+given ID or a specific IP.
+Example:
+/KILLSOCKET 4
+would remove (kill) the socket called 4. The current sockets can
+be viewed with SOCKSTAT.
+See also: SOCKSTAT and FIXLISTENER
blob - /dev/null
blob + 11eb511f28ffe8ec15e7a80f1cae336861a971f3 (mode 644)
--- /dev/null
+++ help/LEAVEQUIT.DEU
@@ -0,0 +1,7 @@
+LEAVEQUIT [0|1]
+---------------
+Ermoeglicht/Verhindert das Verlassen der Channels bei Trennung
+der Verbindung des Nutzers zum Bouncer.
+Beispiel: 
+/LEAVEQUIT 1
+Siehe: AUTOREJOIN
blob - /dev/null
blob + 7ebfd29fdf5c25a37b30060afc5f616f385dfba0 (mode 644)
--- /dev/null
+++ help/LEAVEQUIT.ITA
@@ -0,0 +1,7 @@
+LEAVEQUIT [0|1]
+---------------
+Se abilitato, psyBNC uscira' da tutti i canali dopo che ti disconnetti
+da esso.
+Esempio:
+/LEAVEQUIT 1
+Vedi anche: AUTOREJOIN
blob - /dev/null
blob + 2a07c85e66b4aef7a68673931ec7095eb6dbb766 (mode 644)
--- /dev/null
+++ help/LEAVEQUIT.TXT
@@ -0,0 +1,6 @@
+LEAVEQUIT [0|1]
+---------------
+If enabled, psyBNC will leave all channels after Client-Disconnect
+Example 
+/LEAVEQUIT 1
+See also: AUTOREJOIN
blob - /dev/null
blob + caa0fb1ae08de1bb29d4a415f73ac10652f2896c (mode 644)
--- /dev/null
+++ help/LINKFROM.DEU
@@ -0,0 +1,18 @@
+LINKFROM name :host:port
+-------------------------
+LINKFROM fuegt einen Link von einem anderen Bouncer zu der Liste der Links
+hinzu.
+Man kann so viele Bouncer verlinken, wie man mag. Dies ermoeglicht
+desweiteren das Einrichten einer Partyline, entweder ueber das sogenannte
+int~-Net oder ueber den internen Channel &partyline, falls dieser bei
+Compilierung eingeschaltet wurde.
+Die Verlinkung von Bouncern veraendert keinerlei Rechte der Nutzer
+auf dem verlinkten Bouncer, der Zugriff der anderen Nutzer ist trotzdem
+nicht gestattet. Nur, falls RELAYLINK aktiviert ist, koennen die
+Nutzer des anderen Bouncers auch die VHOSTS des verlinkten Bouncers
+mitnutzen.
+Ob die Linkverbindung verschluesselt werden soll, ist davon abhaengig,
+ob SSL-Listener angelegt wurden.
+Beispiel:
+/linkfrom :der.host.des.bouncers.der.zu.dir.linkt.org:38765. 
+Siehe: LINKTO NAMEBOUNCER und RELAYLINK
blob - /dev/null
blob + bd38f5d5df46e4cdf63da905599c4b25a3edbef1 (mode 644)
--- /dev/null
+++ help/LINKFROM.ITA
@@ -0,0 +1,11 @@
+LINKFROM name :host:port
+-------------------------
+Permette un link da un altro bouncer. Puoi linkare a quanti altri
+bouncer ti pare, non verranno rallentati. Quindi puoi chattare nella partyline
+del bouncer o nel canale del bouncer. Gli utenti degli altri bouncer NON
+avranno accesso o diritti nel tuo bouncer !
+Se dev'essere usata una criptazione SSL, dipende dall'insatallazione degli
+altri listener SSL.
+Esempio
+/linkfrom :this.is.host.of.bouncer.that.is.linking.to.you.com:98765. 
+See also: LINKTO NAMEBOUNCER and RELAYLINK
blob - /dev/null
blob + 038f33748420b2c940ea1a1f0264c923cab3a06f (mode 644)
--- /dev/null
+++ help/LINKFROM.TXT
@@ -0,0 +1,11 @@
+LINKFROM name :host:port
+-------------------------
+Allows a link from another bouncer. You can link as  many bouncers as you wish. 
+That won't slow them down. Then you can also chat in Bouncer PartyLine or in the
+private bouncer channel. Users from other bouncers won't have no access or rights 
+in your bouncer ! 
+If SSL-Encryption should be used, is dependent from the Installation
+of SSL-Listeners.
+Example: 
+/linkfrom :this.is.host.of.bouncer.that.is.linking.to.you.com:98765. 
+See also: LINKTO NAMEBOUNCER and RELAYLINK
blob - /dev/null
blob + 2ecd433d975dfb4055a8b659b64823f50a3274e5 (mode 644)
--- /dev/null
+++ help/LINKTO.DEU
@@ -0,0 +1,18 @@
+LINKTO :[S=]host:port
+---------------------
+LINKTO erzeugt einen neuen Eintrag in der Liste der Links zu einem
+anderen Bouncer. Die jeweilige Gegenstelle muss zuvor einen LINKFROM-
+Eintrag erzeugt haben, damit die LINK-Verbindung zustande kommen kann.
+Es koennen so viele Bouncer verlinkt werden, wie man mag. Dadurch
+ist die Moeglichkeit gegeben, eine interne Partyline zu nutzen, ent-
+weder ueber das sogenannte int~-Net oder ueber den Channel &partyline,
+falls dieser vor Compilierung aktiviert wurde.
+Nutzerrechte werden durch Links nicht beeintraechtigt, kein Nutzer
+des gelinkten Bouncers kann auf den eigenen Bouncer zugreifen. Lediglich
+die Verwendung von RELAYLINK ermoeglicht die Nutzung von VHOSTS des anderen
+Bouncers.
+Wirt vor dem Host S= angegeben, so versucht psyBNC den Aufbau
+eines SSL-Links.
+Beispiel: 
+/linkto :der.name.des.hosts.zu.dem.gelinkt.wird.org:54321 
+Siehe: LINKFROM NAMEBOUNCER and RELAYLINK
blob - /dev/null
blob + 558ecb114d78fd33eb527e7b486a70ec9db37351 (mode 644)
--- /dev/null
+++ help/LINKTO.ITA
@@ -0,0 +1,12 @@
+LINKTO :[S=]host:port
+---------------------
+Stabilisce un nuovo link verso un altro bouncer. Puoi linkare a quanti altri
+bouncer ti pare, non verranno rallentati. Quindi puoi chattare nella partyline
+del bouncer o nel canale del bouncer. Gli utenti degli altri bouncer NON
+avranno accesso o diritti nel tuo bouncer !
+Se S= viene posta prima dell'host, psyBNC cerca di creare una connessione SSL.
+Esempio:
+/linkto :S=this.is.host.of.bouncer.that.you.are.linking.to.com:54321 
+Il tuo bouncer (host e porta) dev'essere addato nel bouncer a cui lo stai
+facendo linkare per fare in modo che questa connessione funzioni.
+Vedi anche: LINKFROM NAMEBOUNCER and RELAYLINK
blob - /dev/null
blob + 47d6ba347780818e76146d9e46b6105c89659266 (mode 644)
--- /dev/null
+++ help/LINKTO.TXT
@@ -0,0 +1,13 @@
+LINKTO :[S=]host:port
+---------------------
+Establishes a new link to another bouncer. You can link as
+many bouncers as you wish. That won't slow them down. Then you can also chat 
+in Bouncer PartyLine or in the bouncer channel. Users from other bouncers 
+won't have access or rights in your bouncer !
+If S= is being put in front of the host, psyBNC tries to create an SSL-
+Connection.
+Example: 
+/linkto :this.is.host.of. bouncer.that.you.are.linking.to.com:54321 
+Your bouncer (host and port) must be added in the bouncer that you are linking 
+to in order for this connection to work. 
+See also: LINKFROM NAMEBOUNCER and RELAYLINK
blob - /dev/null
blob + 880fd3932c091f902d6bc49095c61a9abe062602 (mode 644)
--- /dev/null
+++ help/LISTALLOW.DEU
@@ -0,0 +1,5 @@
+LISTALLOW
+---------
+LISTALLOW zeigt die Liste der Host-Allows, also der Hosts, welche
+zum Bouncer connecten duerfen.
+Siehe: ADDALLOW DELALLOW
blob - /dev/null
blob + 87bec9445202ed93e8501af05031d9a4973af1b9 (mode 644)
--- /dev/null
+++ help/LISTALLOW.ITA
@@ -0,0 +1,6 @@
+LISTALLOW
+---------
+LISTALLOW mostra tutti gli hosts consentiti a connettersi al bouncer
+con un indice numerico.
+Vedi anche: ADDALLOW DELALLOW
+
blob - /dev/null
blob + d6a3295087dd885a774b055ed20848bd07cf0051 (mode 644)
--- /dev/null
+++ help/LISTALLOW.TXT
@@ -0,0 +1,6 @@
+LISTALLOW
+---------
+LISTALLOW shows all allowed Hosts to your bouncer
+by a numbered index.
+See also: ADDALLOW DELALLOW
+
blob - /dev/null
blob + 95125e72aed2798287e0710f9265e0c40d672184 (mode 644)
--- /dev/null
+++ help/LISTASK.DEU
@@ -0,0 +1,7 @@
+LISTASK [netzwerk~]
+-------------------
+Zeigt die Liste aller eingetragenen Bots oder Hosts, von denen 
+der Nutzer Op anfragen kann.
+Beispiel:
+/LISTASK 
+Siehe: ADDASK DELASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS
blob - /dev/null
blob + 357e1cf02d0ca2b5a4e690b7cde7212b62623246 (mode 644)
--- /dev/null
+++ help/LISTASK.ITA
@@ -0,0 +1,6 @@
+LISTASK [network~]
+------------------
+lista tutti gli utenti che possono chiedere l'op al tuo bouncer.
+Esempio:
+/LISTASK 
+Vedi anche: ADDASK DELASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS
blob - /dev/null
blob + c89c09244f0d59b4b0580f4acf07aef2bb15a08d (mode 644)
--- /dev/null
+++ help/LISTASK.TXT
@@ -0,0 +1,5 @@
+LISTASK [network~]
+------------------
+lists all ask-op entrys Example:
+/LISTASK 
+See also ADDASK DELASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS
blob - /dev/null
blob + c28414a22bcfe1d1bdf91e6368aef988eb2f4074 (mode 644)
--- /dev/null
+++ help/LISTAUTOOPS.DEU
@@ -0,0 +1,7 @@
+LISTAUTOOPS [netzwerk~]
+-----------------------
+Listet alle Nutzer, welche vom Bouncer des Nutzers Autoop
+bekommen koennen.
+Beispiel:
+/LISTAUTOOPS
+Siehe: ADDAUTOOP DELAUTOOP DELOP ADDOP LISTOPS ADDASK DELASK LISTASK
blob - /dev/null
blob + 3eb8c165d2a9a1f473941b10a63de043f228d819 (mode 644)
--- /dev/null
+++ help/LISTAUTOOPS.ITA
@@ -0,0 +1,7 @@
+LISTAUTOOPS [network~]
+----------------------
+Visualizza la lista degli utenti/host che ottengono l'autoop
+dal tuo bouncer.
+Esempio
+/LISTAUTOOPS
+Vedi anche: ADDAUTOOP DELAUTOOP DELOP ADDOP LISTOPS ADDASK DELASK LISTASK
blob - /dev/null
blob + af474e2cd4000559b4be80cc45d2ba94a7b2d7cc (mode 644)
--- /dev/null
+++ help/LISTAUTOOPS.TXT
@@ -0,0 +1,7 @@
+LISTAUTOOPS [network~]
+----------------------
+Displays the list of all added Users/Hosts which may get
+autoop from your bouncer.
+Example:
+/LISTAUTOOPS
+See also: ADDAUTOOP DELAUTOOP DELOP ADDOP LISTOPS ADDASK DELASK LISTASK
blob - /dev/null
blob + ab87bc3c88366c327ffab907f1cd3051fe841a50 (mode 644)
--- /dev/null
+++ help/LISTBANS.DEU
@@ -0,0 +1,6 @@
+LISTBANS [netzwerk~]
+--------------------
+Listet alle Bans des jeweiligen Nutzers.
+Example: 
+/LISTBANS 
+Siehe: DELBAN ADDBAN
blob - /dev/null
blob + 04dffaebfed64e0395d18033163bc9e33e506f07 (mode 644)
--- /dev/null
+++ help/LISTBANS.ITA
@@ -0,0 +1,6 @@
+LISTBANS [network~]
+-------------------
+lista i ban nella banlist.
+Esempio:
+/LISTBANS 
+Vedi anche: DELBAN ADDBAN
blob - /dev/null
blob + 50690e43d56ec654c44ea871e3c62c08f9b848d6 (mode 644)
--- /dev/null
+++ help/LISTBANS.TXT
@@ -0,0 +1,6 @@
+LISTBANS [network~]
+-------------------
+lists all bans in your banlist. 
+Example: 
+/LISTBANS 
+See also: DELBAN ADDBAN
blob - /dev/null
blob + 01e5a34c5cde0dc83d3225fec4dfcf3d48afca75 (mode 644)
--- /dev/null
+++ help/LISTDCC.DEU
@@ -0,0 +1,6 @@
+LISTDCC [netzwerk~]
+-------------------
+Listet die BOT-DCC-Verbindungen, welche derzeit hinzugefuegt sind.
+Beispiel:: 
+/LISTDCC 
+Siehe: ADDDCC DELDCC
blob - /dev/null
blob + b8e24918e68d8565509685e0f3199857db796d05 (mode 644)
--- /dev/null
+++ help/LISTDCC.ITA
@@ -0,0 +1,6 @@
+LISTDCC [network~]
+------------------
+lista le connessioni verso i bot correntemente presenti.
+Esempio
+/LISTDCC 
+Vedi anche: ADDDCC DELDCC
blob - /dev/null
blob + b06e02dbe7cd51a338cd4016706ac37885e73c36 (mode 644)
--- /dev/null
+++ help/LISTDCC.TXT
@@ -0,0 +1,6 @@
+LISTDCC [network~]
+------------------
+lists the dcc bot connections currently added. 
+Example: 
+/LISTDCC 
+See also ADDDCC DELDCC
blob - /dev/null
blob + b0fdbc5c5359bdf91f0297ed5ce2fb0cf72a855b (mode 644)
--- /dev/null
+++ help/LISTENCRYPT.DEU
@@ -0,0 +1,6 @@
+LISTENCRYPT [netzwerk~]
+-----------------------
+LISTENCRYPT listet die hinzugefuegten Verschluesselungen des Nutzers.
+Siehe: ENCRYPT DELENCRYPT
+
+
blob - /dev/null
blob + d2ae57fefd81692def4d3d64938975996fee23e1 (mode 644)
--- /dev/null
+++ help/LISTENCRYPT.ITA
@@ -0,0 +1,5 @@
+LISTENCRYPT [network~]
+----------------------
+LISTENCRYPT mostra tutte le entry per le criptazioni con un
+indice numerico.
+Vedi anche: ENCRYPT DELENCRYPT
blob - /dev/null
blob + c502ffbe828340d0df6e1b53802312ea0a93d033 (mode 644)
--- /dev/null
+++ help/LISTENCRYPT.TXT
@@ -0,0 +1,7 @@
+LISTENCRYPT [network~]
+----------------------
+LISTENCRYPT shows all entrys for encryptions
+by a numbered index.
+See also: ENCRYPT DELENCRYPT
+
+
blob - /dev/null
blob + 54198770d8a3ab2b8a5e4d359c51b45666c9daff (mode 644)
--- /dev/null
+++ help/LISTIGNORES.DEU
@@ -0,0 +1,6 @@
+LISTIGNORES [netzwerk~]
+-----------------------
+Listet alle hinzugefuegten Ignores.
+Beispiel:
+/LISTAUTOOPS
+Siehe: ADDIGNORE DELIGNORE
blob - /dev/null
blob + 63101b04ab1f911a8e9f7258f8e6f00a80479d67 (mode 644)
--- /dev/null
+++ help/LISTIGNORES.ITA
@@ -0,0 +1,6 @@
+LISTIGNORES [network~]
+----------------------
+Lista gli ignores
+Esempio:
+/LISTIGNORES
+Vedi anche: ADDIGNORE DELIGNORE
blob - /dev/null
blob + 519d905f494e35d015eb196627f7598b74ea1c10 (mode 644)
--- /dev/null
+++ help/LISTIGNORES.TXT
@@ -0,0 +1,6 @@
+LISTIGNORES [network~]
+----------------------
+Lists all added Ignores
+Example:
+/LISTAUTOOPS
+See also: ADDIGNORE DELIGNORE
blob - /dev/null
blob + 937d9547d07789746862b08f0addfd0c80e8b68b (mode 644)
--- /dev/null
+++ help/LISTLINKS.DEU
@@ -0,0 +1,6 @@
+LISTLINKS
+---------
+zeigt die lokal eingetragenen Links sowie die derzeit
+verlinkten Bouncer in einer Baumstruktur.
+Beispiel: LISTLINKS 
+Siehe: BWHO
blob - /dev/null
blob + 102396e420bca1747b7e8d3b40045eb431393cd6 (mode 644)
--- /dev/null
+++ help/LISTLINKS.ITA
@@ -0,0 +1,6 @@
+LISTLINKS
+---------
+mostra tutti i bouncers che sono linkati alla BounceNet in
+un albero, e pure la lista dei links localmente definiti.
+Esempio: LISTLINKS 
+Vedi anche: BWHO
blob - /dev/null
blob + 6c0454fdf9ac5a96f496ceff1ad52e21cfe2b2cf (mode 644)
--- /dev/null
+++ help/LISTLINKS.TXT
@@ -0,0 +1,6 @@
+LISTLINKS
+---------
+shows all bouncers that are linked into BounceNet showing
+a link tree, also your locally defined links in list format.
+Example: LISTLINKS 
+See also: BWHO
blob - /dev/null
blob + 6b37040842c474e0a84b9e803d9018dd9b460245 (mode 644)
--- /dev/null
+++ help/LISTLOGS.DEU
@@ -0,0 +1,4 @@
+LISTLOGS [netzwerk~]
+--------------------
+LISTLOGS zeigt alle Quell/Filter-Eintraege des Traffic-Logs.
+Siehe: ADDLOG DELLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + cd1f6b18e9e45e87df035043a28dfe885964bace (mode 644)
--- /dev/null
+++ help/LISTLOGS.ITA
@@ -0,0 +1,5 @@
+LISTLOGS [network~]
+-------------------
+LISTLOGS mostra gli elementi del traffic log specificati da un
+indice.
+Vedi anche: ADDLOG DELLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + 21b662094cf5e99a589962a4a7f4454fb6eda9a0 (mode 644)
--- /dev/null
+++ help/LISTLOGS.TXT
@@ -0,0 +1,5 @@
+LISTLOGS [network~]
+-------------------
+LISTLOGS shows all entrys from your traffic logging specifications
+by a numbered index.
+See also: ADDLOG DELLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + 136a9be7037c2ad27d42b96084b13bb372a65141 (mode 644)
--- /dev/null
+++ help/LISTOPS.DEU
@@ -0,0 +1,5 @@
+LISTOPS [netzwerk~]
+-------------------
+Listet die Hosts/Nutzer, welche von dem Bouncer des Nutzers
+Op abfragen koennen.
+Siehe: DELOP ADDOP ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDASK DELASK LISTASK
blob - /dev/null
blob + 7e5bf99535d9394b5a4a79aaf06c474ac3d5863b (mode 644)
--- /dev/null
+++ help/LISTOPS.ITA
@@ -0,0 +1,4 @@
+LISTOPS [network~]
+------------------
+mostra la lista degli utenti che possono chiedere l'OP al tuo bouncer.
+Vedi anche: DELOP ADDOP ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDASK DELASK LISTASK
blob - /dev/null
blob + 8a922aceaa30457e264012a15ebfb0fc6ac72751 (mode 644)
--- /dev/null
+++ help/LISTOPS.TXT
@@ -0,0 +1,4 @@
+LISTOPS [network~]
+------------------
+lists users that can ask OP from your bouncer. 
+See also: DELOP ADDOP ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDASK DELASK LISTASK
blob - /dev/null
blob + 29119a1ea4effffa7ca0b5142cabf966793c9b70 (mode 644)
--- /dev/null
+++ help/LISTSERVERS.DEU
@@ -0,0 +1,4 @@
+LISTSERVERS [netzwerk~]
+-----------------------
+zeigt die Liste der hinzugefuegten Server
+Siehe: DELSERVER ADDSERVER
blob - /dev/null
blob + cb7df6a99b83e8ec8e4807a8196e2a2581f3394b (mode 644)
--- /dev/null
+++ help/LISTSERVERS.ITA
@@ -0,0 +1,4 @@
+LISTSERVERS [network~]
+----------------------
+mostra la lista dei servers
+Vedi anche: DELSERVER ADDSERVER
blob - /dev/null
blob + 9343d0b3a44a940881a7c2c5418d5b79ee418f68 (mode 644)
--- /dev/null
+++ help/LISTSERVERS.TXT
@@ -0,0 +1,4 @@
+LISTSERVERS [network~]
+----------------------
+displays your serverlist. 
+See also: DELSERVER ADDSERVER
blob - /dev/null
blob + 628a52209d1d91760d23ad38c1436b825d343974 (mode 644)
--- /dev/null
+++ help/LISTTASKS.DEU
@@ -0,0 +1,4 @@
+LISTTASKS
+---------
+Zeigt die Tasks, welche durch die Script-Umgebung aufgerufen wurden.
+Siehe: SRELOAD
\ No newline at end of file
blob - /dev/null
blob + 9161562d8376a316a2a74a9c513e6a8d1c1813ca (mode 644)
--- /dev/null
+++ help/LISTTASKS.ITA
@@ -0,0 +1,5 @@
+LISTTASKS
+---------
+Mostra la lista dei task correntemente in esecuzione dall'engine
+di scripting.
+Vedi anche: SRELOAD
\ No newline at end of file
blob - /dev/null
blob + ed3204d4c5e4fdf0af037b5236f61a19ca3422a5 (mode 644)
--- /dev/null
+++ help/LISTTASKS.TXT
@@ -0,0 +1,5 @@
+LISTTASKS
+---------
+Shows the List of Tasks currently being run by 
+the scripting engine.
+See also: SRELOAD
\ No newline at end of file
blob - /dev/null
blob + aa1bce1b7cc6b437a00c1da7a9eef2281f34d193 (mode 644)
--- /dev/null
+++ help/MADMIN.DEU
@@ -0,0 +1,5 @@
+MADMIN Nutzer
+-------------
+Gibt dem angebenen Nutzer Admin-Rechte. Kann nur durch einen Admin
+ausgefuehrt werden.
+Siehe: UNADMIN
blob - /dev/null
blob + bc972d8b08c560f208e1a44c8d2ffa2cf4ca8c5e (mode 644)
--- /dev/null
+++ help/MADMIN.ITA
@@ -0,0 +1,5 @@
+MADMIN user
+-----------
+da' i diritti di Amministratore all'utente indicato. Attenzione l'utente avra'
+tutti i diritti sul bouncer !
+Vedi anche: UNADMIN
blob - /dev/null
blob + 275c89e0658e5e6d7c2e8a0ac900f959c441056e (mode 644)
--- /dev/null
+++ help/MADMIN.TXT
@@ -0,0 +1,4 @@
+MADMIN user
+-----------
+declares user to admin bouncer. Warning user will have all rights in bouncer ! 
+See also: UNADMIN
blob - /dev/null
blob + 3666b164cd67ed53f3f400a2dc48edaef8cfcee4 (mode 644)
--- /dev/null
+++ help/MYSQLIPCHECK.TXT
@@ -0,0 +1,11 @@
+MYSQLIPCHECK [0|1]
+------------------
+Enables or disables the MySQL based IP-check.
+This can be useful if you plan maintenance on your MySQL server.
+However, it requires an admin user to be online to disable it while the admin
+can still be verified against the MySQL server.
+It is intended to work as a ban (notifier) function as well as IP restricting
+an account of a user so it can only be access from a given set of IP addresses.
+Example:
+MYSQLIPCHECK 1
+(Enables MySQL IP check, so connecting users are verified against a database)
\ No newline at end of file
blob - /dev/null
blob + 8dc236f2f67aad6f0baf03455a1bba26ff7634d5 (mode 644)
--- /dev/null
+++ help/NAMEBOUNCER.DEU
@@ -0,0 +1,5 @@
+NAMEBOUNCER name
+----------------
+Gibt dem Bouncer einen Namen. Dies ist notwendig, um Bouncer
+verlinken zu koennen.
+Siehe: LINKTO LINKFROM RELAYLINK
blob - /dev/null
blob + 1441313f57e27d0138530ced75e7c6d2b4ee29c4 (mode 644)
--- /dev/null
+++ help/NAMEBOUNCER.ITA
@@ -0,0 +1,6 @@
+NAMEBOUNCER name
+----------------
+Da' un nome al bouncer. Il nome puo' contenere lettere e numeri e
+puo' essere al massimo di 20 caratteri. C'e' bisogno di dare un
+nome al bouncer per poterlo linkare ad altri bouncer.
+Vedi anche: LINKTO LINKFROM RELAYLINK
blob - /dev/null
blob + cdf0e2cdce0d172b908e5fcd3a6dcd3459150438 (mode 644)
--- /dev/null
+++ help/NAMEBOUNCER.TXT
@@ -0,0 +1,6 @@
+NAMEBOUNCER name
+----------------
+Names your bouncer. The name can be letters or numbers and can be
+20 letters long. You need to name the bouncer in orde
+r to link it to other bouncers. 
+See also: LINKTO LINKFROM RELAYLINK
blob - /dev/null
blob + 9c662cc6c74b337e1b2658f75ac9dddb257c7d8c (mode 644)
--- /dev/null
+++ help/PASSWORD.DEU
@@ -0,0 +1,12 @@
+PASSWORD [nutzer] :neuespassword
+--------------------------------
+Aendert das Password des aktuellen Nutzers, oder falls Admin und Nutzer 
+angegeben, das Password des angegebenen Nutzers.
+Beispiel: 
+PASSWORD NeuesPassword 
+(aendert Dein Password) 
+oder
+PASSWORD Anfaenger :NeuesPass 
+(Aendert das Password von Nutzer Anfaenger, falls der aufrufende
+Nutzer ein Admin ist)) 
+Siehe: BWHO DELUSER ADDUSER BKILL
blob - /dev/null
blob + e1b345e36455330bb3e090a3af472a7c7f0ddb02 (mode 644)
--- /dev/null
+++ help/PASSWORD.ITA
@@ -0,0 +1,12 @@
+PASSWORD [utente] :nuovapassword
+------------------------
+cambia la tua password o quella di un utente indicato. Fai in modo di ricordarti
+la password !
+Esempi:
+PASSWORD NewPassword 
+(cambia la tua password) 
+oppure
+PASSWORD newbie :lamer 
+(cambia la password dell'utente newbie in lamer) 
+Se vuoi la lista degli utenti nel bouncer usa il comando /BWHO !
+
blob - /dev/null
blob + 96956d303b0b885597fc76d4fda6f270cb9cd309 (mode 644)
--- /dev/null
+++ help/PASSWORD.TXT
@@ -0,0 +1,10 @@
+PASSWORD [user] :newpass
+------------------------
+changes Password of you or given user. Make sure you remember your passwords ! 
+Example: 
+PASSWORD NewPassword 
+(changes your password) 
+or 
+PASSWORD newbie :lamer 
+(Changes password for user newbie into lamer) 
+If you want to list users in your bouncer use /BWHO command !
blob - /dev/null
blob + d6f6781dc8e506b2f8168322469419cdc365fef2 (mode 644)
--- /dev/null
+++ help/PLAYMAINLOG.DEU
@@ -0,0 +1,6 @@
+PLAYMAINLOG
+-----------
+gibt das Haupt-Log in einem Query aus.
+Zum Haupt-Log gehoeren eingehende und ausgehend Verbindungen,
+Verbindungstrennungen und andere Systemvorfaelle.
+Siehe: PLAYPRIVATELOG ERASEPRIVATELOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + 9fe564890854ed7d4e2c8536ec80af7789ded7b8 (mode 644)
--- /dev/null
+++ help/PLAYMAINLOG.ITA
@@ -0,0 +1,5 @@
+PLAYMAINLOG
+-----------
+mostra il log principale del bouncer. Tutti i messaggi del bouncer come
+links, connessioni, uscite, eccetera vengono loggate qui.
+Vedi anche: PLAYPRIVATELOG ERASEPRIVATELOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + 00240165c6ed2ab7b9e25127f0ca0493c80ac113 (mode 644)
--- /dev/null
+++ help/PLAYMAINLOG.TXT
@@ -0,0 +1,5 @@
+PLAYMAINLOG
+-----------
+displays the bouncer system log. All system changes like bouncer
+link, connections, quits etc. are logged here. 
+See also: PLAYPRIVATELOG ERASEPRIVATELOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + 3998208c7e3d70746d55591e5251281a3a062d2e (mode 644)
--- /dev/null
+++ help/PLAYPRIVATELOG.DEU
@@ -0,0 +1,6 @@
+PLAYPRIVATELOG [netzwerk~]
+--------------------------
+Falls private Nachrichten an den Nutzer in seiner Abwesenheit geschickt
+wurden, werden diese im private Log vermerkt. Mit PLAYPRIVATELOG wird 
+dieses Log in einem Query ausgegeben.
+Siehe: ERASEPRIVATELOG PLAYMAINLOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + 3d060a50fbd3a86bab76a18aa1f1b1243d9686a9 (mode 644)
--- /dev/null
+++ help/PLAYPRIVATELOG.ITA
@@ -0,0 +1,5 @@
+PLAYPRIVATELOG [network~]
+-------------------------
+mostra i messaggi loggati. Quando sei offline dal bouncer tutte le conversazioni
+private e i messaggi vengono loggati. Per leggerli devi usare /PLAYPRIVATELOG.
+Vedi anche: ERASEPRIVATELOG PLAYMAINLOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + b0ff4a5b197e777036ac381d3676faaef9e548d8 (mode 644)
--- /dev/null
+++ help/PLAYPRIVATELOG.TXT
@@ -0,0 +1,5 @@
+PLAYPRIVATELOG [network~]
+-------------------------
+displays logged msges. When you are away all private chats
+and messages get logged. In order to read them you must use /PLAYPRIVATELOG. 
+See also: ERASEPRIVATELOG PLAYMAINLOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG
blob - /dev/null
blob + cc03bb8b8721e5dab0f924b1049ac63a3d45d5ca (mode 644)
--- /dev/null
+++ help/PLAYTRAFFICLOG.DEU
@@ -0,0 +1,34 @@
+PLAYTRAFFICLOG [netzwerk~]quelle abdatum abzeit bisdatum biszeit :filter
+oder
+PLAYTRAFFICLOG last
+------------------------------------------------------------------------
+PLAYTRAFFICLOG gibt das Traffic-Log in Form von IRC-konformen Ausgaben
+wieder..
+Beispiel:
+PLAYTRAFFICLOG #wurst 03-02-99 13:20:00 03-02-99 14:20:00 :JOIN
+wuerde alle Zeilen ausgeben, die den Text JOIN enthalten, und
+vom 03-02-99 13:20:00 bis zum 03-02-99 14:20:00 datiert sind.
+Die Traffic wird ausgegeben, wie sie gespeichert wurde.
+Texte erscheinen im Channel, ebenfalls JOINS oder PARTS.
+Die Quellangabe muss ein Channel oder ein Nick sein, fuer
+welchen die Nachrichten geloggt wurden.
+Datumsangaben haben das Format mm-tt-jj.
+Zeitangaben sind immer ss:mm:ss (stunde, minute, sekunde).
+Jede Zeiteinheitenangabe muss 2 Stellen haben.
+Desweiteren kann
+PLAYTRAFFICLOG last
+benutzt werden. Dann werden alle Logeintraege wiedergegeben, welche
+seit dem letzten Aufruf von PLAYTRAFFICLOG last wiedergegeben wurden,
+oder das Log das letzte mal geloescht wurde.
+Einige Hinweise zum Traffic-Logging:
+- Man sollte das Traffic-Loggen filtern. Ansonsten kann
+  der Bedarf an Festplattenspeicher und Prozessorauslastung
+  enorm ansteigen. Dies waere insbesondere fatal, falls
+  der Shellserver mit Diskquota ausgestattet ist.
+- Trafficlogging wird nur durchgefuehrt, soweit der 
+  Nutzer NICHT zum Bouncer verbunden ist.- 
+- Falls * als Filter definiert wird, wird alle,
+  was zur Quelle ausgegeben wird, geloggt.
+- Das Traffic-Log sollte in regelmaessigen Abstaenden geloescht werden.
+  Dies geschieht ueber ERASETRAFFICLOG.
+Siehe: ADDLOG DELLOG LISTLOG ERASETRAFFICLOG
blob - /dev/null
blob + 23a19b7cf3277dad8dbe9d66ba0e708232c64200 (mode 644)
--- /dev/null
+++ help/PLAYTRAFFICLOG.ITA
@@ -0,0 +1,32 @@
+PLAYTRAFFICLOG [network~]sorgente datainizio orainizio datafine orafine :filtro
+oppure
+PLAYTRAFFICLOG last
+-----------------------------------------------------------------------
+PLAYTRAFFICLOG playa il log del traffico IRC in simulando IRC stesso
+Esempio:
+PLAYTRAFFICLOG #leet 03-02-99 13:20:00 03-02-99 14:20:00 :JOIN
+ti mostrerebbe ogni lina contentente JOIN (nella maggior parte dei casi
+i joins del canale) dal 03-02-99 13:20:00 al 03-02-99 14:20:00.
+Il traffico stesso ti verrebbe inviato cosi' come registrato, cosi'
+apparirebbe nel canale se ne hai specificato uno.
+sorgente dev'essere un nick od un canale.
+Le date devo essere nel formato mm-dd-yy.
+Gli orari devono essere nel formato hh:mm:ss.
+Ogni elemento deve essere di due lettere.
+Puoi anche usare:
+PLAYTRAFFICLOG last
+che playera' le ultime cose loggate da quando hai usato PLAYTRAFFICLOG last
+l'ultima volta o da quando hai cancellato il log (vedi ERASETRAFFICLOG).
+Alcuni consigli riguardo al logging:
+- dovresti filtrare le cose da loggare, o possibilmente
+  avere una vasta disponibilita' di spazio su disco.
+  Se hai una quota limitata sulla shell, devi usare questa
+  funzionalita' con la massima cura perche' rischi di
+  esaurire la tua quota molto velocemente.
+- il bouncer logga solo se NON sei connesso al bouncer.
+- Se definisci * come filtro, qualsiasi cosa succede alla
+  sorgente verra' loggata.
+- Devi preoccuparti di cancellare il log del traffico.
+  Questo si fa col comando ERASETRAFFICLOG. Cancella
+  l'intero file di log e ne comincia uno nuovo.
+Vedi anche: ADDLOG DELLOG LISTLOG ERASETRAFFICLOG
blob - /dev/null
blob + c79f1efb88c33e672b6ccdfdd40f1246821e9ca2 (mode 644)
--- /dev/null
+++ help/PLAYTRAFFICLOG.TXT
@@ -0,0 +1,33 @@
+PLAYTRAFFICLOG [network~]source fromdate fromtime todate totime :filter
+or
+PLAYTRAFFICLOG last
+-----------------------------------------------------------------------
+PLAYTRAFFICLOG plays your logged traffic in IRC-isalike Traffic.
+Example:
+PLAYTRAFFICLOG #leet 03-02-99 13:20:00 03-02-99 14:20:00 :JOIN
+would show you any lines containing JOIN (in most cases 
+channeljoins) from 03-02-99 13:20:00 to 03-02-99 14:20:00.
+The Traffic itself will be played as it was recorded, so it
+will appear in the channel if you sourced a channel.
+source must be a full qualified Nickname or channel.
+Date always has to be the format mm-dd-yy.
+Time always has to be hh:mm:ss.
+Any digit has to be two letters.
+Also you can use:
+PLAYTRAFFICLOG last
+you will get the last log entrys since you played PLAYTRAFFICLOG last the last
+time or you deleted the log (see ERASETRAFFICLOG).
+Some Hints about logging:
+- you should filter loggings, or possibly would get an
+  extensive amount of diskspace usage.
+  If you got a quota on your shell, you should use this
+  functionality with maximum care or possibly run out of
+  diskspace fast.
+- logging only will happen, if you are NOT connected to
+  the bouncer.
+- If you define * as filter, then anything that happens
+  to the source will be logged.  
+- You need to care about erasing the traffic log.
+  That happens using ERASETRAFFICLOG. It will erase
+  the whole logfile and start a new one.
+See also: ADDLOG DELLOG LISTLOG ERASETRAFFICLOG
blob - /dev/null
blob + f787ef14b381e16748d677b484691646a907dbe8 (mode 644)
--- /dev/null
+++ help/PREFERIPV6.TXT
@@ -0,0 +1,13 @@
+PREFERIPV6 [user|network~] :[0|1]
+--------------------------------
+Sets whether or not to prefer IPv6 addresses when doing DNS lookups.
+If enabled the bouncer will try IPv6 before trying IPv4 when connecting.
+It is possible as a BounceAdmin to change a users primary network.
+If set this overrides what was globally set with DEFAULTIPV6.
+The default value is 0.
+Example:
+PREFERIPV6 EFNet~1
+(Prefers IPv6 for the network EFNet)
+PREFERIPV6 TestIdent:0
+(Prefers IPv4 over IPv6 for TestIdents primary network
+See also: DEFAULTIPV6
\ No newline at end of file
blob - /dev/null
blob + 10cf9bc9679f8b0dbbcb888adcae14246ae38701 (mode 644)
--- /dev/null
+++ help/PROXY.DEU
@@ -0,0 +1,6 @@
+PROXY [netzwerk~]host:port
+--------------------------
+setzt einen Proxy, ueber welchen die Verbindung zum IRC-Server aufgebaut
+werden soll. Unterstuetzt werden SOCKS4, Telnetproxies und WebProxys.
+Beispiel:
+/PROXY proxy.meinedomain.com:8080
blob - /dev/null
blob + c08cd2ad1302e57e78ee6ed92318747e73b3f1bf (mode 644)
--- /dev/null
+++ help/PROXY.ITA
@@ -0,0 +1,7 @@
+PROXY [network~]host:port
+-------------------------
+setta un proxy da cui connettersi ad irc. Questo e' per network firewallati.
+Attualmente sono supportati SOCKS4, Wingate e Proxy web che supportino il
+metodo CONNECT
+Esempio: 
+/PROXY proxy.mydomain.com:8080
blob - /dev/null
blob + 9debb66b4c3cd4477d0a039cd1f362fdc3a69655 (mode 644)
--- /dev/null
+++ help/PROXY.TXT
@@ -0,0 +1,8 @@
+PROXY [network~]host:port
+-------------------------
+sets a proxy to relay through to connect to irc. This was thought for
+possibly firewalled networks.
+Currently supported are SOCKS4, WinGate and Webproxys, which allow
+the CONNECT Method.
+Example:
+/PROXY proxy.mydomain.com:8080
blob - /dev/null
blob + 81b45cefd1d0d62b856d91bc11344ea05fb70bcf (mode 644)
--- /dev/null
+++ help/RELAYLINK.DEU
@@ -0,0 +1,9 @@
+RELAYLINK name :0|1
+-------------------
+Ermoeglicht/Verhindert den Nutzen eines Links als Relay.
+Ein Relay ermoeglicht den Aufbau einer Verbindung zum Server ueber den
+verlinkten Bouncer. RELAYLINK muss an der Seite auf 1 gesetzt werden,
+welche seine VHOSTS fuer Nutzer des verlinkten Bouncers zur Verfuegung stellt.
+Beispiel:
+RELAYLINK name :1 
+Siehe: LINKFROM LINKTO NAMEBOUNCER
blob - /dev/null
blob + b26ffe9ebda6536db26f73f09d260e1c6b59cd7e (mode 644)
--- /dev/null
+++ help/RELAYLINK.ITA
@@ -0,0 +1,8 @@
+RELAYLINK name :0|1
+-------------------
+Permette o inibisce relay links da/verso il bouncer.
+Esempio:
+RELAYLINK nome :1 
+Nome e' il nome del bouncer. Il numero 0 indica inibizione, numero 1 indica
+link consentito dal bouncer.
+Vedi anche: LINKFROM LINKTO NAMEBOUNCER
blob - /dev/null
blob + 104104011cb938b3192c8906ff13c58e6df1197b (mode 644)
--- /dev/null
+++ help/RELAYLINK.TXT
@@ -0,0 +1,8 @@
+RELAYLINK name :0|1
+-------------------
+Allows or denies relay links from/to the bouncer. 
+Example: 
+RELAYLINK name :1 
+Name is the name of the bouncer. Number 0 means dissalow, number 1 means allow 
+link from the bouncer. 
+See also: LINKFROM LINKTO NAMEBOUNCER
blob - /dev/null
blob + 8e928255736d3b2cfd4da10e693d78962e616e49 (mode 644)
--- /dev/null
+++ help/RELINK.DEU
@@ -0,0 +1,7 @@
+RELINK linknummer
+-----------------
+Ermoeglicht das Zuruecksetzen einer Link-Verbindung zu einem
+anderen Bouncer. Die Verbindung wird nach Zuruecksetzen erneut
+aufgebaut.
+Beispiel:
+/RELINK 2
blob - /dev/null
blob + e20894100010ab6067933dd2cc68c2a3a6beaa9c (mode 644)
--- /dev/null
+++ help/RELINK.ITA
@@ -0,0 +1,7 @@
+RELINK linknumber
+-----------------
+Permette di disconnettere un link ed automaticamente farlo riconnettere.
+E' richiesto dopo una impostazione di criptazione per il link.
+Esempio:
+/RELINK 2
+Vedi anche: SETLINKKEY
blob - /dev/null
blob + dde5586ad2789211ff41c71ae92de902a05642e0 (mode 644)
--- /dev/null
+++ help/RELINK.TXT
@@ -0,0 +1,7 @@
+RELINK linknumber
+-----------------
+Allows you to disconnect a link and automatically reconnect it.
+This is needed after an encryption setup for the link.
+Example:
+/RELINK 2
+See also: SETLINKKEY
blob - /dev/null
blob + 81af9e821e02a8d6f564406afd69849cf6544211 (mode 644)
--- /dev/null
+++ help/SETAWAY.DEU
@@ -0,0 +1,10 @@
+SETAWAY [netzwerk~]:text
+------------------------
+Ermoeglicht das Setzen eines Away-Textes. Dieser wird aktiviert,
+wenn der Nutzer die Verbindung zum Bouncer trennt, und erscheint
+im WHOIS.
+Beispiel: 
+SETAWAY essen
+Im Whois wuerde dann erscheinen:
+xyz is away: eating
+Siehe: SETAWAYNICK SETLEAVEMSG
blob - /dev/null
blob + 9a64189e0516c58f04bdeae37ee22be5f0b0c0f3 (mode 644)
--- /dev/null
+++ help/SETAWAY.ITA
@@ -0,0 +1,9 @@
+SETAWAY [network~]:testo
+-----------------------
+Il comando permette di impostare un messaggio di away se esci dal bouncer.
+Il testo verra' visto nel tuo whois.
+Esempio:
+SETAWAY mangio robe strane
+quindi se ti si fa un whois apparirebbe:
+xyz is away: mangio robe strane
+Vedi anche: SETAWAYNICK SETLEAVEMSG
blob - /dev/null
blob + 5c303a898ed5a8fe591ea0b2137930231360fc5c (mode 644)
--- /dev/null
+++ help/SETAWAY.TXT
@@ -0,0 +1,9 @@
+SETAWAY [network~]:text
+-----------------------
+This command allows you to set an away-text if you leave the bouncer.
+The text will be seen in your whois.
+Example: 
+SETAWAY eating
+then in your whois would appear:
+xyz is away: eating
+See also: SETAWAYNICK SETLEAVEMSG
blob - /dev/null
blob + de9c51526f8a667b80ad720528b29b3dee725324 (mode 644)
--- /dev/null
+++ help/SETAWAYNICK.DEU
@@ -0,0 +1,9 @@
+SETAWAYNICK [netzwerk~]nick
+---------------------------
+setzt einen Nick, der genutzt wird, wenn der Nutzer die
+Verbindung zum Bouncer trennt.
+Beispiel: 
+SETAWAYNICK me|away
+Der Bouncer aendert dann den Nick auf me|away, wenn der Nutzer
+die Verbindung zum Bouncer trennt.
+Siehe: SETAWAY SETLEAVEMSG
blob - /dev/null
blob + c17c87c5b078dbe65836f97b58a405df3b0710eb (mode 644)
--- /dev/null
+++ help/SETAWAYNICK.ITA
@@ -0,0 +1,9 @@
+SETAWAYNICK [network~]nick
+--------------------------
+Questo comando permette di impostare un nick, che verra' cambiato
+dal bouncer, quando esci dal bouncer medesimo.
+Esempio:
+SETAWAYNICK me|away
+il bouncer cambiera' il tuo nick in me|away se ti disconnetti
+da esso.
+Vedi anche: SETAWAY SETLEAVEMSG
blob - /dev/null
blob + 1a197826310b826c926d607eff44aca524862ee5 (mode 644)
--- /dev/null
+++ help/SETAWAYNICK.TXT
@@ -0,0 +1,9 @@
+SETAWAYNICK [network~]nick
+--------------------------
+This command allows you to set an nick, which will be changed
+by the bounce, if you leave the bouncer.
+Example: 
+SETAWAYNICK me|away
+the bouncer would change your nick to me/away if you
+disconnect.
+See also: SETAWAY SETLEAVEMSG
blob - /dev/null
blob + 07c3ae89b169a567fe6c7dea611816d844ec31f0 (mode 644)
--- /dev/null
+++ help/SETCONNECTDELAY.TXT
@@ -0,0 +1,10 @@
+SETCONNECTDELAY [duration in seconds]
+-------------------------------------------
+Changes the delay psyBNC (re)connects users to their IRC-servers.
+Duration must be an integer value between 0 (zero) and 600 seconds.
+This affects all users and are available for bounceadmins only.
+If set to zero, NO users will (re)connect at all.
+Each 10th minute, a log will be put in the psybnc.log if SETCONNECTDELAY is 0.
+Example:
+/SETCONNECTDELAY 60
+
blob - /dev/null
blob + 9909479b90f9d37b2eca51b97462a6549325cea7 (mode 644)
--- /dev/null
+++ help/SETLANG.DEU
@@ -0,0 +1,5 @@
+SETLANG sprache
+---------------
+Setzt die Sprache des Bouncers. Im Standardumfang
+werden die Argumente "german" und "english" unterstuetzt.
+
blob - /dev/null
blob + 517cd594d29a517d99ae664778ace7391269ccdc (mode 644)
--- /dev/null
+++ help/SETLANG.ITA
@@ -0,0 +1,4 @@
+SETLANG linguaggio
+----------------
+Imposta il linguaggio per il bouncer. Il pacchetto standard
+supporta gli argomenti "english" e "german".
blob - /dev/null
blob + 7696419420f8f6f2455f8b4253b23dcfeeb7841b (mode 644)
--- /dev/null
+++ help/SETLANG.TXT
@@ -0,0 +1,4 @@
+SETLANG language
+----------------
+Sets the language of the bouncer. The standard-package
+supports the arguments "english" and "german".
blob - /dev/null
blob + 581ff54df78f29c103cd55a8b1ec23aa8dc3fc89 (mode 644)
--- /dev/null
+++ help/SETLEAVEMSG.DEU
@@ -0,0 +1,10 @@
+SETLEAVEMSG [netzwerk~]text
+---------------------------
+Setzt den Text einer Nachricht, welche in den Channels des Nutzers
+ausgegeben wird, wenn der Nutzer die Verbindung zum Bouncer trennt.
+Beispiel:
+/SETLEAVEMSG schlafen
+In den Channels wuerde
+xyz ist away (schlafen)
+ausgegeben werden.
+Siehe: SETAWAY SETAWAYNICK
blob - /dev/null
blob + 1ae1417b2136caad355a52ac2e4b16f75a202326 (mode 644)
--- /dev/null
+++ help/SETLEAVEMSG.ITA
@@ -0,0 +1,10 @@
+SETLEAVEMSG [network~]messaggio
+--------------------------
+Imposta un messaggio che verra' inviato ai canale in cui sei
+quando esci dal bouncer.
+Esempi:
+/SETLEAVEMSG sleeping
+gli alti nel canale vedrebbero:
+xyz is away (sleeping)
+Vedi anche: SETAWAY SETAWAYNICK
+
blob - /dev/null
blob + b1e0ff422986a72bd68b55bd98164cd282acc386 (mode 644)
--- /dev/null
+++ help/SETLEAVEMSG.TXT
@@ -0,0 +1,10 @@
+SETLEAVEMSG [network~]text
+--------------------------
+Sets a message which get posted to the channels if you
+leave the bouncer. 
+Example:
+/SETLEAVEMSG sleeping
+then you would see in the channels:
+xyz is away (sleeping)
+See also: SETAWAY SETAWAYNICK
+
blob - /dev/null
blob + 50f78754c2011f856b6b3216ef4f71fa761bc9f5 (mode 644)
--- /dev/null
+++ help/SETREALNAME.DEU
@@ -0,0 +1,3 @@
+SETREALNAME [netzwerk~] :Username
+---------------------------------
+setzt den Username, oder "Real-Name" im IRC-Sinne.
blob - /dev/null
blob + c35c761a37266936e17a856190efd06b727a1c44 (mode 644)
--- /dev/null
+++ help/SETREALNAME.ITA
@@ -0,0 +1,3 @@
+SETREALNAME [network~] :username
+--------------------------------
+imposta l'username, detto anche real name
blob - /dev/null
blob + d30e2fd74d34c6acc276d0707a09bca21fe01b15 (mode 644)
--- /dev/null
+++ help/SETREALNAME.TXT
@@ -0,0 +1,3 @@
+SETREALNAME [network~] :real name
+--------------------------------
+sets your real name
blob - /dev/null
blob + 776733a1c1b962a3f23e4f491eb0d8c7cb569f72 (mode 644)
--- /dev/null
+++ help/SETUSERNAME.DEU
@@ -0,0 +1,3 @@
+SETUSERNAME [netzwerk~] :Username
+---------------------------------
+setzt den Username, oder "Real-Name" im IRC-Sinne.
blob - /dev/null
blob + efd88dc8ba7d9566e903b8ee0421a8e1c352a8bd (mode 644)
--- /dev/null
+++ help/SETUSERNAME.ITA
@@ -0,0 +1,3 @@
+SETUSERNAME [network~] :username
+--------------------------------
+imposta l'username, detto anche real name
blob - /dev/null
blob + 45512d7fae719b913eaa3e379e53ffa4f304bff4 (mode 644)
--- /dev/null
+++ help/SETUSERNAME.TXT
@@ -0,0 +1,3 @@
+SETUSERNAME [network~] :username
+--------------------------------
+sets your username
blob - /dev/null
blob + 636f6f7f8cd9afa0c38347459f896e56aeae41ec (mode 644)
--- /dev/null
+++ help/SOCKSTAT.DEU
@@ -0,0 +1,11 @@
+SOCKSTAT
+--------
+zeigt den derzeitigen Status der Sockets, dies beinhaltet
+verbrauchten Traffic, Verschluesselungsinformationen usw.
+Desweiteren werden "abgelaufene" Sockets zurueckgesetzt.
+Falls SOCKSTAT aufgerufen wird, werden die Daten zusaetzlich
+ins Haupt-Log geschrieben.
+Falls von der Konsole das USR1-Signal an den Bouncer geschickt wird,
+erfolgt ebenfalls eine Ausgabe des Socket-Status.
+Beispiel:
+/SOCKSTAT
blob - /dev/null
blob + 55a9564915091c35dfa811f96a04066f84708159 (mode 644)
--- /dev/null
+++ help/SOCKSTAT.ITA
@@ -0,0 +1,11 @@
+SOCKSTAT
+--------
+mostra lo status di tutti i sockets connessi, incluse le informazioni
+sugli account, cripting, eccetera.
+Questo comando puo' anche essere usato per eliminare sockets expirati
+dall'array dei sockets. Se si trigga SOCKSTAT, le informazioni di debug
+sul socket verranno scritto nel log principale.
+Si puo' anche triggerare il log delle statistiche sui socket inviando
+il segnale USRS1 alla shell.
+Esempio:
+/SOCKSTAT
blob - /dev/null
blob + 75f680794b4842c0d665df502152e375f708673b (mode 644)
--- /dev/null
+++ help/SOCKSTAT.TXT
@@ -0,0 +1,12 @@
+SOCKSTAT
+--------
+displays the current status of all connected sockets, included
+accounting informations, encryption informations etc.
+This command can be also used to delete possibly expired sockets
+from the socket array. If you trigger SOCKSTAT, the socket
+debug information will also be written to the MAIN-Log.
+You can also trigger the logging of socketstats by sending
+the USR1 signal on the shell.
+Example:
+/SOCKSTAT
+See also: FIXLISTENER and KILLSOCKET
blob - /dev/null
blob + 168127e8e34448d837b92baaa103fb801ce22594 (mode 644)
--- /dev/null
+++ help/SRELOAD.DEU
@@ -0,0 +1,4 @@
+SRELOAD
+-------
+Laedt das jeweilige Nutzer-Script erneut.
+Siehe: LISTTASKS
blob - /dev/null
blob + 3fbde228fe3b4dab4ce46e06315fa875fd8d4555 (mode 644)
--- /dev/null
+++ help/SRELOAD.ITA
@@ -0,0 +1,5 @@
+SRELOAD
+-------
+
+Ricarica lo script dell'utente.
+Vedi anche: LISTTASKS
\ No newline at end of file
blob - /dev/null
blob + 64eb62bd677e54efb8fe2a22b530bbb87388f4eb (mode 644)
--- /dev/null
+++ help/SRELOAD.TXT
@@ -0,0 +1,5 @@
+SRELOAD
+-------
+
+Reloads the Script of the User.
+See also: LISTTASKS
\ No newline at end of file
blob - /dev/null
blob + 4f2dc1ad7108ef29a50e22c073e706f44ab6afef (mode 644)
--- /dev/null
+++ help/SWITCHNET.DEU
@@ -0,0 +1,7 @@
+SWITCHNET neuesnetz :altesnetz
+------------------------------
+Dies ermoeglicht den Wechsel des derzeitgen Hauptnetzwerkes zu
+einem sekundaeren Netzwerk. Das aktuelle Hauptnetz wird zu neuesnetz~,
+anstelle dessen wird altesnetz zum Hauptnetz deklariert, ohne, dass
+hier weiterhin Tokens dargestellt werden.
+Siehe: ADDNETWORK DELNETWORK
\ No newline at end of file
blob - /dev/null
blob + ab136053bba969f636e2bc6d05bdcf65aff71836 (mode 644)
--- /dev/null
+++ help/SWITCHNET.ITA
@@ -0,0 +1,6 @@
+SWITCHNET nuovanet :vecchianet
+------------------------
+Permette di scambiare dal network attuale ad un altro.
+Per questo il network attualmente in uso avra' il nome "nuovanet",
+e "vecchianet" diverra' quella prima di usare il comando.
+Vedi anche: ADDNETWORK DELNETWORK
\ No newline at end of file
blob - /dev/null
blob + 4db8352b62ed5fdead8a15702f032787d0323d13 (mode 644)
--- /dev/null
+++ help/SWITCHNET.TXT
@@ -0,0 +1,6 @@
+SWITCHNET newnet :oldnet
+------------------------
+This allows you to switch from the current main network to another.
+For this your current main connection will become the name "newnet",
+and "oldnet" will be put to your main connection.
+See also: ADDNETWORK DELNETWORK
\ No newline at end of file
blob - /dev/null
blob + 303fa153c63c256864bd22a31f1588dd6c0fa140 (mode 644)
--- /dev/null
+++ help/TRANSLATE.DEU
@@ -0,0 +1,40 @@
+TRANSLATE [netzwerk~]#channel/nutzer :sprache-von sprache-zu
+------------------------------------------------------------
+TRANSLATE ermoeglicht das Hinzufuegen von Uebersetzern fuer
+Channels und Nutzer. Die Nachrichten in den Channels bzw. von 
+dem Nutzer werden direkt uebersetzt, es wird sowohl Originaltext
+als auch uebersetzter Text ausgegeben. Alle Texte, die in den
+Channel bzw. an den Nutzer geschickt werden, werden in die andere
+Richtung uebersetzt, jedoch ohne Ausgabe des originalen Textes an
+den Nutzer.
+Folgende Sprachen stehen zur Verfuegung:
+- Englisch zu Deutsch         en_de
+- Englisch zu Italienisch     en_it
+- Englisch zu Franzoesisch    en_fr
+- Englisch zu Portugiesisch   en_pt
+- Englisch zu Chinsesich      en_zh
+- Englisch zu Japanisch	      en_ja
+- Englisch zu Koreanisch      en_ko
+- Englisch zu Spanisch	      en_es
+- Englisch zu Russisch	      en_ru
+- Deutsch zu Englisch         de_en
+- Italenisch zu Englisch      it_en
+- Franzoesisch zu Englisch    fr_en
+- Portugiesisch zu Englisch   pt_en
+- Japanisch zu Englisch       ja_en
+- Koreanisch zu Englisch      ko_en
+- Russisch zu Englisch        ru_en
+- Spanisch zu Englisch        es_en
+- Franzoesisch zu Deutsch     fr_de
+- Deutsch zu Franzoesisch     de_fr
+Es muss ein Channel oder ein Nutzer angegeben werden, desweiteren
+eine Sprache, aus der aus dem Nutzer/Channel uebersetzt werden soll,
+und eine weitere Sprache, von welcher in welche zu dem Channel/Nutzer zu
+uebersetzen ist.
+Beispiel:
+/TRANSLATE #italia :it_en en_it
+Alles, was AUS diesem Channel ausgegeben werden wuerde,
+wuerde von Italienisch in Englisch uebersetzt werden.
+Alles, was IN den Channel gesandt werden wuerde,
+wuerde von englisch in italienisch uebersetzt werden.
+Siehe: DELTRANSLATE LISTTRANSLATE
blob - /dev/null
blob + 8e69c23d767b67d65e93de66898723e8be106162 (mode 644)
--- /dev/null
+++ help/TRANSLATE.ITA
@@ -0,0 +1,32 @@
+TRANSLATE [network~]#canale/utente :linguaggio-da linguaggio-a
+------------------------------------------------------------
+Translate ti permette di impostare degli utenti o canali i cui messaggi
+debbano essere tradotti.
+Attualmente sono possibili le seguenti traduzioni:
+- Dall' Inglese al Tedesco       en_de
+- Dall' Inglese all'Italiano     en_it
+- Dall' Inglese al Francese      en_fr
+- Dall' Inglese al Portoghese    en_pt
+- Dall' Inglese al Cinese        en_zh
+- Dall' Inglese al Giapponese    en_ja
+- Dall' Inglese al Koreano       en_ko
+- Dall' Inglese allo Spagnolo    en_es
+- Dall' Inglese al Russo         en_ru
+- Dal Tedesco all' Inglese       de_en
+- Dall' Italiano all' Inglese    it_en
+- dal Francese all' Inglese      fr_en
+- Dal Portoghese all' Inglese    pt_en
+- Dal Giapponese all' Inglese    ja_en
+- Dal Koreano all' Inglese       ko_en
+- Dal Russo all' Inglese         ru_en
+- Dallo Spagnolo all' Inglese    es_en
+- Dal Francese al Tedesco        fr_de
+- Dal Tedesco al Francese        de_fr
+Hai bisogno di impostare un canale od un utente da essere tradotto e
+due degli identificatori di linguaggio (a destra nella lista sopra).
+Esempio
+/TRANSLATE #london :en_it it_en
+Cosi' ogni cosa scritta che ricevi DAL canale #london
+verra' tradotta dall'inglese all'italiano, ed in ritorno ogni cosa
+scrivi AL canale #london verra' tradotto dall'italiano all'inglese.
+Vedi anche: DELTRANSLATE LISTTRANSLATE
blob - /dev/null
blob + e665671fc632930e4d9b597856c4bff2bf2dc2ae (mode 644)
--- /dev/null
+++ help/TRANSLATE.TXT
@@ -0,0 +1,32 @@
+TRANSLATE [network~]#channel/user :language-from language-to
+------------------------------------------------------------
+Translate allows you to set channels or users to be online translated.
+Currently possibly are the following translations:
+- English to German           en_de
+- English to Italian          en_it
+- English to French           en_fr
+- English to Portugese        en_pt
+- English to Chinese          en_zh
+- English to Japanese 	      en_ja
+- English to Korean           en_ko
+- English to Spanish	      en_es
+- English to Russian	      en_ru
+- Deutsch to English          de_en
+- Italian zu English          it_en
+- French to English    	      fr_en
+- Portugese to English        pt_en
+- Japanese to English         ja_en
+- Korean to English           ko_en
+- Russian to English          ru_en
+- Spanish to English          es_en
+- French to German     	      fr_de
+- German to French     	      de_fr
+You need to set a channel or a user to be translated and two
+of the language identifiers (see behind the languages).
+Example:
+/TRANSLATE #italia :it_en en_it
+So everything you would get FROM the channel #italia
+would be translated from italian to english, and in return everything
+you would post to #italia, would be translated from
+english into italian.
+See also: DELTRANSLATE LISTTRANSLATE
blob - /dev/null
blob + 3902e7084f7c2fc4709c09b682a537d811d47eb5 (mode 644)
--- /dev/null
+++ help/UNADMIN.DEU
@@ -0,0 +1,8 @@
+UNADMIN Nutzer
+--------------
+Entfernt die ADMIN-Rechte vom angegebenen Nutzer.
+Ausgenommen hiervon ist der erste Admin, diesem koennen
+die Admin-Rechte nicht genommen werden.
+Example: 
+UNADNIM horst
+Siehe: MADMIN
blob - /dev/null
blob + acf4303649759688d5a3e695b47ec9b110df2c52 (mode 644)
--- /dev/null
+++ help/UNADMIN.ITA
@@ -0,0 +1,6 @@
+UNADMIN utente
+------------
+toglie i diritti di Amministratore del bouncer dall'utente specificato
+Esempio:
+UNADIM Lamer
+Vedi anche: MADMIN
blob - /dev/null
blob + cc7c1d108648adfb6c045f0f90e5e9c36033f4a6 (mode 644)
--- /dev/null
+++ help/UNADMIN.TXT
@@ -0,0 +1,6 @@
+UNADMIN user
+------------
+removes user with ADMIN rights in bouncer 
+Example: 
+UNADIM Lamer
+See also: MADMIN
blob - /dev/null
blob + 35ce858fd6902f242d5aaff9b211640e38a007f6 (mode 644)
--- /dev/null
+++ lang/INFO
@@ -0,0 +1,4 @@
+This directory keeps the `language files'.
+The language files keep all phrases of psybnc
+in an indexed configuration format. See the
+readme for further details.
\ No newline at end of file
blob - /dev/null
blob + 42a5bd320588c65f505bcf84d9c3dfeee7f3013b (mode 644)
--- /dev/null
+++ lang/english.lng
@@ -0,0 +1,2879 @@
+#------------------------------------------------------------------------------
+# Language File for psyBNC - English
+# by the most psychoid
+# !!! WARNING !!! Do not change any format-specifics. psyBNC wont work
+#                 correctly without the correct formats.
+#------------------------------------------------------------------------------
+
+desc psyBNC Language File - English
+
+; p_blowfish.c line 616:
+msg0001=%s                                                             
+; p_blowfish.c line 628:
+msg0002=%s                                                            
+; p_client.c line 70:
+msg0003=JOIN :%sþÿ
+; p_client.c line 91:
+msg0004=:$%s*%s!%s@%s TOPIC 
+; p_client.c line 91:
+msg0005= :%sþÿ
+; p_client.c line 96:
+msg0006=:%s!*@%s TOPIC 
+; p_client.c line 96:
+msg0007= :%sþÿ
+; p_client.c line 116:
+msg0008=:%s!%s@%s PART 
+; p_client.c line 116:
+msg0009= :%sþÿ
+; p_client.c line 117:
+msg0010=User %s logged off.
+; p_client.c line 119:
+msg0011=PART :%sþÿ
+; p_client.c line 139:
+msg0012=motd/USER%d.MOTD
+; p_client.c line 147:
+msg0013= 001 
+; p_client.c line 165:
+msg0014=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have Messages. Type /QUOTE PLAYPRIVATELOG to read your messages.
+; p_client.c line 167:
+msg0015=AWAYþÿ
+; p_client.c line 168:
+msg0016=.AWAYþÿ
+; p_client.c line 205:
+msg0017=:-psyBNC!psyBNC@psyBNC.dk NOTICE %s :%c %s(%s) [%s:%s] :%s [last:%-20s]þÿ
+; p_client.c line 207:
+msg0018=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s) [%s:%s] :%sþÿ
+; p_client.c line 210:
+msg0019=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s)@%s [%s:%s] :%s [last:%-20s]þÿ
+; p_client.c line 212:
+msg0020=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s)@%s [%s:%s] :%sþÿ
+; p_client.c line 218:
+msg0021=:%s!*@%s BWHO :þÿ
+; p_client.c line 226:
+msg0022=Logging Current Socketstats
+; p_client.c line 228:
+msg0023=End of stats.
+; p_client.c line 237:
+msg0024=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Welcome %s !þÿ
+; p_client.c line 239:
+msg0025=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :This is an anonymous psyBNC-IRC-Proxy.þÿ
+; p_client.c line 241:
+msg0026=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are the first to connect to this new proxy server.þÿ
+; p_client.c line 242:
+msg0027=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are the proxy-admin. Use ADDSERVER to add a server so the bouncer may connect.þÿ
+; p_client.c line 285:
+msg0028=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Ident given. Syntax is ADDUSER ident :usernameþÿ
+; p_client.c line 289:
+msg0029=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Username given. Syntax is ADDUSER ident :usernameþÿ
+; p_client.c line 293:
+msg0030=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s already existing.þÿ
+; p_client.c line 331:
+msg0031=New User:%s (%s) added by %s
+; p_client.c line 333:
+msg0032=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :New User '%s' added. Password set to '%s'
+; p_client.c line 341:
+msg0033=Maximum Users exceeded.
+; p_client.c line 355:
+msg0034=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Nick given. Syntax is DELUSER nickþÿ
+; p_client.c line 359:
+msg0035=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not found.þÿ
+; p_client.c line 364:
+msg0036=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s is the Owner. He cant be deleted.þÿ
+; p_client.c line 368:
+msg0037=User %s deleted by %s.
+; p_client.c line 383:
+msg0038=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You cant add a network to a networkþÿ
+; p_client.c line 387:
+msg0039=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Network given. Syntax is ADDNETWORK networkþÿ
+; p_client.c line 391:
+msg0040=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network may be at max. 10 characters.þÿ
+; p_client.c line 395:
+msg0041=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network %s already existing.þÿ
+; p_client.c line 417:
+msg0042=New Network %s added by %s
+; p_client.c line 422:
+msg0043=Maximum Users exceeded.
+; p_client.c line 433:
+msg0044=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Network given. Syntax is DELNETWORK networkþÿ
+; p_client.c line 437:
+msg0045=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network %s not found.þÿ
+; p_client.c line 441:
+msg0046=Network %s deleted by %s.
+; p_client.c line 458:
+msg0047=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No existent Network given. Use SWITCHNET newnet :existentþÿ
+; p_client.c line 463:
+msg0048=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Source-Network given. Use SWITCHNET newnet :existentþÿ
+; p_client.c line 467:
+msg0049=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network %s not found.þÿ
+; p_client.c line 474:
+msg0050=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network %s already existent.þÿ
+; p_client.c line 485:
+msg0051=:bnc.psybnc.dk KICK %s %s :Switching Network
+; p_client.c line 494:
+msg0052=:bnc.psybnc.dk KICK #%s~%s %s :Switching Network
+; p_client.c line 526:
+msg0053=:%s!%s@%s NICK :%s
+; p_client.c line 544:
+msg0054=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Password given. Syntax is PASSWORD [user] :newpassþÿ
+; p_client.c line 550:
+msg0055=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not foundþÿ
+; p_client.c line 557:
+msg0056=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You cant change other peoples passwords.þÿ
+; p_client.c line 561:
+msg0057=USER%d
+; p_client.c line 566:
+msg0058=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Password for %s changed to '%s'þÿ
+; p_client.c line 592:
+msg0059=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Hop requested, changing servers.þÿ
+; p_client.c line 593:
+msg0060=Hop requested by %s. Quitting.
+; p_client.c line 595:
+msg0061=QUIT :changing serversþÿ
+; p_client.c line 597:
+msg0062=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are not connected.þÿ
+; p_client.c line 617:
+msg0063=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' not found.þÿ
+; p_client.c line 623:
+msg0064=USER%d
+; p_client.c line 624:
+msg0065=VHOST
+; p_client.c line 626:
+msg0066=VLINK
+; p_client.c line 629:
+msg0067=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :VHOST changed to '%s' on Link %d. Use JUMP to activate changed hostname.þÿ
+; p_client.c line 631:
+msg0068=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :VHOST changed to '%s'.þÿ
+; p_client.c line 648:
+msg0069=%s:%s
+; p_client.c line 666:
+msg0070=USER%d
+; p_client.c line 667:
+msg0071=PROXY
+; p_client.c line 669:
+msg0072=PPORT
+; p_client.c line 672:
+msg0073=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :PROXY removed. Use JUMP to activate changed proxyusage.þÿ
+; p_client.c line 674:
+msg0074=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :PROXY set to '%s:%d'. Use JUMP to activate changed proxyusage. Use PROXY : to reset to non-proxy usage.þÿ
+; p_client.c line 691:
+msg0075=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Use AIDLE 0 or AIDLE 1.þÿ
+; p_client.c line 696:
+msg0076=USER%d
+; p_client.c line 697:
+msg0077=AIDLE
+; p_client.c line 700:
+msg0078=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AIDLE enabled.þÿ
+; p_client.c line 702:
+msg0079=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AIDLE disabled.þÿ
+; p_client.c line 717:
+msg0080=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Use AUTOREJOIN 0 or AUTOREJOIN 1.þÿ
+; p_client.c line 722:
+msg0081=USER%d
+; p_client.c line 723:
+msg0082=AUTOREJOIN
+; p_client.c line 726:
+msg0083=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOREJOIN enabled.þÿ
+; p_client.c line 728:
+msg0084=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOREJOIN disabled.þÿ
+; p_client.c line 743:
+msg0085=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Use LEAVEQUIT 0 or LEAVEQUIT 1.þÿ
+; p_client.c line 748:
+msg0086=USER%d
+; p_client.c line 749:
+msg0087=LEAVEQUIT
+; p_client.c line 752:
+msg0088=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :LEAVEQUIT enabled.þÿ
+; p_client.c line 754:
+msg0089=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :LEAVEQUIT disabled.þÿ
+; p_client.c line 769:
+msg0090=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Use DCCENABLE 0 or DCCENABLE 1.þÿ
+; p_client.c line 774:
+msg0091=USER%d
+; p_client.c line 775:
+msg0092=DCCENABLED
+; p_client.c line 778:
+msg0093=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Pending DCCs enabled.þÿ
+; p_client.c line 780:
+msg0094=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Pending DCCs disabled.þÿ
+; p_client.c line 794:
+msg0095=USER%d
+; p_client.c line 797:
+msg0096=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AWAY changed to '%s'.þÿ
+; p_client.c line 810:
+msg0097=USER%d
+; p_client.c line 811:
+msg0098=LEAVEMSG
+; p_client.c line 813:
+msg0099=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :LEAVE Messages changed to '%s'. Message will be posted to channels when leaving.þÿ
+; p_client.c line 826:
+msg0100=USER%d
+; p_client.c line 827:
+msg0101=AWAYNICK
+; p_client.c line 829:
+msg0102=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AWAY-Nick changed to '%s'.þÿ
+; p_client.c line 843:
+msg0103=USER%d
+; p_client.c line 846:
+msg0104=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Realname changed to '%s'. You need to use JUMP to activate it.þÿ
+; p_client.c line 865:
+msg0105=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No server given. Syntax is ADDSERVER hostname :portþÿ
+; p_client.c line 868:
+msg0106=USER%d
+; p_client.c line 872:
+msg0107=%s:%s
+; p_client.c line 895:
+msg0108=SPASS%d
+; p_client.c line 896:
+msg0109=SERVERS
+; p_client.c line 905:
+msg0110=PORT%d
+; p_client.c line 906:
+msg0111=SERVERS
+; p_client.c line 907:
+msg0112=SERVER%d
+; p_client.c line 908:
+msg0113=SERVERS
+; p_client.c line 910:
+msg0114=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server %s port %s (password: %s) added.þÿ
+; p_client.c line 916:
+msg0115=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No server entry free.þÿ
+; p_client.c line 928:
+msg0116=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No server given. Syntax is DELSERVER numberþÿ
+; p_client.c line 931:
+msg0117=USER%d
+; p_client.c line 932:
+msg0118=SPASS%s
+; p_client.c line 933:
+msg0119=SERVERS
+; p_client.c line 934:
+msg0120=PORT%s
+; p_client.c line 935:
+msg0121=SERVERS
+; p_client.c line 936:
+msg0122=SERVER%s
+; p_client.c line 937:
+msg0123=SERVERS
+; p_client.c line 939:
+msg0124=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server %s deleted.þÿ
+; p_client.c line 957:
+msg0125=USER%d
+; p_client.c line 963:
+msg0126=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server #%d: %s port %dþÿ
+; p_client.c line 967:
+msg0127=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of Servers.þÿ
+; p_client.c line 998:
+msg0128=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You did not define the Name of this bouncer. Do NAMEBOUNCER name first.þÿ
+; p_client.c line 1002:
+msg0129=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Host given. Use %s name :host:port.þÿ
+; p_client.c line 1006:
+msg0130=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No name given. Use %s name :host:port.þÿ
+; p_client.c line 1010:
+msg0131=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Port given. Use %s name :host:port.þÿ
+; p_client.c line 1024:
+msg0132=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Invalid Port. Use %s name :host:port.þÿ
+; p_client.c line 1036:
+msg0133=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s already existent.þÿ
+; p_client.c line 1041:
+msg0134=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No more free Link-Connections.þÿ
+; p_client.c line 1053:
+msg0135=New Link '%s' %s %s:%d added by %s.
+; p_client.c line 1070:
+msg0136=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No valid value given. Use RELAYLINK linknumber :0|1.þÿ
+; p_client.c line 1074:
+msg0137=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No linknumber given. Use RELAYLINK linknumber :0|1.þÿ
+; p_client.c line 1081:
+msg0138=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s unknown.þÿ
+; p_client.c line 1090:
+msg0139=Relay linking for link '%s' %sd by %s
+; p_client.c line 1103:
+msg0140=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Link-Number defined.þÿ
+; p_client.c line 1110:
+msg0141=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s unknown.þÿ
+; p_client.c line 1113:
+msg0142=Link %d removed by %s
+; p_client.c line 1116:
+msg0143=Link to %s removed by %s
+; p_client.c line 1122:
+msg0144=Link from %s removed by %s
+; p_client.c line 1136:
+msg0145=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s
+; p_client.c line 1154:
+msg0146=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing locally defined Links.þÿ
+; p_client.c line 1173:
+msg0147=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c%d %s %s %s(%d)þÿ
+; p_client.c line 1178:
+msg0148=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :The Link-Treeþÿ
+; p_client.c line 1180:
+msg0149=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of Tree.þÿ
+; p_client.c line 1243:
+msg0150=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Wrong Parameters. Use ADDDCC botname user pass :host:portþÿ
+; p_client.c line 1305:
+msg0151=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Use AUTOGETDCC 0 or AUTOGETDCC 1.þÿ
+; p_client.c line 1310:
+msg0152=USER%d
+; p_client.c line 1311:
+msg0153=AUTOGETDCC
+; p_client.c line 1314:
+msg0154=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOGETDCC enabled.þÿ
+; p_client.c line 1316:
+msg0155=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOGETDCC disabled.þÿ
+; p_client.c line 1342:
+msg0156=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :
+; p_client.c line 1342:
+msg0157= Help (* = BounceAdmin only)ÿ
+; p_client.c line 1343:
+msg0158=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :--------------------------------------ÿ
+; p_client.c line 1345:
+msg0159=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP - End of helpÿ
+; p_client.c line 1348:
+msg0160=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP - End of helpÿ
+; p_client.c line 1362:
+msg0161=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Host given. Use ADDOP [#chan] password :host
+; p_client.c line 1366:
+msg0162=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Password given. Use ADDOP [#chan] password :host
+; p_client.c line 1370:
+msg0163=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use ; in hostnames
+; p_client.c line 1373:
+msg0164=USER%d.OP
+; p_client.c line 1375:
+msg0165=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added op for hostmask %s (%s)
+; p_client.c line 1388:
+msg0166=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Host given. Use ADDAUTOOP #chan :host
+; p_client.c line 1392:
+msg0167=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Channel given. Use ADDAUTOOP #chan :host
+; p_client.c line 1396:
+msg0168=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use ; in hostnames
+; p_client.c line 1399:
+msg0169=USER%d.AOP
+; p_client.c line 1401:
+msg0170=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added auto-op for hostmask %s (%s)
+; p_client.c line 1414:
+msg0171=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Host given. Use ADDASK [#chan] password :host
+; p_client.c line 1418:
+msg0172=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Password given. Use ADDASK [#chan] password :host
+; p_client.c line 1422:
+msg0173=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use ; in hostnames
+; p_client.c line 1425:
+msg0174=USER%d.ASK
+; p_client.c line 1427:
+msg0175=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added op from hostmask %s (%s)
+; p_client.c line 1440:
+msg0176=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Host given. Use ADDALLOW :hostmask
+; p_client.c line 1444:
+msg0177=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use ; in hostnames
+; p_client.c line 1447:
+msg0178=PSYBNC.HOSTALLOWS
+; p_client.c line 1449:
+msg0179=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added Host allow from hostmask %s
+; p_client.c line 1462:
+msg0180=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Host given. Use ADDBAN [#chan] reason :host
+; p_client.c line 1466:
+msg0181=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Reason given. Use ADDBAN [#chan] reason :host
+; p_client.c line 1470:
+msg0182=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use : in hostnames
+; p_client.c line 1473:
+msg0183=USER%d.BAN
+; p_client.c line 1475:
+msg0184=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added ban for host %s (%s)
+; p_client.c line 1490:
+msg0185=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Log Filter given (Use * for all). Use ADDLOG [#chan/logdest.] :filter(included text to get logged)
+; p_client.c line 1494:
+msg0186=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Destination given. Use ADDLOG [#chan/logdest.] :filter
+; p_client.c line 1498:
+msg0187=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use ; in filters
+; p_client.c line 1501:
+msg0188=USER%d.LGI
+; p_client.c line 1503:
+msg0189=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added log for destination %s (filtering %s)
+; p_client.c line 1522:
+msg0190=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' not found.þÿ
+; p_client.c line 1530:
+msg0191=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' resetted and disconnected.þÿ
+; p_client.c line 1547:
+msg0192=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No channel or nick given. Use ENCRYPT password :#channel or nick
+; p_client.c line 1551:
+msg0193=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Password given. Use ENCRYPT password :#channel or nick
+; p_client.c line 1555:
+msg0194=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use ; in chan or nick
+; p_client.c line 1558:
+msg0195=USER%d.ENC
+; p_client.c line 1561:
+msg0196=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added encryption for %s (%s)
+; p_client.c line 1590:
+msg0197=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No languages given. Use TRANSLATE #channel or nick :language-from language-to
+; p_client.c line 1594:
+msg0198=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Channel or User given given. Use TRANSLATE #channel or nick :language-from language-to
+; p_client.c line 1598:
+msg0199=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use ; in language specifications
+; p_client.c line 1605:
+msg0200=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Not enough parameters in language. Use two language specifications.
+; p_client.c line 1611:
+msg0201=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Wrong languages given. Use en_de,en_fr,en_it,en_pt,de_en,fr_en,it_en,pt_en,en_zh,en_ja,en_ko,en_es,en_ru,fr_de,de_fr,ja_en,ko_en,ru_en or es_en.
+; p_client.c line 1623:
+msg0202=USER%d.TRA
+; p_client.c line 1626:
+msg0203=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added translator for %s (%s)
+; p_client.c line 1628:
+msg0204=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Wrong languages given. Use en_de,en_fr,en_it,en_pt,de_en,fr_en,it_en or pt_en
+; p_client.c line 1641:
+msg0205=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELOP number
+; p_client.c line 1644:
+msg0206=USER%d.OP
+; p_client.c line 1646:
+msg0207=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Op Number %s removed
+; p_client.c line 1657:
+msg0208=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELOP number
+; p_client.c line 1660:
+msg0209=USER%d.AOP
+; p_client.c line 1662:
+msg0210=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Auto-Op Number %s removed
+; p_client.c line 1672:
+msg0211=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELASK number
+; p_client.c line 1675:
+msg0212=USER%d.ASK
+; p_client.c line 1677:
+msg0213=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AskOp Number %s removed
+; p_client.c line 1687:
+msg0214=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELALLOW number
+; p_client.c line 1690:
+msg0215=PSYBNC.HOSTALLOWS
+; p_client.c line 1692:
+msg0216=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Host Allow Number %s removed
+; p_client.c line 1704:
+msg0217=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELBAN number
+; p_client.c line 1707:
+msg0218=USER%d.BAN
+; p_client.c line 1711:
+msg0219=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ban Number %s removed
+; p_client.c line 1724:
+msg0220=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELLOG number
+; p_client.c line 1727:
+msg0221=USER%d.LGI
+; p_client.c line 1729:
+msg0222=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log Entry Number %s removed
+; p_client.c line 1741:
+msg0223=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELENCRYPT number
+; p_client.c line 1744:
+msg0224=USER%d.ENC
+; p_client.c line 1746:
+msg0225=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Encryption Number %s removed
+; p_client.c line 1760:
+msg0226=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELTRANSLATE number
+; p_client.c line 1763:
+msg0227=USER%d.TRA
+; p_client.c line 1765:
+msg0228=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Translator Number %s removed
+; p_client.c line 1777:
+msg0229=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing OPs:
+; p_client.c line 1779:
+msg0230=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List.
+; p_client.c line 1789:
+msg0231=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing Auto-OPs:
+; p_client.c line 1791:
+msg0232=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List.
+; p_client.c line 1801:
+msg0233=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing AskOPs:
+; p_client.c line 1803:
+msg0234=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List.
+; p_client.c line 1813:
+msg0235=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing Host Allows:
+; p_client.c line 1815:
+msg0236=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List.
+; p_client.c line 1825:
+msg0237=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing Bans:
+; p_client.c line 1827:
+msg0238=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List.
+; p_client.c line 1839:
+msg0239=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing Encryptions:
+; p_client.c line 1841:
+msg0240=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List.
+; p_client.c line 1855:
+msg0241=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing Translators:
+; p_client.c line 1857:
+msg0242=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List.
+; p_client.c line 1872:
+msg0243=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing Log-Entrys:
+; p_client.c line 1874:
+msg0244=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List.
+; p_client.c line 1888:
+msg0245=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :REHASHING !! All connections will be dropped:
+; p_client.c line 1889:
+msg0246=REHASHED by %s
+; p_client.c line 1915:
+msg0247=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No user given. Syntax is MADMIN user.
+; p_client.c line 1921:
+msg0248=User %s declared User %s to admin
+; p_client.c line 1923:
+msg0249=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not found.
+; p_client.c line 1937:
+msg0250=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No user given. Syntax is UNADMIN user.
+; p_client.c line 1941:
+msg0251=User %s took admin rights from User %s
+; p_client.c line 1946:
+msg0252=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not found.
+; p_client.c line 1960:
+msg0253=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No user given. Syntax is BKILL user.
+; p_client.c line 1965:
+msg0254=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :He isnt online. Why killing a dead?.
+; p_client.c line 1968:
+msg0255=User %s killed User %s
+; p_client.c line 1969:
+msg0256=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have been killed by %s.
+; p_client.c line 1975:
+msg0257=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not found.
+; p_client.c line 1995:
+msg0258=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Script reloadedþÿ
+; p_client.c line 2008:
+msg0259=Logging Tasks
+; p_client.c line 2013:
+msg0260=PID: %d  STDIN: %d STDOUT: %d STDERR: %d PROGRAM: %s
+; p_client.c line 2017:
+msg0261=End of Tasks
+; p_client.c line 2030:
+msg0262=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are already quitted.ÿ
+; p_client.c line 2034:
+msg0263=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have been marked as quitted.ÿ
+; p_client.c line 2037:
+msg0264=QUIT :ÿ
+; p_client.c line 2040:
+msg0265=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have been disconnected.ÿ
+; p_client.c line 2054:
+msg0266=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are not marked as quit.ÿ
+; p_client.c line 2073:
+msg0267=SYSTEM
+; p_client.c line 2075:
+msg0268=Name of the bouncer set to '%s'.
+; p_client.c line 2086:
+msg0269=User %s quitted (from %s)
+; p_client.c line 2087:
+msg0270=:%s!%s@%s QUIT :good byeþÿ
+; p_client.c line 2176:
+msg0271=%s%s%sþÿ
+; p_client.c line 2203:
+msg0272=%s%s%sþÿ
+; p_client.c line 2276:
+msg0273=:bnc.psybnc.dk PONG bnc.psybnc.dk :%s
+; p_client.c line 2278:
+msg0274=:%s PONG %s :%s
+; p_client.c line 2379:
+msg0275=AWAY :%sþÿ
+; p_client.c line 2386:
+msg0276=.AWAY %sþÿ
+; p_client.c line 2396:
+msg0277=NICK %sþÿ
+; p_client.c line 2398:
+msg0278=NICK %sþÿ
+; p_client.c line 2417:
+msg0279=User %s logged off.
+; p_client.c line 2425:
+msg0280=User %s: cant get connected User (%s)
+; p_client.c line 2426:
+msg0281=User %s: cant get connected User (%s)
+; p_client.c line 2427:
+msg0282=Error
+; p_client.c line 2436:
+msg0283=User %s disconnected (from %s)
+; p_client.c line 2437:
+msg0284=User %s disconnected (from %s)
+; p_client.c line 2438:
+msg0285=Connection lost
+; p_dcc.c line 45:
+msg0286=USER%d.DCC
+; p_dcc.c line 75:
+msg0287=%s %s %s
+; p_dcc.c line 76:
+msg0288=%s:%dÿ
+; p_dcc.c line 78:
+msg0289=DCC to %s(%s:%d) added by %s.
+; p_dcc.c line 101:
+msg0290=USER%d
+; p_dcc.c line 105:
+msg0291=ENTRY%d
+; p_dcc.c line 159:
+msg0292=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing DCCsþÿ
+; p_dcc.c line 168:
+msg0293=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%d%c %s (%s:%d)þÿ
+; p_dcc.c line 173:
+msg0294=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of DCCsþÿ
+; p_dcc.c line 211:
+msg0295=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No such DCC.þÿ
+; p_dcc.c line 217:
+msg0296=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC %d session closed.þÿ
+; p_dcc.c line 235:
+msg0297=USER%d
+; p_dcc.c line 236:
+msg0298=ENTRY%d
+; p_dcc.c line 240:
+msg0299=ENTRY%d
+; p_dcc.c line 244:
+msg0300=ENTRY%d
+; p_dcc.c line 247:
+msg0301=ENTRY%d
+; p_dcc.c line 249:
+msg0302=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC %d deleted.þÿ
+; p_dcc.c line 304:
+msg0303=:%s%c%s!DCC@%s PRIVMSG %s :%sþÿ
+; p_dcc.c line 328:
+msg0304=Connected to DCC: %s to %s (%s:%d)
+; p_dcc.c line 330:
+msg0305=%sþÿ
+; p_dcc.c line 333:
+msg0306=%sþÿ
+; p_dcc.c line 355:
+msg0307=Lost DCC: %s to %s (%s:%d)
+; p_dcc.c line 379:
+msg0308=Cant connect DCC: %s to %s (%s:%d)
+; p_dcc.c line 424:
+msg0309=Connecting SSL-DCC: %s to %s (%s:%d)
+; p_dcc.c line 427:
+msg0310=Connecting DCC: %s to %s (%s:%d)
+; p_dcc.c line 434:
+msg0311=Cant connect DCC: %s to %s (%s:%d)
+; p_dcc.c line 507:
+msg0312=/dev/
+; p_dcc.c line 509:
+msg0313=/etc/
+; p_dcc.c line 630:
+msg0314=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat established
+; p_dcc.c line 638:
+msg0315=CONNECTED
+; p_dcc.c line 658:
+msg0316=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat closed
+; p_dcc.c line 679:
+msg0317=:%s(%s!DCCChat@%s PRIVMSG %s :%s
+; p_dcc.c line 735:
+msg0318=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat established
+; p_dcc.c line 755:
+msg0319=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Filetransfer of %s by %s%s aborted.
+; p_dcc.c line 774:
+msg0320=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Filetransfer of %s by %s%s stopped.
+; p_dcc.c line 805:
+msg0321=File %s sent to %s%s completed.
+; p_dcc.c line 850:
+msg0322=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s%s(%s) accepted File %s. Start sending.
+; p_dcc.c line 876:
+msg0323=downloads
+; p_dcc.c line 877:
+msg0324=downloads/USER%d
+; p_dcc.c line 884:
+msg0325=Cannot create File %s - aborting.
+; p_dcc.c line 890:
+msg0326=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Connected to %s%s(%s). Receiving File %s.
+; p_dcc.c line 910:
+msg0327=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Connection to %s%s(%s) lost. File %s incomplete.
+; p_dcc.c line 938:
+msg0328=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :File write error while receiving from %s%s(%s). File %s incomplete.
+; p_dcc.c line 965:
+msg0329=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :EOF while receiving from %s%s(%s). File %s incomplete.
+; p_dcc.c line 967:
+msg0330=File %s from %s%s(%s) received.
+; p_dcc.c line 1017:
+msg0331=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are not connected.
+; p_dcc.c line 1022:
+msg0332=No IP defined for DCC Usage. Please create a line 'PSYBNC.SYSTEM.DCCHOST=IP' in the psybnc.conf.
+; p_dcc.c line 1034:
+msg0333=Cannot create listening Port in 20 tries.. giving up.
+; p_dcc.c line 1040:
+msg0334=Cannot create Socket.. giving up.
+; p_dcc.c line 1063:
+msg0335=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC Chat request sent to %s%s (%s:%d)
+; p_dcc.c line 1067:
+msg0336=NOTICE %s :SSL-DCC Chat (%s)
+; p_dcc.c line 1070:
+msg0337=NOTICE %s :DCC Chat (%s)
+; p_dcc.c line 1085:
+msg0338=PRIVMSG %s :%cDCC CHAT chat %s %d%c
+; p_dcc.c line 1089:
+msg0339=PRIVMSG %s :%cDCC CHAT chat %lu %d%c
+; p_dcc.c line 1112:
+msg0340=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s sent a DCC Chat Request. Use /DCCANSWER %s or /DCCANSWER S=%s (SSL) to establish the connection (%s/%d).
+; p_dcc.c line 1114:
+msg0341=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s sent a DCC Chat Request. Use /DCCANSWER %s to establish the connection (%s/%d).
+; p_dcc.c line 1161:
+msg0342=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No DCC Request from '%s'
+; p_dcc.c line 1166:
+msg0343=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are not connected.
+; p_dcc.c line 1171:
+msg0344=No IP defined for DCC Usage. Please create a line 'PSYBNC.SYSTEM.DCCHOST=IP' in the psybnc.conf.
+; p_dcc.c line 1177:
+msg0345=Invalid Filename '%s'.
+; p_dcc.c line 1183:
+msg0346=downloads/USER%d/%s
+; p_dcc.c line 1187:
+msg0347=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :File %s not found.
+; p_dcc.c line 1204:
+msg0348=Cannot create listening Port in 20 tries.. giving up.
+; p_dcc.c line 1210:
+msg0349=Cannot create Socket.. giving up.
+; p_dcc.c line 1245:
+msg0350=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :SSL-DCC File Send for %s request sent to %s%s (%s:%d)
+; p_dcc.c line 1248:
+msg0351=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC File Send for %s request sent to %s%s (%s:%d)
+; p_dcc.c line 1253:
+msg0352=NOTICE %s :SSL-DCC Send %s (%s)
+; p_dcc.c line 1256:
+msg0353=NOTICE %s :DCC Send %s (%s)
+; p_dcc.c line 1271:
+msg0354=PRIVMSG %s :%cDCC SEND %s %s %d %lu%c
+; p_dcc.c line 1275:
+msg0355=PRIVMSG %s :%cDCC SEND %s %lu %d %lu%c
+; p_dcc.c line 1282:
+msg0356=downloads/USER%d/%s
+; p_dcc.c line 1302:
+msg0357=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s sent a DCC File Send Request for File %s. The file will be auto-downloaded. (%s/%d).
+; p_dcc.c line 1307:
+msg0358=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s sent a DCC File Send Request for File %s. Use /DCCGET %s%s :%s or /DCCGET %sS=%s :%s (SSL) to receive the file. (%s/%d).
+; p_dcc.c line 1309:
+msg0359=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s sent a DCC File Send Request for File %s. Use /DCCGET %s%s :%s to receive the file. (%s/%d).
+; p_dcc.c line 1371:
+msg0360=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No DCC File Request from '%s' for %s
+; p_dcc.c line 1486:
+msg0361=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : Listing Pending DCCs
+; p_dcc.c line 1490:
+msg0362=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : %d %s %s (%s)
+; p_dcc.c line 1492:
+msg0363=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : %d %s %s
+; p_dcc.c line 1498:
+msg0364=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : End of Pending DCCs
+; p_dcc.c line 1548:
+msg0365=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Unknown DCC. Please use /DCCCANCEL nick :file or /DCCCANCEL nick.
+; p_dcc.c line 1562:
+msg0366=VERSION
+; p_dcc.c line 1564:
+msg0367=NOTICE %s :%cVERSION 
+; p_dcc.c line 1597:
+msg0368=DCC CHAT
+; p_dcc.c line 1624:
+msg0369=DCC SEND
+; p_inifunc.c line 144:
+msg0370=%s.%s.%s=
+; p_inifunc.c line 180:
+msg0371=%s.%s.%s=
+; p_inifunc.c line 181:
+msg0372=%s.%s.
+; p_inifunc.c line 281:
+msg0373=USER%d
+; p_inifunc.c line 282:
+msg0374=SERVER%d
+; p_inifunc.c line 283:
+msg0375=SERVERS
+; p_inifunc.c line 286:
+msg0376=PORT%d
+; p_inifunc.c line 287:
+msg0377=SERVERS
+; p_inifunc.c line 289:
+msg0378=SPASS%d
+; p_inifunc.c line 290:
+msg0379=SERVERS
+; p_inifunc.c line 321:
+msg0380=log/USER%d.LOG
+; p_inifunc.c line 323:
+msg0381=log/USER%d.TRA
+; p_inifunc.c line 325:
+msg0382=USER%d.
+; p_intnet.c line 132:
+msg0383=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :The internal network (int~) could not be joined, because your nick is already in use by %s!%s@%s. Change your nick, then retry to join.
+; p_intnet.c line 137:
+msg0384=:intnet!intnet@%s INTNET *@* :USER %s %s %s :%s
+; p_intnet.c line 295:
+msg0385=%s!%s@%s
+; p_intnet.c line 345:
+msg0386=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 357:
+msg0387=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 383:
+msg0388=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 435:
+msg0389=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 494:
+msg0390=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 555:
+msg0391=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 599:
+msg0392=%s-psybnc.net
+; p_intnet.c line 603:
+msg0393=:%s-psybnc.net 401 %s %s :No such Channel
+; p_intnet.c line 608:
+msg0394=%s-psybnc.net
+; p_intnet.c line 615:
+msg0395=:%s-psybnc.net 404 %s %s :Cannot send to channel
+; p_intnet.c line 618:
+msg0396=:%s-psybnc.net 404 %s %s :Cannot send to channel
+; p_intnet.c line 620:
+msg0397=:%s!%s@%s %s %s :%s
+; p_intnet.c line 630:
+msg0398=%s-psybnc.net
+; p_intnet.c line 634:
+msg0399=:%s-psybnc.net 401 %s %s :No such Nick
+; p_intnet.c line 639:
+msg0400=%s-psybnc.net
+; p_intnet.c line 643:
+msg0401=:%s!%s@%s %s %s :%s
+; p_intnet.c line 667:
+msg0402=USER%d
+; p_intnet.c line 670:
+msg0403=ENTRY%d
+; p_intnet.c line 671:
+msg0404=INTCHANS
+; p_intnet.c line 677:
+msg0405=INTCHANS
+; p_intnet.c line 677:
+msg0406=ENTRY%d
+; p_intnet.c line 678:
+msg0407=ENTRY%d
+; p_intnet.c line 679:
+msg0408=INTCHANS
+; p_intnet.c line 692:
+msg0409=USER%d
+; p_intnet.c line 695:
+msg0410=ENTRY%d
+; p_intnet.c line 696:
+msg0411=INTCHANS
+; p_intnet.c line 701:
+msg0412=INTCHANS
+; p_intnet.c line 719:
+msg0413=USER%d
+; p_intnet.c line 723:
+msg0414=ENTRY%d
+; p_intnet.c line 724:
+msg0415=INTCHANS
+; p_intnet.c line 783:
+msg0416=%s-psybnc.net
+; p_intnet.c line 802:
+msg0417=:%s-psybnc.net 474 %s %s :Cannot join Channel (+b)
+; p_intnet.c line 805:
+msg0418=:%s-psybnc.net 475 %s %s :Cannot join Channel (+k)
+; p_intnet.c line 808:
+msg0419=:%s-psybnc.net 473 %s %s :Cannot join Channel (+i)
+; p_intnet.c line 814:
+msg0420=:%s!%s@%s JOIN %s
+; p_intnet.c line 817:
+msg0421=:%s!%s@%s MODE %s +o %s
+; p_intnet.c line 823:
+msg0422=:%s-psybnc.net 332 %s %s :%s
+; p_intnet.c line 835:
+msg0423=%s-psybnc.net
+; p_intnet.c line 839:
+msg0424=:%s-psybnc.net 401 %s %s :No such Channel
+; p_intnet.c line 859:
+msg0425=:%s-psybnc.net 441 %s %s :They aren't on that channel
+; p_intnet.c line 881:
+msg0426=:%s-psybnc.net 441 %s %s :They aren't on that channel
+; p_intnet.c line 900:
+msg0427=:%s-psybnc.net 441 %s %s :They aren't on that channel
+; p_intnet.c line 922:
+msg0428=:%s-psybnc.net 441 %s %s :They aren't on that channel
+; p_intnet.c line 952:
+msg0429=%s-psybnc.net
+; p_intnet.c line 964:
+msg0430=:%s-psybnc.net 403 %s %s :No such Channel
+; p_intnet.c line 989:
+msg0431=smitn
+; p_intnet.c line 1016:
+msg0432=:%s-psybnc.net 367 %s %s %s
+; p_intnet.c line 1019:
+msg0433=:%s-psybnc.net 368 %s %s :End of Channel Ban-List
+; p_intnet.c line 1132:
+msg0434=:%s!%s@%s MODE %s %s%s %s
+; p_intnet.c line 1134:
+msg0435=:%s MODE %s %s%s %s
+; p_intnet.c line 1150:
+msg0436=%s-psybnc.net
+; p_intnet.c line 1155:
+msg0437=:%s-psybnc.net 403 %s %s :No such Channel
+; p_intnet.c line 1162:
+msg0438=:%s-psybnc.net 324 %s %s %s %s
+; p_intnet.c line 1164:
+msg0439=:%s-psybnc.net 324 %s %s %s
+; p_intnet.c line 1167:
+msg0440=:%s-psybnc.net 324 %s %s %s
+; p_intnet.c line 1236:
+msg0441=%s-psybnc.net
+; p_intnet.c line 1243:
+msg0442=:%s-psybnc.net 403 %s %s :No such Channel
+; p_intnet.c line 1248:
+msg0443=:%s-psybnc.net 442 %s %s :You're not on that Channel
+; p_intnet.c line 1255:
+msg0444=:%s-psybnc.net 482 %s %s :You're not the Channel-King
+; p_intnet.c line 1327:
+msg0445=%s-psybnc.net
+; p_intnet.c line 1334:
+msg0446=:%s-psybnc.net 403 %s %s :No such Channel
+; p_intnet.c line 1339:
+msg0447=:%s-psybnc.net 442 %s %s :You're not on that channel
+; p_intnet.c line 1341:
+msg0448=:%s!%s@%s PART %s :%s
+; p_intnet.c line 1354:
+msg0449=%s-psybnc.net
+; p_intnet.c line 1358:
+msg0450=:%s-psybnc.net 401 %s %s :No such Channel
+; p_intnet.c line 1383:
+msg0451= KICK 
+; p_intnet.c line 1407:
+msg0452=:%s!%s@%s KICK %s %s :%s
+; p_intnet.c line 1415:
+msg0453=%s-psybnc.net
+; p_intnet.c line 1443:
+msg0454=:%s-psybnc.net 401 %s %s :No such Channel
+; p_intnet.c line 1448:
+msg0455=:%s-psybnc.net 442 %s %s :You're not on that channel
+; p_intnet.c line 1452:
+msg0456=:%s-psybnc.net 482 %s %s :You're not the Channel-King
+; p_intnet.c line 1469:
+msg0457=:%s!%s@%s KICK %s %s :%s
+; p_intnet.c line 1476:
+msg0458=:%s-psybnc.net 441 %s %s :They aren't on that channel
+; p_intnet.c line 1506:
+msg0459=:%s!%s@%s NOTICE %s :Your nick was introduced to the intnet by link '%s'. The link had been resetted due to collide.
+; p_intnet.c line 1519:
+msg0460=%s-psybnc.net
+; p_intnet.c line 1527:
+msg0461=:%s!%s@%s NICK :%s
+; p_intnet.c line 1548:
+msg0462=%s-psybnc.net
+; p_intnet.c line 1555:
+msg0463=:%s-psybnc.net 401 %s %s :No such Channel
+; p_intnet.c line 1560:
+msg0464=:%s-psybnc.net 442 %s %s :You're not on that channel
+; p_intnet.c line 1593:
+msg0465=:%s!%s@%s QUIT :%s
+; p_intnet.c line 1614:
+msg0466=%s-psybnc.net
+; p_intnet.c line 1623:
+msg0467=:%s-psybnc.net 352 %s * %s %s %s %s H :0 ?
+; p_intnet.c line 1626:
+msg0468=:%s-psybnc.net 315 %s * :End of WHO
+; p_intnet.c line 1631:
+msg0469=:%s-psybnc.net 401 %s %s :No such Channel
+; p_intnet.c line 1636:
+msg0470=:%s-psybnc.net 442 %s %s :You're not on that channel
+; p_intnet.c line 1641:
+msg0471=:%s-psybnc.net 352 %s %s %s %s * %s H :0 ?
+; p_intnet.c line 1644:
+msg0472=:%s-psybnc.net 315 %s %s :End of WHO
+; p_intnet.c line 1667:
+msg0473=%s-psybnc.net
+; p_intnet.c line 1674:
+msg0474=:%s-psybnc.net 401 %s %s :No such Nick
+; p_intnet.c line 1676:
+msg0475=:%s-psybnc.net 311 %s %s %s %s * :psyBNC Network User
+; p_intnet.c line 1677:
+msg0476=:%s-psybnc.net 319 %s %s :
+; p_intnet.c line 1701:
+msg0477=:%s-psybnc.net 312 %s %s %s :psyBNC Network
+; p_intnet.c line 1705:
+msg0478=:%s-psybnc.net 313 %s %s :is a Bouncer-Admin
+; p_intnet.c line 1707:
+msg0479=:%s-psybnc.net 318 %s %s :End of WHOIS List.
+; p_intnet.c line 1732:
+msg0480=Guest
+; p_intnet.c line 1756:
+msg0481=:%s!%s@%s NOTICE %s :Your nick was introduced to the intnet by link '%s'. The link had been resetted due to collide.
+; p_intnet.c line 1760:
+msg0482=:intnet!intnet@%s INTNET *@* :USER %s %s %s :%s
+; p_intnet.c line 1796:
+msg0483=%s-psybnc.net
+; p_intnet.c line 1803:
+msg0484=:%s-psybnc.net 401 %s %s :No such Channel
+; p_intnet.c line 1808:
+msg0485=:%s-psybnc.net 442 %s %s :You're not on that channel
+; p_intnet.c line 1812:
+msg0486=:%s-psybnc.net 482 %s %s :You're not the Channel-King
+; p_intnet.c line 1817:
+msg0487=:%s!%s@%s TOPIC %s :%s
+; p_intnet.c line 1854:
+msg0488=%s-psybnc.net
+; p_intnet.c line 1882:
+msg0489=:%s-psybnc.net 401 %s %s :No such Channel
+; p_intnet.c line 1887:
+msg0490=:%s-psybnc.net 442 %s %s :You're not on that channel
+; p_intnet.c line 1891:
+msg0491=:%s-psybnc.net 482 %s %s :You're not the Channel-King
+; p_intnet.c line 1908:
+msg0492=:%s!%s@%s INVITE %s :%s
+; p_intnet.c line 1911:
+msg0493=:%s-psybnc.net 443 %s %s %s :is already on channel
+; p_intnet.c line 1938:
+msg0494=USER %s %s %s :%s
+; p_intnet.c line 1945:
+msg0495=:%s-psybnc.net MODE %s +
+; p_intnet.c line 1950:
+msg0496=:%s!%s@%s JOIN :%s
+; p_intnet.c line 1955:
+msg0497=%s %s
+; p_intnet.c line 1956:
+msg0498=:%s-psybnc.net MODE %s +
+; p_intnet.c line 1975:
+msg0499=%s %s
+; p_intnet.c line 1977:
+msg0500=:%s-psybnc.net MODE %s +
+; p_intnet.c line 1985:
+msg0501=%s %s
+; p_intnet.c line 1986:
+msg0502=:%s-psybnc.net MODE %s +
+; p_intnet.c line 2002:
+msg0503=%s %s
+; p_intnet.c line 2005:
+msg0504=:%s-psybnc.net MODE %s %s
+; p_intnet.c line 2027:
+msg0505=:%s!%s@%s QUIT :%s %s
+; p_intnet.c line 2036:
+msg0506=:%s!%s@%s QUIT :%s %s
+; p_link.c line 94:
+msg0507=USER %s %s 127.0.0.1 :%sþÿ
+; p_link.c line 95:
+msg0508=NICK %sþÿ
+; p_link.c line 96:
+msg0509=RELAY: User %s connected.
+; p_link.c line 104:
+msg0510=RELAY: User %s: cant connect.
+; p_link.c line 128:
+msg0511=RELAY: User %s: lost connection.
+; p_link.c line 158:
+msg0512=PSYBNC %s :%dþÿ
+; p_link.c line 165:
+msg0513=PASS %sþÿ
+; p_link.c line 166:
+msg0514=:*!*@%s RECURSIVE :%sþÿ
+; p_link.c line 168:
+msg0515=:*!*@* BWHO :þÿ
+; p_link.c line 173:
+msg0516=:TOPO!TOPO@* LISTLINKS * :þÿ
+; p_link.c line 174:
+msg0517=LINK %d: connected to %s port %d.
+; p_link.c line 182:
+msg0518=LINK %d: cannot connect to %s port %d.
+; p_link.c line 194:
+msg0519=LINK %d: connection to %s port %d lost.
+; p_link.c line 196:
+msg0520=Lost Link (%s)
+; p_link.c line 234:
+msg0521=INTNET
+; p_link.c line 249:
+msg0522=QUERY
+; p_link.c line 254:
+msg0523=:psyBNC!*@%s SYSMSG %s@%s :%s - No such userþÿ
+; p_link.c line 259:
+msg0524=:$%s*%s!psyBNC@psyBNC.dk PRIVMSG %s :%sþÿ
+; p_link.c line 261:
+msg0525=:$%s@%s!psyBNC@psyBNC.dk PRIVMSG %s :%sþÿ
+; p_link.c line 266:
+msg0526=SYSMSG
+; p_link.c line 302:
+msg0527=:psyBNC!*@
+; p_link.c line 317:
+msg0528=%s*%s
+; p_link.c line 320:
+msg0529=:$%s*%s!%s@%s. JOIN :
+; p_link.c line 342:
+msg0530=:%s!psyBNC@psyBNC.dk NOTICE %s :%sþÿ
+; p_link.c line 353:
+msg0531=This Link has no Name. Deleting.
+; p_link.c line 368:
+msg0532=RECURSIVE
+; p_link.c line 372:
+msg0533=LINK %d: RECURSIVE (%s:%d) - Erasing Link
+; p_link.c line 386:
+msg0534=PARTY
+; p_link.c line 395:
+msg0535=PRIVMSG
+; p_link.c line 400:
+msg0536=psyBNC
+; p_link.c line 403:
+msg0537=logged in.
+; p_link.c line 405:
+msg0538=User 
+; p_link.c line 412:
+msg0539=%s@%s
+; p_link.c line 419:
+msg0540=logged off.
+; p_link.c line 421:
+msg0541=User 
+; p_link.c line 428:
+msg0542=%s@%s
+; p_link.c line 430:
+msg0543=logged off
+; p_link.c line 435:
+msg0544=Linked to 
+; p_link.c line 437:
+msg0545=:TOPO!TOPO@%s LISTLINKS * :þÿ
+; p_link.c line 441:
+msg0546=Lost Link (
+; p_link.c line 451:
+msg0547=:$%s*%s!%s@%s. %s %s:%s
+; p_link.c line 475:
+msg0548=:psyBNC!*@%s SYSMSG %s@%s :[%s] %c %s(%s) [%s:%s] :%s [last:%-20s]þÿ
+; p_link.c line 477:
+msg0549=:psyBNC!*@%s SYSMSG %s@%s :[%s] %c %s(%s) [%s:%s] :%sþÿ
+; p_link.c line 485:
+msg0550=LISTLINKS
+; p_link.c line 505:
+msg0551=:psyBNC!*@%s SYSMSG %s@%s :[%s]%c%d %s %s %s(%d)þÿ
+; p_link.c line 514:
+msg0552=TOPIC
+; p_link.c line 522:
+msg0553=:$%s*%s!%s@%s TOPIC 
+; p_link.c line 522:
+msg0554= :%sþÿ
+; p_link.c line 530:
+msg0555=INTNET
+; p_link.c line 562:
+msg0556=Lost Link (%s)
+; p_link.c line 563:
+msg0557=LINK %d: Lost Link.
+; p_link.c line 610:
+msg0558=%sRELAY: User %s@%s (%s:%d): trying %s port %d (%s).
+; p_link.c line 638:
+msg0559=out of linkdescriptors
+; p_link.c line 660:
+msg0560=RELAY: cannot connect to %s port %d.
+; p_link.c line 694:
+msg0561=%sLINK %d: Connecting to %s:%d.
+; p_link.c line 705:
+msg0562=LINK %d: cannot connect to %s port %d.
+; p_log.c line 42:
+msg0563=%s :%sÿ
+; p_log.c line 46:
+msg0564=%s :%sÿ
+; p_log.c line 48:
+msg0565=%s :%sÿ
+; p_log.c line 84:
+msg0566=salt.h
+; p_log.c line 89:
+msg0567=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :WARNING ! Move the file salt.h from the shell to a safe placeÿ
+; p_log.c line 92:
+msg0568=log/USER%d.LOG
+; p_log.c line 104:
+msg0569=For a list
+; p_log.c line 105:
+msg0570=notes waiting on
+; p_log.c line 107:
+msg0571=http://
+; p_log.c line 108:
+msg0572=HTTP://
+; p_log.c line 134:
+msg0573=log/USER%d.LOG
+; p_log.c line 139:
+msg0574=%s~%s :(%s) %sÿ
+; p_log.c line 156:
+msg0575=log/USER%d.LOG
+; p_log.c line 158:
+msg0576=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Starting playing Logÿ
+; p_log.c line 162:
+msg0577=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_log.c line 164:
+msg0578=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Use ERASEPRIVATELOG to kill the logÿ
+; p_log.c line 178:
+msg0579=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are no adminÿ
+; p_log.c line 186:
+msg0580=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Starting playing Main-Logÿ
+; p_log.c line 188:
+msg0581=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_log.c line 190:
+msg0582=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Use ERASEMAINLOG to kill the logÿ
+; p_log.c line 217:
+msg0583=log/USER%d.TRL
+; p_log.c line 220:
+msg0584=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Filter defined. Use PLAYTRAFFICLOG source mm-dd-yy hh:mm:ss mm-dd-yy hh:mm:ss :text (or * for everything). You can also use PLAYTRAFFICLOG last to play.þÿ
+; p_log.c line 234:
+msg0585=%s %d-%d-%d %d:%d:%d %d-%d-%d %d:%d:%d :%sÿ
+; p_log.c line 260:
+msg0586=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :Starting playing log since last.þÿ
+; p_log.c line 262:
+msg0587=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Starting playing log (%s, from %04d-%02d-%02d %02d:%02d:%02d to %04d-%02d-%02d %02d:%02d:%02d, filter %s)þÿ
+; p_log.c line 268:
+msg0588=%d-%d-%d-%d-%d-%d:%s:
+; p_log.c line 312:
+msg0589=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :End of log.þÿ
+; p_log.c line 314:
+msg0590=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of log (%s)þÿ
+; p_log.c line 321:
+msg0591=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Wrong Syntax. Use PLAYTRAFFICLOG source mm-dd-yy hh:mm:ss mm-dd-yy hh:mm:ss :text (or * for everything)þÿ
+; p_log.c line 333:
+msg0592=%s.old
+; p_log.c line 345:
+msg0593=log/USER%d.LOG
+; p_log.c line 347:
+msg0594=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log erasedÿ
+; p_log.c line 359:
+msg0595=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are no adminÿ
+; p_log.c line 365:
+msg0596=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Main-Log erasedÿ
+; p_log.c line 381:
+msg0597=log/USER%d.TRL
+; p_log.c line 385:
+msg0598=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Traffic-Log erasedÿ
+; p_log.c line 387:
+msg0599=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Traffic logging openÿ
+; p_log.c line 433:
+msg0600=log/USER%d.TRL
+; p_log.c line 438:
+msg0601=%02d-%02d-%02d-%02d-%02d-%02d:%s:%sÿ
+; p_memory.c line 39:
+msg0602=OUT OF MEMORY. Last context: %s/%s Line %d - killing the bouncer !
+; p_memory.c line 290:
+msg0603=Program Context : %s/%s Line %d
+; p_memory.c line 299:
+msg0604=BUS Error - Crashing
+; p_memory.c line 306:
+msg0605=SEGMENT VIOLATION - Crashing
+; p_memory.c line 313:
+msg0606=Floating Point Error - Crashing
+; p_memory.c line 322:
+msg0607=Terminated - quitting all Users
+; p_memory.c line 330:
+msg0608=QUIT :terminatedÿ
+; p_memory.c line 336:
+msg0609=ERROR :terminatedÿ
+; p_memory.c line 345:
+msg0610=Received TERMINATE signal from terminal
+; p_memory.c line 354:
+msg0611=Received HangUp - rehashing
+; p_memory.c line 363:
+msg0612=Received QUIT Signal - ignoring
+; p_memory.c line 372:
+msg0613=Logging SSL-Stats
+; p_memory.c line 374:
+msg0614=Global ciphers: No negotiations active
+; p_memory.c line 378:
+msg0615=None.
+; p_memory.c line 379:
+msg0616=Global ciphers: %s
+; p_memory.c line 381:
+msg0617=%4ld items in the session cache
+; p_memory.c line 383:
+msg0618=%4d client connects (SSL_connect())
+; p_memory.c line 385:
+msg0619=%4d client connects that finished
+; p_memory.c line 388:
+msg0620=%4d client renegotiatations requested
+; p_memory.c line 391:
+msg0621=%4d server connects (SSL_accept())
+; p_memory.c line 393:
+msg0622=%4d server connects that finished
+; p_memory.c line 396:
+msg0623=%4d server renegotiatiations requested
+; p_memory.c line 399:
+msg0624=%4d session cache hits
+; p_memory.c line 400:
+msg0625=%4d session cache misses
+; p_memory.c line 401:
+msg0626=%4d session cache timeouts
+; p_memory.c line 402:
+msg0627=End of SSL-Stats
+; p_memory.c line 434:
+msg0628=Received USER1 - Debugging sockets
+; p_memory.c line 453:
+msg0629=SOCK %-3d : TYPE - %s, SRC - %-41s:%-5d, DST- %-41s:%-5d, STATE - %s, BYTESIN - %-16d, BYTESOUT - %-16d, ENC - %s(%s/%d), SINCE - %s
+; p_memory.c line 458:
+msg0630=SOCK %-3d : TYPE - %s, SRC - %-41s:%-5d, DST- %-41s:%-5d, STATE - %s, BYTESIN - %-16d, BYTESOUT - %-16d, ENC - %s, SINCE - %s
+; p_memory.c line 462:
+msg0631=SOCK %-3d : TYPE - %s, SRC - %-41s:%-5d, DST- %-41s:%-5d, STATE - %s, BYTESIN - %-16d, BYTESOUT - %-16d, SINCE - %s
+; p_memory.c line 469:
+msg0632=SOCK: %-3d expired, closing
+; p_memory.c line 489:
+msg0633=Received USR2 - Reloading Configuration.
+; p_memory.c line 499:
+msg0634=Interrupted - stopping application.
+; p_memory.c line 506:
+msg0635=Got Ill signal - continuing.
+; p_memory.c line 513:
+msg0636=Killed - stopping application.
+; p_network.c line 86:
+msg0637=:int~%s!%s
+; p_network.c line 88:
+msg0638=:%s!%s
+; p_network.c line 110:
+msg0639=%s %s %s
+; p_network.c line 112:
+msg0640=%s %s %s
+; p_network.c line 156:
+msg0641=%s %s
+; p_network.c line 170:
+msg0642=%s %s
+; p_network.c line 184:
+msg0643=%s - Unknown Networkÿ
+; p_network.c line 261:
+msg0644=%s%c#%s~%s
+; p_network.c line 282:
+msg0645=%s:%s~%s
+; p_network.c line 292:
+msg0646=%c%s~%s
+; p_network.c line 333:
+msg0647=%s%c%s%c
+; p_network.c line 335:
+msg0648=%s%s%c
+; p_network.c line 338:
+msg0649=%s%s%c
+; p_network.c line 342:
+msg0650=%s%c%s~%s%c
+; p_network.c line 344:
+msg0651=%s%s~%s%c
+; p_network.c line 377:
+msg0652=%s %s~%s
+; p_network.c line 423:
+msg0653=%s :%s
+; p_network.c line 443:
+msg0654=%s %s %s
+; p_network.c line 445:
+msg0655=%s %s~%s %s
+; p_network.c line 485:
+msg0656=0123456789
+; p_network.c line 490:
+msg0657=%s%s%c
+; p_network.c line 492:
+msg0658=%s%s~%s%c
+; p_network.c line 495:
+msg0659=%s%s%c
+; p_network.c line 504:
+msg0660=INVITE
+; p_network.c line 511:
+msg0661=%s :#%s~%s
+; p_network.c line 535:
+msg0662=%s %s %s
+; p_network.c line 537:
+msg0663=%s %s~%s %s
+; p_peer.c line 132:
+msg0664=LINK %d: First time linked on SSL. Stored Certificate
+; p_peer.c line 137:
+msg0665=Link %d
+; p_peer.c line 142:
+msg0666=:%s!*@%s IAM :þÿ
+; p_peer.c line 144:
+msg0667=:*!*@* BWHO :þÿ
+; p_peer.c line 145:
+msg0668=:psyBNC@%s!*@%s TOPIC 
+; p_peer.c line 145:
+msg0669= :%sþÿ
+; p_peer.c line 147:
+msg0670=:*!*@* LISTLINKS :þÿ
+; p_peer.c line 165:
+msg0671=Linked to %s
+; p_peer.c line 166:
+msg0672=Linked to %s
+; p_peer.c line 175:
+msg0673=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :No Relays allowed. Good Bye.þÿ
+; p_peer.c line 262:
+msg0674=User %s: First time logging in using SSL. Certificate received and saved.
+; p_peer.c line 269:
+msg0675=User %s
+; p_peer.c line 275:
+msg0676=User %s logged in.
+; p_peer.c line 277:
+msg0677=User %s logged in (from %s)
+; p_peer.c line 289:
+msg0678=:-psyBNC!psyBNC@psyBNC.dk NOTICE %s :New Connection from %sÿ
+; p_peer.c line 294:
+msg0679=User %s logged in (not on Partyline).
+; p_peer.c line 297:
+msg0680=User %s logged in.
+; p_peer.c line 321:
+msg0681=:%s!%s@%s NICK :%sþÿ
+; p_peer.c line 335:
+msg0682=NICK %sþÿ
+; p_peer.c line 343:
+msg0683=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have Messages. Type /QUOTE PLAYPRIVATELOG to read your messages.
+; p_peer.c line 345:
+msg0684=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have no new Messages.
+; p_peer.c line 374:
+msg0685=Lost Connection from %s (%s)
+; p_peer.c line 385:
+msg0686=Lost Connection from %s (%s)
+; p_peer.c line 405:
+msg0687=Login failed. Disconnecting.ÿ
+; p_peer.c line 419:
+msg0688=PSYBNC
+; p_peer.c line 424:
+msg0689=VHOST
+; p_peer.c line 427:
+msg0690=CONNECT
+; p_peer.c line 431:
+msg0691=RELAY
+; p_peer.c line 440:
+msg0692=:-psyBNC!psyBNC@psyBNC.dk NOTICE %s :Your IRC Client did not support a password. Please type /QUOTE PASS yourpassword to connect.
+; p_peer.c line 451:
+msg0693=Failed incoming Link %s (%s)
+; p_peer.c line 463:
+msg0694=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Wrong Password or invalid ident specified. Your ident is currently set to: %s. Disconnecting.ÿ
+; p_peer.c line 464:
+msg0695=Failed Authentification for %s from host %s
+; p_peer.c line 481:
+msg0696=*!*@%s
+; p_peer.c line 485:
+msg0697=*!*@%s
+; p_peer.c line 507:
+msg0698=Only three Connections per Host allowed !ÿ
+; p_peer.c line 513:
+msg0699=Too many connections, removing connection from %s
+; p_peer.c line 514:
+msg0700=Too many host connections !ÿ
+; p_peer.c line 518:
+msg0701=:Welcome!psyBNC@psyBNC.dk NOTICE * :
+; p_peer.c line 532:
+msg0702=killed by user abort
+; p_peer.c line 573:
+msg0703=SYSTEM
+; p_peer.c line 573:
+msg0704=DCCHOST
+; p_peer.c line 573:
+msg0705=PSYBNC
+; p_peer.c line 577:
+msg0706=DCCHOST has to be in IP Format (nnn.nnn.nnn.nnn)
+; p_peer.c line 584:
+msg0707=PORT%d
+; p_peer.c line 585:
+msg0708=SYSTEM
+; p_peer.c line 585:
+msg0709=PSYBNC
+; p_peer.c line 588:
+msg0710=HOST%d
+; p_peer.c line 589:
+msg0711=SYSTEM
+; p_peer.c line 589:
+msg0712=PSYBNC
+; p_peer.c line 614:
+msg0713=Can't set a suitable Host for DCC Chats or Files. Please define at least one Listener for an IP.
+; p_script.c line 123:
+msg0714=Maximum of parallel running subtasks reached by trying to run '%s' for user %s
+; p_script.c line 187:
+msg0715=EOFÿ
+; p_script.c line 208:
+msg0716=Cannot create sockets for task '%s' from user %s
+; p_script.c line 216:
+msg0717=SIN/%d
+; p_script.c line 226:
+msg0718=SOUT/%d
+; p_script.c line 236:
+msg0719=SERR/%d
+; p_script.c line 343:
+msg0720=DCCCHAT
+; p_script.c line 344:
+msg0721=DCCSEND
+; p_script.c line 345:
+msg0722=SERVER
+; p_script.c line 346:
+msg0723=DIALOGUE
+; p_script.c line 348:
+msg0724=ALIAS
+; p_server.c line 43:
+msg0725=motd/USER%d.MOTD
+; p_server.c line 46:
+msg0726= 001 
+; p_server.c line 75:
+msg0727=MODE %s +iþÿ
+; p_server.c line 95:
+msg0728=PONG :%sþÿ
+; p_server.c line 97:
+msg0729=PONG :%sþÿ
+; p_server.c line 106:
+msg0730=PRIVMSG %s :awayþÿ
+; p_server.c line 108:
+msg0731=NICK %sþÿ
+; p_server.c line 110:
+msg0732=NICK %sþÿ
+; p_server.c line 144:
+msg0733=NICK %sþÿ
+; p_server.c line 155:
+msg0734=USER%d
+; p_server.c line 181:
+msg0735=JOIN %s %sÿ
+; p_server.c line 183:
+msg0736=JOIN %sÿ
+; p_server.c line 200:
+msg0737=$QUIT
+; p_server.c line 201:
+msg0738=PART %s :%sþÿ
+; p_server.c line 203:
+msg0739=PART %s :%sþÿ
+; p_server.c line 220:
+msg0740=$QUIT
+; p_server.c line 221:
+msg0741=PRIVMSG %s :%cACTION is away (%s)%cþÿ
+; p_server.c line 223:
+msg0742=PRIVMSG %s :%cACTION is away (%s)%cþÿ
+; p_server.c line 253:
+msg0743=:%s!%s@%s JOIN :%s%sÿ
+; p_server.c line 255:
+msg0744=:%s 332 %s %s%s :%sÿ
+; p_server.c line 266:
+msg0745=:bnc.psybnc.dk MODE %s%s +%c %sþÿ
+; p_server.c line 284:
+msg0746=MODE %s +b %s
+; p_server.c line 285:
+msg0747=KICK %s %s :banned: %s
+; p_server.c line 288:
+msg0748=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s(%s) matches ban(%s), kickbanned on %s
+; p_server.c line 302:
+msg0749=MODE %s +o %s
+; p_server.c line 305:
+msg0750=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s(%s) matches autoop(%s), opped on %s
+; p_server.c line 330:
+msg0751=MODE %s +o %s
+; p_server.c line 332:
+msg0752=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s(%s) matches op (%s), opped on %s
+; p_server.c line 358:
+msg0753=.op %s %sþÿ
+; p_server.c line 366:
+msg0754=PRIVMSG %s :op %s %s
+; p_server.c line 369:
+msg0755=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Asked %s(%s) for op on %s
+; p_server.c line 398:
+msg0756=%s!%s@%s
+; p_server.c line 423:
+msg0757=WHO %s
+; p_server.c line 566:
+msg0758= KICK 
+; p_server.c line 596:
+msg0759=[KICKED] from %s (%s)
+; p_server.c line 666:
+msg0760=User %s (%s) got disconnected (from %s) Reason: %s
+; p_server.c line 675:
+msg0761=motd/USER%d.MOTD
+; p_server.c line 735:
+msg0762= 315 
+; p_server.c line 781:
+msg0763= 324 
+; p_server.c line 826:
+msg0764= 332 
+; p_server.c line 877:
+msg0765= 353 
+; p_server.c line 1029:
+msg0766=%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c
+; p_server.c line 1068:
+msg0767=%c%c%c%c%c%c
+; p_server.c line 1081:
+msg0768=%s %dþÿ
+; p_server.c line 1085:
+msg0769=CONNECT %s:%d HTTP/1.0ÿÿ
+; p_server.c line 1104:
+msg0770=RELAY %s :%dþÿ
+; p_server.c line 1105:
+msg0771=VHOST :%sþÿ
+; p_server.c line 1106:
+msg0772=CONNECT %s :%dþÿ
+; p_server.c line 1110:
+msg0773=PASS %sþÿ
+; p_server.c line 1112:
+msg0774=USER %s %s 127.0.0.1 :%sþÿ
+; p_server.c line 1114:
+msg0775=NICK %sþÿ
+; p_server.c line 1116:
+msg0776=NICK %sþÿ
+; p_server.c line 1119:
+msg0777=PASS %sþÿ
+; p_server.c line 1121:
+msg0778=User %s (%s) connected to %s:%d (%s)
+; p_server.c line 1132:
+msg0779=User %s (%s) cant connect to %s port %d.
+; p_server.c line 1138:
+msg0780=motd/USER%d.MOTD
+; p_server.c line 1150:
+msg0781=User %s (%s) got disconnected from server.
+; p_server.c line 1158:
+msg0782=motd/USER%d.MOTD
+; p_server.c line 1206:
+msg0783=User %s (%s) has no server added
+; p_server.c line 1213:
+msg0784=User %s (%s) has no server added
+; p_server.c line 1262:
+msg0785=%s/.ispoof
+; p_server.c line 1278:
+msg0786=User %s (%s) trying proxy %s port %d to server %s port %d
+; p_server.c line 1283:
+msg0787=User %s (%s) trying %s port %d on link %s (%s:%d) (%s).
+; p_server.c line 1286:
+msg0788=User %s (%s) trying %s port %d (%s).
+; p_server.c line 1294:
+msg0789=User %s (%s) cant connect to %s port %d.
+; p_socket.c line 75:
+msg0790=Error Creating Socket
+; p_socket.c line 116:
+msg0791=CANT ALLOCATE SOCKETSPACE - SHUTTING DOWN
+; p_socket.c line 196:
+msg0792= (SSL)
+; p_socket.c line 206:
+msg0793=Can't create listening sock on host %s port %d%s
+; p_socket.c line 243:
+msg0794=Can't create listening sock on host %s port %d%s (lookup)
+; p_socket.c line 265:
+msg0795=Can't create listening sock on host %s port %d%s (lookup)
+; p_socket.c line 286:
+msg0796=Can't create listening sock on host %s port %d%s (bind)
+; p_socket.c line 293:
+msg0797=Can't create listening sock on host %s port %d%s (listen)
+; p_socket.c line 298:
+msg0798=Listening on: %s port %d%sÿ
+; p_socket.c line 299:
+msg0799=Listener created :%s port %d%s
+; p_socket.c line 493:
+msg0800=PING :pþÿ
+; p_socket.c line 496:
+msg0801=PING :pþÿ
+; p_socket.c line 812:
+msg0802=PONG 
+; p_socket.c line 846:
+msg0803=Cannot create SSL-Connection for Socket %d(%d) (SETFD)
+; p_socket.c line 862:
+msg0804=Cannot create SSL-Connection for Socket %d(%d) (CONNECT)
+; p_socket.c line 972:
+msg0805=%s: No SSL-Certificate given
+; p_socket.c line 975:
+msg0806=%s: No SSL-Certificate given - Connection refused
+; p_socket.c line 983:
+msg0807=%s: Received correct Certification and correct Key
+; p_socket.c line 988:
+msg0808=%s: Received correct Certification, but not the correct Key - Connection refused
+; p_socket.c line 991:
+msg0809=%s: Received correct Certification, but not the correct Key - ignoring
+; p_socket.c line 998:
+msg0810=%s: Received incorrect Certification (%s) - Ignoring
+; p_socket.c line 1003:
+msg0811=%s: Received incorrect Certification (%s) - Connection refused
+; p_socket.c line 1108:
+msg0812=Could not find the listening socket.
+; p_socket.c line 1115:
+msg0813=Illecit Connection from %s. Closing Connection.
+; p_socket.c line 1121:
+msg0814=connect from %s
+; p_socket.c line 1151:
+msg0815=Cannot initialize ssl-Connection from %s: %s. Closing Connection.
+; p_socket.c line 1156:
+msg0816=Accepted SSL-Connection from %s
+; p_socket.c line 1332:
+msg0817=Cannot create SSL-Connection for Socket %d(%d) (FD)
+; p_string.c line 346:
+msg0818=LISTS
+; p_string.c line 353:
+msg0819=ENTRY%d
+; p_string.c line 385:
+msg0820=LISTS
+; p_string.c line 388:
+msg0821=ENTRY%d
+; p_string.c line 390:
+msg0822=ENTRY%d
+; p_string.c line 391:
+msg0823=%s;%s
+; p_string.c line 421:
+msg0824=LISTS
+; p_string.c line 425:
+msg0825=%s.%s.
+; p_string.c line 433:
+msg0826=ENTRY%d
+; p_string.c line 467:
+msg0827=%s:%s
+; p_string.c line 470:
+msg0828=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Entry #%d: %s
+; p_string.c line 573:
+msg0829=lang/%s.lng
+; p_string.c line 583:
+msg0830=desc 
+; p_string.c line 639:
+msg0831=MSG%04d
+; p_sysmsg.c line 37:
+msg0832=:%s!%s@%s JOIN :
+; p_sysmsg.c line 40:
+msg0833=:bnc.psybnc.dk 332 %s 
+; p_sysmsg.c line 40:
+msg0834= :%sþÿ
+; p_sysmsg.c line 42:
+msg0835=:bnc.psybnc.dk 353 %s = 
+; p_sysmsg.c line 50:
+msg0836=:bnc.psybnc.dk 353 %s = 
+; p_sysmsg.c line 59:
+msg0837=:bnc.psybnc.dk 366 %s 
+; p_sysmsg.c line 59:
+msg0838= :End of NAMES list.þÿ
+; p_sysmsg.c line 60:
+msg0839=User %s logged in.
+; p_sysmsg.c line 135:
+msg0840=%s!%s. QUIT :link lost (%s)þÿ
+; p_sysmsg.c line 191:
+msg0841=psyBNC
+; p_sysmsg.c line 193:
+msg0842=PRIVMSG
+; p_sysmsg.c line 216:
+msg0843=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_sysmsg.c line 244:
+msg0844=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_sysmsg.c line 326:
+msg0845=:%s!*@%s PARTY * :%sþÿ
+; p_sysmsg.c line 343:
+msg0846=:%s!*@%s QUERY %s :%sþÿ
+; p_sysmsg.c line 354:
+msg0847=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not on bounce
+; p_sysmsg.c line 367:
+msg0848=psyBNC
+; p_sysmsg.c line 369:
+msg0849=logged in.
+; p_sysmsg.c line 384:
+msg0850=logged off.
+; p_sysmsg.c line 396:
+msg0851=logged off.
+; p_sysmsg.c line 398:
+msg0852=Lost Link (
+; p_sysmsg.c line 413:
+msg0853=:%s!psyBNC@%s. QUIT :Lost Linkþÿ
+; p_sysmsg.c line 436:
+msg0854=:$%s!%s@%s. %s %s:%s
+; p_sysmsg.c line 446:
+msg0855=:$%s!%s@%s %s %s :%s
+; p_sysmsg.c line 455:
+msg0856=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not on bounce
+; p_sysmsg.c line 478:
+msg0857=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC Connection %s unknown or not established
+; p_sysmsg.c line 481:
+msg0858=%sþÿ
+; p_topology.c line 112:
+msg0859=         
+; p_topology.c line 120:
+msg0860=--------
+; p_translate.c line 76:
+msg0861=%s %s :
+; p_translate.c line 79:
+msg0862=:%s %s %s :
+; p_translate.c line 81:
+msg0863=:%s %s %s :
+; p_translate.c line 94:
+msg0864=babelfish.altavista.com
+; p_translate.c line 164:
+msg0865=doit=done&urltext=%s&lp=%s
+; p_translate.c line 165:
+msg0866=POST /raging/translate.dyn? HTTP/1.1þÿAccept: */*þÿAccept-Language: enþÿContent-Type: application/x-www-form-urlencodedþÿAccept-Encoding: gzip, deflateþÿUser-Agent: Modzilla/4.0 (compatible; NetBitch 1.0; C64 1.0; DigExt)þÿHost: babelfish.altavista.comþÿContent-Length: %dþÿConnection: Keep-Aliveþÿþÿ%s
+; p_translate.c line 174:
+msg0867=ERROR: in Translator (%d:%d)
+; p_translate.c line 194:
+msg0868=<strong class=hed>
+; p_translate.c line 225:
+msg0869=</strong>
+; p_translate.c line 263:
+msg0870=<textarea
+; p_translate.c line 287:
+msg0871=</textarea
+; p_translate.c line 290:
+msg0872=cgi-bin
+; p_translate.c line 298:
+msg0873=currently unavailable
+; p_translate.c line 319:
+msg0874=:%s!%s@%s PRIVMSG %s :(translated)%s
+; p_translate.c line 321:
+msg0875=:%s PRIVMSG %s :(got)%s
+; p_translate.c line 354:
+msg0876=Timedout: Translation %d (%s:%s)
+; p_uchannel.c line 88:
+msg0877=+%s %s
+; p_uchannel.c line 146:
+msg0878=USER%d
+; p_uchannel.c line 147:
+msg0879=CHANNELS
+; p_uchannel.c line 147:
+msg0880=ENTRY%d
+; p_uchannel.c line 149:
+msg0881=USER%d
+; p_uchannel.c line 150:
+msg0882=ENTRY%d
+; p_uchannel.c line 152:
+msg0883=CHANNELS
+; p_uchannel.c line 421:
+msg0884=USER%d.CHANNELS.ENTRY%d
+; p_uchannel.c line 423:
+msg0885=USER%d.CHANNELS.KEY%d
+; p_uchannel.c line 474:
+msg0886=USER%d
+; p_uchannel.c line 475:
+msg0887=KEY%d
+; p_uchannel.c line 476:
+msg0888=CHANNELS
+; p_uchannel.c line 601:
+msg0889=#int~
+; p_uchannel.c line 606:
+msg0890=:%s 353 %s = %s%s :
+; p_uchannel.c line 635:
+msg0891=:%s 366 %s %s%s :End of /NAMES list.ÿ
+; p_uchannel.c line 650:
+msg0892=%c%c %s
+; p_uchannel.c line 848:
+msg0893=USER%d
+; p_uchannel.c line 849:
+msg0894=KEY%d
+; p_uchannel.c line 850:
+msg0895=CHANNELS
+; p_uchannel.c line 866:
+msg0896=USER%d
+; p_uchannel.c line 867:
+msg0897=KEY%d
+; p_uchannel.c line 868:
+msg0898=CHANNELS
+; p_uchannel.c line 975:
+msg0899=USER%d
+; p_uchannel.c line 978:
+msg0900=ENTRY%d
+; p_uchannel.c line 979:
+msg0901=CHANNELS
+; p_uchannel.c line 983:
+msg0902=KEY%d
+; p_uchannel.c line 984:
+msg0903=CHANNELS
+; p_userfile.c line 37:
+msg0904=USER%d
+; p_userfile.c line 39:
+msg0905=QUIT :simon says: rehashingÿ
+; p_userfile.c line 46:
+msg0906=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :rehashingÿ
+; p_userfile.c line 53:
+msg0907=LOGIN
+; p_userfile.c line 60:
+msg0908=PARENT
+; p_userfile.c line 69:
+msg0909=psy%d
+; p_userfile.c line 75:
+msg0910=Warning ! User %s has no password set.
+; p_userfile.c line 93:
+msg0911=VHOST
+; p_userfile.c line 95:
+msg0912=PROXY
+; p_userfile.c line 99:
+msg0913=AWAYNICK
+; p_userfile.c line 101:
+msg0914=LEAVEMSG
+; p_userfile.c line 103:
+msg0915=LASTWHOIS
+; p_userfile.c line 109:
+msg0916=NETWORK
+; p_userfile.c line 111:
+msg0917=RIGHTS
+; p_userfile.c line 120:
+msg0918=QUITTED
+; p_userfile.c line 127:
+msg0919=VLINK
+; p_userfile.c line 133:
+msg0920=PPORT
+; p_userfile.c line 139:
+msg0921=AUTOGETDCC
+; p_userfile.c line 145:
+msg0922=DCCENABLED
+; p_userfile.c line 151:
+msg0923=AIDLE
+; p_userfile.c line 157:
+msg0924=LEAVEQUIT
+; p_userfile.c line 163:
+msg0925=AUTOREJOIN
+; p_userfile.c line 169:
+msg0926=SYSMSG
+; p_userfile.c line 175:
+msg0927=LASTLOG
+; p_userfile.c line 188:
+msg0928=PUBKEYCHKSUM
+; p_userfile.c line 204:
+msg0929=USER%d.BAN
+; p_userfile.c line 207:
+msg0930=USER%d.OP
+; p_userfile.c line 210:
+msg0931=USER%d.AOP
+; p_userfile.c line 213:
+msg0932=USER%d.ASK
+; p_userfile.c line 216:
+msg0933=USER%d.LGI
+; p_userfile.c line 220:
+msg0934=USER%d.ENC
+; p_userfile.c line 225:
+msg0935=USER%d.TRA
+; p_userfile.c line 230:
+msg0936=log/USER%d.TRL
+; p_userfile.c line 247:
+msg0937=USER%d
+; p_userfile.c line 249:
+msg0938=LOGIN
+; p_userfile.c line 258:
+msg0939=VHOST
+; p_userfile.c line 259:
+msg0940=PROXY
+; p_userfile.c line 261:
+msg0941=LEAVEMSG
+; p_userfile.c line 262:
+msg0942=AWAYNICK
+; p_userfile.c line 263:
+msg0943=NETWORK
+; p_userfile.c line 265:
+msg0944=RIGHTS
+; p_userfile.c line 267:
+msg0945=VLINK
+; p_userfile.c line 269:
+msg0946=PPORT
+; p_userfile.c line 271:
+msg0947=PARENT
+; p_userfile.c line 273:
+msg0948=QUITTED
+; p_userfile.c line 275:
+msg0949=DCCENABLED
+; p_userfile.c line 277:
+msg0950=AUTOGETDCC
+; p_userfile.c line 279:
+msg0951=AIDLE
+; p_userfile.c line 281:
+msg0952=LEAVEQUIT
+; p_userfile.c line 283:
+msg0953=AUTOREJOIN
+; p_userfile.c line 285:
+msg0954=SYSMSG
+; p_userfile.c line 287:
+msg0955=LASTLOG
+; p_userfile.c line 288:
+msg0956=LASTWHOIS
+; p_userfile.c line 291:
+msg0957=PUBKEYCHKSUM
+; p_userfile.c line 304:
+msg0958=LINKS
+; p_userfile.c line 305:
+msg0959=LINK%d
+; p_userfile.c line 315:
+msg0960=ALLOWRELAY
+; p_userfile.c line 326:
+msg0961=LINKS
+; p_userfile.c line 327:
+msg0962=LINK%d
+; p_userfile.c line 334:
+msg0963=ALLOWRELAY
+; p_userfile.c line 346:
+msg0964=Loading all Users..
+; p_userfile.c line 352:
+msg0965=No Users found.
+; p_userfile.c line 373:
+msg0966=LINK: -> %s (%d) closingÿ
+; p_userfile.c line 377:
+msg0967=LINK: <- %s (%d) closingÿ
+; p_userfile.c line 380:
+msg0968=LINK%d
+; p_userfile.c line 395:
+msg0969=ALLOWRELAY
+; psybnc.c line 54:
+msg0970=[SSL-Server] Cannot create SSL-Context for Incoming Connects. Aborting.
+; psybnc.c line 59:
+msg0971=[SSL-Server] Failed to load SSL certificate %s
+; psybnc.c line 64:
+msg0972=[SSL-Server] Failed to load SSL private key %s
+; psybnc.c line 69:
+msg0973=[SSL-Server] Failed to check SSL private key
+; psybnc.c line 76:
+msg0974=[SSL-Client] Cannot create SSL-Context for Outgoing Connects. Aborting.
+; psybnc.c line 81:
+msg0975=[SSL-Client] Failed to load SSL certificate %s
+; psybnc.c line 86:
+msg0976=[SSL-Client] Failed to load SSL private key %s
+; psybnc.c line 91:
+msg0977=[SSL-Client] Failed to check SSL private key
+; psybnc.c line 94:
+msg0978=SSL initialized
+; psybnc.c line 145:
+msg0979=.-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-.ÿ
+; psybnc.c line 146:
+msg0980= ,----.,----.,-.  ,-.,---.,--. ,-.,----. ÿ
+; psybnc.c line 147:
+msg0981= |  O ||  ,-' \ \/ / | o ||   \| || ,--' ÿ
+; psybnc.c line 148:
+msg0982= |  _/ _\  \   \  /  | o< | |\   || |__  ÿ
+; psybnc.c line 149:
+msg0983= |_|  |____/   |__|  |___||_|  \_| \___| ÿ
+; psybnc.c line 150:
+msg0984=      Version 
+; psybnc.c line 150:
+msg0985= (c) 1999-2011ÿ
+; psybnc.c line 151:
+msg0986=              the most psychoid          ÿ
+; psybnc.c line 152:
+msg0987=      and  the cool lam3rz Group IRCnet  ÿ
+; psybnc.c line 153:
+msg0988=                                         ÿ
+; psybnc.c line 154:
+msg0989=`-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=tCl=-'ÿ
+; psybnc.c line 156:
+msg0990=** WARNING ** You run psybnc as rootÿ
+; psybnc.c line 198:
+msg0991=Configuration File: %sÿ
+; psybnc.c line 199:
+msg0992=Language File: %sÿ
+; psybnc.c line 200:
+msg0993=log/psybnc.log
+; psybnc.c line 201:
+msg0994=SYSTEM
+; psybnc.c line 201:
+msg0995=PORT1
+; psybnc.c line 203:
+msg0996=No Listenports/-hosts defined.ÿRun either 'make menuconfig' to setupÿor add:ÿPSYBNC.SYSTEM.PORT1=yourportÿandÿPSYBNC.SYSTEM.HOST1=*ÿto the psybnc.confÿ
+; psybnc.c line 207:
+msg0997=SYSTEM
+; psybnc.c line 212:
+msg0998=SYSTEM
+; psybnc.c line 212:
+msg0999=LOGFILE
+; psybnc.c line 214:
+msg1000=No logfile specified, logging to log/psybnc.logÿ
+; psybnc.c line 215:
+msg1001=log/psybnc.log
+; psybnc.c line 226:
+msg1002=Cannot create listening port .. abortingÿ
+; psybnc.c line 230:
+msg1003=psybnc.pid
+; psybnc.c line 233:
+msg1004=Can't open pidfile. Aborting.ÿ
+; psybnc.c line 255:
+msg1005=psyBNC-Partyline Channel
+; psybnc.c line 278:
+msg1006=PSYBNC.HOSTALLOWS
+; psybnc.c line 282:
+msg1007=%s started (PID %d)ÿ
+; psybnc.c line 283:
+msg1008=%s started (PID :%d)
+; p_hash.c line 43:
+msg1009=PRIVMSG
+; p_hash.c line 44:
+msg1010=PING
+; p_hash.c line 45:
+msg1011=QUIT
+; p_hash.c line 46:
+msg1012=WHO
+; p_hash.c line 47:
+msg1013=USER
+; p_hash.c line 49:
+msg1014=JOIN
+; p_hash.c line 50:
+msg1015=PART
+; p_hash.c line 51:
+msg1016=TOPIC
+; p_hash.c line 53:
+msg1017=NICK
+; p_hash.c line 54:
+msg1018=BWHO
+; p_hash.c line 54:
+msg1019=Lists all Users on the Bouncer
+; p_hash.c line 54:
+msg1020=help/BWHO.TXT
+; p_hash.c line 55:
+msg1021=PASSWORD
+; p_hash.c line 55:
+msg1022=Sets your or another Users Password(Admin)
+; p_hash.c line 55:
+msg1023=help/PASSWORD.TXT
+; p_hash.c line 56:
+msg1024=BVHOST
+; p_hash.c line 56:
+msg1025=Sets your vhost to connect thru
+; p_hash.c line 56:
+msg1026=help/BVHOST.TXT
+; p_hash.c line 58:
+msg1027=PROXY
+; p_hash.c line 58:
+msg1028=Sets your proxy to connect thru
+; p_hash.c line 58:
+msg1029=help/PROXY.TXT
+; p_hash.c line 60:
+msg1030=SETUSERNAME
+; p_hash.c line 60:
+msg1031=Sets your User Name *DEPRECATED. PLEASE USE /SETREALNAME*
+; p_hash.c line 60:
+msg1032=help/SETUSERNAME.TXT
+; p_hash.c line 61:
+msg1033=SETAWAY
+; p_hash.c line 61:
+msg1034=Sets your away-Text when you leave
+; p_hash.c line 61:
+msg1035=help/SETAWAY.TXT
+; p_hash.c line 62:
+msg1036=SETLEAVEMSG
+; p_hash.c line 62:
+msg1037=Sets your Leave-MSG when you leave
+; p_hash.c line 62:
+msg1038=help/SETLEAVEMSG.TXT
+; p_hash.c line 63:
+msg1039=LEAVEQUIT
+; p_hash.c line 63:
+msg1040=If set to 1, parts all channels on quit
+; p_hash.c line 63:
+msg1041=help/LEAVEQUIT
+; p_hash.c line 64:
+msg1042=SETAWAYNICK
+; p_hash.c line 64:
+msg1043=Sets your nick when you are offline
+; p_hash.c line 64:
+msg1044=help/SETAWAYNICK.TXT
+; p_hash.c line 65:
+msg1045=JUMP
+; p_hash.c line 65:
+msg1046=Jumps to the next IRC-Server
+; p_hash.c line 65:
+msg1047=help/JUMP.TXT
+; p_hash.c line 67:
+msg1048=BQUIT
+; p_hash.c line 67:
+msg1049=Quits your current Server Connection
+; p_hash.c line 67:
+msg1050=help/BQUIT.TXT
+; p_hash.c line 68:
+msg1051=BCONNECT
+; p_hash.c line 68:
+msg1052=Reconnects a bquitted Connection
+; p_hash.c line 68:
+msg1053=help/BCONNECT.TXT
+; p_hash.c line 70:
+msg1054=AIDLE
+; p_hash.c line 70:
+msg1055=Enables/Disables Antiidle
+; p_hash.c line 70:
+msg1056=help/AIDLE.TXT
+; p_hash.c line 71:
+msg1057=AUTOREJOIN
+; p_hash.c line 71:
+msg1058=Enables/Disables Auto-Rejoin
+; p_hash.c line 71:
+msg1059=help/AUTOREJOIN.TXT
+; p_hash.c line 72:
+msg1060=ADDSERVER
+; p_hash.c line 72:
+msg1061=Adds an IRC-Server to your Serverlist
+; p_hash.c line 72:
+msg1062=help/ADDSERVER.TXT
+; p_hash.c line 73:
+msg1063=DELSERVER
+; p_hash.c line 73:
+msg1064=Deletes an IRC-Server by number
+; p_hash.c line 73:
+msg1065=help/DELSERVER.TXT
+; p_hash.c line 74:
+msg1066=LISTSERVERS
+; p_hash.c line 74:
+msg1067=Lists all IRC-Servers added
+; p_hash.c line 74:
+msg1068=help/LISTSERVERS.TXT
+; p_hash.c line 76:
+msg1069=ADDNETWORK
+; p_hash.c line 76:
+msg1070=Adds a seperate Network to your client
+; p_hash.c line 76:
+msg1071=help/ADDNETWORK.TXT
+; p_hash.c line 77:
+msg1072=DELNETWORK
+; p_hash.c line 77:
+msg1073=Deletes a Network from your client
+; p_hash.c line 77:
+msg1074=help/DELNETWORK.TXT
+; p_hash.c line 78:
+msg1075=SWITCHNET
+; p_hash.c line 78:
+msg1076=Switches to a given Network
+; p_hash.c line 78:
+msg1077=help/SWITCHNET.TXT
+; p_hash.c line 80:
+msg1078=ADDOP
+; p_hash.c line 80:
+msg1079=Adds a User who may get Op from you
+; p_hash.c line 80:
+msg1080=help/ADDOP.TXT
+; p_hash.c line 81:
+msg1081=DELOP
+; p_hash.c line 81:
+msg1082=Deletes an added User who got Op
+; p_hash.c line 81:
+msg1083=help/DELOP.TXT
+; p_hash.c line 82:
+msg1084=LISTOPS
+; p_hash.c line 82:
+msg1085=Lists all added Ops
+; p_hash.c line 82:
+msg1086=help/LISTOPS.TXT
+; p_hash.c line 83:
+msg1087=ADDAUTOOP
+; p_hash.c line 83:
+msg1088=Adds a User who gets Auto-Op from you
+; p_hash.c line 83:
+msg1089=help/ADDAUTOOP.TXT
+; p_hash.c line 84:
+msg1090=DELAUTOOP
+; p_hash.c line 84:
+msg1091=Deletes an added User who got Op
+; p_hash.c line 84:
+msg1092=help/DELAUTOOP.TXT
+; p_hash.c line 85:
+msg1093=LISTAUTOOPS
+; p_hash.c line 85:
+msg1094=Lists all added Auto-Ops
+; p_hash.c line 85:
+msg1095=help/LISTAUTOOPS.TXT
+; p_hash.c line 86:
+msg1096=ADDBAN
+; p_hash.c line 86:
+msg1097=Adds a ban (global or to a channel)
+; p_hash.c line 86:
+msg1098=help/ADDBAN.TXT
+; p_hash.c line 87:
+msg1099=DELBAN
+; p_hash.c line 87:
+msg1100=Deletes a ban by Number
+; p_hash.c line 87:
+msg1101=help/DELBAN.TXT
+; p_hash.c line 88:
+msg1102=LISTBANS
+; p_hash.c line 88:
+msg1103=Lists all bans
+; p_hash.c line 88:
+msg1104=help/LISTBANS.TXT
+; p_hash.c line 89:
+msg1105=ADDASK
+; p_hash.c line 89:
+msg1106=Adds a host/bot to ask Op from
+; p_hash.c line 89:
+msg1107=help/ADDASK.TXT
+; p_hash.c line 90:
+msg1108=DELASK
+; p_hash.c line 90:
+msg1109=Deletes a host/bot to ask Op by Number
+; p_hash.c line 90:
+msg1110=help/DELASK.TXT
+; p_hash.c line 91:
+msg1111=LISTASK
+; p_hash.c line 91:
+msg1112=Lists the hosts/bots to ask Op from
+; p_hash.c line 91:
+msg1113=help/LISTASK.TXT
+; p_hash.c line 93:
+msg1114=ADDDCC
+; p_hash.c line 93:
+msg1115=Adds a DCC-Connection to a bot
+; p_hash.c line 93:
+msg1116=help/ADDDCC.TXT
+; p_hash.c line 94:
+msg1117=LISTDCC
+; p_hash.c line 94:
+msg1118=Lists all added DCC-Connectionc
+; p_hash.c line 94:
+msg1119=help/LISTDCC.TXT
+; p_hash.c line 95:
+msg1120=DELDCC
+; p_hash.c line 95:
+msg1121=Deletes a DCC-Connection by number
+; p_hash.c line 95:
+msg1122=help/DELDCC.TXT
+; p_hash.c line 96:
+msg1123=DCCCHAT
+; p_hash.c line 96:
+msg1124=Offers a DCC Chat to a given IRC User
+; p_hash.c line 96:
+msg1125=help/DCCCHAT.TXT
+; p_hash.c line 97:
+msg1126=DCCANSWER
+; p_hash.c line 97:
+msg1127=Answers to a DCC Chat-Request
+; p_hash.c line 97:
+msg1128=help/DCCANSWER.TXT
+; p_hash.c line 99:
+msg1129=DCCENABLE
+; p_hash.c line 99:
+msg1130=Enables/Disables DCC thru psybnc
+; p_hash.c line 99:
+msg1131=help/DCCENABLE.TXT
+; p_hash.c line 102:
+msg1132=DCCSEND
+; p_hash.c line 102:
+msg1133=Sends a file to a given IRC User
+; p_hash.c line 102:
+msg1134=help/DCCSEND.TXT
+; p_hash.c line 103:
+msg1135=DCCGET
+; p_hash.c line 103:
+msg1136=Gets a DCC Send File from an IRC User
+; p_hash.c line 103:
+msg1137=help/DCCGET.TXT
+; p_hash.c line 104:
+msg1138=DCCSENDME
+; p_hash.c line 104:
+msg1139=Sends the bouncer User a File
+; p_hash.c line 104:
+msg1140=help/DCCSENDME.TXT
+; p_hash.c line 105:
+msg1141=AUTOGETDCC
+; p_hash.c line 105:
+msg1142=always get offered Files
+; p_hash.c line 105:
+msg1143=help/AUTOGETDCC.TXT
+; p_hash.c line 107:
+msg1144=DCCENABLE
+; p_hash.c line 107:
+msg1145=Enables/Disables DCC thru psybnc
+; p_hash.c line 107:
+msg1146=help/DCCENABLE.TXT
+; p_hash.c line 111:
+msg1147=DCCCANCEL
+; p_hash.c line 111:
+msg1148=Cancels a dccchat or a transfer
+; p_hash.c line 111:
+msg1149=help/DCCCANCEL.TXT
+; p_hash.c line 114:
+msg1150=PLAYPRIVATELOG
+; p_hash.c line 114:
+msg1151=Plays your Message Log
+; p_hash.c line 114:
+msg1152=help/PLAYPRIVATELOG.TXT
+; p_hash.c line 115:
+msg1153=ERASEPRIVATELOG
+; p_hash.c line 115:
+msg1154=Erases your Message Log
+; p_hash.c line 115:
+msg1155=help/ERASEPRIVATELOG.TXT
+; p_hash.c line 119:
+msg1156=ADDLOG
+; p_hash.c line 119:
+msg1157=Adds a Log source / filter
+; p_hash.c line 119:
+msg1158=help/ADDLOG.TXT
+; p_hash.c line 120:
+msg1159=DELLOG
+; p_hash.c line 120:
+msg1160=Deletes a Log source by number
+; p_hash.c line 120:
+msg1161=help/DELLOG.TXT
+; p_hash.c line 121:
+msg1162=LISTLOGS
+; p_hash.c line 121:
+msg1163=Lists all added Log sources/filters
+; p_hash.c line 121:
+msg1164=help/LISTLOGS.TXT
+; p_hash.c line 122:
+msg1165=PLAYTRAFFICLOG
+; p_hash.c line 122:
+msg1166=Plays the Traffic Log
+; p_hash.c line 122:
+msg1167=help/PLAYTRAFFICLOG.TXT
+; p_hash.c line 123:
+msg1168=ERASETRAFFICLOG
+; p_hash.c line 123:
+msg1169=Erases the Traffic Log
+; p_hash.c line 123:
+msg1170=help/ERASETRAFFICLOG.TXT
+; p_hash.c line 127:
+msg1171=ENCRYPT
+; p_hash.c line 127:
+msg1172=Encrypts talk to a given channel/user
+; p_hash.c line 127:
+msg1173=help/ENCRYPT.TXT
+; p_hash.c line 128:
+msg1174=DELENCRYPT
+; p_hash.c line 128:
+msg1175=Deletes an encryption entry by number
+; p_hash.c line 128:
+msg1176=help/DELENCRYPT.TXT
+; p_hash.c line 129:
+msg1177=LISTENCRYPT
+; p_hash.c line 129:
+msg1178=Shows a List of encrypted talks
+; p_hash.c line 129:
+msg1179=help/LISTENCRYPT.TXT
+; p_hash.c line 132:
+msg1180=TRANSLATE
+; p_hash.c line 132:
+msg1181=Adds a translator to/from channels/users
+; p_hash.c line 132:
+msg1182=help/TRANSLATE.TXT
+; p_hash.c line 133:
+msg1183=DELTRANSLATE
+; p_hash.c line 133:
+msg1184=Deletes a translator by number
+; p_hash.c line 133:
+msg1185=help/DELTRANSLATE.TXT
+; p_hash.c line 134:
+msg1186=LISTTRANSLATE
+; p_hash.c line 134:
+msg1187=Shows a List of translated talks
+; p_hash.c line 134:
+msg1188=help/LISTTRANSLATE.TXT
+; p_hash.c line 136:
+msg1189=BREHASH
+; p_hash.c line 136:
+msg1190=Rehashes the proxy and resets all Connections
+; p_hash.c line 136:
+msg1191=help/REHASH.TXT
+; p_hash.c line 138:
+msg1192=MADMIN
+; p_hash.c line 138:
+msg1193=Gives a User an Admin flag
+; p_hash.c line 138:
+msg1194=help/MADMIN.TXT
+; p_hash.c line 139:
+msg1195=UNADMIN
+; p_hash.c line 139:
+msg1196=Removes the Admin flag from a User
+; p_hash.c line 139:
+msg1197=help/UNADMIN.TXT
+; p_hash.c line 140:
+msg1198=BKILL
+; p_hash.c line 140:
+msg1199=Kills a User from the proxy
+; p_hash.c line 140:
+msg1200=help/BKILL.TXT
+; p_hash.c line 142:
+msg1201=SOCKSTAT
+; p_hash.c line 142:
+msg1202=Shows/Logs the current Connections
+; p_hash.c line 142:
+msg1203=help/SOCKSTAT.TXT
+; p_hash.c line 144:
+msg1204=ADDUSER
+; p_hash.c line 144:
+msg1205=Adds a new User to the Bouncer
+; p_hash.c line 144:
+msg1206=help/ADDUSER.TXT
+; p_hash.c line 145:
+msg1207=DELUSER
+; p_hash.c line 145:
+msg1208=Deletes a User from the Bouncer
+; p_hash.c line 145:
+msg1209=help/DELUSER.TXT
+; p_hash.c line 148:
+msg1210=NAMEBOUNCER
+; p_hash.c line 148:
+msg1211=Names your bouncer (needed for linking)
+; p_hash.c line 148:
+msg1212=help/NAMEBOUNCER.TXT
+; p_hash.c line 149:
+msg1213=LINKTO
+; p_hash.c line 149:
+msg1214=Adds a bouncer Link to the Host/Port
+; p_hash.c line 149:
+msg1215=help/LINKTO.TXT
+; p_hash.c line 150:
+msg1216=LINKFROM
+; p_hash.c line 150:
+msg1217=Adds a bouncer Link from your Bouncer
+; p_hash.c line 150:
+msg1218=help/LINKFROM.TXT
+; p_hash.c line 151:
+msg1219=RELAYLINK
+; p_hash.c line 151:
+msg1220=Allows or disables a relayable Link
+; p_hash.c line 151:
+msg1221=help/RELAYLINK.TXT
+; p_hash.c line 152:
+msg1222=DELLINK
+; p_hash.c line 152:
+msg1223=Deletes a Link to a bouncer
+; p_hash.c line 152:
+msg1224=help/DELLINK.TXT
+; p_hash.c line 153:
+msg1225=LISTLINKS
+; p_hash.c line 153:
+msg1226=Lists all Links to/from the Bouncer
+; p_hash.c line 153:
+msg1227=help/LISTLINKS.TXT
+; p_hash.c line 154:
+msg1228=RELINK
+; p_hash.c line 154:
+msg1229=Resets a link to a bouncer by number
+; p_hash.c line 154:
+msg1230=help/RELINK.TXT
+; p_hash.c line 157:
+msg1231=PLAYMAINLOG
+; p_hash.c line 157:
+msg1232=Plays the Connection Log
+; p_hash.c line 157:
+msg1233=help/PLAYMAINLOG.TXT
+; p_hash.c line 158:
+msg1234=ERASEMAINLOG
+; p_hash.c line 158:
+msg1235=Erases the Connection Log
+; p_hash.c line 158:
+msg1236=help/ERASEMAINLOG.TXT
+; p_hash.c line 160:
+msg1237=ADDALLOW
+; p_hash.c line 160:
+msg1238=Adds a host allow to connect
+; p_hash.c line 160:
+msg1239=help/ADDALLOW.TXT
+; p_hash.c line 161:
+msg1240=DELALLOW
+; p_hash.c line 161:
+msg1241=Deletes a host allow
+; p_hash.c line 161:
+msg1242=help/DELALLOW.TXT
+; p_hash.c line 162:
+msg1243=LISTALLOW
+; p_hash.c line 162:
+msg1244=Lists the host allows on your proxy
+; p_hash.c line 162:
+msg1245=help/LISTALLOW.TXT
+; p_hash.c line 164:
+msg1246=SRELOAD
+; p_hash.c line 164:
+msg1247=Reloads the Script for the User
+; p_hash.c line 164:
+msg1248=help/SRELOAD.TXT
+; p_hash.c line 165:
+msg1249=LISTTASKS
+; p_hash.c line 165:
+msg1250=Lists the current running tasks
+; p_hash.c line 165:
+msg1251=help/LISTTASKS.TXT
+; p_hash.c line 167:
+msg1252=BHELP
+; p_hash.c line 167:
+msg1253=Lists this help or help on a topic
+; p_hash.c line 167:
+msg1254=help/BHELP.TXT
+; p_hash.c line 172:
+msg1255=ERROR
+; p_hash.c line 173:
+msg1256=001
+; p_hash.c line 174:
+msg1257=002
+; p_hash.c line 175:
+msg1258=003
+; p_hash.c line 176:
+msg1259=004
+; p_hash.c line 177:
+msg1260=005
+; p_hash.c line 178:
+msg1261=251
+; p_hash.c line 179:
+msg1262=252
+; p_hash.c line 180:
+msg1263=253
+; p_hash.c line 181:
+msg1264=254
+; p_hash.c line 182:
+msg1265=255
+; p_hash.c line 183:
+msg1266=372
+; p_hash.c line 184:
+msg1267=375
+; p_hash.c line 185:
+msg1268=376
+; p_hash.c line 186:
+msg1269=352
+; p_hash.c line 187:
+msg1270=353
+; p_hash.c line 188:
+msg1271=315
+; p_hash.c line 189:
+msg1272=324
+; p_hash.c line 190:
+msg1273=332
+; p_hash.c line 191:
+msg1274=366
+; p_hash.c line 192:
+msg1275=432
+; p_hash.c line 193:
+msg1276=433
+; p_hash.c line 194:
+msg1277=437
+; p_hash.c line 195:
+msg1278=PING
+; p_hash.c line 196:
+msg1279=NICK
+; p_hash.c line 197:
+msg1280=JOIN
+; p_hash.c line 198:
+msg1281=PART
+; p_hash.c line 199:
+msg1282=QUIT
+; p_hash.c line 200:
+msg1283=KICK
+; p_hash.c line 201:
+msg1284=MODE
+; p_hash.c line 202:
+msg1285=TOPIC
+; p_hash.c line 203:
+msg1286=PRIVMSG
+; p_hash.c line 204:
+msg1287=NOTICE
+; p_hash.c line 220:
+msg1288=PRIVMSG
+; p_hash.c line 221:
+msg1289=NOTICE
+; p_hash.c line 222:
+msg1290=JOIN
+; p_hash.c line 223:
+msg1291=MODE
+; p_hash.c line 224:
+msg1292=PART
+; p_hash.c line 225:
+msg1293=KICK
+; p_hash.c line 226:
+msg1294=NICK
+; p_hash.c line 227:
+msg1295=NAMES
+; p_hash.c line 228:
+msg1296=QUIT
+; p_hash.c line 229:
+msg1297=WHO
+; p_hash.c line 230:
+msg1298=WHOIS
+; p_hash.c line 231:
+msg1299=USER
+; p_hash.c line 232:
+msg1300=TOPIC
+; p_hash.c line 233:
+msg1301=INVITE
+; p_hash.c line 249:
+msg1302=NICK
+; p_hash.c line 257:
+msg1303=:%s-psybnc.net 481 %s :Permission denied - You are not a bouncer admin
+; p_hash.c line 279:
+msg1304=%s-psybnc.net 421 %s %s :Unknown Command
+; p_hash.c line 305:
+msg1305=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP %c %-15s - %sÿ
+; p_hash.c line 309:
+msg1306=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP Use /QUOTE bhelp <command> for details.ÿ
+; p_hash.c line 316:
+msg1307=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Help for: %sÿ
+; p_hash.c line 321:
+msg1308=r
+; p_hash.c line 323:
+msg1309=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Helpfile %s not available.ÿ
+; p_hash.c line 328:
+msg1310=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_hash.c line 337:
+msg1311=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Help found for: %sÿ
+; p_hash.c line 372:
+msg1312=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Only admins may use that command.þÿ
+; p_hash.c line 425:
+msg1313=PONG :%sþÿ
+; p_hash.c line 431:
+msg1314=MODE
+; p_script.c line 357:
+msg1315=(none)
+; p_client.c line 857:
+msg1316=None
+; p_client.c line 991:
+msg1317=from
+; p_client.c line 992:
+msg1318=to
+; p_client.c line 1062:
+msg1319=enable
+; p_client.c line 1062:
+msg1320=disable
+; p_intnet.c line 134:
+msg1321=%s!%s@%s QUIT :reconnectedÿ
+; p_hash.c line 165:
+msg1322=ADDIGNORE
+; p_hash.c line 165:
+msg1323=Adds a hostmask/contentfilter to the ignores
+; p_hash.c line 165:
+msg1324=help/ADDIGNORE.TXT
+; p_hash.c line 165:
+msg1325=DELIGNORE
+; p_hash.c line 165:
+msg1326=Deletes a hostmask/contentfilter from the ignores
+; p_hash.c line 165:
+msg1327=help/DELIGNORE.TXT
+; p_hash.c line 165:
+msg1328=LISTIGNORES
+; p_hash.c line 165:
+msg1329=Lists the currently added ignores
+; p_hash.c line 165:
+msg1330=help/LISTIGNORES.TXT
+; p_userfile.c line 219:
+msg1331=USER%d.IGN
+; p_client.c line 1491:
+msg1332=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Host given. Use ADDIGNORE content :host (* as wildcard)
+; p_client.c line 1495:
+msg1333=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Content given. Use ADDIGNORE content :host (* as wildcard)
+; p_client.c line 1499:
+msg1334=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use : in hostnames
+; p_client.c line 1502:
+msg1335=USER%d.IGN
+; p_client.c line 1504:
+msg1336=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added ignore for host %s (%s)
+; p_client.c line 1754:
+msg1337=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELIGNORE number
+; p_client.c line 1757:
+msg1338=USER%d.IGN
+; p_client.c line 1761:
+msg1339=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ignore Number %s removed
+; p_client.c line 1887:
+msg1340=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing Ignores:
+; p_client.c line 1889:
+msg1341=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List.
+; p_hash.c line 170
+msg1342=SETLANG
+; p_hash.c line 170:
+msg1343=Sets the language  (global)
+; p_hash.c line 170:
+msg1344=help/SETLANG.TXT
+; p_client.c line 2164:
+msg1345=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No language given. Use SETLANG language.
+; p_client.c line 2182:
+msg1346=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Language set to '%s'.
+; p_client.c line 2178:
+msg1347=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :The language '%s' could not be loaded.
+; p_client.c line 2183:
+msg1348=Language set to '%s' by %s.
+; p_hash.c line 210
+msg1349=265
+; p_hash.c line 211
+msg1350=266
+; p_coredns.c line 1274
+msg1351=Resolver down. Reinitializing.
+; p_coredns.c line 1277
+msg1352=Could not initialize Resolver. Shutting down.
+; p_coredns.c line 1288
+msg1353=Unable to allocate socket for nameserver communication: %s
+; p_coredns.c line 1307
+msg1354=Unable to setsockopt() on nameserver communication socket: %s
+; p_coredns.c line 1319
+msg1355=No nameservers defined.
+; p_coredns.c line 1344
+msg1356=Asynchronous Resolver started.
+; p_server.c line 1428
+msg1357=User %s (%s) disconnecting from stoned server.
+; p_hash.c line 240
+msg1358=USERHOST
+; p_hash.c line 241
+msg1359=ISON
+
+; p_client.c proc cmdbquit:
+msg1360=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s is already quitted.
+; p_client.c proc cmdbquit:
+msg1361=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s has been marked as quitted.
+; p_client.c proc cmdbquit:
+msg1362=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You cant change other peoples connection state.
+; p_client.c proc cmdbquit:
+msg1363=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not found
+; p_client.c proc cmdbquit:
+msg1364=QUIT :ÿ
+; p_client.c proc cmdbquit:
+msg1365=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have been marked as quitted by %s.ÿ
+; p_client.c proc cmdbquit:
+msg1366=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have been disconnected by %s.ÿ
+; p_client.c proc cmdbconnect:
+msg1367=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s is not marked as quit.ÿ
+; p_client.c proc cmdbconnect:
+msg1368=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s has been connected.ÿ
+; p_client.c proc cmdbconnect:
+msg1369=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have been connected by %s.
+; p_client.c proc cmdbconnect:
+msg1370=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not found
+; p_client.c proc cmdbconnect:
+msg1371=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You cant change other peoples connection state.
+; p_client.c proc cmdbraw:
+msg1372=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You need to specify a user to simulate.
+; p_client.c proc cmdbraw:
+msg1373=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not found
+; p_client.c proc cmdbraw:
+msg1374=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You cant simulate another user.
+; p_client.c proc cmdbraw:
+msg1375=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Your command '%s' has been sent to %s.
+; p_hash.c cmdbraw:
+msg1376=BRAW
+; p_hash.c cmdbraw:
+msg1377=Sends a raw command to a client
+; p_hash.c cmdbraw:
+msg1378=help/BRAW.TXT
+; p_client.c proc cmdbraw:
+msg1379=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You need to specify a command to send to a user.
+; p_client.c proc cmdaddserver:
+msg1380=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Please provide a valid IRC-server as hostname, not your bouncer itself.þÿ
+
+
+; BVHOSTN command
+; ------------------------------------------------------
+msg1400=BVHOSTN
+msg1401=Sets the vhost for a user on a specific network.
+msg1402=help/BVHOSTN.TXT
+msg1403=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Incorrect syntax. Use: BVHOSTN <user> :<net> <vhost>
+msg1404=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network '%s' not found for user '%s'.
+msg1405=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Successfully changed vhost for user '%s' on network '%s' from '%s' to '%s'.
+
+; BQUITN command
+; ------------------------------------------------------
+msg1410=BQUITN
+msg1411=Disconnects a user from a specific network.
+msg1412=help/BQUITN.TXT
+msg1413=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Incorrect syntax. Use: BQUITN <user> :<net>
+msg1414=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network '%s' not found for user '%s'.
+msg1415=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User '%s' is already disconnected from network '%s'.
+msg1416=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Disconnected from network '%s' as requested by an administrator.
+msg1417=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Successfully disconnected user '%s' from network '%s'.
+
+; BCONNECTN command
+; -----------------------------------------------------
+msg1420=BCONNECTN
+msg1421=Connects a user to a specific network.
+msg1422=help/BCONNECTN.TXT
+msg1423=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Incorrect syntax. Use: BCONNECTN <user> :<net>
+msg1424=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network '%s' not found for user '%s'.
+msg1425=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User '%s' is already connected to network '%s'.
+msg1426=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Connecting to network '%s' as requested by an administrator.
+msg1427=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Successfully initiated connection for user '%s' to network '%s'.
+
+; KILLSOCKET command
+; -----------------------------------------------------
+msg1430=KILLSOCKET
+msg1431=Kills a specific socket
+msg1432=help/KILLSOCKET.TXT
+msg1433=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Incorrect syntax. Use: KILLSOCKET <id/ip>
+msg1434=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Killing socket '%d' (%s:%d -> %s:%d) [%s]
+
+; FIXLISTENER command
+; -----------------------------------------------------
+msg1440=FIXLISTENER
+msg1441=Attempts to fix a broken listener socket
+msg1442=help/FIXLISTENER.TXT
+
+; DONE command
+; -----------------------------------------------------
+msg1450=BDONE
+msg1451=Just returns the string 'Done' and optional text if specified
+msg1452=help/BDONE.TXT
+msg1453=Done
+msg1454=Done: %s
+
+; SETCONNECTDELAY command
+; -----------------------------------------------------
+msg1460=SETCONNECTDELAY
+msg1461=Changes the connection delay (in seconds) of IRC-clients
+msg1462=help/SETCONNECTDELAY.TXT
+msg1463=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No delay given. Use SETCONNECTDELAY delay.
+msg1464=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Connection delay changed from %d seconds to to %d seconds.
+msg1465=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Invalid connection delay. It must be an integer between 0 and 600.
+msg1466=Connection delay changed from %d seconds to %d seconds by %s.
+msg1467=Connection delay changed from invalid value to %d seconds by %s.
+msg1468=CONNECTDELAY
+msg1469=CONNECTDELAY is currently set to zero. No clients will try to connect!
+
+; SETREALNAME command - this replaces the original SETUSERNAME command, which is misleading
+msg1797=SETREALNAME
+msg1798=Sets your real name/full name that shows up in a /WHOIS <nick>
+msg1799=help/SETREALNAME.TXT
+
+; DEFAULTIPV6 command
+; -----------------------------------------------------
+msg1480=DEFAULTIPV6
+msg1481=Sets whether or not to prefer IPv6 addresses by default when doing DNS lookups. (global)
+msg1482=help/DEFAULTIPV6.TXT
+msg1483=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Incorrect syntax. Use: DEFAULTIPV6 <0/1>þÿ
+msg1484=Default protocol set to %s by %s.
+
+; PREFERIPV6 command
+; -----------------------------------------------------
+msg1490=PREFERIPV6
+msg1491=Sets whether or not to prefer IPv6 addresses when doing DNS lookups.
+msg1492=help/PREFERIPV6.TXT
+msg1493=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Incorrect syntax. Use: PREFERIPV6 [network~]<0/1>þÿ
+msg1494=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Incorrect syntax. Use: PREFERIPV6 [user:|network~]<0/1>þÿ
+msg1495=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Done. IPv6 addresses will not be considered when doing DNS lookups%s.þÿ
+msg1496=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Done. IPv6 addresses are now preferred over IPv4 addresses when doing DNS lookups%s.þÿ
+msg1497= (for network '%s')
+msg1498= (for user '%s')
+msg1499= (for user '%s' on network '%s')
+
+;Common
+p_peer.c, MYSQL_IP_CHECK (banned)
+msg2000=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s. Disconnecting.ÿ
+msg2001=MYSQLIPCHECK
+msg2002=Enables or disables user IP check up against a MySQL database
+msg2003=help/MYSQLIPCHECK.TXT
+msg2004=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No mode given. Please either enable (1) or disable (0).
+msg2005=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :MySQL IP check has been enabled.
+msg2006=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :MySQL IP check has been disabled.
+msg2007=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Invalid value. It must be either enable (1) or disable (0).
+msg2008=MYSQLIPCHECK
+msg2009=MySQL IP check has been enabled by %s.
+msg2010=MySQL IP check has been disabled by %s.
+
+;Remember to change maxindex in p_string.c if going above 2200
blob - /dev/null
blob + a7ccb90a61396653ed732e8ce0e14a6a025d2ee5 (mode 644)
--- /dev/null
+++ lang/german.lng
@@ -0,0 +1,2732 @@
+#------------------------------------------------------------------------------
+# Language File for psyBNC - German
+# by the most psychoid
+# !!! WARNING !!! Do not change any format-specifics. psyBNC wont work
+#                 correctly without the correct formats.
+# Details in German:
+# - Die Befehle sind nicht uebersetzt, nur die Ausgabetexte und Hinweise
+# - Die HelpFiles sind umbenannt in *.DEU (Deutsche Texte)
+# - Wer einen Rechtschreibfehler findet, darf ihn behalten
+# - Anglizismen sind gewollt, wers nicht mag .. *schulterzuck*
+#------------------------------------------------------------------------------
+
+desc psyBNC Sprachen-Datei - Deutsch
+
+; p_blowfish.c line 616:
+msg0001=%s                                                             
+; p_blowfish.c line 628:
+msg0002=%s                                                            
+; p_client.c line 70:
+msg0003=JOIN :%sþÿ
+; p_client.c line 91:
+msg0004=:$%s*%s!%s@%s TOPIC 
+; p_client.c line 91:
+msg0005= :%sþÿ
+; p_client.c line 96:
+msg0006=:%s!*@%s TOPIC 
+; p_client.c line 96:
+msg0007= :%sþÿ
+; p_client.c line 116:
+msg0008=:%s!%s@%s PART 
+; p_client.c line 116:
+msg0009= :%sþÿ
+; p_client.c line 117:
+msg0010=User %s logged off.
+; p_client.c line 119:
+msg0011=PART :%sþÿ
+; p_client.c line 139:
+msg0012=motd/USER%d.MOTD
+; p_client.c line 147:
+msg0013= 001 
+; p_client.c line 165:
+msg0014=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du hast Nachrichten. Gib /QUOTE PLAYPRIVATELOG ein, um sie zu lesen.
+; p_client.c line 167:
+msg0015=AWAYþÿ
+; p_client.c line 168:
+msg0016=.AWAYþÿ
+; p_client.c line 205:
+msg0017=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s) [%s:%s] :%s [zuletzt:%-20s]þÿ
+; p_client.c line 207:
+msg0018=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s) [%s:%s] :%sþÿ
+; p_client.c line 210:
+msg0019=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s)@%s [%s:%s] :%s [zuletzt:%-20s]þÿ
+; p_client.c line 212:
+msg0020=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s)@%s [%s:%s] :%sþÿ
+; p_client.c line 218:
+msg0021=:%s!*@%s BWHO :þÿ
+; p_client.c line 226:
+msg0022=Logge aktuelle Socketstats
+; p_client.c line 228:
+msg0023=Ende der stats.
+; p_client.c line 237:
+msg0024=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Willkommen, %s !þÿ
+; p_client.c line 239:
+msg0025=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Dies ist ein anonymer psyBNC-IRC-Proxy.þÿ
+; p_client.c line 241:
+msg0026=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du bist der erste Nutzer, der sich zu diesem Proxy verbunden hat.þÿ
+; p_client.c line 242:
+msg0027=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du bist der Proxy-Admin. Nutze ADDSERVER, damit Du einen IRC-Server hinzufuegen kannst, um psyBNC zu verbinden.þÿ
+; p_client.c line 285:
+msg0028=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Ident angegeben. Syntax ist: ADDUSER ident :Nutzernameþÿ
+; p_client.c line 289:
+msg0029=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Nutzername angegeben. Syntax ist: ADDUSER ident :Nutzernameþÿ
+; p_client.c line 293:
+msg0030=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutzer %s existiert bereits.þÿ
+; p_client.c line 331:
+msg0031=New User:%s (%s) added by %s
+; p_client.c line 333:
+msg0032=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Neuer Nutzer '%s' hinzugefuegt. Password auf '%s' eingestellt
+; p_client.c line 341:
+msg0033=Maximale Anzahl der Nutzer ueberschritten.
+; p_client.c line 355:
+msg0034=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Nick angegeben. Syntax ist: DELUSER Nickþÿ
+; p_client.c line 359:
+msg0035=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutzer %s nicht gefunden.þÿ
+; p_client.c line 364:
+msg0036=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutzer %s ist der Eigentuemer. Er kann nicht geloescht werden.þÿ
+; p_client.c line 368:
+msg0037=Nutzer %s geloescht von %s.
+; p_client.c line 383:
+msg0038=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ein Netzwerk kann nicht zu einem Netzwerk hinzugefuegt werdenþÿ
+; p_client.c line 387:
+msg0039=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Netzwerk angegeben. Syntax ist: ADDNETWORK Netzwerkþÿ
+; p_client.c line 391:
+msg0040=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Der Netzwerk-Name darf nur maximal 10 Zeichen lang sein.þÿ
+; p_client.c line 395:
+msg0041=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Netzwerk %s existiert bereits.þÿ
+; p_client.c line 417:
+msg0042=Neues Netzwerk %s hinzugefuegt von %s
+; p_client.c line 422:
+msg0043=Maximale Anzahl Nutzer ueberschritten.
+; p_client.c line 433:
+msg0044=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Netzwerk angegeben. Syntax ist: DELNETWORK Netzwerkþÿ
+; p_client.c line 437:
+msg0045=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Netzwerk %s nicht gefunden.þÿ
+; p_client.c line 441:
+msg0046=Network %s geloescht von %s.
+; p_client.c line 458:
+msg0047=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein existierendes Netzwerk angegeben. Syntax ist: SWITCHNET NeuesNetzwerk :ExistentesNetzwerkþÿ
+; p_client.c line 463:
+msg0048=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein neues Netzwerk angegeben. Syntax ist: SWITCHNET NeuesNetzwerk :ExistentesNetzwerkþÿ
+; p_client.c line 467:
+msg0049=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Netzwerk %s nicht gefunden.þÿ
+; p_client.c line 474:
+msg0050=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Netzwerk %s bereits vorhanden.þÿ
+; p_client.c line 485:
+msg0051=:irc.psychoid.net KICK %s %s :Netzwerkwechsel
+; p_client.c line 494:
+msg0052=:irc.psychoid.net KICK #%s~%s %s :Netzwerkwechsel
+; p_client.c line 526:
+msg0053=:%s!%s@%s NICK :%s
+; p_client.c line 544:
+msg0054=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Password angegeben. Syntax ist: PASSWORD [Nutzer] :NeuesPasswordþÿ
+; p_client.c line 550:
+msg0055=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutzer %s nicht gefundenþÿ
+; p_client.c line 557:
+msg0056=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du kannst die Passwoerter anderer Nutzer nicht aendern.þÿ
+; p_client.c line 561:
+msg0057=USER%d
+; p_client.c line 566:
+msg0058=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Password fuer %s geaendert auf '%s'þÿ
+; p_client.c line 592:
+msg0059=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Serverwechsel angefordert.þÿ
+; p_client.c line 593:
+msg0060=Serverwechsel angefordert von %s. Beende Verbindung.
+; p_client.c line 595:
+msg0061=QUIT :Serverwechselþÿ
+; p_client.c line 597:
+msg0062=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du bist nicht verbunden.þÿ
+; p_client.c line 617:
+msg0063=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' nicht gefunden.þÿ
+; p_client.c line 623:
+msg0064=USER%d
+; p_client.c line 624:
+msg0065=VHOST
+; p_client.c line 626:
+msg0066=VLINK
+; p_client.c line 629:
+msg0067=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :VHOST geaendert auf '%s' ueber Link %d. Benutze JUMP, um den geaenderten VHOST zu aktivieren.þÿ
+; p_client.c line 631:
+msg0068=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :VHOST geaendert auf '%s'.þÿ
+; p_client.c line 648:
+msg0069=%s:%s
+; p_client.c line 666:
+msg0070=USER%d
+; p_client.c line 667:
+msg0071=PROXY
+; p_client.c line 669:
+msg0072=PPORT
+; p_client.c line 672:
+msg0073=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :PROXY-Eintrag geloescht. Benutze JUMP, um die veraenderte Einstellung zu aktivieren.þÿ
+; p_client.c line 674:
+msg0074=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :PROXY gesetzt auf '%s:%d'. Benutze JUMP, um die Proxy zu aktivieren. Benutze PROXY : , um die Einstellung zurueckzusetzen.þÿ
+; p_client.c line 691:
+msg0075=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutze AIDLE 0 oder AIDLE 1.þÿ
+; p_client.c line 696:
+msg0076=USER%d
+; p_client.c line 697:
+msg0077=AIDLE
+; p_client.c line 700:
+msg0078=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AIDLE eingeschaltet.þÿ
+; p_client.c line 702:
+msg0079=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AIDLE ausgeschaltet.þÿ
+; p_client.c line 717:
+msg0080=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutze AUTOREJOIN 0 oderr AUTOREJOIN 1.þÿ
+; p_client.c line 722:
+msg0081=USER%d
+; p_client.c line 723:
+msg0082=AUTOREJOIN
+; p_client.c line 726:
+msg0083=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOREJOIN eingeschaltet.þÿ
+; p_client.c line 728:
+msg0084=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOREJOIN ausgeschaltet.þÿ
+; p_client.c line 743:
+msg0085=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutze LEAVEQUIT 0 oder LEAVEQUIT 1.þÿ
+; p_client.c line 748:
+msg0086=USER%d
+; p_client.c line 749:
+msg0087=LEAVEQUIT
+; p_client.c line 752:
+msg0088=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :LEAVEQUIT eingeschaltet.þÿ
+; p_client.c line 754:
+msg0089=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :LEAVEQUIT ausgeschaltet.þÿ
+; p_client.c line 769:
+msg0090=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutze DCCENABLE 0 oder DCCENABLE 1.þÿ
+; p_client.c line 774:
+msg0091=USER%d
+; p_client.c line 775:
+msg0092=DCCENABLED
+; p_client.c line 778:
+msg0093=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Dynamische DCCs eingeschaltet.þÿ
+; p_client.c line 780:
+msg0094=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Dynamische DCCs ausgeschaltet.þÿ
+; p_client.c line 794:
+msg0095=USER%d
+; p_client.c line 797:
+msg0096=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AWAY-Text geaendert auf '%s'.þÿ
+; p_client.c line 810:
+msg0097=USER%d
+; p_client.c line 811:
+msg0098=LEAVEMSG
+; p_client.c line 813:
+msg0099=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :LEAVE-Text geandert auf '%s'. Der Text wird in die Channels geposted, wenn der Nutzer die Verbindung trennt.þÿ
+; p_client.c line 826:
+msg0100=USER%d
+; p_client.c line 827:
+msg0101=AWAYNICK
+; p_client.c line 829:
+msg0102=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AWAY-Nick geaendert auf '%s'.þÿ
+; p_client.c line 843:
+msg0103=USER%d
+; p_client.c line 846:
+msg0104=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Username geaendert auf '%s'. JUMP aufrufen, um die Aenderung zu aktivieren.þÿ
+; p_client.c line 865:
+msg0105=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Server angegeben. Syntax ist: ADDSERVER Hostname :portþÿ
+; p_client.c line 868:
+msg0106=USER%d
+; p_client.c line 872:
+msg0107=%s:%s
+; p_client.c line 895:
+msg0108=SPASS%d
+; p_client.c line 896:
+msg0109=SERVERS
+; p_client.c line 905:
+msg0110=PORT%d
+; p_client.c line 906:
+msg0111=SERVERS
+; p_client.c line 907:
+msg0112=SERVER%d
+; p_client.c line 908:
+msg0113=SERVERS
+; p_client.c line 910:
+msg0114=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server %s port %s (password: %s) hinzugefuegt.þÿ
+; p_client.c line 916:
+msg0115=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein freier Server-Eintrag.þÿ
+; p_client.c line 928:
+msg0116=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Server angegeben. Syntax ist: DELSERVER Nummerþÿ
+; p_client.c line 931:
+msg0117=USER%d
+; p_client.c line 932:
+msg0118=SPASS%s
+; p_client.c line 933:
+msg0119=SERVERS
+; p_client.c line 934:
+msg0120=PORT%s
+; p_client.c line 935:
+msg0121=SERVERS
+; p_client.c line 936:
+msg0122=SERVER%s
+; p_client.c line 937:
+msg0123=SERVERS
+; p_client.c line 939:
+msg0124=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server %s geloescht.þÿ
+; p_client.c line 957:
+msg0125=USER%d
+; p_client.c line 963:
+msg0126=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server #%d: %s port %dþÿ
+; p_client.c line 967:
+msg0127=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ende der Server.þÿ
+; p_client.c line 998:
+msg0128=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du hast diesem Bouncer noch keinen Namen gegeben. Nutze zuerst NAMEBOUNCER Name.þÿ
+; p_client.c line 1002:
+msg0129=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keinen Host angegeben. Nutze %s name :host:port.þÿ
+; p_client.c line 1006:
+msg0130=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keinen Namen angegeben. Nutze %s name :host:port.þÿ
+; p_client.c line 1010:
+msg0131=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keinen Port angegeben. Nutze %s name :host:port.þÿ
+; p_client.c line 1024:
+msg0132=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Unzulaessiger Port. Nutze %s name :host:port.þÿ
+; p_client.c line 1036:
+msg0133=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s existiert bereits.þÿ
+; p_client.c line 1041:
+msg0134=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine freien Links zur Verfuegung.þÿ
+; p_client.c line 1053:
+msg0135=Neuer Link '%s' %s %s:%d hinzugefuegt von %s.
+; p_client.c line 1070:
+msg0136=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Wert unzulaessig. Nutze RELAYLINK Linknummer :0|1.þÿ
+; p_client.c line 1074:
+msg0137=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Linknummer angegeben. Nutze RELAYLINK Linknummer :0|1.þÿ
+; p_client.c line 1081:
+msg0138=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s unbekannt.þÿ
+; p_client.c line 1090:
+msg0139=Relay fuer link '%s' %st von %s
+; p_client.c line 1103:
+msg0140=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Linknummer definiert.þÿ
+; p_client.c line 1110:
+msg0141=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s unbekannt.þÿ
+; p_client.c line 1113:
+msg0142=Link %d entfernt von %s
+; p_client.c line 1116:
+msg0143=Link zu %s entfernt von %s
+; p_client.c line 1122:
+msg0144=Link von %s entfernt von %s
+; p_client.c line 1136:
+msg0145=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s
+; p_client.c line 1154:
+msg0146=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Wiedergabe lokal definierter Links.þÿ
+; p_client.c line 1173:
+msg0147=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c%d %s %s %s(%d)þÿ
+; p_client.c line 1178:
+msg0148=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Der Link-Baumþÿ
+; p_client.c line 1180:
+msg0149=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ende des Baums.þÿ
+; p_client.c line 1243:
+msg0150=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Falscher Parameter. Nutze ADDDCC botname Nutzer password :host:portþÿ
+; p_client.c line 1305:
+msg0151=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutze AUTOGETDCC 0 oder AUTOGETDCC 1.þÿ
+; p_client.c line 1310:
+msg0152=USER%d
+; p_client.c line 1311:
+msg0153=AUTOGETDCC
+; p_client.c line 1314:
+msg0154=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOGETDCC eingeschaltet.þÿ
+; p_client.c line 1316:
+msg0155=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOGETDCC ausgeschaltet.þÿ
+; p_client.c line 1342:
+msg0156=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :
+; p_client.c line 1342:
+msg0157= Hilfe (* = nur fuer BouncerAdmins)ÿ
+; p_client.c line 1343:
+msg0158=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :--------------------------------------ÿ
+; p_client.c line 1345:
+msg0159=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP - Ende der Hilfeÿ
+; p_client.c line 1348:
+msg0160=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP - Ende der Hilfeÿ
+; p_client.c line 1362:
+msg0161=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Host angegeben. Nutze ADDOP [#chan] password :host
+; p_client.c line 1366:
+msg0162=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Password angegeben. Nutze ADDOP [#chan] password :host
+; p_client.c line 1370:
+msg0163=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verwende kein ; in Hostnamen
+; p_client.c line 1373:
+msg0164=USER%d.OP
+; p_client.c line 1375:
+msg0165=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Op fuer Hostmask %s (%s) hinzugefuegt
+; p_client.c line 1388:
+msg0166=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Host angegeben. Nutze ADDAUTOOP #chan :host
+; p_client.c line 1392:
+msg0167=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Channel angegeben. Nutze ADDAUTOOP #chan :host
+; p_client.c line 1396:
+msg0168=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verwende kein ; in Hostnamen
+; p_client.c line 1399:
+msg0169=USER%d.AOP
+; p_client.c line 1401:
+msg0170=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Auto-op hinzugefuegt fuer hostmaske %s (%s)
+; p_client.c line 1414:
+msg0171=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Host angegeben. Nutze ADDASK [#chan] password :host
+; p_client.c line 1418:
+msg0172=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Password angegeben. Nutze ADDASK [#chan] password :host
+; p_client.c line 1422:
+msg0173=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verwende kein ; in Hostnamen
+; p_client.c line 1425:
+msg0174=USER%d.ASK
+; p_client.c line 1427:
+msg0175=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Op von hostmask %s (%s) hinzugefuegt
+; p_client.c line 1440:
+msg0176=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Host angegeben. Nutze ADDALLOW :hostmaske
+; p_client.c line 1444:
+msg0177=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verwende kein ; in Hostnamen
+; p_client.c line 1447:
+msg0178=PSYBNC.HOSTALLOWS
+; p_client.c line 1449:
+msg0179=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Host allow von hostmask %s hinzugefuegt
+; p_client.c line 1462:
+msg0180=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Host angegeben. Nutze ADDBAN [#chan] Grund :host
+; p_client.c line 1466:
+msg0181=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Grund angegeben. Nutze ADDBAN [#chan] Grund :host
+; p_client.c line 1470:
+msg0182=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verwende kein ; in Hostnamen
+; p_client.c line 1473:
+msg0183=USER%d.BAN
+; p_client.c line 1475:
+msg0184=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ban fuer host %s (%s) hinzugefuegt
+; p_client.c line 1490:
+msg0185=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Log-Filter angegeben (Nutze * fuer alles). Nutze ADDLOG [#chan/logziel.] :filter(enthaltener text zum loggen)
+; p_client.c line 1494:
+msg0186=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Ziel angegeben (Channel/Nutzer). Nutze ADDLOG [#chan/logziel.] :filter
+; p_client.c line 1498:
+msg0187=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verwende kein ; in Filtern
+; p_client.c line 1501:
+msg0188=USER%d.LGI
+; p_client.c line 1503:
+msg0189=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log-Eintrag hinzugefuegt fuer Ziel %s (Filter: %s)
+; p_client.c line 1522:
+msg0190=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' nicht gefunden.þÿ
+; p_client.c line 1530:
+msg0191=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' zuruckgesetzt und getrennt.þÿ
+; p_client.c line 1547:
+msg0192=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein channel oder nick angegeben. Verwende ENCRYPT password :#channel oder nick
+; p_client.c line 1551:
+msg0193=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Password angegeben. Verwende ENCRYPT password :#channel oder nick
+; p_client.c line 1555:
+msg0194=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verwende kein ; im Channel oder im Nick
+; p_client.c line 1558:
+msg0195=USER%d.ENC
+; p_client.c line 1561:
+msg0196=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verschluesselung hinzugefuegt fuer %s (%s)
+; p_client.c line 1590:
+msg0197=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Sprachen angegeben. Verwende TRANSLATE #channel oderr nick :Sprache-von Sprache-zu
+; p_client.c line 1594:
+msg0198=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Channel oder User angegeben. Verwende TRANSLATE #channel oder nick :Sprache-von Sprache-zu
+; p_client.c line 1598:
+msg0199=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verwende kein ; in der Sprache-Angabe
+; p_client.c line 1605:
+msg0200=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ungenuegende Sprachangaben. Gib zwei Sprachen an.
+; p_client.c line 1611:
+msg0201=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Unbekannte Sprachangaben. Nutze en_de,en_fr,en_it,en_pt,de_en,fr_en,it_en,pt_en,en_zh,en_ja,en_ko,en_es,en_ru,fr_de,de_fr,ja_en,ko_en,ru_en oder es_en.
+; p_client.c line 1623:
+msg0202=USER%d.TRA
+; p_client.c line 1626:
+msg0203=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Uebersetzer hinzugefuegt fuer %s (%s)
+; p_client.c line 1628:
+msg0204=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Unbekannte Sprachangabe. Nutze en_de,en_fr,en_it,en_pt,de_en,fr_en,it_en oder pt_en
+; p_client.c line 1641:
+msg0205=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Zahl angegeben. Verwende DELOP Zahl
+; p_client.c line 1644:
+msg0206=USER%d.OP
+; p_client.c line 1646:
+msg0207=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Op Nummer %s entfernt
+; p_client.c line 1657:
+msg0208=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Nummer angegeben. Nutze DELOP Nummer
+; p_client.c line 1660:
+msg0209=USER%d.AOP
+; p_client.c line 1662:
+msg0210=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Auto-Op Nummer %s entfernt
+; p_client.c line 1672:
+msg0211=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Nummer angegeben. Verwende DELASK Nummer
+; p_client.c line 1675:
+msg0212=USER%d.ASK
+; p_client.c line 1677:
+msg0213=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AskOp Nummer %s entfernt
+; p_client.c line 1687:
+msg0214=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Nummer angegeben. Verwende DELALLOW Nummer
+; p_client.c line 1690:
+msg0215=PSYBNC.HOSTALLOWS
+; p_client.c line 1692:
+msg0216=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Host Allow Nummer %s entfernt
+; p_client.c line 1704:
+msg0217=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Nummer angegeben. Verwende DELBAN Nummer
+; p_client.c line 1707:
+msg0218=USER%d.BAN
+; p_client.c line 1711:
+msg0219=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ban Nummer %s entfernt
+; p_client.c line 1724:
+msg0220=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Nummer angegeben. Nutze DELLOG Nummer
+; p_client.c line 1727:
+msg0221=USER%d.LGI
+; p_client.c line 1729:
+msg0222=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log-Eintrag Nummer %s entfernt
+; p_client.c line 1741:
+msg0223=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Nummer angegeben. Nutze DELENCRYPT Nummer
+; p_client.c line 1744:
+msg0224=USER%d.ENC
+; p_client.c line 1746:
+msg0225=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verschluesselungseintrag Nummer %s entfernt
+; p_client.c line 1760:
+msg0226=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Nummer angegeben. Verwende DELTRANSLATE Nummer
+; p_client.c line 1763:
+msg0227=USER%d.TRA
+; p_client.c line 1765:
+msg0228=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Uebersetzer Nummer %s entfernt
+; p_client.c line 1777:
+msg0229=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Liste OPs:
+; p_client.c line 1779:
+msg0230=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ende der Liste.
+; p_client.c line 1789:
+msg0231=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Liste Auto-OPs:
+; p_client.c line 1791:
+msg0232=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ende der Liste.
+; p_client.c line 1801:
+msg0233=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Liste AskOPs:
+; p_client.c line 1803:
+msg0234=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ende der Liste.
+; p_client.c line 1813:
+msg0235=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Liste Host Allows:
+; p_client.c line 1815:
+msg0236=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ende der Liste.
+; p_client.c line 1825:
+msg0237=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Liste Bans:
+; p_client.c line 1827:
+msg0238=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ende der Liste.
+; p_client.c line 1839:
+msg0239=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Liste Verschluesselungen:
+; p_client.c line 1841:
+msg0240=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ende der Liste.
+; p_client.c line 1855:
+msg0241=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Liste Uebersetzer:
+; p_client.c line 1857:
+msg0242=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ende der Liste.
+; p_client.c line 1872:
+msg0243=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Liste Log-Eintraege:
+; p_client.c line 1874:
+msg0244=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ende der Liste.
+; p_client.c line 1888:
+msg0245=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :NEUSTART !! Alle Verbindungen werden getrennt:
+; p_client.c line 1889:
+msg0246=NEUSTART durch %s
+; p_client.c line 1915:
+msg0247=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Nutzer angegeben. Syntax ist: MADMIN Nutzer.
+; p_client.c line 1921:
+msg0248=Nutzer %s hat Nutzer %s zum admin berufen
+; p_client.c line 1923:
+msg0249=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutzer %s nicht gefunden.
+; p_client.c line 1937:
+msg0250=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Nutzer angegeben. Syntax ist: UNADMIN Nutzer.
+; p_client.c line 1941:
+msg0251=Nutzer %s hat die Admin-Rechte von Nutzer %s geloescht
+; p_client.c line 1946:
+msg0252=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutzer %s nicht gefunden.
+; p_client.c line 1960:
+msg0253=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Nutzer angegeben. Syntax ist: BKILL Nutzer.
+; p_client.c line 1965:
+msg0254=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Er ist nicht online. Warum einen toten killen ?.
+; p_client.c line 1968:
+msg0255=Nutzer %s hat Nutzer %s gekillt.
+; p_client.c line 1969:
+msg0256=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du wurdest gekillt von %s.
+; p_client.c line 1975:
+msg0257=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutzer %s nicht gefunden.
+; p_client.c line 1995:
+msg0258=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Script neugeladenþÿ
+; p_client.c line 2008:
+msg0259=Logge Tasks
+; p_client.c line 2013:
+msg0260=PID: %d  STDIN: %d STDOUT: %d STDERR: %d PROGRAMM: %s
+; p_client.c line 2017:
+msg0261=Ende der Tasks
+; p_client.c line 2030:
+msg0262=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du bist bereits gequitted.ÿ
+; p_client.c line 2034:
+msg0263=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du wurdest auf gequitted gesetzt.ÿ
+; p_client.c line 2037:
+msg0264=QUIT :ÿ
+; p_client.c line 2040:
+msg0265=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Die Verbindung wurde getrennt.ÿ
+; p_client.c line 2054:
+msg0266=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du bist nicht auf gequitted gesetzt.ÿ
+; p_client.c line 2073:
+msg0267=SYSTEM
+; p_client.c line 2075:
+msg0268=Name des Bouncer auf '%s' gesetzt.
+; p_client.c line 2086:
+msg0269=Nutzer %s hat die Verbindung getrennt (von %s)
+; p_client.c line 2087:
+msg0270=:%s!%s@%s QUIT :tschuessþÿ
+; p_client.c line 2176:
+msg0271=%s%s%sþÿ
+; p_client.c line 2203:
+msg0272=%s%s%sþÿ
+; p_client.c line 2276:
+msg0273=:irc.psychoid.net PONG irc.psychoid.net :%s
+; p_client.c line 2278:
+msg0274=:%s PONG %s :%s
+; p_client.c line 2379:
+msg0275=AWAY :%sþÿ
+; p_client.c line 2386:
+msg0276=.AWAY %sþÿ
+; p_client.c line 2396:
+msg0277=NICK %sþÿ
+; p_client.c line 2398:
+msg0278=NICK %sþÿ
+; p_client.c line 2417:
+msg0279=User %s logged off.
+; p_client.c line 2425:
+msg0280=Nutzer %s: kann die Verbindung nicht herstellen (%s)
+; p_client.c line 2426:
+msg0281=Nutzer %s: kann die Verbindung nicht halten (%s)
+; p_client.c line 2427:
+msg0282=Error
+; p_client.c line 2436:
+msg0283=Nutzer %s hat die Verbindung verloren (von %s)
+; p_client.c line 2437:
+msg0284=Nutzer %s hat die Verbindung verloren (von %s)
+; p_client.c line 2438:
+msg0285=Verbindung verloren
+; p_dcc.c line 45:
+msg0286=USER%d.DCC
+; p_dcc.c line 75:
+msg0287=%s %s %s
+; p_dcc.c line 76:
+msg0288=%s:%dÿ
+; p_dcc.c line 78:
+msg0289=DCC zu %s(%s:%d) hinzugefuegt von %s.
+; p_dcc.c line 101:
+msg0290=USER%d
+; p_dcc.c line 105:
+msg0291=ENTRY%d
+; p_dcc.c line 159:
+msg0292=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Liste DCCsþÿ
+; p_dcc.c line 168:
+msg0293=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%d%c %s (%s:%d)þÿ
+; p_dcc.c line 173:
+msg0294=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ende der DCCsþÿ
+; p_dcc.c line 211:
+msg0295=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Unbekannter DCC.þÿ
+; p_dcc.c line 217:
+msg0296=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC %d Verbindung beendet.þÿ
+; p_dcc.c line 235:
+msg0297=USER%d
+; p_dcc.c line 236:
+msg0298=ENTRY%d
+; p_dcc.c line 240:
+msg0299=ENTRY%d
+; p_dcc.c line 244:
+msg0300=ENTRY%d
+; p_dcc.c line 247:
+msg0301=ENTRY%d
+; p_dcc.c line 249:
+msg0302=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC %d geloscht.þÿ
+; p_dcc.c line 304:
+msg0303=:%s%c%s!DCC@%s PRIVMSG %s :%sþÿ
+; p_dcc.c line 328:
+msg0304=Verbunden zu DCC: %s to %s (%s:%d)
+; p_dcc.c line 330:
+msg0305=%sþÿ
+; p_dcc.c line 333:
+msg0306=%sþÿ
+; p_dcc.c line 355:
+msg0307=DCC getrennt: %s to %s (%s:%d)
+; p_dcc.c line 379:
+msg0308=DCC Verbindung verloren: %s to %s (%s:%d)
+; p_dcc.c line 424:
+msg0309=Verbindung zu SSL-DCC: %s to %s (%s:%d)
+; p_dcc.c line 427:
+msg0310=Verbindung zu DCC: %s to %s (%s:%d)
+; p_dcc.c line 434:
+msg0311=DCC Verbindungs-Fehler: %s to %s (%s:%d)
+; p_dcc.c line 507:
+msg0312=/dev/
+; p_dcc.c line 509:
+msg0313=/etc/
+; p_dcc.c line 630:
+msg0314=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat-Verbindung aufgebaut
+; p_dcc.c line 638:
+msg0315=CONNECTED
+; p_dcc.c line 658:
+msg0316=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat geschlossen
+; p_dcc.c line 679:
+msg0317=:%s(%s!DCCChat@%s PRIVMSG %s :%s
+; p_dcc.c line 735:
+msg0318=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat hergestellt
+; p_dcc.c line 755:
+msg0319=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Dateitransfer von %s durch %s%s abgebrochen.
+; p_dcc.c line 774:
+msg0320=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Dateitransfer von %s durch %s%s gestoppt.
+; p_dcc.c line 805:
+msg0321=Datei %s gesandt zu %s%s vollendet.
+; p_dcc.c line 850:
+msg0322=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutzer %s%s(%s) nahm Datei %s an. Starte Transfer.
+; p_dcc.c line 876:
+msg0323=downloads
+; p_dcc.c line 877:
+msg0324=downloads/USER%d
+; p_dcc.c line 884:
+msg0325=Kann Datei %s nicht anlegen - Abbruch.
+; p_dcc.c line 890:
+msg0326=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verbunden zu %s%s(%s). Empfange Datei %s.
+; p_dcc.c line 910:
+msg0327=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verbindung zu %s%s(%s) unterbrochen. Datei %s unvollstaendig.
+; p_dcc.c line 938:
+msg0328=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Dateischreibfehler waehrend des Empfangs von %s%s(%s). Datei %s unvollstaendig.
+; p_dcc.c line 965:
+msg0329=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :EOF waehrend des Empfangs von %s%s(%s). Datei %s unvollstaendig.
+; p_dcc.c line 967:
+msg0330=Datei %s von %s%s(%s) empfangen.
+; p_dcc.c line 1017:
+msg0331=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du bist nicht verbunden.
+; p_dcc.c line 1022:
+msg0332=Keine IP definiert fuer DCC-Nutzung. Erzeuge die Zeile 'PSYBNC.SYSTEM.DCCHOST=IP' in der Datei psybnc.conf.
+; p_dcc.c line 1034:
+msg0333=Konnte keinen listening Port in 20 Versuchen anlegen.. ich gebs auf.
+; p_dcc.c line 1040:
+msg0334=Kann Socket nicht anlegen.. ich gebs auf.
+; p_dcc.c line 1063:
+msg0335=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC Chat Anfrage versandt an %s%s (%s:%d)
+; p_dcc.c line 1067:
+msg0336=NOTICE %s :SSL-DCC Chat (%s)
+; p_dcc.c line 1070:
+msg0337=NOTICE %s :DCC Chat (%s)
+; p_dcc.c line 1085:
+msg0338=PRIVMSG %s :%cDCC CHAT chat %s %d%c
+; p_dcc.c line 1089:
+msg0339=PRIVMSG %s :%cDCC CHAT chat %lu %d%c
+; p_dcc.c line 1112:
+msg0340=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s schickt eine DCC Chat Anfrage. Verwende /DCCANSWER %s oder /DCCANSWER S=%s (SSL) um die Verbindung herzustellen (%s/%d).
+; p_dcc.c line 1114:
+msg0341=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s schickt eine DCC Chat Anfrage. Verwende /DCCANSWER %s um die Verbindung herzustellen (%s/%d).
+; p_dcc.c line 1161:
+msg0342=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine DCC Anfrage von '%s'
+; p_dcc.c line 1166:
+msg0343=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du bist nicht verbunden.
+; p_dcc.c line 1171:
+msg0344=Keine IP definiert fuer DCC-Nutzung. Erzeuge die Zeile 'PSYBNC.SYSTEM.DCCHOST=IP' in der Datei psybnc.conf.
+; p_dcc.c line 1177:
+msg0345=Unzulaessiger Dateiname '%s'.
+; p_dcc.c line 1183:
+msg0346=downloads/USER%d/%s
+; p_dcc.c line 1187:
+msg0347=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Datei %s nicht gefunden.
+; p_dcc.c line 1204:
+msg0348=Konnte keinen listening Port in 20 Versuchen anlegen.. ich gebs auf.
+; p_dcc.c line 1210:
+msg0349=Kann Socket nicht anlegen.. ich gebs auf.
+; p_dcc.c line 1245:
+msg0350=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :SSL-DCC Dateiversand fuer %s, Anfrage geschickt an %s%s (%s:%d)
+; p_dcc.c line 1248:
+msg0351=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC Dateiversand fuer %s, Anfrage geschickt an %s%s (%s:%d)
+; p_dcc.c line 1253:
+msg0352=NOTICE %s :SSL-DCC Send %s (%s)
+; p_dcc.c line 1256:
+msg0353=NOTICE %s :DCC Send %s (%s)
+; p_dcc.c line 1271:
+msg0354=PRIVMSG %s :%cDCC SEND %s %s %d %lu%c
+; p_dcc.c line 1275:
+msg0355=PRIVMSG %s :%cDCC SEND %s %lu %d %lu%c
+; p_dcc.c line 1282:
+msg0356=downloads/USER%d/%s
+; p_dcc.c line 1302:
+msg0357=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s schickt eine DCC Dateiversandanfrage fuer Datei %s. Die Datei wird automatisch heruntergeladen. (%s/%d).
+; p_dcc.c line 1307:
+msg0358=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s schickt eine DCC Dateiversandanfrage fuer Datei %s. Verwende /DCCGET %s%s :%s oder /DCCGET %sS=%s :%s (SSL), um die Datei zu empfangen. (%s/%d).
+; p_dcc.c line 1309:
+msg0359=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s schickt eine DCC Dateiversandanfrage fuer Datei %s. Verwende /DCCGET %s%s :%s, um die Datei zu empfangen. (%s/%d).
+; p_dcc.c line 1371:
+msg0360=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine DCC Dateiversandanfrage von '%s' fuer %s
+; p_dcc.c line 1486:
+msg0361=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : Liste dynamische DCCs
+; p_dcc.c line 1490:
+msg0362=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : %d %s %s (%s)
+; p_dcc.c line 1492:
+msg0363=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : %d %s %s
+; p_dcc.c line 1498:
+msg0364=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : Ende der dynamischen DCCs
+; p_dcc.c line 1548:
+msg0365=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Unbekannter DCC. Verwende /DCCCANCEL nick :datei oder /DCCCANCEL nick.
+; p_dcc.c line 1562:
+msg0366=VERSION
+; p_dcc.c line 1564:
+msg0367=NOTICE %s :%cVERSION 
+; p_dcc.c line 1597:
+msg0368=DCC CHAT
+; p_dcc.c line 1624:
+msg0369=DCC SEND
+; p_inifunc.c line 144:
+msg0370=%s.%s.%s=
+; p_inifunc.c line 180:
+msg0371=%s.%s.%s=
+; p_inifunc.c line 181:
+msg0372=%s.%s.
+; p_inifunc.c line 281:
+msg0373=USER%d
+; p_inifunc.c line 282:
+msg0374=SERVER%d
+; p_inifunc.c line 283:
+msg0375=SERVERS
+; p_inifunc.c line 286:
+msg0376=PORT%d
+; p_inifunc.c line 287:
+msg0377=SERVERS
+; p_inifunc.c line 289:
+msg0378=SPASS%d
+; p_inifunc.c line 290:
+msg0379=SERVERS
+; p_inifunc.c line 321:
+msg0380=log/USER%d.LOG
+; p_inifunc.c line 323:
+msg0381=log/USER%d.TRA
+; p_inifunc.c line 325:
+msg0382=USER%d.
+; p_intnet.c line 132:
+msg0383=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Das interne Netzwek (int~) konnte nicht betreten werden, da Dein Nick bereits in Verwendung ist durch %s!%s@%s. Aendere deinen Nick, dann versuchs nochmal.
+; p_intnet.c line 137:
+msg0384=:intnet!intnet@%s INTNET *@* :USER %s %s %s :%s
+; p_intnet.c line 295:
+msg0385=%s!%s@%s
+; p_intnet.c line 345:
+msg0386=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 357:
+msg0387=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 383:
+msg0388=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 435:
+msg0389=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 494:
+msg0390=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 555:
+msg0391=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 599:
+msg0392=%s-psybnc.net
+; p_intnet.c line 603:
+msg0393=:%s-psybnc.net 401 %s %s :Unbekannter Channel
+; p_intnet.c line 608:
+msg0394=%s-psybnc.net
+; p_intnet.c line 615:
+msg0395=:%s-psybnc.net 404 %s %s :Kann nicht in den Channel senden
+; p_intnet.c line 618:
+msg0396=:%s-psybnc.net 404 %s %s :Kann nicht in den Channel senden
+; p_intnet.c line 620:
+msg0397=:%s!%s@%s %s %s :%s
+; p_intnet.c line 630:
+msg0398=%s-psybnc.net
+; p_intnet.c line 634:
+msg0399=:%s-psybnc.net 401 %s %s :Unbekannter Nick
+; p_intnet.c line 639:
+msg0400=%s-psybnc.net
+; p_intnet.c line 643:
+msg0401=:%s!%s@%s %s %s :%s
+; p_intnet.c line 667:
+msg0402=USER%d
+; p_intnet.c line 670:
+msg0403=ENTRY%d
+; p_intnet.c line 671:
+msg0404=INTCHANS
+; p_intnet.c line 677:
+msg0405=INTCHANS
+; p_intnet.c line 677:
+msg0406=ENTRY%d
+; p_intnet.c line 678:
+msg0407=ENTRY%d
+; p_intnet.c line 679:
+msg0408=INTCHANS
+; p_intnet.c line 692:
+msg0409=USER%d
+; p_intnet.c line 695:
+msg0410=ENTRY%d
+; p_intnet.c line 696:
+msg0411=INTCHANS
+; p_intnet.c line 701:
+msg0412=INTCHANS
+; p_intnet.c line 719:
+msg0413=USER%d
+; p_intnet.c line 723:
+msg0414=ENTRY%d
+; p_intnet.c line 724:
+msg0415=INTCHANS
+; p_intnet.c line 783:
+msg0416=%s-psybnc.net
+; p_intnet.c line 802:
+msg0417=:%s-psybnc.net 474 %s %s :Kann den Channel nicht joinen (+b)
+; p_intnet.c line 805:
+msg0418=:%s-psybnc.net 475 %s %s :Kann den Channel nicht joinen (+k)
+; p_intnet.c line 808:
+msg0419=:%s-psybnc.net 473 %s %s :Kann den Channel nicht joinen (+i)
+; p_intnet.c line 814:
+msg0420=:%s!%s@%s JOIN %s
+; p_intnet.c line 817:
+msg0421=:%s!%s@%s MODE %s +o %s
+; p_intnet.c line 823:
+msg0422=:%s-psybnc.net 332 %s %s :%s
+; p_intnet.c line 835:
+msg0423=%s-psybnc.net
+; p_intnet.c line 839:
+msg0424=:%s-psybnc.net 401 %s %s :Unbekannter Channel
+; p_intnet.c line 859:
+msg0425=:%s-psybnc.net 441 %s %s :Die sind nicht auf dem Channel
+; p_intnet.c line 881:
+msg0426=:%s-psybnc.net 441 %s %s :Die sind nicht auf dem Channel
+; p_intnet.c line 900:
+msg0427=:%s-psybnc.net 441 %s %s :Die sind nicht auf dem Channel
+; p_intnet.c line 922:
+msg0428=:%s-psybnc.net 441 %s %s :Die sind nicht auf dem Channel
+; p_intnet.c line 952:
+msg0429=%s-psybnc.net
+; p_intnet.c line 964:
+msg0430=:%s-psybnc.net 403 %s %s :Unbekannter Channel
+; p_intnet.c line 989:
+msg0431=smitn
+; p_intnet.c line 1016:
+msg0432=:%s-psybnc.net 367 %s %s %s
+; p_intnet.c line 1019:
+msg0433=:%s-psybnc.net 368 %s %s :Ende der Channel-Bans
+; p_intnet.c line 1132:
+msg0434=:%s!%s@%s MODE %s %s%s %s
+; p_intnet.c line 1134:
+msg0435=:%s MODE %s %s%s %s
+; p_intnet.c line 1150:
+msg0436=%s-psybnc.net
+; p_intnet.c line 1155:
+msg0437=:%s-psybnc.net 403 %s %s :Unbekannter Channel
+; p_intnet.c line 1162:
+msg0438=:%s-psybnc.net 324 %s %s %s %s
+; p_intnet.c line 1164:
+msg0439=:%s-psybnc.net 324 %s %s %s
+; p_intnet.c line 1167:
+msg0440=:%s-psybnc.net 324 %s %s %s
+; p_intnet.c line 1236:
+msg0441=%s-psybnc.net
+; p_intnet.c line 1243:
+msg0442=:%s-psybnc.net 403 %s %s :Unbekannter Channel
+; p_intnet.c line 1248:
+msg0443=:%s-psybnc.net 442 %s %s :Du bist nicht auf dem Channel
+; p_intnet.c line 1255:
+msg0444=:%s-psybnc.net 482 %s %s :Du bist kein OP
+; p_intnet.c line 1327:
+msg0445=%s-psybnc.net
+; p_intnet.c line 1334:
+msg0446=:%s-psybnc.net 403 %s %s :Unbekannter Channel
+; p_intnet.c line 1339:
+msg0447=:%s-psybnc.net 442 %s %s :Du bist nicht auf dem Channel
+; p_intnet.c line 1341:
+msg0448=:%s!%s@%s PART %s :%s
+; p_intnet.c line 1354:
+msg0449=%s-psybnc.net
+; p_intnet.c line 1358:
+msg0450=:%s-psybnc.net 401 %s %s :Unbekannter Channel
+; p_intnet.c line 1383:
+msg0451= KICK 
+; p_intnet.c line 1407:
+msg0452=:%s!%s@%s KICK %s %s :%s
+; p_intnet.c line 1415:
+msg0453=%s-psybnc.net
+; p_intnet.c line 1443:
+msg0454=:%s-psybnc.net 401 %s %s :Unbekannter Channel
+; p_intnet.c line 1448:
+msg0455=:%s-psybnc.net 442 %s %s :Du bist nicht auf dem Channel
+; p_intnet.c line 1452:
+msg0456=:%s-psybnc.net 482 %s %s :Du bist kein OP
+; p_intnet.c line 1469:
+msg0457=:%s!%s@%s KICK %s %s :%s
+; p_intnet.c line 1476:
+msg0458=:%s-psybnc.net 441 %s %s :Sie sind nicht auf dem Channel
+; p_intnet.c line 1506:
+msg0459=:%s!%s@%s NOTICE %s :Dein Nick wurd ueber link '%s' ins Netzwerk eingetragen. Der Link wurde aufgrund dieser Kollision zurueckgesetzt.
+; p_intnet.c line 1519:
+msg0460=%s-psybnc.net
+; p_intnet.c line 1527:
+msg0461=:%s!%s@%s NICK :%s
+; p_intnet.c line 1548:
+msg0462=%s-psybnc.net
+; p_intnet.c line 1555:
+msg0463=:%s-psybnc.net 401 %s %s :Unbekannter Channel
+; p_intnet.c line 1560:
+msg0464=:%s-psybnc.net 442 %s %s :Du bist nicht auf dem Channel
+; p_intnet.c line 1593:
+msg0465=:%s!%s@%s QUIT :%s
+; p_intnet.c line 1614:
+msg0466=%s-psybnc.net
+; p_intnet.c line 1623:
+msg0467=:%s-psybnc.net 352 %s * %s %s %s %s H :0 ?
+; p_intnet.c line 1626:
+msg0468=:%s-psybnc.net 315 %s * :Ende von WHO
+; p_intnet.c line 1631:
+msg0469=:%s-psybnc.net 401 %s %s :Unbekannter Channel
+; p_intnet.c line 1636:
+msg0470=:%s-psybnc.net 442 %s %s :Du bist nicht auf dem Channel
+; p_intnet.c line 1641:
+msg0471=:%s-psybnc.net 352 %s %s %s %s * %s H :0 ?
+; p_intnet.c line 1644:
+msg0472=:%s-psybnc.net 315 %s %s :Ende von WHO
+; p_intnet.c line 1667:
+msg0473=%s-psybnc.net
+; p_intnet.c line 1674:
+msg0474=:%s-psybnc.net 401 %s %s :Unbekannter Nick
+; p_intnet.c line 1676:
+msg0475=:%s-psybnc.net 311 %s %s %s %s * :psyBNC Netzwerk Nutzer
+; p_intnet.c line 1677:
+msg0476=:%s-psybnc.net 319 %s %s :
+; p_intnet.c line 1701:
+msg0477=:%s-psybnc.net 312 %s %s %s :psyBNC Netzwerk
+; p_intnet.c line 1705:
+msg0478=:%s-psybnc.net 313 %s %s :ist ein Bouncer-Admin
+; p_intnet.c line 1707:
+msg0479=:%s-psybnc.net 318 %s %s :Ende der WHOIS Liste.
+; p_intnet.c line 1732:
+msg0480=Guest
+; p_intnet.c line 1756:
+msg0481=:%s!%s@%s NOTICE %s :Dein Nick wurd ueber link '%s' ins Netzwerk eingetragen. Der Link wurde aufgrund dieser Kollision zurueckgesetzt.
+; p_intnet.c line 1760:
+msg0482=:intnet!intnet@%s INTNET *@* :USER %s %s %s :%s
+; p_intnet.c line 1796:
+msg0483=%s-psybnc.net
+; p_intnet.c line 1803:
+msg0484=:%s-psybnc.net 401 %s %s :Unbekannter Channel
+; p_intnet.c line 1808:
+msg0485=:%s-psybnc.net 442 %s %s :Du bist nicht auf dem Channel
+; p_intnet.c line 1812:
+msg0486=:%s-psybnc.net 482 %s %s :Du bist kein OP
+; p_intnet.c line 1817:
+msg0487=:%s!%s@%s TOPIC %s :%s
+; p_intnet.c line 1854:
+msg0488=%s-psybnc.net
+; p_intnet.c line 1882:
+msg0489=:%s-psybnc.net 401 %s %s :Unbekannter Channel
+; p_intnet.c line 1887:
+msg0490=:%s-psybnc.net 442 %s %s :Du bist nicht auf dem Channel
+; p_intnet.c line 1891:
+msg0491=:%s-psybnc.net 482 %s %s :Du bist kein OP
+; p_intnet.c line 1908:
+msg0492=:%s!%s@%s INVITE %s :%s
+; p_intnet.c line 1911:
+msg0493=:%s-psybnc.net 443 %s %s %s :ist schon auf dem Channel
+; p_intnet.c line 1938:
+msg0494=USER %s %s %s :%s
+; p_intnet.c line 1945:
+msg0495=:%s-psybnc.net MODE %s +
+; p_intnet.c line 1950:
+msg0496=:%s!%s@%s JOIN :%s
+; p_intnet.c line 1955:
+msg0497=%s %s
+; p_intnet.c line 1956:
+msg0498=:%s-psybnc.net MODE %s +
+; p_intnet.c line 1975:
+msg0499=%s %s
+; p_intnet.c line 1977:
+msg0500=:%s-psybnc.net MODE %s +
+; p_intnet.c line 1985:
+msg0501=%s %s
+; p_intnet.c line 1986:
+msg0502=:%s-psybnc.net MODE %s +
+; p_intnet.c line 2002:
+msg0503=%s %s
+; p_intnet.c line 2005:
+msg0504=:%s-psybnc.net MODE %s %s
+; p_intnet.c line 2027:
+msg0505=:%s!%s@%s QUIT :%s %s
+; p_intnet.c line 2036:
+msg0506=:%s!%s@%s QUIT :%s %s
+; p_link.c line 94:
+msg0507=USER %s %s 127.0.0.1 :%sþÿ
+; p_link.c line 95:
+msg0508=NICK %sþÿ
+; p_link.c line 96:
+msg0509=RELAY: Nutzer %s verbunden.
+; p_link.c line 104:
+msg0510=RELAY: Nutzer %s: kann keine Verbindung aufbauen.
+; p_link.c line 128:
+msg0511=RELAY: Nutzer %s: Verbindung verloren.
+; p_link.c line 158:
+msg0512=PSYBNC %s :%dþÿ
+; p_link.c line 165:
+msg0513=PASS %sþÿ
+; p_link.c line 166:
+msg0514=:*!*@%s RECURSIVE :%sþÿ
+; p_link.c line 168:
+msg0515=:*!*@* BWHO :þÿ
+; p_link.c line 173:
+msg0516=:TOPO!TOPO@* LISTLINKS * :þÿ
+; p_link.c line 174:
+msg0517=LINK %d: verbunden zu %s port %d.
+; p_link.c line 182:
+msg0518=LINK %d: kann keine Verbindung aufbauen zu %s port %d.
+; p_link.c line 194:
+msg0519=LINK %d: Verbindung zu %s port %d verloren.
+; p_link.c line 196:
+msg0520=Lost Link (%s)
+; p_link.c line 234:
+msg0521=INTNET
+; p_link.c line 249:
+msg0522=QUERY
+; p_link.c line 254:
+msg0523=:psyBNC!*@%s SYSMSG %s@%s :%s - No such userþÿ
+; p_link.c line 259:
+msg0524=:$%s*%s!psyBNC@psyBNC.dk PRIVMSG %s :%sþÿ
+; p_link.c line 261:
+msg0525=:$%s@%s!psyBNC@psyBNC.dk PRIVMSG %s :%sþÿ
+; p_link.c line 266:
+msg0526=SYSMSG
+; p_link.c line 302:
+msg0527=:psyBNC!*@
+; p_link.c line 317:
+msg0528=%s*%s
+; p_link.c line 320:
+msg0529=:$%s*%s!%s@%s. JOIN :
+; p_link.c line 342:
+msg0530=:%s!psyBNC@psyBNC.dk NOTICE %s :%sþÿ
+; p_link.c line 353:
+msg0531=Dieser Link hat keinen Namen. Er wird geloescht.
+; p_link.c line 368:
+msg0532=RECURSIVE
+; p_link.c line 372:
+msg0533=LINK %d: RECURSIVE (%s:%d) - Loesche Link
+; p_link.c line 386:
+msg0534=PARTY
+; p_link.c line 395:
+msg0535=PRIVMSG
+; p_link.c line 400:
+msg0536=psyBNC
+; p_link.c line 403:
+msg0537=logged in.
+; p_link.c line 405:
+msg0538=User 
+; p_link.c line 412:
+msg0539=%s@%s
+; p_link.c line 419:
+msg0540=logged off.
+; p_link.c line 421:
+msg0541=User 
+; p_link.c line 428:
+msg0542=%s@%s
+; p_link.c line 430:
+msg0543=logged off
+; p_link.c line 435:
+msg0544=Linked to 
+; p_link.c line 437:
+msg0545=:TOPO!TOPO@%s LISTLINKS * :þÿ
+; p_link.c line 441:
+msg0546=Lost Link (
+; p_link.c line 451:
+msg0547=:$%s*%s!%s@%s. %s %s:%s
+; p_link.c line 475:
+msg0548=:psyBNC!*@%s SYSMSG %s@%s :[%s] %c %s(%s) [%s:%s] :%s [zuletzt:%-20s]þÿ
+; p_link.c line 477:
+msg0549=:psyBNC!*@%s SYSMSG %s@%s :[%s] %c %s(%s) [%s:%s] :%sþÿ
+; p_link.c line 485:
+msg0550=LISTLINKS
+; p_link.c line 505:
+msg0551=:psyBNC!*@%s SYSMSG %s@%s :[%s]%c%d %s %s %s(%d)þÿ
+; p_link.c line 514:
+msg0552=TOPIC
+; p_link.c line 522:
+msg0553=:$%s*%s!%s@%s TOPIC 
+; p_link.c line 522:
+msg0554= :%sþÿ
+; p_link.c line 530:
+msg0555=INTNET
+; p_link.c line 562:
+msg0556=Lost Link (%s)
+; p_link.c line 563:
+msg0557=LINK %d: Verbindung verloren.
+; p_link.c line 610:
+msg0558=%sRELAY: Nutzer %s@%s (%s:%d): versucht %s port %d (%s).
+; p_link.c line 638:
+msg0559=keine freien Links zur Verfuegung
+; p_link.c line 660:
+msg0560=RELAY: kann keine Verbindung aufbauen zu %s port %d.
+; p_link.c line 694:
+msg0561=%sLINK %d: Verbinde zu %s:%d.
+; p_link.c line 705:
+msg0562=LINK %d: kann keine Verbindung aufbauen zu %s port %d.
+; p_log.c line 42:
+msg0563=%s :%sÿ
+; p_log.c line 46:
+msg0564=%s :%sÿ
+; p_log.c line 48:
+msg0565=%s :%sÿ
+; p_log.c line 84:
+msg0566=salt.h
+; p_log.c line 89:
+msg0567=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :ACHTUNG ! Verschiebe die Datei salt.h von Deiner Shell auf einen sicheren Rechnerÿ
+; p_log.c line 92:
+msg0568=log/USER%d.LOG
+; p_log.c line 104:
+msg0569=For a list
+; p_log.c line 105:
+msg0570=notes waiting on
+; p_log.c line 107:
+msg0571=http://
+; p_log.c line 108:
+msg0572=HTTP://
+; p_log.c line 134:
+msg0573=log/USER%d.LOG
+; p_log.c line 139:
+msg0574=%s~%s :(%s) %sÿ
+; p_log.c line 156:
+msg0575=log/USER%d.LOG
+; p_log.c line 158:
+msg0576=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Starte Wiedergabe des Logsÿ
+; p_log.c line 162:
+msg0577=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_log.c line 164:
+msg0578=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verwende ERASEPRIVATELOG, um das Log zu loeschenÿ
+; p_log.c line 178:
+msg0579=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du bist kein Adminÿ
+; p_log.c line 186:
+msg0580=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Starte Wiedergabe des Haupt-Logsÿ
+; p_log.c line 188:
+msg0581=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_log.c line 190:
+msg0582=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verwende ERASEMAINLOG, um das Log zu loeschenÿ
+; p_log.c line 217:
+msg0583=log/USER%d.TRL
+; p_log.c line 220:
+msg0584=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Filter definiert. Benutze PLAYTRAFFICLOG quelle mm-tt-jj ss:mm:ss mm-tt-jj ss:mm:ss :text (oder * fuer alles). Du kannst auch PLAYTRAFFICLOG last nutzen.þÿ
+; p_log.c line 234:
+msg0585=%s %d-%d-%d %d:%d:%d %d-%d-%d %d:%d:%d :%sÿ
+; p_log.c line 260:
+msg0586=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :Starte Wiedergabe des Logs seit letztem Abruf.þÿ
+; p_log.c line 262:
+msg0587=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Starte Wiedergabe des Logs (%s, ab %04d-%02d-%02d %02d:%02d:%02d bis %04d-%02d-%02d %02d:%02d:%02d, filter %s)þÿ
+; p_log.c line 268:
+msg0588=%d-%d-%d-%d-%d-%d:%s:
+; p_log.c line 312:
+msg0589=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :Ende des logs.þÿ
+; p_log.c line 314:
+msg0590=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ende des log (%s)þÿ
+; p_log.c line 321:
+msg0591=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Falscher Syntax. Verwende PLAYTRAFFICLOG quelle mm-tt-jj ss:mm:ss mm-tt-jj ss:mm:ss :text (oderr * fuer alles)þÿ
+; p_log.c line 333:
+msg0592=%s.old
+; p_log.c line 345:
+msg0593=log/USER%d.LOG
+; p_log.c line 347:
+msg0594=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log geloeschtÿ
+; p_log.c line 359:
+msg0595=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du bist kein Adminÿ
+; p_log.c line 365:
+msg0596=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Haupt-Log geloeschtÿ
+; p_log.c line 381:
+msg0597=log/USER%d.TRL
+; p_log.c line 385:
+msg0598=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Traffic-Log geloeschtÿ
+; p_log.c line 387:
+msg0599=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein geoeffnetes Traffic-Logÿ
+; p_log.c line 433:
+msg0600=log/USER%d.TRL
+; p_log.c line 438:
+msg0601=%02d-%02d-%02d-%02d-%02d-%02d:%s:%sÿ
+; p_memory.c line 39:
+msg0602=KEIN FREIER SPEICHER. Letzter Kontext: %s/%s Zeile %d - Beende das Programm !
+; p_memory.c line 290:
+msg0603=Programm Kontext : %s/%s Zeile %d
+; p_memory.c line 299:
+msg0604=BUS Fehler - Absturz
+; p_memory.c line 306:
+msg0605=SEGMENTZUGRIFFSVERLETZUNG - Absturz
+; p_memory.c line 313:
+msg0606=Fliesskommafehler - Absturz
+; p_memory.c line 322:
+msg0607=Abgebrochen - quitte alle Nutzer
+; p_memory.c line 330:
+msg0608=QUIT :abgebrochenÿ
+; p_memory.c line 336:
+msg0609=ERROR :abgebrochenÿ
+; p_memory.c line 345:
+msg0610=Empfange TERM-Signal vom Terminal
+; p_memory.c line 354:
+msg0611=Empfange HUP-Signal vom Terminal - Neustart
+; p_memory.c line 363:
+msg0612=Empfange QUIT-Signal - ignoriert
+; p_memory.c line 372:
+msg0613=Logge SSL-Status
+; p_memory.c line 374:
+msg0614=Globale Crypter: Keine Verbindungen aktiv
+; p_memory.c line 378:
+msg0615=Keine.
+; p_memory.c line 379:
+msg0616=Globale Crypter: %s
+; p_memory.c line 381:
+msg0617=%4ld Gegenstaende im Session-Cache
+; p_memory.c line 383:
+msg0618=%4d Client-Verbindungen (SSL_connect())
+; p_memory.c line 385:
+msg0619=%4d abgeschlossene Client-Verbindungen
+; p_memory.c line 388:
+msg0620=%4d abgefragte Client-Verbindungen
+; p_memory.c line 391:
+msg0621=%4d Server-Verbindungen (SSL_accept())
+; p_memory.c line 393:
+msg0622=%4d abgeschlossene Server-Verbindungen
+; p_memory.c line 396:
+msg0623=%4d Server-Wiederaufnahme-Anfragen
+; p_memory.c line 399:
+msg0624=%4d Session-Cache-Treffer
+; p_memory.c line 400:
+msg0625=%4d Session-Cache-Misses
+; p_memory.c line 401:
+msg0626=%4d Zeitueberschreitungen
+; p_memory.c line 402:
+msg0627=Ende des SSL-Status
+; p_memory.c line 434:
+msg0628=Empfange USER1-Signal - Logge Socketstatus
+; p_memory.c line 453:
+msg0629=SOCK %-3d : TYP - %s, QUEL - %-41s:%-5d, ZIEL- %-41s:%-5d, ZUSTAND - %s, BYTESREIN - %-16d, BYTESRAUS - %-16d, ENC - %s(%s/%d), SEIT - %s
+; p_memory.c line 458:
+msg0630=SOCK %-3d : TYP - %s, QUEL - %-41s:%-5d, ZIEL- %-41s:%-5d, ZUSTAND - %s, BYTESREIN - %-16d, BYTESRAUS - %-16d, ENC - %s, SEIT - %s
+; p_memory.c line 462:
+msg0631=SOCK %-3d : TYP - %s, QUEL - %-41s:%-5d, ZIEL- %-41s:%-5d, ZUSTAND - %s, BYTESREIN - %-16d, BYTESRAUS - %-16d, SEIT - %s
+; p_memory.c line 469:
+msg0632=SOCK: %-3d abgelaufen, schliesse socket
+; p_memory.c line 489:
+msg0633=Empfange USR2-Signal - Lade Konfiguration erneut.
+; p_memory.c line 499:
+msg0634=Unterbrochen - stoppe Applikation.
+; p_memory.c line 506:
+msg0635=Empfange Ill-Signal - fahre fort.
+; p_memory.c line 513:
+msg0636=Gekillt - Stoppe AppliKation.
+; p_network.c line 86:
+msg0637=:int~%s!%s
+; p_network.c line 88:
+msg0638=:%s!%s
+; p_network.c line 110:
+msg0639=%s %s %s
+; p_network.c line 112:
+msg0640=%s %s %s
+; p_network.c line 156:
+msg0641=%s %s
+; p_network.c line 170:
+msg0642=%s %s
+; p_network.c line 184:
+msg0643=%s - Unbekanntes Netzwerkÿ
+; p_network.c line 261:
+msg0644=%s%c#%s~%s
+; p_network.c line 282:
+msg0645=%s:%s~%s
+; p_network.c line 292:
+msg0646=%c%s~%s
+; p_network.c line 333:
+msg0647=%s%c%s%c
+; p_network.c line 335:
+msg0648=%s%s%c
+; p_network.c line 338:
+msg0649=%s%s%c
+; p_network.c line 342:
+msg0650=%s%c%s~%s%c
+; p_network.c line 344:
+msg0651=%s%s~%s%c
+; p_network.c line 377:
+msg0652=%s %s~%s
+; p_network.c line 423:
+msg0653=%s :%s
+; p_network.c line 443:
+msg0654=%s %s %s
+; p_network.c line 445:
+msg0655=%s %s~%s %s
+; p_network.c line 485:
+msg0656=0123456789
+; p_network.c line 490:
+msg0657=%s%s%c
+; p_network.c line 492:
+msg0658=%s%s~%s%c
+; p_network.c line 495:
+msg0659=%s%s%c
+; p_network.c line 504:
+msg0660=INVITE
+; p_network.c line 511:
+msg0661=%s :#%s~%s
+; p_network.c line 535:
+msg0662=%s %s %s
+; p_network.c line 537:
+msg0663=%s %s~%s %s
+; p_peer.c line 132:
+msg0664=LINK %d: Erstmals ueber SSL verlinkt. Speichere Zertifikat
+; p_peer.c line 137:
+msg0665=Link %d
+; p_peer.c line 142:
+msg0666=:%s!*@%s IAM :þÿ
+; p_peer.c line 144:
+msg0667=:*!*@* BWHO :þÿ
+; p_peer.c line 145:
+msg0668=:psyBNC@%s!*@%s TOPIC 
+; p_peer.c line 145:
+msg0669= :%sþÿ
+; p_peer.c line 147:
+msg0670=:*!*@* LISTLINKS :þÿ
+; p_peer.c line 165:
+msg0671=Verlinkt zu %s
+; p_peer.c line 166:
+msg0672=Linked to %s
+; p_peer.c line 175:
+msg0673=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :Keine Relays zugelassen. Tschuess.þÿ
+; p_peer.c line 262:
+msg0674=Nutzer %s: Erstmalig mit SSL. Zertifikat empfangen und gespeichert.
+; p_peer.c line 269:
+msg0675=Nutzer %s
+; p_peer.c line 275:
+msg0676=Nutzer %s hat eingelogged.
+; p_peer.c line 277:
+msg0677=Nutzer %s hat eingelogged.
+; p_peer.c line 289:
+msg0678=:-psyBNC!psychiod@EuShells.com NOTICE %s :Neue Verbindung von %sÿ
+; p_peer.c line 294:
+msg0679=User %s logged in (not on Partyline).
+; p_peer.c line 297:
+msg0680=User %s logged in.
+; p_peer.c line 321:
+msg0681=:%s!%s@%s NICK :%sþÿ
+; p_peer.c line 335:
+msg0682=NICK %sþÿ
+; p_peer.c line 343:
+msg0683=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du hast Nachrichten. Verwende /QUOTE PLAYPRIVATELOG, um Deine Nachrichten zu lesen.
+; p_peer.c line 345:
+msg0684=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Du hast keine neuen Nachrichten.
+; p_peer.c line 374:
+msg0685=Verlorene Verbindung zu %s (%s)
+; p_peer.c line 385:
+msg0686=Verlorene Verbindung zu %s (%s)
+; p_peer.c line 405:
+msg0687=Login fehlgeschlagen. Trenne Verbindung.ÿ
+; p_peer.c line 419:
+msg0688=PSYBNC
+; p_peer.c line 424:
+msg0689=VHOST
+; p_peer.c line 427:
+msg0690=CONNECT
+; p_peer.c line 431:
+msg0691=RELAY
+; p_peer.c line 440:
+msg0692=:-psyBNC!psyBNC@psyBNC.dk NOTICE %s :Dein IRC-Client hat kein Password angegeben. Verwende /QUOTE PASS yourpassword, um die Verbindung herzustellen.
+; p_peer.c line 451:
+msg0693=Fehlgeschlagener eingehender Link %s (%s)
+; p_peer.c line 463:
+msg0694=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Falsches Password. Verbindung wird getrennt.ÿ
+; p_peer.c line 464:
+msg0695=Fehlgeschlagene Authentifizierung von %s vom host %s
+; p_peer.c line 481:
+msg0696=*!*@%s
+; p_peer.c line 485:
+msg0697=*!*@%s
+; p_peer.c line 507:
+msg0698=Nur drei Verbindungen von einem Host zugelassen !ÿ
+; p_peer.c line 513:
+msg0699=Zu viele Verbindungen. Loesche Verbindung von %s
+; p_peer.c line 514:
+msg0700=Zu viele Host-Verbindungenÿ
+; p_peer.c line 518:
+msg0701=:Welcome!psyBNC@psyBNC.dk NOTICE * :
+; p_peer.c line 532:
+msg0702=gekillt durch Nutzer-Abbruch
+; p_peer.c line 573:
+msg0703=SYSTEM
+; p_peer.c line 573:
+msg0704=DCCHOST
+; p_peer.c line 573:
+msg0705=PSYBNC
+; p_peer.c line 577:
+msg0706=DCCHOST muss im IP-Format angegeben werden (nnn.nnn.nnn.nnn)
+; p_peer.c line 584:
+msg0707=PORT%d
+; p_peer.c line 585:
+msg0708=SYSTEM
+; p_peer.c line 585:
+msg0709=PSYBNC
+; p_peer.c line 588:
+msg0710=HOST%d
+; p_peer.c line 589:
+msg0711=SYSTEM
+; p_peer.c line 589:
+msg0712=PSYBNC
+; p_peer.c line 614:
+msg0713=Kann keinen moeglichen Host fuer DCC-Chats oder -Dateien festlegen. Bitte definiere mindestens einen Listener als IP.
+; p_script.c line 123:
+msg0714=Maximale Anzahl der Sub-Tasks erreicht beim Versuch, '%s' fuer Nutzer %s zu starten.
+; p_script.c line 187:
+msg0715=EOFÿ
+; p_script.c line 208:
+msg0716=Kann die Sockets fuer den Task '%s' des Nutzers %s nicht anlegen
+; p_script.c line 216:
+msg0717=SIN/%d
+; p_script.c line 226:
+msg0718=SOUT/%d
+; p_script.c line 236:
+msg0719=SERR/%d
+; p_script.c line 343:
+msg0720=DCCCHAT
+; p_script.c line 344:
+msg0721=DCCSEND
+; p_script.c line 345:
+msg0722=SERVER
+; p_script.c line 346:
+msg0723=DIALOGUE
+; p_script.c line 348:
+msg0724=ALIAS
+; p_server.c line 43:
+msg0725=motd/USER%d.MOTD
+; p_server.c line 46:
+msg0726= 001 
+; p_server.c line 75:
+msg0727=MODE %s +iþÿ
+; p_server.c line 95:
+msg0728=PONG :%sþÿ
+; p_server.c line 97:
+msg0729=PONG :%sþÿ
+; p_server.c line 106:
+msg0730=PRIVMSG %s :wegþÿ
+; p_server.c line 108:
+msg0731=NICK %sþÿ
+; p_server.c line 110:
+msg0732=NICK %sþÿ
+; p_server.c line 144:
+msg0733=NICK %sþÿ
+; p_server.c line 155:
+msg0734=USER%d
+; p_server.c line 181:
+msg0735=JOIN %s %sÿ
+; p_server.c line 183:
+msg0736=JOIN %sÿ
+; p_server.c line 200:
+msg0737=$QUIT
+; p_server.c line 201:
+msg0738=PART %s :%sþÿ
+; p_server.c line 203:
+msg0739=PART %s :%sþÿ
+; p_server.c line 220:
+msg0740=$QUIT
+; p_server.c line 221:
+msg0741=PRIVMSG %s :%cACTION ist away (%s)%cþÿ
+; p_server.c line 223:
+msg0742=PRIVMSG %s :%cACTION ist away (%s)%cþÿ
+; p_server.c line 253:
+msg0743=:%s!%s@%s JOIN :%s%sÿ
+; p_server.c line 255:
+msg0744=:%s 332 %s %s%s :%sÿ
+; p_server.c line 266:
+msg0745=:irc.psychoid.net MODE %s%s +%c %sþÿ
+; p_server.c line 284:
+msg0746=MODE %s +b %s
+; p_server.c line 285:
+msg0747=KICK %s %s :gebanned: %s
+; p_server.c line 288:
+msg0748=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutzer %s(%s) entspricht ban(%s), gekickt und gebannt auf %s
+; p_server.c line 302:
+msg0749=MODE %s +o %s
+; p_server.c line 305:
+msg0750=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutzer %s(%s) entspricht autoop(%s), geopped auf %s
+; p_server.c line 330:
+msg0751=MODE %s +o %s
+; p_server.c line 332:
+msg0752=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutzer %s(%s) entspricht op (%s), geopped auf %s
+; p_server.c line 358:
+msg0753=.op %s %sþÿ
+; p_server.c line 366:
+msg0754=PRIVMSG %s :op %s %s
+; p_server.c line 369:
+msg0755=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Frage %s(%s) nach op auf %s
+; p_server.c line 398:
+msg0756=%s!%s@%s
+; p_server.c line 423:
+msg0757=WHO %s
+; p_server.c line 566:
+msg0758= KICK 
+; p_server.c line 596:
+msg0759=[GEKICKT] von %s (%s)
+; p_server.c line 666:
+msg0760=Nutzer %s (%s) Verbindung getrennt (von %s) Grund: %s
+; p_server.c line 675:
+msg0761=motd/USER%d.MOTD
+; p_server.c line 735:
+msg0762= 315 
+; p_server.c line 781:
+msg0763= 324 
+; p_server.c line 826:
+msg0764= 332 
+; p_server.c line 877:
+msg0765= 353 
+; p_server.c line 1029:
+msg0766=%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c
+; p_server.c line 1068:
+msg0767=%c%c%c%c%c%c
+; p_server.c line 1081:
+msg0768=%s %dþÿ
+; p_server.c line 1085:
+msg0769=CONNECT %s:%d HTTP/1.0ÿÿ
+; p_server.c line 1104:
+msg0770=RELAY %s :%dþÿ
+; p_server.c line 1105:
+msg0771=VHOST :%sþÿ
+; p_server.c line 1106:
+msg0772=CONNECT %s :%dþÿ
+; p_server.c line 1110:
+msg0773=PASS %sþÿ
+; p_server.c line 1112:
+msg0774=USER %s %s 127.0.0.1 :%sþÿ
+; p_server.c line 1114:
+msg0775=NICK %sþÿ
+; p_server.c line 1116:
+msg0776=NICK %sþÿ
+; p_server.c line 1119:
+msg0777=PASS %sþÿ
+; p_server.c line 1121:
+msg0778=Nutzer %s (%s) verbunden zu %s:%d (%s)
+; p_server.c line 1132:
+msg0779=Nutzer %s: kann keine Verbindung aufbauen zu %s port %d.
+; p_server.c line 1138:
+msg0780=motd/USER%d.MOTD
+; p_server.c line 1150:
+msg0781=Nutzer %s wurde getrennt vom Server.
+; p_server.c line 1158:
+msg0782=motd/USER%d.MOTD
+; p_server.c line 1206:
+msg0783=Nutzer %s (%s) hat keine Server hinzugefuegt
+; p_server.c line 1213:
+msg0784=Nutzer %s (%s) hat keine Server hinzugefuegt
+; p_server.c line 1262:
+msg0785=%s/.ispoof
+; p_server.c line 1278:
+msg0786=Nutzer %s (%s) versucht Proxy %s port %d auf Server %s port %d
+; p_server.c line 1283:
+msg0787=Nutzer %s (%s) versucht %s port %d auf Link %s (%s:%d) (%s).
+; p_server.c line 1286:
+msg0788=Nutzer %s (%s) versucht %s port %d (%s).
+; p_server.c line 1294:
+msg0789=Nutzer %s: kann keine Verbindung aufbauen zu %s port %d.
+; p_socket.c line 75:
+msg0790=Fehler beim Anlegen eines Sockets
+; p_socket.c line 116:
+msg0791=KANN KEINEN SOCKETSPEICHER ANLEGEN - ABBRUCH
+; p_socket.c line 196:
+msg0792= (SSL)
+; p_socket.c line 206:
+msg0793=Kann keinen Listener anlegen auf %s port %d%s
+; p_socket.c line 243:
+msg0794=Kann keinen Listener anlegen auf %s port %d%s (lookup)
+; p_socket.c line 265:
+msg0795=Kann keinen Listener anlegen auf %s port %d%s (lookup)
+; p_socket.c line 286:
+msg0796=Kann keinen Listener anlegen auf %s port %d%s (bind)
+; p_socket.c line 293:
+msg0797=Kann keinen Listener anlegen auf %s port %d%s (listen)
+; p_socket.c line 298:
+msg0798=Listener angelegt auf: %s port %d%sÿ
+; p_socket.c line 299:
+msg0799=Listener angelegt auf: %s port %d%s
+; p_socket.c line 493:
+msg0800=PING :pþÿ
+; p_socket.c line 496:
+msg0801=PING :pþÿ
+; p_socket.c line 812:
+msg0802=PONG 
+; p_socket.c line 846:
+msg0803=Kann keine SSL-Verbindung anlegen fuer Socket %d(%d) (SETFD)
+; p_socket.c line 862:
+msg0804=Kann keine SSL-Verbindung anlegen fuer Socket %d(%d) (CONNECT)
+; p_socket.c line 972:
+msg0805=%s: Kein SSL-Zertifikat uebertragen
+; p_socket.c line 975:
+msg0806=%s: Kein SSL-Zertifikat uebertragen - Verbindung verweigert
+; p_socket.c line 983:
+msg0807=%s: Empfange korrektes Zertifikat und korrekten Schluessel
+; p_socket.c line 988:
+msg0808=%s: Empfange korrektes Zertifikat, aber keinen korrekten Schluessel - Verbindung zurueckgesetzt
+; p_socket.c line 991:
+msg0809=%s: Empfange korrektes Zertifikat, aber keinen korrekten Schluessel - ignoriere
+; p_socket.c line 998:
+msg0810=%s: Empfange kein korrektes Zertifikat (%s) - Ignoriere
+; p_socket.c line 1003:
+msg0811=%s: Empfange kein korrektes Zertifikat - Verbindung zurueckgesetzt
+; p_socket.c line 1108:
+msg0812=Konnte keinen Listener finden.
+; p_socket.c line 1115:
+msg0813=Unzulaessige Verbindung von %s. Verbindung wird getrennt.
+; p_socket.c line 1121:
+msg0814=Verbindung von %s
+; p_socket.c line 1151:
+msg0815=Kann keine SSL-Verbindung anlegen von %s: %s. Verbindung wird getrennt.
+; p_socket.c line 1156:
+msg0816=SSL-Verbindung angenommen von %s
+; p_socket.c line 1332:
+msg0817=Kann keine SSL-Verbindung anlegen fuer Socket %d(%d) (FD)
+; p_string.c line 346:
+msg0818=LISTS
+; p_string.c line 353:
+msg0819=ENTRY%d
+; p_string.c line 385:
+msg0820=LISTS
+; p_string.c line 388:
+msg0821=ENTRY%d
+; p_string.c line 390:
+msg0822=ENTRY%d
+; p_string.c line 391:
+msg0823=%s;%s
+; p_string.c line 421:
+msg0824=LISTS
+; p_string.c line 425:
+msg0825=%s.%s.
+; p_string.c line 433:
+msg0826=ENTRY%d
+; p_string.c line 467:
+msg0827=%s:%s
+; p_string.c line 470:
+msg0828=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Eintrag #%d: %s
+; p_string.c line 573:
+msg0829=lang/%s.lng
+; p_string.c line 583:
+msg0830=desc 
+; p_string.c line 639:
+msg0831=MSG%04d
+; p_sysmsg.c line 37:
+msg0832=:%s!%s@%s JOIN :
+; p_sysmsg.c line 40:
+msg0833=:irc.psychoid.net 332 %s 
+; p_sysmsg.c line 40:
+msg0834= :%sþÿ
+; p_sysmsg.c line 42:
+msg0835=:irc.psychoid.net 353 %s = 
+; p_sysmsg.c line 50:
+msg0836=:irc.psychoid.net 353 %s = 
+; p_sysmsg.c line 59:
+msg0837=:irc.psychoid.net 366 %s 
+; p_sysmsg.c line 59:
+msg0838= :Ende der NAMES Liste.þÿ
+; p_sysmsg.c line 60:
+msg0839=User %s logged in.
+; p_sysmsg.c line 135:
+msg0840=%s!%s. QUIT :link lost (%s)þÿ
+; p_sysmsg.c line 191:
+msg0841=psyBNC
+; p_sysmsg.c line 193:
+msg0842=PRIVMSG
+; p_sysmsg.c line 216:
+msg0843=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_sysmsg.c line 244:
+msg0844=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_sysmsg.c line 326:
+msg0845=:%s!*@%s PARTY * :%sþÿ
+; p_sysmsg.c line 343:
+msg0846=:%s!*@%s QUERY %s :%sþÿ
+; p_sysmsg.c line 354:
+msg0847=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutzer %s nicht auf dem Bouncer
+; p_sysmsg.c line 367:
+msg0848=psyBNC
+; p_sysmsg.c line 369:
+msg0849=logged in.
+; p_sysmsg.c line 384:
+msg0850=logged off.
+; p_sysmsg.c line 396:
+msg0851=logged off.
+; p_sysmsg.c line 398:
+msg0852=Lost Link (
+; p_sysmsg.c line 413:
+msg0853=:%s!psyBNC@%s. QUIT :Lost Linkþÿ
+; p_sysmsg.c line 436:
+msg0854=:$%s!%s@%s. %s %s:%s
+; p_sysmsg.c line 446:
+msg0855=:$%s!%s@%s %s %s :%s
+; p_sysmsg.c line 455:
+msg0856=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nutzer %s nicht auf dem Bouncer
+; p_sysmsg.c line 478:
+msg0857=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC Verbindung %s unbekannt oder nicht hergestellt
+; p_sysmsg.c line 481:
+msg0858=%sþÿ
+; p_topology.c line 112:
+msg0859=         
+; p_topology.c line 120:
+msg0860=--------
+; p_translate.c line 76:
+msg0861=%s %s :
+; p_translate.c line 79:
+msg0862=:%s %s %s :
+; p_translate.c line 81:
+msg0863=:%s %s %s :
+; p_translate.c line 94:
+msg0864=babelfish.altavista.com
+; p_translate.c line 164:
+msg0865=doit=done&urltext=%s&lp=%s
+; p_translate.c line 165:
+msg0866=POST /raging/translate.dyn? HTTP/1.1þÿAccept: */*þÿAccept-Language: enþÿContent-Type: application/x-www-form-urlencodedþÿAccept-Encoding: gzip, deflateþÿUser-Agent: Modzilla/4.0 (compatible; NetBitch 1.0; C64 1.0; DigExt)þÿHost: babelfish.altavista.comþÿContent-Length: %dþÿConnection: Keep-Aliveþÿþÿ%s
+; p_translate.c line 174:
+msg0867=ERROR: im Uebersetzer (%d:%d)
+; p_translate.c line 194:
+msg0868=<strong class=hed>
+; p_translate.c line 225:
+msg0869=</strong>
+; p_translate.c line 263:
+msg0870=<textarea
+; p_translate.c line 287:
+msg0871=</textarea
+; p_translate.c line 290:
+msg0872=cgi-bin
+; p_translate.c line 298:
+msg0873=derzeit nicht verfuegbar
+; p_translate.c line 319:
+msg0874=:%s!%s@%s PRIVMSG %s :(uebersetzt)%s
+; p_translate.c line 321:
+msg0875=:%s PRIVMSG %s :(original)%s
+; p_translate.c line 354:
+msg0876=Timeout: Uebersetzung %d (%s:%s)
+; p_uchannel.c line 88:
+msg0877=+%s %s
+; p_uchannel.c line 146:
+msg0878=USER%d
+; p_uchannel.c line 147:
+msg0879=CHANNELS
+; p_uchannel.c line 147:
+msg0880=ENTRY%d
+; p_uchannel.c line 149:
+msg0881=USER%d
+; p_uchannel.c line 150:
+msg0882=ENTRY%d
+; p_uchannel.c line 152:
+msg0883=CHANNELS
+; p_uchannel.c line 421:
+msg0884=USER%d.CHANNELS.ENTRY%d
+; p_uchannel.c line 423:
+msg0885=USER%d.CHANNELS.KEY%d
+; p_uchannel.c line 474:
+msg0886=USER%d
+; p_uchannel.c line 475:
+msg0887=KEY%d
+; p_uchannel.c line 476:
+msg0888=CHANNELS
+; p_uchannel.c line 601:
+msg0889=#int~
+; p_uchannel.c line 606:
+msg0890=:%s 353 %s = %s%s :
+; p_uchannel.c line 635:
+msg0891=:%s 366 %s %s%s :Ende der /NAMES Liste.ÿ
+; p_uchannel.c line 650:
+msg0892=%c%c %s
+; p_uchannel.c line 848:
+msg0893=USER%d
+; p_uchannel.c line 849:
+msg0894=KEY%d
+; p_uchannel.c line 850:
+msg0895=CHANNELS
+; p_uchannel.c line 866:
+msg0896=USER%d
+; p_uchannel.c line 867:
+msg0897=KEY%d
+; p_uchannel.c line 868:
+msg0898=CHANNELS
+; p_uchannel.c line 975:
+msg0899=USER%d
+; p_uchannel.c line 978:
+msg0900=ENTRY%d
+; p_uchannel.c line 979:
+msg0901=CHANNELS
+; p_uchannel.c line 983:
+msg0902=KEY%d
+; p_uchannel.c line 984:
+msg0903=CHANNELS
+; p_userfile.c line 37:
+msg0904=USER%d
+; p_userfile.c line 39:
+msg0905=QUIT :Neustartÿ
+; p_userfile.c line 46:
+msg0906=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Neustartÿ
+; p_userfile.c line 53:
+msg0907=LOGIN
+; p_userfile.c line 60:
+msg0908=PARENT
+; p_userfile.c line 69:
+msg0909=psy%d
+; p_userfile.c line 75:
+msg0910=Achtung ! Nutzer %s hat kein password gesetzt.
+; p_userfile.c line 93:
+msg0911=VHOST
+; p_userfile.c line 95:
+msg0912=PROXY
+; p_userfile.c line 99:
+msg0913=AWAYNICK
+; p_userfile.c line 101:
+msg0914=LEAVEMSG
+; p_userfile.c line 103:
+msg0915=LASTWHOIS
+; p_userfile.c line 109:
+msg0916=NETWORK
+; p_userfile.c line 111:
+msg0917=RIGHTS
+; p_userfile.c line 120:
+msg0918=QUITTED
+; p_userfile.c line 127:
+msg0919=VLINK
+; p_userfile.c line 133:
+msg0920=PPORT
+; p_userfile.c line 139:
+msg0921=AUTOGETDCC
+; p_userfile.c line 145:
+msg0922=DCCENABLED
+; p_userfile.c line 151:
+msg0923=AIDLE
+; p_userfile.c line 157:
+msg0924=LEAVEQUIT
+; p_userfile.c line 163:
+msg0925=AUTOREJOIN
+; p_userfile.c line 169:
+msg0926=SYSMSG
+; p_userfile.c line 175:
+msg0927=LASTLOG
+; p_userfile.c line 188:
+msg0928=PUBKEYCHKSUM
+; p_userfile.c line 204:
+msg0929=USER%d.BAN
+; p_userfile.c line 207:
+msg0930=USER%d.OP
+; p_userfile.c line 210:
+msg0931=USER%d.AOP
+; p_userfile.c line 213:
+msg0932=USER%d.ASK
+; p_userfile.c line 216:
+msg0933=USER%d.LGI
+; p_userfile.c line 220:
+msg0934=USER%d.ENC
+; p_userfile.c line 225:
+msg0935=USER%d.TRA
+; p_userfile.c line 230:
+msg0936=log/USER%d.TRL
+; p_userfile.c line 247:
+msg0937=USER%d
+; p_userfile.c line 249:
+msg0938=LOGIN
+; p_userfile.c line 258:
+msg0939=VHOST
+; p_userfile.c line 259:
+msg0940=PROXY
+; p_userfile.c line 261:
+msg0941=LEAVEMSG
+; p_userfile.c line 262:
+msg0942=AWAYNICK
+; p_userfile.c line 263:
+msg0943=NETWORK
+; p_userfile.c line 265:
+msg0944=RIGHTS
+; p_userfile.c line 267:
+msg0945=VLINK
+; p_userfile.c line 269:
+msg0946=PPORT
+; p_userfile.c line 271:
+msg0947=PARENT
+; p_userfile.c line 273:
+msg0948=QUITTED
+; p_userfile.c line 275:
+msg0949=DCCENABLED
+; p_userfile.c line 277:
+msg0950=AUTOGETDCC
+; p_userfile.c line 279:
+msg0951=AIDLE
+; p_userfile.c line 281:
+msg0952=LEAVEQUIT
+; p_userfile.c line 283:
+msg0953=AUTOREJOIN
+; p_userfile.c line 285:
+msg0954=SYSMSG
+; p_userfile.c line 287:
+msg0955=LASTLOG
+; p_userfile.c line 288:
+msg0956=LASTWHOIS
+; p_userfile.c line 291:
+msg0957=PUBKEYCHKSUM
+; p_userfile.c line 304:
+msg0958=LINKS
+; p_userfile.c line 305:
+msg0959=LINK%d
+; p_userfile.c line 315:
+msg0960=ALLOWRELAY
+; p_userfile.c line 326:
+msg0961=LINKS
+; p_userfile.c line 327:
+msg0962=LINK%d
+; p_userfile.c line 334:
+msg0963=ALLOWRELAY
+; p_userfile.c line 346:
+msg0964=Lade alle Nutzer..
+; p_userfile.c line 352:
+msg0965=Keine Nutzer gefunden.
+; p_userfile.c line 373:
+msg0966=LINK: -> %s (%d) schliesse Verbindungÿ
+; p_userfile.c line 377:
+msg0967=LINK: <- %s (%d) schliesse Verbindungÿ
+; p_userfile.c line 380:
+msg0968=LINK%d
+; p_userfile.c line 395:
+msg0969=ALLOWRELAY
+; psybnc.c line 54:
+msg0970=[SSL-Server] Kann keinen SSL-Context for eingehende Verbindungen anlegen. Abbruch.
+; psybnc.c line 59:
+msg0971=[SSL-Server] Kann SSL-Zertifikat %s nicht lesen.
+; psybnc.c line 64:
+msg0972=[SSL-Server] Kann SSL-Private Key %s nicht lesen.
+; psybnc.c line 69:
+msg0973=[SSL-Server] Konnte SSL Private Key nicht erfolgreich ueberpruefen.
+; psybnc.c line 76:
+msg0974=[SSL-Client] Kann keinen SSL-Context fuer ausgehende Verbindungen anlegen. Abbruch.
+; psybnc.c line 81:
+msg0975=[SSL-Client] Kann SSL-Zertifikat %s nicht lesen.
+; psybnc.c line 86:
+msg0976=[SSL-Client] Kann SSL-Private Key %s nicht lesen.
+; psybnc.c line 91:
+msg0977=[SSL-Client] Konnte SSL Private Key nicht erfolgreich ueberpruefen.
+; psybnc.c line 94:
+msg0978=SSL initialisiert
+; psybnc.c line 145:
+msg0979=.-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-.ÿ
+; psybnc.c line 146:
+msg0980= ,----.,----.,-.  ,-.,---.,--. ,-.,----. ÿ
+; psybnc.c line 147:
+msg0981= |  O ||  ,-' \ \/ / | o ||   \| || ,--' ÿ
+; psybnc.c line 148:
+msg0982= |  _/ _\  \   \  /  | o< | |\   || |__  ÿ
+; psybnc.c line 149:
+msg0983= |_|  |____/   |__|  |___||_|  \_| \___| ÿ
+; psybnc.c line 150:
+msg0984=    Version DE
+; psybnc.c line 150:
+msg0985= (c) 1999-2011ÿ
+; psybnc.c line 151:
+msg0986=              the most psychoid          ÿ
+; psybnc.c line 152:
+msg0987=      und  the cool lam3rz Group IRCnet  ÿ
+; psybnc.c line 153:
+msg0988=                                         ÿ
+; psybnc.c line 154:
+msg0989=`-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=tCl=-'ÿ
+; psybnc.c line 156:
+msg0990=** ACHTUNG ** psybnc laeuft als Rootÿ
+; psybnc.c line 198:
+msg0991=Kofigurations-Datei: %sÿ
+; psybnc.c line 199:
+msg0992=Sprach-Datei: %sÿ
+; psybnc.c line 200:
+msg0993=log/psybnc.log
+; psybnc.c line 201:
+msg0994=SYSTEM
+; psybnc.c line 201:
+msg0995=PORT1
+; psybnc.c line 203:
+msg0996=Keine Listen-Ports definiert.ÿStarte 'make menuconfig' ÿoder fuege:ÿPSYBNC.SYSTEM.PORT1=deinportÿundÿPSYBNC.SYSTEM.HOST1=*ÿzur psybnc.conf hinzuÿ
+; psybnc.c line 207:
+msg0997=SYSTEM
+; psybnc.c line 212:
+msg0998=SYSTEM
+; psybnc.c line 212:
+msg0999=LOGFILE
+; psybnc.c line 214:
+msg1000=Kein Logfile angegeben, logge in log/psybnc.logÿ
+; psybnc.c line 215:
+msg1001=log/psybnc.log
+; psybnc.c line 226:
+msg1002=Kann keine Listener anlegen .. Abbruchÿ
+; psybnc.c line 230:
+msg1003=psybnc.pid
+; psybnc.c line 233:
+msg1004=Kann pidfile nicht oeffnen. Abbruch.ÿ
+; psybnc.c line 255:
+msg1005=psyBNC-Partyline Channel
+; psybnc.c line 278:
+msg1006=PSYBNC.HOSTALLOWS
+; psybnc.c line 282:
+msg1007=%s gestarted (PID %d)ÿ
+; psybnc.c line 283:
+msg1008=%s gestarted (PID :%d)
+; p_hash.c line 43:
+msg1009=PRIVMSG
+; p_hash.c line 44:
+msg1010=PING
+; p_hash.c line 45:
+msg1011=QUIT
+; p_hash.c line 46:
+msg1012=WHO
+; p_hash.c line 47:
+msg1013=USER
+; p_hash.c line 49:
+msg1014=JOIN
+; p_hash.c line 50:
+msg1015=PART
+; p_hash.c line 51:
+msg1016=TOPIC
+; p_hash.c line 53:
+msg1017=NICK
+; p_hash.c line 54:
+msg1018=BWHO
+; p_hash.c line 54:
+msg1019=Listet alle Nutzer des Bouncers
+; p_hash.c line 54:
+msg1020=help/BWHO.DEU
+; p_hash.c line 55:
+msg1021=PASSWORD
+; p_hash.c line 55:
+msg1022=Setzt das eigene Password oder das eines anderen Nutzers(Admin)
+; p_hash.c line 55:
+msg1023=help/PASSWORD.DEU
+; p_hash.c line 56:
+msg1024=BVHOST
+; p_hash.c line 56:
+msg1025=Setzt Deinen Vhost
+; p_hash.c line 56:
+msg1026=help/BVHOST.DEU
+; p_hash.c line 58:
+msg1027=PROXY
+; p_hash.c line 58:
+msg1028=Setzt die Proxy, die zum Verbinden genutzt werden soll
+; p_hash.c line 58:
+msg1029=help/PROXY.DEU
+; p_hash.c line 60:
+msg1030=SETUSERNAME
+; p_hash.c line 60:
+msg1031=Setzt Deinen Nutzer-Namen
+; p_hash.c line 60:
+msg1032=help/SETUSERNAME.DEU
+; p_hash.c line 61:
+msg1033=SETAWAY
+; p_hash.c line 61:
+msg1034=Setzt Deinen Away-Text
+; p_hash.c line 61:
+msg1035=help/SETAWAY.DEU
+; p_hash.c line 62:
+msg1036=SETLEAVEMSG
+; p_hash.c line 62:
+msg1037=Setzt die LEAVE-Msg, welche bei Verbindungstrennung angezeigt wird
+; p_hash.c line 62:
+msg1038=help/SETLEAVEMSG.DEU
+; p_hash.c line 63:
+msg1039=LEAVEQUIT
+; p_hash.c line 63:
+msg1040=Wenn auf 1 gesetzt, werden die Channels bei Verbindungstrennung verlassen
+; p_hash.c line 63:
+msg1041=help/LEAVEQUIT
+; p_hash.c line 64:
+msg1042=SETAWAYNICK
+; p_hash.c line 64:
+msg1043=Setzt einen Away-Nick, der bei Verbindungstrennung genommen wird
+; p_hash.c line 64:
+msg1044=help/SETAWAYNICK.DEU
+; p_hash.c line 65:
+msg1045=JUMP
+; p_hash.c line 65:
+msg1046=Springt zum naechsten IRC-Server
+; p_hash.c line 65:
+msg1047=help/JUMP.DEU
+; p_hash.c line 67:
+msg1048=BQUIT
+; p_hash.c line 67:
+msg1049=Beendet die derzetige Server-Verbindung
+; p_hash.c line 67:
+msg1050=help/BQUIT.DEU
+; p_hash.c line 68:
+msg1051=BCONNECT
+; p_hash.c line 68:
+msg1052=Verbindet die durch BQUIT beendete Server-Verbindung wieder
+; p_hash.c line 68:
+msg1053=help/BCONNECT.DEU
+; p_hash.c line 70:
+msg1054=AIDLE
+; p_hash.c line 70:
+msg1055=Eroeglicht/Verhindert psyBNC-AntiIdle
+; p_hash.c line 70:
+msg1056=help/AIDLE.DEU
+; p_hash.c line 71:
+msg1057=AUTOREJOIN
+; p_hash.c line 71:
+msg1058=Ermoeglicht/Verhindert Autorejoin nach Kick/Part
+; p_hash.c line 71:
+msg1059=help/AUTOREJOIN.DEU
+; p_hash.c line 72:
+msg1060=ADDSERVER
+; p_hash.c line 72:
+msg1061=Fuegt einen IRC-Server zur Server-Liste hinzu
+; p_hash.c line 72:
+msg1062=help/ADDSERVER.DEU
+; p_hash.c line 73:
+msg1063=DELSERVER
+; p_hash.c line 73:
+msg1064=Loescht einen IRC-Server mit Server-Nummer
+; p_hash.c line 73:
+msg1065=help/DELSERVER.DEU
+; p_hash.c line 74:
+msg1066=LISTSERVERS
+; p_hash.c line 74:
+msg1067=Listet alle eingetragenen IRC-Server
+; p_hash.c line 74:
+msg1068=help/LISTSERVERS.DEU
+; p_hash.c line 76:
+msg1069=ADDNETWORK
+; p_hash.c line 76:
+msg1070=Fuegt ein seperates IRC-Netzwerk hinzu
+; p_hash.c line 76:
+msg1071=help/ADDNETWORK.DEU
+; p_hash.c line 77:
+msg1072=DELNETWORK
+; p_hash.c line 77:
+msg1073=Loescht ein IRC-Netzwerk vom Client
+; p_hash.c line 77:
+msg1074=help/DELNETWORK.DEU
+; p_hash.c line 78:
+msg1075=SWITCHNET
+; p_hash.c line 78:
+msg1076=Schaltet zu einem anderen Netzwerk als Hauptnetzwerk
+; p_hash.c line 78:
+msg1077=help/SWITCHNET.DEU
+; p_hash.c line 80:
+msg1078=ADDOP
+; p_hash.c line 80:
+msg1079=Fuegt einen Nutzer hinzu, welcher von Dir OP bekommen darf
+; p_hash.c line 80:
+msg1080=help/ADDOP.DEU
+; p_hash.c line 81:
+msg1081=DELOP
+; p_hash.c line 81:
+msg1082=Loescht einen ueber ADDOP hinzugefuegten OP
+; p_hash.c line 81:
+msg1083=help/DELOP.DEU
+; p_hash.c line 82:
+msg1084=LISTOPS
+; p_hash.c line 82:
+msg1085=Listet alle hinzugefuegten OPS
+; p_hash.c line 82:
+msg1086=help/LISTOPS.DEU
+; p_hash.c line 83:
+msg1087=ADDAUTOOP
+; p_hash.c line 83:
+msg1088=Fuegt einen Nutzer hinzu, welcher AutoOp von Dir bekommt
+; p_hash.c line 83:
+msg1089=help/ADDAUTOOP.DEU
+; p_hash.c line 84:
+msg1090=DELAUTOOP
+; p_hash.c line 84:
+msg1091=Loescht einen Nutzer ueber die Nummer, welcher als AutoOp eingetragen war.
+; p_hash.c line 84:
+msg1092=help/DELAUTOOP.DEU
+; p_hash.c line 85:
+msg1093=LISTAUTOOPS
+; p_hash.c line 85:
+msg1094=Listet alle eingetragenen AutoOps
+; p_hash.c line 85:
+msg1095=help/LISTAUTOOPS.DEU
+; p_hash.c line 86:
+msg1096=ADDBAN
+; p_hash.c line 86:
+msg1097=Fuegt einen Ban hinzu (Channel oder global)
+; p_hash.c line 86:
+msg1098=help/ADDBAN.DEU
+; p_hash.c line 87:
+msg1099=DELBAN
+; p_hash.c line 87:
+msg1100=Loescht einen Ban ueber die Nummer
+; p_hash.c line 87:
+msg1101=help/DELBAN.DEU
+; p_hash.c line 88:
+msg1102=LISTBANS
+; p_hash.c line 88:
+msg1103=Listet alle bans
+; p_hash.c line 88:
+msg1104=help/LISTBANS.DEU
+; p_hash.c line 89:
+msg1105=ADDASK
+; p_hash.c line 89:
+msg1106=Fuegt einen Host/Bot hinzu, von dem Du op abfragst
+; p_hash.c line 89:
+msg1107=help/ADDASK.DEU
+; p_hash.c line 90:
+msg1108=DELASK
+; p_hash.c line 90:
+msg1109=Loescht einen Host/Bot ueber die Nummer aus der ADDASK-Liste
+; p_hash.c line 90:
+msg1110=help/DELASK.DEU
+; p_hash.c line 91:
+msg1111=LISTASK
+; p_hash.c line 91:
+msg1112=Listet die Hosts/Bots, von denen Du Op anfragen kannst
+; p_hash.c line 91:
+msg1113=help/LISTASK.DEU
+; p_hash.c line 93:
+msg1114=ADDDCC
+; p_hash.c line 93:
+msg1115=Fuegt eine DCC-Verbindung zu einem Bot hinzu
+; p_hash.c line 93:
+msg1116=help/ADDDCC.DEU
+; p_hash.c line 94:
+msg1117=LISTDCC
+; p_hash.c line 94:
+msg1118=Listet alle DCC-Verbindungen zu bots
+; p_hash.c line 94:
+msg1119=help/LISTDCC.DEU
+; p_hash.c line 95:
+msg1120=DELDCC
+; p_hash.c line 95:
+msg1121=Loescht eine BOT-DCC-Verbindung ueber Nummer
+; p_hash.c line 95:
+msg1122=help/DELDCC.DEU
+; p_hash.c line 96:
+msg1123=DCCCHAT
+; p_hash.c line 96:
+msg1124=Bietet einen DCC-Chat an einen Nutzer
+; p_hash.c line 96:
+msg1125=help/DCCCHAT.DEU
+; p_hash.c line 97:
+msg1126=DCCANSWER
+; p_hash.c line 97:
+msg1127=Beantwortet eine DCC-Chat-Anfrage eines Nutzers
+; p_hash.c line 97:
+msg1128=help/DCCANSWER.DEU
+; p_hash.c line 99:
+msg1129=DCCENABLE
+; p_hash.c line 99:
+msg1130=Ermoeglicht/Verhindert DCC ueber psyBNC
+; p_hash.c line 99:
+msg1131=help/DCCENABLE.DEU
+; p_hash.c line 102:
+msg1132=DCCSEND
+; p_hash.c line 102:
+msg1133=Schickt eine Datei zu einem angegebenen Nutzer
+; p_hash.c line 102:
+msg1134=help/DCCSEND.DEU
+; p_hash.c line 103:
+msg1135=DCCGET
+; p_hash.c line 103:
+msg1136=Akzeptiert eine DCC Dateiversandanfrage eines Nutzers
+; p_hash.c line 103:
+msg1137=help/DCCGET.DEU
+; p_hash.c line 104:
+msg1138=DCCSENDME
+; p_hash.c line 104:
+msg1139=Schickt Dir die angegebe Datei zum Client
+; p_hash.c line 104:
+msg1140=help/DCCSENDME.DEU
+; p_hash.c line 105:
+msg1141=AUTOGETDCC
+; p_hash.c line 105:
+msg1142=Ermoeglicht/Verhindert das automatische Empfangen von DCC-Dateien
+; p_hash.c line 105:
+msg1143=help/AUTOGETDCC.DEU
+; p_hash.c line 107:
+msg1144=DCCENABLE
+; p_hash.c line 107:
+msg1145=Ermoeglicht/Verhindert DCC ueber psybnc
+; p_hash.c line 107:
+msg1146=help/DCCENABLE.DEU
+; p_hash.c line 111:
+msg1147=DCCCANCEL
+; p_hash.c line 111:
+msg1148=Bricht einen DCC Chat oder einen Filetransfer ab
+; p_hash.c line 111:
+msg1149=help/DCCCANCEL.DEU
+; p_hash.c line 114:
+msg1150=PLAYPRIVATELOG
+; p_hash.c line 114:
+msg1151=Gibt das private Message-Log aus
+; p_hash.c line 114:
+msg1152=help/PLAYPRIVATELOG.DEU
+; p_hash.c line 115:
+msg1153=ERASEPRIVATELOG
+; p_hash.c line 115:
+msg1154=Loescht das private Message-Log
+; p_hash.c line 115:
+msg1155=help/ERASEPRIVATELOG.DEU
+; p_hash.c line 119:
+msg1156=ADDLOG
+; p_hash.c line 119:
+msg1157=Fuegt eine Log-Quelle / Filter hinzu
+; p_hash.c line 119:
+msg1158=help/ADDLOG.DEU
+; p_hash.c line 120:
+msg1159=DELLOG
+; p_hash.c line 120:
+msg1160=Loescht eine eingetragene Log-Quelle ueber die Nummer
+; p_hash.c line 120:
+msg1161=help/DELLOG.DEU
+; p_hash.c line 121:
+msg1162=LISTLOGS
+; p_hash.c line 121:
+msg1163=Listet alle Log-Eintraege
+; p_hash.c line 121:
+msg1164=help/LISTLOGS.DEU
+; p_hash.c line 122:
+msg1165=PLAYTRAFFICLOG
+; p_hash.c line 122:
+msg1166=Gibt das Traffic-Log aus
+; p_hash.c line 122:
+msg1167=help/PLAYTRAFFICLOG.DEU
+; p_hash.c line 123:
+msg1168=ERASETRAFFICLOG
+; p_hash.c line 123:
+msg1169=Loescht das Traffic-Log
+; p_hash.c line 123:
+msg1170=help/ERASETRAFFICLOG.DEU
+; p_hash.c line 127:
+msg1171=ENCRYPT
+; p_hash.c line 127:
+msg1172=Verschluesselt das Gesprach zu einem Nutzer oder Channel
+; p_hash.c line 127:
+msg1173=help/ENCRYPT.DEU
+; p_hash.c line 128:
+msg1174=DELENCRYPT
+; p_hash.c line 128:
+msg1175=Entfernt eine Gespraechs-Verschluesselung 
+; p_hash.c line 128:
+msg1176=help/DELENCRYPT.DEU
+; p_hash.c line 129:
+msg1177=LISTENCRYPT
+; p_hash.c line 129:
+msg1178=Zeigt die Liste der Gespraechs-Verschluesselungen
+; p_hash.c line 129:
+msg1179=help/LISTENCRYPT.DEU
+; p_hash.c line 132:
+msg1180=TRANSLATE
+; p_hash.c line 132:
+msg1181=Fuegt einen Uebersetzer zu/von Channel/User hinzu
+; p_hash.c line 132:
+msg1182=help/TRANSLATE.DEU
+; p_hash.c line 133:
+msg1183=DELTRANSLATE
+; p_hash.c line 133:
+msg1184=Loescht einen Uebersetzer nach Nummer
+; p_hash.c line 133:
+msg1185=help/DELTRANSLATE.DEU
+; p_hash.c line 134:
+msg1186=LISTTRANSLATE
+; p_hash.c line 134:
+msg1187=Listet die eingetragenen Uebersetzer
+; p_hash.c line 134:
+msg1188=help/LISTTRANSLATE.DEU
+; p_hash.c line 136:
+msg1189=BREHASH
+; p_hash.c line 136:
+msg1190=Veranlasst den Bouncer zum Neustart
+; p_hash.c line 136:
+msg1191=help/REHASH.DEU
+; p_hash.c line 138:
+msg1192=MADMIN
+; p_hash.c line 138:
+msg1193=Gibt einem Nutzer die ADMIN-Rechte
+; p_hash.c line 138:
+msg1194=help/MADMIN.DEU
+; p_hash.c line 139:
+msg1195=UNADMIN
+; p_hash.c line 139:
+msg1196=Nimmt einem Nutzer die Admin-Rechte
+; p_hash.c line 139:
+msg1197=help/UNADMIN.DEU
+; p_hash.c line 140:
+msg1198=BKILL
+; p_hash.c line 140:
+msg1199=Killt einen eingeloggten Nutzer vom Proxy
+; p_hash.c line 140:
+msg1200=help/BKILL.DEU
+; p_hash.c line 142:
+msg1201=SOCKSTAT
+; p_hash.c line 142:
+msg1202=Zeigt/Loggt den derzeitigen Socket-Status
+; p_hash.c line 142:
+msg1203=help/SOCKSTAT.DEU
+; p_hash.c line 144:
+msg1204=ADDUSER
+; p_hash.c line 144:
+msg1205=Fuegt einen neuen Nutzer hinzu
+; p_hash.c line 144:
+msg1206=help/ADDUSER.DEU
+; p_hash.c line 145:
+msg1207=DELUSER
+; p_hash.c line 145:
+msg1208=Loescht einen Nutzer vom Bouncer
+; p_hash.c line 145:
+msg1209=help/DELUSER.DEU
+; p_hash.c line 148:
+msg1210=NAMEBOUNCER
+; p_hash.c line 148:
+msg1211=Gibt dem Bouncer einen Namen (Notwendig fuers Linken)
+; p_hash.c line 148:
+msg1212=help/NAMEBOUNCER.DEU
+; p_hash.c line 149:
+msg1213=LINKTO
+; p_hash.c line 149:
+msg1214=Fuegt einen Bouncer-Link zu Host/Port hinzu
+; p_hash.c line 149:
+msg1215=help/LINKTO.DEU
+; p_hash.c line 150:
+msg1216=LINKFROM
+; p_hash.c line 150:
+msg1217=Fuegt einen Bouncer-Link von Host/Port hinzu
+; p_hash.c line 150:
+msg1218=help/LINKFROM.DEU
+; p_hash.c line 151:
+msg1219=RELAYLINK
+; p_hash.c line 151:
+msg1220=Ermoeglicht/Verhindert die Nutzung eines Links als Relay
+; p_hash.c line 151:
+msg1221=help/RELAYLINK.DEU
+; p_hash.c line 152:
+msg1222=DELLINK
+; p_hash.c line 152:
+msg1223=Loescht einen Link vom Bouncer
+; p_hash.c line 152:
+msg1224=help/DELLINK.DEU
+; p_hash.c line 153:
+msg1225=LISTLINKS
+; p_hash.c line 153:
+msg1226=Listet alle Links vom/zum Bouncer
+; p_hash.c line 153:
+msg1227=help/LISTLINKS.DEU
+; p_hash.c line 154:
+msg1228=RELINK
+; p_hash.c line 154:
+msg1229=Setzt einen Link zurueck (ueber die Linknummer)
+; p_hash.c line 154:
+msg1230=help/RELINK.DEU
+; p_hash.c line 157:
+msg1231=PLAYMAINLOG
+; p_hash.c line 157:
+msg1232=Gibt das Haupt-Log aus
+; p_hash.c line 157:
+msg1233=help/PLAYMAINLOG.DEU
+; p_hash.c line 158:
+msg1234=ERASEMAINLOG
+; p_hash.c line 158:
+msg1235=Loescht das Haupt-Log
+; p_hash.c line 158:
+msg1236=help/ERASEMAINLOG.DEU
+; p_hash.c line 160:
+msg1237=ADDALLOW
+; p_hash.c line 160:
+msg1238=Fuegt einen Host-Allow hinzu (fuer Verbindungen zum Bouncer)
+; p_hash.c line 160:
+msg1239=help/ADDALLOW.DEU
+; p_hash.c line 161:
+msg1240=DELALLOW
+; p_hash.c line 161:
+msg1241=Loescht einen Host-Allow
+; p_hash.c line 161:
+msg1242=help/DELALLOW.DEU
+; p_hash.c line 162:
+msg1243=LISTALLOW
+; p_hash.c line 162:
+msg1244=Listet die Host-Allows des Bouncers
+; p_hash.c line 162:
+msg1245=help/LISTALLOW.DEU
+; p_hash.c line 164:
+msg1246=SRELOAD
+; p_hash.c line 164:
+msg1247=Laedt das Script des jeweiligen Nutzers erneut
+; p_hash.c line 164:
+msg1248=help/SRELOAD.DEU
+; p_hash.c line 165:
+msg1249=LISTTASKS
+; p_hash.c line 165:
+msg1250=Listet die derzeitigen Tasks
+; p_hash.c line 165:
+msg1251=help/LISTTASKS.DEU
+; p_hash.c line 167:
+msg1252=BHELP
+; p_hash.c line 167:
+msg1253=Gibt diese Hilfe aus, mit Argument jeweils die Hilfe zum Befehl
+; p_hash.c line 167:
+msg1254=help/BHELP.DEU
+; p_hash.c line 172:
+msg1255=ERROR
+; p_hash.c line 173:
+msg1256=001
+; p_hash.c line 174:
+msg1257=002
+; p_hash.c line 175:
+msg1258=003
+; p_hash.c line 176:
+msg1259=004
+; p_hash.c line 177:
+msg1260=005
+; p_hash.c line 178:
+msg1261=251
+; p_hash.c line 179:
+msg1262=252
+; p_hash.c line 180:
+msg1263=253
+; p_hash.c line 181:
+msg1264=254
+; p_hash.c line 182:
+msg1265=255
+; p_hash.c line 183:
+msg1266=372
+; p_hash.c line 184:
+msg1267=375
+; p_hash.c line 185:
+msg1268=376
+; p_hash.c line 186:
+msg1269=352
+; p_hash.c line 187:
+msg1270=353
+; p_hash.c line 188:
+msg1271=315
+; p_hash.c line 189:
+msg1272=324
+; p_hash.c line 190:
+msg1273=332
+; p_hash.c line 191:
+msg1274=366
+; p_hash.c line 192:
+msg1275=432
+; p_hash.c line 193:
+msg1276=433
+; p_hash.c line 194:
+msg1277=437
+; p_hash.c line 195:
+msg1278=PING
+; p_hash.c line 196:
+msg1279=NICK
+; p_hash.c line 197:
+msg1280=JOIN
+; p_hash.c line 198:
+msg1281=PART
+; p_hash.c line 199:
+msg1282=QUIT
+; p_hash.c line 200:
+msg1283=KICK
+; p_hash.c line 201:
+msg1284=MODE
+; p_hash.c line 202:
+msg1285=TOPIC
+; p_hash.c line 203:
+msg1286=PRIVMSG
+; p_hash.c line 204:
+msg1287=NOTICE
+; p_hash.c line 220:
+msg1288=PRIVMSG
+; p_hash.c line 221:
+msg1289=NOTICE
+; p_hash.c line 222:
+msg1290=JOIN
+; p_hash.c line 223:
+msg1291=MODE
+; p_hash.c line 224:
+msg1292=PART
+; p_hash.c line 225:
+msg1293=KICK
+; p_hash.c line 226:
+msg1294=NICK
+; p_hash.c line 227:
+msg1295=NAMES
+; p_hash.c line 228:
+msg1296=QUIT
+; p_hash.c line 229:
+msg1297=WHO
+; p_hash.c line 230:
+msg1298=WHOIS
+; p_hash.c line 231:
+msg1299=USER
+; p_hash.c line 232:
+msg1300=TOPIC
+; p_hash.c line 233:
+msg1301=INVITE
+; p_hash.c line 249:
+msg1302=NICK
+; p_hash.c line 257:
+msg1303=:%s-psybnc.net 481 %s :Zugriff verweigert - Du bist kein Bouncer-Admin
+; p_hash.c line 279:
+msg1304=%s-psybnc.net 421 %s %s :Unbekannter Befehl
+; p_hash.c line 305:
+msg1305=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP %c %-15s - %sÿ
+; p_hash.c line 309:
+msg1306=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG NOTICE %s :BHELP Verwende /QUOTE bhelp <Befehl> fuer detailliertere Hinweise.ÿ
+; p_hash.c line 316:
+msg1307=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Hilfe fuer: %sÿ
+; p_hash.c line 321:
+msg1308=r
+; p_hash.c line 323:
+msg1309=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Hilfedatei %s nicht vorhanden.ÿ
+; p_hash.c line 328:
+msg1310=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_hash.c line 337:
+msg1311=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Hilfe gefunden fuer: %sÿ
+; p_hash.c line 372:
+msg1312=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nur Admins duerfen diesen Befehl nutzen.þÿ
+; p_hash.c line 425:
+msg1313=PONG :%sþÿ
+; p_hash.c line 431:
+msg1314=MODE
+; p_script.c line 357:
+msg1315=(keine)
+; p_client.c line 857:
+msg1316=Keins
+; p_client.c line 991:
+msg1317=von
+; p_client.c line 992:
+msg1318=zu
+; p_client.c line 1062:
+msg1319=eingeschalte
+; p_client.c line 1062:
+msg1320=ausgeschalte
+; p_intnet.c line 134:
+msg1321=%s!%s@%s QUIT :Neue Verbindungÿ
+; p_hash.c line 165:
+msg1322=ADDIGNORE
+; p_hash.c line 165:
+msg1323=Fuegt eine Hostmask/Inhaltefilter zu den Ignores hinzu
+; p_hash.c line 165:
+msg1324=help/ADDIGNORE.DEU
+; p_hash.c line 165:
+msg1325=DELIGNORE
+; p_hash.c line 165:
+msg1326=Loescht eine Hostmask/Inhaltefilter aus den Ignores
+; p_hash.c line 165:
+msg1327=help/DELIGNORE.DEU
+; p_hash.c line 165:
+msg1328=LISTIGNORES
+; p_hash.c line 165:
+msg1329=Zeigt eine Liste der aktuellen Ignores
+; p_hash.c line 165:
+msg1330=help/LISTIGNORES.DEU
+; p_userfile.c line 219:
+msg1331=USER%d.IGN
+; p_client.c line 1491:
+msg1332=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Host angegeben. Verwende ADDIGNORE Inhalt :host (* als Platzhalter)
+; p_client.c line 1495:
+msg1333=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Inhalt angegeben. Verwende ADDIGNORE Inhalt :host (* als Platzhalter)
+; p_client.c line 1499:
+msg1334=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verwende kein ; in Hostnamen
+; p_client.c line 1502:
+msg1335=USER%d.IGN
+; p_client.c line 1504:
+msg1336=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ignore fuer Host %s (%s) hinzugefuegt
+; p_client.c line 1754:
+msg1337=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Nummer angegeben. Nutze DELIGNORE nummer
+; p_client.c line 1757:
+msg1338=USER%d.IGN
+; p_client.c line 1761:
+msg1339=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ignore Nummer %s geloescht
+; p_client.c line 1887:
+msg1340=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Liste Ignores:
+; p_client.c line 1889:
+msg1341=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ende der Liste.
+; p_hash.c line 170:
+msg1342=SETLANG
+; p_hash.c line 170:
+msg1343=Setzt die Sprache (global)
+; p_hash.c line 170:
+msg1344=help/SETLANG.DEU
+; p_client.c line 2164:
+msg1345=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Sprache angegeben. Verwende SETLANG sprache.
+; p_client.c line 2182:
+msg1346=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sprache auf '%s' gesetzt.
+; p_client.c line 2178:
+msg1347=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Die Sprache '%s' konnte nicht geladen werden.
+; p_client.c line 2183:
+msg1348=Sprache auf '%s' gesetzt von %s.
+; p_hash.c line 210
+msg1349=265
+; p_hash.c line 211
+msg1350=266
+; p_coredns.c line 1274
+msg1351=Namensaufloesung inaktiv. Restarte..
+; p_coredns.c line 1277
+msg1352=Namensaufloesung kann nicht gestartet werden. Programmabbruch.
+; p_coredns.c line 1288
+msg1353=Socket fuer die Nameserver-Kommunikation kann nicht alloziert werden: %s
+; p_coredns.c line 1307
+msg1354=Die Funktion setsockopt() fuer die Nameserver-Kommunikation kann nicht aufgerufen werden: %s
+; p_coredns.c line 1319
+msg1355=Keine Nameserver definiert.
+; p_coredns.c line 1344
+msg1356=Asynchrone Namensaufloesung gestartet.
+; p_server.c line 1428
+msg1357=User %s(%s) Keine Antwort vom Server. Beende Verbindung.
+; p_hash.c line 240
+msg1358=USERHOST
+; p_hash.c line 241
+msg1359=ISON
blob - /dev/null
blob + b262b20f48fa0283c4592b599f170687f503986d (mode 644)
--- /dev/null
+++ lang/italiano.lng
@@ -0,0 +1,2727 @@
+#------------------------------------------------------------------------------
+# Language File for psyBNC - Italian
+# by `Ard\ZzZz - mystical@operamail.com
+# !!! WARNING !!! Do not change any format-specifics. psyBNC wont work
+#                 correctly without the correct formats.
+#------------------------------------------------------------------------------
+
+desc psyBNC Language File - Italiano - by `Ard\ZzZz(mysical@operamail.com)
+
+; p_blowfish.c line 616:
+msg0001=%s                                                             
+; p_blowfish.c line 628:
+msg0002=%s                                                            
+; p_client.c line 70:
+msg0003=JOIN :%sþÿ
+; p_client.c line 91:
+msg0004=:$%s*%s!%s@%s TOPIC 
+; p_client.c line 91:
+msg0005= :%sþÿ
+; p_client.c line 96:
+msg0006=:%s!*@%s TOPIC 
+; p_client.c line 96:
+msg0007= :%sþÿ
+; p_client.c line 116:
+msg0008=:%s!%s@%s PART 
+; p_client.c line 116:
+msg0009= :%sþÿ
+; p_client.c line 117:
+msg0010=Utente %s uscito dal bnc.
+; p_client.c line 119:
+msg0011=PART :%sþÿ
+; p_client.c line 139:
+msg0012=motd/USER%d.MOTD
+; p_client.c line 147:
+msg0013= 001 
+; p_client.c line 165:
+msg0014=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Hai dei messaggi. scrivi /QUOTE PLAYPRIVATELOG per leggerli.
+; p_client.c line 167:
+msg0015=AWAYþÿ
+; p_client.c line 168:
+msg0016=.AWAYþÿ
+; p_client.c line 205:
+msg0017=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s) [%s:%s] :%s [last:%-20s]þÿ
+; p_client.c line 207:
+msg0018=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s) [%s:%s] :%sþÿ
+; p_client.c line 210:
+msg0019=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s)@%s [%s:%s] :%s [last:%-20s]þÿ
+; p_client.c line 212:
+msg0020=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s)@%s [%s:%s] :%sþÿ
+; p_client.c line 218:
+msg0021=:%s!*@%s BWHO :þÿ
+; p_client.c line 226:
+msg0022=Log dei socketstat attuali
+; p_client.c line 228:
+msg0023=Fine delle stat
+; p_client.c line 237:
+msg0024=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Benvenuto %s !þÿ
+; p_client.c line 239:
+msg0025=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Questo e' uno psyBNC-IRC-Proxy anonimoþÿ
+; p_client.c line 241:
+msg0026=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sei il primo a connettersi a questo proxy server.þÿ
+; p_client.c line 242:
+msg0027=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sei l'admin del proxy. Usa il comando ADDSERVER per aggiungere un server cosi' il bouncer potra' connettersi.þÿ
+; p_client.c line 285:
+msg0028=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Ident dato. La sintassi e' ADDUSER ident :usernameþÿ
+; p_client.c line 289:
+msg0029=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Username dato. La sintassi e' ADDUSER ident :usernameþÿ
+; p_client.c line 293:
+msg0030=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :L'utente %s esiste gia'.þÿ
+; p_client.c line 331:
+msg0031=Nuovo utente:%s (%s) aggiunto da %s
+; p_client.c line 333:
+msg0032=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nuovo utente '%s' aggiunto. La password e' stata impostata a '%s'
+; p_client.c line 341:
+msg0033=Numero massimo di utenti raggiunto.
+; p_client.c line 355:
+msg0034=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Nick dati. La sintassi e' DELUSER nickþÿ
+; p_client.c line 359:
+msg0035=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Il utente %s esiste gia'.þÿ
+; p_client.c line 364:
+msg0036=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :L' utente %s e il proprietario. Smussa e cancellato.þÿ
+; p_client.c line 368:
+msg0037=User %s deleted by %s.
+; p_client.c line 383:
+msg0038=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi aggiungere un network ad un networkþÿ
+; p_client.c line 387:
+msg0039=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Network indicato. La sintassi e' ADDNETWORK networkþÿ
+; p_client.c line 391:
+msg0040=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network puo' essere al massimo 10 caratteri.þÿ
+; p_client.c line 395:
+msg0041=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Il Network %s esiste gia'.þÿ
+; p_client.c line 417:
+msg0042=Nuovo Network %s aggiunto da %s
+; p_client.c line 422:
+msg0043=Numero massimo di utenti raggiunto.
+; p_client.c line 433:
+msg0044=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Network indicato. La sintassi e' DELNETWORK networkþÿ
+; p_client.c line 437:
+msg0045=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network %s non trovato.þÿ
+; p_client.c line 441:
+msg0046=Network %s cancellato da %s.
+; p_client.c line 458:
+msg0047=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :E' stato indicato un Network non esistente. Usare SWITCHNET nuovo_network :esistenteþÿ
+; p_client.c line 463:
+msg0048=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Network esistente e' stato indicato. Usare SWITCHNET nuovo_network :esistenteþÿ
+; p_client.c line 467:
+msg0049=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network %s non trovato.þÿ
+; p_client.c line 474:
+msg0050=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Il Network %s esiste gia'.þÿ
+; p_client.c line 485:
+msg0051=:irc.psychoid.net KICK %s %s :Cambio di Network
+; p_client.c line 494:
+msg0052=:irc.psychoid.net KICK #%s~%s %s :Cambio di Network
+; p_client.c line 526:
+msg0053=:%s!%s@%s NICK :%s
+; p_client.c line 544:
+msg0054=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessuna Password fornita. La sintassi e' PASSWORD [user] :newpassþÿ
+; p_client.c line 550:
+msg0055=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Utente %s non trovatoþÿ
+; p_client.c line 557:
+msg0056=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi cambiare le password degli altri utenti.þÿ
+; p_client.c line 561:
+msg0057=USER%d
+; p_client.c line 566:
+msg0058=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Password dell'utente %s cambiata in '%s'þÿ
+; p_client.c line 592:
+msg0059=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Jump richiesto, cambio di server...þÿ
+; p_client.c line 593:
+msg0060=Jump richiesto da %s. Uscita da IRC.
+; p_client.c line 595:
+msg0061=QUIT :changing serversþÿ
+; p_client.c line 597:
+msg0062=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non sei connesso.þÿ
+; p_client.c line 617:
+msg0063=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' non trovato.þÿ
+; p_client.c line 623:
+msg0064=USER%d
+; p_client.c line 624:
+msg0065=VHOST
+; p_client.c line 626:
+msg0066=VLINK
+; p_client.c line 629:
+msg0067=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :VHOST cambiato in '%s' sul Link %d. Usa JUMP per attivare l'hostname nuovo.þÿ
+; p_client.c line 631:
+msg0068=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :VHOST cambiato in '%s'.þÿ
+; p_client.c line 648:
+msg0069=%s:%s
+; p_client.c line 666:
+msg0070=USER%d
+; p_client.c line 667:
+msg0071=PROXY
+; p_client.c line 669:
+msg0072=PPORT
+; p_client.c line 672:
+msg0073=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :PROXY rimosso. Usa JUMP per attivare i cambiamenti al proxy.þÿ
+; p_client.c line 674:
+msg0074=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :PROXY impostato su '%s:%d'. Usa JUMP per attivare i cambiamenti al proxy. Usa PROXY : per ritornare al modo senza proxy.þÿ
+; p_client.c line 691:
+msg0075=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Usa AIDLE 0 oppure AIDLE 1.þÿ
+; p_client.c line 696:
+msg0076=USER%d
+; p_client.c line 697:
+msg0077=AIDLE
+; p_client.c line 700:
+msg0078=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AIDLE attivato.þÿ
+; p_client.c line 702:
+msg0079=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AIDLE disattivato.þÿ
+; p_client.c line 717:
+msg0080=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Usa AUTOREJOIN 0 oppure AUTOREJOIN 1.þÿ
+; p_client.c line 722:
+msg0081=USER%d
+; p_client.c line 723:
+msg0082=AUTOREJOIN
+; p_client.c line 726:
+msg0083=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOREJOIN attivato.þÿ
+; p_client.c line 728:
+msg0084=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOREJOIN disattivato.þÿ
+; p_client.c line 743:
+msg0085=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Usa LEAVEQUIT 0 oppure LEAVEQUIT 1.þÿ
+; p_client.c line 748:
+msg0086=USER%d
+; p_client.c line 749:
+msg0087=LEAVEQUIT
+; p_client.c line 752:
+msg0088=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :LEAVEQUIT attivato.þÿ
+; p_client.c line 754:
+msg0089=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :LEAVEQUIT disattivato.þÿ
+; p_client.c line 769:
+msg0090=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Usa DCCENABLE 0 oppure DCCENABLE 1.þÿ
+; p_client.c line 774:
+msg0091=USER%d
+; p_client.c line 775:
+msg0092=DCCENABLED
+; p_client.c line 778:
+msg0093=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCCs dinamiche abilitate.þÿ
+; p_client.c line 780:
+msg0094=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCCs dinamiche disabilitate.þÿ
+; p_client.c line 794:
+msg0095=USER%d
+; p_client.c line 797:
+msg0096=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AWAY cambiato in '%s'.þÿ
+; p_client.c line 810:
+msg0097=USER%d
+; p_client.c line 811:
+msg0098=LEAVEMSG
+; p_client.c line 813:
+msg0099=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Messaggio di LEAVE cambiato in '%s'. Il messaggio verra' postato su tutti i canali quando si esce.þÿ
+; p_client.c line 826:
+msg0100=USER%d
+; p_client.c line 827:
+msg0101=AWAYNICK
+; p_client.c line 829:
+msg0102=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nick di AWAY cambiato in '%s'.þÿ
+; p_client.c line 843:
+msg0103=USER%d
+; p_client.c line 846:
+msg0104=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Username cambiato in '%s'. Devi usare JUMP per attivarlo.þÿ
+; p_client.c line 865:
+msg0105=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun server indicato. La sintassi e' ADDSERVER hostname :portþÿ
+; p_client.c line 868:
+msg0106=USER%d
+; p_client.c line 872:
+msg0107=%s:%s
+; p_client.c line 895:
+msg0108=SPASS%d
+; p_client.c line 896:
+msg0109=SERVERS
+; p_client.c line 905:
+msg0110=PORT%d
+; p_client.c line 906:
+msg0111=SERVERS
+; p_client.c line 907:
+msg0112=SERVER%d
+; p_client.c line 908:
+msg0113=SERVERS
+; p_client.c line 910:
+msg0114=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server %s porta %s (password: %s) aggiunto.þÿ
+; p_client.c line 916:
+msg0115=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessuno slot per server libero.þÿ
+; p_client.c line 928:
+msg0116=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun server indicato. La sintassi e' DELSERVER numeroþÿ
+; p_client.c line 931:
+msg0117=USER%d
+; p_client.c line 932:
+msg0118=SPASS%s
+; p_client.c line 933:
+msg0119=SERVERS
+; p_client.c line 934:
+msg0120=PORT%s
+; p_client.c line 935:
+msg0121=SERVERS
+; p_client.c line 936:
+msg0122=SERVER%s
+; p_client.c line 937:
+msg0123=SERVERS
+; p_client.c line 939:
+msg0124=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server %s cancellato.þÿ
+; p_client.c line 957:
+msg0125=USER%d
+; p_client.c line 963:
+msg0126=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server #%d: %s porta %dþÿ
+; p_client.c line 967:
+msg0127=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine lista servers.þÿ
+; p_client.c line 998:
+msg0128=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non hai definito un nome per questo bnc. Fai NAMEBOUNCER name prima.þÿ
+; p_client.c line 1002:
+msg0129=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Host non indicato. Usa %s name :host:port.þÿ
+; p_client.c line 1006:
+msg0130=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :name non indicato. Usa %s name :host:port.þÿ
+; p_client.c line 1010:
+msg0131=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Porta non indicata. Usa %s name :host:port.þÿ
+; p_client.c line 1024:
+msg0132=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Porta non valida. Usa %s name :host:port.þÿ
+; p_client.c line 1036:
+msg0133=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s gia' esistente.þÿ
+; p_client.c line 1041:
+msg0134=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non ci sono piu' Link-Connections liberi.þÿ
+; p_client.c line 1053:
+msg0135=Nuovo link '%s' %s %s:%d aggiunto da %s.
+; p_client.c line 1070:
+msg0136=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Valore non valido. Usa RELAYLINK linknumber :0|1.þÿ
+; p_client.c line 1074:
+msg0137=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :linknumber non indicato. Use RELAYLINK linknumber :0|1.þÿ
+; p_client.c line 1081:
+msg0138=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s sconosciuto.þÿ
+; p_client.c line 1090:
+msg0139=Relay link per linkare '%s' %sd da %s
+; p_client.c line 1103:
+msg0140=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Link-Number definito.þÿ
+; p_client.c line 1110:
+msg0141=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s sconosciuto.þÿ
+; p_client.c line 1113:
+msg0142=Link %d rimosso da %s
+; p_client.c line 1116:
+msg0143=Link per %s rimosso da %s
+; p_client.c line 1122:
+msg0144=Link da %s rimosso da %s
+; p_client.c line 1136:
+msg0145=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s
+; p_client.c line 1154:
+msg0146=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista dei Links locali.þÿ
+; p_client.c line 1173:
+msg0147=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c%d %s %s %s(%d)þÿ
+; p_client.c line 1178:
+msg0148=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :L'albero dei Linkþÿ
+; p_client.c line 1180:
+msg0149=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine Tree.þÿ
+; p_client.c line 1243:
+msg0150=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Parametri errati. Usa ADDDCC botname user pass :host:portþÿ
+; p_client.c line 1305:
+msg0151=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Usa AUTOGETDCC 0 oppure AUTOGETDCC 1.þÿ
+; p_client.c line 1310:
+msg0152=USER%d
+; p_client.c line 1311:
+msg0153=AUTOGETDCC
+; p_client.c line 1314:
+msg0154=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOGETDCC attivato.þÿ
+; p_client.c line 1316:
+msg0155=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOGETDCC disattivato.þÿ
+; p_client.c line 1342:
+msg0156=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :
+; p_client.c line 1342:
+msg0157= Help (* = Solo per l'Admin del Bouncer)ÿ
+; p_client.c line 1343:
+msg0158=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :--------------------------------------ÿ
+; p_client.c line 1345:
+msg0159=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP - Fine Aiutoÿ
+; p_client.c line 1348:
+msg0160=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP - Fine Aiutoÿ
+; p_client.c line 1362:
+msg0161=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Host indicato. Usa ADDOP [#chan] password :host
+; p_client.c line 1366:
+msg0162=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessuna Password fornita. Usa ADDOP [#chan] password :host
+; p_client.c line 1370:
+msg0163=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; negli hostname
+; p_client.c line 1373:
+msg0164=USER%d.OP
+; p_client.c line 1375:
+msg0165=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto op per l'hostmask %s (%s)
+; p_client.c line 1388:
+msg0166=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Host indicato. Usa ADDAUTOOP #chan :host
+; p_client.c line 1392:
+msg0167=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Channel indicato. Usa ADDAUTOOP #chan :host
+; p_client.c line 1396:
+msg0168=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; negli hostname
+; p_client.c line 1399:
+msg0169=USER%d.AOP
+; p_client.c line 1401:
+msg0170=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto auto-op per l'hostmask %s (%s)
+; p_client.c line 1414:
+msg0171=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Host indicato. Use ADDASK [#chan] password :host
+; p_client.c line 1418:
+msg0172=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Password indicato. Use ADDASK [#chan] password :host
+; p_client.c line 1422:
+msg0173=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; negli hostname
+; p_client.c line 1425:
+msg0174=USER%d.ASK
+; p_client.c line 1427:
+msg0175=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto op dall'hostmask %s (%s)
+; p_client.c line 1440:
+msg0176=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Host indicato. Usa ADDALLOW :hostmask
+; p_client.c line 1444:
+msg0177=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; negli hostname
+; p_client.c line 1447:
+msg0178=PSYBNC.HOSTALLOWS
+; p_client.c line 1449:
+msg0179=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto Host allow dall'hostmask %s
+; p_client.c line 1462:
+msg0180=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Host indicato. Usa ADDBAN [#canale] motivo :host
+; p_client.c line 1466:
+msg0181=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Motivo indicato. Usa ADDBAN [#canale] motivo :host
+; p_client.c line 1470:
+msg0182=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; negli hostname
+; p_client.c line 1473:
+msg0183=USER%d.BAN
+; p_client.c line 1475:
+msg0184=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto ban per l'host %s (%s)
+; p_client.c line 1490:
+msg0185=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Log Filter indicato (* per loggare tutto). Usa ADDLOG [#chan/logdest.] :filter(testo da essere loggato)
+; p_client.c line 1494:
+msg0186=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessuna Destination indicata. Usa ADDLOG [#chan/logdest.] :filter
+; p_client.c line 1498:
+msg0187=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; nel Filter
+; p_client.c line 1501:
+msg0188=USER%d.LGI
+; p_client.c line 1503:
+msg0189=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto log per destinazione %s (filtro %s)
+; p_client.c line 1522:
+msg0190=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' non trovato.þÿ
+; p_client.c line 1530:
+msg0191=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' resettato e disconnesso.þÿ
+; p_client.c line 1547:
+msg0192=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun canale o nick indicato. Usa ENCRYPT password :#canale o nick
+; p_client.c line 1551:
+msg0193=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessuna Password fornita. Usa ENCRYPT password :#canale o nick
+; p_client.c line 1555:
+msg0194=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; nei #canali o nei nick
+; p_client.c line 1558:
+msg0195=USER%d.ENC
+; p_client.c line 1561:
+msg0196=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto encryption per %s (%s)
+; p_client.c line 1590:
+msg0197=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun languages indicato. Usa TRANSLATE #canale o nick :language-from language-to
+; p_client.c line 1594:
+msg0198=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Canale o Nick indicati. Usa TRANSLATE #canale o nick :language-from language-to
+; p_client.c line 1598:
+msg0199=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; per specificare i language
+; p_client.c line 1605:
+msg0200=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Parametri insufficienti in language. Usa due specificazioni di language.
+; p_client.c line 1611:
+msg0201=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :languages errati. Usa en_de,en_fr,en_it,en_pt,de_en,fr_en,it_en,pt_en,en_zh,en_ja,en_ko,en_es,en_ru,fr_de,de_fr,ja_en,ko_en,ru_en oppure es_en.
+; p_client.c line 1623:
+msg0202=USER%d.TRA
+; p_client.c line 1626:
+msg0203=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto translator per %s (%s)
+; p_client.c line 1628:
+msg0204=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :languages errati. Usa en_de,en_fr,en_it,en_pt,de_en,fr_en,it_en oppure pt_en
+; p_client.c line 1641:
+msg0205=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELOP number
+; p_client.c line 1644:
+msg0206=USER%d.OP
+; p_client.c line 1646:
+msg0207=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Op Number %s rimosso
+; p_client.c line 1657:
+msg0208=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELOP number
+; p_client.c line 1660:
+msg0209=USER%d.AOP
+; p_client.c line 1662:
+msg0210=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Auto-Op Number %s rimosso
+; p_client.c line 1672:
+msg0211=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELASK number
+; p_client.c line 1675:
+msg0212=USER%d.ASK
+; p_client.c line 1677:
+msg0213=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AskOp Number %s rimosso
+; p_client.c line 1687:
+msg0214=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELALLOW number
+; p_client.c line 1690:
+msg0215=PSYBNC.HOSTALLOWS
+; p_client.c line 1692:
+msg0216=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Host Allow Number %s rimosso
+; p_client.c line 1704:
+msg0217=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELBAN number
+; p_client.c line 1707:
+msg0218=USER%d.BAN
+; p_client.c line 1711:
+msg0219=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ban Number %s rimosso
+; p_client.c line 1724:
+msg0220=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELLOG number
+; p_client.c line 1727:
+msg0221=USER%d.LGI
+; p_client.c line 1729:
+msg0222=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log Entry Number %s rimosso
+; p_client.c line 1741:
+msg0223=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELENCRYPT number
+; p_client.c line 1744:
+msg0224=USER%d.ENC
+; p_client.c line 1746:
+msg0225=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Encryption Number %s rimosso
+; p_client.c line 1760:
+msg0226=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELTRANSLATE number
+; p_client.c line 1763:
+msg0227=USER%d.TRA
+; p_client.c line 1765:
+msg0228=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Translator Number %s rimosso
+; p_client.c line 1777:
+msg0229=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista OPs:
+; p_client.c line 1779:
+msg0230=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista.
+; p_client.c line 1789:
+msg0231=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista Auto-OPs:
+; p_client.c line 1791:
+msg0232=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista.
+; p_client.c line 1801:
+msg0233=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista AskOPs:
+; p_client.c line 1803:
+msg0234=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista.
+; p_client.c line 1813:
+msg0235=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista Host Allows:
+; p_client.c line 1815:
+msg0236=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista.
+; p_client.c line 1825:
+msg0237=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista Bans:
+; p_client.c line 1827:
+msg0238=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista.
+; p_client.c line 1839:
+msg0239=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista Encryptions:
+; p_client.c line 1841:
+msg0240=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista.
+; p_client.c line 1855:
+msg0241=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista Translators:
+; p_client.c line 1857:
+msg0242=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista.
+; p_client.c line 1872:
+msg0243=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista Log-Entrys:
+; p_client.c line 1874:
+msg0244=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista.
+; p_client.c line 1888:
+msg0245=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :REHASH !! Tutte le connessioni saranno resettate.
+; p_client.c line 1889:
+msg0246=REHASH dall'utente %s
+; p_client.c line 1915:
+msg0247=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun user indicato. La sintassi e' MADMIN user.
+; p_client.c line 1921:
+msg0248=L'utente %s ha impostato l'utente %s come amministratore
+; p_client.c line 1923:
+msg0249=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Utente %s non trovato.
+; p_client.c line 1937:
+msg0250=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun user indicato. La sintassi UNADMIN user.
+; p_client.c line 1941:
+msg0251=L'utente %s ha tolto i diritti di amministratore dall'utente %s
+; p_client.c line 1946:
+msg0252=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Utente %s non trovato.
+; p_client.c line 1960:
+msg0253=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No user given. Syntax is BKILL user.
+; p_client.c line 1965:
+msg0254=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non e' online. Perche' killare un morto?.
+; p_client.c line 1968:
+msg0255=L'utente %s ha killato l'utente %s
+; p_client.c line 1969:
+msg0256=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sei stato killato da %s.
+; p_client.c line 1975:
+msg0257=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Utente %s non trovato.
+; p_client.c line 1995:
+msg0258=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Script ricaricatoþÿ
+; p_client.c line 2008:
+msg0259=Lista processi attivi
+; p_client.c line 2013:
+msg0260=PID: %d  STDIN: %d STDOUT: %d STDERR: %d PROGRAM: %s
+; p_client.c line 2017:
+msg0261=Fine lista processi
+; p_client.c line 2030:
+msg0262=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sei gia' quittato.ÿ
+; p_client.c line 2034:
+msg0263=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sei stato marcato come quittato.ÿ
+; p_client.c line 2037:
+msg0264=QUIT :ÿ
+; p_client.c line 2040:
+msg0265=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sei stato sconnesso.ÿ
+; p_client.c line 2054:
+msg0266=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non sei marcato come quittato.ÿ
+; p_client.c line 2073:
+msg0267=SYSTEM
+; p_client.c line 2075:
+msg0268=Nome del bouncer impostato come '%s'.
+; p_client.c line 2086:
+msg0269=L'utente %s e' uscito dal bnc (da %s)
+; p_client.c line 2087:
+msg0270=:%s!%s@%s QUIT :cyaþÿ
+; p_client.c line 2176:
+msg0271=%s%s%sþÿ
+; p_client.c line 2203:
+msg0272=%s%s%sþÿ
+; p_client.c line 2276:
+msg0273=:irc.psychoid.net PONG irc.psychoid.net :%s
+; p_client.c line 2278:
+msg0274=:%s PONG %s :%s
+; p_client.c line 2379:
+msg0275=AWAY :%sþÿ
+; p_client.c line 2386:
+msg0276=.AWAY %sþÿ
+; p_client.c line 2396:
+msg0277=NICK %sþÿ
+; p_client.c line 2398:
+msg0278=NICK %sþÿ
+; p_client.c line 2417:
+msg0279=L'utente %s e' uscito dal bnc.
+; p_client.c line 2425:
+msg0280=Utente %s: non c'e' l'utente connesso (%s)
+; p_client.c line 2426:
+msg0281=Utente %s: non c'e' l'utente connesso (%s)
+; p_client.c line 2427:
+msg0282=Errore
+; p_client.c line 2436:
+msg0283=Utente %s disconnesso (da %s)
+; p_client.c line 2437:
+msg0284=Utente %s disconnesso (da %s)
+; p_client.c line 2438:
+msg0285=Connessione perduta
+; p_dcc.c line 45:
+msg0286=USER%d.DCC
+; p_dcc.c line 75:
+msg0287=%s %s %s
+; p_dcc.c line 76:
+msg0288=%s:%dÿ
+; p_dcc.c line 78:
+msg0289=DCC per %s(%s:%d) aggiunta da %s.
+; p_dcc.c line 101:
+msg0290=USER%d
+; p_dcc.c line 105:
+msg0291=ENTRY%d
+; p_dcc.c line 159:
+msg0292=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista DCCsþÿ
+; p_dcc.c line 168:
+msg0293=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%d%c %s (%s:%d)þÿ
+; p_dcc.c line 173:
+msg0294=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine lista DCCsþÿ
+; p_dcc.c line 211:
+msg0295=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non esiste la DCC indicata.þÿ
+; p_dcc.c line 217:
+msg0296=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sessione DCC (%d) chiusa.þÿ
+; p_dcc.c line 235:
+msg0297=USER%d
+; p_dcc.c line 236:
+msg0298=ENTRY%d
+; p_dcc.c line 240:
+msg0299=ENTRY%d
+; p_dcc.c line 244:
+msg0300=ENTRY%d
+; p_dcc.c line 247:
+msg0301=ENTRY%d
+; p_dcc.c line 249:
+msg0302=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC %d cancellata.þÿ
+; p_dcc.c line 304:
+msg0303=:%s%c%s!DCC@%s PRIVMSG %s :%sþÿ
+; p_dcc.c line 328:
+msg0304=Connected to DCC: %s to %s (%s:%d)
+; p_dcc.c line 330:
+msg0305=%sþÿ
+; p_dcc.c line 333:
+msg0306=%sþÿ
+; p_dcc.c line 355:
+msg0307=DCC perduta: %s to %s (%s:%d)
+; p_dcc.c line 379:
+msg0308=Fallita connessione DCC: %s to %s (%s:%d)
+; p_dcc.c line 424:
+msg0309=Collegamento SSL-DCC: %s to %s (%s:%d)
+; p_dcc.c line 427:
+msg0310=Collegamento DCC: %s to %s (%s:%d)
+; p_dcc.c line 434:
+msg0311=Fallita connessione DCC: %s to %s (%s:%d)
+; p_dcc.c line 507:
+msg0312=/dev/
+; p_dcc.c line 509:
+msg0313=/etc/
+; p_dcc.c line 630:
+msg0314=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat stabilita
+; p_dcc.c line 638:
+msg0315=CONNECTED
+; p_dcc.c line 658:
+msg0316=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat chiusa
+; p_dcc.c line 679:
+msg0317=:%s(%s!DCCChat@%s PRIVMSG %s :%s
+; p_dcc.c line 735:
+msg0318=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat stabilita
+; p_dcc.c line 755:
+msg0319=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Trasferimento file di %s da %s%s abortito.
+; p_dcc.c line 774:
+msg0320=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Trasferimento file di %s da %s%s interrotto.
+; p_dcc.c line 805:
+msg0321=Trasferimento file %s inviato a %s%s completato.
+; p_dcc.c line 850:
+msg0322=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :L'usente %s%s(%s) ha accettato il file %s. Inizio invio del file.
+; p_dcc.c line 876:
+msg0323=downloads
+; p_dcc.c line 877:
+msg0324=downloads/USER%d
+; p_dcc.c line 884:
+msg0325=Impossibile creare file %s - annullamento.
+; p_dcc.c line 890:
+msg0326=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Connesso a %s%s(%s). Ricezione file %s.
+; p_dcc.c line 910:
+msg0327=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Connessione verso %s%s(%s) perduta. File %s incompleto.
+; p_dcc.c line 938:
+msg0328=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Errore di scrittura file durante la ricezione da %s%s(%s). File %s incompleto.
+; p_dcc.c line 965:
+msg0329=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ricevuto EOF durante la ricezione da %s%s(%s). File %s incompleto.
+; p_dcc.c line 967:
+msg0330=File %s da %s%s(%s) ricevuto.
+; p_dcc.c line 1017:
+msg0331=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non sei connesso.
+; p_dcc.c line 1022:
+msg0332=Nessun IP definito per l'uso delle DCC. Crea una linea 'PSYBNC.SYSTEM.DCCHOST=IP' nel psybnc.conf.
+; p_dcc.c line 1034:
+msg0333=Creazione porta in listening impossibile da bindare dopo 20 prove.. annullamento.
+; p_dcc.c line 1040:
+msg0334=Creazione socket fallita.. uscita.
+; p_dcc.c line 1063:
+msg0335=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Richiesta di DCC Chat inviata a %s%s (%s:%d)
+; p_dcc.c line 1067:
+msg0336=NOTICE %s :SSL-DCC Chat (%s)
+; p_dcc.c line 1070:
+msg0337=NOTICE %s :DCC Chat (%s)
+; p_dcc.c line 1085:
+msg0338=PRIVMSG %s :%cDCC CHAT chat %s %d%c
+; p_dcc.c line 1089:
+msg0339=PRIVMSG %s :%cDCC CHAT chat %lu %d%c
+; p_dcc.c line 1112:
+msg0340=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s ha inviato una richiesta di DCC Chat. Usa /DCCANSWER %s oppure /DCCANSWER S=%s (SSL) per stabilire la connessione (%s/%d).
+; p_dcc.c line 1114:
+msg0341=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s ha inviato una richiesta di DCC Chat. Usa /DCCANSWER %s per stabilire la connessione (%s/%d).
+; p_dcc.c line 1161:
+msg0342=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessuna richiesta DCC da '%s'
+; p_dcc.c line 1166:
+msg0343=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non sei connesso.
+; p_dcc.c line 1171:
+msg0344=Nessun IP definito per l'uso delle DCC. Crea una linea 'PSYBNC.SYSTEM.DCCHOST=IP' nel psybnc.conf.
+; p_dcc.c line 1177:
+msg0345=Filename invalido '%s'.
+; p_dcc.c line 1183:
+msg0346=downloads/USER%d/%s
+; p_dcc.c line 1187:
+msg0347=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :File %s non trovato.
+; p_dcc.c line 1204:
+msg0348=Creazione porta in listening impossibile da bindare dopo 20 prove.. annullamento.
+; p_dcc.c line 1210:
+msg0349=Creazione socket fallita.. uscita.
+; p_dcc.c line 1245:
+msg0350=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :SSL-DCC File Send for %s request sent to %s%s (%s:%d)
+; p_dcc.c line 1248:
+msg0351=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC File Send for %s request sent to %s%s (%s:%d)
+; p_dcc.c line 1253:
+msg0352=NOTICE %s :SSL-DCC Send %s (%s)
+; p_dcc.c line 1256:
+msg0353=NOTICE %s :DCC Send %s (%s)
+; p_dcc.c line 1271:
+msg0354=PRIVMSG %s :%cDCC SEND %s %s %d %lu%c
+; p_dcc.c line 1275:
+msg0355=PRIVMSG %s :%cDCC SEND %s %lu %d %lu%c
+; p_dcc.c line 1282:
+msg0356=downloads/USER%d/%s
+; p_dcc.c line 1302:
+msg0357=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s ha inviato una richiesta di invio file attraverso DCC per il file %s. Il file verra' downloadato automaticamente. (%s/%d).
+; p_dcc.c line 1307:
+msg0358=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s ha inviato una richiesta di invio file attraverso DCC per il file %s. Usa /DCCGET %s%s :%s oppure /DCCGET %sS=%s :%s (SSL) per ricevere il file. (%s/%d).
+; p_dcc.c line 1309:
+msg0359=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s ha inviato una richiesta di invio file attraverso DCC per il file %s. Usa /DCCGET %s%s :%s per ricevere il file. (%s/%d).
+; p_dcc.c line 1371:
+msg0360=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessuna richiesta di invio file attraverso DCC da '%s' per il file %s
+; p_dcc.c line 1486:
+msg0361=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : Lista DCCs pendenti
+; p_dcc.c line 1490:
+msg0362=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : %d %s %s (%s)
+; p_dcc.c line 1492:
+msg0363=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : %d %s %s
+; p_dcc.c line 1498:
+msg0364=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : Fine lista DCCs pendenti
+; p_dcc.c line 1548:
+msg0365=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC sconosciuta. Usa /DCCCANCEL nick :file oppure /DCCCANCEL nick.
+; p_dcc.c line 1562:
+msg0366=VERSION
+; p_dcc.c line 1564:
+msg0367=NOTICE %s :%cVERSION 
+; p_dcc.c line 1597:
+msg0368=DCC CHAT
+; p_dcc.c line 1624:
+msg0369=DCC SEND
+; p_inifunc.c line 144:
+msg0370=%s.%s.%s=
+; p_inifunc.c line 180:
+msg0371=%s.%s.%s=
+; p_inifunc.c line 181:
+msg0372=%s.%s.
+; p_inifunc.c line 281:
+msg0373=USER%d
+; p_inifunc.c line 282:
+msg0374=SERVER%d
+; p_inifunc.c line 283:
+msg0375=SERVERS
+; p_inifunc.c line 286:
+msg0376=PORT%d
+; p_inifunc.c line 287:
+msg0377=SERVERS
+; p_inifunc.c line 289:
+msg0378=SPASS%d
+; p_inifunc.c line 290:
+msg0379=SERVERS
+; p_inifunc.c line 321:
+msg0380=log/USER%d.LOG
+; p_inifunc.c line 323:
+msg0381=log/USER%d.TRA
+; p_inifunc.c line 325:
+msg0382=USER%d.
+; p_intnet.c line 132:
+msg0383=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Il Network interno (int~) non puo' essere joinato, perche' il tuo nick e' gia' in uso da %s!%s@%s. Cambia il tuo nick quindi riprova ad entrare.
+; p_intnet.c line 137:
+msg0384=:intnet!intnet@%s INTNET *@* :USER %s %s %s :%s
+; p_intnet.c line 295:
+msg0385=%s!%s@%s
+; p_intnet.c line 345:
+msg0386=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 357:
+msg0387=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 383:
+msg0388=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 435:
+msg0389=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 494:
+msg0390=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 555:
+msg0391=:intnet!intnet@%s INTNET *@* :%s
+; p_intnet.c line 599:
+msg0392=%s-psybnc.net
+; p_intnet.c line 603:
+msg0393=:%s-psybnc.net 401 %s %s :Canale inesistente
+; p_intnet.c line 608:
+msg0394=%s-psybnc.net
+; p_intnet.c line 615:
+msg0395=:%s-psybnc.net 404 %s %s :Non puoi inviare al canale
+; p_intnet.c line 618:
+msg0396=:%s-psybnc.net 404 %s %s :Non puoi inviare al canale
+; p_intnet.c line 620:
+msg0397=:%s!%s@%s %s %s :%s
+; p_intnet.c line 630:
+msg0398=%s-psybnc.net
+; p_intnet.c line 634:
+msg0399=:%s-psybnc.net 401 %s %s :Nick non esistente
+; p_intnet.c line 639:
+msg0400=%s-psybnc.net
+; p_intnet.c line 643:
+msg0401=:%s!%s@%s %s %s :%s
+; p_intnet.c line 667:
+msg0402=USER%d
+; p_intnet.c line 670:
+msg0403=ENTRY%d
+; p_intnet.c line 671:
+msg0404=INTCHANS
+; p_intnet.c line 677:
+msg0405=INTCHANS
+; p_intnet.c line 677:
+msg0406=ENTRY%d
+; p_intnet.c line 678:
+msg0407=ENTRY%d
+; p_intnet.c line 679:
+msg0408=INTCHANS
+; p_intnet.c line 692:
+msg0409=USER%d
+; p_intnet.c line 695:
+msg0410=ENTRY%d
+; p_intnet.c line 696:
+msg0411=INTCHANS
+; p_intnet.c line 701:
+msg0412=INTCHANS
+; p_intnet.c line 719:
+msg0413=USER%d
+; p_intnet.c line 723:
+msg0414=ENTRY%d
+; p_intnet.c line 724:
+msg0415=INTCHANS
+; p_intnet.c line 783:
+msg0416=%s-psybnc.net
+; p_intnet.c line 802:
+msg0417=:%s-psybnc.net 474 %s %s :Non puoi entrare nel canale, sei bannato (+b)
+; p_intnet.c line 805:
+msg0418=:%s-psybnc.net 475 %s %s :Non puoi entrare nel canale, con key (+k)
+; p_intnet.c line 808:
+msg0419=:%s-psybnc.net 473 %s %s :Non puoi entrare nel canale, ad invito (+i)
+; p_intnet.c line 814:
+msg0420=:%s!%s@%s JOIN %s
+; p_intnet.c line 817:
+msg0421=:%s!%s@%s MODE %s +o %s
+; p_intnet.c line 823:
+msg0422=:%s-psybnc.net 332 %s %s :%s
+; p_intnet.c line 835:
+msg0423=%s-psybnc.net
+; p_intnet.c line 839:
+msg0424=:%s-psybnc.net 401 %s %s :Canale inesistente
+; p_intnet.c line 859:
+msg0425=:%s-psybnc.net 441 %s %s :Non stanno nel canale
+; p_intnet.c line 881:
+msg0426=:%s-psybnc.net 441 %s %s :Non stanno nel canale
+; p_intnet.c line 900:
+msg0427=:%s-psybnc.net 441 %s %s :Non stanno nel canale
+; p_intnet.c line 922:
+msg0428=:%s-psybnc.net 441 %s %s :Non stanno nel canale
+; p_intnet.c line 952:
+msg0429=%s-psybnc.net
+; p_intnet.c line 964:
+msg0430=:%s-psybnc.net 403 %s %s :Canale inesistente
+; p_intnet.c line 989:
+msg0431=smitn
+; p_intnet.c line 1016:
+msg0432=:%s-psybnc.net 367 %s %s %s
+; p_intnet.c line 1019:
+msg0433=:%s-psybnc.net 368 %s %s :Fine della lista dei ban del canale
+; p_intnet.c line 1132:
+msg0434=:%s!%s@%s MODE %s %s%s %s
+; p_intnet.c line 1134:
+msg0435=:%s MODE %s %s%s %s
+; p_intnet.c line 1150:
+msg0436=%s-psybnc.net
+; p_intnet.c line 1155:
+msg0437=:%s-psybnc.net 403 %s %s :Canale inesistente
+; p_intnet.c line 1162:
+msg0438=:%s-psybnc.net 324 %s %s %s %s
+; p_intnet.c line 1164:
+msg0439=:%s-psybnc.net 324 %s %s %s
+; p_intnet.c line 1167:
+msg0440=:%s-psybnc.net 324 %s %s %s
+; p_intnet.c line 1236:
+msg0441=%s-psybnc.net
+; p_intnet.c line 1243:
+msg0442=:%s-psybnc.net 403 %s %s :Canale inesistente
+; p_intnet.c line 1248:
+msg0443=:%s-psybnc.net 442 %s %s :Non sei su questo canale
+; p_intnet.c line 1255:
+msg0444=:%s-psybnc.net 482 %s %s :Non sei OP
+; p_intnet.c line 1327:
+msg0445=%s-psybnc.net
+; p_intnet.c line 1334:
+msg0446=:%s-psybnc.net 403 %s %s :Canale inesistente
+; p_intnet.c line 1339:
+msg0447=:%s-psybnc.net 442 %s %s :Non sei su questo canale
+; p_intnet.c line 1341:
+msg0448=:%s!%s@%s PART %s :%s
+; p_intnet.c line 1354:
+msg0449=%s-psybnc.net
+; p_intnet.c line 1358:
+msg0450=:%s-psybnc.net 401 %s %s :Canale inesistente
+; p_intnet.c line 1383:
+msg0451= KICK 
+; p_intnet.c line 1407:
+msg0452=:%s!%s@%s KICK %s %s :%s
+; p_intnet.c line 1415:
+msg0453=%s-psybnc.net
+; p_intnet.c line 1443:
+msg0454=:%s-psybnc.net 401 %s %s :Canale inesistente
+; p_intnet.c line 1448:
+msg0455=:%s-psybnc.net 442 %s %s :Non sei su questo canale
+; p_intnet.c line 1452:
+msg0456=:%s-psybnc.net 482 %s %s :Non sei OP
+; p_intnet.c line 1469:
+msg0457=:%s!%s@%s KICK %s %s :%s
+; p_intnet.c line 1476:
+msg0458=:%s-psybnc.net 441 %s %s :Non sono su questo canale
+; p_intnet.c line 1506:
+msg0459=:%s!%s@%s NOTICE %s :Il tuo nick e' stato introdotto nella intnet dal link '%s'. Il link e' stato resettato per un collide.
+; p_intnet.c line 1519:
+msg0460=%s-psybnc.net
+; p_intnet.c line 1527:
+msg0461=:%s!%s@%s NICK :%s
+; p_intnet.c line 1548:
+msg0462=%s-psybnc.net
+; p_intnet.c line 1555:
+msg0463=:%s-psybnc.net 401 %s %s :Canale inesistente
+; p_intnet.c line 1560:
+msg0464=:%s-psybnc.net 442 %s %s :Non sei nel canale
+; p_intnet.c line 1593:
+msg0465=:%s!%s@%s QUIT :%s
+; p_intnet.c line 1614:
+msg0466=%s-psybnc.net
+; p_intnet.c line 1623:
+msg0467=:%s-psybnc.net 352 %s * %s %s %s %s H :0 ?
+; p_intnet.c line 1626:
+msg0468=:%s-psybnc.net 315 %s * :Fine del WHO
+; p_intnet.c line 1631:
+msg0469=:%s-psybnc.net 401 %s %s :Canale inesistente
+; p_intnet.c line 1636:
+msg0470=:%s-psybnc.net 442 %s %s :Non sei nel canale
+; p_intnet.c line 1641:
+msg0471=:%s-psybnc.net 352 %s %s %s %s * %s H :0 ?
+; p_intnet.c line 1644:
+msg0472=:%s-psybnc.net 315 %s %s :Fine del WHO
+; p_intnet.c line 1667:
+msg0473=%s-psybnc.net
+; p_intnet.c line 1674:
+msg0474=:%s-psybnc.net 401 %s %s :No such Nick
+; p_intnet.c line 1676:
+msg0475=:%s-psybnc.net 311 %s %s %s %s * :psyBNC Network User
+; p_intnet.c line 1677:
+msg0476=:%s-psybnc.net 319 %s %s :
+; p_intnet.c line 1701:
+msg0477=:%s-psybnc.net 312 %s %s %s :Network psyBNC
+; p_intnet.c line 1705:
+msg0478=:%s-psybnc.net 313 %s %s :e' un BNC Administrator
+; p_intnet.c line 1707:
+msg0479=:%s-psybnc.net 318 %s %s :Fine WHOIS
+; p_intnet.c line 1732:
+msg0480=Guest
+; p_intnet.c line 1756:
+msg0481=:%s!%s@%s NOTICE %s :Il tuo nick e' stato introdotto nella intnet dal link '%s'. Il link e' stato resettato per un collide.
+; p_intnet.c line 1760:
+msg0482=:intnet!intnet@%s INTNET *@* :USER %s %s %s :%s
+; p_intnet.c line 1796:
+msg0483=%s-psybnc.net
+; p_intnet.c line 1803:
+msg0484=:%s-psybnc.net 401 %s %s :Canale inesistente
+; p_intnet.c line 1808:
+msg0485=:%s-psybnc.net 442 %s %s :Non sei nel canale
+; p_intnet.c line 1812:
+msg0486=:%s-psybnc.net 482 %s %s :Non sei OP
+; p_intnet.c line 1817:
+msg0487=:%s!%s@%s TOPIC %s :%s
+; p_intnet.c line 1854:
+msg0488=%s-psybnc.net
+; p_intnet.c line 1882:
+msg0489=:%s-psybnc.net 401 %s %s :Canale inesistente
+; p_intnet.c line 1887:
+msg0490=:%s-psybnc.net 442 %s %s :Non sei nel canale
+; p_intnet.c line 1891:
+msg0491=:%s-psybnc.net 482 %s %s :Non sei OP
+; p_intnet.c line 1908:
+msg0492=:%s!%s@%s INVITE %s :%s
+; p_intnet.c line 1911:
+msg0493=:%s-psybnc.net 443 %s %s %s :e' gia' nel canale
+; p_intnet.c line 1938:
+msg0494=USER %s %s %s :%s
+; p_intnet.c line 1945:
+msg0495=:%s-psybnc.net MODE %s +
+; p_intnet.c line 1950:
+msg0496=:%s!%s@%s JOIN :%s
+; p_intnet.c line 1955:
+msg0497=%s %s
+; p_intnet.c line 1956:
+msg0498=:%s-psybnc.net MODE %s +
+; p_intnet.c line 1975:
+msg0499=%s %s
+; p_intnet.c line 1977:
+msg0500=:%s-psybnc.net MODE %s +
+; p_intnet.c line 1985:
+msg0501=%s %s
+; p_intnet.c line 1986:
+msg0502=:%s-psybnc.net MODE %s +
+; p_intnet.c line 2002:
+msg0503=%s %s
+; p_intnet.c line 2005:
+msg0504=:%s-psybnc.net MODE %s %s
+; p_intnet.c line 2027:
+msg0505=:%s!%s@%s QUIT :%s %s
+; p_intnet.c line 2036:
+msg0506=:%s!%s@%s QUIT :%s %s
+; p_link.c line 94:
+msg0507=USER %s %s 127.0.0.1 :%sþÿ
+; p_link.c line 95:
+msg0508=NICK %sþÿ
+; p_link.c line 96:
+msg0509=RELAY: Utente %s connesso.
+; p_link.c line 104:
+msg0510=RELAY: Utente %s: impossibile connettere.
+; p_link.c line 128:
+msg0511=RELAY: Utente %s: connessione perduta.
+; p_link.c line 158:
+msg0512=PSYBNC %s :%dþÿ
+; p_link.c line 165:
+msg0513=PASS %sþÿ
+; p_link.c line 166:
+msg0514=:*!*@%s RECURSIVE :%sþÿ
+; p_link.c line 168:
+msg0515=:*!*@* BWHO :þÿ
+; p_link.c line 173:
+msg0516=:TOPO!TOPO@* LISTLINKS * :þÿ
+; p_link.c line 174:
+msg0517=LINK %d: connesso a %s porta %d.
+; p_link.c line 182:
+msg0518=LINK %d: impossibile connettere a %s porta %d.
+; p_link.c line 194:
+msg0519=LINK %d: connessione a %s porta %d perduta.
+; p_link.c line 196:
+msg0520=Lost Link (%s)
+; p_link.c line 234:
+msg0521=INTNET
+; p_link.c line 249:
+msg0522=QUERY
+; p_link.c line 254:
+msg0523=:psyBNC!*@%s SYSMSG %s@%s :%s - No such userþÿ
+; p_link.c line 259:
+msg0524=:$%s*%s!psyBNC@psyBNC.dk PRIVMSG %s :%sþÿ
+; p_link.c line 261:
+msg0525=:$%s@%s!psyBNC@psyBNC.dk PRIVMSG %s :%sþÿ
+; p_link.c line 266:
+msg0526=SYSMSG
+; p_link.c line 302:
+msg0527=:psyBNC!*@
+; p_link.c line 317:
+msg0528=%s*%s
+; p_link.c line 320:
+msg0529=:$%s*%s!%s@%s. JOIN :
+; p_link.c line 342:
+msg0530=:%s!psyBNC@psyBNC.dk NOTICE %s :%sþÿ
+; p_link.c line 353:
+msg0531=Questo Link non ha nome, cancellazione.
+; p_link.c line 368:
+msg0532=RECURSIVE
+; p_link.c line 372:
+msg0533=LINK %d: RECURSIVE (%s:%d) - Cancellazione Link
+; p_link.c line 386:
+msg0534=PARTY
+; p_link.c line 395:
+msg0535=PRIVMSG
+; p_link.c line 400:
+msg0536=psyBNC
+; p_link.c line 403:
+msg0537=logged in.
+; p_link.c line 405:
+msg0538=User 
+; p_link.c line 412:
+msg0539=%s@%s
+; p_link.c line 419:
+msg0540=logged off.
+; p_link.c line 421:
+msg0541=User 
+; p_link.c line 428:
+msg0542=%s@%s
+; p_link.c line 430:
+msg0543=logged off
+; p_link.c line 435:
+msg0544=Linked to 
+; p_link.c line 437:
+msg0545=:TOPO!TOPO@%s LISTLINKS * :þÿ
+; p_link.c line 441:
+msg0546=Lost Link (
+; p_link.c line 451:
+msg0547=:$%s*%s!%s@%s. %s %s:%s
+; p_link.c line 475:
+msg0548=:psyBNC!*@%s SYSMSG %s@%s :[%s] %c %s(%s) [%s:%s] :%s [last:%-20s]þÿ
+; p_link.c line 477:
+msg0549=:psyBNC!*@%s SYSMSG %s@%s :[%s] %c %s(%s) [%s:%s] :%sþÿ
+; p_link.c line 485:
+msg0550=LISTLINKS
+; p_link.c line 505:
+msg0551=:psyBNC!*@%s SYSMSG %s@%s :[%s]%c%d %s %s %s(%d)þÿ
+; p_link.c line 514:
+msg0552=TOPIC
+; p_link.c line 522:
+msg0553=:$%s*%s!%s@%s TOPIC 
+; p_link.c line 522:
+msg0554= :%sþÿ
+; p_link.c line 530:
+msg0555=INTNET
+; p_link.c line 562:
+msg0556=Lost Link (%s)
+; p_link.c line 563:
+msg0557=LINK %d: Link perduto.
+; p_link.c line 610:
+msg0558=%sRELAY: Utente %s@%s (%s:%d): prova %s porta %d (%s).
+; p_link.c line 638:
+msg0559=linkdescriptors esauriti
+; p_link.c line 660:
+msg0560=RELAY: impossibile connettere a %s porta %d.
+; p_link.c line 694:
+msg0561=%sLINK %d: Connessione su %s:%d.
+; p_link.c line 705:
+msg0562=LINK %d: impossibile connettere a %s porta %d.
+; p_log.c line 42:
+msg0563=%s :%sÿ
+; p_log.c line 46:
+msg0564=%s :%sÿ
+; p_log.c line 48:
+msg0565=%s :%sÿ
+; p_log.c line 84:
+msg0566=salt.h
+; p_log.c line 89:
+msg0567=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :ATTEZIONE ! Sposta il file salt.h dalla shell in un posto sicuroÿ
+; p_log.c line 92:
+msg0568=log/USER%d.LOG
+; p_log.c line 104:
+msg0569=For a list
+; p_log.c line 105:
+msg0570=notes waiting on
+; p_log.c line 107:
+msg0571=http://
+; p_log.c line 108:
+msg0572=HTTP://
+; p_log.c line 134:
+msg0573=log/USER%d.LOG
+; p_log.c line 139:
+msg0574=%s~%s :(%s) %sÿ
+; p_log.c line 156:
+msg0575=log/USER%d.LOG
+; p_log.c line 158:
+msg0576=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Inizio play del Logÿ
+; p_log.c line 162:
+msg0577=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_log.c line 164:
+msg0578=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Usa ERASEPRIVATELOG per eliminare il logÿ
+; p_log.c line 178:
+msg0579=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non sei amministratoreÿ
+; p_log.c line 186:
+msg0580=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Inizio del log principaleÿ
+; p_log.c line 188:
+msg0581=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_log.c line 190:
+msg0582=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Usa ERASEMAINLOG per eliminare il logÿ
+; p_log.c line 217:
+msg0583=log/USER%d.TRL
+; p_log.c line 220:
+msg0584=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun filtro definito. Usa PLAYTRAFFICLOG source mm-dd-yy hh:mm:ss mm-dd-yy hh:mm:ss :text (* per loggare ogni cosa). Puoi anche usare PLAYTRAFFICLOG last.þÿ
+; p_log.c line 234:
+msg0585=%s %d-%d-%d %d:%d:%d %d-%d-%d %d:%d:%d :%sÿ
+; p_log.c line 260:
+msg0586=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :Inizio del play del log a partire da last.þÿ
+; p_log.c line 262:
+msg0587=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Inizio del play del log (%s, da %04d-%02d-%02d %02d:%02d:%02d a %04d-%02d-%02d %02d:%02d:%02d, filtro %s)þÿ
+; p_log.c line 268:
+msg0588=%d-%d-%d-%d-%d-%d:%s:
+; p_log.c line 312:
+msg0589=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :Fine del log.þÿ
+; p_log.c line 314:
+msg0590=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine del log (%s)þÿ
+; p_log.c line 321:
+msg0591=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sintassi errata. Usa PLAYTRAFFICLOG source mm-dd-yy hh:mm:ss mm-dd-yy hh:mm:ss :text (* for ogni cosa)þÿ
+; p_log.c line 333:
+msg0592=%s.old
+; p_log.c line 345:
+msg0593=log/USER%d.LOG
+; p_log.c line 347:
+msg0594=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log cancellatoÿ
+; p_log.c line 359:
+msg0595=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non sei amministratoreÿ
+; p_log.c line 365:
+msg0596=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log principale cancellatoÿ
+; p_log.c line 381:
+msg0597=log/USER%d.TRL
+; p_log.c line 385:
+msg0598=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log del traffico cancellatoÿ
+; p_log.c line 387:
+msg0599=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun log di traffico apertoÿ
+; p_log.c line 433:
+msg0600=log/USER%d.TRL
+; p_log.c line 438:
+msg0601=%02d-%02d-%02d-%02d-%02d-%02d:%s:%sÿ
+; p_memory.c line 39:
+msg0602=MEMORIA ESAURITA. Ultimo contesto: %s/%s Linea %d - killo il bouncer !
+; p_memory.c line 290:
+msg0603=Contesto programma : %s/%s Linea %d
+; p_memory.c line 299:
+msg0604=Errore BUS - Crash !
+; p_memory.c line 306:
+msg0605=SEGMENT VIOLATION - Crash !
+; p_memory.c line 313:
+msg0606=Errore di floating point - Crash !
+; p_memory.c line 322:
+msg0607=Terminato - quit per tutti gli utenti
+; p_memory.c line 330:
+msg0608=QUIT :terminatedÿ
+; p_memory.c line 336:
+msg0609=ERROR :terminatedÿ
+; p_memory.c line 345:
+msg0610=Ricevuto il segnale TERMINATE dal terminale
+; p_memory.c line 354:
+msg0611=Ricevuto HangUp - rehash
+; p_memory.c line 363:
+msg0612=Ricevuto il segnale QUIT - ignorato
+; p_memory.c line 372:
+msg0613=Log stat SSL
+; p_memory.c line 374:
+msg0614=Criptatore globale: Nessuna negoziazione attiva
+; p_memory.c line 378:
+msg0615=Nessuno.
+; p_memory.c line 379:
+msg0616=Criptatore globale: %s
+; p_memory.c line 381:
+msg0617=%4ld elementi nella cache di sessione
+; p_memory.c line 383:
+msg0618=%4d client connessi (SSL_connect())
+; p_memory.c line 385:
+msg0619=%4d client connessi che hanno finito
+; p_memory.c line 388:
+msg0620=%4d richieste di rinegoziazione client
+; p_memory.c line 391:
+msg0621=%4d connessioni server (SSL_accept())
+; p_memory.c line 393:
+msg0622=%4d connessioni server che hanno finito
+; p_memory.c line 396:
+msg0623=%4d richieste di rinegoziazione server
+; p_memory.c line 399:
+msg0624=%4d hits cache di sessione
+; p_memory.c line 400:
+msg0625=%4d miss cache di sessione
+; p_memory.c line 401:
+msg0626=%4d timeouts della cache di sessione
+; p_memory.c line 402:
+msg0627=Fine statistiche SSL
+; p_memory.c line 434:
+msg0628=Ricevuto USER1 - Debug dei sockets
+; p_memory.c line 453:
+msg0629=SOCK %-3d : TYPE - %s, SRC - %-41s:%-5d, DST- %-41s:%-5d, STATE - %s, BYTESIN - %-16d, BYTESOUT - %-16d, ENC - %s(%s/%d), SINCE - %s
+; p_memory.c line 458:
+msg0630=SOCK %-3d : TYPE - %s, SRC - %-41s:%-5d, DST- %-41s:%-5d, STATE - %s, BYTESIN - %-16d, BYTESOUT - %-16d, ENC - %s, SINCE - %s
+; p_memory.c line 462:
+msg0631=SOCK %-3d : TYPE - %s, SRC - %-41s:%-5d, DST- %-41s:%-5d, STATE - %s, BYTESIN - %-16d, BYTESOUT - %-16d, SINCE - %s
+; p_memory.c line 469:
+msg0632=SOCK: %-3d spirato, chiusura
+; p_memory.c line 489:
+msg0633=Ricevuto USR2 - Ricaricamento configurazione
+; p_memory.c line 499:
+msg0634=Interrotto - chiusura applicazione.
+; p_memory.c line 506:
+msg0635=Ricevuto segnale Ill - continuazione.
+; p_memory.c line 513:
+msg0636=Killato - chiusura applicazione.
+; p_network.c line 86:
+msg0637=:int~%s!%s
+; p_network.c line 88:
+msg0638=:%s!%s
+; p_network.c line 110:
+msg0639=%s %s %s
+; p_network.c line 112:
+msg0640=%s %s %s
+; p_network.c line 156:
+msg0641=%s %s
+; p_network.c line 170:
+msg0642=%s %s
+; p_network.c line 184:
+msg0643=%s - Network sconosciutoÿ
+; p_network.c line 261:
+msg0644=%s%c#%s~%s
+; p_network.c line 282:
+msg0645=%s:%s~%s
+; p_network.c line 292:
+msg0646=%c%s~%s
+; p_network.c line 333:
+msg0647=%s%c%s%c
+; p_network.c line 335:
+msg0648=%s%s%c
+; p_network.c line 338:
+msg0649=%s%s%c
+; p_network.c line 342:
+msg0650=%s%c%s~%s%c
+; p_network.c line 344:
+msg0651=%s%s~%s%c
+; p_network.c line 377:
+msg0652=%s %s~%s
+; p_network.c line 423:
+msg0653=%s :%s
+; p_network.c line 443:
+msg0654=%s %s %s
+; p_network.c line 445:
+msg0655=%s %s~%s %s
+; p_network.c line 485:
+msg0656=0123456789
+; p_network.c line 490:
+msg0657=%s%s%c
+; p_network.c line 492:
+msg0658=%s%s~%s%c
+; p_network.c line 495:
+msg0659=%s%s%c
+; p_network.c line 504:
+msg0660=INVITE
+; p_network.c line 511:
+msg0661=%s :#%s~%s
+; p_network.c line 535:
+msg0662=%s %s %s
+; p_network.c line 537:
+msg0663=%s %s~%s %s
+; p_peer.c line 132:
+msg0664=LINK %d: Prima connessione attraverso SSL. Certificato salvato
+; p_peer.c line 137:
+msg0665=Link %d
+; p_peer.c line 142:
+msg0666=:%s!*@%s IAM :þÿ
+; p_peer.c line 144:
+msg0667=:*!*@* BWHO :þÿ
+; p_peer.c line 145:
+msg0668=:psyBNC@%s!*@%s TOPIC 
+; p_peer.c line 145:
+msg0669= :%sþÿ
+; p_peer.c line 147:
+msg0670=:*!*@* LISTLINKS :þÿ
+; p_peer.c line 165:
+msg0671=Linked to %s
+; p_peer.c line 166:
+msg0672=Linked to %s
+; p_peer.c line 175:
+msg0673=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :Relay non permessi. Arrivederci.þÿ
+; p_peer.c line 262:
+msg0674=User %s: Primo log in attraverso SSL. Certificato ricevuto e salvato.
+; p_peer.c line 269:
+msg0675=User %s
+; p_peer.c line 275:
+msg0676=User %s loggato nel bnc.
+; p_peer.c line 277:
+msg0677=User %s loggato nel bnc.
+; p_peer.c line 289:
+msg0678=:-psyBNC!psychiod@EuShells.com NOTICE %s :Nuova connessione da %sÿ
+; p_peer.c line 294:
+msg0679=User %s loggato (non in Partyline).
+; p_peer.c line 297:
+msg0680=User %s loggato.
+; p_peer.c line 321:
+msg0681=:%s!%s@%s NICK :%sþÿ
+; p_peer.c line 335:
+msg0682=NICK %sþÿ
+; p_peer.c line 343:
+msg0683=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Hai messaggi. Scivi /QUOTE PLAYPRIVATELOG per leggere i tuoi messaggi.
+; p_peer.c line 345:
+msg0684=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non ci sono nuovi messaggi per te
+; p_peer.c line 374:
+msg0685=Perduta connessione da %s (%s)
+; p_peer.c line 385:
+msg0686=Perduta connessione da  %s (%s)
+; p_peer.c line 405:
+msg0687=Login fallito. Disconnessione.ÿ
+; p_peer.c line 419:
+msg0688=PSYBNC
+; p_peer.c line 424:
+msg0689=VHOST
+; p_peer.c line 427:
+msg0690=CONNECT
+; p_peer.c line 431:
+msg0691=RELAY
+; p_peer.c line 440:
+msg0692=:-psyBNC!psyBNC@psyBNC.dk NOTICE %s :Il tuo client IRC non ha inviato la password. Scrivi /QUOTE PASS tuapassword per connetterti.
+; p_peer.c line 451:
+msg0693=Fallito link in entrata %s (%s)
+; p_peer.c line 463:
+msg0694=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Password errata. Disconnessione.ÿ
+; p_peer.c line 464:
+msg0695=Autenticazione fallita per %s dall'host %s
+; p_peer.c line 481:
+msg0696=*!*@%s
+; p_peer.c line 485:
+msg0697=*!*@%s
+; p_peer.c line 507:
+msg0698=Sono consentite un massimo di 3 connessioni per host !ÿ
+; p_peer.c line 513:
+msg0699=Troppe connessioni, rimozione delle connessioni da %s
+; p_peer.c line 514:
+msg0700=Troppe connessioni dall'host !ÿ
+; p_peer.c line 518:
+msg0701=:Welcome!psyBNC@psyBNC.dk NOTICE * :
+; p_peer.c line 532:
+msg0702=killed by user abort
+; p_peer.c line 573:
+msg0703=SYSTEM
+; p_peer.c line 573:
+msg0704=DCCHOST
+; p_peer.c line 573:
+msg0705=PSYBNC
+; p_peer.c line 577:
+msg0706=DCCHOST dev'essere in formato IP decimale puntato (nnn.nnn.nnn.nnn)
+; p_peer.c line 584:
+msg0707=PORT%d
+; p_peer.c line 585:
+msg0708=SYSTEM
+; p_peer.c line 585:
+msg0709=PSYBNC
+; p_peer.c line 588:
+msg0710=HOST%d
+; p_peer.c line 589:
+msg0711=SYSTEM
+; p_peer.c line 589:
+msg0712=PSYBNC
+; p_peer.c line 614:
+msg0713=Impossibile impostare un Host per le DCC Chats e per i Files. Imposta almeno un Listener per un IP.
+; p_script.c line 123:
+msg0714=Numero massimo di subtasks paralleli raggiunto durante la tentata esecuzione di '%s' dall'utente %s
+; p_script.c line 187:
+msg0715=EOFÿ
+; p_script.c line 208:
+msg0716=Impossibile creare i sockets per il task '%s' dell'utente %s
+; p_script.c line 216:
+msg0717=SIN/%d
+; p_script.c line 226:
+msg0718=SOUT/%d
+; p_script.c line 236:
+msg0719=SERR/%d
+; p_script.c line 343:
+msg0720=DCCCHAT
+; p_script.c line 344:
+msg0721=DCCSEND
+; p_script.c line 345:
+msg0722=SERVER
+; p_script.c line 346:
+msg0723=DIALOGUE
+; p_script.c line 348:
+msg0724=ALIAS
+; p_server.c line 43:
+msg0725=motd/USER%d.MOTD
+; p_server.c line 46:
+msg0726= 001 
+; p_server.c line 75:
+msg0727=MODE %s +iþÿ
+; p_server.c line 95:
+msg0728=PONG :%sþÿ
+; p_server.c line 97:
+msg0729=PONG :%sþÿ
+; p_server.c line 106:
+msg0730=PRIVMSG %s :awayþÿ
+; p_server.c line 108:
+msg0731=NICK %sþÿ
+; p_server.c line 110:
+msg0732=NICK %sþÿ
+; p_server.c line 144:
+msg0733=NICK %sþÿ
+; p_server.c line 155:
+msg0734=USER%d
+; p_server.c line 181:
+msg0735=JOIN %s %sÿ
+; p_server.c line 183:
+msg0736=JOIN %sÿ
+; p_server.c line 200:
+msg0737=$QUIT
+; p_server.c line 201:
+msg0738=PART %s :%sþÿ
+; p_server.c line 203:
+msg0739=PART %s :%sþÿ
+; p_server.c line 220:
+msg0740=$QUIT
+; p_server.c line 221:
+msg0741=PRIVMSG %s :%cACTION e' away (%s)%cþÿ
+; p_server.c line 223:
+msg0742=PRIVMSG %s :%cACTION e' away (%s)%cþÿ
+; p_server.c line 253:
+msg0743=:%s!%s@%s JOIN :%s%sÿ
+; p_server.c line 255:
+msg0744=:%s 332 %s %s%s :%sÿ
+; p_server.c line 266:
+msg0745=:irc.psychoid.net MODE %s%s +%c %sþÿ
+; p_server.c line 284:
+msg0746=MODE %s +b %s
+; p_server.c line 285:
+msg0747=KICK %s %s :bannato: %s
+; p_server.c line 288:
+msg0748=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :L'utente %s(%s) corrisponde al ban (%s), kickbannato su %s
+; p_server.c line 302:
+msg0749=MODE %s +o %s
+; p_server.c line 305:
+msg0750=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :L'utente %s(%s) corrisponde all'autoop (%s), oppato su %s
+; p_server.c line 330:
+msg0751=MODE %s +o %s
+; p_server.c line 332:
+msg0752=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :L'utente %s(%s) corrisponde all'op (%s), oppato su %s
+; p_server.c line 358:
+msg0753=.op %s %sþÿ
+; p_server.c line 366:
+msg0754=PRIVMSG %s :op %s %s
+; p_server.c line 369:
+msg0755=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Chiesto a %s(%s) l'op su %s
+; p_server.c line 398:
+msg0756=%s!%s@%s
+; p_server.c line 423:
+msg0757=WHO %s
+; p_server.c line 566:
+msg0758= KICK 
+; p_server.c line 596:
+msg0759=[KICKED] from %s (%s)
+; p_server.c line 666:
+msg0760=Utente %s (%s) disconnesso (da %s) Motivo: %s
+; p_server.c line 675:
+msg0761=motd/USER%d.MOTD
+; p_server.c line 735:
+msg0762= 315 
+; p_server.c line 781:
+msg0763= 324 
+; p_server.c line 826:
+msg0764= 332 
+; p_server.c line 877:
+msg0765= 353 
+; p_server.c line 1029:
+msg0766=%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c
+; p_server.c line 1068:
+msg0767=%c%c%c%c%c%c
+; p_server.c line 1081:
+msg0768=%s %dþÿ
+; p_server.c line 1085:
+msg0769=CONNECT %s:%d HTTP/1.0ÿÿ
+; p_server.c line 1104:
+msg0770=RELAY %s :%dþÿ
+; p_server.c line 1105:
+msg0771=VHOST :%sþÿ
+; p_server.c line 1106:
+msg0772=CONNECT %s :%dþÿ
+; p_server.c line 1110:
+msg0773=PASS %sþÿ
+; p_server.c line 1112:
+msg0774=USER %s %s 127.0.0.1 :%sþÿ
+; p_server.c line 1114:
+msg0775=NICK %sþÿ
+; p_server.c line 1116:
+msg0776=NICK %sþÿ
+; p_server.c line 1119:
+msg0777=PASS %sþÿ
+; p_server.c line 1121:
+msg0778=Utente %s (%s) connesso a %s:%d (%s)
+; p_server.c line 1132:
+msg0779=Utente %s: impossibile connettere a %s porta %d.
+; p_server.c line 1138:
+msg0780=motd/USER%d.MOTD
+; p_server.c line 1150:
+msg0781=Utente %s disconnesso dal server.
+; p_server.c line 1158:
+msg0782=motd/USER%d.MOTD
+; p_server.c line 1206:
+msg0783=L'utente %s (%s) non ha nessun server in lista
+; p_server.c line 1213:
+msg0784=L'utente %s (%s) non ha nessun server in lista
+; p_server.c line 1262:
+msg0785=%s/.ispoof
+; p_server.c line 1278:
+msg0786=Utente %s (%s) prova il proxy %s porta %d sul server %s porta %d
+; p_server.c line 1283:
+msg0787=Utente %s (%s) prova %s porta %d sul link %s (%s:%d) (%s).
+; p_server.c line 1286:
+msg0788=Utente %s (%s) prova server %s porta %d (%s).
+; p_server.c line 1294:
+msg0789=Utente %s: impossibile connettere a %s porta %d.
+; p_socket.c line 75:
+msg0790=Errore creazione socket
+; p_socket.c line 116:
+msg0791=IMPOSSIBILE ALLOCARE SPAZIO PER IL SOCKET - SHUT DOWN
+; p_socket.c line 196:
+msg0792= (SSL)
+; p_socket.c line 206:
+msg0793=Impossibile creare sock Listener sull'host %s porta %d%s
+; p_socket.c line 243:
+msg0794=Impossibile creare sock Listener sull'host %s porta %d%s (lookup)
+; p_socket.c line 265:
+msg0795=Impossibile creare sock Listener sull'host %s porta %d%s (lookup)
+; p_socket.c line 286:
+msg0796=Impossibile creare sock Listener sull'host %s porta %d%s (bind)
+; p_socket.c line 293:
+msg0797=Impossibile creare sock Listener sull'host %s porta %d%s (listen)
+; p_socket.c line 298:
+msg0798=In Listening su: %s porta %d%sÿ
+; p_socket.c line 299:
+msg0799=Listener creato :%s porta %d%s
+; p_socket.c line 493:
+msg0800=PING :pþÿ
+; p_socket.c line 496:
+msg0801=PING :pþÿ
+; p_socket.c line 812:
+msg0802=PONG 
+; p_socket.c line 846:
+msg0803=Impossibile creare connessione SSL per il socket %d(%d) (SETFD)
+; p_socket.c line 862:
+msg0804=Impossibile creare connessione SSL per il socket  %d(%d) (CONNECT)
+; p_socket.c line 972:
+msg0805=%s: Nessun certificato SSL dato
+; p_socket.c line 975:
+msg0806=%s: Nessun certificato SSL dato - Connessione rifiutata
+; p_socket.c line 983:
+msg0807=%s: Ricevuto il corretto Certificato e la giusta key
+; p_socket.c line 988:
+msg0808=%s: Ricevuto il corretto Certificato, ma non la giusta key - Connessione rifiutata
+; p_socket.c line 991:
+msg0809=%s: Ricevuto il corretto Certificato, ma non la giusta key - ignorato
+; p_socket.c line 998:
+msg0810=%s: Ricevuto Certificato non valido (%s) - Ignorato
+; p_socket.c line 1003:
+msg0811=%s: Ricevuto Certificato non valido (%s) - Connessione rifiutata
+; p_socket.c line 1108:
+msg0812=Impossibile trovare il socket in listening.
+; p_socket.c line 1115:
+msg0813=Connessione illecita da %s. Connessione chiusa.
+; p_socket.c line 1121:
+msg0814=connessione da %s
+; p_socket.c line 1151:
+msg0815=Impossibile inizializzare la connessione SSL da %s: %s. Chiusura connessione.
+; p_socket.c line 1156:
+msg0816=Connessione SSL accettata da %s
+; p_socket.c line 1332:
+msg0817=Impossibile creare la connessione SSL per il socket %d(%d) (FD)
+; p_string.c line 346:
+msg0818=LISTS
+; p_string.c line 353:
+msg0819=ENTRY%d
+; p_string.c line 385:
+msg0820=LISTS
+; p_string.c line 388:
+msg0821=ENTRY%d
+; p_string.c line 390:
+msg0822=ENTRY%d
+; p_string.c line 391:
+msg0823=%s;%s
+; p_string.c line 421:
+msg0824=LISTS
+; p_string.c line 425:
+msg0825=%s.%s.
+; p_string.c line 433:
+msg0826=ENTRY%d
+; p_string.c line 467:
+msg0827=%s:%s
+; p_string.c line 470:
+msg0828=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Elemento #%d: %s
+; p_string.c line 573:
+msg0829=lang/%s.lng
+; p_string.c line 583:
+msg0830=desc 
+; p_string.c line 639:
+msg0831=MSG%04d
+; p_sysmsg.c line 37:
+msg0832=:%s!%s@%s JOIN :
+; p_sysmsg.c line 40:
+msg0833=:irc.psychoid.net 332 %s 
+; p_sysmsg.c line 40:
+msg0834= :%sþÿ
+; p_sysmsg.c line 42:
+msg0835=:irc.psychoid.net 353 %s = 
+; p_sysmsg.c line 50:
+msg0836=:irc.psychoid.net 353 %s = 
+; p_sysmsg.c line 59:
+msg0837=:irc.psychoid.net 366 %s 
+; p_sysmsg.c line 59:
+msg0838= :Fine della lista NAMES.þÿ
+; p_sysmsg.c line 60:
+msg0839=Utente %s entrato.
+; p_sysmsg.c line 135:
+msg0840=%s!%s. QUIT :link perduto (%s)þÿ
+; p_sysmsg.c line 191:
+msg0841=psyBNC
+; p_sysmsg.c line 193:
+msg0842=PRIVMSG
+; p_sysmsg.c line 216:
+msg0843=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_sysmsg.c line 244:
+msg0844=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_sysmsg.c line 326:
+msg0845=:%s!*@%s PARTY * :%sþÿ
+; p_sysmsg.c line 343:
+msg0846=:%s!*@%s QUERY %s :%sþÿ
+; p_sysmsg.c line 354:
+msg0847=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Utente %s non nel bouncer
+; p_sysmsg.c line 367:
+msg0848=psyBNC
+; p_sysmsg.c line 369:
+msg0849=logged in.
+; p_sysmsg.c line 384:
+msg0850=logged off.
+; p_sysmsg.c line 396:
+msg0851=logged off.
+; p_sysmsg.c line 398:
+msg0852=Lost Link (
+; p_sysmsg.c line 413:
+msg0853=:%s!psyBNC@%s. QUIT :Lost Linkþÿ
+; p_sysmsg.c line 436:
+msg0854=:$%s!%s@%s. %s %s:%s
+; p_sysmsg.c line 446:
+msg0855=:$%s!%s@%s %s %s :%s
+; p_sysmsg.c line 455:
+msg0856=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Utente %s non nel bouncer
+; p_sysmsg.c line 478:
+msg0857=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Connessione DCC %s sconosciuta o non stabilita
+; p_sysmsg.c line 481:
+msg0858=%sþÿ
+; p_topology.c line 112:
+msg0859=         
+; p_topology.c line 120:
+msg0860=--------
+; p_translate.c line 76:
+msg0861=%s %s :
+; p_translate.c line 79:
+msg0862=:%s %s %s :
+; p_translate.c line 81:
+msg0863=:%s %s %s :
+; p_translate.c line 94:
+msg0864=babelfish.altavista.com
+; p_translate.c line 164:
+msg0865=doit=done&urltext=%s&lp=%s
+; p_translate.c line 165:
+msg0866=POST /raging/translate.dyn? HTTP/1.1þÿAccept: */*þÿAccept-Language: enþÿContent-Type: application/x-www-form-urlencodedþÿAccept-Encoding: gzip, deflateþÿUser-Agent: Modzilla/4.0 (compatible; NetBitch 1.0; C64 1.0; DigExt)þÿHost: babelfish.altavista.comþÿContent-Length: %dþÿConnection: Keep-Aliveþÿþÿ%s
+; p_translate.c line 174:
+msg0867=ERRORE: nel Translator (%d:%d)
+; p_translate.c line 194:
+msg0868=<strong class=hed>
+; p_translate.c line 225:
+msg0869=</strong>
+; p_translate.c line 263:
+msg0870=<textarea
+; p_translate.c line 287:
+msg0871=</textarea
+; p_translate.c line 290:
+msg0872=cgi-bin
+; p_translate.c line 298:
+msg0873=correntemente non disponibile
+; p_translate.c line 319:
+msg0874=:%s!%s@%s PRIVMSG %s :(tradotto)%s
+; p_translate.c line 321:
+msg0875=:%s PRIVMSG %s :(originale)%s
+; p_translate.c line 354:
+msg0876=Timeout: Translation %d (%s:%s)
+; p_uchannel.c line 88:
+msg0877=+%s %s
+; p_uchannel.c line 146:
+msg0878=USER%d
+; p_uchannel.c line 147:
+msg0879=CHANNELS
+; p_uchannel.c line 147:
+msg0880=ENTRY%d
+; p_uchannel.c line 149:
+msg0881=USER%d
+; p_uchannel.c line 150:
+msg0882=ENTRY%d
+; p_uchannel.c line 152:
+msg0883=CHANNELS
+; p_uchannel.c line 421:
+msg0884=USER%d.CHANNELS.ENTRY%d
+; p_uchannel.c line 423:
+msg0885=USER%d.CHANNELS.KEY%d
+; p_uchannel.c line 474:
+msg0886=USER%d
+; p_uchannel.c line 475:
+msg0887=KEY%d
+; p_uchannel.c line 476:
+msg0888=CHANNELS
+; p_uchannel.c line 601:
+msg0889=#int~
+; p_uchannel.c line 606:
+msg0890=:%s 353 %s = %s%s :
+; p_uchannel.c line 635:
+msg0891=:%s 366 %s %s%s :Fine della lista /NAMES.ÿ
+; p_uchannel.c line 650:
+msg0892=%c%c %s
+; p_uchannel.c line 848:
+msg0893=USER%d
+; p_uchannel.c line 849:
+msg0894=KEY%d
+; p_uchannel.c line 850:
+msg0895=CHANNELS
+; p_uchannel.c line 866:
+msg0896=USER%d
+; p_uchannel.c line 867:
+msg0897=KEY%d
+; p_uchannel.c line 868:
+msg0898=CHANNELS
+; p_uchannel.c line 975:
+msg0899=USER%d
+; p_uchannel.c line 978:
+msg0900=ENTRY%d
+; p_uchannel.c line 979:
+msg0901=CHANNELS
+; p_uchannel.c line 983:
+msg0902=KEY%d
+; p_uchannel.c line 984:
+msg0903=CHANNELS
+; p_userfile.c line 37:
+msg0904=USER%d
+; p_userfile.c line 39:
+msg0905=QUIT :simone disse: rehasha sto cosoÿ
+; p_userfile.c line 46:
+msg0906=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :rehashingÿ
+; p_userfile.c line 53:
+msg0907=LOGIN
+; p_userfile.c line 60:
+msg0908=PARENT
+; p_userfile.c line 69:
+msg0909=psy%d
+; p_userfile.c line 75:
+msg0910=Avvertimento ! L'utente %s non ha una password settata.
+; p_userfile.c line 93:
+msg0911=VHOST
+; p_userfile.c line 95:
+msg0912=PROXY
+; p_userfile.c line 99:
+msg0913=AWAYNICK
+; p_userfile.c line 101:
+msg0914=LEAVEMSG
+; p_userfile.c line 103:
+msg0915=LASTWHOIS
+; p_userfile.c line 109:
+msg0916=NETWORK
+; p_userfile.c line 111:
+msg0917=RIGHTS
+; p_userfile.c line 120:
+msg0918=QUITTED
+; p_userfile.c line 127:
+msg0919=VLINK
+; p_userfile.c line 133:
+msg0920=PPORT
+; p_userfile.c line 139:
+msg0921=AUTOGETDCC
+; p_userfile.c line 145:
+msg0922=DCCENABLED
+; p_userfile.c line 151:
+msg0923=AIDLE
+; p_userfile.c line 157:
+msg0924=LEAVEQUIT
+; p_userfile.c line 163:
+msg0925=AUTOREJOIN
+; p_userfile.c line 169:
+msg0926=SYSMSG
+; p_userfile.c line 175:
+msg0927=LASTLOG
+; p_userfile.c line 188:
+msg0928=PUBKEYCHKSUM
+; p_userfile.c line 204:
+msg0929=USER%d.BAN
+; p_userfile.c line 207:
+msg0930=USER%d.OP
+; p_userfile.c line 210:
+msg0931=USER%d.AOP
+; p_userfile.c line 213:
+msg0932=USER%d.ASK
+; p_userfile.c line 216:
+msg0933=USER%d.LGI
+; p_userfile.c line 220:
+msg0934=USER%d.ENC
+; p_userfile.c line 225:
+msg0935=USER%d.TRA
+; p_userfile.c line 230:
+msg0936=log/USER%d.TRL
+; p_userfile.c line 247:
+msg0937=USER%d
+; p_userfile.c line 249:
+msg0938=LOGIN
+; p_userfile.c line 258:
+msg0939=VHOST
+; p_userfile.c line 259:
+msg0940=PROXY
+; p_userfile.c line 261:
+msg0941=LEAVEMSG
+; p_userfile.c line 262:
+msg0942=AWAYNICK
+; p_userfile.c line 263:
+msg0943=NETWORK
+; p_userfile.c line 265:
+msg0944=RIGHTS
+; p_userfile.c line 267:
+msg0945=VLINK
+; p_userfile.c line 269:
+msg0946=PPORT
+; p_userfile.c line 271:
+msg0947=PARENT
+; p_userfile.c line 273:
+msg0948=QUITTED
+; p_userfile.c line 275:
+msg0949=DCCENABLED
+; p_userfile.c line 277:
+msg0950=AUTOGETDCC
+; p_userfile.c line 279:
+msg0951=AIDLE
+; p_userfile.c line 281:
+msg0952=LEAVEQUIT
+; p_userfile.c line 283:
+msg0953=AUTOREJOIN
+; p_userfile.c line 285:
+msg0954=SYSMSG
+; p_userfile.c line 287:
+msg0955=LASTLOG
+; p_userfile.c line 288:
+msg0956=LASTWHOIS
+; p_userfile.c line 291:
+msg0957=PUBKEYCHKSUM
+; p_userfile.c line 304:
+msg0958=LINKS
+; p_userfile.c line 305:
+msg0959=LINK%d
+; p_userfile.c line 315:
+msg0960=ALLOWRELAY
+; p_userfile.c line 326:
+msg0961=LINKS
+; p_userfile.c line 327:
+msg0962=LINK%d
+; p_userfile.c line 334:
+msg0963=ALLOWRELAY
+; p_userfile.c line 346:
+msg0964=Caricamento degli utenti..
+; p_userfile.c line 352:
+msg0965=Nessun utente trovato.
+; p_userfile.c line 373:
+msg0966=LINK: -> %s (%d) chiusura connessioneÿ
+; p_userfile.c line 377:
+msg0967=LINK: <- %s (%d) chiusura connessioneÿ
+; p_userfile.c line 380:
+msg0968=LINK%d
+; p_userfile.c line 395:
+msg0969=ALLOWRELAY
+; psybnc.c line 54:
+msg0970=[SSL-Server] Impossibile creare SSL-Context per connessioni in entrata. Terminazione.
+; psybnc.c line 59:
+msg0971=[SSL-Server] Caricamento certificato SSL %s fallito
+; psybnc.c line 64:
+msg0972=[SSL-Server] Caricamento key privata SSL %s fallito
+; psybnc.c line 69:
+msg0973=[SSL-Server] Controllo key privata SSL fallito
+; psybnc.c line 76:
+msg0974=[SSL-Client] Impossibile creare SSL-Context per connessioni in uscita. Terminazione.
+; psybnc.c line 81:
+msg0975=[SSL-Client] Caricamento certificato SSL %s fallito
+; psybnc.c line 86:
+msg0976=[SSL-Client] Caricamento key privata SSL %s fallito
+; psybnc.c line 91:
+msg0977=[SSL-Client] Controllo key privata SSL fallito
+; psybnc.c line 94:
+msg0978=SSL inizializzato
+; psybnc.c line 145:
+msg0979=.-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-.ÿ
+; psybnc.c line 146:
+msg0980= ,----.,----.,-.  ,-.,---.,--. ,-.,----. ÿ
+; psybnc.c line 147:
+msg0981= |  O ||  ,-' \ \/ / | o ||   \| || ,--' ÿ
+; psybnc.c line 148:
+msg0982= |  _/ _\  \   \  /  | o< | |\   || |__  ÿ
+; psybnc.c line 149:
+msg0983= |_|  |____/   |__|  |___||_|  \_| \___| ÿ
+; psybnc.c line 150:
+msg0984=      Version 
+; psybnc.c line 150:
+msg0985= (c) 1999-2011ÿ
+; psybnc.c line 151:
+msg0986=              the most psychoid          ÿ
+; psybnc.c line 152:
+msg0987=      and  the cool lam3rz Group IRCnet  ÿ
+; psybnc.c line 153:
+msg0988=                                         ÿ
+; psybnc.c line 154:
+msg0989=`-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=tCl=-'ÿ
+; psybnc.c line 156:
+msg0990=** ATTENZIONE ** hai avviato psybnc da rootÿ
+; psybnc.c line 198:
+msg0991=File di configurazione: %sÿ
+; psybnc.c line 199:
+msg0992=File di localizzazione: %sÿ
+; psybnc.c line 200:
+msg0993=log/psybnc.log
+; psybnc.c line 201:
+msg0994=SYSTEM
+; psybnc.c line 201:
+msg0995=PORT1
+; psybnc.c line 203:
+msg0996=Nessuna porta/host di listening definite.ÿEsegui 'make menuconfig' per il setupÿoppure aggiungi:ÿPSYBNC.SYSTEM.PORT1=tuaportaÿeÿPSYBNC.SYSTEM.HOST1=*ÿal file psybnc.confÿ
+; psybnc.c line 207:
+msg0997=SYSTEM
+; psybnc.c line 212:
+msg0998=SYSTEM
+; psybnc.c line 212:
+msg0999=LOGFILE
+; psybnc.c line 214:
+msg1000=Logfile non specificato, log verso log/psybnc.logÿ
+; psybnc.c line 215:
+msg1001=log/psybnc.log
+; psybnc.c line 226:
+msg1002=Impossibile creare porta di listening.. terminazioneÿ
+; psybnc.c line 230:
+msg1003=psybnc.pid
+; psybnc.c line 233:
+msg1004=Impossibile creare pidfile. Terminazione.ÿ
+; psybnc.c line 255:
+msg1005=psyBNC-Partyline Channel
+; psybnc.c line 278:
+msg1006=PSYBNC.HOSTALLOWS
+; psybnc.c line 282:
+msg1007=%s avviato (PID %d)ÿ
+; psybnc.c line 283:
+msg1008=%s avviato (PID :%d)
+; p_hash.c line 43:
+msg1009=PRIVMSG
+; p_hash.c line 44:
+msg1010=PING
+; p_hash.c line 45:
+msg1011=QUIT
+; p_hash.c line 46:
+msg1012=WHO
+; p_hash.c line 47:
+msg1013=USER
+; p_hash.c line 49:
+msg1014=JOIN
+; p_hash.c line 50:
+msg1015=PART
+; p_hash.c line 51:
+msg1016=TOPIC
+; p_hash.c line 53:
+msg1017=NICK
+; p_hash.c line 54:
+msg1018=BWHO
+; p_hash.c line 54:
+msg1019=Lista tutti gli utenti nel bouncer
+; p_hash.c line 54:
+msg1020=help/BWHO.ITA
+; p_hash.c line 55:
+msg1021=PASSWORD
+; p_hash.c line 55:
+msg1022=Imposta la tua password o quella di un altro utente (Admin)
+; p_hash.c line 55:
+msg1023=help/PASSWORD.ITA
+; p_hash.c line 56:
+msg1024=BVHOST
+; p_hash.c line 56:
+msg1025=Imposta il VHOST da usare
+; p_hash.c line 56:
+msg1026=help/BVHOST.ITA
+; p_hash.c line 58:
+msg1027=PROXY
+; p_hash.c line 58:
+msg1028=Imposta il proxy da usare
+; p_hash.c line 58:
+msg1029=help/PROXY.ITA
+; p_hash.c line 60:
+msg1030=SETUSERNAME
+; p_hash.c line 60:
+msg1031=Imposta il tuo User Name
+; p_hash.c line 60:
+msg1032=help/SETUSERNAME.ITA
+; p_hash.c line 61:
+msg1033=SETAWAY
+; p_hash.c line 61:
+msg1034=Imposta il testo di away quando esci
+; p_hash.c line 61:
+msg1035=help/SETAWAY.ITA
+; p_hash.c line 62:
+msg1036=SETLEAVEMSG
+; p_hash.c line 62:
+msg1037=Imposta il testo di uscita quando esci
+; p_hash.c line 62:
+msg1038=help/SETLEAVEMSG.ITA
+; p_hash.c line 63:
+msg1039=LEAVEQUIT
+; p_hash.c line 63:
+msg1040=Se impostato ad 1, esce da tutti i canali quando esci dal bouncer
+; p_hash.c line 63:
+msg1041=help/LEAVEQUIT.ITA
+; p_hash.c line 64:
+msg1042=SETAWAYNICK
+; p_hash.c line 64:
+msg1043=Imposta il tuo nick quando sei offline
+; p_hash.c line 64:
+msg1044=help/SETAWAYNICK.ITA
+; p_hash.c line 65:
+msg1045=JUMP
+; p_hash.c line 65:
+msg1046=Salta al successivo server IRC in lista
+; p_hash.c line 65:
+msg1047=help/JUMP.ITA
+; p_hash.c line 67:
+msg1048=BQUIT
+; p_hash.c line 67:
+msg1049=Chiude la connessione al server attiva
+; p_hash.c line 67:
+msg1050=help/BQUIT.ITA
+; p_hash.c line 68:
+msg1051=BCONNECT
+; p_hash.c line 68:
+msg1052=Riconnette una connessione chiusa con BQUIT
+; p_hash.c line 68:
+msg1053=help/BCONNECT.ITA
+; p_hash.c line 70:
+msg1054=AIDLE
+; p_hash.c line 70:
+msg1055=Abilita/Disabilita l' Antiidle
+; p_hash.c line 70:
+msg1056=help/AIDLE.ITA
+; p_hash.c line 71:
+msg1057=AUTOREJOIN
+; p_hash.c line 71:
+msg1058=Abilita/Disabilita l' Auto-Rejoin
+; p_hash.c line 71:
+msg1059=help/AUTOREJOIN.ITA
+; p_hash.c line 72:
+msg1060=ADDSERVER
+; p_hash.c line 72:
+msg1061=Aggiunge un server IRC alla tua lista di server
+; p_hash.c line 72:
+msg1062=help/ADDSERVER.ITA
+; p_hash.c line 73:
+msg1063=DELSERVER
+; p_hash.c line 73:
+msg1064=Cancella un IRC server dalla lista, referenziato per numero
+; p_hash.c line 73:
+msg1065=help/DELSERVER.ITA
+; p_hash.c line 74:
+msg1066=LISTSERVERS
+; p_hash.c line 74:
+msg1067=Lista tutti i server IRC
+; p_hash.c line 74:
+msg1068=help/LISTSERVERS.ITA
+; p_hash.c line 76:
+msg1069=ADDNETWORK
+; p_hash.c line 76:
+msg1070=Aggiunge un diverso Network al tuo client
+; p_hash.c line 76:
+msg1071=help/ADDNETWORK.ITA
+; p_hash.c line 77:
+msg1072=DELNETWORK
+; p_hash.c line 77:
+msg1073=Cancella un Network dal client
+; p_hash.c line 77:
+msg1074=help/DELNETWORK.ITA
+; p_hash.c line 78:
+msg1075=SWITCHNET
+; p_hash.c line 78:
+msg1076=Cambia ad un dato Network
+; p_hash.c line 78:
+msg1077=help/SWITCHNET.ITA
+; p_hash.c line 80:
+msg1078=ADDOP
+; p_hash.c line 80:
+msg1079=Aggiunge un utente che potra' opparsi da te
+; p_hash.c line 80:
+msg1080=help/ADDOP.ITA
+; p_hash.c line 81:
+msg1081=DELOP
+; p_hash.c line 81:
+msg1082=Cancella un utente che poteva opparsi da te
+; p_hash.c line 81:
+msg1083=help/DELOP.ITA
+; p_hash.c line 82:
+msg1084=LISTOPS
+; p_hash.c line 82:
+msg1085=Lista gli Op addati
+; p_hash.c line 82:
+msg1086=help/LISTOPS.ITA
+; p_hash.c line 83:
+msg1087=ADDAUTOOP
+; p_hash.c line 83:
+msg1088=Aggiunge un utente che otterra' l'Auto-Op da te
+; p_hash.c line 83:
+msg1089=help/ADDAUTOOP.ITA
+; p_hash.c line 84:
+msg1090=DELAUTOOP
+; p_hash.c line 84:
+msg1091=Cancella un utente Auto-Op
+; p_hash.c line 84:
+msg1092=help/DELAUTOOP.ITA
+; p_hash.c line 85:
+msg1093=LISTAUTOOPS
+; p_hash.c line 85:
+msg1094=Lists all added Auto-Ops
+; p_hash.c line 85:
+msg1095=help/LISTAUTOOPS.ITA
+; p_hash.c line 86:
+msg1096=ADDBAN
+; p_hash.c line 86:
+msg1097=Aggiunge un ban (globale o specifico per un canale)
+; p_hash.c line 86:
+msg1098=help/ADDBAN.ITA
+; p_hash.c line 87:
+msg1099=DELBAN
+; p_hash.c line 87:
+msg1100=Cancella un ban per numero
+; p_hash.c line 87:
+msg1101=help/DELBAN.ITA
+; p_hash.c line 88:
+msg1102=LISTBANS
+; p_hash.c line 88:
+msg1103=Lista tutti i ban
+; p_hash.c line 88:
+msg1104=help/LISTBANS.ITA
+; p_hash.c line 89:
+msg1105=ADDASK
+; p_hash.c line 89:
+msg1106=Aggiunge un host/bot a cui chiedere l'Op
+; p_hash.c line 89:
+msg1107=help/ADDASK.ITA
+; p_hash.c line 90:
+msg1108=DELASK
+; p_hash.c line 90:
+msg1109=Cancella un host/bot per l'Op per numero
+; p_hash.c line 90:
+msg1110=help/DELASK.ITA
+; p_hash.c line 91:
+msg1111=LISTASK
+; p_hash.c line 91:
+msg1112=Lista gli host/bot a cui chiedere l'Op
+; p_hash.c line 91:
+msg1113=help/LISTASK.ITA
+; p_hash.c line 93:
+msg1114=ADDDCC
+; p_hash.c line 93:
+msg1115=Aggiunge una connessione DCC verso un bot
+; p_hash.c line 93:
+msg1116=help/ADDDCC.ITA
+; p_hash.c line 94:
+msg1117=LISTDCC
+; p_hash.c line 94:
+msg1118=Lista tutte le connessioni DCC
+; p_hash.c line 94:
+msg1119=help/LISTDCC.ITA
+; p_hash.c line 95:
+msg1120=DELDCC
+; p_hash.c line 95:
+msg1121=Cancella una connessione DCC per numero
+; p_hash.c line 95:
+msg1122=help/DELDCC.ITA
+; p_hash.c line 96:
+msg1123=DCCCHAT
+; p_hash.c line 96:
+msg1124=Offre una DCC Chat per un dato utente su IRC
+; p_hash.c line 96:
+msg1125=help/DCCCHAT.ITA
+; p_hash.c line 97:
+msg1126=DCCANSWER
+; p_hash.c line 97:
+msg1127=Risponde ad una richiesta di DCC Chat
+; p_hash.c line 97:
+msg1128=help/DCCANSWER.ITA
+; p_hash.c line 99:
+msg1129=DCCENABLE
+; p_hash.c line 99:
+msg1130=Abilita/Disabilita le DCC attraverso psybnc
+; p_hash.c line 99:
+msg1131=help/DCCENABLE.ITA
+; p_hash.c line 102:
+msg1132=DCCSEND
+; p_hash.c line 102:
+msg1133=Invia un file attraverso un dato utente su IRC
+; p_hash.c line 102:
+msg1134=help/DCCSEND.ITA
+; p_hash.c line 103:
+msg1135=DCCGET
+; p_hash.c line 103:
+msg1136=Prende un file inviato attraverso DCC da un utente su IRC
+; p_hash.c line 103:
+msg1137=help/DCCGET.ITA
+; p_hash.c line 104:
+msg1138=DCCSENDME
+; p_hash.c line 104:
+msg1139=Invia all'utente sul bouncer un File
+; p_hash.c line 104:
+msg1140=help/DCCSENDME.ITA
+; p_hash.c line 105:
+msg1141=AUTOGETDCC
+; p_hash.c line 105:
+msg1142=accetta sempre i files offerti
+; p_hash.c line 105:
+msg1143=help/AUTOGETDCC.ITA
+; p_hash.c line 107:
+msg1144=DCCENABLE
+; p_hash.c line 107:
+msg1145=Abilita/Disabilita le DCC attraverso psybnc
+; p_hash.c line 107:
+msg1146=help/DCCENABLE.ITA
+; p_hash.c line 111:
+msg1147=DCCCANCEL
+; p_hash.c line 111:
+msg1148=Annulla una DCC Chat o un trasferimento file
+; p_hash.c line 111:
+msg1149=help/DCCCANCEL.ITA
+; p_hash.c line 114:
+msg1150=PLAYPRIVATELOG
+; p_hash.c line 114:
+msg1151=Visualizza il log dei tuoi messaggi
+; p_hash.c line 114:
+msg1152=help/PLAYPRIVATELOG.ITA
+; p_hash.c line 115:
+msg1153=ERASEPRIVATELOG
+; p_hash.c line 115:
+msg1154=Cancella il log dei tuoi messaggi
+; p_hash.c line 115:
+msg1155=help/ERASEPRIVATELOG.ITA
+; p_hash.c line 119:
+msg1156=ADDLOG
+; p_hash.c line 119:
+msg1157=Aggiunge una sorgente / filtro per i Log
+; p_hash.c line 119:
+msg1158=help/ADDLOG.ITA
+; p_hash.c line 120:
+msg1159=DELLOG
+; p_hash.c line 120:
+msg1160=Cancella una sorgente per i Log per numero
+; p_hash.c line 120:
+msg1161=help/DELLOG.ITA
+; p_hash.c line 121:
+msg1162=LISTLOGS
+; p_hash.c line 121:
+msg1163=Lista tutte le sorgenti/filtri per i Log
+; p_hash.c line 121:
+msg1164=help/LISTLOGS.ITA
+; p_hash.c line 122:
+msg1165=PLAYTRAFFICLOG
+; p_hash.c line 122:
+msg1166=Visualizza il log del traffico
+; p_hash.c line 122:
+msg1167=help/PLAYTRAFFICLOG.ITA
+; p_hash.c line 123:
+msg1168=ERASETRAFFICLOG
+; p_hash.c line 123:
+msg1169=Cancella il log del traffico
+; p_hash.c line 123:
+msg1170=help/ERASETRAFFICLOG.ITA
+; p_hash.c line 127:
+msg1171=ENCRYPT
+; p_hash.c line 127:
+msg1172=Cripta la conversazione verso un dato canale/utente
+; p_hash.c line 127:
+msg1173=help/ENCRYPT.ITA
+; p_hash.c line 128:
+msg1174=DELENCRYPT
+; p_hash.c line 128:
+msg1175=Cancella un elemento di criptazione per numero
+; p_hash.c line 128:
+msg1176=help/DELENCRYPT.ITA
+; p_hash.c line 129:
+msg1177=LISTENCRYPT
+; p_hash.c line 129:
+msg1178=Mostra la lista delle conversazioni criptate
+; p_hash.c line 129:
+msg1179=help/LISTENCRYPT.ITA
+; p_hash.c line 132:
+msg1180=TRANSLATE
+; p_hash.c line 132:
+msg1181=Aggiunge un traduttore verso/da un canale/utente
+; p_hash.c line 132:
+msg1182=help/TRANSLATE.ITA
+; p_hash.c line 133:
+msg1183=DELTRANSLATE
+; p_hash.c line 133:
+msg1184=Cancella un traduttore per numero
+; p_hash.c line 133:
+msg1185=help/DELTRANSLATE.ITA
+; p_hash.c line 134:
+msg1186=LISTTRANSLATE
+; p_hash.c line 134:
+msg1187=Mostra la lista delle conversazioni tradotte
+; p_hash.c line 134:
+msg1188=help/LISTTRANSLATE.ITA
+; p_hash.c line 136:
+msg1189=BREHASH
+; p_hash.c line 136:
+msg1190=Rehash il bouncer e resetta tutte le connessioni
+; p_hash.c line 136:
+msg1191=help/REHASH.ITA
+; p_hash.c line 138:
+msg1192=MADMIN
+; p_hash.c line 138:
+msg1193=Da' lo stato di Amministratore ad un utente
+; p_hash.c line 138:
+msg1194=help/MADMIN.ITA
+; p_hash.c line 139:
+msg1195=UNADMIN
+; p_hash.c line 139:
+msg1196=Toglie lo stato di Amministratore da un utente
+; p_hash.c line 139:
+msg1197=help/UNADMIN.ITA
+; p_hash.c line 140:
+msg1198=BKILL
+; p_hash.c line 140:
+msg1199=Killa un utente dal bouncer
+; p_hash.c line 140:
+msg1200=help/BKILL.ITA
+; p_hash.c line 142:
+msg1201=SOCKSTAT
+; p_hash.c line 142:
+msg1202=Mostra/Logga le connessioni correnti
+; p_hash.c line 142:
+msg1203=help/SOCKSTAT.ITA
+; p_hash.c line 144:
+msg1204=ADDUSER
+; p_hash.c line 144:
+msg1205=Aggiunge un nuovo utente al bouncer
+; p_hash.c line 144:
+msg1206=help/ADDUSER.ITA
+; p_hash.c line 145:
+msg1207=DELUSER
+; p_hash.c line 145:
+msg1208=Cancella un utente dal bouncer
+; p_hash.c line 145:
+msg1209=help/DELUSER.ITA
+; p_hash.c line 148:
+msg1210=NAMEBOUNCER
+; p_hash.c line 148:
+msg1211=Da' un nome al bouncer (richiesto per il linkaggio)
+; p_hash.c line 148:
+msg1212=help/NAMEBOUNCER.ITA
+; p_hash.c line 149:
+msg1213=LINKTO
+; p_hash.c line 149:
+msg1214=Aggiunge un bouncer Link ad Host/Porta
+; p_hash.c line 149:
+msg1215=help/LINKTO.ITA
+; p_hash.c line 150:
+msg1216=LINKFROM
+; p_hash.c line 150:
+msg1217=Aggiunge un bouncer link per il tuo bouncer
+; p_hash.c line 150:
+msg1218=help/LINKFROM.ITA
+; p_hash.c line 151:
+msg1219=RELAYLINK
+; p_hash.c line 151:
+msg1220=Permette o disabilita un link relayabile
+; p_hash.c line 151:
+msg1221=help/RELAYLINK.ITA
+; p_hash.c line 152:
+msg1222=DELLINK
+; p_hash.c line 152:
+msg1223=Cancella un link dal bouncer
+; p_hash.c line 152:
+msg1224=help/DELLINK.ITA
+; p_hash.c line 153:
+msg1225=LISTLINKS
+; p_hash.c line 153:
+msg1226=Lista tutti i links verso/dal bouner
+; p_hash.c line 153:
+msg1227=help/LISTLINKS.ITA
+; p_hash.c line 154:
+msg1228=RELINK
+; p_hash.c line 154:
+msg1229=Resetta un link verso un bouncer per numero
+; p_hash.c line 154:
+msg1230=help/RELINK.ITA
+; p_hash.c line 157:
+msg1231=PLAYMAINLOG
+; p_hash.c line 157:
+msg1232=Visualizza il log delle connessioni
+; p_hash.c line 157:
+msg1233=help/PLAYMAINLOG.ITA
+; p_hash.c line 158:
+msg1234=ERASEMAINLOG
+; p_hash.c line 158:
+msg1235=Cancella il log delle connessioni
+; p_hash.c line 158:
+msg1236=help/ERASEMAINLOG.ITA
+; p_hash.c line 160:
+msg1237=ADDALLOW
+; p_hash.c line 160:
+msg1238=Aggiunge un host a cui e' consentito connettersi
+; p_hash.c line 160:
+msg1239=help/ADDALLOW.ITA
+; p_hash.c line 161:
+msg1240=DELALLOW
+; p_hash.c line 161:
+msg1241=Cancella un host consentito
+; p_hash.c line 161:
+msg1242=help/DELALLOW.ITA
+; p_hash.c line 162:
+msg1243=LISTALLOW
+; p_hash.c line 162:
+msg1244=Lista gli host consentiti nel tuo bouncer
+; p_hash.c line 162:
+msg1245=help/LISTALLOW.ITA
+; p_hash.c line 164:
+msg1246=SRELOAD
+; p_hash.c line 164:
+msg1247=Ricarica lo script per l'utente
+; p_hash.c line 164:
+msg1248=help/SRELOAD.ITA
+; p_hash.c line 165:
+msg1249=LISTTASKS
+; p_hash.c line 165:
+msg1250=Lista i task correntemente in esecuzione
+; p_hash.c line 165:
+msg1251=help/LISTTASKS.ITA
+; p_hash.c line 167:
+msg1252=BHELP
+; p_hash.c line 167:
+msg1253=Mostra questo help o aiuta riguardo un argomento
+; p_hash.c line 167:
+msg1254=help/BHELP.ITA
+; p_hash.c line 172:
+msg1255=ERROR
+; p_hash.c line 173:
+msg1256=001
+; p_hash.c line 174:
+msg1257=002
+; p_hash.c line 175:
+msg1258=003
+; p_hash.c line 176:
+msg1259=004
+; p_hash.c line 177:
+msg1260=005
+; p_hash.c line 178:
+msg1261=251
+; p_hash.c line 179:
+msg1262=252
+; p_hash.c line 180:
+msg1263=253
+; p_hash.c line 181:
+msg1264=254
+; p_hash.c line 182:
+msg1265=255
+; p_hash.c line 183:
+msg1266=372
+; p_hash.c line 184:
+msg1267=375
+; p_hash.c line 185:
+msg1268=376
+; p_hash.c line 186:
+msg1269=352
+; p_hash.c line 187:
+msg1270=353
+; p_hash.c line 188:
+msg1271=315
+; p_hash.c line 189:
+msg1272=324
+; p_hash.c line 190:
+msg1273=332
+; p_hash.c line 191:
+msg1274=366
+; p_hash.c line 192:
+msg1275=432
+; p_hash.c line 193:
+msg1276=433
+; p_hash.c line 194:
+msg1277=437
+; p_hash.c line 195:
+msg1278=PING
+; p_hash.c line 196:
+msg1279=NICK
+; p_hash.c line 197:
+msg1280=JOIN
+; p_hash.c line 198:
+msg1281=PART
+; p_hash.c line 199:
+msg1282=QUIT
+; p_hash.c line 200:
+msg1283=KICK
+; p_hash.c line 201:
+msg1284=MODE
+; p_hash.c line 202:
+msg1285=TOPIC
+; p_hash.c line 203:
+msg1286=PRIVMSG
+; p_hash.c line 204:
+msg1287=NOTICE
+; p_hash.c line 220:
+msg1288=PRIVMSG
+; p_hash.c line 221:
+msg1289=NOTICE
+; p_hash.c line 222:
+msg1290=JOIN
+; p_hash.c line 223:
+msg1291=MODE
+; p_hash.c line 224:
+msg1292=PART
+; p_hash.c line 225:
+msg1293=KICK
+; p_hash.c line 226:
+msg1294=NICK
+; p_hash.c line 227:
+msg1295=NAMES
+; p_hash.c line 228:
+msg1296=QUIT
+; p_hash.c line 229:
+msg1297=WHO
+; p_hash.c line 230:
+msg1298=WHOIS
+; p_hash.c line 231:
+msg1299=USER
+; p_hash.c line 232:
+msg1300=TOPIC
+; p_hash.c line 233:
+msg1301=INVITE
+; p_hash.c line 249:
+msg1302=NICK
+; p_hash.c line 257:
+msg1303=:%s-psybnc.net 481 %s :Permesso negato - Non sei l'Admin del bouncer
+; p_hash.c line 279:
+msg1304=%s-psybnc.net 421 %s %s :Comando sconosciuto
+; p_hash.c line 305:
+msg1305=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP %c %-15s - %sÿ
+; p_hash.c line 309:
+msg1306=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP Usa /QUOTE bhelp <comando> per un dettagliato aiuto.ÿ
+; p_hash.c line 316:
+msg1307=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aiuto per: %sÿ
+; p_hash.c line 321:
+msg1308=r
+; p_hash.c line 323:
+msg1309=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :File di help %s non disponibile.ÿ
+; p_hash.c line 328:
+msg1310=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ
+; p_hash.c line 337:
+msg1311=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun aiuto per: %sÿ
+; p_hash.c line 372:
+msg1312=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Solo gli amministratori possono usare questo comando.þÿ
+; p_hash.c line 425:
+msg1313=PONG :%sþÿ
+; p_hash.c line 431:
+msg1314=MODE
+; p_script.c line 357:
+msg1315=(nessuno)
+; p_client.c line 857:
+msg1316=Nessuno
+; p_client.c line 991:
+msg1317=da
+; p_client.c line 992:
+msg1318=a
+; p_client.c line 1062:
+msg1319=abilita
+; p_client.c line 1062:
+msg1320=disabilita
+; p_intnet.c line 134:
+msg1321=%s!%s@%s QUIT :riconnessionedÿ
+; p_hash.c line 165:
+msg1322=ADDIGNORE
+; p_hash.c line 165:
+msg1323=Aggiunge un hostmask/filtro agli ignore
+; p_hash.c line 165:
+msg1324=help/ADDIGNORE.ITA
+; p_hash.c line 165:
+msg1325=DELIGNORE
+; p_hash.c line 165:
+msg1326=Cancella un hostmask/filtro dagli ignore
+; p_hash.c line 165:
+msg1327=help/DELIGNORE.ITA
+; p_hash.c line 165:
+msg1328=LISTIGNORES
+; p_hash.c line 165:
+msg1329=Lista gli ignores attuali
+; p_hash.c line 165:
+msg1330=help/LISTIGNORES.ITA
+; p_userfile.c line 219:
+msg1331=USER%d.IGN
+; p_client.c line 1491:
+msg1332=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun host indicato. Usa ADDIGNORE contenuti :host (* come wildcard)
+; p_client.c line 1495:
+msg1333=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Content given. Use ADDIGNORE contenuti :host (* come wildcard)
+; p_client.c line 1499:
+msg1334=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; negli hostname
+; p_client.c line 1502:
+msg1335=USER%d.IGN
+; p_client.c line 1504:
+msg1336=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto ignore per l'host %s (%s)
+; p_client.c line 1754:
+msg1337=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun numero indicato. Usa DELIGNORE number
+; p_client.c line 1757:
+msg1338=USER%d.IGN
+; p_client.c line 1761:
+msg1339=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ignore numero %s rimosso
+; p_client.c line 1887:
+msg1340=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista ignore:
+; p_client.c line 1889:
+msg1341=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine lista ignore
+; p_hash.c line 170
+msg1342=SETLANG
+; p_hash.c line 170:
+msg1343=Imposta il linguaggio  (globale)
+; p_hash.c line 170:
+msg1344=help/SETLANG.ITA
+; p_client.c line 2164:
+msg1345=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun linguaggio indicato. Usa SETLANG linguaggio.
+; p_client.c line 2182:
+msg1346=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Linguaggio settato a '%s'.
+; p_client.c line 2178:
+msg1347=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Il linguaggio '%s' non puo' essere caricato.
+; p_client.c line 2183:
+msg1348=Linguaggio impostato a '%s' da %s.
+; p_hash.c line 210
+msg1349=265
+; p_hash.c line 211
+msg1350=266
+; p_coredns.c line 1274
+msg1351=Resolver giu. Reinizializzatione..
+; p_coredns.c line 1277
+msg1352=Non ha potuto inizializzare il resolver. Chiusura giu.
+; p_coredns.c line 1288
+msg1353=Incapace assegnare socket per la communicazione del nameserver: %s
+; p_coredns.c line 1307
+msg1354=Incapace setsockopt() socket per la communicazione del nameserver: %s
+; p_coredns.c line 1319
+msg1355=Nessun server die nome definito.
+; p_coredns.c line 1344
+msg1356=Resolver die nome cominciato.
+; p_server.c line 1428
+msg1357=Utente %s(%s) Staccando dal server lapidato.
+; p_hash.c line 240
+msg1358=USERHOST
+; p_hash.c line 241
+msg1359=ISON
blob - /dev/null
blob + d6b7ef32c8478a48c3994dcadc86837f4371184d (mode 644)
--- /dev/null
+++ log/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
blob - /dev/null
blob + 92d5defca2baa03c2caceef64efe3e04f0849018 (mode 644)
--- /dev/null
+++ menuconf/checklist.c
@@ -0,0 +1,361 @@
+/*
+ *  checklist.c -- implements the checklist box
+ *
+ *  ORIGINAL AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
+ *     Stuart Herbert - S.Herbert@sheffield.ac.uk: radiolist extension
+ *     Alessandro Rubini - rubini@ipvvis.unipv.it: merged the two
+ *  MODIFIED FOR psyBNC by psychoid
+ *
+ *  This program is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU General Public License
+ *  as published by the Free Software Foundation; either version 2
+ *  of the License, or (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include "dialog.h"
+
+static int list_width, check_x, item_x, checkflag;
+
+/*
+ * Print list item
+ */
+static void
+print_item (WINDOW * win, const char *item, int status,
+	    int choice, int selected)
+{
+    int i;
+
+    /* Clear 'residue' of last item */
+    wattrset (win, menubox_attr);
+    wmove (win, choice, 0);
+    for (i = 0; i < list_width; i++)
+	waddch (win, ' ');
+
+    wmove (win, choice, check_x);
+    wattrset (win, selected ? check_selected_attr : check_attr);
+    if (checkflag == FLAG_CHECK)
+	wprintw (win, "[%c]", status ? 'X' : ' ');
+    else
+	wprintw (win, "(%c)", status ? 'X' : ' ');
+
+    wattrset (win, selected ? tag_selected_attr : tag_attr);
+    mvwaddch(win, choice, item_x, item[0]);
+    wattrset (win, selected ? item_selected_attr : item_attr);
+    waddstr (win, (char *)item+1);
+}
+
+/*
+ * Print the scroll indicators.
+ */
+static void
+print_arrows (WINDOW * win, int choice, int item_no, int scroll,
+		int y, int x, int height)
+{
+    wmove(win, y, x);
+
+    if (scroll > 0) {
+	wattrset (win, uarrow_attr);
+	waddch (win, ACS_UARROW);
+	waddstr (win, "(-)");
+    }
+    else {
+	wattrset (win, menubox_attr);
+	waddch (win, ACS_HLINE);
+	waddch (win, ACS_HLINE);
+	waddch (win, ACS_HLINE);
+	waddch (win, ACS_HLINE);
+    }
+
+   y = y + height + 1;
+   wmove(win, y, x);
+
+   if ((height < item_no) && (scroll + choice < item_no - 1)) {
+	wattrset (win, darrow_attr);
+	waddch (win, ACS_DARROW);
+	waddstr (win, "(+)");
+    }
+    else {
+	wattrset (win, menubox_border_attr);
+	waddch (win, ACS_HLINE);
+	waddch (win, ACS_HLINE);
+	waddch (win, ACS_HLINE);
+	waddch (win, ACS_HLINE);
+   }
+}
+
+/*
+ *  Display the termination buttons
+ */
+static void
+print_buttons( WINDOW *dialog, int height, int width, int selected)
+{
+    int x = width / 2 - 11;
+    int y = height - 2;
+
+    print_button (dialog, "Select", y, x, selected == 0);
+    print_button (dialog, " Help ", y, x + 14, selected == 1);
+
+    wmove(dialog, y, x+1 + 14*selected);
+    wrefresh (dialog);
+}
+
+/*
+ * Display a dialog box with a list of options that can be turned on or off
+ * The `flag' parameter is used to select between radiolist and checklist.
+ */
+int
+dialog_checklist (const char *title, const char *prompt, int height, int width,
+	int list_height, int item_no, const char * const * items, int flag)
+	
+{
+    int i, x, y, box_x, box_y;
+    int key = 0, button = 0, choice = 0, ascroll = 0, max_choice, *status;
+    WINDOW *dialog, *list;
+
+    checkflag = flag;
+
+    /* Allocate space for storing item on/off status */
+    if ((status = malloc (sizeof (int) * item_no)) == NULL) {
+	endwin ();
+	fprintf (stderr,
+		 "\nCan't allocate memory in dialog_checklist().\n");
+	exit (-1);
+    }
+
+    /* Initializes status */
+    for (i = 0; i < item_no; i++) {
+	status[i] = !strcasecmp (items[i * 3 + 2], "on");
+	if (!choice && status[i])
+            choice = i;
+    }
+
+    max_choice = MIN (list_height, item_no);
+
+    /* center dialog box on screen */
+    x = (COLS - width) / 2;
+    y = (LINES - height) / 2;
+
+    draw_shadow (stdscr, y, x, height, width);
+
+    dialog = newwin (height, width, y, x);
+    keypad (dialog, TRUE);
+
+    draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
+    wattrset (dialog, border_attr);
+    mvwaddch (dialog, height-3, 0, ACS_LTEE);
+    for (i = 0; i < width - 2; i++)
+	waddch (dialog, ACS_HLINE);
+    wattrset (dialog, dialog_attr);
+    waddch (dialog, ACS_RTEE);
+
+    if (title != NULL && strlen(title) >= width-2 ) {
+	/* truncate long title -- mec */
+	char * title2 = malloc(width-2+1);
+	memcpy( title2, title, width-2 );
+	title2[width-2] = '\0';
+	title = title2;
+    }
+
+    if (title != NULL) {
+	wattrset (dialog, title_attr);
+	mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' ');
+	waddstr (dialog, (char *)title);
+	waddch (dialog, ' ');
+    }
+
+    wattrset (dialog, dialog_attr);
+    print_autowrap (dialog, prompt, width - 2, 1, 3);
+
+    list_width = width - 6;
+    box_y = height - list_height - 5;
+    box_x = (width - list_width) / 2 - 1;
+
+    /* create new window for the list */
+    list = subwin (dialog, list_height, list_width, y+box_y+1, x+box_x+1);
+
+    keypad (list, TRUE);
+
+    /* draw a box around the list items */
+    draw_box (dialog, box_y, box_x, list_height + 2, list_width + 2,
+	      menubox_border_attr, menubox_attr);
+
+    /* Find length of longest item in order to center checklist */
+    check_x = 0;
+    for (i = 0; i < item_no; i++) 
+	check_x = MAX (check_x, + strlen (items[i * 3 + 1]) + 4);
+
+    check_x = (list_width - check_x) / 2;
+    item_x = check_x + 4;
+
+    if (choice >= list_height) {
+	ascroll = choice - list_height + 1;
+	choice -= ascroll;
+    }
+
+    /* Print the list */
+    for (i = 0; i < max_choice; i++) {
+	print_item (list, items[(ascroll+i) * 3 + 1],
+		    status[i+ascroll], i, i == choice);
+    }
+
+    wnoutrefresh (list);
+
+    print_arrows(dialog, choice, item_no, ascroll,
+			box_y, box_x + check_x + 5, list_height);
+
+    print_buttons(dialog, height, width, 0);
+
+    while (key != ESC) {
+	key = wgetch (dialog);
+
+    	for (i = 0; i < max_choice; i++)
+            if (toupper(key) == toupper(items[(ascroll+i)*3+1][0]))
+                break;
+
+
+	if ( i < max_choice || key == KEY_UP || key == KEY_DOWN || 
+	    key == '+' || key == '-' ) {
+	    if (key == KEY_UP || key == '-') {
+		if (!choice) {
+		    if (!ascroll)
+			continue;
+		    /* Scroll list down */
+		    if (list_height > 1) {
+			/* De-highlight current first item */
+			print_item (list, items[ascroll * 3 + 1],
+					status[ascroll], 0, FALSE);
+			scrollok (list, TRUE);
+			wscrl (list, -1);
+			scrollok (list, FALSE);
+		    }
+		    ascroll--;
+		    print_item (list, items[ascroll * 3 + 1],
+				status[ascroll], 0, TRUE);
+		    wnoutrefresh (list);
+
+    		    print_arrows(dialog, choice, item_no, ascroll,
+				box_y, box_x + check_x + 5, list_height);
+
+		    wrefresh (dialog);
+
+		    continue;	/* wait for another key press */
+		} else
+		    i = choice - 1;
+	    } else if (key == KEY_DOWN || key == '+') {
+		if (choice == max_choice - 1) {
+		    if (ascroll + choice >= item_no - 1)
+			continue;
+		    /* Scroll list up */
+		    if (list_height > 1) {
+			/* De-highlight current last item before scrolling up */
+			print_item (list, items[(ascroll + max_choice - 1) * 3 + 1],
+				    status[ascroll + max_choice - 1],
+				    max_choice - 1, FALSE);
+			scrollok (list, TRUE);
+			scroll (list);
+			scrollok (list, FALSE);
+		    }
+		    ascroll++;
+		    print_item (list, items[(ascroll + max_choice - 1) * 3 + 1],
+				status[ascroll + max_choice - 1],
+				max_choice - 1, TRUE);
+		    wnoutrefresh (list);
+
+    		    print_arrows(dialog, choice, item_no, ascroll,
+				box_y, box_x + check_x + 5, list_height);
+
+		    wrefresh (dialog);
+
+		    continue;	/* wait for another key press */
+		} else
+		    i = choice + 1;
+	    }
+	    if (i != choice) {
+		/* De-highlight current item */
+		print_item (list, items[(ascroll + choice) * 3 + 1],
+			    status[ascroll + choice], choice, FALSE);
+		/* Highlight new item */
+		choice = i;
+		print_item (list, items[(ascroll + choice) * 3 + 1],
+			    status[ascroll + choice], choice, TRUE);
+		wnoutrefresh (list);
+		wrefresh (dialog);
+	    }
+	    continue;		/* wait for another key press */
+	}
+	switch (key) {
+	case 'H':
+	case 'h':
+	case '?':
+	    delwin (dialog);
+	    free (status);
+	    return 1;
+	case TAB:
+	case KEY_LEFT:
+	case KEY_RIGHT:
+	    button = ((key == KEY_LEFT ? --button : ++button) < 0)
+			? 1 : (button > 1 ? 0 : button);
+
+	    print_buttons(dialog, height, width, button);
+	    wrefresh (dialog);
+	    break;
+	case 'S':
+	case 's':
+	case ' ':
+	case '\n':
+	    if (!button) {
+		if (flag == FLAG_CHECK) {
+		    status[ascroll + choice] = !status[ascroll + choice];
+		    wmove (list, choice, check_x);
+		    wattrset (list, check_selected_attr);
+		    wprintw (list, "[%c]", status[ascroll + choice] ? 'X' : ' ');
+		} else {
+		    if (!status[ascroll + choice]) {
+			for (i = 0; i < item_no; i++)
+			    status[i] = 0;
+			status[ascroll + choice] = 1;
+			for (i = 0; i < max_choice; i++)
+			    print_item (list, items[(ascroll + i) * 3 + 1],
+					status[ascroll + i], i, i == choice);
+		    }
+		}
+		wnoutrefresh (list);
+		wrefresh (dialog);
+            
+		for (i = 0; i < item_no; i++) {
+		    if (status[i]) {
+			if (flag == FLAG_CHECK) {
+			    strcpy(selection,"* ");
+			    strcat(selection,items[i*3]);
+			} else {
+			    strcpy(selection,"  ");
+			    strcat(selection,items[i*3]);
+			}
+
+		    }
+		}
+            }
+	    delwin (dialog);
+	    free (status);
+	    return button;
+	case 'X':
+	case 'x':
+	    key = ESC;
+	case ESC:
+	    break;
+	}
+    }
+
+    delwin (dialog);
+    free (status);
+    return -1;			/* ESC pressed */
+}
blob - /dev/null
blob + d34dd37c6f74567ecf70e51f7f486e8ef075ac59 (mode 644)
--- /dev/null
+++ menuconf/colors.h
@@ -0,0 +1,161 @@
+/*
+ *  colors.h -- color attribute definitions
+ *
+ *  AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
+ *
+ *  This program is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU General Public License
+ *  as published by the Free Software Foundation; either version 2
+ *  of the License, or (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+
+/*
+ *   Default color definitions
+ *
+ *   *_FG = foreground
+ *   *_BG = background
+ *   *_HL = highlight?
+ */
+#define SCREEN_FG                    COLOR_CYAN
+#define SCREEN_BG                    COLOR_BLUE
+#define SCREEN_HL                    TRUE
+
+#define SHADOW_FG                    COLOR_BLACK
+#define SHADOW_BG                    COLOR_BLACK
+#define SHADOW_HL                    TRUE
+
+#define DIALOG_FG                    COLOR_BLACK
+#define DIALOG_BG                    COLOR_WHITE
+#define DIALOG_HL                    FALSE
+
+#define TITLE_FG                     COLOR_YELLOW
+#define TITLE_BG                     COLOR_WHITE
+#define TITLE_HL                     TRUE
+
+#define BORDER_FG                    COLOR_WHITE
+#define BORDER_BG                    COLOR_WHITE
+#define BORDER_HL                    TRUE
+
+#define BUTTON_ACTIVE_FG             COLOR_WHITE
+#define BUTTON_ACTIVE_BG             COLOR_BLUE
+#define BUTTON_ACTIVE_HL             TRUE
+
+#define BUTTON_INACTIVE_FG           COLOR_BLACK
+#define BUTTON_INACTIVE_BG           COLOR_WHITE
+#define BUTTON_INACTIVE_HL           FALSE
+
+#define BUTTON_KEY_ACTIVE_FG         COLOR_WHITE
+#define BUTTON_KEY_ACTIVE_BG         COLOR_BLUE
+#define BUTTON_KEY_ACTIVE_HL         TRUE
+
+#define BUTTON_KEY_INACTIVE_FG       COLOR_RED
+#define BUTTON_KEY_INACTIVE_BG       COLOR_WHITE
+#define BUTTON_KEY_INACTIVE_HL       FALSE
+
+#define BUTTON_LABEL_ACTIVE_FG       COLOR_YELLOW
+#define BUTTON_LABEL_ACTIVE_BG       COLOR_BLUE
+#define BUTTON_LABEL_ACTIVE_HL       TRUE
+
+#define BUTTON_LABEL_INACTIVE_FG     COLOR_BLACK
+#define BUTTON_LABEL_INACTIVE_BG     COLOR_WHITE
+#define BUTTON_LABEL_INACTIVE_HL     TRUE
+
+#define INPUTBOX_FG                  COLOR_BLACK
+#define INPUTBOX_BG                  COLOR_WHITE
+#define INPUTBOX_HL                  FALSE
+
+#define INPUTBOX_BORDER_FG           COLOR_BLACK
+#define INPUTBOX_BORDER_BG           COLOR_WHITE
+#define INPUTBOX_BORDER_HL           FALSE
+
+#define SEARCHBOX_FG                 COLOR_BLACK
+#define SEARCHBOX_BG                 COLOR_WHITE
+#define SEARCHBOX_HL                 FALSE
+
+#define SEARCHBOX_TITLE_FG           COLOR_YELLOW
+#define SEARCHBOX_TITLE_BG           COLOR_WHITE
+#define SEARCHBOX_TITLE_HL           TRUE
+
+#define SEARCHBOX_BORDER_FG          COLOR_WHITE
+#define SEARCHBOX_BORDER_BG          COLOR_WHITE
+#define SEARCHBOX_BORDER_HL          TRUE
+
+#define POSITION_INDICATOR_FG        COLOR_YELLOW
+#define POSITION_INDICATOR_BG        COLOR_WHITE
+#define POSITION_INDICATOR_HL        TRUE
+
+#define MENUBOX_FG                   COLOR_BLACK
+#define MENUBOX_BG                   COLOR_WHITE
+#define MENUBOX_HL                   FALSE
+
+#define MENUBOX_BORDER_FG            COLOR_WHITE
+#define MENUBOX_BORDER_BG            COLOR_WHITE
+#define MENUBOX_BORDER_HL            TRUE
+
+#define ITEM_FG                      COLOR_BLACK
+#define ITEM_BG                      COLOR_WHITE
+#define ITEM_HL                      FALSE
+
+#define ITEM_SELECTED_FG             COLOR_WHITE
+#define ITEM_SELECTED_BG             COLOR_BLUE
+#define ITEM_SELECTED_HL             TRUE
+
+#define TAG_FG                       COLOR_YELLOW
+#define TAG_BG                       COLOR_WHITE
+#define TAG_HL                       TRUE
+
+#define TAG_SELECTED_FG              COLOR_YELLOW
+#define TAG_SELECTED_BG              COLOR_BLUE
+#define TAG_SELECTED_HL              TRUE
+
+#define TAG_KEY_FG                   COLOR_YELLOW
+#define TAG_KEY_BG                   COLOR_WHITE
+#define TAG_KEY_HL                   TRUE
+
+#define TAG_KEY_SELECTED_FG          COLOR_YELLOW
+#define TAG_KEY_SELECTED_BG          COLOR_BLUE
+#define TAG_KEY_SELECTED_HL          TRUE
+
+#define CHECK_FG                     COLOR_BLACK
+#define CHECK_BG                     COLOR_WHITE
+#define CHECK_HL                     FALSE
+
+#define CHECK_SELECTED_FG            COLOR_WHITE
+#define CHECK_SELECTED_BG            COLOR_BLUE
+#define CHECK_SELECTED_HL            TRUE
+
+#define UARROW_FG                    COLOR_GREEN
+#define UARROW_BG                    COLOR_WHITE
+#define UARROW_HL                    TRUE
+
+#define DARROW_FG                    COLOR_GREEN
+#define DARROW_BG                    COLOR_WHITE
+#define DARROW_HL                    TRUE
+
+/* End of default color definitions */
+
+#define C_ATTR(x,y)                  ((x ? A_BOLD : 0) | COLOR_PAIR((y)))
+#define COLOR_NAME_LEN               10
+#define COLOR_COUNT                  8
+
+/*
+ * Global variables
+ */
+
+typedef struct {
+    char name[COLOR_NAME_LEN];
+    int value;
+} color_names_st;
+
+extern color_names_st color_names[];
+extern int color_table[][3];
blob - /dev/null
blob + 1842249e80e3341eee122a4b85de43ebd543e5ee (mode 644)
--- /dev/null
+++ menuconf/dialog.h
@@ -0,0 +1,189 @@
+
+/*
+ *  dialog.h -- common declarations for all dialog modules
+ *
+ *  AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
+ *
+ *  This program is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU General Public License
+ *  as published by the Free Software Foundation; either version 2
+ *  of the License, or (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include <sys/types.h>
+#include <fcntl.h>
+#include <unistd.h>
+#include <ctype.h>
+#include <stdlib.h>
+#include <string.h>
+#ifdef NONCURSES
+#include <curses.h>
+#else
+#include <ncurses.h>
+#endif
+
+extern char selection[100];
+
+/*
+ * Colors in ncurses 1.9.9e do not work properly since foreground and
+ * background colors are OR'd rather than separately masked.  This version
+ * of dialog was hacked to work with ncurses 1.9.9e, making it incompatible
+ * with standard curses.  The simplest fix (to make this work with standard
+ * curses) uses the wbkgdset() function, not used in the original hack.
+ * Turn it off if we're building with 1.9.9e, since it just confuses things.
+ */
+#if defined(NCURSES_VERSION) && defined(_NEED_WRAP) && !defined(GCC_PRINTFLIKE)
+#define OLD_NCURSES 1
+#undef  wbkgdset
+#define wbkgdset(w,p) /*nothing*/
+#else
+#define OLD_NCURSES 0
+#endif
+
+#define TR(params) _tracef params
+
+#define ESC 27
+#define TAB 9
+#define MAX_LEN 2048
+#define BUF_SIZE (10*1024)
+#define MIN(x,y) (x < y ? x : y)
+#define MAX(x,y) (x > y ? x : y)
+
+
+#ifndef ACS_ULCORNER
+#define ACS_ULCORNER '+'
+#endif
+#ifndef ACS_LLCORNER
+#define ACS_LLCORNER '+'
+#endif
+#ifndef ACS_URCORNER
+#define ACS_URCORNER '+'
+#endif
+#ifndef ACS_LRCORNER
+#define ACS_LRCORNER '+'
+#endif
+#ifndef ACS_HLINE
+#define ACS_HLINE '-'
+#endif
+#ifndef ACS_VLINE
+#define ACS_VLINE '|'
+#endif
+#ifndef ACS_LTEE
+#define ACS_LTEE '+'
+#endif
+#ifndef ACS_RTEE
+#define ACS_RTEE '+'
+#endif
+#ifndef ACS_UARROW
+#define ACS_UARROW '^'
+#endif
+#ifndef ACS_DARROW
+#define ACS_DARROW 'v'
+#endif
+
+/* 
+ * Attribute names
+ */
+#define screen_attr                   attributes[0]
+#define shadow_attr                   attributes[1]
+#define dialog_attr                   attributes[2]
+#define title_attr                    attributes[3]
+#define border_attr                   attributes[4]
+#define button_active_attr            attributes[5]
+#define button_inactive_attr          attributes[6]
+#define button_key_active_attr        attributes[7]
+#define button_key_inactive_attr      attributes[8]
+#define button_label_active_attr      attributes[9]
+#define button_label_inactive_attr    attributes[10]
+#define inputbox_attr                 attributes[11]
+#define inputbox_border_attr          attributes[12]
+#define searchbox_attr                attributes[13]
+#define searchbox_title_attr          attributes[14]
+#define searchbox_border_attr         attributes[15]
+#define position_indicator_attr       attributes[16]
+#define menubox_attr                  attributes[17]
+#define menubox_border_attr           attributes[18]
+#define item_attr                     attributes[19]
+#define item_selected_attr            attributes[20]
+#define tag_attr                      attributes[21]
+#define tag_selected_attr             attributes[22]
+#define tag_key_attr                  attributes[23]
+#define tag_key_selected_attr         attributes[24]
+#define check_attr                    attributes[25]
+#define check_selected_attr           attributes[26]
+#define uarrow_attr                   attributes[27]
+#define darrow_attr                   attributes[28]
+
+/* number of attributes */
+#define ATTRIBUTE_COUNT               29
+
+/*
+ * Global variables
+ */
+extern bool use_colors;
+extern bool use_shadow;
+
+extern chtype attributes[];
+
+extern const char *backtitle;
+
+/*
+ * Function prototypes
+ */
+extern void create_rc (const char *filename);
+extern int parse_rc (void);
+
+
+void init_dialog (void);
+void end_dialog (void);
+void attr_clear (WINDOW * win, int height, int width, chtype attr);
+void dialog_clear (void);
+void color_setup (void);
+void print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x);
+void print_button (WINDOW * win, const char *label, int y, int x, int selected);
+void draw_box (WINDOW * win, int y, int x, int height, int width, chtype box,
+		chtype border);
+void draw_shadow (WINDOW * win, int y, int x, int height, int width);
+
+int first_alpha (const char *string, const char *exempt);
+int dialog_yesno (const char *title, const char *prompt, int height, int width);
+int dialog_msgbox (const char *title, const char *prompt, int height,
+		int width, int pause);
+int dialog_textbox (const char *title, const char *file, int height, int width);
+int dialog_menu (const char *title, const char *prompt, int height, int width,
+		int menu_height, const char *choice, int item_no, 
+		const char * const * items);
+int dialog_checklist (const char *title, const char *prompt, int height,
+		int width, int list_height, int item_no,
+		const char * const * items, int flag);
+extern unsigned char dialog_input_result[];
+int dialog_inputbox (const char *title, const char *prompt, int height,
+		int width, const char *init);
+
+/*
+ * This is the base for fictitious keys, which activate
+ * the buttons.
+ *
+ * Mouse-generated keys are the following:
+ *   -- the first 32 are used as numbers, in addition to '0'-'9'
+ *   -- the lowercase are used to signal mouse-enter events (M_EVENT + 'o')
+ *   -- uppercase chars are used to invoke the button (M_EVENT + 'O')
+ */
+#define M_EVENT (KEY_MAX+1)
+
+
+/*
+ * The `flag' parameter in checklist is used to select between
+ * radiolist and checklist
+ */
+#define FLAG_CHECK 1
+#define FLAG_RADIO 0
blob - /dev/null
blob + d7ece2913d174836dcda5c0232fc8d75f81799e9 (mode 644)
--- /dev/null
+++ menuconf/help/h101.txt
@@ -0,0 +1,2 @@
+This Options allow to change Options of the Compilation for psyBNC.
+You need to recompile psyBNC, when your changes were made.
blob - /dev/null
blob + 4c18ad28c3e7b1227be182c82e6521450fc3142d (mode 644)
--- /dev/null
+++ menuconf/help/h102.txt
@@ -0,0 +1,3 @@
+This Options allow changing general Options for psybnc. This 
+covers Linkage, Host-Properties and Names, special User-Settings 
+and other parameters needed for letting psyBNC run.
\ No newline at end of file
blob - /dev/null
blob + 28a756f8ca854190546df37752b7a354759ac311 (mode 644)
--- /dev/null
+++ menuconf/help/h103.txt
@@ -0,0 +1 @@
+This options shows you the current main log for psybnc.
\ No newline at end of file
blob - /dev/null
blob + a2112f664ca13c04a6611a42dd8f633ebc626329 (mode 644)
--- /dev/null
+++ menuconf/help/h104.txt
@@ -0,0 +1 @@
+No help for this Choice.
\ No newline at end of file
blob - /dev/null
blob + 4ebd44274608b5d4493917f616b0184a8f8ba7e4 (mode 644)
--- /dev/null
+++ menuconf/help/h105.txt
@@ -0,0 +1 @@
+This shows the actual Read-Me File for psyBNC.
blob - /dev/null
blob + 2dfa0c7b5fc9caa5cbf102d7a5d6c60ce5a0de86 (mode 644)
--- /dev/null
+++ menuconf/help/h106.txt
@@ -0,0 +1 @@
+This shows the Frequently-Asked-Question File for psyBNC.
\ No newline at end of file
blob - /dev/null
blob + 24b01c009f2c3d848e2ab142a921b66a27a00cef (mode 644)
--- /dev/null
+++ menuconf/help/h107.txt
@@ -0,0 +1,2 @@
+This choice will show the last Changes for your
+current psyBNC Version.
blob - /dev/null
blob + f3f713cb616397145249bfcb74c24b5e840ef3cf (mode 644)
--- /dev/null
+++ menuconf/help/h201.txt
@@ -0,0 +1,4 @@
+This option defines, if psybnc should support talk- and 
+connection encryption. See the second choice where you can 
+define the encryption algorithm which should be used for 
+this encryption.
blob - /dev/null
blob + d3f8b5cfb8754d1a4be367c699c5c93d93e9eeec (mode 644)
--- /dev/null
+++ menuconf/help/h202.txt
@@ -0,0 +1,3 @@
+This option allows you to set which method of encryption 
+you want to use. You can choose Blowfish or IDEA which will 
+be used as blockcipher on talk and connection encryption.
blob - /dev/null
blob + a5328786553f6db1303bf117dd54b130a0ff153e (mode 644)
--- /dev/null
+++ menuconf/help/h203.txt
@@ -0,0 +1,4 @@
+This option allows you to choose, if the translation module 
+should be enabled. You can choose different languages to 
+translate from and to on the online administration of the 
+bouncer. See the README for further details.
blob - /dev/null
blob + 87095ff9d7aa339c031b1424c4c50c1b88c2eb96 (mode 644)
--- /dev/null
+++ menuconf/help/h204.txt
@@ -0,0 +1,5 @@
+This option allows you to let psyBNC simulate an internal 
+IRC-Network, which can be used for partylining. This replaces 
+the old &partyline channel known from psyBNC 2.1. It allows 
+the users to join internal channels, which will be defined by 
+them.
\ No newline at end of file
blob - /dev/null
blob + 0ee515f6d042295dff8e38f2c54b52bf6618b36b (mode 644)
--- /dev/null
+++ menuconf/help/h205.txt
@@ -0,0 +1,3 @@
+This option defines, if Users may activate Trafficlogging. 
+See the command TRAFFICLOG for more informations or read the 
+README.
\ No newline at end of file
blob - /dev/null
blob + 0410237fdfb3a735ef7743f312a53320ef8b663d (mode 644)
--- /dev/null
+++ menuconf/help/h206.txt
@@ -0,0 +1,4 @@
+This option defines, if Bouncer-Admins may add links to 
+other psyBNC-Demons. If this option is set, the Users can 
+use the internal network to join shares channels and query 
+each other.
blob - /dev/null
blob + fbc5535a8ba7fa95d06da02be8b69e07bbf60f92 (mode 644)
--- /dev/null
+++ menuconf/help/h207.txt
@@ -0,0 +1,5 @@
+This option defines, if files can be saved locally from dcc 
+file transfers. This allows the users to load files down fast, 
+and request them on demand while they are saved on the shell. 
+This also allows to setup a DCC File server, which can be reached 
+at dcc chat.
\ No newline at end of file
blob - /dev/null
blob + 8a9229234033daaa3b7c9cfe8eedafb486c3636c (mode 644)
--- /dev/null
+++ menuconf/help/h208.txt
@@ -0,0 +1,4 @@
+This option defines, if DCC Chats will be relayed thru the 
+bouncer, and if chats to bots are allowed. The bouncer will 
+switch chats to internal relays, then also give events on 
+chats for external programs.
blob - /dev/null
blob + 4d68b5b23c01c0dd2574f4fc292c014021b85f52 (mode 644)
--- /dev/null
+++ menuconf/help/h209.txt
@@ -0,0 +1,4 @@
+This option defines, if more than one User may use the bouncer. 
+The bounceradmin can add other users to the bouncer, which 
+would have the same ident on the irc networks, if no oIdentd 
+support would be possible.
blob - /dev/null
blob + b4a30bedd1b2640d9adab5cfca43668194f04e5a (mode 644)
--- /dev/null
+++ menuconf/help/h210.txt
@@ -0,0 +1,2 @@
+This option defines the maximal Number of users, which may be 
+added by the bouncer-Admin.
\ No newline at end of file
blob - /dev/null
blob + 1a7c0e41e6c2d4856768d422dc77907521e12d47 (mode 644)
--- /dev/null
+++ menuconf/help/h211.txt
@@ -0,0 +1,4 @@
+This option defines, how many Connections psyBNC may create by 
+connecting from the bouncer or to the Bouncer. A single User 
+should have a minimum of 2 possible Connections, one inbound 
+socket, one socket for the outbound.
\ No newline at end of file
blob - /dev/null
blob + 9ecc1289da1446db54a9b304399f6c9eacb4fd97 (mode 644)
--- /dev/null
+++ menuconf/help/h212.txt
@@ -0,0 +1,3 @@
+This Option defines, if Scripting is allowed for the Admin. 
+Please see the section "Scripting" in Bouncerconfig from the 
+main menu.
blob - /dev/null
blob + c8d3de3695a76a72ca65d43bad9ce7caf525e484 (mode 644)
--- /dev/null
+++ menuconf/help/h213.txt
@@ -0,0 +1,4 @@
+This option defines, if the ident-Demon oIdentd will be 
+supported. See http://www.sourceforge.net if you want to 
+download this ident demon. psyBNC will use the change-Ident 
+Function which is offered by this demon.
\ No newline at end of file
blob - /dev/null
blob + 1ed46dc8b2465a230a2b151d538ca603d263671b (mode 644)
--- /dev/null
+++ menuconf/help/h214.txt
@@ -0,0 +1,5 @@
+This option defines, if asynchroneous name-resolving should
+be used in psyBNC. Its disabled on default, because the
+implementation is still experimental. Feel free to activate
+this option, but, as usual, be sure there is no warranty
+of usability at all.
blob - /dev/null
blob + 28dba37c19f29b156a3f5bc892565501a00dce04 (mode 644)
--- /dev/null
+++ menuconf/help/h215.txt
@@ -0,0 +1,3 @@
+This option allows the users of the bouncer to define secondary 
+IRC-Networks (used with token~), to establish more than one 
+connection from the bouncer to irc-servers.
blob - /dev/null
blob + d7dee72fec44854601aa542793e9959b15d67572 (mode 644)
--- /dev/null
+++ menuconf/help/h216.txt
@@ -0,0 +1,3 @@
+This option defines, if Users on the bouncer may use relays 
+via Webproxies or sockshosts. See the PROXY command in the 
+online help or in the README file.
\ No newline at end of file
blob - /dev/null
blob + 8142b85439bdc9ce4b0eeed756fe28c246572069 (mode 644)
--- /dev/null
+++ menuconf/help/h217.txt
@@ -0,0 +1,5 @@
+This option allows the definition of using psyBNC for anonymous 
+access. If this option is set, every user which connects, will 
+be allowed to login, still checking the host-allows. Be sure to 
+set this option only, if you want to use the bouncer as a public 
+proxy.
blob - /dev/null
blob + 5c8e4c7c21e6da5d83249490a1f39bd106eabc8c (mode 644)
--- /dev/null
+++ menuconf/help/h218.txt
@@ -0,0 +1,4 @@
+This option defines, that irc connections never are permanent, 
+but will be disconnected, if the user himself disconnects. 
+Usefull for using the bouncer as connection-dependent bouncer 
+in the case of low resources.
\ No newline at end of file
blob - /dev/null
blob + 64498bb22bb4714abc750839178fa31e7c1bf5c1 (mode 644)
--- /dev/null
+++ menuconf/help/h219.txt
@@ -0,0 +1 @@
+This defines the loglevel psyBNC should run on.
blob - /dev/null
blob + a275b51c029938f2f7453878d915e23392d88e33 (mode 644)
--- /dev/null
+++ menuconf/help/h220.txt
@@ -0,0 +1,3 @@
+This options defines, if you still want to use the old
+fashioned partychannel known from psybnc2.1.1. Use the
+internal network instead :)
\ No newline at end of file
blob - /dev/null
blob + bf908ef3ca0b81905e068fb12649106378ae0bd7 (mode 644)
--- /dev/null
+++ menuconf/help/h221.txt
@@ -0,0 +1,2 @@
+This defines a version reply of psyBNC on a
+ctcp Version request.
\ No newline at end of file
blob - /dev/null
blob + b3c298981bcf37bef7d3e5ccf717aa121a9c8e7f (mode 644)
--- /dev/null
+++ menuconf/help/h224.txt
@@ -0,0 +1,20 @@
+This option defines whether MySQL IP check should be enabled or not.
+If enabled, you will need a working MySQL setup with a database and table structure provided.
+Menuconfig will automatically generate a random password for you and put in the following entries:
+#define MYSQL_SERVER "localhost"
+#define MYSQL_USER "psybnc"
+#define MYSQL_PASS "some random password"
+#define MYSQL_DB "psybnc"
+#define MYSQL_TABLE "iplock"
+#define MYSQL_TIMEOUT 2
+Please update them before compiling psybnc if you need that.
+
+MySQL table layout:
+CREATE TABLE IF NOT EXISTS `iplock` (
+  `id` int(5) unsigned NOT NULL AUTO_INCREMENT,
+  `ident` varchar(10) NOT NULL,
+  `ip` varchar(15) NOT NULL,
+  `server` varchar(20) NOT NULL DEFAULT '*',
+  `comments` text NOT NULL,
+  PRIMARY KEY (`id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1;
blob - /dev/null
blob + 0e640332d8baf780268135d586c178908f10c9e2 (mode 644)
--- /dev/null
+++ menuconf/help/h301.txt
@@ -0,0 +1,3 @@
+Using the Listening Socket Dialog you can define, which 
+ports and hosts the bouncer should use for waiting for 
+connections.
\ No newline at end of file
blob - /dev/null
blob + 63ccc635f678b5ca8a04831a0a5521ab1e30443c (mode 644)
--- /dev/null
+++ menuconf/help/h302.txt
@@ -0,0 +1,3 @@
+The Link Section allows to edit, add and delete links for the 
+bouncer. A link is a connection between multiple two bouncers 
+which allows shared vhosts and a shared internal irc-Network.
\ No newline at end of file
blob - /dev/null
blob + e0f9ecfb0e5ee04aa43b3598c9a8b248b08fc0d0 (mode 644)
--- /dev/null
+++ menuconf/help/h303.txt
@@ -0,0 +1,3 @@
+This defines the name of the bouncer which is needed for linkage. 
+A bouncer name has to be unique in a bouncernetwork, it defines 
+the bouncer in the network topology.
\ No newline at end of file
blob - /dev/null
blob + a3e6848875b25e52d49e3134352b41833e39d68a (mode 644)
--- /dev/null
+++ menuconf/help/h304.txt
@@ -0,0 +1,3 @@
+This defines the Virtual Hosts and the Users which may use this VHosts.
+If no VHost entries are defined, every user may use every available
+Vhost.
\ No newline at end of file
blob - /dev/null
blob + 71b5b91da6039236a2e7efaee04f5a5db0838ad9 (mode 644)
--- /dev/null
+++ menuconf/help/h305.txt
@@ -0,0 +1,2 @@
+This section allows the maintenance of the bouncer Users. Those 
+can be added, deleted or newly introduced using this dialog.
\ No newline at end of file
blob - /dev/null
blob + cc2dfe4610c23b7a921bf66a5a8f44bc34dd8e9a (mode 644)
--- /dev/null
+++ menuconf/help/h306.txt
@@ -0,0 +1,2 @@
+This option allows to setup the dcc host, which is needed
+for allowing DCC Chats and DCC Files.
\ No newline at end of file
blob - /dev/null
blob + dfb7d40556fdb4ddb86b017652455527e7baade7 (mode 644)
--- /dev/null
+++ menuconf/help/h501.txt
@@ -0,0 +1,3 @@
+This option defines the type of the link. You can either choose 
+between a link which should listen for connections or a link 
+which will actively connect to a given Host.
\ No newline at end of file
blob - /dev/null
blob + 821d1989c9a4e8e7d398984db94b9f131c0cdfcf (mode 644)
--- /dev/null
+++ menuconf/help/h502.txt
@@ -0,0 +1 @@
+This defines the Host from/to which the link will be established.
blob - /dev/null
blob + 74771fb13e3346aca394791b785d8013a00b5b1c (mode 644)
--- /dev/null
+++ menuconf/help/h503.txt
@@ -0,0 +1,3 @@
+This defines the port from/to which the link will be established. 
+If the link is an incoming Link, the first Port of the bouncer 
+has to be defined.
blob - /dev/null
blob + cd761c8b81911003f9febfd37bc2774950c8fb5d (mode 644)
--- /dev/null
+++ menuconf/help/h504.txt
@@ -0,0 +1,3 @@
+This option defines, if a User may use vhosts of the directly 
+connected Link via relay. A User would give a linknumber in the 
+VHOST command to use the given Link.
\ No newline at end of file
blob - /dev/null
blob + 5ac52ab0c8797bb626549d1e20f33bc58d6205ff (mode 644)
--- /dev/null
+++ menuconf/help/h505.txt
@@ -0,0 +1,4 @@
+This resets the Password of the link. You cannot define Passwords 
+for links, they are handshaked at connection. Resetting results 
+in creating a new password. You need to reset the pass on the 
+incoming and outgoing link to complete the Reset.
\ No newline at end of file
blob - /dev/null
blob + cb02502cb06875b732f74396eb67200366f996a2 (mode 644)
--- /dev/null
+++ menuconf/help/h601.txt
@@ -0,0 +1,6 @@
+This option defines the name or IP of the allowed Host which 
+may connect. You can also use Hostmasks, as like 172.16.* or
+*.bla.blah.net. You need to enter the same entry delimited by
+a ";", e.g. 
+
+172.16.1.2;172.16.1.2
blob - /dev/null
blob + 1f39af1eb81ddc8d0507f9a457ef5619f9c44d9f (mode 644)
--- /dev/null
+++ menuconf/help/h701.txt
@@ -0,0 +1 @@
+This defines the login (ident/email) for the User.
\ No newline at end of file
blob - /dev/null
blob + c27d82e6b68e879620d51c356045bcdc978c0b11 (mode 644)
--- /dev/null
+++ menuconf/help/h702.txt
@@ -0,0 +1 @@
+This defines the Nickname for the User.
blob - /dev/null
blob + 8ad29692bacf04ae7248c9daaca99169617f24b9 (mode 644)
--- /dev/null
+++ menuconf/help/h703.txt
@@ -0,0 +1 @@
+This defines the Username (Real Name) for the User.
\ No newline at end of file
blob - /dev/null
blob + 2d1eb84b5bf5c846475bf3136216e826d1b3b2d3 (mode 644)
--- /dev/null
+++ menuconf/help/h704.txt
@@ -0,0 +1,4 @@
+This defines the Password for the user. If the password was set on the bouncer
+it is normally encrypted. Menuconf can't edit this blowfish-encrypted password
+so you have to enter a cleartextpassword which would be encrypted during the
+next rehash of the bouncer.
\ No newline at end of file
blob - /dev/null
blob + 4eb1556edd925d827304f02015fe3f4133fb56f1 (mode 644)
--- /dev/null
+++ menuconf/help/h705.txt
@@ -0,0 +1 @@
+This defines the Vhost which the User will currently use.
blob - /dev/null
blob + ec7c36365c1e3c9c8c18e01d77b8d726ed62f9b5 (mode 644)
--- /dev/null
+++ menuconf/help/h706.txt
@@ -0,0 +1,2 @@
+This defines the Rights of the User. A User can either be a normal User 
+or an Admin.
\ No newline at end of file
blob - /dev/null
blob + a095321ecb1e44026c21a20f6d282bac84539bae (mode 644)
--- /dev/null
+++ menuconf/help/h707.txt
@@ -0,0 +1,2 @@
+This defines the number of the link to relay over. The setting vhost would
+have to be a vhost on the link destination.
blob - /dev/null
blob + 9593d214b050a348e93c40266c9be221ec60f34f (mode 644)
--- /dev/null
+++ menuconf/help/h708.txt
@@ -0,0 +1,3 @@
+This defines a proxy over which the connection could be relayed. A proxy can
+be a webproxy, which allows the CONNECT method, or a sockshost supporting the
+socks4 Protocol.
blob - /dev/null
blob + ae0c927502ebf5e37094fd5d4574f75c918176e4 (mode 644)
--- /dev/null
+++ menuconf/help/h709.txt
@@ -0,0 +1,2 @@
+This defines the port for the proxy. In the case of webproxies the port 
+normally is 8080 or 3128. Socks-Proxies usually have port 1080.
blob - /dev/null
blob + 27073acf22f9a0ce58cc2a2beaf628eb6350541b (mode 644)
--- /dev/null
+++ menuconf/help/h710.txt
@@ -0,0 +1,3 @@
+This defines the Number of the Parent User. It has to be set, if the added
+User should be a network redefinition of an existent User. Also set the field
+Network if you enable this option.
\ No newline at end of file
blob - /dev/null
blob + 5dcc27fa907b510d43272440b82493b06e4caf4e (mode 644)
--- /dev/null
+++ menuconf/help/h711.txt
@@ -0,0 +1,2 @@
+This flag sets, if the User should not be connected on bouncerstart. On the
+bouncer this flag is equivalent to the BQUIT command.
\ No newline at end of file
blob - /dev/null
blob + daea832c75c9672b548a79a67e0205ae68935908 (mode 644)
--- /dev/null
+++ menuconf/help/h712.txt
@@ -0,0 +1,4 @@
+This option enables or disables, if DCC-Files should be accepted on every
+Send-Request. Use of this function is not suggested, because you wont
+keep track of downloaded files.
+
blob - /dev/null
blob + f8fca3c6813d43b453b4cb64e1cdc87356f79b9d (mode 644)
--- /dev/null
+++ menuconf/help/h713.txt
@@ -0,0 +1,2 @@
+This option defines, if the User should receive Systemmessages. Those
+Systemmessages are for example Connection Losses/Establishments.
blob - /dev/null
blob + ca00b221a2b3b90c4d3f8f4c243593d3c2c8ef95 (mode 644)
--- /dev/null
+++ menuconf/help/h714.txt
@@ -0,0 +1,3 @@
+This defines the name of the network token this user would be adressed with.
+If this token ist defined, you also would have to set the Parent-Entry to the
+parent-User of this network-Defintion.
\ No newline at end of file
blob - /dev/null
blob + a7dcb41d2c2353f9a4e4a5c8faeb3927c07a719b (mode 644)
--- /dev/null
+++ menuconf/help/h715.txt
@@ -0,0 +1,2 @@
+This resets the Offset of the last read Trafficlog-Line. When the user will
+trigger PLAYTRAFFICLOG LAST again now, all entries will be replayed.
blob - /dev/null
blob + e1945a9828caaabe0347f4ac69c74d3f2bd04bd7 (mode 644)
--- /dev/null
+++ menuconf/help/h716.txt
@@ -0,0 +1,2 @@
+This selection will lead into the list of the Servers for the User. You can
+add, delete or edit Server-Entries.
\ No newline at end of file
blob - /dev/null
blob + adc982197138cc35997d83836c4ff3f20de0e13c (mode 644)
--- /dev/null
+++ menuconf/inifunc.c
@@ -0,0 +1,260 @@
+/************************************************************************
+ *   psybnc2.2, menuconf/inifunc.c
+ *   Copyright (C) 2000 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#ifndef lint
+static char rcsid[] = "@(#)$Id: inifunc.c, v 2.2 2000/07/20 02:02:00 psychoid Exp $";
+#endif
+
+#include <stdio.h>

+#include <sys/types.h>

+#include <sys/socket.h>

+#include <netdb.h>

+#include <stdlib.h>

+#include <stdarg.h>
+#include <stdlib.h>
+#include <unistd.h>

+#include <fcntl.h>
+#include <errno.h>
+#include <sys/time.h>

+#include <netinet/in.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <signal.h>
+#include <errno.h>
+
+#define INIFILE "PSYBNC"
+/* change this to support more users */
+
+/* Data Definitions */
+
+struct stringarray {
+    char *entry;
+    struct stringarray *next;
+};
+
+struct stringarray *conf;
+
+/* reset the config cache */
+
+int resetconfig()
+{
+    struct stringarray *wconf,*owconf;
+    wconf=conf;
+    while(wconf!=NULL)
+    {
+	if (wconf->entry!=NULL)
+	    free(wconf->entry);
+	owconf=wconf;
+	wconf=wconf->next;
+	free(owconf);
+    }
+    conf=NULL;
+    return 0x0;
+}
+
+/* read the config file */
+
+int readconfig()
+{
+    FILE *handle;
+    struct stringarray *wconf;
+    char inistring[400];
+    wconf=conf;
+    if(conf!=NULL) resetconfig();
+    handle=fopen(configfile,"r");
+    if(handle==NULL) return -1;
+    while(fgets(inistring,sizeof(inistring),handle)
+    {
+	if(strchr(inistring,'\n')!=NULL)
+	    sscanf(inistring,"%s\n",inistring);
+	if(wconf==NULL)
+	{
+	    wconf=pmalloc(sizeof(struct stringarray));
+	    conf=wconf;
+	} else {
+	    wconf->next=pmalloc(sizeof(struct stringarray));
+	    wconf=wconf->next;
+	}
+	wconf->entry=pmalloc(strlen(inistring)+1);
+	strcpy(wconf->entry,inistring);
+    }
+    fclose(handle);
+    return 0x0;
+}
+
+/* write the config file */
+
+int flushconfig()
+{
+    FILE *handle;
+    struct stringarray *wconf;
+    oldfile(configfile);
+    handle=fopen(configfile,"w");
+    wconf=conf;
+    while(wconf)
+    {
+	if(wconf->entry!=NULL) { 
+	   fprintf(wconf,wconf->entry);
+	   fprintf(wconf,"\n");
+	}
+	wconf=wconf->next;
+    }
+    fclose(wconf);
+    return 0x0;
+}
+
+/* erases a section from the config */
+
+int clearsectionconfig(char *pattern)
+{
+    struct stringarray *wconf,*xconf;
+    wconf=conf;
+    xconf=conf;
+    while(wconf)
+    {
+	if(wconf->entry!=NULL)
+	{
+	    if(strstr(wconf->entry,pattern)==wconf->entry)
+	    {
+		if(wconf==conf)
+		{
+		    conf=wconf->next;
+		    xconf=conf;
+		} else {
+		    xconf->next=wconf->next;
+		}
+    		free(wconf->entry);
+		free(wconf);
+		wconf=xconf;
+	    }
+	}
+	xconf=wconf;
+	wconf=wconf->next;
+    }
+}
+
+/* get entry from conf-file */
+
+int getini(char *section, char *param,char *inidat)
+{
+   char ppuf[400];
+   struct stringarray *wconf;
+   char *po;
+   pcontext;
+   wconf=conf;
+   memset(value,0x0,sizeof(value));    
+   snprintf(ppuf,sizeof(ppuf),"%s.%s.%s=",inidat,section,param);
+   while (wconf!=NULL) 
+   {
+	if(wconf->entry!=NULL)
+	{
+	    po = strstr(wconf->entry,ppuf);
+	    if (po == wconf->entry) {
+ 		po = po + strlen(ppuf);
+		snprintf(value,sizeof(value),"%s",po);
+		return 0x0; /* found, returning */
+	    }
+	}
+	wconf=wconf->next
+   }
+   /* not found */
+   return -2;
+}
+
+/* write entry to configcache or delete if if data = NULL */
+
+int writeini(char *section, char *param, char *inidat, char *data)
+{
+    char ppuf[200];
+    char spuf[200];
+    char buf[2048];
+    char tx[20];
+    char *po;
+    int wasinsection;
+    char *data_p;
+    struct stringarray *wconf,*xconf,*sectconf;
+    wconf=conf;
+    pcontext;
+    data_p = data;
+    if (data_p != NULL) {
+       if (strlen(data) == 0) data_p = NULL;
+    }
+    wasinsection = 0;insection = 0;
+    snprintf(ppuf,sizeof(ppuf),"%s.%s.%s=",inidat,section,param);
+    snprintf(spuf,sizeof(spuf),"%s.%s.",inidat,section);
+    snprintf(buf,sizeof(buf),"%s%s",spuf,data_p);
+    xconf=conf;
+    sectconf=conf;
+    while (wconf) {
+      if(wconf->entry!=NULL)
+      {
+    	   po = strstr(wconf->entry,spuf);
+           if (po == wconf->entry) 
+	   {
+	      sectconf=xconf; /* save last entry of section */
+	      wasinsection = 1; /* we had been in the section */
+	      po = strstr(wconf->entry,ppuf);
+	      if (po == wconf->entry) {
+		 if(data_p==NULL)
+		 {
+		    if(wconf==conf)
+		    {
+			conf=wconf->next;
+			xconf=conf;
+		    } else {
+			xconf->next=wconf->next;
+		    }		     
+		    free(wconf->entry):
+		    free(wconf);
+		    wconf=xconf;
+		    return 0x0;
+		 } else {
+		    free(wconf->entry);
+		    wconf->entry=pmalloc(strlen(buf)+1):
+		    strcpy(wconf->entry,buf);
+		    return 0x0;
+		 }    
+	      }
+	   }
+      }
+      xconf=wconf;
+      wconf=wconf->next;
+    }
+    if(data_p==NULL) return 0x0;
+    if(wasinsection==0) 
+    {
+	xconf->next=pmalloc(sizeof(struct stringarray));
+	xconf=xconf->next;
+    } else {
+	xconf=sectconf;
+	wconf=pmalloc(sizeof(struct stringarray));
+	wconf->next=xconf->next;
+	xconf->next=wconf;
+	xconf=wconf;
+    }
+    xconf->entry=pmalloc(strlen(buf)+1);
+    strcpy(xconf->entry,buf);
+    return 0x0;
+}
+
blob - /dev/null
blob + 283f2c0b08cb195d25f3fc2fec4c6003ddaa0894 (mode 644)
--- /dev/null
+++ menuconf/inputbox.c
@@ -0,0 +1,241 @@
+/*
+ *  inputbox.c -- implements the input box
+ *
+ *  ORIGINAL AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
+ *  MODIFIED FOR psyBNC by psychoid
+ *
+ *  This program is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU General Public License
+ *  as published by the Free Software Foundation; either version 2
+ *  of the License, or (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include "dialog.h"
+
+unsigned char dialog_input_result[MAX_LEN + 1];
+
+/*
+ *  Print the termination buttons
+ */
+static void
+print_buttons(WINDOW *dialog, int height, int width, int selected)
+{
+    int x = width / 2 - 11;
+    int y = height - 2;
+
+    print_button (dialog, "  Ok  ", y, x, selected==0);
+    print_button (dialog, " Help ", y, x + 14, selected==1);
+
+    wmove(dialog, y, x+1+14*selected);
+    wrefresh(dialog);
+}
+
+/*
+ * Display a dialog box for inputing a string
+ */
+int
+dialog_inputbox (const char *title, const char *prompt, int height, int width,
+		 const char *init)
+{
+    int i, x, y, box_y, box_x, box_width;
+    int input_x = 0, ascroll = 0, key = 0, button = -1;
+    unsigned char *instr = dialog_input_result;
+    WINDOW *dialog;
+
+    /* center dialog box on screen */
+    x = (COLS - width) / 2;
+    y = (LINES - height) / 2;
+
+
+    draw_shadow (stdscr, y, x, height, width);
+
+    dialog = newwin (height, width, y, x);
+    keypad (dialog, TRUE);
+
+    draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
+    wattrset (dialog, border_attr);
+    mvwaddch (dialog, height-3, 0, ACS_LTEE);
+    for (i = 0; i < width - 2; i++)
+	waddch (dialog, ACS_HLINE);
+    wattrset (dialog, dialog_attr);
+    waddch (dialog, ACS_RTEE);
+
+    if (title != NULL && strlen(title) >= width-2 ) {
+	/* truncate long title -- mec */
+	char * title2 = malloc(width-2+1);
+	memcpy( title2, title, width-2 );
+	title2[width-2] = '\0';
+	title = title2;
+    }
+
+    if (title != NULL) {
+	wattrset (dialog, title_attr);
+	mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' ');
+	waddstr (dialog, (char *)title);
+	waddch (dialog, ' ');
+    }
+
+    wattrset (dialog, dialog_attr);
+    print_autowrap (dialog, prompt, width - 2, 1, 3);
+
+    /* Draw the input field box */
+    box_width = width - 6;
+    getyx (dialog, y, x);
+    box_y = y + 2;
+    box_x = (width - box_width) / 2;
+    draw_box (dialog, y + 1, box_x - 1, 3, box_width + 2,
+	      border_attr, dialog_attr);
+
+    print_buttons(dialog, height, width, 0);
+
+    /* Set up the initial value */
+    wmove (dialog, box_y, box_x);
+    wattrset (dialog, inputbox_attr);
+
+    if (!init)
+	instr[0] = '\0';
+    else
+	strcpy (instr, init);
+
+    input_x = strlen (instr);
+
+    if (input_x >= box_width) {
+	ascroll = input_x - box_width + 1;
+	input_x = box_width - 1;
+	for (i = 0; i < box_width - 1; i++)
+	    waddch (dialog, instr[ascroll + i]);
+    } else
+	waddstr (dialog, instr);
+
+    wmove (dialog, box_y, box_x + input_x);
+
+    wrefresh (dialog);
+
+    while (key != ESC) {
+	key = wgetch (dialog);
+
+	if (button == -1) {	/* Input box selected */
+	    switch (key) {
+	    case TAB:
+	    case KEY_UP:
+	    case KEY_DOWN:
+		break;
+	    case KEY_LEFT:
+		continue;
+	    case KEY_RIGHT:
+		continue;
+	    case KEY_BACKSPACE:
+	    case 127:
+		if (input_x || ascroll) {
+		    wattrset (dialog, inputbox_attr);
+		    if (!input_x) {
+			ascroll = ascroll < box_width - 1 ?
+			    0 : ascroll - (box_width - 1);
+			wmove (dialog, box_y, box_x);
+			for (i = 0; i < box_width; i++)
+			    waddch (dialog, instr[ascroll + input_x + i] ?
+				    instr[ascroll + input_x + i] : ' ');
+			input_x = strlen (instr) - ascroll;
+		    } else
+			input_x--;
+		    instr[ascroll + input_x] = '\0';
+		    mvwaddch (dialog, box_y, input_x + box_x, ' ');
+		    wmove (dialog, box_y, input_x + box_x);
+		    wrefresh (dialog);
+		}
+		continue;
+	    default:
+		if (key < 0x100 && isprint (key)) {
+		    if (ascroll + input_x < MAX_LEN) {
+			wattrset (dialog, inputbox_attr);
+			instr[ascroll + input_x] = key;
+			instr[ascroll + input_x + 1] = '\0';
+			if (input_x == box_width - 1) {
+			    ascroll++;
+			    wmove (dialog, box_y, box_x);
+			    for (i = 0; i < box_width - 1; i++)
+				waddch (dialog, instr[ascroll + i]);
+			} else {
+			    wmove (dialog, box_y, input_x++ + box_x);
+			    waddch (dialog, key);
+			}
+			wrefresh (dialog);
+		    } else
+			flash ();	/* Alarm user about overflow */
+		    continue;
+		}
+	    }
+	}
+	switch (key) {
+	case 'O':
+	case 'o':
+	    delwin (dialog);
+	    return 0;
+	case 'H':
+	case 'h':
+	    delwin (dialog);
+	    return 1;
+	case KEY_UP:
+	case KEY_LEFT:
+	    switch (button) {
+	    case -1:
+		button = 1;	/* Indicates "Cancel" button is selected */
+		print_buttons(dialog, height, width, 1);
+		break;
+	    case 0:
+		button = -1;	/* Indicates input box is selected */
+		print_buttons(dialog, height, width, 0);
+		wmove (dialog, box_y, box_x + input_x);
+		wrefresh (dialog);
+		break;
+	    case 1:
+		button = 0;	/* Indicates "OK" button is selected */
+		print_buttons(dialog, height, width, 0);
+		break;
+	    }
+	    break;
+	case TAB:
+	case KEY_DOWN:
+	case KEY_RIGHT:
+	    switch (button) {
+	    case -1:
+		button = 0;	/* Indicates "OK" button is selected */
+		print_buttons(dialog, height, width, 0);
+		break;
+	    case 0:
+		button = 1;	/* Indicates "Cancel" button is selected */
+		print_buttons(dialog, height, width, 1);
+		break;
+	    case 1:
+		button = -1;	/* Indicates input box is selected */
+		print_buttons(dialog, height, width, 0);
+		wmove (dialog, box_y, box_x + input_x);
+		wrefresh (dialog);
+		break;
+	    }
+	    break;
+	case ' ':
+	case '\n':
+	    strcpy(selection,dialog_input_result);
+	    delwin (dialog);
+	    return (button == -1 ? 0 : button);
+	case 'X':
+	case 'x':
+	    key = ESC;
+	case ESC:
+	    break;
+	}
+    }
+
+    delwin (dialog);
+    return -1;			/* ESC pressed */
+}
blob - /dev/null
blob + 181b9c38f7e1d57d9b44504b891d0f7d94dca713 (mode 644)
--- /dev/null
+++ menuconf/menubox.c
@@ -0,0 +1,428 @@
+/*
+ *  menubox.c -- implements the menu box
+ *
+ *  ORIGINAL AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
+ *  MODIFIED FOR psyBNC by psychoid
+ *
+ *  This program is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU General Public License
+ *  as published by the Free Software Foundation; either version 2
+ *  of the License, or (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+/*
+ *  Changes by Clifford Wolf (god@clifford.at)
+ *
+ *  [ 1998-06-13 ]
+ *
+ *    *)  A bugfix for the Page-Down problem
+ *
+ *    *)  Formerly when I used Page Down and Page Up, the cursor would be set 
+ *        to the first position in the menu box.  Now lxdialog is a bit
+ *        smarter and works more like other menu systems (just have a look at
+ *        it).
+ *
+ *    *)  Formerly if I selected something my scrolling would be broken because
+ *        lxdialog is re-invoked by the Menuconfig shell script, can't
+ *        remember the last scrolling position, and just sets it so that the
+ *        cursor is at the bottom of the box.  Now it writes the temporary file
+ *        lxdialog.scrltmp which contains this information. The file is
+ *        deleted by lxdialog if the user leaves a submenu or enters a new
+ *        one, but it would be nice if Menuconfig could make another "rm -f"
+ *        just to be sure.  Just try it out - you will recognise a difference!
+ *
+ *  [ 1998-06-14 ]
+ *
+ *    *)  Now lxdialog is crash-safe against broken "lxdialog.scrltmp" files
+ *        and menus change their size on the fly.
+ *
+ *    *)  If for some reason the last scrolling position is not saved by
+ *        lxdialog, it sets the scrolling so that the selected item is in the
+ *        middle of the menu box, not at the bottom.
+ *
+ * 02 January 1999, Michael Elizabeth Chastain (mec@shout.net)
+ * Reset 'scroll' to 0 if the value from lxdialog.scrltmp is bogus.
+ * This fixes a bug in Menuconfig where using ' ' to descend into menus
+ * would leave mis-synchronized lxdialog.scrltmp files lying around,
+ * fscanf would read in 'scroll', and eventually that value would get used.
+ */
+
+#include "dialog.h"
+
+static int menu_width, item_x;
+extern int newb,delb;
+
+/*
+ * Print menu item
+ */
+static void
+print_item (WINDOW * win, const char *item, int choice, int selected, int hotkey)
+{
+    int j;
+    char menu_item[menu_width+1];
+
+    strncpy(menu_item, item, menu_width);
+    menu_item[menu_width] = 0;
+    j = first_alpha(menu_item, "YyNnMm");
+
+    /* Clear 'residue' of last item */
+    wattrset (win, menubox_attr);
+    wmove (win, choice, 0);
+#if OLD_NCURSES
+    {
+        int i;
+        for (i = 0; i < menu_width; i++)
+	    waddch (win, ' ');
+    }
+#else
+    wclrtoeol(win);
+#endif
+    wattrset (win, selected ? item_selected_attr : item_attr);
+    mvwaddstr (win, choice, item_x, menu_item);
+    if (hotkey) {
+    	wattrset (win, selected ? tag_key_selected_attr : tag_key_attr);
+    	mvwaddch(win, choice, item_x+j, menu_item[j]);
+    }
+}
+
+/*
+ * Print the scroll indicators.
+ */
+static void
+print_arrows (WINDOW * win, int item_no, int scroll,
+		int y, int x, int height)
+{
+    int cur_y, cur_x;
+
+    getyx(win, cur_y, cur_x);
+
+    wmove(win, y, x);
+
+    if (scroll > 0) {
+	wattrset (win, uarrow_attr);
+	waddch (win, ACS_UARROW);
+	waddstr (win, "(-)");
+    }
+    else {
+	wattrset (win, menubox_attr);
+	waddch (win, ACS_HLINE);
+	waddch (win, ACS_HLINE);
+	waddch (win, ACS_HLINE);
+	waddch (win, ACS_HLINE);
+    }
+
+   y = y + height + 1;
+   wmove(win, y, x);
+
+   if ((height < item_no) && (scroll + height < item_no)) {
+	wattrset (win, darrow_attr);
+	waddch (win, ACS_DARROW);
+	waddstr (win, "(+)");
+    }
+    else {
+	wattrset (win, menubox_border_attr);
+	waddch (win, ACS_HLINE);
+	waddch (win, ACS_HLINE);
+	waddch (win, ACS_HLINE);
+	waddch (win, ACS_HLINE);
+   }
+
+   wmove(win, cur_y, cur_x);
+}
+
+/*
+ * Display the termination buttons.
+ */
+static void
+print_buttons (WINDOW *win, int height, int width, int selected)
+{
+    int x = width / 2 - 16;
+    int y = height - 2;
+
+    if(delb==1 || newb==1)
+	print_button (win, "  Ok  ", y, x, selected == 0);
+    else
+	print_button (win, "Select", y, x, selected == 0);
+    if(newb)
+	print_button (win, " New  ", y, x + 12, selected == 1);
+    else
+	print_button (win, " Exit ", y, x + 12, selected == 1);
+    if(delb)
+	print_button (win, "Delete", y, x + 24, selected == 2);
+    else
+	print_button (win, " Help ", y, x + 24, selected == 2);
+
+    wmove(win, y, x+1+12*selected);
+    wrefresh (win);
+}
+
+/*
+ * Display a menu for choosing among a number of options
+ */
+int
+dialog_menu (const char *title, const char *prompt, int height, int width,
+		int menu_height, const char *current, int item_no,
+		const char * const * items)
+
+{
+    int i, j, x, y, box_x, box_y;
+    int key = 0, button = 0, ascroll = 0, choice = 0, first_item = 0, max_choice;
+    WINDOW *dialog, *menu;
+    FILE *f;
+
+    max_choice = MIN (menu_height, item_no);
+
+    /* center dialog box on screen */
+    x = (COLS - width) / 2;
+    y = (LINES - height) / 2;
+
+    draw_shadow (stdscr, y, x, height, width);
+
+    dialog = newwin (height, width, y, x);
+    keypad (dialog, TRUE);
+
+    draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
+    wattrset (dialog, border_attr);
+    mvwaddch (dialog, height - 3, 0, ACS_LTEE);
+    for (i = 0; i < width - 2; i++)
+	waddch (dialog, ACS_HLINE);
+    wattrset (dialog, dialog_attr);
+    wbkgdset (dialog, dialog_attr & A_COLOR);
+    waddch (dialog, ACS_RTEE);
+
+    if (title != NULL && strlen(title) >= width-2 ) {
+	/* truncate long title -- mec */
+	char * title2 = malloc(width-2+1);
+	memcpy( title2, title, width-2 );
+	title2[width-2] = '\0';
+	title = title2;
+    }
+
+    if (title != NULL) {
+	wattrset (dialog, title_attr);
+	mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' ');
+	waddstr (dialog, (char *)title);
+	waddch (dialog, ' ');
+    }
+
+    wattrset (dialog, dialog_attr);
+    print_autowrap (dialog, prompt, width - 2, 1, 3);
+
+    menu_width = width - 6;
+    box_y = height - menu_height - 5;
+    box_x = (width - menu_width) / 2 - 1;
+
+    /* create new window for the menu */
+    menu = subwin (dialog, menu_height, menu_width,
+		y + box_y + 1, x + box_x + 1);
+    keypad (menu, TRUE);
+
+    /* draw a box around the menu items */
+    draw_box (dialog, box_y, box_x, menu_height + 2, menu_width + 2,
+	      menubox_border_attr, menubox_attr);
+
+    /*
+     * Find length of longest item in order to center menu.
+     * Set 'choice' to default item. 
+     */
+    item_x = 0;
+    for (i = 0; i < item_no; i++) {
+	item_x = MAX (item_x, MIN(menu_width, strlen (items[i * 2 + 1]) + 2));
+	if (strcmp(current, items[i*2]) == 0) choice = i;
+    }
+
+    item_x = (menu_width - item_x) / 2;
+
+    /* get the scroll info from the temp file */
+    if ( (f=fopen("lxdialog.scrltmp","r")) != NULL ) {
+	if ( (fscanf(f,"%d\n",&ascroll) == 1) && (ascroll <= choice) &&
+	     (ascroll+max_choice > choice) && (ascroll >= 0) &&
+	     (ascroll+max_choice <= item_no) ) {
+	    first_item = ascroll;
+	    choice = choice - ascroll;
+	    fclose(f);
+	} else {
+	    ascroll=0;
+	    remove("lxdialog.scrltmp");
+	    fclose(f);
+	    f=NULL;
+	}
+    }
+    if ( (choice >= max_choice) || (f==NULL && choice >= max_choice/2) ) {
+	if (choice >= item_no-max_choice/2)
+	    ascroll = first_item = item_no-max_choice;
+	else
+	    ascroll = first_item = choice - max_choice/2;
+	choice = choice - ascroll;
+    }
+
+    /* Print the menu */
+    for (i=0; i < max_choice; i++) {
+	print_item (menu, items[(first_item + i) * 2 + 1], i, i == choice,
+                    (items[(first_item + i)*2][0] != ':'));
+    }
+
+    wnoutrefresh (menu);
+
+    print_arrows(dialog, item_no, ascroll,
+		 box_y, box_x+item_x+1, menu_height);
+
+    print_buttons (dialog, height, width, 0);
+
+    while (key != ESC) {
+	key = wgetch(dialog);
+
+	if (key < 256 && isalpha(key)) key = tolower(key);
+
+	if (strchr("ynm", key))
+		i = max_choice;
+	else {
+        for (i = choice+1; i < max_choice; i++) {
+		j = first_alpha(items[(ascroll+i)*2+1], "YyNnMm");
+		if (key == tolower(items[(ascroll+i)*2+1][j]))
+                	break;
+	}
+	if (i == max_choice)
+       		for (i = 0; i < max_choice; i++) {
+			j = first_alpha(items[(ascroll+i)*2+1], "YyNnMm");
+			if (key == tolower(items[(ascroll+i)*2+1][j]))
+                		break;
+		}
+	}
+
+	if (max_choice && (i < max_choice || 
+            key == KEY_UP || key == KEY_DOWN ||
+            key == '-' || key == '+' ||
+            key == KEY_PPAGE || key == KEY_NPAGE)) {
+
+            print_item (menu, items[(ascroll+choice)*2+1], choice, FALSE,
+                       (items[(ascroll+choice)*2][0] != ':'));
+
+	    if (key == KEY_UP || key == '-') {
+                if (choice < 2 && ascroll) {
+	            /* Scroll menu down */
+                    scrollok (menu, TRUE);
+                    wscrl (menu, -1);
+                    scrollok (menu, FALSE);
+
+                    ascroll--;
+
+                    print_item (menu, items[ascroll * 2 + 1], 0, FALSE,
+                               (items[ascroll*2][0] != ':'));
+		} else
+		    choice = MAX(choice - 1, 0);
+
+	    } else if (key == KEY_DOWN || key == '+')  {
+
+		print_item (menu, items[(ascroll+choice)*2+1], choice, FALSE,
+                                (items[(ascroll+choice)*2][0] != ':'));
+
+                if ((choice > max_choice-3) &&
+                    (ascroll + max_choice < item_no)
+                   ) {
+		    /* Scroll menu up */
+		    scrollok (menu, TRUE);
+                    scroll (menu);
+                    scrollok (menu, FALSE);
+
+                    ascroll++;
+
+                    print_item (menu, items[(ascroll+max_choice-1)*2+1],
+                               max_choice-1, FALSE,
+                               (items[(ascroll+max_choice-1)*2][0] != ':'));
+                } else
+                    choice = MIN(choice+1, max_choice-1);
+
+	    } else if (key == KEY_PPAGE) {
+	        scrollok (menu, TRUE);
+                for (i=0; (i < max_choice); i++) {
+                    if (ascroll > 0) {
+                	wscrl (menu, -1);
+                	ascroll--;
+                	print_item (menu, items[ascroll * 2 + 1], 0, FALSE,
+                	(items[ascroll*2][0] != ':'));
+                    } else {
+                        if (choice > 0)
+                            choice--;
+                    }
+                }
+                scrollok (menu, FALSE);
+
+            } else if (key == KEY_NPAGE) {
+                for (i=0; (i < max_choice); i++) {
+                    if (ascroll+max_choice < item_no) {
+			scrollok (menu, TRUE);
+			scroll(menu);
+			scrollok (menu, FALSE);
+                	ascroll++;
+                	print_item (menu, items[(ascroll+max_choice-1)*2+1],
+			            max_choice-1, FALSE,
+			            (items[(ascroll+max_choice-1)*2][0] != ':'));
+		    } else {
+			if (choice+1 < max_choice)
+			    choice++;
+		    }
+                }
+
+            } else
+                choice = i;
+
+            print_item (menu, items[(ascroll+choice)*2+1], choice, TRUE,
+                       (items[(ascroll+choice)*2][0] != ':'));
+
+            print_arrows(dialog, item_no, ascroll,
+                         box_y, box_x+item_x+1, menu_height);
+
+            wnoutrefresh (menu);
+            wrefresh (dialog);
+
+	    continue;		/* wait for another key press */
+        }
+
+	switch (key) {
+	case KEY_LEFT:
+	case TAB:
+	case KEY_RIGHT:
+	    button = ((key == KEY_LEFT ? --button : ++button) < 0)
+			? 2 : (button > 2 ? 0 : button);
+
+	    print_buttons(dialog, height, width, button);
+	    wrefresh (dialog);
+	    break;
+	case 'h':
+	case '?':
+	    button = 2;
+	case '\n':
+	    delwin (dialog);
+	    if (button == 2) 
+	    {
+		strcpy(selection,items[(ascroll + choice) *2]);
+		strcat(selection,items[(ascroll + choice) *2 + 1] +
+		       first_alpha(items[(ascroll + choice) * 2 + 1],""));
+	    }
+	    else
+		strcpy(selection,items[(ascroll + choice) *2]);
+
+	    remove("lxdialog.scrltmp");
+	    return button;
+	case 'e':
+	case 'x':
+	    key = ESC;
+	case ESC:
+	    break;
+	}
+    }
+
+    delwin (dialog);
+    remove("lxdialog.scrltmp");
+    return -1;			/* ESC pressed */
+}
blob - /dev/null
blob + c17cfeb3eb3b78737a461bbe45b58d9c2876abae (mode 644)
--- /dev/null
+++ menuconf/menuconf.c
@@ -0,0 +1,2148 @@
+/************************************************************************
+ *   psybnc, menuconf/menuconf.c
+ *   Copyright (C) 2002 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+/* Note: The GUI-Routines are made by Savio Lam (lam836@cs.cuhk.hk)
+ *       Some changes were made to those routines to give back the
+ *       choosen parameter into an internal variable and to allow
+ *       Delete and New for User and Linklist
+ */
+
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netdb.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <sys/time.h>
+#include <netinet/in.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <signal.h>
+#include <errno.h>
+#include "src/p_version.h"
+
+int ap_snprintf(char *dest,size_t size, char *format, ...);
+#define snprintf ap_snprintf
+
+
+/* Random password generator for MySQL */
+#include <time.h>
+
+char *rand_password(char *dst, int size)
+{
+    static const char text[] = "abcdefghijklmnopqrstuvwxyz"
+                               "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
+                               "1234567890";
+/*    int i, len = rand() % (size - 1); */
+    int i;
+    for ( i = 0; i < size; ++i )
+    {
+        dst[i] = text[rand() % (sizeof text - 1)];
+    }
+    dst[i] = '\0';
+    return dst;
+}
+
+/* internals */
+
+char mysql_password[256];
+char selection[4096];
+int param;
+int true=-1;
+int false=0;
+
+int delb=0;
+int newb=0;
+int confbase=0;
+
+/* Compiling Menu - Options */
+
+struct comopt {
+    int supenc;
+    int supenctype;
+    int suptrans;
+    int supint;
+    int suptrl;
+    int suplinks;
+    int dccfiles;
+    int dccchat;
+    int mduser;
+    int maxuser;
+    int maxcon;
+    int supscript;
+    int supoidentd;
+    int supsharebans;
+    int supnetwork;
+    int supproxy;
+    int anonymous;
+    int dynamic;
+    int loglevel;
+    int partychannel;
+    int supsslsec;
+	int mysqlipcheck;
+    char ctcpversion[100];
+    char sslpath[200];
+};
+
+struct comopt *comoptions;
+
+char bm1[200];
+char bm2[200];
+char bm3[200];
+
+/* string copy with len and zero delimit */
+
+char *strmncpy(char *dest, char *source, unsigned int len)
+{
+    char *pt;
+    if(dest==NULL || source==NULL) return NULL;
+    pt=strncpy(dest,source,len-1);
+    if(strlen(source)+1>=len)
+	dest[len-1]=0;
+    return pt;
+}
+
+/* Bouncerconfig - Options */
+
+const char * const bouncemenu[]={
+    "301:",
+    "Listening Ports --->",
+    "302:",
+    "Links --->",
+    "303:",
+    bm1,
+    "304:",
+    "Host Allows --->",
+    "305:",
+    "Users --->",
+    "306:",
+    bm2,
+    "307:",
+    bm3
+};
+
+/* Main Menu - Options */
+
+const char * const mainmenu[]={
+    "101:",
+    "Compiling Options --->",
+    "102:",
+    "Bouncer-Config --->",
+    "103:",
+    "Read the main log",
+    "104:",
+    "--- ",
+    "105:",
+    "Read-Me for Version " APPVER,
+    "106:",
+    "FAQ for Version " APPVER,
+    "107:",
+    "Changes for Version " APPVER
+};
+
+/*
+ * parameters for the compiling menu
+ */
+
+char cm1[100];
+char cm2[100];
+char cm3[100];
+char cm4[100];
+char cm5[100];
+char cm6[100];
+char cm7[100];
+char cm8[100];
+char cm9[100];
+char cmA[100];
+char cmB[100];
+char cmC[100];
+char cmD[100];
+char cmE[100];
+char cmF[100];
+char cmG[100];
+char cmH[100];
+char cmI[100];
+char cmJ[100];
+char cmK[100];
+char cmL[140];
+char cmM[140];
+char cmN[140];
+char cmO[100];
+
+/* the compiling option menu */
+
+const char * const compilingmenu[]={
+    "201:",
+    cm1,
+    "202:",
+    cm2,
+    "203:",
+    cm3,    
+    "204:",
+    cm4,    
+    "205:",
+    cm5,    
+    "206:",
+    cm6,    
+    "207:",
+    cm7,    
+    "208:",
+    cm8,    
+    "209:",
+    cm9,    
+    "210:",
+    cmA,    
+    "211:",
+    cmB,    
+    "212:",
+    cmC,
+    "213:",
+    cmD,
+    //"214:",
+    //cmE,
+    "215:",
+    cmF,
+    "216:",
+    cmG,
+    "217:",
+    cmH,
+    "218:",
+    cmI,
+    "219:",
+    cmJ,
+    "220:",
+    cmK,
+    "224:",
+    cmO,
+    "221:",
+    cmL,
+    "222:",
+    cmM,
+    "223:",
+    cmN
+};
+
+/* link menu and items */
+
+char lm1[100];
+char lm2[100];
+char lm3[100];
+char lm4[100];
+char lm5[100];
+char lm6[100];
+char lm7[100];
+char lm8[100];
+
+const char * const linkmenu[]={
+    "501:",
+    lm1,
+    "502:",
+    lm2,
+    "503:",
+    lm3,
+    "504:",
+    lm4,
+    "505:",
+    lm5
+};
+
+/* vhost menu and items */
+
+char vm1[200];
+char vm2[4096];
+
+const char * const vhostmenu[]={
+    "601:",
+    vm1,
+    "602:",
+    vm2
+};
+
+/* user menu and items */
+
+char um1[200];
+char um2[200];
+char um3[200];
+char um4[200];
+char um5[200];
+char um6[200];
+char um7[200];
+char um8[200];
+char um9[200];
+char umA[200];
+char umB[200];
+char umC[200];
+char umD[200];
+char umE[200];
+char umF[200];
+char umG[200];
+
+const char * const usermenu[]={
+    "701:",
+    um1,
+    "702:",
+    um2,
+    "703:",
+    um3,
+    "704:",
+    um4,
+    "705:",
+    um5,
+    "706:",
+    um6,
+    "707:",
+    um7,
+    "708:",
+    um8,
+    "709:",
+    um9,
+    "710:",
+    umA,
+    "711:",
+    umB,
+    "712:",
+    umC,
+    "713:",
+    umD,
+    "714:",
+    umE,
+    "715:",
+    umF,
+    "716:",
+    umG
+};
+
+/* choosenlink is a helper for saving the last selected link */
+
+int choosenlink;
+
+/* choosenuser is another helper */
+
+int choosenuser;
+
+/* provi is 1, if the host offers a provider configuration */
+
+int provi=0;
+
+/* conf-file routines */
+
+#define INIFILE "PSYBNC"
+
+char configfile[]="psybnc.conf";
+
+/* Data Definitions */
+
+struct stringarray {
+    char *entry;
+    struct stringarray *next;
+};
+
+struct stringarray *conf;
+
+char value[400];
+
+
+/* externals */
+
+/*
+ * Display text from a file in a dialog box.
+ */
+int
+dialog_textbox (const char *title, const char *file, int height, int width);
+
+/*
+ * Displays a menu and waits for choose
+ */
+ 
+extern int
+dialog_menu (const char *title, const char *prompt, int height, int width,
+		int menu_height, const char *current, int item_no,
+		const char * const * items);
+/*
+ * Display a dialog box for inputing a string
+ */
+extern int
+dialog_inputbox (const char *title, const char *prompt, int height, int width,
+		 const char *init);
+/*
+ * Display a dialog box with a list of options that can be turned on or off
+ * The `flag' parameter is used to select between radiolist and checklist.
+ */
+extern int
+dialog_checklist (const char *title, const char *prompt, int height, int width,
+	int list_height, int item_no, const char * const * items, int flag);
+
+/* start and end of dialogues */
+
+extern int init_dialog();
+extern int end_dialog();
+
+unsigned long *pmalloc(unsigned long size)
+{
+    unsigned long *rc;
+    if (!(rc=(unsigned long *)malloc(size)))
+    {
+	exit(0x1);
+    }	
+    memset(rc,0x0,size);
+    return rc;
+}
+
+/* reset the config cache */
+
+int resetconfig()
+{
+    struct stringarray *wconf,*owconf;
+    wconf=conf;
+    while(wconf!=NULL)
+    {
+	if (wconf->entry!=NULL)
+	    free(wconf->entry);
+	owconf=wconf;
+	wconf=wconf->next;
+	free(owconf);
+    }
+    conf=NULL;
+    return 0x0;
+}
+
+/* read the config file */
+
+int readconfig()
+{
+    FILE *handle;
+    struct stringarray *wconf;
+    char inistring[400];
+    char *pt;
+    wconf=conf;
+    if(conf!=NULL) resetconfig();
+    handle=fopen(configfile,"r");
+    if(handle==NULL) return -1;
+    while(fgets(inistring,sizeof(inistring),handle))
+    {
+	pt=strchr(inistring,'\n');
+	if(pt!=NULL) *pt=0;
+	if(wconf==NULL)
+	{
+	    wconf=(struct stringarray *)pmalloc(sizeof(struct stringarray));
+	    conf=wconf;
+	} else {
+	    wconf->next=(struct stringarray *)pmalloc(sizeof(struct stringarray));
+	    wconf=wconf->next;
+	}
+	wconf->entry=(char *)pmalloc(strlen(inistring)+1);
+	strmncpy(wconf->entry,inistring,strlen(inistring)+1);
+    }
+    fclose(handle);
+    return 0x0;
+}
+
+/* write the config file */
+
+int flushconfig()
+{
+    FILE *handle;
+    struct stringarray *wconf;
+    handle=fopen(configfile,"w");
+    wconf=conf;
+    while(wconf)
+    {
+	if(wconf->entry!=NULL) { 
+	   if(strlen(wconf->entry)>1)
+	       fprintf(handle,"%s\n",wconf->entry);
+	}
+	wconf=wconf->next;
+    }
+    fclose(handle);
+    return 0x0;
+}
+
+/* erases a section from the config */
+
+int clearsectionconfig(char *pattern)
+{
+    struct stringarray *wconf,*xconf;
+    wconf=conf;
+    xconf=conf;
+    while(wconf)
+    {
+	if(wconf->entry!=NULL)
+	{
+	    if(strstr(wconf->entry,pattern)==wconf->entry)
+	    {
+		if(wconf==conf)
+		{
+		    conf=wconf->next;
+		    xconf=conf;
+		} else {
+		    xconf->next=wconf->next;
+		}
+    		free(wconf->entry);
+		free(wconf);
+		wconf=xconf;
+	    }
+	}
+	xconf=wconf;
+	wconf=wconf->next;
+    }
+    return 0x0;
+}
+
+/* get entry from conf-file */
+
+int getini(char *section, char *param,char *inidat)
+{
+   char ppuf[400];
+   struct stringarray *wconf;
+   char *po;
+   wconf=conf;
+   memset(value,0x0,sizeof(value));    
+   ap_snprintf(ppuf,sizeof(ppuf),"%s.%s.%s=",inidat,section,param);
+   while (wconf!=NULL) 
+   {
+	if(wconf->entry!=NULL)
+	{
+	    po = strstr(wconf->entry,ppuf);
+	    if (po == wconf->entry) {
+ 		po = po + strlen(ppuf);
+		ap_snprintf(value,sizeof(value),"%s",po);
+		return 0x0; /* found, returning */
+	    }
+	}
+	wconf=wconf->next;
+   }
+   /* not found */
+   return -2;
+}
+
+/* write entry to configcache or delete if if data = NULL */
+
+int writeini(char *section, char *param, char *inidat, char *data)
+{
+    char ppuf[200];
+    char spuf[200];
+    char buf[2048];
+    char *po;
+    int wasinsection;
+    char *data_p;
+    struct stringarray *wconf,*xconf,*sectconf;
+    wconf=conf;
+    data_p = data;
+    if (data_p != NULL)
+       if (strlen(data) == 0) data_p = NULL;
+    wasinsection = 0;
+    ap_snprintf(ppuf,sizeof(ppuf),"%s.%s.%s=",inidat,section,param);
+    ap_snprintf(spuf,sizeof(spuf),"%s.%s.",inidat,section);
+    if(data_p!=NULL)
+	ap_snprintf(buf,sizeof(buf),"%s%s",ppuf,data_p);
+    xconf=conf;
+    sectconf=conf;
+    while (wconf) {
+      if(wconf->entry!=NULL)
+      {
+    	   po = strstr(wconf->entry,spuf);
+           if (po == wconf->entry) 
+	   {
+	      sectconf=xconf; /* save last entry of section */
+	      wasinsection = 1; /* we had been in the section */
+	      po = strstr(wconf->entry,ppuf);
+	      if (po == wconf->entry) {
+		 if(data_p==NULL)
+		 {
+		    if(wconf==conf)
+		    {
+			conf=wconf->next;
+			xconf=conf;
+		    } else {
+			xconf->next=wconf->next;
+		    }		     
+		    free(wconf->entry);
+		    free(wconf);
+		    wconf=xconf;
+		    return 0x0;
+		 } else {
+		    free(wconf->entry);
+		    wconf->entry=(char *)pmalloc(strlen(buf)+1);
+		    strmncpy(wconf->entry,buf,strlen(buf)+1);
+		    return 0x0;
+		 }    
+	      }
+	   }
+      }
+      xconf=wconf;
+      wconf=wconf->next;
+    }
+    if(data_p==NULL) return 0x0;
+    if(wasinsection==0) 
+    {
+	xconf->next=(struct stringarray *)pmalloc(sizeof(struct stringarray));
+	xconf=xconf->next;
+    } else {
+	xconf=sectconf;
+	wconf=(struct stringarray *)pmalloc(sizeof(struct stringarray));
+	wconf->next=xconf->next;
+	xconf->next=wconf;
+	xconf=wconf;
+    }
+    xconf->entry=(char *)pmalloc(strlen(buf)+1);
+    strmncpy(xconf->entry,buf,strlen(buf)+1);
+    return 0x0;
+}
+
+int lastfree;
+
+int countconfentries(char *section, char *entry, char *fname)
+{
+    int cnt=0;
+    char buf[200];
+    int i,rc;
+    lastfree=999;
+    for (i=confbase;i<1000;i++)
+    {
+	if(strchr(section,'%')!=NULL)
+	{
+	    ap_snprintf(buf,sizeof(buf),section,i);	
+	    rc=getini(buf,entry,fname);
+	} else
+	if(strchr(entry,'%')!=NULL)
+	{
+	    ap_snprintf(buf,sizeof(buf),entry,i);	
+	    rc=getini(section,buf,fname);
+	} else
+	if(strchr(fname,'%')!=NULL)
+	{
+	    ap_snprintf(buf,sizeof(buf),fname,i);	
+	    rc=getini(section,entry,buf);
+	}
+	if(rc==0) cnt++; else if(lastfree>i) lastfree=i;
+    }
+    return cnt;
+}
+
+/*
+ * createvariablemenu()
+ * creates a menu driven by config parameters
+ */
+
+int createvariablemenu(char *header, char *info, char *section, 
+		       char *entry, char *entry2, char *fname, 
+		       int offset, char *dpattern)
+{
+    int entries=countconfentries(section,entry,fname);
+    int ubnd=entries*2;
+    char pbuf[entries+1][200];
+    char dbuf[entries+1][200];
+    char vvalue[300];
+    char buf[200];
+    char *varmenu[ubnd+2];
+    int i,cnt=0,xcnt=0;
+    int rc,rc2;
+    pbuf[0][0]=0;
+    dbuf[0][0]=0;
+    for(i=confbase;i<1000;i++)
+    {
+	vvalue[0]=0;
+	value[0]=0;
+	if(strchr(section,'%')!=NULL)
+	{
+	    ap_snprintf(buf,sizeof(buf),section,i);	
+	    rc=getini(buf,entry,fname);
+	    if(rc==0) 
+		strmncpy(vvalue,value,sizeof(vvalue));
+	    else
+		vvalue[0]=0;
+	    rc2=getini(buf,entry2,fname);
+	} else
+	if(strchr(entry,'%')!=NULL)
+	{
+	    ap_snprintf(buf,sizeof(buf),entry,i);	
+	    rc=getini(section,buf,fname);
+	    if(rc==0) 
+		strmncpy(vvalue,value,sizeof(vvalue));
+	    else
+		vvalue[0]=0;
+	    ap_snprintf(buf,sizeof(buf),entry2,i);
+	    rc2=getini(section,buf,fname);
+	} else
+	if(strchr(fname,'%')!=NULL)
+	{
+	    ap_snprintf(buf,sizeof(buf),fname,i);	
+	    rc=getini(section,entry,buf);
+	    if(rc==0) 
+		strmncpy(vvalue,value,sizeof(vvalue));
+	    else
+		vvalue[0]=0;
+	    rc2=getini(section,entry2,buf);
+	}
+	if(rc2!=0) value[0]=0;
+        if(rc==0)
+        {
+    	    ap_snprintf(pbuf[cnt],sizeof(pbuf[cnt]),"%d:",i);
+	    ap_snprintf(dbuf[cnt],sizeof(dbuf[cnt]),dpattern,i,value, vvalue);
+	    varmenu[xcnt++]=pbuf[cnt];
+	    varmenu[xcnt++]=dbuf[cnt];
+	    cnt++;
+	}
+    }
+    if(entries==0)
+    {
+	varmenu[0]=pbuf[0]; /* in some circumstances, psyBNC crashed because */
+	varmenu[1]=dbuf[0]; /* of a missing first parameter */
+    }
+    newb=1;delb=1;
+    init_dialog();
+    rc= dialog_menu( header,info,21,75,12,"",entries,(const char * const *)&varmenu);
+    end_dialog();
+    newb=0;delb=0;
+    return rc;
+}
+/*
+ * readconfigh()
+ * reads the current config.h
+ */
+
+int readconfigh()
+{
+    FILE *config1;
+    FILE *config2;
+    char buf[200];
+    char *pt;
+    config1=fopen("/psybnc/config.h","r");
+    if(config1!=NULL)
+    {
+	provi=1;
+	config2=config1;
+    } else {
+	config2=fopen("config.h","r");
+	if(config2==NULL) 
+	{
+	    /* standard defintions, all on except oIdentd */
+	    comoptions->supenc=true;
+	    comoptions->supenctype=false;
+	    comoptions->suptrans=true;
+	    comoptions->supint=true;
+	    comoptions->suptrl=true;
+	    comoptions->suplinks=true;
+	    comoptions->dccfiles=true;
+	    comoptions->dccchat=true;
+	    comoptions->mduser=true;
+	    comoptions->maxuser=50;
+	    comoptions->maxcon=99;
+	    comoptions->supscript=true;
+	    comoptions->supoidentd=false;
+	    comoptions->supnetwork=false;
+	    comoptions->supproxy=false;
+	    comoptions->anonymous=false;
+	    comoptions->dynamic=false;
+	    comoptions->loglevel=0;
+	    comoptions->partychannel=false;
+		comoptions->mysqlipcheck=false;
+	    comoptions->ctcpversion[0]=0;
+	    comoptions->sslpath[0]=0;
+	    comoptions->supsslsec=2; /* save public keys, and save certs */
+	    return -1;
+	}
+    }
+    comoptions->ctcpversion[0]=0;
+    system("clear");
+    while(fgets(buf,sizeof(buf),config2))
+    {
+	if (strstr(buf,"define")==buf+1 || strstr(buf,"DEFINE")==buf+1)
+	{
+	    if(strstr(buf," CRYPT")!=NULL)
+		comoptions->supenc=true;
+	    if(strstr(buf," IDEA")!=NULL)
+		comoptions->supenctype=true;
+	    if(strstr(buf," TRANSLATE")!=NULL)
+		comoptions->suptrans=true;
+	    if(strstr(buf," INTNET")!=NULL)
+		comoptions->supint=true;
+	    if(strstr(buf," TRAFFICLOG")!=NULL)
+		comoptions->suptrl=true;
+	    if(strstr(buf," LINKAGE")!=NULL)
+		comoptions->suplinks=true;
+	    if(strstr(buf," DCCFILES")!=NULL)
+		comoptions->dccfiles=true;
+	    if(strstr(buf," DCCCHAT")!=NULL)
+		comoptions->dccchat=true;
+		if(strstr(buf," MYSQL_IPCHECK")!=NULL)
+		comoptions->mysqlipcheck=true;
+        pt=strstr(buf," MYSQL_PASS ");
+        if(pt!=NULL)
+        {
+        pt+=13;
+        while(*pt==' ') pt++;
+        if(*pt=='"') pt++;
+        strmncpy(mysql_password,pt,sizeof(mysql_password));
+        pt=strchr(mysql_password,'"');
+	    if(pt!=NULL) *pt=0;
+        }
+        if(strstr(buf," MULTIUSER")!=NULL)
+		comoptions->mduser=true;
+	    pt=strstr(buf," MAXUSER ");
+	    if(pt!=NULL)
+	    {
+		pt+=9;
+		comoptions->maxuser=atoi(pt);
+	    }
+	    pt=strstr(buf," MAXCONN ");
+	    if(pt!=NULL)
+	    {
+		pt+=9;
+		comoptions->maxcon=atoi(pt);
+	    }
+	    pt=strstr(buf," CTCPVERSION ");
+	    if(pt!=NULL)
+	    {
+		pt+=13;
+		while(*pt==' ') pt++;
+		if(*pt=='"') pt++;
+		strmncpy(comoptions->ctcpversion,pt,sizeof(comoptions->ctcpversion));
+		pt=strchr(comoptions->ctcpversion,'"');
+		if(pt!=NULL) *pt=0;
+	    }
+	    pt=strstr(buf," SSLPATH ");
+	    if(pt!=NULL)
+	    {
+		pt+=9;
+		while(*pt==' ') pt++;
+		if(*pt=='"') pt++;
+		strmncpy(comoptions->sslpath,pt,sizeof(comoptions->sslpath));
+		pt=strchr(comoptions->sslpath,'"');
+		if(pt!=NULL) *pt=0;
+	    }
+	    if(strstr(buf," SCRIPTING")!=NULL)
+		comoptions->supscript=true;
+	    if(strstr(buf," OIDENTD")!=NULL)
+		comoptions->supoidentd=true;
+	    if(strstr(buf," NETWORK")!=NULL)
+		comoptions->supnetwork=true;
+	    if(strstr(buf," PROXYS")!=NULL)
+		comoptions->supproxy=true;
+	    if(strstr(buf," ANONYMOUS")!=NULL)
+		comoptions->anonymous=true;
+	    if(strstr(buf," DYNAMIC")!=NULL)
+		comoptions->dynamic=true;
+	    if(strstr(buf," PARTYCHANNEL")!=NULL)
+		comoptions->partychannel=true;
+	    pt=strstr(buf," LOGLEVEL ");
+	    if(pt!=NULL)
+	    {
+		pt+=10;
+		comoptions->loglevel=atoi(pt);
+	    }
+	    pt=strstr(buf," SSLSEC ");
+	    if(pt!=NULL)
+	    {
+		pt+=8;
+		comoptions->supsslsec=atoi(pt);
+	    }
+	}
+    }
+    fclose(config2);
+    return 0x0;
+}
+
+/*
+ * writeconfig()
+ * writes the current config.h
+ */
+
+int writeconfig()
+{
+    FILE *config;
+    if(getuid()==0 && provi==1) /* root may save it */
+	config=fopen("/psybnc/config.h","w");
+    else
+    {
+	if(provi==1) return 0x0;
+	config=fopen("config.h","w");
+    }
+    if(config==NULL)
+	return 0x0;
+    fprintf(config,"/*\n");
+    fprintf(config," * Configuration file for " APPNAME ", created by menuconf\n");
+    fprintf(config," */\n\n");
+    if(comoptions->supenc)
+    {
+	fprintf(config,"/* Encryption */\n\n#define CRYPT\n\n");
+	if (comoptions->supenctype)
+	    fprintf(config,"/* Encryption Type*/\n\n#define IDEA\n\n");
+	else
+	    fprintf(config,"/* Encryption Type*/\n\n#define BLOWFISH\n\n");
+    }
+    if(comoptions->suptrans)
+	fprintf(config,"/* Allow Translation */\n\n#define TRANSLATE\n\n");
+    if(comoptions->supint)
+	fprintf(config,"/* Allow internal network */\n\n#define INTNET\n\n");
+    if(comoptions->suptrl)
+	fprintf(config,"/* Allow traffic logging */\n\n#define TRAFFICLOG\n\n");
+    if(comoptions->suplinks)
+	fprintf(config,"/* Allow linkage of bouncers */\n\n#define LINKAGE\n\n");
+    if(comoptions->dccfiles)
+	fprintf(config,"/* Allow the dcc File-Functions */\n\n#define DCCFILES\n\n");
+    if(comoptions->dccchat)
+	fprintf(config,"/* Pipe dcc Chats */\n\n#define DCCCHAT\n\n");
+    if(comoptions->mduser)
+	fprintf(config,"/* Allow to add more users */\n\n#define MULTIUSER\n\n");
+    fprintf(config,"/* Number of max. Users */\n\n#define MAXUSER %d\n\n",comoptions->maxuser);    
+    fprintf(config,"/* Number of max. Connections per User */\n\n#define MAXCONN %d\n\n",comoptions->maxcon);
+    if(comoptions->supscript)
+	fprintf(config,"/* Allow the usage of scripts */\n\n#define SCRIPTING\n\n");
+    if(comoptions->supoidentd)
+	fprintf(config,"/* Support oIdentd */\n\n#define OIDENTD\n\n");
+    if(comoptions->supnetwork)
+	fprintf(config,"/* Allow multiple irc connections per user */\n\n#define NETWORK\n\n");
+    if(comoptions->supproxy)
+	fprintf(config,"/* Allow Proxy Support */\n\n#define PROXYS\n\n");
+    if(comoptions->anonymous)
+	fprintf(config,"/* Set " APPNAME " anonymous */\n\n#define ANONYMOUS\n\n");
+    if(comoptions->dynamic)
+	fprintf(config,"/* Connections arent permanent */\n\n#define DYNAMIC\n\n");
+    fprintf(config,"/* The logging level */\n\n#define LOGLEVEL %d\n\n",comoptions->loglevel);        
+    if(comoptions->partychannel)
+	fprintf(config,"/* We still use the 2.1.1 stylish partychannel */\n\n#define PARTYCHANNEL\n\n");
+    if(comoptions->mysqlipcheck)
+    {
+        char password[64];
+        if (strlen(mysql_password) == 0)
+        {
+            puts(rand_password(password, 16));
+        }
+        else
+        {
+            strcpy(password, mysql_password);
+        }
+        fprintf(config,"/* MySQL-based IP-check on incoming client connections */\n\n#define MYSQL_IPCHECK\n#define MYSQL_SERVER \"localhost\"\n#define MYSQL_USER \"psybnc\"\n#define MYSQL_PASS \"%s\"\n#define MYSQL_DB \"psybnc\"\n#define MYSQL_TABLE \"iplock\"\n#define MYSQL_TIMEOUT 2\n\n", password);
+    }
+	if(comoptions->ctcpversion[0]!=0)
+	fprintf(config,"/* The ctcp Version reply */\n\n#define CTCPVERSION \"%s\"\n\n",comoptions->ctcpversion);
+    if(comoptions->sslpath[0]!=0)
+    {
+	if(comoptions->sslpath[strlen(comoptions->sslpath)-1]!='/')
+	    strcat(comoptions->sslpath,"/");
+	fprintf(config,"/* The Path to SSL */\n\n#define SSLPATH \"%s\"\n\n",comoptions->sslpath);
+    }
+    fprintf(config,"/* SSL-Security */\n\n#define SSLSEC %d\n\n",comoptions->supsslsec);
+    fprintf(config,"/* Insure */\n\n#define INSURE\n\n");
+    fclose(config);
+    return 0x1;
+}
+
+/*
+ * setupcompilingoptions()
+ * sets the texts from the set options
+ */
+
+int setupcompilingoptions()
+{
+    if(comoptions->supenc)
+    {
+	strcpy(cm1,"[X] Support Encryption");
+	if(comoptions->supenctype==0)
+	    strcpy(cm2,"    Encryption Type: Blowfish");
+	else
+	    strcpy(cm2,"    Encryption Type: IDEA");
+    }
+    else
+    {
+	strcpy(cm1,"[ ] Support Encryption");
+	strcpy(cm2,"    Encryption Type: None");
+    }
+    if(comoptions->suptrans)
+	strcpy(cm3,"[X] Support Translation");
+    else
+	strcpy(cm3,"[ ] Support Translation");
+    if(comoptions->supint)
+	strcpy(cm4,"[X] Support internal Network");
+    else
+	strcpy(cm4,"[ ] Support internal Network");
+    if(comoptions->suptrl)
+	strcpy(cm5,"[X] Support Traffic-Logging");
+    else
+	strcpy(cm5,"[ ] Support Traffic-Logging");
+    if(comoptions->suplinks)
+	strcpy(cm6,"[X] Support Linkage");
+    else
+	strcpy(cm6,"[ ] Support Linkage");
+    if(comoptions->dccfiles)
+	strcpy(cm7,"[X] Support DCC Files");
+    else
+	strcpy(cm7,"[ ] Support DCC Files");
+    if(comoptions->dccchat)
+	strcpy(cm8,"[X] Support DCC Chat");
+    else
+	strcpy(cm8,"[ ] Support DCC Chat");
+    if(comoptions->mduser)
+    {
+	strcpy(cm9,"    Mode: Multiuser");
+    }
+    else
+    {
+	strcpy(cm9,"    Mode: Singleuser");
+	comoptions->maxuser=1;
+    }
+    ap_snprintf(cmA,sizeof(cmA),"    Maximum Users: %d",comoptions->maxuser);
+    ap_snprintf(cmB,sizeof(cmB),"    Maximum Connections: %d",comoptions->maxcon);    
+    if(comoptions->supscript)
+	strcpy(cmC,"[X] Support Scripting");
+    else
+	strcpy(cmC,"[ ] Support Scripting");
+    if(comoptions->supoidentd)
+	strcpy(cmD,"[X] Support oIdentd");
+    else
+	strcpy(cmD,"[ ] Support oIdentd");
+   
+    if(comoptions->supnetwork)
+	strcpy(cmF,"[X] Support multiple IRC-Networks");
+    else
+	strcpy(cmF,"[ ] Support multiple IRC-Networks");
+    if(comoptions->supproxy)
+	strcpy(cmG,"[X] Support Proxy Usage");
+    else
+	strcpy(cmG,"[ ] Support Proxy Usage");
+    if(comoptions->anonymous)
+	strcpy(cmH,"[X] Anonymous Bouncer Usage");
+    else
+	strcpy(cmH,"[ ] Anonymous Bouncer Usage");
+    if(comoptions->dynamic)
+	strcpy(cmI,"[X] None permanent IRC-Connections");
+    else
+	strcpy(cmI,"[ ] None permanent IRC-Connections");
+    switch(comoptions->loglevel)
+    {
+	case 0:
+	    strcpy(cmJ,"    Loglevel: Errors, Warnings and Infos");
+	    break;
+	case 1:
+	    strcpy(cmJ,"    Loglevel: Errors and Warnings");
+	    break;
+	case 2:
+	    strcpy(cmJ,"    Loglevel: Errors only");
+	    break;
+    }
+    if(comoptions->partychannel)
+	strcpy(cmK,"[X] Use the 2.1.1 compatible Partychannel");
+    else
+	strcpy(cmK,"[ ] Use the 2.1.1 compatible Partychannel");
+	if(comoptions->mysqlipcheck)
+	strcpy(cmO,"[X] Support MySQL IP Check");
+	else
+	strcpy(cmO,"[ ] Support MySQL IP Check");
+    if(comoptions->ctcpversion[0]==0)
+	strcpy(cmL,"    Version Reply: None");
+    else
+    {
+	ap_snprintf(cmL,sizeof(cmL),"    Version Reply: %s",comoptions->ctcpversion);
+    }
+    if(comoptions->sslpath[0]==0)
+	strcpy(cmM,"    SSL-Path: /usr/local/ssl");
+    else
+    {
+	ap_snprintf(cmM,sizeof(cmM),"    SSL-Path: %s",comoptions->sslpath);
+    }
+    switch(comoptions->supsslsec)
+    {
+	case 0:
+	    strcpy(cmN,"    SSL-SecLevel: None");
+	    break;
+	case 1:
+	    strcpy(cmN,"    SSL-SecLevel: Check Certs");
+	    break;
+	case 2:
+	    strcpy(cmN,"    SSL-SecLevel: Check Certs and Keys (NOT IMPLEMENTED)");
+	    break;
+	default:
+	    strcpy(cmN,"    SSL-SecLevel: Undefined");
+	    break;
+    }
+    return 0x0;
+}
+
+
+/* helper for extracting the option number */
+
+int extractparam()
+{
+    char *pt;
+    pt=strchr(selection,':');
+    if(pt!=NULL)
+    {
+	*pt=0;
+	param=atol(selection);
+	*pt=':';
+    } else {
+	param=0;
+    }
+    return 0x0;
+}
+
+/*
+ * help()
+ * displays a help text for an option
+ */
+
+int help()
+{
+    FILE *check;
+    char head[100];
+    char fil[100];
+    char *pt;
+    int rc;
+    pt=strchr(selection,':');
+    if(pt!=NULL)
+    {
+	pt++;
+	strmncpy(head,pt,sizeof(head));
+	ap_snprintf(fil,sizeof(fil),"menuconf/help/h%d.txt",param);
+	ap_snprintf(selection,sizeof(selection),"%d:",param);
+	check=fopen(fil,"r");
+	if(check==NULL)
+	    return -1;
+	fclose(check);
+	rc=dialog_textbox (head, fil, 20, 75);
+	return rc;
+    }
+    return 0x0;
+}
+
+/*
+ * compilingoptions()
+ * displays the options for compilation
+ */
+
+int compilingoptions()
+{
+    int rc;
+    char lchoice[200];
+    char buf[20];
+    strcpy(lchoice,"201:");
+    readconfigh();
+    while(1)
+    {
+	selection[0]=0;
+	setupcompilingoptions();
+	init_dialog();
+	if(provi)
+	{
+	    if(getuid()==0)
+		rc=dialog_menu( "Compiling Options","This is the compiling section of the " APPNAME " Configuration. Your Host runs a provider-config. You are root, changes will be saved in the Provider-wide psybnc-Config.",
+		    21,75,12,lchoice,23,compilingmenu);
+	    else
+		rc=dialog_menu( "Compiling Options","This is the compiling section of the " APPNAME " Configuration. Your Host runs a provider-config. You can`t change the compiling Options.",
+		    21,75,12,lchoice,23,compilingmenu);
+	}
+	else
+	    rc=dialog_menu( "Compiling Options","This is the compiling section of the " APPNAME " Configuration. Please select an item and press enter to change settings.",
+		    21,75,12,lchoice,23,compilingmenu);
+	extractparam();
+	end_dialog();
+
+	if(rc==0) /* choose */
+	{
+	    strmncpy(lchoice,selection,sizeof(lchoice));
+	    switch(param)
+	    {
+		case 201:
+		    comoptions->supenc=!comoptions->supenc;
+    		    break;
+		case 202:
+		    comoptions->supenctype=!comoptions->supenctype;
+		    break;
+		case 203:
+		    comoptions->suptrans=!comoptions->suptrans;
+		    break;
+		case 204:
+		    comoptions->supint=!comoptions->supint;
+		    break;
+		case 205:
+		    comoptions->suptrl=!comoptions->suptrl;
+		    break;
+		case 206:
+		    comoptions->suplinks=!comoptions->suplinks;
+		    break;
+		case 207:
+		    comoptions->dccfiles=!comoptions->dccfiles;
+		    break;
+		case 208:
+		    comoptions->dccchat=!comoptions->dccchat;
+		    break;
+		case 209:
+		    comoptions->mduser=!comoptions->mduser;
+		    break;
+		case 210:
+		    ap_snprintf(buf,sizeof(buf),"%d",comoptions->maxuser);
+		    selection[0]=0;rc=0;
+		    while(atoi(selection)==0 && rc==0)
+		    {
+		        rc=dialog_inputbox ( "Maximum Users", "Enter a value", 21, 75,
+		                         buf);
+		    }
+		    if(rc==0) comoptions->maxuser=atoi(selection);
+		    break;
+		case 211:
+		    ap_snprintf(buf,sizeof(buf),"%d",comoptions->maxcon);
+		    selection[0]=0;rc=0;
+		    while(atoi(selection)==0 && rc==0)
+		    {
+		        rc=dialog_inputbox ( "Maximum Connections", "Enter a value", 21, 75,
+		                         buf);
+		    }
+		    if(rc==0) comoptions->maxcon=atoi(selection);
+		    break;
+		case 212:
+		    comoptions->supscript=!comoptions->supscript;
+		    break;
+		case 213:
+		    comoptions->supoidentd=!comoptions->supoidentd;
+		    break;
+		case 215:
+		    comoptions->supnetwork=!comoptions->supnetwork;
+		    break;
+		case 216:
+		    comoptions->supproxy=!comoptions->supproxy;
+		    break;
+		case 217:
+		    comoptions->anonymous=!comoptions->anonymous;
+		    break;
+		case 218:
+		    comoptions->dynamic=!comoptions->dynamic;
+		    break;
+		case 219:
+		    comoptions->loglevel++;
+		    if (comoptions->loglevel>2) comoptions->loglevel=0;
+		    break;
+		case 220:
+		    comoptions->partychannel=!comoptions->partychannel;
+		    break;
+		case 221:
+	    	    rc=dialog_inputbox ( "CTCP Version Reply", "Enter a reply Text", 21, 75,
+		                         APPNAME " " APPVER " by the most psychoid");
+		    strmncpy(comoptions->ctcpversion,selection,sizeof(comoptions->ctcpversion));
+		    break;
+		case 222:
+		    if(comoptions->sslpath[0]==0)
+	    		rc=dialog_inputbox ( "Path to OpenSSL", "Enter the Path of your OpenSSL-Installation", 21, 75,
+		                         "/usr/local/ssl");
+		    else
+	    		rc=dialog_inputbox ( "Path to OpenSSL", "Enter the Path of your OpenSSL-Installation", 21, 75,
+		                         comoptions->sslpath);
+		    strmncpy(comoptions->sslpath,selection,sizeof(comoptions->sslpath));
+		    break;
+		case 223:
+		    comoptions->supsslsec++;
+		    if (comoptions->supsslsec>2) comoptions->supsslsec=0;
+		    break;
+		case 224:
+			comoptions->mysqlipcheck=!comoptions->mysqlipcheck;
+			break;
+	    }
+	}
+	if(rc==1)
+	{
+	    writeconfig();
+	    return 0x0; /* exit */
+	}
+	if(rc==2)
+	{
+	    help();
+	    strmncpy(lchoice,selection,sizeof(lchoice));
+	}
+    }	
+}
+
+/*
+ * setupuseroptions()
+ * setups a user mask
+ */
+
+int setupuseroptions()
+{
+    char buf[200];
+    int rc;
+    ap_snprintf(buf,sizeof(buf),"USER%d",choosenuser);
+    /* single options */
+    strcpy(um1,"Login: ");
+    rc=getini("USER","LOGIN",buf);
+    if(rc==0)
+    {
+	    if(strlen(um1)+strlen(value)<sizeof(um1)) strcat(um1,value);
+    } else {
+    	strcat(um1,"Choose");
+    }
+    strcpy(um2,"Nick: ");
+    rc=getini("USER","NICK",buf);
+    if(rc==0)
+    {
+    	if(strlen(um2)+strlen(value)<sizeof(um2)) strcat(um2,value);
+    } else {
+    	strcat(um2,"Choose");
+    }
+    strcpy(um3,"Username: ");
+    rc=getini("USER","USER",buf);
+    if(rc==0)
+    {
+    	if(strlen(um3)+strlen(value)<sizeof(um3)) strcat(um3,value);
+    } else {
+    	strcat(um3,"Choose");
+    }
+    strcpy(um4,"Password: ");
+    rc=getini("USER","PASS",buf);
+    if(rc==0)
+    {
+    	if(strlen(um4)+strlen(value)<sizeof(um4)) strcat(um4,value);
+    } else {
+    	strcat(um4,"Choose");
+    }
+    strcpy(um5,"VHost: ");
+    rc=getini("USER","VHOST",buf);
+    if(rc==0)
+    {
+    	if(strlen(um5)+strlen(value)<sizeof(um5)) strcat(um5,value);
+    } else {
+    	strcat(um5,"Choose");
+    }
+    strcpy(um6,"Rights: ");
+    rc=getini("USER","RIGHTS",buf);
+    if(rc==0)
+    {
+    	if(atoi(value)==1)
+        {
+    	    strcat(um6,"Admin");
+	    } else {
+    	    strcat(um6,"User");
+        }
+    } else {
+    	strcat(um6,"User");
+    }
+    strcpy(um7,"Relaying over Link #: ");
+    rc=getini("USER","VLINK",buf);
+    if(rc==0)
+    {
+    	if(atoi(value)==0)
+        {
+    	    strcat(um7,"None");
+	    } else {
+    	    if(strlen(um7)+strlen(value)<sizeof(um7)) strcat(um7,value);
+        }
+    } else {
+    	strcat(um7,"None");
+    }
+    strcpy(um8,"Using Proxy: ");
+    rc=getini("USER","PROXY",buf);
+    if(rc==0)
+    {
+	    if(strlen(um8)+strlen(value)<sizeof(um8)) strcat(um8,value);
+    } else {
+    	strcat(um8,"None");
+    }
+    strcpy(um9,"Proxy Port: ");
+    rc=getini("USER","PPORT",buf);
+    if(rc==0)
+    {
+        if(atoi(value)>0)
+        {
+            if(strlen(um9)+strlen(value)<sizeof(um9)) strcat(um9,value);
+        } else {
+            strcat(um9,"None");
+        }
+    } else {
+    	strcat(um9,"None");
+    }
+    strcpy(umA,"Network User of User #: ");
+    rc=getini("USER","PARENT",buf);
+    if(rc==0)
+    {
+        if(atoi(value)>0)
+        {
+            if(strlen(umA)+strlen(value)<sizeof(umA)) strcat(umA,value);
+        } else {
+            strcat(umA,"None");
+        }
+    } else {
+    	strcat(umA,"None");
+    }
+    strcpy(umB,"User marked as quitted: ");
+    rc=getini("USER","QUITTED",buf);
+    if(rc==0)
+    {
+        if(atoi(value)!=0)
+        {
+            strcat(umB,"Yes");
+        } else {
+            strcat(umB,"No");
+        }
+    } else {
+    	strcat(umB,"No");
+    }
+    strcpy(umC,"Auto-Accept DCC-Files: ");
+    rc=getini("USER","AUTOGETDCC",buf);
+    if(rc==0)
+    {
+        if(atoi(value)!=0)
+        {
+            strcat(umC,"Yes");
+        } else {
+            strcat(umC,"No");
+        }
+    } else {
+    	strcat(umC,"No");
+    }
+    strcpy(umD,"Receive Systemmessages: ");
+    rc=getini("USER","SYSMSG",buf);
+    if(rc==0)
+    {
+        if(atoi(value)!=0)
+        {
+            strcat(umD,"Yes");
+        } else {
+            strcat(umD,"No");
+        }
+    } else {
+    	strcat(umD,"No");
+    }
+    strcpy(umE,"Network name of Network User: ");
+    rc=getini("USER","NETWORK",buf);
+    if(rc==0)
+    {
+    	if(strlen(umE)+strlen(value)<sizeof(umE)) strcat(umE,value);
+    } else {
+    	strcat(umE,"None");
+    }
+    strcpy(umF,"Reset LastLog");
+    strcpy(umG,"Servers --->");
+    return 0x0;
+}
+
+/*
+ * useredit()
+ * shows the useredit mask
+ */
+
+int useredit()
+{
+    int rc;
+    char lchoice[200];
+    char header[200];
+    char buf[200];
+    char ebuf[200];
+    char dbuf[400];
+    char *pt;
+    int pa,rrc;
+    choosenuser=param;
+    strcpy(lchoice,"701:");
+    while(1)
+    {
+	ap_snprintf(header,sizeof(header),"User #%d",choosenuser);
+	selection[0]=0;
+	setupuseroptions();
+	init_dialog();
+	rc=dialog_menu( header,"Choose the option to change and press ENTER.",
+		    21,75,12,lchoice,16,usermenu);
+	extractparam();
+	end_dialog();
+
+	if(rc==0) /* choose */
+	{
+	    ap_snprintf(buf,sizeof(buf),"USER%d",choosenuser);
+	    strmncpy(lchoice,selection,sizeof(lchoice));
+	    switch(param)
+	    {
+		case 701:
+		    rrc=getini("USER","LOGIN",buf);
+		    if(rrc!=0)
+			strcpy(value,"");
+		    rrc=dialog_inputbox ( "User Login", "Enter the Login Name", 21, 75,
+		                         value);
+		    if(rrc==0 && strlen(selection)>0)
+			writeini("USER","LOGIN",buf,selection);
+		    break;
+		case 702:
+		    rrc=getini("USER","NICK",buf);
+		    if(rrc!=0)
+			strcpy(value,"");
+		    rrc=dialog_inputbox ( "User Nick", "Enter the Nickname", 21, 75,
+		                         value);
+		    if(rrc==0 && strlen(selection)>0)
+			writeini("USER","NICK",buf,selection);
+		    break;
+		case 703:
+		    rrc=getini("USER","USER",buf);
+		    if(rrc!=0)
+			strcpy(value,"");
+		    rrc=dialog_inputbox ( "User Realname", "Enter the Real Name", 21, 75,
+		                         value);
+		    if(rrc==0 && strlen(selection)>0)
+			writeini("USER","USER",buf,selection);
+		    break;
+		case 704:
+		    rrc=getini("USER","PASS",buf);
+		    if(rrc!=0)
+			strcpy(value,"");
+		    if(*value=='=' || *value=='+')
+		    {
+			strcpy(value,"");
+			rrc=dialog_inputbox ( "User Password - Cannot Edit, Password was encrypted. Enter a new Password in cleartext.", "Enter the User Password", 21, 75,
+		                         value);
+		    }
+		    else
+			rrc=dialog_inputbox ( "User Password", "Enter the User Password", 21, 75,
+		                         value);
+		    if(rrc==0 && strlen(selection)>0)
+			writeini("USER","PASS",buf,selection);
+		    break;
+		case 705:
+		    rrc=getini("USER","VHOST",buf);
+		    if(rrc!=0)
+			strcpy(value,"");
+		    rrc=dialog_inputbox ( "User VHost", "Enter the VHost for the User (IP or Hostname)", 21, 75,
+		                         value);
+		    if(rrc==0)
+			writeini("USER","VHOST",buf,selection);
+		    break;
+		case 706:
+		    rrc=getini("USER","RIGHTS",buf);
+		    if(rrc!=0)
+			pa=0;
+		    else
+			pa=atoi(value);
+		    pa++;
+		    if(pa==2) pa=0;
+		    ap_snprintf(value,sizeof(value),"%d",pa);
+		    writeini("USER","RIGHTS",buf,value);
+		    break;
+		case 707:
+		    rrc=getini("USER","VLINK",buf);
+		    if(rrc!=0)
+			strcpy(value,"0");
+		    rrc=dialog_inputbox ( "User Relay over Link", "Enter the Link Number to relay", 21, 75,
+		                         value);
+		    if(rrc==0)
+		    {
+			pa=atoi(selection);
+			ap_snprintf(value,sizeof(value),"%d",pa);
+			writeini("USER","VLINK",buf,value);
+		    }
+		    break;
+		case 708:
+		    rrc=getini("USER","PROXY",buf);
+		    if(rrc!=0)
+			strcpy(value,"");
+		    rrc=dialog_inputbox ( "User Proxy", "Enter the Proxy for the User (IP or Hostname)", 21, 75,
+		                         value);
+		    if(rrc==0)
+			writeini("USER","PROXY",buf,selection);
+		    break;
+		case 709:
+		    rrc=getini("USER","PPORT",buf);
+		    if(rrc!=0)
+			strcpy(value,"0");
+		    rrc=dialog_inputbox ( "User Proxy Port", "Enter the Proxy Port to relay", 21, 75,
+		                         value);
+		    if(rrc==0)
+		    {
+			pa=atoi(selection);
+			ap_snprintf(value,sizeof(value),"%d",pa);
+			writeini("USER","PPORT",buf,value);
+		    }
+		    break;
+		case 710:
+		    rrc=getini("USER","PARENT",buf);
+		    if(rrc!=0)
+			strcpy(value,"0");
+		    rrc=dialog_inputbox ( "User Parent User", "Enter the Number of the Parent User (defines this User as network User)", 21, 75,
+		                         value);
+		    if(rrc==0)
+		    {
+			pa=atoi(selection);
+			ap_snprintf(value,sizeof(value),"%d",pa);
+			writeini("USER","PARENT",buf,value);
+		    }
+		    break;
+		case 711:
+		    rrc=getini("USER","QUITTED",buf);
+		    if(rrc!=0)
+			pa=0;
+		    else
+			pa=atoi(value);
+		    pa++;
+		    if(pa==2) pa=0;
+		    ap_snprintf(value,sizeof(value),"%d",pa);
+		    writeini("USER","QUITTED",buf,value);
+		    break;
+		case 712:
+		    rrc=getini("USER","AUTOGETDCC",buf);
+		    if(rrc!=0)
+			pa=0;
+		    else
+			pa=atoi(value);
+		    pa++;
+		    if(pa==2) pa=0;
+		    ap_snprintf(value,sizeof(value),"%d",pa);
+		    writeini("USER","AUTOGETDCC",buf,value);
+		    break;
+		case 713:
+		    rrc=getini("USER","SYSMSG",buf);
+		    if(rrc!=0)
+			pa=0;
+		    else
+			pa=atoi(value);
+		    pa++;
+		    if(pa==2) pa=0;
+		    ap_snprintf(value,sizeof(value),"%d",pa);
+		    writeini("USER","SYSMSG",buf,value);
+		    break;
+		case 714:
+		    rrc=getini("USER","NETWORK",buf);
+		    if(rrc!=0)
+			strcpy(value,"");
+		    rrc=dialog_inputbox ( "User Network", "Enter the Network Identifier for the User (IP or Hostname)", 21, 75,
+		                         value);
+		    if(rrc==0)
+			writeini("USER","NETWORK",buf,selection);
+		    break;
+		case 715:
+		    writeini("USER","LASTLOG",buf,"0");
+		    break;
+		case 716:
+		    rrc=0;
+		    while(rrc>=0)
+		    {
+		       confbase=1;
+		       rrc=createvariablemenu("Servers", "Please choose the Server-Entry you want to edit/delete or choose new to add a new entry. Press ESCAPE to return to the User.", "SERVERS", 
+		       "PORT%d", "SERVER%d", buf, 20000, "#%d :%s %s");
+		       extractparam();
+		       switch(rrc)
+		       {
+		           case 1:
+			       param=lastfree;
+			   case 0:
+			       strcpy(dbuf,"");
+			       ap_snprintf(ebuf,sizeof(ebuf),"SERVER%d",param);
+			       rrc=getini("SERVERS",ebuf,buf);	
+			       if(rrc==0)
+			       {
+			           strmncpy(dbuf,value,sizeof(dbuf));
+				   if(strlen(dbuf)+1<sizeof(dbuf)) strcat(dbuf," ");
+			           ap_snprintf(ebuf,sizeof(ebuf),"PORT%d",param);
+				   rrc=getini("SERVERS",ebuf,buf);
+				   if(rrc==0)
+				       strcat(dbuf,value);
+				   else
+				       strcat(dbuf,"0");
+			       }
+			       rrc=dialog_inputbox ( "IRC Server and Port", "Enter the Hostname or IP and a Port delimited by a space", 21, 75,
+		                         dbuf);
+			       if(rrc==0 && strlen(selection)>0)
+			       {
+			           pt=strchr(selection,' ');
+				   if(pt!=NULL)
+			           {
+				       pt++;
+				       if(atoi(pt)>0)
+				       {
+			                   ap_snprintf(ebuf,sizeof(ebuf),"PORT%d",param);
+				           writeini("SERVERS",ebuf,buf,pt);
+					   pt--;
+					   *pt=0;
+			                   ap_snprintf(ebuf,sizeof(ebuf),"SERVER%d",param);
+					   writeini("SERVERS",ebuf,buf,selection);
+				       }
+				   }
+			       }    
+			       break;
+			   case 2:
+			       ap_snprintf(ebuf,sizeof(ebuf),"%s.SERVERS.PORT%d",buf,param);
+			       clearsectionconfig(buf);
+			       ap_snprintf(ebuf,sizeof(ebuf),"%s.SERVERS.SERVER%d",buf,param);
+			       clearsectionconfig(buf);
+			       break;
+		       }
+		    }		
+		    break;
+	    }
+	}
+	if(rc==1)
+	    return 0x0; /* exit */
+	if(rc==2)
+	{
+	    help();
+	    strmncpy(lchoice,selection,sizeof(lchoice));
+	}
+    }
+
+}
+
+/*
+ * setuplinkoptions()
+ * setups a link mask
+ */
+
+int setuplinkoptions()
+{
+    char buf[200];
+    int rc;
+    ap_snprintf(buf,sizeof(buf),"LINK%d",choosenlink);
+    /* single options */
+    strcpy(lm1,"Link Type: ");
+    rc=getini(buf,"TYPE","LINKS");
+    if(rc==0)
+    {
+        if(atoi(value)==1)
+        {
+            strcat(lm1,"Listening for the Link");
+        } else {
+            strcat(lm1,"Connecting the Link");
+        }
+    } else {
+    	strcat(lm1,"Choose");
+    }
+    strcpy(lm2,"Host: ");
+    rc=getini(buf,"HOST","LINKS");
+    if(rc==0)
+    {
+    	if(strlen(lm2)+strlen(value)<sizeof(lm2)) strcat(lm2,value);
+    } else {
+    	strcat(lm2,"Unknown");
+    }
+    strcpy(lm3,"Port: ");
+    rc=getini(buf,"PORT","LINKS");
+    if(rc==0) {
+    	if(strlen(lm3)+strlen(value)<sizeof(lm3)) strcat(lm3,value);
+    } else {
+    	strcat(lm3,"Choose");
+    }
+    strcpy(lm4,"Relay allowed: ");
+    rc=getini(buf,"ALLOWRELAY","LINKS");
+    if(rc==0)
+    {
+        if(atoi(value)==0)
+        {
+            strcat(lm4,"No");
+        } else {
+            strcat(lm4,"Yes");
+        }
+    } else {
+    	strcat(lm4,"No");
+    }
+    strcpy(lm5,"Reset Password");
+    return 0x0;
+}
+/*
+ * hostedit()
+ * edits a choosen or new hostallow
+ */
+
+int hostedit()
+{
+    int choosenallow;
+    char header[200];
+    char buf[200];
+    int rrc;
+    choosenallow=param;    
+    ap_snprintf(header,sizeof(header),"Allowed Host #%d",choosenallow);
+    ap_snprintf(buf,sizeof(buf),"ENTRY%d",choosenallow);
+    rrc=getini("HOSTALLOWS",buf,"PSYBNC");
+    if(rrc!=0)
+	strcpy(value,"");
+    rrc=dialog_inputbox ( "IP", "Enter the allowed IP in format IP;IP (e.g. 172.16.1.2;172.16.1.2)", 21, 75,
+                         value);
+    if(rrc==0 && strlen(selection)>0)
+	writeini("HOSTALLOWS",buf,"PSYBNC",selection);
+    return 0x0;
+}
+
+/*
+ * linkedit()
+ * edits a choosen or new link
+ */
+
+int linkedit()
+{
+    int rc;
+    char lchoice[200];
+    char header[200];
+    char buf[20];
+    int pa,rrc;
+    choosenlink=param;
+    strcpy(lchoice,"501:");
+    while(1)
+    {
+	ap_snprintf(header,sizeof(header),"Link #%d",choosenlink);
+	selection[0]=0;
+	setuplinkoptions();
+	init_dialog();
+	rc=dialog_menu( header,"Choose the option to change and press ENTER.",
+		    21,75,12,lchoice,5,linkmenu);
+	extractparam();
+	end_dialog();
+
+	if(rc==0) /* choose */
+	{
+	    ap_snprintf(buf,sizeof(buf),"LINK%d",choosenlink);
+	    strmncpy(lchoice,selection,sizeof(lchoice));
+	    switch(param)
+	    {
+		case 501:
+		    rrc=getini(buf,"TYPE","LINKS");
+		    if(rrc!=0)
+			strcpy(value,"0");
+		    pa=atoi(value)+1;
+		    if(pa==3) pa=1;
+		    ap_snprintf(value,sizeof(value),"%d",pa);
+		    writeini(buf,"TYPE","LINKS",value);
+		    break;
+		case 502:
+		    rrc=getini(buf,"HOST","LINKS");
+		    if(rrc!=0)
+			strcpy(value,"");
+		    rrc=dialog_inputbox ( "Host Name", "Enter the Hostname", 21, 75,
+		                         value);
+		    
+		    if(rrc==0)
+			writeini(buf,"HOST","LINKS",selection);
+		    break;
+		case 503:
+		    rrc=getini(buf,"PORT","LINKS");
+		    if(rrc!=0)
+			strcpy(value,"31337");
+		    selection[0]=0;rrc=0;
+		    while(atoi(selection)==0 && rrc==0)
+			rrc=dialog_inputbox ( "Port", "Enter the Port", 21, 75,
+		                         value);
+		    if(rrc==0)
+			writeini(buf,"PORT","LINKS",selection);
+		    break;
+		case 504:
+		    rrc=getini(buf,"ALLOWRELAY","LINKS");
+		    if(rrc!=0)
+			strcpy(value,"0");
+		    pa=atoi(value)+1;
+		    if(pa==2) pa=0;
+		    ap_snprintf(value,sizeof(value),"%d",pa);
+		    writeini(buf,"ALLOWRELAY","LINKS",value);
+		    break;
+		case 505:
+		    writeini(buf,"PASS","LINKS",NULL);
+		    break;
+	    }
+	}
+	if(rc==1)
+	    return 0x0; /* exit */
+	if(rc==2)
+	{
+	    help();
+	    strmncpy(lchoice,selection,sizeof(lchoice));
+	}
+    }
+}
+
+/*
+ * bounceroptions()
+ * displays general options for the bouncer
+ */
+
+int bounceroptions()
+{
+    int rc;
+    char lchoice[200];
+    char *pt;
+    char sysme[200];
+    char buf[200];
+    char pbuf[400];
+    FILE *atest;
+    strcpy(lchoice,"101:");
+    while(1)
+    {
+	selection[0]=0;
+	rc=getini("SYSTEM","ME","PSYBNC");
+	if(rc!=0)
+	    strcpy(value,"(none)");
+	ap_snprintf(bm1,sizeof(bm1),"Bouncer Name: %s",value);
+	strmncpy(sysme,value,sizeof(sysme));
+	rc=getini("SYSTEM","DCCHOST","PSYBNC");
+	if(rc!=0)
+	    strcpy(value,"(none)");
+	ap_snprintf(bm2,sizeof(bm2),"DCC Host: %s",value);
+	rc=getini("SYSTEM","LANGUAGE","PSYBNC");
+	if(rc!=0)
+	    strcpy(value,"english");
+	ap_snprintf(bm3,sizeof(bm3),"Language: %s",value);
+	init_dialog();
+	rc=dialog_menu( "Bouncer-Config","Please select the Option you want to change and press Enter.",
+		    21,75,12,lchoice,7,bouncemenu);
+	extractparam();
+	end_dialog();
+	if(rc==0) /* choose */
+	{
+	    strmncpy(lchoice,selection,sizeof(lchoice));
+	    switch(param)
+	    {
+		case 301:
+		    rc=0;
+		    while(rc>=0)
+		    {
+		       confbase=1;
+		       rc=createvariablemenu("Listening Ports", "Please choose the Port-Entry you want to edit/delete or choose new to add a new entry. Press ESCAPE to return to the Option Menu.", "SYSTEM", 
+		       "PORT%d", "HOST%d", "PSYBNC", 10000, "#%d :%s %s");
+		       extractparam();
+		       switch(rc)
+		       {
+		           case 1:
+			       param=lastfree;
+			   case 0:
+			       ap_snprintf(buf,sizeof(buf),"HOST%d",param);
+			       rc=getini("SYSTEM",buf,"PSYBNC");
+			       if(rc!=0)
+			           strcpy(pbuf,"*");
+			       else
+			           strmncpy(pbuf,value,sizeof(pbuf));
+			       if(strlen(pbuf)+1<sizeof(pbuf)) strcat(pbuf," ");
+			       ap_snprintf(buf,sizeof(buf),"PORT%d",param);
+			       rc=getini("SYSTEM",buf,"PSYBNC");
+			       if(rc!=0)
+			           strcat(pbuf,"31337");
+			       else
+			           if(strlen(pbuf)+strlen(value)<sizeof(pbuf)) strcat(pbuf,value);
+			       selection[0]=0;rc=0;
+			       while(strchr(selection,' ')==NULL && rc==0)
+			       {
+		    		    rc=dialog_inputbox ( "Listening Host and Port", "Enter a Host and a Port delimited by a space", 21, 75,
+		                                     pbuf);
+			       }
+			       if(rc==0) {
+				    pt=strchr(selection,' ');
+				    if(pt!=NULL)
+				    {
+					pt++;
+					if(atoi(pt))
+					{
+					    ap_snprintf(buf,sizeof(buf),"PORT%d",param);
+					    writeini("SYSTEM",buf,"PSYBNC",pt);
+					    pt--;
+					    *pt=0;
+					    ap_snprintf(buf,sizeof(buf),"HOST%d",param);
+					    writeini("SYSTEM",buf,"PSYBNC",selection);    
+					}
+				    }
+			       }
+			       break;
+			   case 2:
+			       ap_snprintf(buf,sizeof(buf),"PORT%d",param);
+			       writeini("SYSTEM",buf,"PSYBNC",NULL);
+			       ap_snprintf(buf,sizeof(buf),"HOST%d",param);
+			       writeini("SYSTEM",buf,"PSYBNC",NULL);
+		       }
+		    }
+		    break;
+		case 302:
+		    rc=0;
+		    while(rc>=0)
+		    {
+		       confbase=1;
+		       rc=createvariablemenu("Links", "Please choose the Link-Entry you want to edit/delete or choose new to add a new entry. Press ESCAPE to return to the Option Menu.", "LINK%d", 
+		       "PORT", "HOST", "LINKS", 10000, "#%d :%s %s");
+		       extractparam();
+		       switch(rc)
+		       {
+		           case 1:
+			       param=lastfree;
+			   case 0:
+			       linkedit();
+			       break;
+			   case 2:
+			       ap_snprintf(buf,sizeof(buf),"LINKS.LINK%d.",param);
+			       clearsectionconfig(buf);
+			       break;
+		       }
+		    }		
+		    break;
+		case 303:
+		    rc=dialog_inputbox ( "Bouncer Name", "Enter a name", 21, 75,
+		                         sysme);
+		    if(rc==0) writeini("SYSTEM","ME","PSYBNC",selection);
+		    break;
+		case 304:
+		    rc=0;
+		    while(rc>=0)
+		    {
+		       confbase=0;
+		       rc=createvariablemenu("Host Allows", "This section allows editing the allowed Hosts, which may connect to the bouncer. Press ESCAPE to return to the Option Menu.", "HOSTALLOWS", 
+		       "ENTRY%d", "ENTRY%d", "PSYBNC", 10000, "#%d :%s %s");
+		       extractparam();
+		       switch(rc)
+		       {
+		           case 1:
+			       param=lastfree;
+			   case 0:
+			       hostedit();
+			       break;
+			   case 2:
+			       ap_snprintf(buf,sizeof(buf),"PSYBNC.HOSTALLOWS.ENTRY%d",param);
+			       clearsectionconfig(buf);
+			       break;
+		       }
+		    }		
+		    break;
+		case 305:
+		    rc=0;
+		    while(rc>=0)
+		    {
+		       confbase=1;
+		       rc=createvariablemenu("Users", "This Section allows adding, editing and deletion of Users. Select a user or choose New to create a new user. Press ESCAPE to return to Bouncer-Config.", "USER", 
+		       "USER", "LOGIN", "USER%d", 10000, "#%d :%s %s");
+		       extractparam();
+		       choosenuser=param;
+		       switch(rc)
+		       {
+		           case 1:
+			       param=lastfree;
+			   case 0:
+			       useredit();
+			       break;
+			   case 2:
+			       ap_snprintf(buf,sizeof(buf),"USER%d.",param);
+			       clearsectionconfig(buf);
+			       break;
+		       }
+		    }		
+		    rc=0;
+		    break;
+		case 306:
+		    rc=getini("SYSTEM","DCCHOST","PSYBNC");
+		    rc=dialog_inputbox ( "DCC Host", "Enter the IP which should be used for DCC Chats and Files", 21, 75,
+		                         value);
+		    if(rc==0) writeini("SYSTEM","DCCHOST","PSYBNC",selection);
+		    break;
+		case 307:
+		    rc=getini("SYSTEM","LANGUAGE","PSYBNC");
+		    rc=dialog_inputbox ( "Language", "Enter the name of your language (e. g. english, german)", 21, 75,
+		                         value);
+		    if(rc==0)
+		    {
+			ap_snprintf(buf,sizeof(buf),"lang/%s.lng",selection);
+			atest=fopen(buf,"r");
+			if(atest!=NULL)
+			{    
+			    writeini("SYSTEM","LANGUAGE","PSYBNC",selection);
+			    fclose(atest);
+			} else {
+			    
+			}
+		    }
+		    break;
+		    
+	    }
+	}
+	if(rc==1)
+	    return 0x0; /* exit */
+	if(rc==2)
+	{
+	    help();
+	    strmncpy(lchoice,selection,sizeof(lchoice));
+	}
+    }	
+}
+
+/*
+ * mmenu()
+ * main menu routine
+ */
+
+int mmenu()
+{
+    int rc;
+    char lchoice[200];
+    FILE *log;
+    strcpy(lchoice,"101:");
+    while(1)
+    {
+	selection[0]=0;
+	init_dialog();
+	rc=dialog_menu( APPNAME " " APPVER " - Configuration","Welcome to the " APPNAME " Configuration-Tool. Please select the section of Options you want to change.",
+		    21,75,12,lchoice,7,mainmenu);
+	extractparam();
+	end_dialog();
+	if(rc==0) /* choose */
+	{
+	    strmncpy(lchoice,selection,sizeof(lchoice));
+	    switch(param)
+	    {
+		case 101:
+		    compilingoptions();
+		    break;
+		case 102:
+		    bounceroptions();
+		    break;
+		case 103:
+		    log=fopen("log/psybnc.log","r");
+		    if(log!=NULL) /* only, if exists */
+		    {
+			fclose(log);	    		    
+			rc=dialog_textbox ("The current Log", "log/psybnc.log", 21, 78);
+		    }
+		    break;
+		case 104:
+		    break;
+		case 105:
+		    rc=dialog_textbox ("Read-Me", "README", 21, 78);
+		    break;
+		case 106:
+		    rc=dialog_textbox ("Frequently Asked Questions", "FAQ", 21, 78);
+		    break;
+		case 107:
+		    rc=dialog_textbox ("Last Changes", "CHANGES", 21, 78);
+		    break;
+	    }
+	}
+	if(rc==1)
+	    return 0x0; /* exit */
+	if(rc==2)
+	{
+	    help();
+	    strmncpy(lchoice,selection,sizeof(lchoice));
+	}
+    }	
+}
+
+/* main loop */
+
+int main ()
+{
+    /* Used for MySQL password */
+    srand(time(0));
+
+    comoptions=malloc(sizeof(struct comopt));
+    umask( ~S_IRUSR & ~S_IWUSR );
+    readconfig();
+    mmenu();
+    system("clear");
+    flushconfig();
+    free(comoptions);
+    exit(0x0);
+}
blob - /dev/null
blob + ecf55410e2d63ce39622a09f83224fd08fed2a81 (mode 644)
--- /dev/null
+++ menuconf/textbox.c
@@ -0,0 +1,556 @@
+/*
+ *  textbox.c -- implements the text box
+ *
+ *  ORIGINAL AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
+ *  MODIFIED FOR LINUX KERNEL CONFIG BY: William Roadcap (roadcap@cfw.com)
+ *
+ *  This program is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU General Public License
+ *  as published by the Free Software Foundation; either version 2
+ *  of the License, or (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include "dialog.h"
+
+static void back_lines (int n);
+static void print_page (WINDOW * win, int height, int width);
+static void print_line (WINDOW * win, int row, int width);
+static char *get_line (void);
+static void print_position (WINDOW * win, int height, int width);
+
+static int hscroll = 0, fd, file_size, bytes_read;
+static int begin_reached = 1, end_reached = 0, page_length;
+static char *buf, *page;
+
+/*
+ * Display text from a file in a dialog box.
+ */
+int
+dialog_textbox (const char *title, const char *file, int height, int width)
+{
+    int i, x, y, cur_x, cur_y, fpos, key = 0;
+    int passed_end;
+    char search_term[MAX_LEN + 1];
+    WINDOW *dialog, *text;
+
+    search_term[0] = '\0';	/* no search term entered yet */
+
+    /* Open input file for reading */
+    if ((fd = open (file, O_RDONLY)) == -1) {
+	endwin ();
+	fprintf (stderr,
+		 "\nCan't open input file in dialog_textbox().\n");
+	exit (-1);
+    }
+    /* Get file size. Actually, 'file_size' is the real file size - 1,
+       since it's only the last byte offset from the beginning */
+    if ((file_size = lseek (fd, 0, SEEK_END)) == -1) {
+	endwin ();
+	fprintf (stderr, "\nError getting file size in dialog_textbox().\n");
+	exit (-1);
+    }
+    /* Restore file pointer to beginning of file after getting file size */
+    if (lseek (fd, 0, SEEK_SET) == -1) {
+	endwin ();
+	fprintf (stderr, "\nError moving file pointer in dialog_textbox().\n");
+	exit (-1);
+    }
+    /* Allocate space for read buffer */
+    if ((buf = malloc (BUF_SIZE + 1)) == NULL) {
+	endwin ();
+	fprintf (stderr, "\nCan't allocate memory in dialog_textbox().\n");
+	exit (-1);
+    }
+    if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {
+	endwin ();
+	fprintf (stderr, "\nError reading file in dialog_textbox().\n");
+	exit (-1);
+    }
+    buf[bytes_read] = '\0';	/* mark end of valid data */
+    page = buf;			/* page is pointer to start of page to be displayed */
+
+    /* center dialog box on screen */
+    x = (COLS - width) / 2;
+    y = (LINES - height) / 2;
+
+
+    draw_shadow (stdscr, y, x, height, width);
+
+    dialog = newwin (height, width, y, x);
+    keypad (dialog, TRUE);
+
+    /* Create window for text region, used for scrolling text */
+    text = subwin (dialog, height - 4, width - 2, y + 1, x + 1);
+    wattrset (text, dialog_attr);
+    wbkgdset (text, dialog_attr & A_COLOR);
+
+    keypad (text, TRUE);
+
+    /* register the new window, along with its borders */
+    draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
+
+    wattrset (dialog, border_attr);
+    mvwaddch (dialog, height-3, 0, ACS_LTEE);
+    for (i = 0; i < width - 2; i++)
+	waddch (dialog, ACS_HLINE);
+    wattrset (dialog, dialog_attr);
+    wbkgdset (dialog, dialog_attr & A_COLOR);
+    waddch (dialog, ACS_RTEE);
+
+    if (title != NULL && strlen(title) >= width-2 ) {
+	/* truncate long title -- mec */
+	char * title2 = malloc(width-2+1);
+	memcpy( title2, title, width-2 );
+	title2[width-2] = '\0';
+	title = title2;
+    }
+
+    if (title != NULL) {
+	wattrset (dialog, title_attr);
+	mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' ');
+	waddstr (dialog, (char *)title);
+	waddch (dialog, ' ');
+    }
+    print_button (dialog, " Exit ", height - 2, width / 2 - 4, TRUE);
+    wnoutrefresh (dialog);
+    getyx (dialog, cur_y, cur_x);	/* Save cursor position */
+
+    /* Print first page of text */
+    attr_clear (text, height - 4, width - 2, dialog_attr);
+    print_page (text, height - 4, width - 2);
+    print_position (dialog, height, width);
+    wmove (dialog, cur_y, cur_x);	/* Restore cursor position */
+    wrefresh (dialog);
+
+    while ((key != ESC) && (key != '\n')) {
+	key = wgetch (dialog);
+	switch (key) {
+	case 'E':		/* Exit */
+	case 'e':
+	case 'X':
+	case 'x':
+	    delwin (dialog);
+	    free (buf);
+	    close (fd);
+	    return 0;
+	case 'g':		/* First page */
+	case KEY_HOME:
+	    if (!begin_reached) {
+		begin_reached = 1;
+		/* First page not in buffer? */
+		if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
+		    endwin ();
+		    fprintf (stderr,
+		      "\nError moving file pointer in dialog_textbox().\n");
+		    exit (-1);
+		}
+		if (fpos > bytes_read) {	/* Yes, we have to read it in */
+		    if (lseek (fd, 0, SEEK_SET) == -1) {
+			endwin ();
+			fprintf (stderr, "\nError moving file pointer in "
+				 "dialog_textbox().\n");
+			exit (-1);
+		    }
+		    if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {
+			endwin ();
+			fprintf (stderr,
+			     "\nError reading file in dialog_textbox().\n");
+			exit (-1);
+		    }
+		    buf[bytes_read] = '\0';
+		}
+		page = buf;
+		print_page (text, height - 4, width - 2);
+		print_position (dialog, height, width);
+		wmove (dialog, cur_y, cur_x);	/* Restore cursor position */
+		wrefresh (dialog);
+	    }
+	    break;
+	case 'G':		/* Last page */
+	case KEY_END:
+
+	    end_reached = 1;
+	    /* Last page not in buffer? */
+	    if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
+		endwin ();
+		fprintf (stderr,
+		      "\nError moving file pointer in dialog_textbox().\n");
+		exit (-1);
+	    }
+	    if (fpos < file_size) {	/* Yes, we have to read it in */
+		if (lseek (fd, -BUF_SIZE, SEEK_END) == -1) {
+		    endwin ();
+		    fprintf (stderr,
+		      "\nError moving file pointer in dialog_textbox().\n");
+		    exit (-1);
+		}
+		if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {
+		    endwin ();
+		    fprintf (stderr,
+			     "\nError reading file in dialog_textbox().\n");
+		    exit (-1);
+		}
+		buf[bytes_read] = '\0';
+	    }
+	    page = buf + bytes_read;
+	    back_lines (height - 4);
+	    print_page (text, height - 4, width - 2);
+	    print_position (dialog, height, width);
+	    wmove (dialog, cur_y, cur_x);	/* Restore cursor position */
+	    wrefresh (dialog);
+	    break;
+	case 'K':		/* Previous line */
+	case 'k':
+	case KEY_UP:
+	    if (!begin_reached) {
+		back_lines (page_length + 1);
+
+		/* We don't call print_page() here but use scrolling to ensure
+		   faster screen update. However, 'end_reached' and
+		   'page_length' should still be updated, and 'page' should
+		   point to start of next page. This is done by calling
+		   get_line() in the following 'for' loop. */
+		scrollok (text, TRUE);
+		wscrl (text, -1);	/* Scroll text region down one line */
+		scrollok (text, FALSE);
+		page_length = 0;
+		passed_end = 0;
+		for (i = 0; i < height - 4; i++) {
+		    if (!i) {
+			/* print first line of page */
+			print_line (text, 0, width - 2);
+			wnoutrefresh (text);
+		    } else
+			/* Called to update 'end_reached' and 'page' */
+			get_line ();
+		    if (!passed_end)
+			page_length++;
+		    if (end_reached && !passed_end)
+			passed_end = 1;
+		}
+
+		print_position (dialog, height, width);
+		wmove (dialog, cur_y, cur_x);	/* Restore cursor position */
+		wrefresh (dialog);
+	    }
+	    break;
+	case 'B':		/* Previous page */
+	case 'b':
+	case KEY_PPAGE:
+	    if (begin_reached)
+		break;
+	    back_lines (page_length + height - 4);
+	    print_page (text, height - 4, width - 2);
+	    print_position (dialog, height, width);
+	    wmove (dialog, cur_y, cur_x);
+	    wrefresh (dialog);
+	    break;
+	case 'J':		/* Next line */
+	case 'j':
+	case KEY_DOWN:
+	    if (!end_reached) {
+		begin_reached = 0;
+		scrollok (text, TRUE);
+		scroll (text);	/* Scroll text region up one line */
+		scrollok (text, FALSE);
+		print_line (text, height - 5, width - 2);
+		wnoutrefresh (text);
+		print_position (dialog, height, width);
+		wmove (dialog, cur_y, cur_x);	/* Restore cursor position */
+		wrefresh (dialog);
+	    }
+	    break;
+	case KEY_NPAGE:		/* Next page */
+	case ' ':
+	    if (end_reached)
+		break;
+
+	    begin_reached = 0;
+	    print_page (text, height - 4, width - 2);
+	    print_position (dialog, height, width);
+	    wmove (dialog, cur_y, cur_x);
+	    wrefresh (dialog);
+	    break;
+	case '0':		/* Beginning of line */
+	case 'H':		/* Scroll left */
+	case 'h':
+	case KEY_LEFT:
+	    if (hscroll <= 0)
+		break;
+
+	    if (key == '0')
+		hscroll = 0;
+	    else
+		hscroll--;
+	    /* Reprint current page to scroll horizontally */
+	    back_lines (page_length);
+	    print_page (text, height - 4, width - 2);
+	    wmove (dialog, cur_y, cur_x);
+	    wrefresh (dialog);
+	    break;
+	case 'L':		/* Scroll right */
+	case 'l':
+	case KEY_RIGHT:
+	    if (hscroll >= MAX_LEN)
+		break;
+	    hscroll++;
+	    /* Reprint current page to scroll horizontally */
+	    back_lines (page_length);
+	    print_page (text, height - 4, width - 2);
+	    wmove (dialog, cur_y, cur_x);
+	    wrefresh (dialog);
+	    break;
+	case ESC:
+	    break;
+	}
+    }
+
+    delwin (dialog);
+    free (buf);
+    close (fd);
+    return -1;			/* ESC pressed */
+}
+
+/*
+ * Go back 'n' lines in text file. Called by dialog_textbox().
+ * 'page' will be updated to point to the desired line in 'buf'.
+ */
+static void
+back_lines (int n)
+{
+    int i, fpos;
+
+    begin_reached = 0;
+    /* We have to distinguish between end_reached and !end_reached
+       since at end of file, the line is not ended by a '\n'.
+       The code inside 'if' basically does a '--page' to move one
+       character backward so as to skip '\n' of the previous line */
+    if (!end_reached) {
+	/* Either beginning of buffer or beginning of file reached? */
+	if (page == buf) {
+	    if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
+		endwin ();
+		fprintf (stderr, "\nError moving file pointer in "
+			 "back_lines().\n");
+		exit (-1);
+	    }
+	    if (fpos > bytes_read) {	/* Not beginning of file yet */
+		/* We've reached beginning of buffer, but not beginning of
+		   file yet, so read previous part of file into buffer.
+		   Note that we only move backward for BUF_SIZE/2 bytes,
+		   but not BUF_SIZE bytes to avoid re-reading again in
+		   print_page() later */
+		/* Really possible to move backward BUF_SIZE/2 bytes? */
+		if (fpos < BUF_SIZE / 2 + bytes_read) {
+		    /* No, move less then */
+		    if (lseek (fd, 0, SEEK_SET) == -1) {
+			endwin ();
+			fprintf (stderr, "\nError moving file pointer in "
+				 "back_lines().\n");
+			exit (-1);
+		    }
+		    page = buf + fpos - bytes_read;
+		} else {	/* Move backward BUF_SIZE/2 bytes */
+		    if (lseek (fd, -(BUF_SIZE / 2 + bytes_read), SEEK_CUR)
+			== -1) {
+			endwin ();
+			fprintf (stderr, "\nError moving file pointer "
+				 "in back_lines().\n");
+			exit (-1);
+		    }
+		    page = buf + BUF_SIZE / 2;
+		}
+		if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {
+		    endwin ();
+		    fprintf (stderr, "\nError reading file in back_lines().\n");
+		    exit (-1);
+		}
+		buf[bytes_read] = '\0';
+	    } else {		/* Beginning of file reached */
+		begin_reached = 1;
+		return;
+	    }
+	}
+	if (*(--page) != '\n') {	/* '--page' here */
+	    /* Something's wrong... */
+	    endwin ();
+	    fprintf (stderr, "\nInternal error in back_lines().\n");
+	    exit (-1);
+	}
+    }
+    /* Go back 'n' lines */
+    for (i = 0; i < n; i++)
+	do {
+	    if (page == buf) {
+		if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
+		    endwin ();
+		    fprintf (stderr,
+			  "\nError moving file pointer in back_lines().\n");
+		    exit (-1);
+		}
+		if (fpos > bytes_read) {
+		    /* Really possible to move backward BUF_SIZE/2 bytes? */
+		    if (fpos < BUF_SIZE / 2 + bytes_read) {
+			/* No, move less then */
+			if (lseek (fd, 0, SEEK_SET) == -1) {
+			    endwin ();
+			    fprintf (stderr, "\nError moving file pointer "
+				     "in back_lines().\n");
+			    exit (-1);
+			}
+			page = buf + fpos - bytes_read;
+		    } else {	/* Move backward BUF_SIZE/2 bytes */
+			if (lseek (fd, -(BUF_SIZE / 2 + bytes_read),
+				   SEEK_CUR) == -1) {
+			    endwin ();
+			    fprintf (stderr, "\nError moving file pointer"
+				     " in back_lines().\n");
+			    exit (-1);
+			}
+			page = buf + BUF_SIZE / 2;
+		    }
+		    if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {
+			endwin ();
+			fprintf (stderr, "\nError reading file in "
+				 "back_lines().\n");
+			exit (-1);
+		    }
+		    buf[bytes_read] = '\0';
+		} else {	/* Beginning of file reached */
+		    begin_reached = 1;
+		    return;
+		}
+	    }
+	} while (*(--page) != '\n');
+    page++;
+}
+
+/*
+ * Print a new page of text. Called by dialog_textbox().
+ */
+static void
+print_page (WINDOW * win, int height, int width)
+{
+    int i, passed_end = 0;
+
+    page_length = 0;
+    for (i = 0; i < height; i++) {
+	print_line (win, i, width);
+	if (!passed_end)
+	    page_length++;
+	if (end_reached && !passed_end)
+	    passed_end = 1;
+    }
+    wnoutrefresh (win);
+}
+
+/*
+ * Print a new line of text. Called by dialog_textbox() and print_page().
+ */
+static void
+print_line (WINDOW * win, int row, int width)
+{
+    int y, x;
+    char *line;
+
+    line = get_line ();
+    line += MIN (strlen (line), hscroll);	/* Scroll horizontally */
+    wmove (win, row, 0);	/* move cursor to correct line */
+    waddch (win, ' ');
+    waddnstr (win, line, MIN (strlen (line), width - 2));
+
+    getyx (win, y, x);
+    /* Clear 'residue' of previous line */
+#if OLD_NCURSES
+    {
+        int i;
+        for (i = 0; i < width - x; i++)
+	    waddch (win, ' ');
+    }
+#else
+    wclrtoeol(win);
+#endif
+}
+
+/*
+ * Return current line of text. Called by dialog_textbox() and print_line().
+ * 'page' should point to start of current line before calling, and will be
+ * updated to point to start of next line.
+ */
+static char *
+get_line (void)
+{
+    int i = 0, fpos;
+    static char line[MAX_LEN + 1];
+
+    end_reached = 0;
+    while (*page != '\n') {
+	if (*page == '\0') {
+	    /* Either end of file or end of buffer reached */
+	    if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
+		endwin ();
+		fprintf (stderr, "\nError moving file pointer in "
+			 "get_line().\n");
+		exit (-1);
+	    }
+	    if (fpos < file_size) {	/* Not end of file yet */
+		/* We've reached end of buffer, but not end of file yet,
+		   so read next part of file into buffer */
+		if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {
+		    endwin ();
+		    fprintf (stderr, "\nError reading file in get_line().\n");
+		    exit (-1);
+		}
+		buf[bytes_read] = '\0';
+		page = buf;
+	    } else {
+		if (!end_reached)
+		    end_reached = 1;
+		break;
+	    }
+	} else if (i < MAX_LEN)
+	    line[i++] = *(page++);
+	else {
+	    /* Truncate lines longer than MAX_LEN characters */
+	    if (i == MAX_LEN)
+		line[i++] = '\0';
+	    page++;
+	}
+    }
+    if (i <= MAX_LEN)
+	line[i] = '\0';
+    if (!end_reached)
+	page++;			/* move pass '\n' */
+
+    return line;
+}
+
+/*
+ * Print current position
+ */
+static void
+print_position (WINDOW * win, int height, int width)
+{
+    int fpos, percent;
+
+    if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
+	endwin ();
+	fprintf (stderr, "\nError moving file pointer in print_position().\n");
+	exit (-1);
+    }
+    wattrset (win, position_indicator_attr);
+    wbkgdset (win, position_indicator_attr & A_COLOR);
+    percent = !file_size ?
+	100 : ((fpos - bytes_read + page - buf) * 100) / file_size;
+    wmove (win, height - 3, width - 9);
+    wprintw (win, "(%3d%%)", percent);
+}
blob - /dev/null
blob + 6595ab2d32753d56f473fcd2a664ae69b2198837 (mode 644)
--- /dev/null
+++ menuconf/util.c
@@ -0,0 +1,359 @@
+/*
+ *  util.c
+ *
+ *  ORIGINAL AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
+ *  MODIFIED FOR psyBNC by psychoid
+ *
+ *  This program is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU General Public License
+ *  as published by the Free Software Foundation; either version 2
+ *  of the License, or (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include "dialog.h"
+
+
+/* use colors by default? */
+bool use_colors = 1;
+
+const char *backtitle = NULL;
+
+const char *dialog_result;
+
+/* 
+ * Attribute values, default is for mono display
+ */
+chtype attributes[] =
+{
+    A_NORMAL,			/* screen_attr */
+    A_NORMAL,			/* shadow_attr */
+    A_NORMAL,			/* dialog_attr */
+    A_BOLD,			/* title_attr */
+    A_NORMAL,			/* border_attr */
+    A_REVERSE,			/* button_active_attr */
+    A_DIM,			/* button_inactive_attr */
+    A_REVERSE,			/* button_key_active_attr */
+    A_BOLD,			/* button_key_inactive_attr */
+    A_REVERSE,			/* button_label_active_attr */
+    A_NORMAL,			/* button_label_inactive_attr */
+    A_NORMAL,			/* inputbox_attr */
+    A_NORMAL,			/* inputbox_border_attr */
+    A_NORMAL,			/* searchbox_attr */
+    A_BOLD,			/* searchbox_title_attr */
+    A_NORMAL,			/* searchbox_border_attr */
+    A_BOLD,			/* position_indicator_attr */
+    A_NORMAL,			/* menubox_attr */
+    A_NORMAL,			/* menubox_border_attr */
+    A_NORMAL,			/* item_attr */
+    A_REVERSE,			/* item_selected_attr */
+    A_BOLD,			/* tag_attr */
+    A_REVERSE,			/* tag_selected_attr */
+    A_BOLD,			/* tag_key_attr */
+    A_REVERSE,			/* tag_key_selected_attr */
+    A_BOLD,			/* check_attr */
+    A_REVERSE,			/* check_selected_attr */
+    A_BOLD,			/* uarrow_attr */
+    A_BOLD			/* darrow_attr */
+};
+
+
+#include "colors.h"
+
+/*
+ * Table of color values
+ */
+int color_table[][3] =
+{
+    {SCREEN_FG, SCREEN_BG, SCREEN_HL},
+    {SHADOW_FG, SHADOW_BG, SHADOW_HL},
+    {DIALOG_FG, DIALOG_BG, DIALOG_HL},
+    {TITLE_FG, TITLE_BG, TITLE_HL},
+    {BORDER_FG, BORDER_BG, BORDER_HL},
+    {BUTTON_ACTIVE_FG, BUTTON_ACTIVE_BG, BUTTON_ACTIVE_HL},
+    {BUTTON_INACTIVE_FG, BUTTON_INACTIVE_BG, BUTTON_INACTIVE_HL},
+    {BUTTON_KEY_ACTIVE_FG, BUTTON_KEY_ACTIVE_BG, BUTTON_KEY_ACTIVE_HL},
+    {BUTTON_KEY_INACTIVE_FG, BUTTON_KEY_INACTIVE_BG, BUTTON_KEY_INACTIVE_HL},
+    {BUTTON_LABEL_ACTIVE_FG, BUTTON_LABEL_ACTIVE_BG, BUTTON_LABEL_ACTIVE_HL},
+    {BUTTON_LABEL_INACTIVE_FG, BUTTON_LABEL_INACTIVE_BG,
+     BUTTON_LABEL_INACTIVE_HL},
+    {INPUTBOX_FG, INPUTBOX_BG, INPUTBOX_HL},
+    {INPUTBOX_BORDER_FG, INPUTBOX_BORDER_BG, INPUTBOX_BORDER_HL},
+    {SEARCHBOX_FG, SEARCHBOX_BG, SEARCHBOX_HL},
+    {SEARCHBOX_TITLE_FG, SEARCHBOX_TITLE_BG, SEARCHBOX_TITLE_HL},
+    {SEARCHBOX_BORDER_FG, SEARCHBOX_BORDER_BG, SEARCHBOX_BORDER_HL},
+    {POSITION_INDICATOR_FG, POSITION_INDICATOR_BG, POSITION_INDICATOR_HL},
+    {MENUBOX_FG, MENUBOX_BG, MENUBOX_HL},
+    {MENUBOX_BORDER_FG, MENUBOX_BORDER_BG, MENUBOX_BORDER_HL},
+    {ITEM_FG, ITEM_BG, ITEM_HL},
+    {ITEM_SELECTED_FG, ITEM_SELECTED_BG, ITEM_SELECTED_HL},
+    {TAG_FG, TAG_BG, TAG_HL},
+    {TAG_SELECTED_FG, TAG_SELECTED_BG, TAG_SELECTED_HL},
+    {TAG_KEY_FG, TAG_KEY_BG, TAG_KEY_HL},
+    {TAG_KEY_SELECTED_FG, TAG_KEY_SELECTED_BG, TAG_KEY_SELECTED_HL},
+    {CHECK_FG, CHECK_BG, CHECK_HL},
+    {CHECK_SELECTED_FG, CHECK_SELECTED_BG, CHECK_SELECTED_HL},
+    {UARROW_FG, UARROW_BG, UARROW_HL},
+    {DARROW_FG, DARROW_BG, DARROW_HL},
+};				/* color_table */
+
+/*
+ * Set window to attribute 'attr'
+ */
+void
+attr_clear (WINDOW * win, int height, int width, chtype attr)
+{
+    int i, j;
+
+    wattrset (win, attr);
+    for (i = 0; i < height; i++) {
+	wmove (win, i, 0);
+	for (j = 0; j < width; j++)
+	    waddch (win, ' ');
+    }
+    touchwin (win);
+}
+
+void dialog_clear (void)
+{
+    attr_clear (stdscr, LINES, COLS, screen_attr);
+    /* Display background title if it exists ... - SLH */
+    if (backtitle != NULL) {
+        int i;
+
+        wattrset (stdscr, screen_attr);
+        mvwaddstr (stdscr, 0, 1, (char *)backtitle);
+        wmove (stdscr, 1, 1);
+        for (i = 1; i < COLS - 1; i++)
+            waddch (stdscr, ACS_HLINE);
+    }
+    wnoutrefresh (stdscr);
+}
+
+/*
+ * Do some initialization for dialog
+ */
+void
+init_dialog (void)
+{
+    initscr ();			/* Init curses */
+    keypad (stdscr, TRUE);
+    cbreak ();
+    noecho ();
+
+
+    if (use_colors)	/* Set up colors */
+	color_setup ();
+
+
+    dialog_clear ();
+}
+
+/*
+ * Setup for color display
+ */
+void
+color_setup (void)
+{
+    int i;
+
+    if (has_colors ()) {	/* Terminal supports color? */
+	start_color ();
+
+	/* Initialize color pairs */
+	for (i = 0; i < ATTRIBUTE_COUNT; i++)
+	    init_pair (i + 1, color_table[i][0], color_table[i][1]);
+
+	/* Setup color attributes */
+	for (i = 0; i < ATTRIBUTE_COUNT; i++)
+	    attributes[i] = C_ATTR (color_table[i][2], i + 1);
+    }
+}
+
+/*
+ * End using dialog functions.
+ */
+void
+end_dialog (void)
+{
+    endwin ();
+}
+
+
+/*
+ * Print a string of text in a window, automatically wrap around to the
+ * next line if the string is too long to fit on one line. Newline
+ * characters '\n' are replaced by spaces.  We start on a new line
+ * if there is no room for at least 4 nonblanks following a double-space.
+ */
+void
+print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x)
+{
+    int newl, cur_x, cur_y;
+    int i, prompt_len, room, wlen;
+    char tempstr[MAX_LEN + 1], *word, *sp, *sp2;
+
+    strcpy (tempstr, prompt);
+
+    prompt_len = strlen(tempstr);
+	
+    /*
+     * Remove newlines
+     */
+    for(i=0; i<prompt_len; i++) {
+	if(tempstr[i] == '\n') tempstr[i] = ' ';
+    }
+
+    if (prompt_len <= width - x * 2) {	/* If prompt is short */
+	wmove (win, y, (width - prompt_len) / 2);
+	waddstr (win, tempstr);
+    } else {
+	cur_x = x;
+	cur_y = y;
+	newl = 1;
+	word = tempstr;
+	while (word && *word) {
+	    sp = index(word, ' ');
+	    if (sp)
+	        *sp++ = 0;
+
+	    /* Wrap to next line if either the word does not fit,
+	       or it is the first word of a new sentence, and it is
+	       short, and the next word does not fit. */
+	    room = width - cur_x;
+	    wlen = strlen(word);
+	    if (wlen > room ||
+	       (newl && wlen < 4 && sp && wlen+1+strlen(sp) > room
+		     && (!(sp2 = index(sp, ' ')) || wlen+1+(sp2-sp) > room))) {
+		cur_y++;
+		cur_x = x;
+	    }
+	    wmove (win, cur_y, cur_x);
+	    waddstr (win, word);
+	    getyx (win, cur_y, cur_x);
+	    cur_x++;
+	    if (sp && *sp == ' ') {
+	        cur_x++;	/* double space */
+		while (*++sp == ' ');
+		newl = 1;
+	    } else
+	        newl = 0;
+	    word = sp;
+	}
+    }
+}
+
+/*
+ * Print a button
+ */
+void
+print_button (WINDOW * win, const char *label, int y, int x, int selected)
+{
+    int i, temp;
+
+    wmove (win, y, x);
+    wattrset (win, selected ? button_active_attr : button_inactive_attr);
+    waddstr (win, "<");
+    temp = strspn (label, " ");
+    label += temp;
+    wattrset (win, selected ? button_label_active_attr
+	      : button_label_inactive_attr);
+    for (i = 0; i < temp; i++)
+	waddch (win, ' ');
+    wattrset (win, selected ? button_key_active_attr
+	      : button_key_inactive_attr);
+    waddch (win, label[0]);
+    wattrset (win, selected ? button_label_active_attr
+	      : button_label_inactive_attr);
+    waddstr (win, (char *)label + 1);
+    wattrset (win, selected ? button_active_attr : button_inactive_attr);
+    waddstr (win, ">");
+    wmove (win, y, x + temp + 1);
+}
+
+/*
+ * Draw a rectangular box with line drawing characters
+ */
+void
+draw_box (WINDOW * win, int y, int x, int height, int width,
+	  chtype box, chtype border)
+{
+    int i, j;
+    if(!win) return;
+    wattrset (win, 0);
+    for (i = 0; i < height; i++) {
+	wmove (win, y + i, x);
+	for (j = 0; j < width; j++)
+	    if (!i && !j)
+		waddch (win, border | ACS_ULCORNER);
+	    else if (i == height - 1 && !j)
+		waddch (win, border | ACS_LLCORNER);
+	    else if (!i && j == width - 1)
+		waddch (win, box | ACS_URCORNER);
+	    else if (i == height - 1 && j == width - 1)
+		waddch (win, box | ACS_LRCORNER);
+	    else if (!i)
+		waddch (win, border | ACS_HLINE);
+	    else if (i == height - 1)
+		waddch (win, box | ACS_HLINE);
+	    else if (!j)
+		waddch (win, border | ACS_VLINE);
+	    else if (j == width - 1)
+		waddch (win, box | ACS_VLINE);
+	    else
+		waddch (win, box | ' ');
+    }
+}
+
+/*
+ * Draw shadows along the right and bottom edge to give a more 3D look
+ * to the boxes
+ */
+void
+draw_shadow (WINDOW * win, int y, int x, int height, int width)
+{
+    int i;
+
+    if (has_colors ()) {	/* Whether terminal supports color? */
+	wattrset (win, shadow_attr);
+	wmove (win, y + height, x + 2);
+	for (i = 0; i < width; i++)
+	    waddch (win, winch (win) & A_CHARTEXT);
+	for (i = y + 1; i < y + height + 1; i++) {
+	    wmove (win, i, x + width);
+	    waddch (win, winch (win) & A_CHARTEXT);
+	    waddch (win, winch (win) & A_CHARTEXT);
+	}
+	wnoutrefresh (win);
+    }
+}
+
+/*
+ *  Return the position of the first alphabetic character in a string.
+ */
+int
+first_alpha(const char *string, const char *exempt)
+{
+	int i, in_paren=0, c;
+
+	for (i = 0; i < strlen(string); i++) {
+		c = tolower(string[i]);
+
+		if (strchr("<[(", c)) ++in_paren;
+		if (strchr(">])", c)) --in_paren;
+
+		if ((! in_paren) && isalpha(c) && 
+		     strchr(exempt, c) == 0)
+			return i;
+	}
+
+	return 0;
+}
blob - /dev/null
blob + 3e55b76e106d81abdee165ee1d8b6d9e3f946b85 (mode 755)
--- /dev/null
+++ psybncchk
@@ -0,0 +1,22 @@
+#!/bin/sh
+# This is the crontab script for psybnc.
+#
+# Please change the following path to your psybnc-directory.
+#
+# To run this script through cron, edit your crontab with crontab -e
+# Then insert a line similar to:
+# 0,10,20,30,40,50 * * * * /home/foobar/psybnc/psybncchk
+# That will cause crontab to check if psyBNC is running every tenth minute
+PSYBNCPATH=/home/foobar/psybnc
+
+# the rest should be kept as is
+
+if test -r $PSYBNCPATH/psybnc.pid; then
+    PSYPID=$(cat $PSYBNCPATH/psybnc.pid)
+    if $(kill -CHLD $PSYPID >/dev/null 2>&1)
+    then
+	exit 0
+    fi
+fi
+cd $PSYBNCPATH
+./psybnc &>/dev/null
blob - /dev/null
blob + dc311d85ff2e9e79f3a5c5f94bd21155de207de5 (mode 644)
--- /dev/null
+++ scripts/INFO
@@ -0,0 +1,3 @@
+This directory will keep the scripts used by psybnc.
+If a file DEFAULT.SCRIPT exists, every user without a
+personal script will use it.
blob - /dev/null
blob + bee4139ef1cf27755af567d8cfe8b6226af2c9f2 (mode 644)
--- /dev/null
+++ scripts/SCRIPTING
@@ -0,0 +1,462 @@
+The psyBNC Scripting Engine
+---------------------------
+
+Due to the fact, noone really seems to understand the way psyBNC offers
+Scripting to users, It should be defined a little bit more detailed in
+this file.
+
+CONTENTS
+
+I. General
+I.1. The general Idea
+I.2. Event-handled Scripting
+I.3. The DEFAULT Script
+I.4. Special User Scripts
+II. Variables
+II.1 Global Variables for all events
+II.2 Event-specific Variable
+III. Events
+III.1 The server-Event
+III.2 The dialogue-Event
+III.3 The dccchat-Event
+III.4 The dccsend-Event
+III.5 The alias-Event
+III.6 The ctcp-Event
+IV. Last words
+
+I. General
+
+psyBNC offers a different way of scripting. While e.g. eggdrop offers tcl as 
+scripting-language, psyBNC offers its own mechanism of creating user-defined
+scripts.
+
+I.1 The General Idea
+
+IRC sends Messages to the user, and the User sends Messages to IRC. If no
+data is received from the server, and no data is received from the User,
+no Action has to be taken normally.
+
+The scripting in psyBNC is based on events, which happen only, if data
+is being received from the user or from the server.
+
+If an event matches to the syntax of the script, then the action being given
+in the script is taken.
+
+A script can only be injected to psybnc by accessing the shell, and by putting
+the scripts into the scripts/-Directory.
+
+If a script was injected, while the bouncer was already running, it wont auto-
+matically reload the script. You would have to trigger the psyBNC-Command
+/SRELOAD to load changes on your script.
+
+I.2 Event-handled Scripting
+
+The syntax of every Line of a psyBNC-Script is as following:
+
+event	function	fromuserhost/name	to	content	script
+
+The event describes 6 possible event-types of the scripting Engine.
+Those are:
+
+- dccchat (If the user receives a dcc chat offer from an irc user)
+- dccsend (If the user receives a dcc file offfer from an irc user)
+- server (Any event from the server)
+- dialogue (A permanent open dialogue which is handled by the script)
+- ctcp (if a CTCP-request is received from an irc user)
+- alias (a user defined Command for psyBNC)
+
+All other fields depend in its functionality on the event:
+
+The function-field:
+
+- In dccchat, dccsend and dialogue it has no meaning at all
+- in server, it is the name or Number of the message coming from the server
+- in ctcp, it is the name of the CTCP command (on CTCP PING it would be PING)
+- in aliases, its the name of the command, which should be user defined
+
+The fromuserhost/name-Field:
+
+- In dialogues it has no meaning at all
+- In server, ctcp, dccchat and dccsend its a wildcard-hostmask (*!*a@*.b.com)
+  If the Hostmask matches, then the script is called. On server events also
+  content has to fit.
+- In aliases, its used as description of the Command.
+
+The to-Field:
+
+- In alias, dccsend and dccfile it has no meaning at all
+- in server and ctcp, it can be a channel (as like #sausage), or the * wildcard.
+- In dialogues, it is the "nick" of the dialogue, which talks to the 
+  bouncer user in a query (in brackets).
+
+The content-Field:
+
+- In alias, dialogues, dccsend, dccfile and ctcp it has no meaning at all
+- In the server event, it is a wildcarded "content" of a message,
+  for example, if this field contains "*Hello*", the servermessage which
+  calls the Script has to contain "Hello" in the IRC-Content as well.
+
+The script-Field:
+
+- On ctcp, dccfile and server it can be any shellscript or shell-
+  based command(s), which will be called once and have to terminate right
+  after execution.
+- On dialogue, dccchat and alias, the called script can stay backgrounded, and 
+  do its work as long its needed.
+
+A script can be anything, which can be handled by the shell. You also can
+call PHP/Perl/tcl-Scripts from the script-Entry.
+  
+I.3 The DEFAULT-Script
+
+If a script with the filename "DEFAULT.SCRIPT" is placed into the
+directory scripts/, all Users will run this script, until no special
+user script is defined. This global script will also be run for all
+new added users.
+
+I.4 Special User-Scripts
+
+If a special User script has to be created, its Filename must be
+USERnn.SCRIPT, where nn is the Number of the user, corresponding to
+the Number in the psybnc.conf, with no leading zeros (e. g. User1 has to use
+USER1.SCRIPT). The file has to be put into scripts/.
+
+II. Variables
+
+If a script is called, psyBNC sets special Environment-Variables
+to support data to the script.
+
+Global Variables are always set, no matter, which event is called.
+Some events got special variables, which will be described in the
+subsections of this part.
+
+A variable can be adressed by a shellscript as a normal Environment-
+Variable is being adressed:
+
+echo "$USER did start a script"
+
+would echo the User-Variable from psyBNC to the current standard-output,
+which would be handled by psyBNC (see III. Events).
+
+II.1 Global Variables for all events
+
+This will show a list of all variables, which are set on every
+Script-Call.
+
+USERNUMBER	- The number of the psyBNC-User
+USERLOGIN	- The ident/login of the psyBNC-User
+USERNICK	- The current nick of the psyBNC-User
+USERHOST	- The connected client Host of the psyBNC-User
+USERON		- If set to 1, the User is connected currently
+
+If the event is a server-Event, a dccsend-Event, a dccfile-Event or
+a ctcp-Event, the following variables are used. They are filtered from
+the incoming IRC-Message.
+
+If the message would be a User-Message or a Channel-Message, it would
+look like as following:
+
+                                          Variable
+                                          --------
+:joe!joe@host.com PRIVMSG #hello :hello
+  |   |     |        |       |      |
+  |   |     |        |       |      |____ CONTENT
+  |   |     |        |       |
+  |   |     |        |       |___________ TO
+  |   |     |        |    
+  |   |     |        |___________________ CMD
+  |   |     |
+  |   |     |____________________________ HOST    \
+  |   |                                            \
+  |   |__________________________________ IDENT     \ USER
+  |                                                 /
+  |______________________________________ NICK    /
+  
+If you would request the Variable CONTENT, you would get "hello".
+CONTENT saves the whole text from the Channel- or Usermessage.
+The Variable CMD would be PRIVMSG. Remember, IRC does not really
+know commands as like "QUERY" or "MSG", all User- and Channel-
+messages are handled using PRIVMSG.
+The NICK field would be joe, the ident field in this case as well.
+the HOST field would be host.com.
+The USER field would be the irc-hostmask, in this case joe!joe@host.com.
+
+
+If the message would be a server-message, if would look as like the
+following:
+
+                                          Variable
+                                          --------
+:irc.somenet.org 001 ircgeek :Welcome to irc.somenet.org, ircgeek.
+        |        |       |      |
+        |        |       |      |____ CONTENT
+        |        |       |
+        |        |       |___________ TO
+        |        |    
+        |        |___________________ CMD
+        |
+        |____________________________ HOST / USER
+
+In this case HOST and USER carry the same value.
+
+Some servermessages support more than one parameters in TO.
+For that sake, its also possible to read another List of Variables:
+
+:joe!joe@host.com PRIVMSG #hello :hello people, how are you ?
+        |    	    |       |      |     |      |   |   |   |
+        |           |       |      |     |      |   |   |   |
+       P1          P2      P3     P4    P5     P6  P7  P8  P9
+
+The Pnn-Variables contain an array of each element of the IRC-Line.
+If you would do:
+
+echo $P3
+
+you would get
+
+#hello
+
+On Aliases the Input is sent in Command-Format. This Command-Format
+would also be stored in the Variables:
+
+MYPART #something :Byebye
+   |       |         |
+   |       |         |____ CONTENT
+   |       |
+   |       |______________ TO
+   |
+   |______________________ CMD
+
+The Pnn-Variables are also available in Aliases.
+
+II.2 Event-specific Variables
+
+The dialogue Event offers a variable named MYNICK. It stores the nick of
+the dialogue-query, which appears to the user.
+
+The Serverevent sets channel-Variables, if the TO-Field is a channel.
+Those Variables are:
+
+CHANNEL		- Name of the Channel
+
+If the psyBNC-User is on the Channel, he will be also supplied with the
+following Variables:
+
+CHANTOPIC	- Topic of the Channel
+CHANMODE	- Modes of the channel (e.g. +tn)
+CHANKEY		- Key of the channel, if a key is set. Otherwise not used.
+CHANLIMIT	- The limit (+l Mode), if the mode is set.
+CHANUSERnn	- A User of the Channel, numbered by NN
+                  e.g. CHANUSER1. The Syntax of a chanuser-Field is
+	          as follows:
+		  nick!ident@host|mode
+		  The User-Hostmask is seperated from the Channels Usermode
+		  by a Pipe-character (|).
+		  The Usermode is set to the modes the user has on the
+		  Channel.
+		  Example:
+		  joe!joe@host.com|o
+		  would show, that User joe got op on the channel.
+
+The dccchat-Event supplies a Variable named IP, it keeps the Host
+of the dccchat-offering User.
+
+The dccsend-Event supplies, as like dcchat, the IP-Variable, and another
+Variable named FILE. It keeps the Name of the File, which the DCC-Send-
+offering User wants to transfer to you.
+
+The ctcp-Event supplies a Variable named X01. This variable ist used
+to easily create an answer on a simple shellscript-Echo-Line without
+having the need to call an external Program to create the control-
+character \x01.
+
+III. Events
+
+This section tries to describe the Events itself, how they are used and 
+how to parameterize them.
+
+The output and input on every called script is defined by the Event itself.
+psyBNC switches the standard-input, -output and Error-Output for the script
+to its own internal structures.
+
+If a task, which is called as a script from psyBNC, writes to STDOUT 
+(Standard-Output), it is directly injected into psyBNC. The way
+psyBNC handles that Output is dependend from the event.
+
+The following words will be used in the Event-Context:
+
+STDIN  - Standard Input to a called task (Socket 0)
+STDOUT - Standard output from a called task (Socket 1)
+STDERR - Standard Error-Output from a called task (Socket 2)
+
+The events also sometimes use STDIN for receiving Output from the task.
+A normal shellscript would handle output to STDERR or STDIN as follows:
+
+echo "Hello" >&0
+
+Would send Hello to STDIN
+
+echo "Error !" >&2
+
+Would send Error ! to STDERR.
+
+In all events STDERR gets to the psyBNC-Main-Log.
+
+III.1 The server-Event
+
+The server-Event reacts on messages from the Server. That can be any
+special server-message (numeric), or channel- and User-Messages (as 
+like PRIVMSG, JOIN, PART).
+
+A script, which was called on a server-Event, would not stay in background,
+but send a reply to the given event possibly. 
+
+The server-Event has the following settings for Standard In- and Outputs:
+
+STDOUT goes to the server, via the psyBNC command Interpreter.
+You also can trigger psyBNC commands from the given script while
+creating output to STDOUT.
+
+Example:
+
+server  JOIN 	 *!*@* 	#mychannel * echo "PRIVMSG $NICK :Welcome to #mychannel"
+
+Anyone, who would join to the Channel #mychannel would receive a Message
+"Welcome to #mychannel" from your Client.
+
+If the Script sends an Output to STDIN, the output will be sent to
+the connected client of psyBNC.
+
+Example:
+
+server PRIVMSG	*!*@*	#mychannel *damned*  echo ":irc.server.net NOTICE $USERNICK :someone said damned" >&0
+
+If someone in the Channel would post a sentence including "damned", your Client
+would get a notice from the Server irc.server.net, that someone on the Channel
+said "damned".
+
+If the Script sends an Output to STDERR, psyBNC will put that into the Main-Log
+of psyBNC.
+
+Example:
+
+server PART	*!*@* 	#mychannel *	echo "User $NICK left the channel !" >&2
+
+If someone parts the channel, your would get a logged Message, that this
+User left the channel.
+
+III.2 The dialogue-Event
+
+The dialogue Event starts a backgrounded application, which interacts with
+the User on psyBNC using an emulated query. 
+
+You can use dialogues to run applications, which need interaction, but are
+usefull in the psyBNC Context. Possibly you want to write a Newsticker,
+which actually displays the news to the query. Or you want to interact
+with a line driven mail-software via a query in psyBNC.
+
+Example:
+
+dialogue *	*	mail	*	mail
+
+Would call the unix-mailreader, and if mail was available, would stay in the 
+background, until the user would stop the application.
+
+STDIN and STDOUT are redirected to the emulated Query, STDERR is the Main-Log
+of psyBNC.
+
+III.3 The dccchat-Event
+
+The dccchat Event may also start a background-Application, which would 
+replace a possible User-Interaction on a dccchat.
+
+For example:
+
+dccchat *	*!*joe@bla.com	*  *	echo "DCCANSWER $NICK"; /home/me/eliza
+
+This line would automatically accept any DCC Chat from any User which
+matches the Hostmask *!*joe@bla.com. After it acknowledged the Chat, the
+Program /home/me/eliza would be startet, and could possibly react
+directly on the User-Input.
+
+The Bouncer-User would monitor the in- and outputs, which would be send
+to and from the DCC-Query of psyBNC. Be sure, you have DCC enabled on
+psyBNC compiling time.
+
+An Output to STDIN would be sent to the Server. 
+Any Output given to STDOUT would be sent to the DCC-Chat.
+Any Output given on STDERR would be put into the psyBNC-Main-Log.
+
+III.4 The dccfile-Event
+
+A dccfile Event could be used to possibly create a fileserver, which
+would possibly deny the receipt of already existent files, and answer
+automatically on a DCC File-Send Request.
+
+Example:
+
+dccfile  *	*!*@*	*	*	/home/me/filecheck
+
+Would call an own application named /home/me/filecheck, which possibly
+could handle the for sending requested file, and which could possibly
+answer a the DCCGET automatically.
+
+STDIN output would be directed to the Server. Using STDIN, you could
+send commands to the bouncer, to let it accept the file for example.
+STDOUT would be directed to the Clients Input. You could send a notice
+to the User, that the file had been autoaccepted for example.
+STDERR is directed to the psyBNC-Main-Log.
+
+III.5 The alias-Event
+
+Aliases can be used to add own Commands to the psyBNC-Command-List.
+The User would be able to use the alias as like he would use an IRC-
+or psyBNC command. If an alias is existent, which got the same
+name of a psyBNC-Command, the Alias would be used instead of the
+psyBNC-Command.
+
+Example:
+
+alias  HELLO	"Say Hello"	*	*	echo "PRIVMSG $TO :Hello"
+
+would send a Hello to the given "TO" argument.
+Usage of that Alias would be:
+
+/HELLO #bla
+
+The text would be posted to #bla then.
+You also could do /BHELP HELLO then, but if you want to support a help
+for the added alias, you would have to put a HELLO.TXT into help/.
+If you would trigger /BHELP without a parameter, the Text "Say Hello"
+would be displayed as quick Command Help.
+
+STDIN Outputs from the script would be sent to the Clients Input.
+STDOUT Outputs would be sent to the Server.
+STDERR is written into the psyBNC Main-Log.
+
+III.6 The ctcp-Event
+
+A ctcp-Event is triggered, when the User receives a CTCP-Message from
+an IRC-User. 
+
+Example:
+
+ctcp FINGER 	*!*@*	*	*	echo "NOTICE $NICK :Dont finger me"
+
+If anyone would send a CTCP FINGER to your bouncer, he would get a Notice
+back saying "Dont finger me".
+
+STDIN Output would be sent to the Client.
+STDOUT Output would be sent to the Server.
+STDERR is put into the psyBNC-Main-Log.
+
+IV. Last words
+
+I hope this Documentation is a little bit more usefull than the Text
+i put into the README up to Version 2.2.2.
+
+If you got questions about the scripting-engine itself, please contact
+me on IRCNet.
+
+Please dont ask me for working scripts, i just offer the Scripting-Engine
+of psyBNC to be used for scripting.
blob - /dev/null
blob + 8cefa33a905ffe3bccd42c3e4e5147dfff7aa856 (mode 644)
--- /dev/null
+++ scripts/example/DEFAULT.SCRIPT
@@ -0,0 +1,10 @@
+; a little example script
+; if the file DEFAULT.SCRIPT is being put into the scripts/ directory,
+; every user will use it
+
+dialogue	-		-		mail	-	mail
+alias		HELLO		"Say Hello"	-	-	echo "PRIVMSG $CONTENT :Hello"
+ctcp		VERSION		*!*@*		-	-	echo NOTICE $NICK :"$X01"VERSION Blah 1.0 \(c\) by Bleh "\(Windows Version\)""$X01"
+server		MODE		*!*@*		#lame	*	echo PRIVMSG #lame :$NICK set mode $CONTENT on $TO
+alias   	password	""		-	-	echo ":-psyBNC PRIVMSG $USERNICK :That command has been disabled" >&0
+
blob - /dev/null
blob + a98038b1b2b71021ec4e67049eed4e9bdf95777c (mode 644)
--- /dev/null
+++ src/bsd-setenv.c
@@ -0,0 +1,156 @@
+/*
+ * Copyright (c) 1987 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *	This product includes software developed by the University of
+ *	California, Berkeley and its contributors.
+ * 4. Neither the name of the University nor the names of its contributors
+ *    may be used to endorse or promote products derived from this software
+ *    without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
+
+#if defined(LIBC_SCCS) && !defined(lint)
+static char *rcsid = "$OpenBSD: setenv.c,v 1.3 1998/02/02 22:44:53 millert Exp $";
+#endif /* LIBC_SCCS and not lint */
+
+#include <stdlib.h>
+#include <string.h>
+
+/*
+ * __findenv --
+ *	Returns pointer to value associated with name, if any, else NULL.
+ *	Sets offset to be the offset of the name/value combination in the
+ *	environmental array, for use by setenv(3) and unsetenv(3).
+ *	Explicitly removes '=' in argument name.
+ *
+ *	This routine *should* be a static; don't use it.
+ */
+char *
+__findenv(name, offset)
+	register const char *name;
+	int *offset;
+{
+	extern char **environ;
+	register int len, i;
+	register const char *np;
+	register char **p, *cp;
+
+	if (name == NULL || environ == NULL)
+		return (NULL);
+	for (np = name; *np && *np != '='; ++np)
+		;
+	len = np - name;
+	for (p = environ; (cp = *p) != NULL; ++p) {
+		for (np = name, i = len; i && *cp; i--)
+			if (*cp++ != *np++)
+				break;
+		if (i == 0 && *cp++ == '=') {
+			*offset = p - environ;
+			return (cp);
+		}
+	}
+	return (NULL);
+}
+
+/*
+ * setenv --
+ *	Set the value of the environmental variable "name" to be
+ *	"value".  If rewrite is set, replace any current value.
+ */
+int
+setenv(name, value, rewrite)
+	register const char *name;
+	register const char *value;
+	int rewrite;
+{
+	extern char **environ;
+	static int alloced;			/* if allocated space before */
+	register char *C;
+	int l_value, offset;
+	char *__findenv();
+
+	if (*value == '=')			/* no `=' in value */
+		++value;
+	l_value = strlen(value);
+	if ((C = __findenv(name, &offset))) {	/* find if already exists */
+		if (!rewrite)
+			return (0);
+		if (strlen(C) >= l_value) {	/* old larger; copy over */
+			while ((*C++ = *value++));
+			return (0);
+		}
+	} else {					/* create new slot */
+		register int	cnt;
+		register char	**P;
+
+		for (P = environ, cnt = 0; *P; ++P, ++cnt);
+		if (alloced) {			/* just increase size */
+			P = (char **)realloc((void *)environ,
+			    (size_t)(sizeof(char *) * (cnt + 2)));
+			if (!P)
+				return (-1);
+			environ = P;
+		}
+		else {				/* get new space */
+			alloced = 1;		/* copy old entries into it */
+			P = (char **)malloc((size_t)(sizeof(char *) *
+			    (cnt + 2)));
+			if (!P)
+				return (-1);
+			bcopy(environ, P, cnt * sizeof(char *));
+			environ = P;
+		}
+		environ[cnt + 1] = NULL;
+		offset = cnt;
+	}
+	for (C = (char *)name; *C && *C != '='; ++C);	/* no `=' in name */
+	if (!(environ[offset] =			/* name + `=' + value */
+	    malloc((size_t)((int)(C - name) + l_value + 2))))
+		return (-1);
+	for (C = environ[offset]; (*C = *name++) && *C != '='; ++C)
+		;
+	for (*C++ = '='; (*C++ = *value++); )
+		;
+	return (0);
+}
+
+/*
+ * unsetenv(name) --
+ *	Delete environmental variable "name".
+ */
+void
+unsetenv(name)
+	const char	*name;
+{
+	extern char **environ;
+	register char **P;
+	int offset;
+	char *__findenv();
+
+	while (__findenv(name, &offset))		/* if set multiple times */
+		for (P = &environ[offset];; ++P)
+			if (!(*P = *(P + 1)))
+				break;
+}
blob - /dev/null
blob + a4e280fc1330de08dceaf1cb7214de7d5460c36b (mode 644)
--- /dev/null
+++ src/c-ares/.deps/acountry-acountry.Po
@@ -0,0 +1,192 @@
+acountry-acountry.o: acountry.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/unistd.h /usr/include/bits/posix_opt.h \
+ /usr/include/bits/confname.h /usr/include/getopt.h \
+ /usr/include/strings.h /usr/include/arpa/inet.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h /usr/include/netdb.h \
+ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h ares.h ares_version.h \
+ ares_build.h ares_rules.h ares_getopt.h inet_net_pton.h inet_ntop.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/unistd.h:
+
+/usr/include/bits/posix_opt.h:
+
+/usr/include/bits/confname.h:
+
+/usr/include/getopt.h:
+
+/usr/include/strings.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_getopt.h:
+
+inet_net_pton.h:
+
+inet_ntop.h:
blob - /dev/null
blob + 14632b556e300805a050c5b8712ebdf4144e5297 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/acountry-ares_getopt.Po
@@ -0,0 +1,87 @@
+acountry-ares_getopt.o: ares_getopt.c /usr/include/stdio.h \
+ /usr/include/features.h /usr/include/bits/predefs.h \
+ /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
+ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h \
+ /usr/include/bits/types.h /usr/include/bits/typesizes.h \
+ /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/sys/types.h \
+ /usr/include/time.h /usr/include/endian.h /usr/include/bits/endian.h \
+ /usr/include/bits/byteswap.h /usr/include/sys/select.h \
+ /usr/include/bits/select.h /usr/include/bits/sigset.h \
+ /usr/include/bits/time.h /usr/include/sys/sysmacros.h \
+ /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h ares_getopt.h
+
+/usr/include/stdio.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/time.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+ares_getopt.h:
blob - /dev/null
blob + eba6bee0d37d04630854cceb5a5a7dbcf3abbb4a (mode 644)
--- /dev/null
+++ src/c-ares/.deps/acountry-ares_strcasecmp.Po
@@ -0,0 +1,147 @@
+acountry-ares_strcasecmp.o: ares_strcasecmp.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares_strcasecmp.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares_strcasecmp.h:
blob - /dev/null
blob + a0fcb31e1bcc7a3d051aa23e45e0cde92b7ccba8 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/acountry-inet_net_pton.Po
@@ -0,0 +1,207 @@
+acountry-inet_net_pton.o: inet_net_pton.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_ipv6.h inet_net_pton.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_ipv6.h:
+
+inet_net_pton.h:
blob - /dev/null
blob + ad6f1f670910197ad0daefed4cba5c4e553051ac (mode 644)
--- /dev/null
+++ src/c-ares/.deps/acountry-inet_ntop.Po
@@ -0,0 +1,207 @@
+acountry-inet_ntop.o: inet_ntop.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_ipv6.h inet_ntop.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_ipv6.h:
+
+inet_ntop.h:
blob - /dev/null
blob + 200be0ce139bfd761e8d06b3dc4b1bdd36ba53da (mode 644)
--- /dev/null
+++ src/c-ares/.deps/adig-adig.Po
@@ -0,0 +1,231 @@
+adig-adig.o: adig.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/inet.h /usr/include/netdb.h /usr/include/rpc/netdb.h \
+ /usr/include/bits/netdb.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h \
+ /usr/include/unistd.h /usr/include/bits/posix_opt.h \
+ /usr/include/bits/confname.h /usr/include/getopt.h \
+ /usr/include/strings.h ares.h ares_version.h ares_build.h ares_rules.h \
+ ares_dns.h inet_ntop.h inet_net_pton.h ares_getopt.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+/usr/include/unistd.h:
+
+/usr/include/bits/posix_opt.h:
+
+/usr/include/bits/confname.h:
+
+/usr/include/getopt.h:
+
+/usr/include/strings.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_dns.h:
+
+inet_ntop.h:
+
+inet_net_pton.h:
+
+ares_getopt.h:
blob - /dev/null
blob + 085d713e580162534f3c3f910468720dbb372e08 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/adig-ares_getopt.Po
@@ -0,0 +1,87 @@
+adig-ares_getopt.o: ares_getopt.c /usr/include/stdio.h \
+ /usr/include/features.h /usr/include/bits/predefs.h \
+ /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
+ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h \
+ /usr/include/bits/types.h /usr/include/bits/typesizes.h \
+ /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/sys/types.h \
+ /usr/include/time.h /usr/include/endian.h /usr/include/bits/endian.h \
+ /usr/include/bits/byteswap.h /usr/include/sys/select.h \
+ /usr/include/bits/select.h /usr/include/bits/sigset.h \
+ /usr/include/bits/time.h /usr/include/sys/sysmacros.h \
+ /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h ares_getopt.h
+
+/usr/include/stdio.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/time.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+ares_getopt.h:
blob - /dev/null
blob + 4983d85fe639d96199081de279faf5b38927ace1 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/adig-ares_strcasecmp.Po
@@ -0,0 +1,147 @@
+adig-ares_strcasecmp.o: ares_strcasecmp.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares_strcasecmp.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares_strcasecmp.h:
blob - /dev/null
blob + 88f00bed8b29b4672ae99be23bc0262a79ac44cd (mode 644)
--- /dev/null
+++ src/c-ares/.deps/adig-inet_net_pton.Po
@@ -0,0 +1,207 @@
+adig-inet_net_pton.o: inet_net_pton.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_ipv6.h inet_net_pton.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_ipv6.h:
+
+inet_net_pton.h:
blob - /dev/null
blob + 3edb4f1b0bf84fbb3b431d4098dded58827fc1e9 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/adig-inet_ntop.Po
@@ -0,0 +1,207 @@
+adig-inet_ntop.o: inet_ntop.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_ipv6.h inet_ntop.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_ipv6.h:
+
+inet_ntop.h:
blob - /dev/null
blob + 62b5338d48166e1da3007713ebb12246abd726e8 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ahost-ahost.Po
@@ -0,0 +1,197 @@
+ahost-ahost.o: ahost.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/inet.h /usr/include/netdb.h /usr/include/rpc/netdb.h \
+ /usr/include/bits/netdb.h /usr/include/unistd.h \
+ /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \
+ /usr/include/getopt.h /usr/include/strings.h ares.h ares_version.h \
+ ares_build.h ares_rules.h ares_dns.h inet_ntop.h inet_net_pton.h \
+ ares_getopt.h ares_ipv6.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/unistd.h:
+
+/usr/include/bits/posix_opt.h:
+
+/usr/include/bits/confname.h:
+
+/usr/include/getopt.h:
+
+/usr/include/strings.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_dns.h:
+
+inet_ntop.h:
+
+inet_net_pton.h:
+
+ares_getopt.h:
+
+ares_ipv6.h:
blob - /dev/null
blob + bfd814a5435c71f0d68fa368e9e6908f2a724e3b (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ahost-ares_getopt.Po
@@ -0,0 +1,87 @@
+ahost-ares_getopt.o: ares_getopt.c /usr/include/stdio.h \
+ /usr/include/features.h /usr/include/bits/predefs.h \
+ /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
+ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h \
+ /usr/include/bits/types.h /usr/include/bits/typesizes.h \
+ /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/sys/types.h \
+ /usr/include/time.h /usr/include/endian.h /usr/include/bits/endian.h \
+ /usr/include/bits/byteswap.h /usr/include/sys/select.h \
+ /usr/include/bits/select.h /usr/include/bits/sigset.h \
+ /usr/include/bits/time.h /usr/include/sys/sysmacros.h \
+ /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h ares_getopt.h
+
+/usr/include/stdio.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/time.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+ares_getopt.h:
blob - /dev/null
blob + 2bdebc14a730f31aa3f1ea33875ced17db9ca0ad (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ahost-ares_strcasecmp.Po
@@ -0,0 +1,147 @@
+ahost-ares_strcasecmp.o: ares_strcasecmp.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares_strcasecmp.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares_strcasecmp.h:
blob - /dev/null
blob + aba7aa9491b6093b22d1f4cf4440f8f95b894a93 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ahost-inet_net_pton.Po
@@ -0,0 +1,207 @@
+ahost-inet_net_pton.o: inet_net_pton.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_ipv6.h inet_net_pton.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_ipv6.h:
+
+inet_net_pton.h:
blob - /dev/null
blob + aaac936fd0a06da00b9e2c25b101565a0432364b (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ahost-inet_ntop.Po
@@ -0,0 +1,207 @@
+ahost-inet_ntop.o: inet_ntop.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_ipv6.h inet_ntop.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_ipv6.h:
+
+inet_ntop.h:
blob - /dev/null
blob + 8425f97c80c53686b4e093de0526c2d32d5c23af (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares__close_sockets.Plo
@@ -0,0 +1,180 @@
+ares__close_sockets.lo: ares__close_sockets.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/unistd.h /usr/include/bits/posix_opt.h \
+ /usr/include/bits/confname.h /usr/include/getopt.h ares.h ares_version.h \
+ ares_build.h ares_rules.h /usr/include/netinet/in.h \
+ /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/unistd.h:
+
+/usr/include/bits/posix_opt.h:
+
+/usr/include/bits/confname.h:
+
+/usr/include/getopt.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 69c0ec71117eaea4994ba747516f7c0bb284843f (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares__get_hostent.Plo
@@ -0,0 +1,182 @@
+ares__get_hostent.lo: ares__get_hostent.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h /usr/include/netdb.h \
+ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
+ /usr/include/arpa/inet.h ares.h ares_version.h ares_build.h ares_rules.h \
+ inet_net_pton.h ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/arpa/inet.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+inet_net_pton.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + b80fc25ad3f9b8e2c66b04eaa78b3c2ed2b3f4c6 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares__read_line.Plo
@@ -0,0 +1,172 @@
+ares__read_line.lo: ares__read_line.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares.h \
+ ares_version.h ares_build.h ares_rules.h /usr/include/netinet/in.h \
+ /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ ares_nowarn.h ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares_nowarn.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + e826cf4702f5abad47e29b3a5e28ac00f038c604 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares__timeval.Plo
@@ -0,0 +1,170 @@
+ares__timeval.lo: ares__timeval.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares.h \
+ ares_version.h ares_build.h ares_rules.h /usr/include/netinet/in.h \
+ /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 6337dcc38678473341079403053b755cd1430bcb (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_cancel.Plo
@@ -0,0 +1,173 @@
+ares_cancel.lo: ares_cancel.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/assert.h ares.h ares_version.h ares_build.h ares_rules.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h ares_private.h \
+ ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/assert.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 23c51ed9c3ee722c8528ce15d45e73c75005476d (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_data.Plo
@@ -0,0 +1,172 @@
+ares_data.lo: ares_data.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares.h \
+ ares_version.h ares_build.h ares_rules.h /usr/include/netinet/in.h \
+ /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ ares_data.h ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares_data.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + ee486a09ab8bbdd54ba6534c7291194953b40721 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_destroy.Plo
@@ -0,0 +1,173 @@
+ares_destroy.lo: ares_destroy.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/assert.h ares.h ares_version.h ares_build.h ares_rules.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h ares_private.h \
+ ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/assert.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 9ea23ecd778c412fa70c6281cc49359565550067 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_expand_name.Plo
@@ -0,0 +1,207 @@
+ares_expand_name.lo: ares_expand_name.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/nameser.h /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_private.h ares_ipv6.h \
+ ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 702bc7b178912bc5ba0609764fecb1dea0d50232 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_expand_string.Plo
@@ -0,0 +1,207 @@
+ares_expand_string.lo: ares_expand_string.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/nameser.h /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_private.h ares_ipv6.h \
+ ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 919aaa85948871a95423f266b33abd5740fbced1 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_fds.Plo
@@ -0,0 +1,170 @@
+ares_fds.lo: ares_fds.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares.h \
+ ares_version.h ares_build.h ares_rules.h /usr/include/netinet/in.h \
+ /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + d778c10ddbdad8d45fb97fc7f7c4fe90fa5b0422 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_free_hostent.Plo
@@ -0,0 +1,177 @@
+ares_free_hostent.lo: ares_free_hostent.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h /usr/include/netdb.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h ares.h ares_version.h \
+ ares_build.h ares_rules.h ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netdb.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 1616c85a1e32c386ddc310c2f051a30e0693394a (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_free_string.Plo
@@ -0,0 +1,170 @@
+ares_free_string.lo: ares_free_string.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares.h \
+ ares_version.h ares_build.h ares_rules.h /usr/include/netinet/in.h \
+ /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 1522579d89ebd58123d82ba559db9a6148f7efd6 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_gethostbyaddr.Plo
@@ -0,0 +1,219 @@
+ares_gethostbyaddr.lo: ares_gethostbyaddr.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h /usr/include/netdb.h \
+ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h inet_net_pton.h ares_private.h \
+ ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+inet_net_pton.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 824cb441b3186b932a77ec173f14f010299c99a3 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_gethostbyname.Plo
@@ -0,0 +1,223 @@
+ares_gethostbyname.lo: ares_gethostbyname.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h /usr/include/netdb.h \
+ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h \
+ /usr/include/strings.h ares.h ares_version.h ares_build.h ares_rules.h \
+ inet_net_pton.h bitncmp.h ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+/usr/include/strings.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+inet_net_pton.h:
+
+bitncmp.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 038341b3cc9c2d7fcde4e087cfde887935721cb4 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_getnameinfo.Plo
@@ -0,0 +1,231 @@
+ares_getnameinfo.lo: ares_getnameinfo.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h /usr/include/netdb.h \
+ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h \
+ /usr/include/net/if.h /usr/include/unistd.h \
+ /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \
+ /usr/include/getopt.h ares.h ares_version.h ares_build.h ares_rules.h \
+ ares_ipv6.h inet_ntop.h ares_private.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+/usr/include/net/if.h:
+
+/usr/include/unistd.h:
+
+/usr/include/bits/posix_opt.h:
+
+/usr/include/bits/confname.h:
+
+/usr/include/getopt.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_ipv6.h:
+
+inet_ntop.h:
+
+ares_private.h:
+
+ares_llist.h:
blob - /dev/null
blob + 7b908fd0d332fea16fc0a9c0bfd3a33019c0f66a (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_getsock.Plo
@@ -0,0 +1,170 @@
+ares_getsock.lo: ares_getsock.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares.h \
+ ares_version.h ares_build.h ares_rules.h /usr/include/netinet/in.h \
+ /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 46d3a1dfb8fc27a3c7efde35fb7ec0bcc2363b44 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_init.Plo
@@ -0,0 +1,233 @@
+ares_init.lo: ares_init.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h /usr/include/netdb.h \
+ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h \
+ /usr/include/unistd.h /usr/include/bits/posix_opt.h \
+ /usr/include/bits/confname.h /usr/include/getopt.h ares.h ares_version.h \
+ ares_build.h ares_rules.h inet_net_pton.h ares_library_init.h \
+ ares_nowarn.h ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+/usr/include/unistd.h:
+
+/usr/include/bits/posix_opt.h:
+
+/usr/include/bits/confname.h:
+
+/usr/include/getopt.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+inet_net_pton.h:
+
+ares_library_init.h:
+
+ares_nowarn.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 2e65a4173b8246a60f2eb4d9945b3ab7d6c4ce87 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_library_init.Plo
@@ -0,0 +1,172 @@
+ares_library_init.lo: ares_library_init.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares.h \
+ ares_version.h ares_build.h ares_rules.h /usr/include/netinet/in.h \
+ /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ ares_library_init.h ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares_library_init.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 997ff34546f0ce9ecbae28ec45a211f180ae4b7f (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_llist.Plo
@@ -0,0 +1,170 @@
+ares_llist.lo: ares_llist.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares.h \
+ ares_version.h ares_build.h ares_rules.h /usr/include/netinet/in.h \
+ /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 455548786fa8aa806f388b362e101224a356d97e (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_mkquery.Plo
@@ -0,0 +1,209 @@
+ares_mkquery.lo: ares_mkquery.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/nameser.h /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_dns.h ares_private.h \
+ ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_dns.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + fa31bd7bb96f7cff002c0871bc15c8dc68861292 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_nowarn.Plo
@@ -0,0 +1,147 @@
+ares_nowarn.lo: ares_nowarn.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares_nowarn.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares_nowarn.h:
blob - /dev/null
blob + cd9ade3491ac609667a605502ab2b400c3d1519c (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_options.Plo
@@ -0,0 +1,177 @@
+ares_options.lo: ares_options.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/arpa/inet.h /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h ares.h ares_version.h \
+ ares_build.h ares_rules.h ares_data.h inet_net_pton.h ares_private.h \
+ ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_data.h:
+
+inet_net_pton.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 6e899255548bf1b951f23ae063796a78d8156fce (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_parse_a_reply.Plo
@@ -0,0 +1,221 @@
+ares_parse_a_reply.lo: ares_parse_a_reply.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h /usr/include/netdb.h \
+ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h \
+ /usr/include/strings.h ares.h ares_version.h ares_build.h ares_rules.h \
+ ares_dns.h ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+/usr/include/strings.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_dns.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 6db5894de9c0034902fc865a80a874a3b3e08631 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_parse_aaaa_reply.Plo
@@ -0,0 +1,224 @@
+ares_parse_aaaa_reply.lo: ares_parse_aaaa_reply.c ares_setup.h \
+ ares_config.h ares_build.h /usr/include/sys/types.h \
+ /usr/include/features.h /usr/include/bits/predefs.h \
+ /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
+ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \
+ /usr/include/bits/types.h /usr/include/bits/typesizes.h \
+ /usr/include/time.h /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h \
+ /usr/include/endian.h /usr/include/bits/endian.h \
+ /usr/include/bits/byteswap.h /usr/include/sys/select.h \
+ /usr/include/bits/select.h /usr/include/bits/sigset.h \
+ /usr/include/bits/time.h /usr/include/sys/sysmacros.h \
+ /usr/include/bits/pthreadtypes.h /usr/include/sys/socket.h \
+ /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h /usr/include/netdb.h \
+ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h \
+ /usr/include/strings.h ares.h ares_version.h ares_build.h ares_rules.h \
+ ares_dns.h inet_net_pton.h ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+/usr/include/strings.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_dns.h:
+
+inet_net_pton.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 761611af5e7c1ce7e10695b90134269a4afce132 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_parse_mx_reply.Plo
@@ -0,0 +1,221 @@
+ares_parse_mx_reply.lo: ares_parse_mx_reply.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h /usr/include/netdb.h \
+ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_dns.h ares_data.h \
+ ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_dns.h:
+
+ares_data.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 91636bf3e6d744b5b343ad5513107d09da07c979 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_parse_ns_reply.Plo
@@ -0,0 +1,219 @@
+ares_parse_ns_reply.lo: ares_parse_ns_reply.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h /usr/include/netdb.h \
+ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_dns.h ares_private.h \
+ ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_dns.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 40265ab9cb3f2fc86991221106c26f449976e689 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_parse_ptr_reply.Plo
@@ -0,0 +1,219 @@
+ares_parse_ptr_reply.lo: ares_parse_ptr_reply.c ares_setup.h \
+ ares_config.h ares_build.h /usr/include/sys/types.h \
+ /usr/include/features.h /usr/include/bits/predefs.h \
+ /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
+ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \
+ /usr/include/bits/types.h /usr/include/bits/typesizes.h \
+ /usr/include/time.h /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h \
+ /usr/include/endian.h /usr/include/bits/endian.h \
+ /usr/include/bits/byteswap.h /usr/include/sys/select.h \
+ /usr/include/bits/select.h /usr/include/bits/sigset.h \
+ /usr/include/bits/time.h /usr/include/sys/sysmacros.h \
+ /usr/include/bits/pthreadtypes.h /usr/include/sys/socket.h \
+ /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h /usr/include/netdb.h \
+ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
+ /usr/include/arpa/nameser.h /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h \
+ /usr/include/strings.h ares.h ares_version.h ares_build.h ares_rules.h \
+ ares_dns.h ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+/usr/include/strings.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_dns.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 23baa66e1313c44ec48e1440d22ca0aa7673e55a (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_parse_srv_reply.Plo
@@ -0,0 +1,222 @@
+ares_parse_srv_reply.lo: ares_parse_srv_reply.c ares_setup.h \
+ ares_config.h ares_build.h /usr/include/sys/types.h \
+ /usr/include/features.h /usr/include/bits/predefs.h \
+ /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
+ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \
+ /usr/include/bits/types.h /usr/include/bits/typesizes.h \
+ /usr/include/time.h /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h \
+ /usr/include/endian.h /usr/include/bits/endian.h \
+ /usr/include/bits/byteswap.h /usr/include/sys/select.h \
+ /usr/include/bits/select.h /usr/include/bits/sigset.h \
+ /usr/include/bits/time.h /usr/include/sys/sysmacros.h \
+ /usr/include/bits/pthreadtypes.h /usr/include/sys/socket.h \
+ /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h /usr/include/netdb.h \
+ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_dns.h ares_data.h \
+ ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_dns.h:
+
+ares_data.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 989cbb87d1f04f70db65f96b46cca17bc31a3649 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_parse_txt_reply.Plo
@@ -0,0 +1,224 @@
+ares_parse_txt_reply.lo: ares_parse_txt_reply.c ares_setup.h \
+ ares_config.h ares_build.h /usr/include/sys/types.h \
+ /usr/include/features.h /usr/include/bits/predefs.h \
+ /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
+ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \
+ /usr/include/bits/types.h /usr/include/bits/typesizes.h \
+ /usr/include/time.h /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h \
+ /usr/include/endian.h /usr/include/bits/endian.h \
+ /usr/include/bits/byteswap.h /usr/include/sys/select.h \
+ /usr/include/bits/select.h /usr/include/bits/sigset.h \
+ /usr/include/bits/time.h /usr/include/sys/sysmacros.h \
+ /usr/include/bits/pthreadtypes.h /usr/include/sys/socket.h \
+ /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h /usr/include/netdb.h \
+ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h \
+ /usr/include/strings.h ares.h ares_version.h ares_build.h ares_rules.h \
+ ares_dns.h ares_data.h ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+/usr/include/strings.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_dns.h:
+
+ares_data.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 3c9a1a37098ff8fe9a628afe460fccfaec19b1a8 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_process.Plo
@@ -0,0 +1,261 @@
+ares_process.lo: ares_process.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/netinet/tcp.h /usr/include/netdb.h /usr/include/rpc/netdb.h \
+ /usr/include/bits/netdb.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h \
+ /usr/include/strings.h /usr/include/unistd.h \
+ /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \
+ /usr/include/getopt.h /usr/include/sys/ioctl.h \
+ /usr/include/bits/ioctls.h /usr/include/asm/ioctls.h \
+ /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \
+ /usr/include/asm/ioctl.h /usr/include/asm-generic/ioctl.h \
+ /usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \
+ /usr/include/assert.h /usr/include/fcntl.h /usr/include/bits/fcntl.h \
+ ares.h ares_version.h ares_build.h ares_rules.h ares_dns.h \
+ ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/netinet/tcp.h:
+
+/usr/include/netdb.h:
+
+/usr/include/rpc/netdb.h:
+
+/usr/include/bits/netdb.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+/usr/include/strings.h:
+
+/usr/include/unistd.h:
+
+/usr/include/bits/posix_opt.h:
+
+/usr/include/bits/confname.h:
+
+/usr/include/getopt.h:
+
+/usr/include/sys/ioctl.h:
+
+/usr/include/bits/ioctls.h:
+
+/usr/include/asm/ioctls.h:
+
+/usr/include/asm-generic/ioctls.h:
+
+/usr/include/linux/ioctl.h:
+
+/usr/include/asm/ioctl.h:
+
+/usr/include/asm-generic/ioctl.h:
+
+/usr/include/bits/ioctl-types.h:
+
+/usr/include/sys/ttydefaults.h:
+
+/usr/include/assert.h:
+
+/usr/include/fcntl.h:
+
+/usr/include/bits/fcntl.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_dns.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 17d41f7ef9fbebf85eaf446a06003b57f574faef (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_query.Plo
@@ -0,0 +1,209 @@
+ares_query.lo: ares_query.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/nameser.h /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_dns.h ares_private.h \
+ ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_dns.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + 198533ecfe9469fd7bcf1bf0e840359c1dfec3fc (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_search.Plo
@@ -0,0 +1,173 @@
+ares_search.lo: ares_search.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/strings.h ares.h ares_version.h ares_build.h ares_rules.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h ares_private.h \
+ ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/strings.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + b9971890e93dd4464796747c9737859efa2984f8 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_send.Plo
@@ -0,0 +1,209 @@
+ares_send.lo: ares_send.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/nameser.h /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_dns.h ares_private.h \
+ ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_dns.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + e3727341f2df299dde0d24c8da14292ccea77807 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_strcasecmp.Plo
@@ -0,0 +1,147 @@
+ares_strcasecmp.lo: ares_strcasecmp.c ares_setup.h ares_config.h \
+ ares_build.h /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares_strcasecmp.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares_strcasecmp.h:
blob - /dev/null
blob + 33791ef19fbe57379123f35fc67ff4727bf7dadb (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_strdup.Plo
@@ -0,0 +1,147 @@
+ares_strdup.lo: ares_strdup.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares_strdup.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares_strdup.h:
blob - /dev/null
blob + 1063d3cc91c7a189f4fd4e9465acebaef84ff42c (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_strerror.Plo
@@ -0,0 +1,166 @@
+ares_strerror.lo: ares_strerror.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/assert.h ares.h ares_version.h ares_build.h ares_rules.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/assert.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
blob - /dev/null
blob + 784d64249349bd1026dc44cef664f25223dc73d1 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_timeout.Plo
@@ -0,0 +1,170 @@
+ares_timeout.lo: ares_timeout.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares.h \
+ ares_version.h ares_build.h ares_rules.h /usr/include/netinet/in.h \
+ /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ ares_private.h ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + bfaa054dac78e5c55658f08614e44552830d1f79 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_version.Plo
@@ -0,0 +1,163 @@
+ares_version.lo: ares_version.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h ares.h \
+ ares_version.h ares_build.h ares_rules.h /usr/include/netinet/in.h \
+ /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
blob - /dev/null
blob + 69876d1ea9eba18193a241319eee4f77392551c5 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/ares_writev.Plo
@@ -0,0 +1,189 @@
+ares_writev.lo: ares_writev.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h ares.h ares_version.h ares_build.h \
+ ares_rules.h /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h ares_private.h \
+ ares_ipv6.h ares_llist.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+ares_private.h:
+
+ares_ipv6.h:
+
+ares_llist.h:
blob - /dev/null
blob + dfc4aa45ee236dee04b8f7f3e8f7b37833499065 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/bitncmp.Plo
@@ -0,0 +1,147 @@
+bitncmp.lo: bitncmp.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h bitncmp.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+bitncmp.h:
blob - /dev/null
blob + c7b68dad8340596a333ef51a4e12cca83b227485 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/inet_net_pton.Plo
@@ -0,0 +1,207 @@
+inet_net_pton.lo: inet_net_pton.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_ipv6.h inet_net_pton.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_ipv6.h:
+
+inet_net_pton.h:
blob - /dev/null
blob + a77e234b7a1b4191330c0d678dde30b2f30010b6 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/inet_ntop.Plo
@@ -0,0 +1,207 @@
+inet_ntop.lo: inet_ntop.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h \
+ /usr/include/netinet/in.h /usr/include/stdint.h \
+ /usr/include/bits/wchar.h /usr/include/bits/in.h \
+ /usr/include/arpa/inet.h /usr/include/arpa/nameser.h \
+ /usr/include/sys/param.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h \
+ /usr/include/limits.h /usr/include/bits/posix1_lim.h \
+ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
+ /usr/include/bits/posix2_lim.h /usr/include/linux/param.h \
+ /usr/include/asm/param.h /usr/include/asm-generic/param.h \
+ /usr/include/sys/bitypes.h /usr/include/arpa/nameser_compat.h ares.h \
+ ares_version.h ares_build.h ares_rules.h ares_ipv6.h inet_ntop.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
+
+/usr/include/netinet/in.h:
+
+/usr/include/stdint.h:
+
+/usr/include/bits/wchar.h:
+
+/usr/include/bits/in.h:
+
+/usr/include/arpa/inet.h:
+
+/usr/include/arpa/nameser.h:
+
+/usr/include/sys/param.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/limits.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include-fixed/syslimits.h:
+
+/usr/include/limits.h:
+
+/usr/include/bits/posix1_lim.h:
+
+/usr/include/bits/local_lim.h:
+
+/usr/include/linux/limits.h:
+
+/usr/include/bits/posix2_lim.h:
+
+/usr/include/linux/param.h:
+
+/usr/include/asm/param.h:
+
+/usr/include/asm-generic/param.h:
+
+/usr/include/sys/bitypes.h:
+
+/usr/include/arpa/nameser_compat.h:
+
+ares.h:
+
+ares_version.h:
+
+ares_build.h:
+
+ares_rules.h:
+
+ares_ipv6.h:
+
+inet_ntop.h:
blob - /dev/null
blob + 55df02dd84416f6d16f5145d563a1ef754c681e5 (mode 644)
--- /dev/null
+++ src/c-ares/.deps/windows_port.Plo
@@ -0,0 +1,145 @@
+windows_port.lo: windows_port.c ares_setup.h ares_config.h ares_build.h \
+ /usr/include/sys/types.h /usr/include/features.h \
+ /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+ /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \
+ /usr/include/bits/typesizes.h /usr/include/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h /usr/include/endian.h \
+ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
+ /usr/include/sys/select.h /usr/include/bits/select.h \
+ /usr/include/bits/sigset.h /usr/include/bits/time.h \
+ /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
+ /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \
+ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
+ /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
+ /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
+ ares_rules.h setup_once.h /usr/include/stdio.h /usr/include/libio.h \
+ /usr/include/_G_config.h /usr/include/wchar.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h \
+ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+ /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/alloca.h \
+ /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \
+ /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/errno.h \
+ /usr/include/bits/errno.h /usr/include/linux/errno.h \
+ /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
+ /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \
+ /usr/include/bits/stat.h /usr/include/sys/time.h \
+ /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h
+
+ares_setup.h:
+
+ares_config.h:
+
+ares_build.h:
+
+/usr/include/sys/types.h:
+
+/usr/include/features.h:
+
+/usr/include/bits/predefs.h:
+
+/usr/include/sys/cdefs.h:
+
+/usr/include/bits/wordsize.h:
+
+/usr/include/gnu/stubs.h:
+
+/usr/include/gnu/stubs-32.h:
+
+/usr/include/bits/types.h:
+
+/usr/include/bits/typesizes.h:
+
+/usr/include/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:
+
+/usr/include/endian.h:
+
+/usr/include/bits/endian.h:
+
+/usr/include/bits/byteswap.h:
+
+/usr/include/sys/select.h:
+
+/usr/include/bits/select.h:
+
+/usr/include/bits/sigset.h:
+
+/usr/include/bits/time.h:
+
+/usr/include/sys/sysmacros.h:
+
+/usr/include/bits/pthreadtypes.h:
+
+/usr/include/sys/socket.h:
+
+/usr/include/sys/uio.h:
+
+/usr/include/bits/uio.h:
+
+/usr/include/bits/socket.h:
+
+/usr/include/bits/sockaddr.h:
+
+/usr/include/asm/socket.h:
+
+/usr/include/asm-generic/socket.h:
+
+/usr/include/asm/sockios.h:
+
+/usr/include/asm-generic/sockios.h:
+
+ares_rules.h:
+
+setup_once.h:
+
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdarg.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
+/usr/include/stdlib.h:
+
+/usr/include/alloca.h:
+
+/usr/include/string.h:
+
+/usr/include/xlocale.h:
+
+/usr/include/bits/string.h:
+
+/usr/include/bits/string2.h:
+
+/usr/include/ctype.h:
+
+/usr/include/errno.h:
+
+/usr/include/bits/errno.h:
+
+/usr/include/linux/errno.h:
+
+/usr/include/asm/errno.h:
+
+/usr/include/asm-generic/errno.h:
+
+/usr/include/asm-generic/errno-base.h:
+
+/usr/include/sys/stat.h:
+
+/usr/include/bits/stat.h:
+
+/usr/include/sys/time.h:
+
+/usr/lib/gcc/i486-linux-gnu/4.4.5/include/stdbool.h:
blob - /dev/null
blob + e197a7419d0065f0865f7bf6aeb1c775396522f6 (mode 644)
--- /dev/null
+++ src/c-ares/AUTHORS
@@ -0,0 +1,37 @@
+c-ares is based on ares, and these are the people that have worked on it since
+the fork was made:
+
+Alexander Lazic
+Alexey Simak
+Andreas Rieke
+Ashish Sharma
+Brad House
+Brad Spencer
+Bram Matthys
+Dan Fandrich
+Daniel Stenberg
+Dirk Manske
+Dominick Meglio
+Doug Goldstein
+Duncan Wilcox
+Eino Tuominen
+Erik Kline
+George Neill
+Gisle Vanem
+Guilherme Balena Versiani
+Gunter Knauf
+Henrik Stoerner
+James Bursa
+Michael Wallner
+Nick Mathewson
+Phil Blundell
+Ravi Pratap
+Robin Cornelius
+Sebastian at basti79.de
+Shmulik Regev
+Steinar H. Gunderson
+Tofu Linden
+Vlad Dinulescu
+William Ahern
+Yang Tse
+liren at vivisimo.com
blob - /dev/null
blob + f739b4687908e3c1b4ee347ff38ccffbed096046 (mode 644)
--- /dev/null
+++ src/c-ares/CHANGES
@@ -0,0 +1,1198 @@
+  Changelog for the c-ares project
+
+Version 1.7.4 (December 9, 2010)
+
+Changed:
+
+ o local-bind: Support binding to local interface/IPs, see
+   ares_set_local_ip4, ares_set_local_ip6, ares_set_local_dev
+
+Fixed:
+
+ o memory leak in ares_getnameinfo
+ o add missing break that caused get_ares_servers to fail
+ o ares_parse_a_reply: fix CNAME response parsing
+ o init_by_options: don't copy an empty sortlist
+ o Replaced uint32_t with unsigned int to fix broken builds
+   on a couple of platforms
+ o Fix lookup with HOSTALIASES set
+ o adig: fix NAPTR parsing
+ o compiler warning cleanups
+
+Version 1.7.3 (June 11, 2010)
+
+Fixed:
+
+ o builds on Android
+ o now includes all files necessary to build it (1.7.2 lacked a file)
+
+Version 1.7.2 (June 10, 2010)
+
+Changed:
+
+ o Added ares_parse_mx_reply()
+
+Fixed:
+
+ o ares_init: Last, not first instance of domain or search should win
+ o improve alternative definition of bool
+ o fix VS2010 compiler warnings
+
+
+Version 1.7.1 (Mar 23, 2010)
+
+* May 31, 2010 (Jakub Hrozek)
+- Use the last instance of domain/search, not the first one
+
+* March 23, 2010 (Daniel Stenberg)
+- We switched from CVS to git. See http://github.com/bagder/c-ares
+
+* March 5, 2010 (Daniel Stenberg)
+- Daniel Johnson provided fixes for building with the clang compiler.
+
+* March 5, 2010 (Yang Tse)
+- Added IPv6 name servers support. Implementation has been based on code,
+  comments and feedback provided November and December of 2008 by Daniel
+  Stenberg, Gregor Jasny, Phil Blundell and myself, December 2009 by Cedric
+  Bail, and February 2010 by Jakub Hrozek on the c-ares mailing list. On
+  March I reviewed all that, selected the best of each, and adjusted or
+  extended parts of it to make the best fit.
+
+  The external and visible result of all this is that two new functions are
+  added to the external API, ares_get_servers() and ares_set_servers(), which
+  becomes now the preferred way of getting and setting name servers for any
+  ares channel as these support both IPv4 and IPv6 name servers.
+
+  In order to not break ABI compatibility, ares_init_options() with option
+  mask ARES_OPT_SERVERS and ares_save_options() may still be used in code
+  which is intended to run on IPv4-only stacks. But remember that these
+  functions do not support IPv6 name servers. This implies that if the user
+  is capable of defining or providing an IPv6 name server, and the app is
+  using ares_init_options() or ares_save_options() at some point to handle
+  the name servers, the app will likely lose IPv6 name servers.
+
+* January 28, 2010 (Daniel Stenberg)
+- Tommie Gannert pointed out a silly bug in ares_process_fd() since it didn't
+  check for broken connections like ares_process() did. Based on that, I
+  merged the two functions into a single generic one with two front-ends.
+
+* December 29, 2009 (Yang Tse)
+- Laszlo Tamas Szabo adjusted Makefile.msvc compiler options so that where
+  run-time error checks enabling compiler option /GZ was used it is replaced
+  with equivalent /RTCsu for Visual Studio 2003 and newer versions. Option
+  /GX is replaced with equivalent /EHsc for all versions. Also fixed socket
+  data type for internal configure_socket function.
+
+* December 21, 2009 (Yang Tse)
+- Ingmar Runge noticed that Windows config-win32.h configuration file
+  did not include a definition for HAVE_CLOSESOCKET which resulted in
+  function close() being inappropriately used to close sockets.
+
+Version 1.7.0 (Nov 30, 2009)
+
+* November 26, 2009 (Yang Tse)
+- Larry Lansing fixed ares_parse_srv_reply to properly parse replies
+  which might contain non-SRV answers, skipping over potential non-SRV
+  ones such as CNAMEs.
+
+* November 23, 2009 (Yang Tse)
+- Changed naming convention for c-ares libraries built with MSVC, details
+  and build instructions provided in README.msvc file.
+
+* November 22, 2009 (Yang Tse)
+- Jakub Hrozek fixed more function prototypes in man pages to sync them
+  with the ones declared in ares.h
+
+- Jakub Hrozek renamed addrttl and addr6ttl structs to ares_addrttl and
+  ares_addr6ttl in order to prevent name space pollution, along with
+  necessary changes to code base and man pages.This change does not break
+  ABI, there is no need to recompile existing applications. But existing
+  applications using these structs with the old name will need source code
+  adjustments when recompiled using c-ares 1.7.0.
+
+* November 21, 2009 (Yang Tse)
+- Added manifest stuff to Makefile.msvc.
+
+* November 20, 2009 (Yang Tse)
+- Fixed several function prototypes in man pages that were out of sync
+  with the ones declared in ares.h.  Added ares_free_data() along with
+  man page.  Updated ares_parse_srv_reply() and ares_parse_txt_reply()
+  with changes from Jakub Hrozek making these now return linked lists
+  instead of arrays, and merging the ares_free_data() adjustments.
+
+* November 10, 2009 (Yang Tse)
+- Updated MSVC 6.0 project files to match settings from Makefile.msvc.
+
+* November 9, 2009 (Yang Tse)
+- Makefile.msvc is now the reference method to build c-ares and sample
+  programs with any MSVC compiler or MS Visual Studio version.  If no
+  option or target are specified it builds dynamic and static c-ares
+  libraries in debug and release flavours and also builds all sample
+  programs using each of the different c-ares libraries.
+
+* November 2, 2009 (Yang Tse)
+- Renamed c-ares setup.h to ares_setup.h
+
+* October 31, 2009 (Yang Tse)
+- Symbol hiding configure options are named now --enable-symbol-hiding
+  and --disable-symbol-hiding in an attempt to make them less ambiguous.
+
+* October 30, 2009 (Yang Tse)
+- Many fixes for ares_parse_txt_reply()
+
+* October 29, 2009 (Daniel Stenberg)
+- Jakub Hrozek added ares_parse_txt_reply() for TXT parsing
+
+* October 29, 2009 (Yang Tse)
+- Updated MSVC 6.0 workspace and project files that allows building
+  dynamic and static c-ares libraries in debug and release flavours.
+  Additionally each of the three sample programs is built against
+  each of the four possible c-ares libraries, generating all this
+  a total number of 12 executables and 4 libraries.
+
+* October 28, 2009 (Yang Tse)
+- Initial step towards the ability to reduce c-ares exported symbols
+  when built as a shared library based on the 'visibility' attribute
+  for GNUC and Intel compilers and based on __global for Sun compilers,
+  taking also in account __declspec function decoration for Win32 and
+  Symbian DLL's.
+
+* October 27, 2009 (Yang Tse)
+- Fixed Pelles C Win32 target compilation issues.
+
+* October 23, 2009 (Yang Tse)
+- John Engelhart noticed an unreleased problem relative to a duplicate
+  ARES_ECANCELLED error code value and missing error code description.
+
+* October 7, 2009 (Yang Tse)
+- Overhauled ares__get_hostent() Fixing out of bounds memory overwrite
+  triggered with malformed /etc/hosts file. Improving parsing of /etc/hosts
+  file. Validating requested address family. Ensuring that failures always
+  return a NULL pointer. Adjusting header inclusions.
+
+* October 6, 2009 (Yang Tse)
+- Fix ssize_t redefinition errors on WIN64 reported by Alexey Simak.
+
+* September 29, 2009 (Yang Tse)
+- Make configure script also check if _REENTRANT definition is required to
+  make errno available as a preprocessor macro.
+
+* September 7, 2009 (Yang Tse)
+- Add T_SRV portability check to ares_parse_srv_reply.c
+
+* 4 Sep 2009 (Daniel Stenberg)
+- Jakub Hrozek added ares_parse_srv_reply() for SRV parsing
+
+* 3 Aug 2009 (Daniel Stenberg)
+- Joshua Kwan fixed the init routine to fill in the defaults for stuff that
+  fails to get inited by other means. This fixes a case of when the c-ares
+  init fails when internet access is fone.
+
+- Timo Teras changed the reason code used in the resolve callback done when
+  ares_cancel() is used, to be ARES_ECANCELLED instead of ARES_ETIMEOUT to
+  better allow the callback to know what's happening.
+
+* 14 Jul 2009 (Guenter Knauf)
+- renamed generated config.h to ares_config.h to avoid any future clashes
+  with config.h from other projects.
+
+* June 20 2009 (Yang Tse)
+- Refactor how libraries are checked for connect() function in configure
+  script and check for connect() as it is done for other functions.
+
+* June 19 2009 (Yang Tse)
+- Make sclose() function-like macro definition used to close a socket,
+  now solely based on HAVE_CLOSESOCKET and HAVE_CLOSESOCKET_CAMEL
+  config file preprocessor definitions
+
+* June 18 2009 (Yang Tse)
+- Add CloseSocket camel case function check for configure script.
+
+* June 17 2009 (Yang Tse)
+- Check for socket() and closesocket() as it is done for other functions
+  in configure script.
+
+* June 11 2009 (Yang Tse)
+- Modified buildconf so that when automake runs it copies missing files
+  instead of symlinking them.
+
+* June 8 2009 (Yang Tse)
+- Removed buildconf.bat from release and daily snapshot archives. This
+  file is only for CVS tree checkout builds.
+
+* May 26 2009 (Yang Tse)
+- Added --enable-curldebug configure option to enable and disable building
+  with the low-level curl debug memory tracking 'feature' to allow decoupled
+  setting from --enable-debug, allowing again to build c-ares independently
+  out of the CVS tree.
+
+  For the c-ares library option --enable-debug enables debug build features
+  which are _not_ related with memory tracking. For the c-ares library when
+  --enable-debug is given it does not enable the memory tracking feature. If
+  you wish to enable the curl debug memory tracking you must use configure
+  option --enable-curldebug explicitily to do so.
+
+  Internally, definition of preprocessor symbol DEBUGBUILD restricts code
+  which is only compiled for debug enabled builds. And symbol CURLDEBUG is
+  used to differentiate code which is _only_ used for memory tracking.
+
+  Make ares_init(), ares_dup() and ares_init_options() fail returning
+  ARES_ENOTINITIALIZED if library initialization has not been performed
+  calling ares_library_init().
+
+* May 20 2009 (Yang Tse)
+- Added ares_library_init() and ares_library_cleanup() man pages.
+
+* May 19 2009 (Yang Tse)
+- Introduced ares_library_init() and ares_library_cleanup() functions.
+
+  This is an API and ABI break for Win32/64 systems. Non-Win32/64 build targets
+  using c-ares 1.7.0 can still survive without calling these functions. Read all
+  the details on ares_library_init(3) and ares_library_cleanup(3) man pages that
+  are included.
+
+  curl/libcurl 7.19.5 is fully compatible with c-ares 1.7.0 on all systems.
+
+  In order to use c-ares 1.7.0 with curl/libcurl on Win32/64 systems it is
+  required that curl/libcurl is 7.19.5 or newer. In other words, it is not
+  possible on Win32/64 to use c-ares 1.7.0 with a curl/libcurl version less
+  than 7.19.5
+
+* May 11 2009 (Daniel Stenberg)
+- Gregor Jasny made c-ares link with libtool 's -export-symbols-regex option to
+  only expose functions starting with ares_.
+
+* May 7 2009 (Yang Tse)
+- Fix an m4 overquoting triggering a spurious 'AS_TR_CPP' symbol definition
+  attempt in generated config.h
+
+* May 2 2009 (Yang Tse)
+- Use a build-time configured ares_socklen_t data type instead of socklen_t.
+
+* April 21 2009 (Yang Tse)
+- Moved potential inclusion of system's malloc.h and memory.h header files to
+  setup_once.h.  Inclusion of each header file is based on the definition of
+  NEED_MALLOC_H and NEED_MEMORY_H respectively.
+
+* March 11 2009 (Yang Tse)
+- Japheth Cleaver fixed acountry.c replacing u_long with unsigned long.
+
+* February 20 2009 (Yang Tse)
+- Do not halt compilation when using VS2008 to build a Windows 2000 target.
+
+* February 3 2009 (Phil Blundell)
+- If the server returns garbage or nothing at all in response to an AAAA query,
+  go on and ask for A records anyway.
+
+* January 31 2009 (Daniel Stenberg)
+- ares_gethostbyname() now accepts 'AF_UNSPEC' as a family for resolving
+  either AF_INET6 or AF_INET. It works by accepting any of the looksups in the
+  hosts file, and it resolves the AAAA field with a fallback to A.
+
+* January 14 2009 (Daniel Stenberg)
+- ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead it
+  now declares the private struct ares_in6_addr for all systems instead of
+  relying on one possibly not present in the system.
+
+* January 13 2009 (Phil Blundell)
+- ares__send_query() now varies the retry timeout pseudo-randomly to avoid
+  packet storms when several queries were started at the same time.
+
+* January 11 2009 (Daniel Stenberg)
+- Phil Blundell added the internal function ares__expand_name_for_response()
+  that is now used by the ares_parse_*_reply() functions instead of the
+  ares_expand_name() simply to easier return ARES_EBADRESP for the cases where
+  the name expansion fails as in responses that really isn't expected.
+
+Version 1.6.0 (Dec 9, 2008)
+
+* December 9 2008 (Gisle Vanem)
+
+  Fixes for Win32 targets using the Watt-32 tcp/ip stack.
+
+* Dec 4 2008 (Daniel Stenberg)
+
+  Gregor Jasny provided the patch that introduces ares_set_socket_callback(),
+  and I edited it to also get duped by ares_dup().
+
+* Dec 3 2008 (Daniel Stenberg)
+
+  API changes:
+
+  I made sure the public ares_config struct looks like before and yet it
+  supports the ROTATE option thanks to c-ares now storing the "optmask"
+  internally. Thus we should be ABI compatible with the past release(s)
+  now. My efforts mentioned below should not break backwards ABI compliance.
+
+  Here's how I suggest we proceed with the API:
+
+  ares_init() will be primary "channel creator" function.
+
+  ares_init_options() will continue to work exactly like now and before. For
+  starters, it will be the (only) way to set the existing options.
+
+  ares_save_options() will continue to work like today, but will ONLY save
+  options that you can set today (including ARES_OPT_ROTATE actually) but new
+  options that we add may not be saved with this.
+
+  Instead we introduce:
+
+  ares_dup() that instead can make a new channel and clone the config used
+  from an existing channel. It will then clone all config options, including
+  future new things we add.
+
+  ares_set_*() style functions that set (new) config options. As a start we
+  simply add these for new functionality, but over time we can also introduce
+  them for existing "struct ares_options" so that we can eventually deprecate
+  the two ares_*_options() functions.
+
+  ares_get_*() style functions for extracting info from a channel handle that
+  should be used instead of ares_save_options().
+
+* Nov 26 2008 (Yang Tse)
+- Brad Spencer provided changes to allow buildconf to work on OS X.
+
+- Gerald Combs fixed a bug in ares_parse_ptr_reply() which would cause a
+  buffer to shrink instead of expand if a reply contained 8 or more records.
+
+* Nov 25 2008 (Yang Tse)
+- In preparation for the upcomming IPv6 nameservers patch, the internal
+  ares_addr union is now changed into an internal struct which also holds
+  the address family.
+
+* Nov 19 2008 (Daniel Stenberg)
+- Brad Spencer brought the new function ares_gethostbyname_file() which simply
+  resolves a host name from the given file, using the regular hosts syntax.
+
+* Nov 1 2008 (Daniel Stenberg)
+- Carlo Contavalli added support for the glibc "rotate" option, as documented
+  in man resolv.conf:
+
+  causes round robin selection of nameservers from among those listed.  This
+  has the effect of spreading the query load among all listed servers, rather
+  than having all clients try the first listed server first every time.
+
+  You can enable it with ARES_OPT_ROTATE
+
+* Oct 21 2008 (Yang Tse)
+  Charles Hardin added handling of EINPROGRESS for UDP connects.
+
+* Oct 18 2008 (Daniel Stenberg)
+  Charles Hardin made adig support a regular numerical dotted IP address for the
+  -s option as well.
+
+* Oct 7 2008 (Yang Tse)
+- Added --enable-optimize configure option to enable and disable compiler
+  optimizations to allow decoupled setting from --enable-debug.
+
+* Oct 2 2008 (Yang Tse)
+- Added --enable-warnings configure option to enable and disable strict
+  compiler warnings to allow decoupled setting from --enable-debug.
+
+* Sep 17 2008 (Yang Tse)
+- Code reorganization to allow internal/private use of "nameser.h" to any
+  system that lacks arpa/nameser.h or arpa/nameser_compat.h header files.
+
+* Sep 16 2008 (Yang Tse)
+- Code reorganization to allow internal/private use of ares_writev to any
+  system that lacks the writev function.
+
+* Sep 15 2008 (Yang Tse)
+- Code reorganization to allow internal/private use of ares_strcasecmp to any
+  system that lacks the strcasecmp function.
+
+- Improve configure detection of some string functions.
+
+* Sep 11 2008 (Yang Tse)
+- Code reorganization to allow internal/private use of ares_strdup to any
+  system that lacks the strdup function.
+
+Version 1.5.3 (Aug 29, 2008)
+
+* Aug 25 2008 (Yang Tse)
+- Improvement by Brad House:
+
+  This patch addresses an issue in which a response could be sent back to the
+  source port of a client from a different address than the request was made to.
+  This is one form of a DNS cache poisoning attack.
+
+  The patch simply uses recvfrom() rather than recv() and validates that the
+  address returned from recvfrom() matches the address of the server we have
+  connected to. Only necessary on UDP sockets as they are connection-less, TCP
+  is unaffected.
+
+- Fix by George Neill:
+  Fixed compilation of acountry sample application failure on some systems.
+
+* Aug 4 2008 (Daniel Stenberg)
+- Fix by Tofu Linden:
+
+  The symptom:
+  * Users (usually, but not always) on 2-Wire routers and the Comcast service
+  and a wired connection to their router would find that the second and
+  subsequent DNS lookups from fresh processes using c-ares to resolve the same
+  address would cause the process to never see a reply (it keeps polling for
+  around 1m15s before giving up).
+
+  The repro:
+  * On such a machine (and yeah, it took us a lot of QA to find the systems
+  that reproduce such a specific problem!), do 'ahost www.secondlife.com',
+  then do it again.  The first process's lookup will work, subsequent lookups
+  will time-out and fail.
+
+  The cause:
+  * init_id_key() was calling randomize_key() *before* it initialized
+  key->state, meaning that the randomness generated by randomize_key() is
+  immediately overwritten with deterministic values. (/dev/urandom was also
+  being read incorrectly in the c-ares version we were using, but this was
+  fixed in a later version.)
+  * This makes the stream of generated query-IDs from any new c-ares process
+  be an identical and predictable sequence of IDs.
+  * This makes the 2-Wire's default built-in DNS server detect these queries
+  as probable-duplicates and (erroneously) not respond at all.
+
+
+* Aug 4 2008 (Yang Tse)
+- Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.
+  Prior versions of autoconf defined _ALL_SOURCE if _AIX was defined. 2.62
+  version of AC_AIX defines _ALL_SOURCE and other four preprocessor symbols
+  no matter if the system is AIX or not. To keep the traditional behaviour,
+  and an uniform one across autoconf versions AC_AIX is replaced with our
+  own internal macro CARES_CHECK_AIX_ALL_SOURCE.
+
+* Aug 1 2008 (Yang Tse)
+- Configure process now checks if the preprocessor _REENTRANT symbol is already
+  defined. If it isn't currently defined a set of checks are performed to test
+  if its definition is required to make visible to the compiler a set of *_r
+  functions. Finally, if _REENTRANT is already defined or needed it takes care
+  of making adjustments necessary to ensure that it is defined equally for the
+  configure process tests and generated config file.
+
+* Jul 20 2008 (Yang Tse)
+- When recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will
+  now cause the definition, as appropriate, of RECVFROM_TYPE_ARG2_IS_VOID,
+  RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID.
+
+* Jul 17 2008 (Yang Tse)
+- RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined
+  to the data type pointed by its respective argument and not the pointer type.
+
+* Jul 16 2008 (Yang Tse)
+- Improved configure detection of number of arguments for getservbyport_r.
+  Detection is now based on compilation checks instead of linker ones.
+
+- Configure process now checks availability of recvfrom() socket function and
+  finds out its return type and the types of its arguments. Added definitions
+  for non-configure systems config files, and introduced macro sreadfrom which
+  will be used on udp sockets as a recvfrom() wrapper in the future.
+
+* Jul 15 2008 (Yang Tse)
+- Introduce definition of _REENTRANT symbol in setup.h to improve library
+  usability.  Previously the configure process only used the AC_SYS_LARGEFILE
+  macro for debug builds, now it is also used for non-debug ones enabling the
+  use of configure options --enable-largefile and --disable-largefile which
+  might be needed for library compatibility.  Remove checking the size of
+  curl_off_t, it is no longer needed.
+
+* Jul 3 2008 (Daniel Stenberg)
+- Phil Blundell: If you ask ares_gethostbyname() to do an AF_INET6 lookup and
+  the target host has only A records, it automatically falls back to an
+  AF_INET lookup and gives you the A results.  However, if the target host has
+  a CNAME record, this behaviour is defeated since the original query does
+  return some data even though ares_parse_aaa_reply() doesn't consider it
+  relevant. Here's a small patch to make it behave the same with and without
+  the CNAME.
+
+* Jul 2 2008 (Yang Tse)
+- Fallback to gettimeofday when monotonic clock is unavailable at run-time.
+
+* Jun 30 2008 (Daniel Stenberg)
+
+- As was pointed out to me by Andreas Schuldei, the MAXHOSTNAMELEN define is
+  not posix or anything and thus c-ares failed to build on hurd (and possibly
+  elsewhere). The define was also somewhat artificially used in the windows
+  port. Now, I instead rewrote the use of gethostbyname to enlarge the host
+  name buffer in case of need and totally avoid the use of the MAXHOSTNAMELEN
+  define. I thus also removed the defien from the namser.h file where it was
+  once added for the windows build.
+
+  I also fixed init_by_defaults() function to not leak memory in case if
+  error.
+
+* Jun 9 2008 (Yang Tse)
+
+- Make libcares.pc generated file for pkg-config include information relative
+  to the libraries needed for the static linking of c-ares.
+
+* May 30 2008 (Yang Tse)
+
+- Brad House fixed a missing header file inclusion in adig sample program.
+
+Version 1.5.2 (May 29, 2008)
+
+* May 13 2008 (Daniel Stenberg)
+
+- Introducing millisecond resolution support for the timeout option. See
+  ares_init_options()'s ARES_OPT_TIMEOUTMS.
+
+* May 9 2008 (Yang Tse)
+
+- Use monotonic time source if available, for private function ares__tvnow()
+
+* May 7 2008 (Daniel Stenberg)
+
+- Sebastian made c-ares able to return all PTR-records when doing reverse
+  lookups. It is not common practice to have multiple PTR-Records for a single
+  IP, but its perfectly legal and some sites have those.
+
+- Doug Goldstein provided a configure patch: updates autoconf 2.13 usage to
+  autoconf 2.57 usage (which is the version you have specified as the minimum
+  version). It's a minor change but it does clean up some warnings with newer
+  autoconf (specifically 2.62).
+
+* May 5 2008 (Yang Tse)
+
+- Improved parsing of resolver configuration files.
+
+* April 4 2008 (Daniel Stenberg)
+
+- Eino Tuominen improved the code when a file is used to seed the randomizer.
+
+- Alexey Simak made adig support NAPTR records
+
+- Alexey Simak fixed the VC dsp file by adding the missing source file
+  ares_expand_string.c
+
+* December 11 2007 (Gisle Vanem)
+
+- Added another sample application; acountry.c which converts an
+  IPv4-address(es) and/or host-name(s) to country-name and country-code.
+  This uses the service of the DNSBL at countries.nerd.dk.
+
+* December 3 2007 (Daniel Stenberg)
+
+- Brad Spencer fixed the configure script to assume that there's no
+  /dev/urandom when built cross-compiled as then the script cannot check for
+  it.
+
+- Erik Kline cleaned up ares_gethostbyaddr.c:next_lookup() somewhat
+
+Version 1.5.1 (Nov 21, 2007)
+
+* November 21 2007 (Daniel Stenberg)
+
+- Robin Cornelius pointed out that ares_llist.h was missing in the release
+  archive for 1.5.0
+
+Version 1.5.0 (Nov 21, 2007)
+
+* October 2 2007 (Daniel Stenberg)
+
+- ares_strerror() segfaulted if the input error number was out of the currently
+  supported range.
+
+- Yang Tse: Avoid a segfault when generating a DNS "Transaction ID" in
+  internal function init_id_key() under low memory conditions.
+
+* September 28 2007 (Daniel Stenberg)
+
+- Bumped version to 1.5.0 for next release and soname bumped to 2 due to ABI
+  and API changes in the progress callback (and possibly more coming up from
+  Steinar)
+
+* September 28 2007 (Steinar H. Gunderson)
+
+- Don't skip a server if it's the only one. (Bugfix from the Google tree.)
+
+- Made the query callbacks receive the number of timeouts that happened during
+  the execution of a query, and updated documentation accordingly. (Patch from
+  the Google tree.)
+
+- Support a few more socket options: ARES_OPT_SOCK_SNDBUF and
+  ARES_OPT_SOCK_RCVBUF
+
+- Always register for TCP events even if there are no outstanding queries, as
+  the other side could always close the connection, which is a valid event
+  which should be responded to.
+
+* September 22 2007 (Daniel Stenberg)
+
+- Steinar H. Gunderson fixed: Correctly clear sockets from the fd_set on in
+  several functions (write_tcp_data, read_tcp_data, read_udp_packets) so that
+  if it fails and the socket is closed the following code doesn't try to use
+  the file descriptor.
+
+- Steinar H. Gunderson modified c-ares to now also do to DNS retries even when
+  TCP is used since there are several edge cases where it still makes sense.
+
+- Brad House provided a fix for ares_save_options():
+
+  Apparently I overlooked something with the ares_save_options() where it
+  would try to do a malloc(0) when no options of that type needed to be saved.
+  On most platforms, this was fine because malloc(0) doesn't actually return
+  NULL, but on AIX it does, so ares_save_options would return ARES_ENOMEM.
+
+* July 14 2007 (Daniel Stenberg)
+
+- Vlad Dinulescu fixed two outstanding valgrind reports:
+
+  1. In ares_query.c , in find_query_by_id we compare q->qid (which is a short
+  int variable) with qid, which is declared as an int variable.  Moreover,
+  DNS_HEADER_SET_QID is used to set the value of qid, but DNS_HEADER_SET_QID
+  sets only the first two bytes of qid. I think that qid should be declared as
+  "unsigned short" in this function.
+
+  2. The same problem occurs in ares_process.c, process_answer() .  query->qid
+  (an unsigned short integer variable) is compared with id, which is an
+  integer variable. Moreover, id is initialized from DNS_HEADER_QID which sets
+  only the first two bytes of id. I think that the id variable should be
+  declared as "unsigned short" in this function.
+
+  Even after declaring these variables as "unsigned short", the valgrind
+  errors are still there. Which brings us to the third problem.
+
+  3. The third problem is that Valgrind assumes that query->qid is not
+  initialised correctly. And it does that because query->qid is set from
+  DNS_HEADER_QID(qbuf); Valgrind says that qbuf has unitialised bytes. And
+  qbuf has uninitialised bytes because of channel->next_id . And next_id is
+  set by ares_init.c:ares__generate_new_id() . I found that putting short r=0
+  in this function (instead of short r) makes all Valgrind warnings go away.
+  I have studied ares__rc4() too, and this is the offending line:
+
+        buffer_ptr[counter] ^= state[xorIndex];   (ares_query.c:62)
+
+  This is what triggers Valgrind.. buffer_ptr is unitialised in this function,
+  and by applying ^= on it, it remains unitialised.
+
+Version 1.4.0 (June 8, 2007)
+
+* June 4 2007 (Daniel Stenberg)
+
+- James Bursa reported a major memory problem when resolving multi-IP names
+  and I found and fixed the problem. It was added by Ashish Sharma's patch
+  two days ago.
+
+  When I then tried to verify multiple entries in /etc/hosts after my fix, I
+  got another segfault and decided this code was not ripe for inclusion and I
+  reverted the patch.
+
+* June 2 2007
+
+- Brad Spencer found and fixed three flaws in the code, found with the new
+  gcc 4.2.0 warning: -Waddress
+
+- Brad House fixed VS2005 compiler warnings due to time_t being 64bit.
+  He also made recent Microsoft compilers use _strdup() instead of strdup().
+
+- Brad House's man pages for ares_save_options() and ares_destroy_options()
+  were added.
+
+- Ashish Sharma provided a patch for supporting multiple entries in the
+  /etc/hosts file. Patch edited for coding style and functionality by me
+  (Daniel).
+
+* May 30 2007
+
+- Shmulik Regev brought cryptographically secure transaction IDs:
+
+  The c-ares library implementation uses a DNS "Transaction ID" field that is
+  seeded with a pseudo random number (based on gettimeofday) which is
+  incremented (++) between consecutive calls and is therefore rather
+  predictable. In general, predictability of DNS Transaction ID is a well
+  known security problem (e.g.
+  http://bak.spc.org/dms/archive/dns_id_attack.txt) and makes a c-ares based
+  implementation vulnerable to DNS poisoning. Credit goes to Amit Klein
+  (Trusteer) for identifying this problem.
+
+  The patch I wrote changes the implementation to use a more secure way of
+  generating unique IDs. It starts by obtaining a key with reasonable entropy
+  which is used with an RC4 stream to generate the cryptographically secure
+  transaction IDs.
+
+  Note that the key generation code (in ares_init:randomize_key) has two
+  versions, the Windows specific one uses a cryptographically safe function
+  provided (but undocumented :) by the operating system (described at
+  http://blogs.msdn.com/michael_howard/archive/2005/01/14/353379.aspx).  The
+  default implementation is a bit naive and uses the standard 'rand'
+  function. Surely a better way to generate random keys exists for other
+  platforms.
+
+  The patch can be tested by using the adig utility and using the '-s' option.
+
+- Brad House added ares_save_options() and ares_destroy_options() that can be
+  used to keep options for later re-usal when ares_init_options() is used.
+
+  Problem: Calling ares_init() for each lookup can be unnecessarily resource
+         intensive.  On windows, it must LoadLibrary() or search the registry
+         on each call to ares_init().  On unix, it must read and parse
+         multiple files to obtain the necessary configuration information.  In
+         a single-threaded environment, it would make sense to only
+         ares_init() once, but in a heavily multi-threaded environment, it is
+         undesirable to ares_init() and ares_destroy() for each thread created
+         and track that.
+
+  Solution: Create ares_save_options() and ares_destroy_options() functions to
+         retrieve and free options obtained from an initialized channel.  The
+         options populated can be used to pass back into ares_init_options(),
+         it should populate all needed fields and not retrieve any information
+         from the system.  Probably wise to destroy the cache every minute or
+         so to prevent the data from becoming stale.
+
+- Daniel S added ares_process_fd() to allow applications to ask for processing
+  on specific sockets and thus avoiding select() and associated
+  functions/macros.  This function will be used by upcoming libcurl releases
+  for this very reason. It also made me export the ares_socket_t type in the
+  public ares.h header file, since ares_process_fd() uses that type for two of
+  the arguments.
+
+* May 25 2007
+
+- Ravi Pratap fixed a flaw in the init_by_resolv_conf() function for windows
+  that could cause it to return a bad return code.
+
+* April 16 2007
+
+- Yang Tse: Provide ares_getopt() command-line parser function as a source
+  code helper function, not belonging to the actual c-ares library.
+
+* February 19 2007
+
+- Vlad Dinulescu added ares_parse_ns_reply().
+
+* February 13 2007
+
+- Yang Tse: Fix failure to get the search sequence of /etc/hosts and
+  DNS from /etc/nsswitch.conf, /etc/host.conf or /etc/svc.conf when
+  /etc/resolv.conf did not exist or was unable to read it.
+
+* November 22 2006
+
+- Install ares_dns.h too
+
+- Michael Wallner fixed this problem: When I set domains in the options
+  struct, and there are domain/search entries in /etc/resolv.conf, the domains
+  of the options struct will be overridden.
+
+* November 6 2006
+
+- Yang Tse removed a couple of potential zero size memory allocations.
+
+- Andreas Rieke fixed the line endings in the areslib.dsp file that I (Daniel)
+  broke in the 1.3.2 release. We should switch to a system where that file is
+  auto-generated. We could rip some code for that from curl...
+
+Version 1.3.2 (November 3, 2006)
+
+* October 12 2006
+
+- Prevent ares_getsock() to overflow if more than 16 sockets are used.
+
+* September 11 2006
+
+- Guilherme Balena Versiani: I noted a strange BUG in Win32 port
+  (ares_init.c/get_iphlpapi_dns_info() function): when I disable the network
+  by hand or disconnect the network cable in Windows 2000 or Windows XP, my
+  application gets 127.0.0.1 as the only name server. The problem comes from
+  'GetNetworkParams' function, that returns the empty string "" as the only
+  name server in that case. Moreover, the Windows implementation of
+  inet_addr() returns INADDR_LOOPBACK instead of INADDR_NONE.
+
+* August 29 2006
+
+- Brad Spencer did
+
+  o made ares_version.h use extern "C" for c++ compilers
+  o fixed compiler warnings in ares_getnameinfo.c
+  o fixed a buffer position init for TCP reads
+
+* August 3 2006
+
+- Ravi Pratap fixed ares_getsock() to actually return the proper bitmap and
+  not always zero!
+
+Version 1.3.1 (June 24, 2006)
+
+* July 23, 2006
+
+- Gisle Vanem added getopt() to the ahost program. Currently accepts
+  only [-t {a|aaaa}] to specify address family in ares_gethostbyname().
+
+* June 19, 2006
+
+- (wahern) Removed "big endian" DNS section and RR data integer parser
+  macros from ares_dns.h, which break c-ares on my Sparc64. Bit-wise
+  operations in C operate on logical values. And in any event the octets are
+  already in big-endian (aka network) byte order so they're being reversed
+  (thus the source of the breakage).
+
+* June 18, 2006
+
+- William Ahern handles EAGAIN/EWOULDBLOCK errors in most of the I/O calls
+  from area_process.c.
+
+  TODO: Handle one last EAGAIN for a UDP socket send(2) in
+  ares__send_query().
+
+* May 10, 2006
+
+- Bram Matthys brought my attention to a libtool peculiarity where detecting
+  things such as C++ compiler actually is a bad thing and since we don't need
+  that detection I added a work-around, much inspired by a previous patch by
+  Paolo Bonzini. This also shortens the configure script quite a lot.
+
+* May 3, 2006
+
+- Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makes
+  c-ares call a callback on socket state changes. A better way than the
+  ares_getsock() to get full control over the socket state.
+
+* January 9, 2006
+
+- Alexander Lazic improved the getservbyport_r() configure check.
+
+* January 6, 2006
+
+- Alexander Lazic pointed out that the buildconf should use the ACLOCAL_FLAGS
+  variable for easier controlling what it does and how it runs.
+
+* January 5, 2006
+
+- James Bursa fixed c-ares to find the hosts file on RISC OS, and made it
+  build with newer gcc versions that no longer defines "riscos".
+
+* December 22
+
+- Daniel Stenberg added ares_getsock() that extracts the set of sockets to
+  wait for action on. Similar to ares_fds() but not restricted to using
+  select() for the waiting.
+
+* November 25
+
+- Yang Tse fixed some send() / recv() compiler warnings
+
+* September 18
+
+- Added constants that will be used by ares_getaddrinfo
+
+- Made ares_getnameinfo use the reentrant getservbyport (getservbyport_r) if it
+  is available to ensure it works properly in a threaded environment.
+
+* September 10
+
+- configure fix for detecting a member in the sockaddr_in6 struct which failed
+  on ipv6-enabled HP-UX 11.00
+
+Version 1.3.0 (August 29, 2005)
+
+* August 21
+
+- Alfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info()
+  when getting the DNS server etc.
+
+* June 19
+
+- Added some checks for the addrinfo structure.
+
+* June 2
+
+- William Ahern:
+
+  Make UDP sockets non-blocking. I've confirmed that at least on Linux 2.4 a
+  read event can come back from poll() on a valid SOCK_DGRAM socket but
+  recv(2) will still block. This patch doesn't ignore EAGAIN in
+  read_udp_packets(), though maybe it should. (This patch was edited by Daniel
+  Stenberg and a new configure test was added (imported from curl's configure)
+  to properly detect what non-blocking socket approach to use.)
+
+  I'm not quite sure how this was happening, but I've been seeing PTR queries
+  which seem to return empty responses. At least, they were empty when calling
+  ares_expand_name() on the record. Here's a patch which guarantees to
+  NUL-terminate the expanded name. The old behavior failed to NUL-terminate if
+  len was 0, and this was causing strlen() to run past the end of the buffer
+  after calling ares_expand_name() and getting ARES_SUCCESS as the return
+  value. If q is not greater than *s then it's equal and *s is always
+  allocated with at least one byte.
+
+* May 16
+
+- Added ares_getnameinfo which mimics the getnameinfo API (another feature
+  that could use testing).
+
+* May 14
+
+- Added an inet_ntop function from BIND for systems that do not have it.
+
+* April 9
+
+- Made sortlist support IPv6 (this can probably use some testing).
+
+- Made sortlist support CIDR matching for IPv4.
+
+* April 8
+
+- Added preliminary IPv6 support to ares_gethostbyname. Currently, sortlist
+  does not work with IPv6. Also provided an implementation of bitncmp from
+  BIND for systems that do not supply this function. This will be used to add
+  IPv6 support to sortlist.
+
+- Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family.
+  The function can lookup IPv6 addresses both from files (/etc/hosts) and
+  DNS lookups.
+
+* April 7
+
+- Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac
+  OS X.
+
+* April 5
+
+- Dominick Meglio: Provided implementations of inet_net_pton and inet_pton
+  from BIND for systems that do not include these functions.
+
+* March 11, 2005
+
+- Dominick Meglio added ares_parse_aaaa_reply.c and did various
+  adjustments. The first little steps towards IPv6 support!
+
+* November 7
+
+- Fixed the VC project and makefile to use ares_cancel and ares_version
+
+* October 24
+
+- The released ares_version.h from 1.2.1 says 1.2.0 due to a maketgz flaw.
+  This is now fixed.
+
+Version 1.2.1 (October 20, 2004)
+
+* September 29
+
+- Henrik Stoerner fix: got a report that Tru64 Unix (the unix from Digital
+  when they made Alpha's) uses /etc/svc.conf for the purpose fixed below for
+  other OSes. He made c-ares check for and understand it if present.
+
+- Now c-ares will use local host name lookup _before_ DNS resolving by default
+  if nothing else is told.
+
+* September 26
+
+- Henrik Stoerner: found out that c-ares does not look at the /etc/host.conf
+  file to determine the sequence in which to search /etc/hosts and DNS.  So on
+  systems where this order is defined by /etc/host.conf instead of a "lookup"
+  entry in /etc/resolv.conf, c-ares will always default to looking in DNS
+  first, and /etc/hosts second.
+
+  c-ares now looks at
+
+  1) resolv.conf (for the "lookup" line);
+  2) nsswitch.fon (for the "hosts:" line);
+  3) host.conf (for the "order" line).
+
+  First match wins.
+
+- Dominick Meglio patched: C-ares on Windows assumed that the HOSTS file is
+  located in a static location. It assumed
+  C:\Windows\System32\Drivers\Etc. This is a poor assumption to make. In fact,
+  the location of the HOSTS file can be changed via a registry setting.
+
+  There is a key called DatabasePath which specifies the path to the HOSTS
+  file:
+  http://www.microsoft.com/technet/itsolutions/network/deploy/depovg/tcpip2k.mspx
+
+  The patch will make c-ares correctly consult the registry for the location
+  of this file.
+
+* August 29
+
+- Gisle Vanem fixed the MSVC build files.
+
+* August 20
+
+- Gisle Vanem made c-ares build and work with his Watt-32 TCP/IP stack.
+
+* August 13
+
+- Harshal Pradhan made a minor syntax change in ares_init.c to make it build
+  fine with MSVC 7.1
+
+* July 24
+
+- Made the lib get built static only if --enable-debug is used.
+
+- Gisle Vanem fixed:
+
+  Basically in loops like handle_errors(), 'query->next' was assigned a local
+  variable and then query was referenced after the memory was freed by
+  next_server(). I've changed that so next_server() and end_query() returns
+  the next query. So callers should use this ret-value.
+
+  The next problem was that 'server->tcp_buffer_pos' had a random value at
+  entry to 1st recv() (luckily causing Winsock to return ENOBUFS).
+
+  I've also added a ares_writev() for Windows to streamline the code a bit
+  more.
+
+* July 20
+- Fixed a few variable return types for some system calls. Made configure
+  check for ssize_t to make it possible to use that when receiving the send()
+  error code. This is necessary to prevent compiler warnings on some systems.
+
+- Made configure create config.h, and all source files now include setup.h that
+  might include the proper config.h (or a handicrafted alternative).
+
+- Switched to 'ares_socket_t' type for sockets in ares, since Windows don't
+  use 'int' for that.
+
+- automake-ified and libool-ified c-ares. Now it builds libcares as a shared
+  lib on most platforms if wanted. (This bloated the size of the release
+  archive with another 200K!)
+
+- Makefile.am now uses Makefile.inc for the c sources, h headers and man
+  pages, to make it easier for other makefiles to use the exact same set of
+  files.
+
+- Adjusted 'maketgz' to use the new automake magic when building distribution
+  archives.
+
+- Anyone desires HTML and/or PDF versions of the man pages in the release
+  archives?
+
+* July 3
+- Günter Knauf made c-ares build and run on Novell Netware.
+
+* July 1
+- Gisle Vanem provided Makefile.dj to build with djgpp, added a few more djgpp
+  fixes and made ares not use 'errno' to provide further info on Windows.
+
+* June 30
+- Gisle Vanem made it build with djgpp and run fine with the Watt-32 stack.
+
+* June 10
+- Gisle Vanem's init patch for Windows:
+
+  The init_by_resolv_conf() function fetches the DNS-server(s)
+  from a series of registry branches.
+
+  This can be wrong in the case where DHCP has assigned nameservers, but the
+  user has overridden these servers with other prefered settings. Then it's
+  wrong to use the DHCPNAMESERVER setting in registry.
+
+  In the case of no global DHCP-assigned or fixed servers, but DNS server(s)
+  per adapter, one has to query the adapter branches.  But how can c-ares know
+  which adapter is valid for use? AFAICS it can't. There could be one adapter
+  that is down (e.g. a VPN adapter).
+
+  So it's better to leave this to the IP Helper API (iphlapi) available in
+  Win-98/2000 and later. My patch falls-back to the old way if not available.
+
+* June 8
+- James Bursa fixed an init issue for RISC OS.
+
+* May 11
+- Nico Stappenbelt reported that when processing domain and search lines in
+  the resolv.conf file, the first entry encountered is processed and used as
+  the search list. According to the manual pages for both Linux, Solaris and
+  Tru64, the last entry of either a domain or a search field is used.
+
+  This is now adjusted in the code
+
+Version 1.2.0 (April 13, 2004)
+
+* April 2, 2004
+- Updated various man pages to look nicer when converted to HTML on the web
+  site.
+
+* April 1, 2004
+- Dirk Manske provided a new function that is now named ares_cancel(). It is
+  used to cancel/cleanup a resolve/request made using ares functions on the
+  given ares channel. It does not destroy/kill the ares channel itself.
+
+- Dominick Meglio cleaned up the formatting in several man pages.
+
+* March 30, 2004
+- Dominick Meglio's new ares_expand_string. A helper function when decoding
+  incoming DNS packages.
+
+- Daniel Stenberg modified the Makefile.in to use a for loop for the man page
+  installation to improve overview and make it easier to add man pages.
+
+Version 1.1.0 (March 11, 2004)
+
+* March 9, 2004
+- Gisle Vanem improved build on Windows.
+
+* February 25, 2004
+- Dan Fandrich found a flaw in the Feb 22 fix.
+
+- Added better configure --enable-debug logic (taken from the curl configure
+  script). Added acinclude.m4 to the tarball.
+
+* February 23, 2004
+- Removed ares_free_errmem(), the function, the file and the man page. It was
+  not used and it did nothing.
+
+- Fixed a lot of code that wasn't "64bit clean" and thus caused a lot of
+  compiler warnings on picky compilers.
+
+* February 22, 2004
+- Dominick Meglio made ares init support multiple name servers in the
+  NameServer key on Windows.
+
+* February 16, 2004
+- Modified ares_private.h to include libcurl's memory debug header if
+  CURLDEBUG is set. This makes all the ares-functions supervised properly by
+  the curl test suite. This also forced me to add inclusion of the
+  ares_private.h header in a few more files that are using some kind of
+  memory-related resources.
+
+- Made the makefile only build ahost and adig if 'make demos' is used.
+
+* February 10, 2004
+- Dirk Manske made ares_version.h installed with 'make install'
+
+* February 4, 2004
+- ares_free_errmem() is subject for removal, it is simply present for future
+  purposes, and since we removed the extra parameter in strerror() it won't
+  be used by c-ares!
+- configure --enable-debug now enables picky compiler options if gcc is used
+- fixed several compiler warnings --enable-debug showed and Joerg Mueller-Tolk
+  reported
+
+Version 1.0.0 (February 3, 2004)
+
+* February 3, 2004
+- now we produce the libcares.a library instead of the previous libares.a
+  since we are no longer compatible
+
+* February 2, 2004
+
+- ares_strerror() has one argument less. This is the first official
+  modification of the existing provided ares API.
+
+* January 29, 2004
+
+- Dirk Manske fixed how the socket is set non-blocking.
+
+* January 4, 2004
+
+- Dominick Meglio made the private gettimeofday() become ares_gettimeofday()
+  instead in order to not pollute the name space and risk colliding with
+  other libraries' versions of this function.
+
+* October 24, 2003. Daniel Stenberg
+
+  Added ares_version().
+
+Version 1.0-pre1 (8 October 2003)
+
+- James Bursa made it run on RISC OS
+
+- Dominick Meglio made it run fine on NT4
+
+- Duncan Wilcox made it work fine on Mac OS X
+
+- Daniel Stenberg adjusted the windows port
+
+- liren at vivisimo.com made the initial windows port
+
+* Imported the sources from ares 1.1.1
blob - /dev/null
blob + ece2a8c495248825f7679008460be57fc79d8a2d (mode 644)
--- /dev/null
+++ src/c-ares/Makefile
@@ -0,0 +1,1401 @@
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.  Generated from Makefile.in by configure.
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+
+
+
+
+srcdir = .
+top_srcdir = .
+
+pkgdatadir = $(datadir)/c-ares
+pkglibdir = $(libdir)/c-ares
+pkgincludedir = $(includedir)/c-ares
+top_builddir = .
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+INSTALL = /usr/bin/install -c
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = i686-pc-linux-gnu
+host_triplet = i686-pc-linux-gnu
+noinst_PROGRAMS = $(am__EXEEXT_1)
+DIST_COMMON = README $(am__configure_deps) $(libcares_la_HEADERS) \
+	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+	$(srcdir)/Makefile.inc $(srcdir)/ares_build.h.in \
+	$(srcdir)/ares_config.h.in $(srcdir)/libcares.pc.in \
+	$(top_srcdir)/configure AUTHORS NEWS TODO compile config.guess \
+	config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
+subdir = .
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/m4/cares-compilers.m4 \
+	$(top_srcdir)/m4/cares-confopts.m4 \
+	$(top_srcdir)/m4/cares-functions.m4 \
+	$(top_srcdir)/m4/cares-override.m4 \
+	$(top_srcdir)/m4/cares-reentrant.m4 \
+	$(top_srcdir)/m4/cares-system.m4 $(top_srcdir)/m4/libtool.m4 \
+	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
+	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
+	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno configure.status.lineno
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ares_config.h ares_build.h
+CONFIG_CLEAN_FILES = libcares.pc
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \
+	"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libcares_ladir)"
+libLTLIBRARIES_INSTALL = $(INSTALL)
+LTLIBRARIES = $(lib_LTLIBRARIES)
+libcares_la_LIBADD =
+am__objects_1 = ares__close_sockets.lo ares__get_hostent.lo \
+	ares__read_line.lo ares__timeval.lo ares_cancel.lo \
+	ares_data.lo ares_destroy.lo ares_expand_name.lo \
+	ares_expand_string.lo ares_fds.lo ares_free_hostent.lo \
+	ares_free_string.lo ares_gethostbyaddr.lo \
+	ares_gethostbyname.lo ares_getnameinfo.lo ares_getsock.lo \
+	ares_init.lo ares_library_init.lo ares_llist.lo \
+	ares_mkquery.lo ares_nowarn.lo ares_options.lo \
+	ares_parse_a_reply.lo ares_parse_aaaa_reply.lo \
+	ares_parse_mx_reply.lo ares_parse_ns_reply.lo \
+	ares_parse_ptr_reply.lo ares_parse_srv_reply.lo \
+	ares_parse_txt_reply.lo ares_process.lo ares_query.lo \
+	ares_search.lo ares_send.lo ares_strcasecmp.lo ares_strdup.lo \
+	ares_strerror.lo ares_timeout.lo ares_version.lo \
+	ares_writev.lo bitncmp.lo inet_net_pton.lo inet_ntop.lo \
+	windows_port.lo
+am__objects_2 =
+am_libcares_la_OBJECTS = $(am__objects_1) $(am__objects_2)
+libcares_la_OBJECTS = $(am_libcares_la_OBJECTS)
+am__EXEEXT_1 = ahost$(EXEEXT) adig$(EXEEXT) \
+	acountry$(EXEEXT)
+PROGRAMS = $(noinst_PROGRAMS)
+am__objects_3 = acountry-ares_getopt.$(OBJEXT) \
+	acountry-ares_strcasecmp.$(OBJEXT) \
+	acountry-inet_net_pton.$(OBJEXT) acountry-inet_ntop.$(OBJEXT)
+am_acountry_OBJECTS = acountry-acountry.$(OBJEXT) $(am__objects_3) \
+	$(am__objects_2)
+acountry_OBJECTS = $(am_acountry_OBJECTS)
+acountry_DEPENDENCIES = $(top_builddir)/libcares.la
+am__objects_4 = adig-ares_getopt.$(OBJEXT) \
+	adig-ares_strcasecmp.$(OBJEXT) adig-inet_net_pton.$(OBJEXT) \
+	adig-inet_ntop.$(OBJEXT)
+am_adig_OBJECTS = adig-adig.$(OBJEXT) $(am__objects_4) \
+	$(am__objects_2)
+adig_OBJECTS = $(am_adig_OBJECTS)
+adig_DEPENDENCIES = $(top_builddir)/libcares.la
+am__objects_5 = ahost-ares_getopt.$(OBJEXT) \
+	ahost-ares_strcasecmp.$(OBJEXT) ahost-inet_net_pton.$(OBJEXT) \
+	ahost-inet_ntop.$(OBJEXT)
+am_ahost_OBJECTS = ahost-ahost.$(OBJEXT) $(am__objects_5) \
+	$(am__objects_2)
+ahost_OBJECTS = $(am_ahost_OBJECTS)
+ahost_DEPENDENCIES = $(top_builddir)/libcares.la
+DEFAULT_INCLUDES = 
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+am__depfiles_maybe = depfiles
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(libcares_la_SOURCES) $(acountry_SOURCES) $(adig_SOURCES) \
+	$(ahost_SOURCES)
+DIST_SOURCES = $(libcares_la_SOURCES) $(acountry_SOURCES) \
+	$(adig_SOURCES) $(ahost_SOURCES)
+man3dir = $(mandir)/man3
+NROFF = nroff
+MANS = $(man_MANS)
+pkgconfigDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(pkgconfig_DATA)
+libcares_laHEADERS_INSTALL = $(INSTALL_HEADER)
+HEADERS = $(libcares_la_HEADERS)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+distdir = $(PACKAGE)-$(VERSION)
+top_distdir = $(distdir)
+am__remove_distdir = \
+  { test ! -d $(distdir) \
+    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
+         && rm -fr $(distdir); }; }
+DIST_ARCHIVES = $(distdir).tar.gz
+GZIP_ENV = --best
+distuninstallcheck_listfiles = find . -type f -print
+distcleancheck_listfiles = find . -type f -print
+ACLOCAL = ${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run aclocal-1.9
+AMDEP_FALSE = #
+AMDEP_TRUE = 
+AMTAR = ${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run tar
+AR = /usr/bin/ar
+AS = as
+AUTOCONF = ${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run automake-1.9
+AWK = mawk
+CARES_CFLAG_EXTRAS = 
+CARES_PRIVATE_LIBS = -lrt
+CC = gcc
+CCDEPMODE = depmode=gcc3
+
+# Add -Werror if defined
+CFLAGS = -g0 -O2 -Wno-system-headers -fvisibility=hidden 
+CPP = gcc -E
+CPPFLAGS = 
+CURLDEBUG_FALSE = 
+CURLDEBUG_TRUE = #
+CYGPATH_W = echo
+DEFS = -DHAVE_CONFIG_H
+DEPDIR = .deps
+DLLTOOL = dlltool
+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 = ${SHELL} $(install_sh) -c -s
+LD = /usr/bin/ld
+LDFLAGS = 
+LIBOBJS = 
+LIBS = -lrt
+LIBTOOL = $(SHELL) $(top_builddir)/libtool
+LIPO = 
+LN_S = ln -s
+LTLIBOBJS = 
+MAINT = #
+MAINTAINER_MODE_FALSE = 
+MAINTAINER_MODE_TRUE = #
+MAKEINFO = ${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run makeinfo
+NM = /usr/bin/nm -B
+NMEDIT = 
+NO_UNDEFINED_FALSE = 
+NO_UNDEFINED_TRUE = #
+OBJDUMP = objdump
+OBJEXT = o
+OTOOL = 
+OTOOL64 = 
+PACKAGE = c-ares
+PACKAGE_BUGREPORT = c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares
+PACKAGE_NAME = c-ares
+PACKAGE_STRING = c-ares 1.7.4
+PACKAGE_TARNAME = c-ares
+PACKAGE_URL = 
+PACKAGE_VERSION = 1.7.4
+PATH = /usr/local/bin:/usr/bin:/bin:/usr/games:/home/avatar/bin.linux2
+PATH_SEPARATOR = :
+RANDOM_FILE = /dev/urandom
+RANLIB = ranlib
+SED = /bin/sed
+SET_MAKE = 
+SHELL = /bin/bash
+STRIP = strip
+VERSION = 1.7.4
+ac_ct_CC = gcc
+ac_ct_DUMPBIN = 
+am__fastdepCC_FALSE = #
+am__fastdepCC_TRUE = 
+am__include = include
+am__leading_dot = .
+am__quote = 
+am__tar = ${AMTAR} chof - "$$tardir"
+am__untar = ${AMTAR} xf -
+bindir = ${exec_prefix}/bin
+build = i686-pc-linux-gnu
+build_alias = 
+build_cpu = i686
+build_os = linux-gnu
+build_vendor = pc
+datadir = ${datarootdir}
+datarootdir = ${prefix}/share
+docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
+dvidir = ${docdir}
+exec_prefix = ${prefix}
+host = i686-pc-linux-gnu
+host_alias = 
+host_cpu = i686
+host_os = linux-gnu
+host_vendor = pc
+htmldir = ${docdir}
+includedir = ${prefix}/include
+infodir = ${datarootdir}/info
+install_sh = /home/avatar/src/psybnc/test-bnc/src/c-ares/install-sh
+libdir = ${exec_prefix}/lib
+libexecdir = ${exec_prefix}/libexec
+localedir = ${datarootdir}/locale
+localstatedir = ${prefix}/var
+lt_ECHO = echo
+mandir = ${datarootdir}/man
+mkdir_p = 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_alias = 
+AUTOMAKE_OPTIONS = foreign nostdinc
+ACLOCAL_AMFLAGS = -I m4
+INCLUDES = -I$(top_builddir) \
+           -I$(top_srcdir)
+
+
+# Specify our include paths here, and do it relative to $(top_srcdir) and
+# $(top_builddir), to ensure that these paths which belong to the library
+# being currently built and tested are searched before the library which
+# might possibly already be installed in the system.
+#
+# When using the low-level hard-hacking memory leak tracking code from
+# libcurl the generated curl/curlbuild.h file must also be reachable.
+# Using the libcurl lowlevel code from within c-ares library is ugly and
+# only works when c-ares is built and linked with a similarly debug-build
+# libcurl, but we do this anyway for convenience.
+#
+# $(top_builddir)/../include/curl for generated curlbuild.h included from curl.h
+# $(top_builddir)/../include is for libcurl's generated curl/curlbuild.h file
+# $(top_srcdir)/../include is for libcurl's external include files
+# $(top_builddir)/../lib is for libcurl's generated lib/curl_config.h file
+# $(top_srcdir)/../lib is for libcurl's lib/setup.h and other "private" files
+# $(top_builddir) is for c-ares's generated ares_config.h file
+# $(top_srcdir) is for c-ares's ares_setup.h and other "c-ares-private" files
+#INCLUDES = -I$(top_builddir)/../include/curl \
+#           -I$(top_builddir)/../include      \
+#           -I$(top_srcdir)/../include        \
+#           -I$(top_builddir)/../lib          \
+#           -I$(top_srcdir)/../lib            \
+#           -I$(top_builddir)                 \
+#           -I$(top_srcdir)
+
+lib_LTLIBRARIES = libcares.la
+man_MANS = $(MANPAGES)
+MSVCFILES = vc/vc6aws.dsw vc/acountry/vc6acountry.dsp vc/adig/vc6adig.dsp \
+ vc/ahost/vc6ahost.dsp vc/cares/vc6cares.dsp vc/cares/vc6cares.dsw
+
+PROGS = ahost adig acountry
+#PROGS = 
+
+# adig and ahost are just sample programs and thus not mentioned with the
+# regular sources and headers
+EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj	   \
+ Makefile.m32 Makefile.netware Makefile.msvc Makefile.Watcom $(man_MANS)   \
+ config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz \
+ TODO ares_build.h.in $(PDFPAGES) cares.rc README.msvc $(MSVCFILES)	   \
+ $(CSOURCES) $(HHEADERS) config-dos.h
+
+CLEANFILES = $(PDFPAGES) $(HTMLPAGES)
+DISTCLEANFILES = ares_build.h
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libcares.pc
+VER = -version-info 2:0:0
+# This flag accepts an argument of the form current[:revision[:age]]. So,
+# passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
+# 1.
+#
+# If either revision or age are omitted, they default to 0. Also note that age
+# must be less than or equal to the current interface number.
+#
+# Here are a set of rules to help you update your library version information: 
+#
+# 1.Start with version information of 0:0:0 for each libtool library.
+#
+# 2.Update the version information only immediately before a public release of
+# your software. More frequent updates are unnecessary, and only guarantee
+# that the current interface number gets larger faster.
+#
+# 3.If the library source code has changed at all since the last update, then
+# increment revision (c:r+1:a)
+#
+# 4.If any interfaces have been added, removed, or changed since the last
+# update, increment current, and set revision to 0. (c+1:r=0:a)
+#
+# 5.If any interfaces have been added since the last public release, then
+# increment age. (c:r:a+1)
+#
+# 6.If any interfaces have been removed since the last public release, then
+# set age to 0. (c:r:a=0)
+#
+
+# The -no-undefined flag is crucial for this to build fine on some platforms
+#UNDEF = -no-undefined
+libcares_la_LDFLAGS = $(UNDEF) $(VER)
+CSOURCES = ares__close_sockets.c	\
+  ares__get_hostent.c			\
+  ares__read_line.c			\
+  ares__timeval.c			\
+  ares_cancel.c				\
+  ares_data.c				\
+  ares_destroy.c			\
+  ares_expand_name.c			\
+  ares_expand_string.c			\
+  ares_fds.c				\
+  ares_free_hostent.c			\
+  ares_free_string.c			\
+  ares_gethostbyaddr.c			\
+  ares_gethostbyname.c			\
+  ares_getnameinfo.c			\
+  ares_getsock.c			\
+  ares_init.c				\
+  ares_library_init.c			\
+  ares_llist.c				\
+  ares_mkquery.c			\
+  ares_nowarn.c				\
+  ares_options.c			\
+  ares_parse_a_reply.c			\
+  ares_parse_aaaa_reply.c		\
+  ares_parse_mx_reply.c			\
+  ares_parse_ns_reply.c			\
+  ares_parse_ptr_reply.c		\
+  ares_parse_srv_reply.c		\
+  ares_parse_txt_reply.c		\
+  ares_process.c			\
+  ares_query.c				\
+  ares_search.c				\
+  ares_send.c				\
+  ares_strcasecmp.c			\
+  ares_strdup.c				\
+  ares_strerror.c			\
+  ares_timeout.c			\
+  ares_version.c			\
+  ares_writev.c				\
+  bitncmp.c				\
+  inet_net_pton.c			\
+  inet_ntop.c				\
+  windows_port.c
+
+HHEADERS = ares.h			\
+  ares_build.h				\
+  ares_data.h				\
+  ares_dns.h				\
+  ares_ipv6.h				\
+  ares_library_init.h			\
+  ares_llist.h				\
+  ares_nowarn.h				\
+  ares_private.h			\
+  ares_rules.h				\
+  ares_strcasecmp.h			\
+  ares_strdup.h				\
+  ares_version.h			\
+  ares_writev.h				\
+  bitncmp.h				\
+  inet_net_pton.h			\
+  inet_ntop.h				\
+  nameser.h				\
+  ares_setup.h				\
+  setup_once.h
+
+MANPAGES = ares_cancel.3		\
+  ares_destroy.3			\
+  ares_destroy_options.3		\
+  ares_dup.3				\
+  ares_expand_name.3			\
+  ares_expand_string.3			\
+  ares_fds.3				\
+  ares_free_data.3			\
+  ares_free_hostent.3			\
+  ares_free_string.3			\
+  ares_get_servers.3			\
+  ares_gethostbyaddr.3			\
+  ares_gethostbyname.3			\
+  ares_gethostbyname_file.3		\
+  ares_getnameinfo.3			\
+  ares_getsock.3			\
+  ares_init.3				\
+  ares_init_options.3			\
+  ares_library_cleanup.3		\
+  ares_library_init.3			\
+  ares_mkquery.3			\
+  ares_parse_a_reply.3			\
+  ares_parse_aaaa_reply.3		\
+  ares_parse_mx_reply.3			\
+  ares_parse_ns_reply.3			\
+  ares_parse_ptr_reply.3		\
+  ares_parse_srv_reply.3		\
+  ares_parse_txt_reply.3		\
+  ares_process.3			\
+  ares_query.3				\
+  ares_save_options.3			\
+  ares_search.3				\
+  ares_send.3				\
+  ares_set_servers.3			\
+  ares_set_socket_callback.3		\
+  ares_strerror.3			\
+  ares_timeout.3			\
+  ares_version.3
+
+HTMLPAGES = ares_cancel.html		\
+  ares_destroy.html			\
+  ares_destroy_options.html		\
+  ares_dup.html				\
+  ares_expand_name.html			\
+  ares_expand_string.html		\
+  ares_fds.html				\
+  ares_free_data.html			\
+  ares_free_hostent.html		\
+  ares_free_string.html			\
+  ares_get_servers.html			\
+  ares_gethostbyaddr.html		\
+  ares_gethostbyname.html		\
+  ares_gethostbyname_file.html		\
+  ares_getnameinfo.html			\
+  ares_getsock.html			\
+  ares_init.html			\
+  ares_init_options.html		\
+  ares_library_cleanup.html		\
+  ares_library_init.html		\
+  ares_mkquery.html			\
+  ares_parse_a_reply.html		\
+  ares_parse_aaaa_reply.html		\
+  ares_parse_mx_reply.html		\
+  ares_parse_ns_reply.html		\
+  ares_parse_ptr_reply.html		\
+  ares_parse_srv_reply.html		\
+  ares_parse_txt_reply.html		\
+  ares_process.html			\
+  ares_query.html			\
+  ares_save_options.html		\
+  ares_search.html			\
+  ares_send.html			\
+  ares_set_servers.html			\
+  ares_set_socket_callback.html		\
+  ares_strerror.html			\
+  ares_timeout.html			\
+  ares_version.html
+
+PDFPAGES = ares_cancel.pdf		\
+  ares_destroy.pdf			\
+  ares_destroy_options.pdf		\
+  ares_dup.pdf				\
+  ares_expand_name.pdf			\
+  ares_expand_string.pdf		\
+  ares_fds.pdf				\
+  ares_free_data.pdf			\
+  ares_free_hostent.pdf			\
+  ares_free_string.pdf			\
+  ares_get_servers.pdf			\
+  ares_gethostbyaddr.pdf		\
+  ares_gethostbyname.pdf		\
+  ares_gethostbyname_file.pdf		\
+  ares_getnameinfo.pdf			\
+  ares_getsock.pdf			\
+  ares_init.pdf				\
+  ares_init_options.pdf			\
+  ares_library_cleanup.pdf		\
+  ares_library_init.pdf			\
+  ares_mkquery.pdf			\
+  ares_parse_a_reply.pdf		\
+  ares_parse_aaaa_reply.pdf		\
+  ares_parse_mx_reply.pdf		\
+  ares_parse_ns_reply.pdf		\
+  ares_parse_ptr_reply.pdf		\
+  ares_parse_srv_reply.pdf		\
+  ares_parse_txt_reply.pdf		\
+  ares_process.pdf			\
+  ares_query.pdf			\
+  ares_save_options.pdf			\
+  ares_search.pdf			\
+  ares_send.pdf				\
+  ares_set_servers.pdf			\
+  ares_set_socket_callback.pdf		\
+  ares_strerror.pdf			\
+  ares_timeout.pdf			\
+  ares_version.pdf
+
+SAMPLESOURCES = ares_getopt.c		\
+  ares_strcasecmp.c			\
+  inet_net_pton.c			\
+  inet_ntop.c
+
+SAMPLEHEADERS = ares_getopt.h		\
+  ares_strcasecmp.h			\
+  inet_net_pton.h			\
+  inet_ntop.h
+
+
+# Makefile.inc provides the CSOURCES and HHEADERS defines
+libcares_la_SOURCES = $(CSOURCES) $(HHEADERS)
+
+# where to install the c-ares headers
+libcares_ladir = $(includedir)
+# what headers to install on 'make install':
+libcares_la_HEADERS = ares.h ares_version.h ares_dns.h \
+	ares_build.h ares_rules.h
+
+ahost_SOURCES = ahost.c $(SAMPLESOURCES) $(SAMPLEHEADERS)
+ahost_LDADD = $(top_builddir)/libcares.la
+ahost_CFLAGS = $(AM_CFLAGS)
+adig_SOURCES = adig.c $(SAMPLESOURCES) $(SAMPLEHEADERS)
+adig_LDADD = $(top_builddir)/libcares.la
+adig_CFLAGS = $(AM_CFLAGS)
+acountry_SOURCES = acountry.c $(SAMPLESOURCES) $(SAMPLEHEADERS)
+acountry_LDADD = $(top_builddir)/libcares.la
+acountry_CFLAGS = $(AM_CFLAGS)
+SOURCEDMANDIR = man3
+SOURCEDMANPAGES = ares_init.3
+MAN2HTML = roffit --mandir=. < $< >$@
+SUFFIXES = .3 .html
+all: ares_config.h ares_build.h
+	$(MAKE) $(AM_MAKEFLAGS) all-am
+
+.SUFFIXES:
+.SUFFIXES: .3 .html .c .lo .o .obj .pdf
+am--refresh:
+	@:
+$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
+	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --foreign  Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    echo ' $(SHELL) ./config.status'; \
+	    $(SHELL) ./config.status;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	$(SHELL) ./config.status --recheck
+
+$(top_srcdir)/configure: # $(am__configure_deps)
+	cd $(srcdir) && $(AUTOCONF)
+$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
+	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+
+ares_config.h: stamp-h1
+	@if test ! -f $@; then \
+	  rm -f stamp-h1; \
+	  $(MAKE) stamp-h1; \
+	else :; fi
+
+stamp-h1: $(srcdir)/ares_config.h.in $(top_builddir)/config.status
+	@rm -f stamp-h1
+	cd $(top_builddir) && $(SHELL) ./config.status ares_config.h
+$(srcdir)/ares_config.h.in: # $(am__configure_deps) 
+	cd $(top_srcdir) && $(AUTOHEADER)
+	rm -f stamp-h1
+	touch $@
+
+ares_build.h: stamp-h2
+	@if test ! -f $@; then \
+	  rm -f stamp-h2; \
+	  $(MAKE) stamp-h2; \
+	else :; fi
+
+stamp-h2: $(srcdir)/ares_build.h.in $(top_builddir)/config.status
+	@rm -f stamp-h2
+	cd $(top_builddir) && $(SHELL) ./config.status ares_build.h
+
+distclean-hdr:
+	-rm -f ares_config.h stamp-h1 ares_build.h stamp-h2
+libcares.pc: $(top_builddir)/config.status $(srcdir)/libcares.pc.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+	@$(NORMAL_INSTALL)
+	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+	  if test -f $$p; then \
+	    f=$(am__strip_dir) \
+	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
+	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+	  else :; fi; \
+	done
+
+uninstall-libLTLIBRARIES:
+	@$(NORMAL_UNINSTALL)
+	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+	  p=$(am__strip_dir) \
+	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
+	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+	done
+
+clean-libLTLIBRARIES:
+	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+	  test "$$dir" != "$$p" || dir=.; \
+	  echo "rm -f \"$${dir}/so_locations\""; \
+	  rm -f "$${dir}/so_locations"; \
+	done
+libcares.la: $(libcares_la_OBJECTS) $(libcares_la_DEPENDENCIES) 
+	$(LINK) -rpath $(libdir) $(libcares_la_LDFLAGS) $(libcares_la_OBJECTS) $(libcares_la_LIBADD) $(LIBS)
+
+clean-noinstPROGRAMS:
+	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+	  echo " rm -f $$p $$f"; \
+	  rm -f $$p $$f ; \
+	done
+acountry$(EXEEXT): $(acountry_OBJECTS) $(acountry_DEPENDENCIES) 
+	@rm -f acountry$(EXEEXT)
+	$(LINK) $(acountry_LDFLAGS) $(acountry_OBJECTS) $(acountry_LDADD) $(LIBS)
+adig$(EXEEXT): $(adig_OBJECTS) $(adig_DEPENDENCIES) 
+	@rm -f adig$(EXEEXT)
+	$(LINK) $(adig_LDFLAGS) $(adig_OBJECTS) $(adig_LDADD) $(LIBS)
+ahost$(EXEEXT): $(ahost_OBJECTS) $(ahost_DEPENDENCIES) 
+	@rm -f ahost$(EXEEXT)
+	$(LINK) $(ahost_LDFLAGS) $(ahost_OBJECTS) $(ahost_LDADD) $(LIBS)
+
+mostlyclean-compile:
+	-rm -f *.$(OBJEXT)
+
+distclean-compile:
+	-rm -f *.tab.c
+
+include ./$(DEPDIR)/acountry-acountry.Po
+include ./$(DEPDIR)/acountry-ares_getopt.Po
+include ./$(DEPDIR)/acountry-ares_strcasecmp.Po
+include ./$(DEPDIR)/acountry-inet_net_pton.Po
+include ./$(DEPDIR)/acountry-inet_ntop.Po
+include ./$(DEPDIR)/adig-adig.Po
+include ./$(DEPDIR)/adig-ares_getopt.Po
+include ./$(DEPDIR)/adig-ares_strcasecmp.Po
+include ./$(DEPDIR)/adig-inet_net_pton.Po
+include ./$(DEPDIR)/adig-inet_ntop.Po
+include ./$(DEPDIR)/ahost-ahost.Po
+include ./$(DEPDIR)/ahost-ares_getopt.Po
+include ./$(DEPDIR)/ahost-ares_strcasecmp.Po
+include ./$(DEPDIR)/ahost-inet_net_pton.Po
+include ./$(DEPDIR)/ahost-inet_ntop.Po
+include ./$(DEPDIR)/ares__close_sockets.Plo
+include ./$(DEPDIR)/ares__get_hostent.Plo
+include ./$(DEPDIR)/ares__read_line.Plo
+include ./$(DEPDIR)/ares__timeval.Plo
+include ./$(DEPDIR)/ares_cancel.Plo
+include ./$(DEPDIR)/ares_data.Plo
+include ./$(DEPDIR)/ares_destroy.Plo
+include ./$(DEPDIR)/ares_expand_name.Plo
+include ./$(DEPDIR)/ares_expand_string.Plo
+include ./$(DEPDIR)/ares_fds.Plo
+include ./$(DEPDIR)/ares_free_hostent.Plo
+include ./$(DEPDIR)/ares_free_string.Plo
+include ./$(DEPDIR)/ares_gethostbyaddr.Plo
+include ./$(DEPDIR)/ares_gethostbyname.Plo
+include ./$(DEPDIR)/ares_getnameinfo.Plo
+include ./$(DEPDIR)/ares_getsock.Plo
+include ./$(DEPDIR)/ares_init.Plo
+include ./$(DEPDIR)/ares_library_init.Plo
+include ./$(DEPDIR)/ares_llist.Plo
+include ./$(DEPDIR)/ares_mkquery.Plo
+include ./$(DEPDIR)/ares_nowarn.Plo
+include ./$(DEPDIR)/ares_options.Plo
+include ./$(DEPDIR)/ares_parse_a_reply.Plo
+include ./$(DEPDIR)/ares_parse_aaaa_reply.Plo
+include ./$(DEPDIR)/ares_parse_mx_reply.Plo
+include ./$(DEPDIR)/ares_parse_ns_reply.Plo
+include ./$(DEPDIR)/ares_parse_ptr_reply.Plo
+include ./$(DEPDIR)/ares_parse_srv_reply.Plo
+include ./$(DEPDIR)/ares_parse_txt_reply.Plo
+include ./$(DEPDIR)/ares_process.Plo
+include ./$(DEPDIR)/ares_query.Plo
+include ./$(DEPDIR)/ares_search.Plo
+include ./$(DEPDIR)/ares_send.Plo
+include ./$(DEPDIR)/ares_strcasecmp.Plo
+include ./$(DEPDIR)/ares_strdup.Plo
+include ./$(DEPDIR)/ares_strerror.Plo
+include ./$(DEPDIR)/ares_timeout.Plo
+include ./$(DEPDIR)/ares_version.Plo
+include ./$(DEPDIR)/ares_writev.Plo
+include ./$(DEPDIR)/bitncmp.Plo
+include ./$(DEPDIR)/inet_net_pton.Plo
+include ./$(DEPDIR)/inet_ntop.Plo
+include ./$(DEPDIR)/windows_port.Plo
+
+.c.o:
+	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
+	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+#	source='$<' object='$@' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(COMPILE) -c $<
+
+.c.obj:
+	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
+	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+#	source='$<' object='$@' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+
+.c.lo:
+	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
+	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+#	source='$<' object='$@' libtool=yes \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(LTCOMPILE) -c -o $@ $<
+
+acountry-acountry.o: acountry.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-acountry.o -MD -MP -MF "$(DEPDIR)/acountry-acountry.Tpo" -c -o acountry-acountry.o `test -f 'acountry.c' || echo '$(srcdir)/'`acountry.c; \
+	then mv -f "$(DEPDIR)/acountry-acountry.Tpo" "$(DEPDIR)/acountry-acountry.Po"; else rm -f "$(DEPDIR)/acountry-acountry.Tpo"; exit 1; fi
+#	source='acountry.c' object='acountry-acountry.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-acountry.o `test -f 'acountry.c' || echo '$(srcdir)/'`acountry.c
+
+acountry-acountry.obj: acountry.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-acountry.obj -MD -MP -MF "$(DEPDIR)/acountry-acountry.Tpo" -c -o acountry-acountry.obj `if test -f 'acountry.c'; then $(CYGPATH_W) 'acountry.c'; else $(CYGPATH_W) '$(srcdir)/acountry.c'; fi`; \
+	then mv -f "$(DEPDIR)/acountry-acountry.Tpo" "$(DEPDIR)/acountry-acountry.Po"; else rm -f "$(DEPDIR)/acountry-acountry.Tpo"; exit 1; fi
+#	source='acountry.c' object='acountry-acountry.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-acountry.obj `if test -f 'acountry.c'; then $(CYGPATH_W) 'acountry.c'; else $(CYGPATH_W) '$(srcdir)/acountry.c'; fi`
+
+acountry-ares_getopt.o: ares_getopt.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-ares_getopt.o -MD -MP -MF "$(DEPDIR)/acountry-ares_getopt.Tpo" -c -o acountry-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c; \
+	then mv -f "$(DEPDIR)/acountry-ares_getopt.Tpo" "$(DEPDIR)/acountry-ares_getopt.Po"; else rm -f "$(DEPDIR)/acountry-ares_getopt.Tpo"; exit 1; fi
+#	source='ares_getopt.c' object='acountry-ares_getopt.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c
+
+acountry-ares_getopt.obj: ares_getopt.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-ares_getopt.obj -MD -MP -MF "$(DEPDIR)/acountry-ares_getopt.Tpo" -c -o acountry-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi`; \
+	then mv -f "$(DEPDIR)/acountry-ares_getopt.Tpo" "$(DEPDIR)/acountry-ares_getopt.Po"; else rm -f "$(DEPDIR)/acountry-ares_getopt.Tpo"; exit 1; fi
+#	source='ares_getopt.c' object='acountry-ares_getopt.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi`
+
+acountry-ares_strcasecmp.o: ares_strcasecmp.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-ares_strcasecmp.o -MD -MP -MF "$(DEPDIR)/acountry-ares_strcasecmp.Tpo" -c -o acountry-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c; \
+	then mv -f "$(DEPDIR)/acountry-ares_strcasecmp.Tpo" "$(DEPDIR)/acountry-ares_strcasecmp.Po"; else rm -f "$(DEPDIR)/acountry-ares_strcasecmp.Tpo"; exit 1; fi
+#	source='ares_strcasecmp.c' object='acountry-ares_strcasecmp.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c
+
+acountry-ares_strcasecmp.obj: ares_strcasecmp.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-ares_strcasecmp.obj -MD -MP -MF "$(DEPDIR)/acountry-ares_strcasecmp.Tpo" -c -o acountry-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi`; \
+	then mv -f "$(DEPDIR)/acountry-ares_strcasecmp.Tpo" "$(DEPDIR)/acountry-ares_strcasecmp.Po"; else rm -f "$(DEPDIR)/acountry-ares_strcasecmp.Tpo"; exit 1; fi
+#	source='ares_strcasecmp.c' object='acountry-ares_strcasecmp.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi`
+
+acountry-inet_net_pton.o: inet_net_pton.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-inet_net_pton.o -MD -MP -MF "$(DEPDIR)/acountry-inet_net_pton.Tpo" -c -o acountry-inet_net_pton.o `test -f 'inet_net_pton.c' || echo '$(srcdir)/'`inet_net_pton.c; \
+	then mv -f "$(DEPDIR)/acountry-inet_net_pton.Tpo" "$(DEPDIR)/acountry-inet_net_pton.Po"; else rm -f "$(DEPDIR)/acountry-inet_net_pton.Tpo"; exit 1; fi
+#	source='inet_net_pton.c' object='acountry-inet_net_pton.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-inet_net_pton.o `test -f 'inet_net_pton.c' || echo '$(srcdir)/'`inet_net_pton.c
+
+acountry-inet_net_pton.obj: inet_net_pton.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-inet_net_pton.obj -MD -MP -MF "$(DEPDIR)/acountry-inet_net_pton.Tpo" -c -o acountry-inet_net_pton.obj `if test -f 'inet_net_pton.c'; then $(CYGPATH_W) 'inet_net_pton.c'; else $(CYGPATH_W) '$(srcdir)/inet_net_pton.c'; fi`; \
+	then mv -f "$(DEPDIR)/acountry-inet_net_pton.Tpo" "$(DEPDIR)/acountry-inet_net_pton.Po"; else rm -f "$(DEPDIR)/acountry-inet_net_pton.Tpo"; exit 1; fi
+#	source='inet_net_pton.c' object='acountry-inet_net_pton.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-inet_net_pton.obj `if test -f 'inet_net_pton.c'; then $(CYGPATH_W) 'inet_net_pton.c'; else $(CYGPATH_W) '$(srcdir)/inet_net_pton.c'; fi`
+
+acountry-inet_ntop.o: inet_ntop.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-inet_ntop.o -MD -MP -MF "$(DEPDIR)/acountry-inet_ntop.Tpo" -c -o acountry-inet_ntop.o `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c; \
+	then mv -f "$(DEPDIR)/acountry-inet_ntop.Tpo" "$(DEPDIR)/acountry-inet_ntop.Po"; else rm -f "$(DEPDIR)/acountry-inet_ntop.Tpo"; exit 1; fi
+#	source='inet_ntop.c' object='acountry-inet_ntop.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-inet_ntop.o `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c
+
+acountry-inet_ntop.obj: inet_ntop.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-inet_ntop.obj -MD -MP -MF "$(DEPDIR)/acountry-inet_ntop.Tpo" -c -o acountry-inet_ntop.obj `if test -f 'inet_ntop.c'; then $(CYGPATH_W) 'inet_ntop.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop.c'; fi`; \
+	then mv -f "$(DEPDIR)/acountry-inet_ntop.Tpo" "$(DEPDIR)/acountry-inet_ntop.Po"; else rm -f "$(DEPDIR)/acountry-inet_ntop.Tpo"; exit 1; fi
+#	source='inet_ntop.c' object='acountry-inet_ntop.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-inet_ntop.obj `if test -f 'inet_ntop.c'; then $(CYGPATH_W) 'inet_ntop.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop.c'; fi`
+
+adig-adig.o: adig.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-adig.o -MD -MP -MF "$(DEPDIR)/adig-adig.Tpo" -c -o adig-adig.o `test -f 'adig.c' || echo '$(srcdir)/'`adig.c; \
+	then mv -f "$(DEPDIR)/adig-adig.Tpo" "$(DEPDIR)/adig-adig.Po"; else rm -f "$(DEPDIR)/adig-adig.Tpo"; exit 1; fi
+#	source='adig.c' object='adig-adig.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-adig.o `test -f 'adig.c' || echo '$(srcdir)/'`adig.c
+
+adig-adig.obj: adig.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-adig.obj -MD -MP -MF "$(DEPDIR)/adig-adig.Tpo" -c -o adig-adig.obj `if test -f 'adig.c'; then $(CYGPATH_W) 'adig.c'; else $(CYGPATH_W) '$(srcdir)/adig.c'; fi`; \
+	then mv -f "$(DEPDIR)/adig-adig.Tpo" "$(DEPDIR)/adig-adig.Po"; else rm -f "$(DEPDIR)/adig-adig.Tpo"; exit 1; fi
+#	source='adig.c' object='adig-adig.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-adig.obj `if test -f 'adig.c'; then $(CYGPATH_W) 'adig.c'; else $(CYGPATH_W) '$(srcdir)/adig.c'; fi`
+
+adig-ares_getopt.o: ares_getopt.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-ares_getopt.o -MD -MP -MF "$(DEPDIR)/adig-ares_getopt.Tpo" -c -o adig-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c; \
+	then mv -f "$(DEPDIR)/adig-ares_getopt.Tpo" "$(DEPDIR)/adig-ares_getopt.Po"; else rm -f "$(DEPDIR)/adig-ares_getopt.Tpo"; exit 1; fi
+#	source='ares_getopt.c' object='adig-ares_getopt.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c
+
+adig-ares_getopt.obj: ares_getopt.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-ares_getopt.obj -MD -MP -MF "$(DEPDIR)/adig-ares_getopt.Tpo" -c -o adig-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi`; \
+	then mv -f "$(DEPDIR)/adig-ares_getopt.Tpo" "$(DEPDIR)/adig-ares_getopt.Po"; else rm -f "$(DEPDIR)/adig-ares_getopt.Tpo"; exit 1; fi
+#	source='ares_getopt.c' object='adig-ares_getopt.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi`
+
+adig-ares_strcasecmp.o: ares_strcasecmp.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-ares_strcasecmp.o -MD -MP -MF "$(DEPDIR)/adig-ares_strcasecmp.Tpo" -c -o adig-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c; \
+	then mv -f "$(DEPDIR)/adig-ares_strcasecmp.Tpo" "$(DEPDIR)/adig-ares_strcasecmp.Po"; else rm -f "$(DEPDIR)/adig-ares_strcasecmp.Tpo"; exit 1; fi
+#	source='ares_strcasecmp.c' object='adig-ares_strcasecmp.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c
+
+adig-ares_strcasecmp.obj: ares_strcasecmp.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-ares_strcasecmp.obj -MD -MP -MF "$(DEPDIR)/adig-ares_strcasecmp.Tpo" -c -o adig-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi`; \
+	then mv -f "$(DEPDIR)/adig-ares_strcasecmp.Tpo" "$(DEPDIR)/adig-ares_strcasecmp.Po"; else rm -f "$(DEPDIR)/adig-ares_strcasecmp.Tpo"; exit 1; fi
+#	source='ares_strcasecmp.c' object='adig-ares_strcasecmp.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi`
+
+adig-inet_net_pton.o: inet_net_pton.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-inet_net_pton.o -MD -MP -MF "$(DEPDIR)/adig-inet_net_pton.Tpo" -c -o adig-inet_net_pton.o `test -f 'inet_net_pton.c' || echo '$(srcdir)/'`inet_net_pton.c; \
+	then mv -f "$(DEPDIR)/adig-inet_net_pton.Tpo" "$(DEPDIR)/adig-inet_net_pton.Po"; else rm -f "$(DEPDIR)/adig-inet_net_pton.Tpo"; exit 1; fi
+#	source='inet_net_pton.c' object='adig-inet_net_pton.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-inet_net_pton.o `test -f 'inet_net_pton.c' || echo '$(srcdir)/'`inet_net_pton.c
+
+adig-inet_net_pton.obj: inet_net_pton.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-inet_net_pton.obj -MD -MP -MF "$(DEPDIR)/adig-inet_net_pton.Tpo" -c -o adig-inet_net_pton.obj `if test -f 'inet_net_pton.c'; then $(CYGPATH_W) 'inet_net_pton.c'; else $(CYGPATH_W) '$(srcdir)/inet_net_pton.c'; fi`; \
+	then mv -f "$(DEPDIR)/adig-inet_net_pton.Tpo" "$(DEPDIR)/adig-inet_net_pton.Po"; else rm -f "$(DEPDIR)/adig-inet_net_pton.Tpo"; exit 1; fi
+#	source='inet_net_pton.c' object='adig-inet_net_pton.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-inet_net_pton.obj `if test -f 'inet_net_pton.c'; then $(CYGPATH_W) 'inet_net_pton.c'; else $(CYGPATH_W) '$(srcdir)/inet_net_pton.c'; fi`
+
+adig-inet_ntop.o: inet_ntop.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-inet_ntop.o -MD -MP -MF "$(DEPDIR)/adig-inet_ntop.Tpo" -c -o adig-inet_ntop.o `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c; \
+	then mv -f "$(DEPDIR)/adig-inet_ntop.Tpo" "$(DEPDIR)/adig-inet_ntop.Po"; else rm -f "$(DEPDIR)/adig-inet_ntop.Tpo"; exit 1; fi
+#	source='inet_ntop.c' object='adig-inet_ntop.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-inet_ntop.o `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c
+
+adig-inet_ntop.obj: inet_ntop.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-inet_ntop.obj -MD -MP -MF "$(DEPDIR)/adig-inet_ntop.Tpo" -c -o adig-inet_ntop.obj `if test -f 'inet_ntop.c'; then $(CYGPATH_W) 'inet_ntop.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop.c'; fi`; \
+	then mv -f "$(DEPDIR)/adig-inet_ntop.Tpo" "$(DEPDIR)/adig-inet_ntop.Po"; else rm -f "$(DEPDIR)/adig-inet_ntop.Tpo"; exit 1; fi
+#	source='inet_ntop.c' object='adig-inet_ntop.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-inet_ntop.obj `if test -f 'inet_ntop.c'; then $(CYGPATH_W) 'inet_ntop.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop.c'; fi`
+
+ahost-ahost.o: ahost.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ahost.o -MD -MP -MF "$(DEPDIR)/ahost-ahost.Tpo" -c -o ahost-ahost.o `test -f 'ahost.c' || echo '$(srcdir)/'`ahost.c; \
+	then mv -f "$(DEPDIR)/ahost-ahost.Tpo" "$(DEPDIR)/ahost-ahost.Po"; else rm -f "$(DEPDIR)/ahost-ahost.Tpo"; exit 1; fi
+#	source='ahost.c' object='ahost-ahost.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ahost.o `test -f 'ahost.c' || echo '$(srcdir)/'`ahost.c
+
+ahost-ahost.obj: ahost.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ahost.obj -MD -MP -MF "$(DEPDIR)/ahost-ahost.Tpo" -c -o ahost-ahost.obj `if test -f 'ahost.c'; then $(CYGPATH_W) 'ahost.c'; else $(CYGPATH_W) '$(srcdir)/ahost.c'; fi`; \
+	then mv -f "$(DEPDIR)/ahost-ahost.Tpo" "$(DEPDIR)/ahost-ahost.Po"; else rm -f "$(DEPDIR)/ahost-ahost.Tpo"; exit 1; fi
+#	source='ahost.c' object='ahost-ahost.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ahost.obj `if test -f 'ahost.c'; then $(CYGPATH_W) 'ahost.c'; else $(CYGPATH_W) '$(srcdir)/ahost.c'; fi`
+
+ahost-ares_getopt.o: ares_getopt.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_getopt.o -MD -MP -MF "$(DEPDIR)/ahost-ares_getopt.Tpo" -c -o ahost-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c; \
+	then mv -f "$(DEPDIR)/ahost-ares_getopt.Tpo" "$(DEPDIR)/ahost-ares_getopt.Po"; else rm -f "$(DEPDIR)/ahost-ares_getopt.Tpo"; exit 1; fi
+#	source='ares_getopt.c' object='ahost-ares_getopt.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c
+
+ahost-ares_getopt.obj: ares_getopt.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_getopt.obj -MD -MP -MF "$(DEPDIR)/ahost-ares_getopt.Tpo" -c -o ahost-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi`; \
+	then mv -f "$(DEPDIR)/ahost-ares_getopt.Tpo" "$(DEPDIR)/ahost-ares_getopt.Po"; else rm -f "$(DEPDIR)/ahost-ares_getopt.Tpo"; exit 1; fi
+#	source='ares_getopt.c' object='ahost-ares_getopt.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi`
+
+ahost-ares_strcasecmp.o: ares_strcasecmp.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_strcasecmp.o -MD -MP -MF "$(DEPDIR)/ahost-ares_strcasecmp.Tpo" -c -o ahost-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c; \
+	then mv -f "$(DEPDIR)/ahost-ares_strcasecmp.Tpo" "$(DEPDIR)/ahost-ares_strcasecmp.Po"; else rm -f "$(DEPDIR)/ahost-ares_strcasecmp.Tpo"; exit 1; fi
+#	source='ares_strcasecmp.c' object='ahost-ares_strcasecmp.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c
+
+ahost-ares_strcasecmp.obj: ares_strcasecmp.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_strcasecmp.obj -MD -MP -MF "$(DEPDIR)/ahost-ares_strcasecmp.Tpo" -c -o ahost-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi`; \
+	then mv -f "$(DEPDIR)/ahost-ares_strcasecmp.Tpo" "$(DEPDIR)/ahost-ares_strcasecmp.Po"; else rm -f "$(DEPDIR)/ahost-ares_strcasecmp.Tpo"; exit 1; fi
+#	source='ares_strcasecmp.c' object='ahost-ares_strcasecmp.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi`
+
+ahost-inet_net_pton.o: inet_net_pton.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-inet_net_pton.o -MD -MP -MF "$(DEPDIR)/ahost-inet_net_pton.Tpo" -c -o ahost-inet_net_pton.o `test -f 'inet_net_pton.c' || echo '$(srcdir)/'`inet_net_pton.c; \
+	then mv -f "$(DEPDIR)/ahost-inet_net_pton.Tpo" "$(DEPDIR)/ahost-inet_net_pton.Po"; else rm -f "$(DEPDIR)/ahost-inet_net_pton.Tpo"; exit 1; fi
+#	source='inet_net_pton.c' object='ahost-inet_net_pton.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-inet_net_pton.o `test -f 'inet_net_pton.c' || echo '$(srcdir)/'`inet_net_pton.c
+
+ahost-inet_net_pton.obj: inet_net_pton.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-inet_net_pton.obj -MD -MP -MF "$(DEPDIR)/ahost-inet_net_pton.Tpo" -c -o ahost-inet_net_pton.obj `if test -f 'inet_net_pton.c'; then $(CYGPATH_W) 'inet_net_pton.c'; else $(CYGPATH_W) '$(srcdir)/inet_net_pton.c'; fi`; \
+	then mv -f "$(DEPDIR)/ahost-inet_net_pton.Tpo" "$(DEPDIR)/ahost-inet_net_pton.Po"; else rm -f "$(DEPDIR)/ahost-inet_net_pton.Tpo"; exit 1; fi
+#	source='inet_net_pton.c' object='ahost-inet_net_pton.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-inet_net_pton.obj `if test -f 'inet_net_pton.c'; then $(CYGPATH_W) 'inet_net_pton.c'; else $(CYGPATH_W) '$(srcdir)/inet_net_pton.c'; fi`
+
+ahost-inet_ntop.o: inet_ntop.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-inet_ntop.o -MD -MP -MF "$(DEPDIR)/ahost-inet_ntop.Tpo" -c -o ahost-inet_ntop.o `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c; \
+	then mv -f "$(DEPDIR)/ahost-inet_ntop.Tpo" "$(DEPDIR)/ahost-inet_ntop.Po"; else rm -f "$(DEPDIR)/ahost-inet_ntop.Tpo"; exit 1; fi
+#	source='inet_ntop.c' object='ahost-inet_ntop.o' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-inet_ntop.o `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c
+
+ahost-inet_ntop.obj: inet_ntop.c
+	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-inet_ntop.obj -MD -MP -MF "$(DEPDIR)/ahost-inet_ntop.Tpo" -c -o ahost-inet_ntop.obj `if test -f 'inet_ntop.c'; then $(CYGPATH_W) 'inet_ntop.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop.c'; fi`; \
+	then mv -f "$(DEPDIR)/ahost-inet_ntop.Tpo" "$(DEPDIR)/ahost-inet_ntop.Po"; else rm -f "$(DEPDIR)/ahost-inet_ntop.Tpo"; exit 1; fi
+#	source='inet_ntop.c' object='ahost-inet_ntop.obj' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-inet_ntop.obj `if test -f 'inet_ntop.c'; then $(CYGPATH_W) 'inet_ntop.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop.c'; fi`
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
+
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
+install-man3: $(man3_MANS) $(man_MANS)
+	@$(NORMAL_INSTALL)
+	test -z "$(man3dir)" || $(mkdir_p) "$(DESTDIR)$(man3dir)"
+	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
+	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+	for i in $$l2; do \
+	  case "$$i" in \
+	    *.3*) list="$$list $$i" ;; \
+	  esac; \
+	done; \
+	for i in $$list; do \
+	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
+	  else file=$$i; fi; \
+	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+	  case "$$ext" in \
+	    3*) ;; \
+	    *) ext='3' ;; \
+	  esac; \
+	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
+	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
+	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \
+	done
+uninstall-man3:
+	@$(NORMAL_UNINSTALL)
+	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
+	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+	for i in $$l2; do \
+	  case "$$i" in \
+	    *.3*) list="$$list $$i" ;; \
+	  esac; \
+	done; \
+	for i in $$list; do \
+	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+	  case "$$ext" in \
+	    3*) ;; \
+	    *) ext='3' ;; \
+	  esac; \
+	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
+	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+	  echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
+	  rm -f "$(DESTDIR)$(man3dir)/$$inst"; \
+	done
+install-pkgconfigDATA: $(pkgconfig_DATA)
+	@$(NORMAL_INSTALL)
+	test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
+	@list='$(pkgconfig_DATA)'; for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
+	  $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
+	done
+
+uninstall-pkgconfigDATA:
+	@$(NORMAL_UNINSTALL)
+	@list='$(pkgconfig_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
+	done
+install-libcares_laHEADERS: $(libcares_la_HEADERS)
+	@$(NORMAL_INSTALL)
+	test -z "$(libcares_ladir)" || $(mkdir_p) "$(DESTDIR)$(libcares_ladir)"
+	@list='$(libcares_la_HEADERS)'; for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(libcares_laHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libcares_ladir)/$$f'"; \
+	  $(libcares_laHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libcares_ladir)/$$f"; \
+	done
+
+uninstall-libcares_laHEADERS:
+	@$(NORMAL_UNINSTALL)
+	@list='$(libcares_la_HEADERS)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(libcares_ladir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(libcares_ladir)/$$f"; \
+	done
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '    { files[$$0] = 1; } \
+	       END { for (i in files) print i; }'`; \
+	mkid -fID $$unique
+tags: TAGS
+
+TAGS:  $(HEADERS) $(SOURCES) ares_config.h.in ares_build.h.in $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	list='$(SOURCES) $(HEADERS) ares_config.h.in ares_build.h.in $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '    { files[$$0] = 1; } \
+	       END { for (i in files) print i; }'`; \
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES) ares_config.h.in ares_build.h.in $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	list='$(SOURCES) $(HEADERS) ares_config.h.in ares_build.h.in $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '    { files[$$0] = 1; } \
+	       END { for (i in files) print i; }'`; \
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
+
+distclean-tags:
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+	$(am__remove_distdir)
+	mkdir $(distdir)
+	$(mkdir_p) $(distdir)/. $(distdir)/m4 $(distdir)/vc $(distdir)/vc/acountry $(distdir)/vc/adig $(distdir)/vc/ahost $(distdir)/vc/cares
+	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
+	list='$(DISTFILES)'; for file in $$list; do \
+	  case $$file in \
+	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
+	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
+	  esac; \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+	    dir="/$$dir"; \
+	    $(mkdir_p) "$(distdir)$$dir"; \
+	  else \
+	    dir=''; \
+	  fi; \
+	  if test -d $$d/$$file; then \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+	  else \
+	    test -f $(distdir)/$$file \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
+	  fi; \
+	done
+	$(MAKE) $(AM_MAKEFLAGS) \
+	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
+	  dist-hook
+	-find "$(distdir)" -type d ! -perm -755 \
+		-exec chmod u+rwx,go+rx {} \; -o \
+	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
+	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
+	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
+	|| chmod -R a+r $(distdir)
+dist-gzip: distdir
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+	$(am__remove_distdir)
+
+dist-bzip2: distdir
+	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
+	$(am__remove_distdir)
+
+dist-tarZ: distdir
+	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
+	$(am__remove_distdir)
+
+dist-shar: distdir
+	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+	$(am__remove_distdir)
+
+dist-zip: distdir
+	-rm -f $(distdir).zip
+	zip -rq $(distdir).zip $(distdir)
+	$(am__remove_distdir)
+
+dist dist-all: distdir
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+	$(am__remove_distdir)
+
+# This target untars the dist file and tries a VPATH configuration.  Then
+# it guarantees that the distribution is self-contained by making another
+# tarfile.
+distcheck: dist
+	case '$(DIST_ARCHIVES)' in \
+	*.tar.gz*) \
+	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
+	*.tar.bz2*) \
+	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
+	*.tar.Z*) \
+	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
+	*.shar.gz*) \
+	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
+	*.zip*) \
+	  unzip $(distdir).zip ;;\
+	esac
+	chmod -R a-w $(distdir); chmod a+w $(distdir)
+	mkdir $(distdir)/_build
+	mkdir $(distdir)/_inst
+	chmod a-w $(distdir)
+	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
+	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
+	  && cd $(distdir)/_build \
+	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+	    $(DISTCHECK_CONFIGURE_FLAGS) \
+	  && $(MAKE) $(AM_MAKEFLAGS) \
+	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
+	  && $(MAKE) $(AM_MAKEFLAGS) check \
+	  && $(MAKE) $(AM_MAKEFLAGS) install \
+	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
+	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
+	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
+	        distuninstallcheck \
+	  && chmod -R a-w "$$dc_install_base" \
+	  && ({ \
+	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
+	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
+	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
+	  && rm -rf "$$dc_destdir" \
+	  && $(MAKE) $(AM_MAKEFLAGS) dist \
+	  && rm -rf $(DIST_ARCHIVES) \
+	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
+	$(am__remove_distdir)
+	@(echo "$(distdir) archives ready for distribution: "; \
+	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
+	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
+distuninstallcheck:
+	@cd $(distuninstallcheck_dir) \
+	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
+	   || { echo "ERROR: files left after uninstall:" ; \
+	        if test -n "$(DESTDIR)"; then \
+	          echo "  (check DESTDIR support)"; \
+	        fi ; \
+	        $(distuninstallcheck_listfiles) ; \
+	        exit 1; } >&2
+distcleancheck: distclean
+	@if test '$(srcdir)' = . ; then \
+	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
+	  exit 1 ; \
+	fi
+	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
+	  || { echo "ERROR: files left in build directory after distclean:" ; \
+	       $(distcleancheck_listfiles) ; \
+	       exit 1; } >&2
+check-am: all-am
+check: check-am
+all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) \
+		ares_config.h ares_build.h
+installdirs:
+	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libcares_ladir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
+	clean-noinstPROGRAMS mostlyclean-am
+
+distclean: distclean-am
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+	-rm -rf ./$(DEPDIR)
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-hdr distclean-libtool distclean-tags
+
+dvi: dvi-am
+
+dvi-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-libcares_laHEADERS install-man \
+	install-pkgconfigDATA
+
+install-exec-am: install-libLTLIBRARIES
+
+install-info: install-info-am
+
+install-man: install-man3
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+	-rm -rf $(top_srcdir)/autom4te.cache
+	-rm -rf ./$(DEPDIR)
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
+	uninstall-libcares_laHEADERS uninstall-man \
+	uninstall-pkgconfigDATA
+
+uninstall-man: uninstall-man3
+
+.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
+	clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
+	clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \
+	dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
+	distclean-compile distclean-generic distclean-hdr \
+	distclean-libtool distclean-tags distcleancheck distdir \
+	distuninstallcheck dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-exec \
+	install-exec-am install-info install-info-am \
+	install-libLTLIBRARIES install-libcares_laHEADERS install-man \
+	install-man3 install-pkgconfigDATA install-strip installcheck \
+	installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	tags uninstall uninstall-am uninstall-info-am \
+	uninstall-libLTLIBRARIES uninstall-libcares_laHEADERS \
+	uninstall-man uninstall-man3 uninstall-pkgconfigDATA
+
+
+clean-local: clean-sourced-manpages
+
+clean-sourced-manpages:
+	@srcdmandir='$(SOURCEDMANDIR)'; \
+	echo "rm -rf $(top_builddir)/$$srcdmandir"; \
+	rm -rf $(top_builddir)/$$srcdmandir
+
+sourced-manpages: clean-sourced-manpages
+	@srcdmandir='$(SOURCEDMANDIR)'; \
+	srcdmanfiles='$(SOURCEDMANPAGES)'; \
+	mkdir $(top_builddir)/$$srcdmandir; \
+	for file in $$srcdmanfiles; do \
+	  if test -f $(top_srcdir)/$$file; then \
+	    echo "cp $(top_srcdir)/$$file $(top_builddir)/$$srcdmandir/$$file"; \
+	    cp $(top_srcdir)/$$file $(top_builddir)/$$srcdmandir/$$file; \
+	  fi; \
+	done
+
+html: sourced-manpages $(HTMLPAGES)
+
+.3.html:
+	$(MAN2HTML)
+
+pdf: sourced-manpages $(PDFPAGES)
+
+.3.pdf:
+	@(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
+	groff -Tps -man $< >$$foo.ps; \
+	ps2pdf $$foo.ps $@; \
+	rm $$foo.ps; \
+	echo "converted $< to $@")
+
+# Make files named *.dist replace the file without .dist extension
+dist-hook:
+	find $(distdir) -name "*.dist" -exec rm {} \;
+	(distit=`find $(srcdir) -name "*.dist"`; \
+	for file in $$distit; do \
+	  strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
+	  cp $$file $(distdir)$$strip; \
+	done)
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
blob - /dev/null
blob + 643155d19d8c11dad6b6867385abe08f267da814 (mode 644)
--- /dev/null
+++ src/c-ares/Makefile.Watcom
@@ -0,0 +1,169 @@
+#
+#  Watcom / OpenWatcom / Win32 makefile for cares.
+#  Quick hack by Guenter; comments to: /dev/nul
+#
+
+!ifndef %watcom
+!error WATCOM environment variable not set!
+!else
+SYS_INCL = -I$(%watcom)\h\nt -I$(%watcom)\h
+SYS_LIBS = $(%watcom)\lib386\nt;$(%watcom)\lib386
+!endif
+
+!ifdef %libname
+LIBNAME = $(%libname)
+!else
+LIBNAME	= cares
+!endif
+TARGETS = $(LIBNAME).dll $(LIBNAME)_imp.lib $(LIBNAME).lib
+DEMOS   = adig.exe ahost.exe acountry.exe
+
+CC = wcc386
+LD = wlink
+AR = wlib
+RC = wrc
+
+!ifdef __LOADDLL__
+!  loaddll wcc386  wccd386
+!  loaddll wpp386  wppd386
+!  loaddll wlib    wlibd
+!endif
+
+!if $(__VERSION__) < 1250
+RM = del /q /f 2>NUL
+!else
+RM = rm -f
+!endif
+MD = mkdir
+RD = rmdir /q /s 2>NUL
+CP = copy
+
+CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -zc -s -fr=con -w2 -fpi -oilrtfm &
+         -wcd=201 -bt=nt -d+ -dWIN32 -dCARES_BUILDING_LIBRARY           &
+         -dNTDDI_VERSION=0x05000100 -I. $(SYS_INCL)
+
+LFLAGS = option quiet, map, caseexact, eliminate
+
+!ifdef %debug
+DEBUG  = -dDEBUG=1 -dDEBUGBUILD
+CFLAGS += -d3 $(DEBUG)
+LFLAGS += debug all
+!else
+CFLAGS += -d0
+!endif
+
+!ifdef %use_ipv6
+CFLAGS += -d_WIN32_WINNT=0x0501 -dENABLE_IPV6
+!endif
+
+#
+# Change to suite.
+#
+!ifdef %use_watt32
+CFLAGS += -dUSE_WATT32 -I$(%watt_root)\inc
+!endif
+
+OBJ_BASE = WC_Win32.obj
+LINK_ARG = $(OBJ_BASE)\dyn\wlink.arg
+LIB_ARG  = $(OBJ_BASE)\stat\wlib.arg
+
+# In order to process Makefile.inc wmake must be called with -u switch!
+!ifneq __MAKEOPTS__ -u
+!error You MUST call wmake with the -u switch!
+!else
+!include Makefile.inc
+!endif
+
+OBJS = $(CSOURCES:.c=.obj)
+OBJS = $OBJ_DIR\$(OBJS: = $OBJ_DIR\)
+
+#
+# Use $(OBJS) as a template to generate $(OBJS_STAT) and $(OBJS_DYN).
+#
+OBJ_DIR    = $(OBJ_BASE)\stat
+OBJS_STAT  = $+ $(OBJS) $-
+
+OBJ_DIR    = $(OBJ_BASE)\dyn
+OBJS_DYN   = $+ $(OBJS) $-
+
+ARESBUILDH = ares_build.h
+RESOURCE   = $(OBJ_BASE)\dyn\cares.res
+
+all: $(ARESBUILDH) $(OBJ_BASE) $(TARGETS) .SYMBOLIC
+	@echo Welcome to cares
+
+demos: all $(DEMOS) .SYMBOLIC
+	@echo Welcome to cares-demos
+
+$(OBJ_BASE):
+	-$(MD) $^@
+	-$(MD) $^@\stat
+	-$(MD) $^@\dyn
+	-$(MD) $^@\demos
+
+$(ARESBUILDH): .EXISTSONLY
+	$(CP) $^@.dist $^@
+
+$(LIBNAME).dll: $(OBJS_DYN) $(RESOURCE) $(LINK_ARG)
+	$(LD) name $^@ @$]@
+
+$(LIBNAME).lib: $(OBJS_STAT) $(LIB_ARG)
+	$(AR) -q -b -c $^@ @$]@
+
+adig.exe: $(OBJ_BASE)\demos\adig.obj $(OBJ_BASE)\demos\ares_getopt.obj $(LIBNAME).lib
+	$(LD) name $^@ system nt $(LFLAGS) file { $[@ $(OBJ_BASE)\demos\ares_getopt.obj } library $]@, ws2_32.lib
+
+ahost.exe: $(OBJ_BASE)\demos\ahost.obj $(OBJ_BASE)\demos\ares_getopt.obj $(LIBNAME).lib
+	$(LD) name $^@ system nt $(LFLAGS) file { $[@ $(OBJ_BASE)\demos\ares_getopt.obj } library $]@, ws2_32.lib
+
+acountry.exe: $(OBJ_BASE)\demos\acountry.obj $(OBJ_BASE)\demos\ares_getopt.obj $(LIBNAME).lib
+	$(LD) name $^@ system nt $(LFLAGS) file { $[@ $(OBJ_BASE)\demos\ares_getopt.obj } library $]@, ws2_32.lib
+
+clean: .SYMBOLIC
+	-$(RM) $(OBJS_STAT)
+	-$(RM) $(OBJS_DYN)
+	-$(RM) $(RESOURCE) $(LINK_ARG) $(LIB_ARG)
+
+vclean realclean: clean .SYMBOLIC
+	-$(RM) $(TARGETS) $(LIBNAME).map
+	-$(RM) $(DEMOS) $(DEMOS:.exe=.map)
+	-$(RD) $(OBJ_BASE)\stat
+	-$(RD) $(OBJ_BASE)\dyn
+	-$(RD) $(OBJ_BASE)\demos
+	-$(RD) $(OBJ_BASE)
+
+.ERASE
+$(RESOURCE): cares.rc .AUTODEPEND
+	$(RC) $(DEBUG) -q -r -zm -I..\include $(SYS_INCL) $[@ -fo=$^@
+
+.ERASE
+.c{$(OBJ_BASE)\dyn}.obj:
+	$(CC) $(CFLAGS) -bd $[@ -fo=$^@
+
+.ERASE
+.c{$(OBJ_BASE)\stat}.obj:
+	$(CC) $(CFLAGS) -DCARES_STATICLIB $[@ -fo=$^@
+
+.ERASE
+.c{$(OBJ_BASE)\demos}.obj:
+	$(CC) $(CFLAGS) -DCARES_STATICLIB $[@ -fo=$^@
+
+$(LINK_ARG): $(__MAKEFILES__)
+	%create $^@
+	@%append $^@ system nt dll
+	@%append $^@ file { $(OBJS_DYN) }
+	@%append $^@ option res=$(RESOURCE), implib=$(LIBNAME)_imp.lib 
+	@%append $^@ $(LFLAGS)
+	@%append $^@ libpath $(SYS_LIBS)
+#	@%append $^@ library clib3r.lib
+!ifdef %use_watt32
+	@%append $^@ library $(%watt_root)\lib\wattcpw_imp.lib
+!else
+	@%append $^@ library ws2_32.lib
+!endif
+
+$(LIB_ARG): $(__MAKEFILES__)
+	%create $^@
+	@for %f in ($(OBJS_STAT)) do @%append $^@ +- %f
+
+
blob - /dev/null
blob + 69468ccfc7349003fd1cdf4d2bd4350593663ed6 (mode 644)
--- /dev/null
+++ src/c-ares/Makefile.am
@@ -0,0 +1,175 @@
+AUTOMAKE_OPTIONS = foreign nostdinc
+
+ACLOCAL_AMFLAGS = -I m4
+
+# Specify our include paths here, and do it relative to $(top_srcdir) and
+# $(top_builddir), to ensure that these paths which belong to the library
+# being currently built and tested are searched before the library which
+# might possibly already be installed in the system.
+#
+# When using the low-level hard-hacking memory leak tracking code from
+# libcurl the generated curl/curlbuild.h file must also be reachable.
+# Using the libcurl lowlevel code from within c-ares library is ugly and
+# only works when c-ares is built and linked with a similarly debug-build
+# libcurl, but we do this anyway for convenience.
+#
+# $(top_builddir)/../include/curl for generated curlbuild.h included from curl.h
+# $(top_builddir)/../include is for libcurl's generated curl/curlbuild.h file
+# $(top_srcdir)/../include is for libcurl's external include files
+# $(top_builddir)/../lib is for libcurl's generated lib/curl_config.h file
+# $(top_srcdir)/../lib is for libcurl's lib/setup.h and other "private" files
+# $(top_builddir) is for c-ares's generated ares_config.h file
+# $(top_srcdir) is for c-ares's ares_setup.h and other "c-ares-private" files
+
+if CURLDEBUG
+INCLUDES = -I$(top_builddir)/../include/curl \
+           -I$(top_builddir)/../include      \
+           -I$(top_srcdir)/../include        \
+           -I$(top_builddir)/../lib          \
+           -I$(top_srcdir)/../lib            \
+           -I$(top_builddir)                 \
+           -I$(top_srcdir)
+else
+INCLUDES = -I$(top_builddir) \
+           -I$(top_srcdir)
+endif
+
+lib_LTLIBRARIES = libcares.la
+
+man_MANS = $(MANPAGES)
+
+MSVCFILES = vc/vc6aws.dsw vc/acountry/vc6acountry.dsp vc/adig/vc6adig.dsp \
+ vc/ahost/vc6ahost.dsp vc/cares/vc6cares.dsp vc/cares/vc6cares.dsw
+
+if CURLDEBUG
+PROGS =
+else
+PROGS = ahost adig acountry
+endif
+
+noinst_PROGRAMS =$(PROGS)
+
+# adig and ahost are just sample programs and thus not mentioned with the
+# regular sources and headers
+EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj	   \
+ Makefile.m32 Makefile.netware Makefile.msvc Makefile.Watcom $(man_MANS)   \
+ config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz \
+ TODO ares_build.h.in $(PDFPAGES) cares.rc README.msvc $(MSVCFILES)	   \
+ $(CSOURCES) $(HHEADERS) config-dos.h
+
+CLEANFILES = $(PDFPAGES) $(HTMLPAGES)
+
+DISTCLEANFILES = ares_build.h
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libcares.pc
+
+VER=-version-info 2:0:0
+# This flag accepts an argument of the form current[:revision[:age]]. So,
+# passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
+# 1.
+#
+# If either revision or age are omitted, they default to 0. Also note that age
+# must be less than or equal to the current interface number.
+#
+# Here are a set of rules to help you update your library version information: 
+#
+# 1.Start with version information of 0:0:0 for each libtool library.
+#
+# 2.Update the version information only immediately before a public release of
+# your software. More frequent updates are unnecessary, and only guarantee
+# that the current interface number gets larger faster.
+#
+# 3.If the library source code has changed at all since the last update, then
+# increment revision (c:r+1:a)
+#
+# 4.If any interfaces have been added, removed, or changed since the last
+# update, increment current, and set revision to 0. (c+1:r=0:a)
+#
+# 5.If any interfaces have been added since the last public release, then
+# increment age. (c:r:a+1)
+#
+# 6.If any interfaces have been removed since the last public release, then
+# set age to 0. (c:r:a=0)
+#
+
+if NO_UNDEFINED
+# The -no-undefined flag is crucial for this to build fine on some platforms
+UNDEF = -no-undefined
+endif
+
+libcares_la_LDFLAGS = $(UNDEF) $(VER)
+
+# Add -Werror if defined
+CFLAGS += @CARES_CFLAG_EXTRAS@
+
+# Makefile.inc provides the CSOURCES and HHEADERS defines
+include Makefile.inc
+
+libcares_la_SOURCES = $(CSOURCES) $(HHEADERS)
+
+# where to install the c-ares headers
+libcares_ladir = $(includedir)
+# what headers to install on 'make install':
+libcares_la_HEADERS = ares.h ares_version.h ares_dns.h \
+	ares_build.h ares_rules.h
+
+ahost_SOURCES = ahost.c $(SAMPLESOURCES) $(SAMPLEHEADERS)
+ahost_LDADD = $(top_builddir)/libcares.la
+ahost_CFLAGS = $(AM_CFLAGS)
+
+adig_SOURCES = adig.c $(SAMPLESOURCES) $(SAMPLEHEADERS)
+adig_LDADD = $(top_builddir)/libcares.la
+adig_CFLAGS = $(AM_CFLAGS)
+
+acountry_SOURCES = acountry.c $(SAMPLESOURCES) $(SAMPLEHEADERS)
+acountry_LDADD = $(top_builddir)/libcares.la
+acountry_CFLAGS = $(AM_CFLAGS)
+
+SOURCEDMANDIR = man3
+SOURCEDMANPAGES = ares_init.3
+
+clean-local: clean-sourced-manpages
+
+clean-sourced-manpages:
+	@srcdmandir='$(SOURCEDMANDIR)'; \
+	echo "rm -rf $(top_builddir)/$$srcdmandir"; \
+	rm -rf $(top_builddir)/$$srcdmandir
+
+sourced-manpages: clean-sourced-manpages
+	@srcdmandir='$(SOURCEDMANDIR)'; \
+	srcdmanfiles='$(SOURCEDMANPAGES)'; \
+	mkdir $(top_builddir)/$$srcdmandir; \
+	for file in $$srcdmanfiles; do \
+	  if test -f $(top_srcdir)/$$file; then \
+	    echo "cp $(top_srcdir)/$$file $(top_builddir)/$$srcdmandir/$$file"; \
+	    cp $(top_srcdir)/$$file $(top_builddir)/$$srcdmandir/$$file; \
+	  fi; \
+	done
+
+MAN2HTML = roffit --mandir=. < $< >$@
+
+SUFFIXES = .3 .html
+
+html: sourced-manpages $(HTMLPAGES)
+
+.3.html:
+	$(MAN2HTML)
+
+pdf: sourced-manpages $(PDFPAGES)
+
+.3.pdf:
+	@(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
+	groff -Tps -man $< >$$foo.ps; \
+	ps2pdf $$foo.ps $@; \
+	rm $$foo.ps; \
+	echo "converted $< to $@")
+
+# Make files named *.dist replace the file without .dist extension
+dist-hook:
+	find $(distdir) -name "*.dist" -exec rm {} \;
+	(distit=`find $(srcdir) -name "*.dist"`; \
+	for file in $$distit; do \
+	  strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
+	  cp $$file $(distdir)$$strip; \
+	done)
blob - /dev/null
blob + 799611f02518d9f77e4b1952a2d24e97ab32449f (mode 644)
--- /dev/null
+++ src/c-ares/Makefile.dj
@@ -0,0 +1,85 @@
+#
+# c-ares Makefile for djgpp/gcc/Watt-32.
+#   By Gisle Vanem <gvanem@broadpark.no> 2004.
+#
+
+
+TOPDIR = ..
+
+DEPEND_PREREQ = ares_config.h
+
+include ../packages/DOS/common.dj
+include Makefile.inc
+
+CFLAGS += -DWATT32 -Dselect=select_s
+
+LDFLAGS = -s
+
+ifeq ($(USE_CURLDEBUG),1)
+  EX_LIBS  = ../lib/libcurl.a
+  OBJ_HACK = $(OBJECTS)
+else
+  OBJ_HACK = libcares.a
+endif
+
+ifeq ($(USE_SSL),1)
+  EX_LIBS += $(OPENSSL_ROOT)/lib/libssl.a $(OPENSSL_ROOT)/lib/libcrypt.a
+endif
+
+ifeq ($(USE_ZLIB),1)
+  EX_LIBS += $(ZLIB_ROOT)/libz.a
+endif
+
+ifeq ($(USE_IDNA),1)
+  EX_LIBS += $(LIBIDN_ROOT)/lib/dj_obj/libidn.a -liconv
+endif
+
+EX_LIBS += $(WATT32_ROOT)/lib/libwatt.a
+
+OBJECTS = $(addprefix $(OBJ_DIR)/, $(CSOURCES:.c=.o))
+
+all: $(OBJ_DIR) ares_config.h libcares.a ahost.exe adig.exe acountry.exe
+	@echo Welcome to c-ares.
+
+libcares.a: $(OBJECTS)
+	ar rs $@ $?
+
+ares_config.h: config-dos.h
+	$(COPY) $^ $@
+
+ahost.exe: ahost.c $(OBJ_DIR)/ares_getopt.o $(OBJ_HACK)
+	$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $^ $(EX_LIBS)
+
+adig.exe: adig.c $(OBJ_DIR)/ares_getopt.o $(OBJ_HACK)
+	$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $^ $(EX_LIBS)
+
+acountry.exe: acountry.c $(OBJ_DIR)/ares_getopt.o $(OBJ_HACK)
+	$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $^ $(EX_LIBS)
+
+# clean generated files
+#
+genclean:
+	- $(DELETE) ares_config.h
+
+# clean object files and subdir
+#
+objclean: genclean
+	- $(DELETE) $(OBJ_DIR)$(DS)*.o
+	- $(RMDIR) $(OBJ_DIR)
+
+# clean without removing built library and programs
+#
+clean: objclean
+	- $(DELETE) depend.dj
+
+# clean everything
+#
+realclean vclean: clean
+	- $(DELETE) libcares.a
+	- $(DELETE) acountry.exe
+	- $(DELETE) adig.exe
+	- $(DELETE) ahost.exe
+	- $(DELETE) libcares.a
+
+-include depend.dj
+
blob - /dev/null
blob + 5ef9ecafc0c8163e3fedf4984fba21774d778a7f (mode 644)
--- /dev/null
+++ src/c-ares/Makefile.in
@@ -0,0 +1,1401 @@
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+
+
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+top_builddir = .
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+INSTALL = @INSTALL@
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+noinst_PROGRAMS = $(am__EXEEXT_1)
+DIST_COMMON = README $(am__configure_deps) $(libcares_la_HEADERS) \
+	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+	$(srcdir)/Makefile.inc $(srcdir)/ares_build.h.in \
+	$(srcdir)/ares_config.h.in $(srcdir)/libcares.pc.in \
+	$(top_srcdir)/configure AUTHORS NEWS TODO compile config.guess \
+	config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
+subdir = .
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/m4/cares-compilers.m4 \
+	$(top_srcdir)/m4/cares-confopts.m4 \
+	$(top_srcdir)/m4/cares-functions.m4 \
+	$(top_srcdir)/m4/cares-override.m4 \
+	$(top_srcdir)/m4/cares-reentrant.m4 \
+	$(top_srcdir)/m4/cares-system.m4 $(top_srcdir)/m4/libtool.m4 \
+	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
+	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
+	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno configure.status.lineno
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ares_config.h ares_build.h
+CONFIG_CLEAN_FILES = libcares.pc
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \
+	"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libcares_ladir)"
+libLTLIBRARIES_INSTALL = $(INSTALL)
+LTLIBRARIES = $(lib_LTLIBRARIES)
+libcares_la_LIBADD =
+am__objects_1 = ares__close_sockets.lo ares__get_hostent.lo \
+	ares__read_line.lo ares__timeval.lo ares_cancel.lo \
+	ares_data.lo ares_destroy.lo ares_expand_name.lo \
+	ares_expand_string.lo ares_fds.lo ares_free_hostent.lo \
+	ares_free_string.lo ares_gethostbyaddr.lo \
+	ares_gethostbyname.lo ares_getnameinfo.lo ares_getsock.lo \
+	ares_init.lo ares_library_init.lo ares_llist.lo \
+	ares_mkquery.lo ares_nowarn.lo ares_options.lo \
+	ares_parse_a_reply.lo ares_parse_aaaa_reply.lo \
+	ares_parse_mx_reply.lo ares_parse_ns_reply.lo \
+	ares_parse_ptr_reply.lo ares_parse_srv_reply.lo \
+	ares_parse_txt_reply.lo ares_process.lo ares_query.lo \
+	ares_search.lo ares_send.lo ares_strcasecmp.lo ares_strdup.lo \
+	ares_strerror.lo ares_timeout.lo ares_version.lo \
+	ares_writev.lo bitncmp.lo inet_net_pton.lo inet_ntop.lo \
+	windows_port.lo
+am__objects_2 =
+am_libcares_la_OBJECTS = $(am__objects_1) $(am__objects_2)
+libcares_la_OBJECTS = $(am_libcares_la_OBJECTS)
+@CURLDEBUG_FALSE@am__EXEEXT_1 = ahost$(EXEEXT) adig$(EXEEXT) \
+@CURLDEBUG_FALSE@	acountry$(EXEEXT)
+PROGRAMS = $(noinst_PROGRAMS)
+am__objects_3 = acountry-ares_getopt.$(OBJEXT) \
+	acountry-ares_strcasecmp.$(OBJEXT) \
+	acountry-inet_net_pton.$(OBJEXT) acountry-inet_ntop.$(OBJEXT)
+am_acountry_OBJECTS = acountry-acountry.$(OBJEXT) $(am__objects_3) \
+	$(am__objects_2)
+acountry_OBJECTS = $(am_acountry_OBJECTS)
+acountry_DEPENDENCIES = $(top_builddir)/libcares.la
+am__objects_4 = adig-ares_getopt.$(OBJEXT) \
+	adig-ares_strcasecmp.$(OBJEXT) adig-inet_net_pton.$(OBJEXT) \
+	adig-inet_ntop.$(OBJEXT)
+am_adig_OBJECTS = adig-adig.$(OBJEXT) $(am__objects_4) \
+	$(am__objects_2)
+adig_OBJECTS = $(am_adig_OBJECTS)
+adig_DEPENDENCIES = $(top_builddir)/libcares.la
+am__objects_5 = ahost-ares_getopt.$(OBJEXT) \
+	ahost-ares_strcasecmp.$(OBJEXT) ahost-inet_net_pton.$(OBJEXT) \
+	ahost-inet_ntop.$(OBJEXT)
+am_ahost_OBJECTS = ahost-ahost.$(OBJEXT) $(am__objects_5) \
+	$(am__objects_2)
+ahost_OBJECTS = $(am_ahost_OBJECTS)
+ahost_DEPENDENCIES = $(top_builddir)/libcares.la
+DEFAULT_INCLUDES = 
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+am__depfiles_maybe = depfiles
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(libcares_la_SOURCES) $(acountry_SOURCES) $(adig_SOURCES) \
+	$(ahost_SOURCES)
+DIST_SOURCES = $(libcares_la_SOURCES) $(acountry_SOURCES) \
+	$(adig_SOURCES) $(ahost_SOURCES)
+man3dir = $(mandir)/man3
+NROFF = nroff
+MANS = $(man_MANS)
+pkgconfigDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(pkgconfig_DATA)
+libcares_laHEADERS_INSTALL = $(INSTALL_HEADER)
+HEADERS = $(libcares_la_HEADERS)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+distdir = $(PACKAGE)-$(VERSION)
+top_distdir = $(distdir)
+am__remove_distdir = \
+  { test ! -d $(distdir) \
+    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
+         && rm -fr $(distdir); }; }
+DIST_ARCHIVES = $(distdir).tar.gz
+GZIP_ENV = --best
+distuninstallcheck_listfiles = find . -type f -print
+distcleancheck_listfiles = find . -type f -print
+ACLOCAL = @ACLOCAL@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
+AR = @AR@
+AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CARES_CFLAG_EXTRAS = @CARES_CFLAG_EXTRAS@
+CARES_PRIVATE_LIBS = @CARES_PRIVATE_LIBS@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+
+# Add -Werror if defined
+CFLAGS = @CFLAGS@ @CARES_CFLAG_EXTRAS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CURLDEBUG_FALSE = @CURLDEBUG_FALSE@
+CURLDEBUG_TRUE = @CURLDEBUG_TRUE@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DLLTOOL = @DLLTOOL@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+FGREP = @FGREP@
+GREP = @GREP@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+NMEDIT = @NMEDIT@
+NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
+NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH = @PATH@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+RANDOM_FILE = @RANDOM_FILE@
+RANLIB = @RANLIB@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+VERSION = @VERSION@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+AUTOMAKE_OPTIONS = foreign nostdinc
+ACLOCAL_AMFLAGS = -I m4
+@CURLDEBUG_FALSE@INCLUDES = -I$(top_builddir) \
+@CURLDEBUG_FALSE@           -I$(top_srcdir)
+
+
+# Specify our include paths here, and do it relative to $(top_srcdir) and
+# $(top_builddir), to ensure that these paths which belong to the library
+# being currently built and tested are searched before the library which
+# might possibly already be installed in the system.
+#
+# When using the low-level hard-hacking memory leak tracking code from
+# libcurl the generated curl/curlbuild.h file must also be reachable.
+# Using the libcurl lowlevel code from within c-ares library is ugly and
+# only works when c-ares is built and linked with a similarly debug-build
+# libcurl, but we do this anyway for convenience.
+#
+# $(top_builddir)/../include/curl for generated curlbuild.h included from curl.h
+# $(top_builddir)/../include is for libcurl's generated curl/curlbuild.h file
+# $(top_srcdir)/../include is for libcurl's external include files
+# $(top_builddir)/../lib is for libcurl's generated lib/curl_config.h file
+# $(top_srcdir)/../lib is for libcurl's lib/setup.h and other "private" files
+# $(top_builddir) is for c-ares's generated ares_config.h file
+# $(top_srcdir) is for c-ares's ares_setup.h and other "c-ares-private" files
+@CURLDEBUG_TRUE@INCLUDES = -I$(top_builddir)/../include/curl \
+@CURLDEBUG_TRUE@           -I$(top_builddir)/../include      \
+@CURLDEBUG_TRUE@           -I$(top_srcdir)/../include        \
+@CURLDEBUG_TRUE@           -I$(top_builddir)/../lib          \
+@CURLDEBUG_TRUE@           -I$(top_srcdir)/../lib            \
+@CURLDEBUG_TRUE@           -I$(top_builddir)                 \
+@CURLDEBUG_TRUE@           -I$(top_srcdir)
+
+lib_LTLIBRARIES = libcares.la
+man_MANS = $(MANPAGES)
+MSVCFILES = vc/vc6aws.dsw vc/acountry/vc6acountry.dsp vc/adig/vc6adig.dsp \
+ vc/ahost/vc6ahost.dsp vc/cares/vc6cares.dsp vc/cares/vc6cares.dsw
+
+@CURLDEBUG_FALSE@PROGS = ahost adig acountry
+@CURLDEBUG_TRUE@PROGS = 
+
+# adig and ahost are just sample programs and thus not mentioned with the
+# regular sources and headers
+EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj	   \
+ Makefile.m32 Makefile.netware Makefile.msvc Makefile.Watcom $(man_MANS)   \
+ config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz \
+ TODO ares_build.h.in $(PDFPAGES) cares.rc README.msvc $(MSVCFILES)	   \
+ $(CSOURCES) $(HHEADERS) config-dos.h
+
+CLEANFILES = $(PDFPAGES) $(HTMLPAGES)
+DISTCLEANFILES = ares_build.h
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libcares.pc
+VER = -version-info 2:0:0
+# This flag accepts an argument of the form current[:revision[:age]]. So,
+# passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
+# 1.
+#
+# If either revision or age are omitted, they default to 0. Also note that age
+# must be less than or equal to the current interface number.
+#
+# Here are a set of rules to help you update your library version information: 
+#
+# 1.Start with version information of 0:0:0 for each libtool library.
+#
+# 2.Update the version information only immediately before a public release of
+# your software. More frequent updates are unnecessary, and only guarantee
+# that the current interface number gets larger faster.
+#
+# 3.If the library source code has changed at all since the last update, then
+# increment revision (c:r+1:a)
+#
+# 4.If any interfaces have been added, removed, or changed since the last
+# update, increment current, and set revision to 0. (c+1:r=0:a)
+#
+# 5.If any interfaces have been added since the last public release, then
+# increment age. (c:r:a+1)
+#
+# 6.If any interfaces have been removed since the last public release, then
+# set age to 0. (c:r:a=0)
+#
+
+# The -no-undefined flag is crucial for this to build fine on some platforms
+@NO_UNDEFINED_TRUE@UNDEF = -no-undefined
+libcares_la_LDFLAGS = $(UNDEF) $(VER)
+CSOURCES = ares__close_sockets.c	\
+  ares__get_hostent.c			\
+  ares__read_line.c			\
+  ares__timeval.c			\
+  ares_cancel.c				\
+  ares_data.c				\
+  ares_destroy.c			\
+  ares_expand_name.c			\
+  ares_expand_string.c			\
+  ares_fds.c				\
+  ares_free_hostent.c			\
+  ares_free_string.c			\
+  ares_gethostbyaddr.c			\
+  ares_gethostbyname.c			\
+  ares_getnameinfo.c			\
+  ares_getsock.c			\
+  ares_init.c				\
+  ares_library_init.c			\
+  ares_llist.c				\
+  ares_mkquery.c			\
+  ares_nowarn.c				\
+  ares_options.c			\
+  ares_parse_a_reply.c			\
+  ares_parse_aaaa_reply.c		\
+  ares_parse_mx_reply.c			\
+  ares_parse_ns_reply.c			\
+  ares_parse_ptr_reply.c		\
+  ares_parse_srv_reply.c		\
+  ares_parse_txt_reply.c		\
+  ares_process.c			\
+  ares_query.c				\
+  ares_search.c				\
+  ares_send.c				\
+  ares_strcasecmp.c			\
+  ares_strdup.c				\
+  ares_strerror.c			\
+  ares_timeout.c			\
+  ares_version.c			\
+  ares_writev.c				\
+  bitncmp.c				\
+  inet_net_pton.c			\
+  inet_ntop.c				\
+  windows_port.c
+
+HHEADERS = ares.h			\
+  ares_build.h				\
+  ares_data.h				\
+  ares_dns.h				\
+  ares_ipv6.h				\
+  ares_library_init.h			\
+  ares_llist.h				\
+  ares_nowarn.h				\
+  ares_private.h			\
+  ares_rules.h				\
+  ares_strcasecmp.h			\
+  ares_strdup.h				\
+  ares_version.h			\
+  ares_writev.h				\
+  bitncmp.h				\
+  inet_net_pton.h			\
+  inet_ntop.h				\
+  nameser.h				\
+  ares_setup.h				\
+  setup_once.h
+
+MANPAGES = ares_cancel.3		\
+  ares_destroy.3			\
+  ares_destroy_options.3		\
+  ares_dup.3				\
+  ares_expand_name.3			\
+  ares_expand_string.3			\
+  ares_fds.3				\
+  ares_free_data.3			\
+  ares_free_hostent.3			\
+  ares_free_string.3			\
+  ares_get_servers.3			\
+  ares_gethostbyaddr.3			\
+  ares_gethostbyname.3			\
+  ares_gethostbyname_file.3		\
+  ares_getnameinfo.3			\
+  ares_getsock.3			\
+  ares_init.3				\
+  ares_init_options.3			\
+  ares_library_cleanup.3		\
+  ares_library_init.3			\
+  ares_mkquery.3			\
+  ares_parse_a_reply.3			\
+  ares_parse_aaaa_reply.3		\
+  ares_parse_mx_reply.3			\
+  ares_parse_ns_reply.3			\
+  ares_parse_ptr_reply.3		\
+  ares_parse_srv_reply.3		\
+  ares_parse_txt_reply.3		\
+  ares_process.3			\
+  ares_query.3				\
+  ares_save_options.3			\
+  ares_search.3				\
+  ares_send.3				\
+  ares_set_servers.3			\
+  ares_set_socket_callback.3		\
+  ares_strerror.3			\
+  ares_timeout.3			\
+  ares_version.3
+
+HTMLPAGES = ares_cancel.html		\
+  ares_destroy.html			\
+  ares_destroy_options.html		\
+  ares_dup.html				\
+  ares_expand_name.html			\
+  ares_expand_string.html		\
+  ares_fds.html				\
+  ares_free_data.html			\
+  ares_free_hostent.html		\
+  ares_free_string.html			\
+  ares_get_servers.html			\
+  ares_gethostbyaddr.html		\
+  ares_gethostbyname.html		\
+  ares_gethostbyname_file.html		\
+  ares_getnameinfo.html			\
+  ares_getsock.html			\
+  ares_init.html			\
+  ares_init_options.html		\
+  ares_library_cleanup.html		\
+  ares_library_init.html		\
+  ares_mkquery.html			\
+  ares_parse_a_reply.html		\
+  ares_parse_aaaa_reply.html		\
+  ares_parse_mx_reply.html		\
+  ares_parse_ns_reply.html		\
+  ares_parse_ptr_reply.html		\
+  ares_parse_srv_reply.html		\
+  ares_parse_txt_reply.html		\
+  ares_process.html			\
+  ares_query.html			\
+  ares_save_options.html		\
+  ares_search.html			\
+  ares_send.html			\
+  ares_set_servers.html			\
+  ares_set_socket_callback.html		\
+  ares_strerror.html			\
+  ares_timeout.html			\
+  ares_version.html
+
+PDFPAGES = ares_cancel.pdf		\
+  ares_destroy.pdf			\
+  ares_destroy_options.pdf		\
+  ares_dup.pdf				\
+  ares_expand_name.pdf			\
+  ares_expand_string.pdf		\
+  ares_fds.pdf				\
+  ares_free_data.pdf			\
+  ares_free_hostent.pdf			\
+  ares_free_string.pdf			\
+  ares_get_servers.pdf			\
+  ares_gethostbyaddr.pdf		\
+  ares_gethostbyname.pdf		\
+  ares_gethostbyname_file.pdf		\
+  ares_getnameinfo.pdf			\
+  ares_getsock.pdf			\
+  ares_init.pdf				\
+  ares_init_options.pdf			\
+  ares_library_cleanup.pdf		\
+  ares_library_init.pdf			\
+  ares_mkquery.pdf			\
+  ares_parse_a_reply.pdf		\
+  ares_parse_aaaa_reply.pdf		\
+  ares_parse_mx_reply.pdf		\
+  ares_parse_ns_reply.pdf		\
+  ares_parse_ptr_reply.pdf		\
+  ares_parse_srv_reply.pdf		\
+  ares_parse_txt_reply.pdf		\
+  ares_process.pdf			\
+  ares_query.pdf			\
+  ares_save_options.pdf			\
+  ares_search.pdf			\
+  ares_send.pdf				\
+  ares_set_servers.pdf			\
+  ares_set_socket_callback.pdf		\
+  ares_strerror.pdf			\
+  ares_timeout.pdf			\
+  ares_version.pdf
+
+SAMPLESOURCES = ares_getopt.c		\
+  ares_strcasecmp.c			\
+  inet_net_pton.c			\
+  inet_ntop.c
+
+SAMPLEHEADERS = ares_getopt.h		\
+  ares_strcasecmp.h			\
+  inet_net_pton.h			\
+  inet_ntop.h
+
+
+# Makefile.inc provides the CSOURCES and HHEADERS defines
+libcares_la_SOURCES = $(CSOURCES) $(HHEADERS)
+
+# where to install the c-ares headers
+libcares_ladir = $(includedir)
+# what headers to install on 'make install':
+libcares_la_HEADERS = ares.h ares_version.h ares_dns.h \
+	ares_build.h ares_rules.h
+
+ahost_SOURCES = ahost.c $(SAMPLESOURCES) $(SAMPLEHEADERS)
+ahost_LDADD = $(top_builddir)/libcares.la
+ahost_CFLAGS = $(AM_CFLAGS)
+adig_SOURCES = adig.c $(SAMPLESOURCES) $(SAMPLEHEADERS)
+adig_LDADD = $(top_builddir)/libcares.la
+adig_CFLAGS = $(AM_CFLAGS)
+acountry_SOURCES = acountry.c $(SAMPLESOURCES) $(SAMPLEHEADERS)
+acountry_LDADD = $(top_builddir)/libcares.la
+acountry_CFLAGS = $(AM_CFLAGS)
+SOURCEDMANDIR = man3
+SOURCEDMANPAGES = ares_init.3
+MAN2HTML = roffit --mandir=. < $< >$@
+SUFFIXES = .3 .html
+all: ares_config.h ares_build.h
+	$(MAKE) $(AM_MAKEFLAGS) all-am
+
+.SUFFIXES:
+.SUFFIXES: .3 .html .c .lo .o .obj .pdf
+am--refresh:
+	@:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
+	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --foreign  Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    echo ' $(SHELL) ./config.status'; \
+	    $(SHELL) ./config.status;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	$(SHELL) ./config.status --recheck
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+	cd $(srcdir) && $(AUTOCONF)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+
+ares_config.h: stamp-h1
+	@if test ! -f $@; then \
+	  rm -f stamp-h1; \
+	  $(MAKE) stamp-h1; \
+	else :; fi
+
+stamp-h1: $(srcdir)/ares_config.h.in $(top_builddir)/config.status
+	@rm -f stamp-h1
+	cd $(top_builddir) && $(SHELL) ./config.status ares_config.h
+$(srcdir)/ares_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
+	cd $(top_srcdir) && $(AUTOHEADER)
+	rm -f stamp-h1
+	touch $@
+
+ares_build.h: stamp-h2
+	@if test ! -f $@; then \
+	  rm -f stamp-h2; \
+	  $(MAKE) stamp-h2; \
+	else :; fi
+
+stamp-h2: $(srcdir)/ares_build.h.in $(top_builddir)/config.status
+	@rm -f stamp-h2
+	cd $(top_builddir) && $(SHELL) ./config.status ares_build.h
+
+distclean-hdr:
+	-rm -f ares_config.h stamp-h1 ares_build.h stamp-h2
+libcares.pc: $(top_builddir)/config.status $(srcdir)/libcares.pc.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+	@$(NORMAL_INSTALL)
+	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+	  if test -f $$p; then \
+	    f=$(am__strip_dir) \
+	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
+	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+	  else :; fi; \
+	done
+
+uninstall-libLTLIBRARIES:
+	@$(NORMAL_UNINSTALL)
+	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+	  p=$(am__strip_dir) \
+	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
+	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+	done
+
+clean-libLTLIBRARIES:
+	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+	  test "$$dir" != "$$p" || dir=.; \
+	  echo "rm -f \"$${dir}/so_locations\""; \
+	  rm -f "$${dir}/so_locations"; \
+	done
+libcares.la: $(libcares_la_OBJECTS) $(libcares_la_DEPENDENCIES) 
+	$(LINK) -rpath $(libdir) $(libcares_la_LDFLAGS) $(libcares_la_OBJECTS) $(libcares_la_LIBADD) $(LIBS)
+
+clean-noinstPROGRAMS:
+	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+	  echo " rm -f $$p $$f"; \
+	  rm -f $$p $$f ; \
+	done
+acountry$(EXEEXT): $(acountry_OBJECTS) $(acountry_DEPENDENCIES) 
+	@rm -f acountry$(EXEEXT)
+	$(LINK) $(acountry_LDFLAGS) $(acountry_OBJECTS) $(acountry_LDADD) $(LIBS)
+adig$(EXEEXT): $(adig_OBJECTS) $(adig_DEPENDENCIES) 
+	@rm -f adig$(EXEEXT)
+	$(LINK) $(adig_LDFLAGS) $(adig_OBJECTS) $(adig_LDADD) $(LIBS)
+ahost$(EXEEXT): $(ahost_OBJECTS) $(ahost_DEPENDENCIES) 
+	@rm -f ahost$(EXEEXT)
+	$(LINK) $(ahost_LDFLAGS) $(ahost_OBJECTS) $(ahost_LDADD) $(LIBS)
+
+mostlyclean-compile:
+	-rm -f *.$(OBJEXT)
+
+distclean-compile:
+	-rm -f *.tab.c
+
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acountry-acountry.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acountry-ares_getopt.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acountry-ares_strcasecmp.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acountry-inet_net_pton.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acountry-inet_ntop.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adig-adig.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adig-ares_getopt.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adig-ares_strcasecmp.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adig-inet_net_pton.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adig-inet_ntop.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahost-ahost.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahost-ares_getopt.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahost-ares_strcasecmp.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahost-inet_net_pton.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahost-inet_ntop.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares__close_sockets.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares__get_hostent.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares__read_line.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares__timeval.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_cancel.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_data.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_destroy.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_expand_name.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_expand_string.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_fds.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_free_hostent.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_free_string.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_gethostbyaddr.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_gethostbyname.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_getnameinfo.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_getsock.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_init.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_library_init.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_llist.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_mkquery.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_nowarn.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_options.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_parse_a_reply.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_parse_aaaa_reply.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_parse_mx_reply.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_parse_ns_reply.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_parse_ptr_reply.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_parse_srv_reply.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_parse_txt_reply.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_process.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_query.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_search.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_send.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_strcasecmp.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_strdup.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_strerror.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_timeout.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_version.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_writev.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitncmp.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_net_pton.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_ntop.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows_port.Plo@am__quote@
+
+.c.o:
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(COMPILE) -c $<
+
+.c.obj:
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+
+.c.lo:
+@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+
+acountry-acountry.o: acountry.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-acountry.o -MD -MP -MF "$(DEPDIR)/acountry-acountry.Tpo" -c -o acountry-acountry.o `test -f 'acountry.c' || echo '$(srcdir)/'`acountry.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/acountry-acountry.Tpo" "$(DEPDIR)/acountry-acountry.Po"; else rm -f "$(DEPDIR)/acountry-acountry.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='acountry.c' object='acountry-acountry.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-acountry.o `test -f 'acountry.c' || echo '$(srcdir)/'`acountry.c
+
+acountry-acountry.obj: acountry.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-acountry.obj -MD -MP -MF "$(DEPDIR)/acountry-acountry.Tpo" -c -o acountry-acountry.obj `if test -f 'acountry.c'; then $(CYGPATH_W) 'acountry.c'; else $(CYGPATH_W) '$(srcdir)/acountry.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/acountry-acountry.Tpo" "$(DEPDIR)/acountry-acountry.Po"; else rm -f "$(DEPDIR)/acountry-acountry.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='acountry.c' object='acountry-acountry.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-acountry.obj `if test -f 'acountry.c'; then $(CYGPATH_W) 'acountry.c'; else $(CYGPATH_W) '$(srcdir)/acountry.c'; fi`
+
+acountry-ares_getopt.o: ares_getopt.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-ares_getopt.o -MD -MP -MF "$(DEPDIR)/acountry-ares_getopt.Tpo" -c -o acountry-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/acountry-ares_getopt.Tpo" "$(DEPDIR)/acountry-ares_getopt.Po"; else rm -f "$(DEPDIR)/acountry-ares_getopt.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ares_getopt.c' object='acountry-ares_getopt.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c
+
+acountry-ares_getopt.obj: ares_getopt.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-ares_getopt.obj -MD -MP -MF "$(DEPDIR)/acountry-ares_getopt.Tpo" -c -o acountry-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/acountry-ares_getopt.Tpo" "$(DEPDIR)/acountry-ares_getopt.Po"; else rm -f "$(DEPDIR)/acountry-ares_getopt.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ares_getopt.c' object='acountry-ares_getopt.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi`
+
+acountry-ares_strcasecmp.o: ares_strcasecmp.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-ares_strcasecmp.o -MD -MP -MF "$(DEPDIR)/acountry-ares_strcasecmp.Tpo" -c -o acountry-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/acountry-ares_strcasecmp.Tpo" "$(DEPDIR)/acountry-ares_strcasecmp.Po"; else rm -f "$(DEPDIR)/acountry-ares_strcasecmp.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ares_strcasecmp.c' object='acountry-ares_strcasecmp.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c
+
+acountry-ares_strcasecmp.obj: ares_strcasecmp.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-ares_strcasecmp.obj -MD -MP -MF "$(DEPDIR)/acountry-ares_strcasecmp.Tpo" -c -o acountry-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/acountry-ares_strcasecmp.Tpo" "$(DEPDIR)/acountry-ares_strcasecmp.Po"; else rm -f "$(DEPDIR)/acountry-ares_strcasecmp.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ares_strcasecmp.c' object='acountry-ares_strcasecmp.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi`
+
+acountry-inet_net_pton.o: inet_net_pton.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-inet_net_pton.o -MD -MP -MF "$(DEPDIR)/acountry-inet_net_pton.Tpo" -c -o acountry-inet_net_pton.o `test -f 'inet_net_pton.c' || echo '$(srcdir)/'`inet_net_pton.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/acountry-inet_net_pton.Tpo" "$(DEPDIR)/acountry-inet_net_pton.Po"; else rm -f "$(DEPDIR)/acountry-inet_net_pton.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='inet_net_pton.c' object='acountry-inet_net_pton.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-inet_net_pton.o `test -f 'inet_net_pton.c' || echo '$(srcdir)/'`inet_net_pton.c
+
+acountry-inet_net_pton.obj: inet_net_pton.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-inet_net_pton.obj -MD -MP -MF "$(DEPDIR)/acountry-inet_net_pton.Tpo" -c -o acountry-inet_net_pton.obj `if test -f 'inet_net_pton.c'; then $(CYGPATH_W) 'inet_net_pton.c'; else $(CYGPATH_W) '$(srcdir)/inet_net_pton.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/acountry-inet_net_pton.Tpo" "$(DEPDIR)/acountry-inet_net_pton.Po"; else rm -f "$(DEPDIR)/acountry-inet_net_pton.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='inet_net_pton.c' object='acountry-inet_net_pton.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-inet_net_pton.obj `if test -f 'inet_net_pton.c'; then $(CYGPATH_W) 'inet_net_pton.c'; else $(CYGPATH_W) '$(srcdir)/inet_net_pton.c'; fi`
+
+acountry-inet_ntop.o: inet_ntop.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-inet_ntop.o -MD -MP -MF "$(DEPDIR)/acountry-inet_ntop.Tpo" -c -o acountry-inet_ntop.o `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/acountry-inet_ntop.Tpo" "$(DEPDIR)/acountry-inet_ntop.Po"; else rm -f "$(DEPDIR)/acountry-inet_ntop.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='inet_ntop.c' object='acountry-inet_ntop.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-inet_ntop.o `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c
+
+acountry-inet_ntop.obj: inet_ntop.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-inet_ntop.obj -MD -MP -MF "$(DEPDIR)/acountry-inet_ntop.Tpo" -c -o acountry-inet_ntop.obj `if test -f 'inet_ntop.c'; then $(CYGPATH_W) 'inet_ntop.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/acountry-inet_ntop.Tpo" "$(DEPDIR)/acountry-inet_ntop.Po"; else rm -f "$(DEPDIR)/acountry-inet_ntop.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='inet_ntop.c' object='acountry-inet_ntop.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-inet_ntop.obj `if test -f 'inet_ntop.c'; then $(CYGPATH_W) 'inet_ntop.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop.c'; fi`
+
+adig-adig.o: adig.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-adig.o -MD -MP -MF "$(DEPDIR)/adig-adig.Tpo" -c -o adig-adig.o `test -f 'adig.c' || echo '$(srcdir)/'`adig.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/adig-adig.Tpo" "$(DEPDIR)/adig-adig.Po"; else rm -f "$(DEPDIR)/adig-adig.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='adig.c' object='adig-adig.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-adig.o `test -f 'adig.c' || echo '$(srcdir)/'`adig.c
+
+adig-adig.obj: adig.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-adig.obj -MD -MP -MF "$(DEPDIR)/adig-adig.Tpo" -c -o adig-adig.obj `if test -f 'adig.c'; then $(CYGPATH_W) 'adig.c'; else $(CYGPATH_W) '$(srcdir)/adig.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/adig-adig.Tpo" "$(DEPDIR)/adig-adig.Po"; else rm -f "$(DEPDIR)/adig-adig.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='adig.c' object='adig-adig.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-adig.obj `if test -f 'adig.c'; then $(CYGPATH_W) 'adig.c'; else $(CYGPATH_W) '$(srcdir)/adig.c'; fi`
+
+adig-ares_getopt.o: ares_getopt.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-ares_getopt.o -MD -MP -MF "$(DEPDIR)/adig-ares_getopt.Tpo" -c -o adig-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/adig-ares_getopt.Tpo" "$(DEPDIR)/adig-ares_getopt.Po"; else rm -f "$(DEPDIR)/adig-ares_getopt.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ares_getopt.c' object='adig-ares_getopt.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c
+
+adig-ares_getopt.obj: ares_getopt.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-ares_getopt.obj -MD -MP -MF "$(DEPDIR)/adig-ares_getopt.Tpo" -c -o adig-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/adig-ares_getopt.Tpo" "$(DEPDIR)/adig-ares_getopt.Po"; else rm -f "$(DEPDIR)/adig-ares_getopt.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ares_getopt.c' object='adig-ares_getopt.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi`
+
+adig-ares_strcasecmp.o: ares_strcasecmp.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-ares_strcasecmp.o -MD -MP -MF "$(DEPDIR)/adig-ares_strcasecmp.Tpo" -c -o adig-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/adig-ares_strcasecmp.Tpo" "$(DEPDIR)/adig-ares_strcasecmp.Po"; else rm -f "$(DEPDIR)/adig-ares_strcasecmp.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ares_strcasecmp.c' object='adig-ares_strcasecmp.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c
+
+adig-ares_strcasecmp.obj: ares_strcasecmp.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-ares_strcasecmp.obj -MD -MP -MF "$(DEPDIR)/adig-ares_strcasecmp.Tpo" -c -o adig-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/adig-ares_strcasecmp.Tpo" "$(DEPDIR)/adig-ares_strcasecmp.Po"; else rm -f "$(DEPDIR)/adig-ares_strcasecmp.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ares_strcasecmp.c' object='adig-ares_strcasecmp.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi`
+
+adig-inet_net_pton.o: inet_net_pton.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-inet_net_pton.o -MD -MP -MF "$(DEPDIR)/adig-inet_net_pton.Tpo" -c -o adig-inet_net_pton.o `test -f 'inet_net_pton.c' || echo '$(srcdir)/'`inet_net_pton.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/adig-inet_net_pton.Tpo" "$(DEPDIR)/adig-inet_net_pton.Po"; else rm -f "$(DEPDIR)/adig-inet_net_pton.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='inet_net_pton.c' object='adig-inet_net_pton.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-inet_net_pton.o `test -f 'inet_net_pton.c' || echo '$(srcdir)/'`inet_net_pton.c
+
+adig-inet_net_pton.obj: inet_net_pton.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-inet_net_pton.obj -MD -MP -MF "$(DEPDIR)/adig-inet_net_pton.Tpo" -c -o adig-inet_net_pton.obj `if test -f 'inet_net_pton.c'; then $(CYGPATH_W) 'inet_net_pton.c'; else $(CYGPATH_W) '$(srcdir)/inet_net_pton.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/adig-inet_net_pton.Tpo" "$(DEPDIR)/adig-inet_net_pton.Po"; else rm -f "$(DEPDIR)/adig-inet_net_pton.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='inet_net_pton.c' object='adig-inet_net_pton.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-inet_net_pton.obj `if test -f 'inet_net_pton.c'; then $(CYGPATH_W) 'inet_net_pton.c'; else $(CYGPATH_W) '$(srcdir)/inet_net_pton.c'; fi`
+
+adig-inet_ntop.o: inet_ntop.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-inet_ntop.o -MD -MP -MF "$(DEPDIR)/adig-inet_ntop.Tpo" -c -o adig-inet_ntop.o `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/adig-inet_ntop.Tpo" "$(DEPDIR)/adig-inet_ntop.Po"; else rm -f "$(DEPDIR)/adig-inet_ntop.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='inet_ntop.c' object='adig-inet_ntop.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-inet_ntop.o `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c
+
+adig-inet_ntop.obj: inet_ntop.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-inet_ntop.obj -MD -MP -MF "$(DEPDIR)/adig-inet_ntop.Tpo" -c -o adig-inet_ntop.obj `if test -f 'inet_ntop.c'; then $(CYGPATH_W) 'inet_ntop.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/adig-inet_ntop.Tpo" "$(DEPDIR)/adig-inet_ntop.Po"; else rm -f "$(DEPDIR)/adig-inet_ntop.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='inet_ntop.c' object='adig-inet_ntop.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-inet_ntop.obj `if test -f 'inet_ntop.c'; then $(CYGPATH_W) 'inet_ntop.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop.c'; fi`
+
+ahost-ahost.o: ahost.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ahost.o -MD -MP -MF "$(DEPDIR)/ahost-ahost.Tpo" -c -o ahost-ahost.o `test -f 'ahost.c' || echo '$(srcdir)/'`ahost.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ahost-ahost.Tpo" "$(DEPDIR)/ahost-ahost.Po"; else rm -f "$(DEPDIR)/ahost-ahost.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ahost.c' object='ahost-ahost.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ahost.o `test -f 'ahost.c' || echo '$(srcdir)/'`ahost.c
+
+ahost-ahost.obj: ahost.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ahost.obj -MD -MP -MF "$(DEPDIR)/ahost-ahost.Tpo" -c -o ahost-ahost.obj `if test -f 'ahost.c'; then $(CYGPATH_W) 'ahost.c'; else $(CYGPATH_W) '$(srcdir)/ahost.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ahost-ahost.Tpo" "$(DEPDIR)/ahost-ahost.Po"; else rm -f "$(DEPDIR)/ahost-ahost.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ahost.c' object='ahost-ahost.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ahost.obj `if test -f 'ahost.c'; then $(CYGPATH_W) 'ahost.c'; else $(CYGPATH_W) '$(srcdir)/ahost.c'; fi`
+
+ahost-ares_getopt.o: ares_getopt.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_getopt.o -MD -MP -MF "$(DEPDIR)/ahost-ares_getopt.Tpo" -c -o ahost-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ahost-ares_getopt.Tpo" "$(DEPDIR)/ahost-ares_getopt.Po"; else rm -f "$(DEPDIR)/ahost-ares_getopt.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ares_getopt.c' object='ahost-ares_getopt.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c
+
+ahost-ares_getopt.obj: ares_getopt.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_getopt.obj -MD -MP -MF "$(DEPDIR)/ahost-ares_getopt.Tpo" -c -o ahost-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ahost-ares_getopt.Tpo" "$(DEPDIR)/ahost-ares_getopt.Po"; else rm -f "$(DEPDIR)/ahost-ares_getopt.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ares_getopt.c' object='ahost-ares_getopt.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi`
+
+ahost-ares_strcasecmp.o: ares_strcasecmp.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_strcasecmp.o -MD -MP -MF "$(DEPDIR)/ahost-ares_strcasecmp.Tpo" -c -o ahost-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ahost-ares_strcasecmp.Tpo" "$(DEPDIR)/ahost-ares_strcasecmp.Po"; else rm -f "$(DEPDIR)/ahost-ares_strcasecmp.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ares_strcasecmp.c' object='ahost-ares_strcasecmp.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c
+
+ahost-ares_strcasecmp.obj: ares_strcasecmp.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_strcasecmp.obj -MD -MP -MF "$(DEPDIR)/ahost-ares_strcasecmp.Tpo" -c -o ahost-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ahost-ares_strcasecmp.Tpo" "$(DEPDIR)/ahost-ares_strcasecmp.Po"; else rm -f "$(DEPDIR)/ahost-ares_strcasecmp.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ares_strcasecmp.c' object='ahost-ares_strcasecmp.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi`
+
+ahost-inet_net_pton.o: inet_net_pton.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-inet_net_pton.o -MD -MP -MF "$(DEPDIR)/ahost-inet_net_pton.Tpo" -c -o ahost-inet_net_pton.o `test -f 'inet_net_pton.c' || echo '$(srcdir)/'`inet_net_pton.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ahost-inet_net_pton.Tpo" "$(DEPDIR)/ahost-inet_net_pton.Po"; else rm -f "$(DEPDIR)/ahost-inet_net_pton.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='inet_net_pton.c' object='ahost-inet_net_pton.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-inet_net_pton.o `test -f 'inet_net_pton.c' || echo '$(srcdir)/'`inet_net_pton.c
+
+ahost-inet_net_pton.obj: inet_net_pton.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-inet_net_pton.obj -MD -MP -MF "$(DEPDIR)/ahost-inet_net_pton.Tpo" -c -o ahost-inet_net_pton.obj `if test -f 'inet_net_pton.c'; then $(CYGPATH_W) 'inet_net_pton.c'; else $(CYGPATH_W) '$(srcdir)/inet_net_pton.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ahost-inet_net_pton.Tpo" "$(DEPDIR)/ahost-inet_net_pton.Po"; else rm -f "$(DEPDIR)/ahost-inet_net_pton.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='inet_net_pton.c' object='ahost-inet_net_pton.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-inet_net_pton.obj `if test -f 'inet_net_pton.c'; then $(CYGPATH_W) 'inet_net_pton.c'; else $(CYGPATH_W) '$(srcdir)/inet_net_pton.c'; fi`
+
+ahost-inet_ntop.o: inet_ntop.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-inet_ntop.o -MD -MP -MF "$(DEPDIR)/ahost-inet_ntop.Tpo" -c -o ahost-inet_ntop.o `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ahost-inet_ntop.Tpo" "$(DEPDIR)/ahost-inet_ntop.Po"; else rm -f "$(DEPDIR)/ahost-inet_ntop.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='inet_ntop.c' object='ahost-inet_ntop.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-inet_ntop.o `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c
+
+ahost-inet_ntop.obj: inet_ntop.c
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-inet_ntop.obj -MD -MP -MF "$(DEPDIR)/ahost-inet_ntop.Tpo" -c -o ahost-inet_ntop.obj `if test -f 'inet_ntop.c'; then $(CYGPATH_W) 'inet_ntop.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop.c'; fi`; \
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ahost-inet_ntop.Tpo" "$(DEPDIR)/ahost-inet_ntop.Po"; else rm -f "$(DEPDIR)/ahost-inet_ntop.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='inet_ntop.c' object='ahost-inet_ntop.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-inet_ntop.obj `if test -f 'inet_ntop.c'; then $(CYGPATH_W) 'inet_ntop.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop.c'; fi`
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
+
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
+install-man3: $(man3_MANS) $(man_MANS)
+	@$(NORMAL_INSTALL)
+	test -z "$(man3dir)" || $(mkdir_p) "$(DESTDIR)$(man3dir)"
+	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
+	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+	for i in $$l2; do \
+	  case "$$i" in \
+	    *.3*) list="$$list $$i" ;; \
+	  esac; \
+	done; \
+	for i in $$list; do \
+	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
+	  else file=$$i; fi; \
+	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+	  case "$$ext" in \
+	    3*) ;; \
+	    *) ext='3' ;; \
+	  esac; \
+	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
+	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
+	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \
+	done
+uninstall-man3:
+	@$(NORMAL_UNINSTALL)
+	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
+	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+	for i in $$l2; do \
+	  case "$$i" in \
+	    *.3*) list="$$list $$i" ;; \
+	  esac; \
+	done; \
+	for i in $$list; do \
+	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+	  case "$$ext" in \
+	    3*) ;; \
+	    *) ext='3' ;; \
+	  esac; \
+	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
+	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+	  echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
+	  rm -f "$(DESTDIR)$(man3dir)/$$inst"; \
+	done
+install-pkgconfigDATA: $(pkgconfig_DATA)
+	@$(NORMAL_INSTALL)
+	test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
+	@list='$(pkgconfig_DATA)'; for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
+	  $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
+	done
+
+uninstall-pkgconfigDATA:
+	@$(NORMAL_UNINSTALL)
+	@list='$(pkgconfig_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
+	done
+install-libcares_laHEADERS: $(libcares_la_HEADERS)
+	@$(NORMAL_INSTALL)
+	test -z "$(libcares_ladir)" || $(mkdir_p) "$(DESTDIR)$(libcares_ladir)"
+	@list='$(libcares_la_HEADERS)'; for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(libcares_laHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libcares_ladir)/$$f'"; \
+	  $(libcares_laHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libcares_ladir)/$$f"; \
+	done
+
+uninstall-libcares_laHEADERS:
+	@$(NORMAL_UNINSTALL)
+	@list='$(libcares_la_HEADERS)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(libcares_ladir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(libcares_ladir)/$$f"; \
+	done
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '    { files[$$0] = 1; } \
+	       END { for (i in files) print i; }'`; \
+	mkid -fID $$unique
+tags: TAGS
+
+TAGS:  $(HEADERS) $(SOURCES) ares_config.h.in ares_build.h.in $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	list='$(SOURCES) $(HEADERS) ares_config.h.in ares_build.h.in $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '    { files[$$0] = 1; } \
+	       END { for (i in files) print i; }'`; \
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES) ares_config.h.in ares_build.h.in $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	list='$(SOURCES) $(HEADERS) ares_config.h.in ares_build.h.in $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '    { files[$$0] = 1; } \
+	       END { for (i in files) print i; }'`; \
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
+
+distclean-tags:
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+	$(am__remove_distdir)
+	mkdir $(distdir)
+	$(mkdir_p) $(distdir)/. $(distdir)/m4 $(distdir)/vc $(distdir)/vc/acountry $(distdir)/vc/adig $(distdir)/vc/ahost $(distdir)/vc/cares
+	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
+	list='$(DISTFILES)'; for file in $$list; do \
+	  case $$file in \
+	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
+	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
+	  esac; \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+	    dir="/$$dir"; \
+	    $(mkdir_p) "$(distdir)$$dir"; \
+	  else \
+	    dir=''; \
+	  fi; \
+	  if test -d $$d/$$file; then \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+	  else \
+	    test -f $(distdir)/$$file \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
+	  fi; \
+	done
+	$(MAKE) $(AM_MAKEFLAGS) \
+	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
+	  dist-hook
+	-find "$(distdir)" -type d ! -perm -755 \
+		-exec chmod u+rwx,go+rx {} \; -o \
+	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
+	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
+	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
+	|| chmod -R a+r $(distdir)
+dist-gzip: distdir
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+	$(am__remove_distdir)
+
+dist-bzip2: distdir
+	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
+	$(am__remove_distdir)
+
+dist-tarZ: distdir
+	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
+	$(am__remove_distdir)
+
+dist-shar: distdir
+	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+	$(am__remove_distdir)
+
+dist-zip: distdir
+	-rm -f $(distdir).zip
+	zip -rq $(distdir).zip $(distdir)
+	$(am__remove_distdir)
+
+dist dist-all: distdir
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+	$(am__remove_distdir)
+
+# This target untars the dist file and tries a VPATH configuration.  Then
+# it guarantees that the distribution is self-contained by making another
+# tarfile.
+distcheck: dist
+	case '$(DIST_ARCHIVES)' in \
+	*.tar.gz*) \
+	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
+	*.tar.bz2*) \
+	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
+	*.tar.Z*) \
+	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
+	*.shar.gz*) \
+	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
+	*.zip*) \
+	  unzip $(distdir).zip ;;\
+	esac
+	chmod -R a-w $(distdir); chmod a+w $(distdir)
+	mkdir $(distdir)/_build
+	mkdir $(distdir)/_inst
+	chmod a-w $(distdir)
+	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
+	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
+	  && cd $(distdir)/_build \
+	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+	    $(DISTCHECK_CONFIGURE_FLAGS) \
+	  && $(MAKE) $(AM_MAKEFLAGS) \
+	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
+	  && $(MAKE) $(AM_MAKEFLAGS) check \
+	  && $(MAKE) $(AM_MAKEFLAGS) install \
+	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
+	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
+	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
+	        distuninstallcheck \
+	  && chmod -R a-w "$$dc_install_base" \
+	  && ({ \
+	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
+	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
+	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
+	  && rm -rf "$$dc_destdir" \
+	  && $(MAKE) $(AM_MAKEFLAGS) dist \
+	  && rm -rf $(DIST_ARCHIVES) \
+	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
+	$(am__remove_distdir)
+	@(echo "$(distdir) archives ready for distribution: "; \
+	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
+	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
+distuninstallcheck:
+	@cd $(distuninstallcheck_dir) \
+	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
+	   || { echo "ERROR: files left after uninstall:" ; \
+	        if test -n "$(DESTDIR)"; then \
+	          echo "  (check DESTDIR support)"; \
+	        fi ; \
+	        $(distuninstallcheck_listfiles) ; \
+	        exit 1; } >&2
+distcleancheck: distclean
+	@if test '$(srcdir)' = . ; then \
+	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
+	  exit 1 ; \
+	fi
+	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
+	  || { echo "ERROR: files left in build directory after distclean:" ; \
+	       $(distcleancheck_listfiles) ; \
+	       exit 1; } >&2
+check-am: all-am
+check: check-am
+all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) \
+		ares_config.h ares_build.h
+installdirs:
+	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libcares_ladir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
+	clean-noinstPROGRAMS mostlyclean-am
+
+distclean: distclean-am
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+	-rm -rf ./$(DEPDIR)
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-hdr distclean-libtool distclean-tags
+
+dvi: dvi-am
+
+dvi-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-libcares_laHEADERS install-man \
+	install-pkgconfigDATA
+
+install-exec-am: install-libLTLIBRARIES
+
+install-info: install-info-am
+
+install-man: install-man3
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+	-rm -rf $(top_srcdir)/autom4te.cache
+	-rm -rf ./$(DEPDIR)
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
+	uninstall-libcares_laHEADERS uninstall-man \
+	uninstall-pkgconfigDATA
+
+uninstall-man: uninstall-man3
+
+.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
+	clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
+	clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \
+	dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
+	distclean-compile distclean-generic distclean-hdr \
+	distclean-libtool distclean-tags distcleancheck distdir \
+	distuninstallcheck dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-exec \
+	install-exec-am install-info install-info-am \
+	install-libLTLIBRARIES install-libcares_laHEADERS install-man \
+	install-man3 install-pkgconfigDATA install-strip installcheck \
+	installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	tags uninstall uninstall-am uninstall-info-am \
+	uninstall-libLTLIBRARIES uninstall-libcares_laHEADERS \
+	uninstall-man uninstall-man3 uninstall-pkgconfigDATA
+
+
+clean-local: clean-sourced-manpages
+
+clean-sourced-manpages:
+	@srcdmandir='$(SOURCEDMANDIR)'; \
+	echo "rm -rf $(top_builddir)/$$srcdmandir"; \
+	rm -rf $(top_builddir)/$$srcdmandir
+
+sourced-manpages: clean-sourced-manpages
+	@srcdmandir='$(SOURCEDMANDIR)'; \
+	srcdmanfiles='$(SOURCEDMANPAGES)'; \
+	mkdir $(top_builddir)/$$srcdmandir; \
+	for file in $$srcdmanfiles; do \
+	  if test -f $(top_srcdir)/$$file; then \
+	    echo "cp $(top_srcdir)/$$file $(top_builddir)/$$srcdmandir/$$file"; \
+	    cp $(top_srcdir)/$$file $(top_builddir)/$$srcdmandir/$$file; \
+	  fi; \
+	done
+
+html: sourced-manpages $(HTMLPAGES)
+
+.3.html:
+	$(MAN2HTML)
+
+pdf: sourced-manpages $(PDFPAGES)
+
+.3.pdf:
+	@(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
+	groff -Tps -man $< >$$foo.ps; \
+	ps2pdf $$foo.ps $@; \
+	rm $$foo.ps; \
+	echo "converted $< to $@")
+
+# Make files named *.dist replace the file without .dist extension
+dist-hook:
+	find $(distdir) -name "*.dist" -exec rm {} \;
+	(distit=`find $(srcdir) -name "*.dist"`; \
+	for file in $$distit; do \
+	  strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
+	  cp $$file $(distdir)$$strip; \
+	done)
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
blob - /dev/null
blob + bc211f8a1908017e16a920a2deeded7313c9591d (mode 644)
--- /dev/null
+++ src/c-ares/Makefile.inc
@@ -0,0 +1,192 @@
+
+CSOURCES = ares__close_sockets.c	\
+  ares__get_hostent.c			\
+  ares__read_line.c			\
+  ares__timeval.c			\
+  ares_cancel.c				\
+  ares_data.c				\
+  ares_destroy.c			\
+  ares_expand_name.c			\
+  ares_expand_string.c			\
+  ares_fds.c				\
+  ares_free_hostent.c			\
+  ares_free_string.c			\
+  ares_gethostbyaddr.c			\
+  ares_gethostbyname.c			\
+  ares_getnameinfo.c			\
+  ares_getsock.c			\
+  ares_init.c				\
+  ares_library_init.c			\
+  ares_llist.c				\
+  ares_mkquery.c			\
+  ares_nowarn.c				\
+  ares_options.c			\
+  ares_parse_a_reply.c			\
+  ares_parse_aaaa_reply.c		\
+  ares_parse_mx_reply.c			\
+  ares_parse_ns_reply.c			\
+  ares_parse_ptr_reply.c		\
+  ares_parse_srv_reply.c		\
+  ares_parse_txt_reply.c		\
+  ares_process.c			\
+  ares_query.c				\
+  ares_search.c				\
+  ares_send.c				\
+  ares_strcasecmp.c			\
+  ares_strdup.c				\
+  ares_strerror.c			\
+  ares_timeout.c			\
+  ares_version.c			\
+  ares_writev.c				\
+  bitncmp.c				\
+  inet_net_pton.c			\
+  inet_ntop.c				\
+  windows_port.c
+
+HHEADERS = ares.h			\
+  ares_build.h				\
+  ares_data.h				\
+  ares_dns.h				\
+  ares_ipv6.h				\
+  ares_library_init.h			\
+  ares_llist.h				\
+  ares_nowarn.h				\
+  ares_private.h			\
+  ares_rules.h				\
+  ares_strcasecmp.h			\
+  ares_strdup.h				\
+  ares_version.h			\
+  ares_writev.h				\
+  bitncmp.h				\
+  inet_net_pton.h			\
+  inet_ntop.h				\
+  nameser.h				\
+  ares_setup.h				\
+  setup_once.h
+
+MANPAGES = ares_cancel.3		\
+  ares_destroy.3			\
+  ares_destroy_options.3		\
+  ares_dup.3				\
+  ares_expand_name.3			\
+  ares_expand_string.3			\
+  ares_fds.3				\
+  ares_free_data.3			\
+  ares_free_hostent.3			\
+  ares_free_string.3			\
+  ares_get_servers.3			\
+  ares_gethostbyaddr.3			\
+  ares_gethostbyname.3			\
+  ares_gethostbyname_file.3		\
+  ares_getnameinfo.3			\
+  ares_getsock.3			\
+  ares_init.3				\
+  ares_init_options.3			\
+  ares_library_cleanup.3		\
+  ares_library_init.3			\
+  ares_mkquery.3			\
+  ares_parse_a_reply.3			\
+  ares_parse_aaaa_reply.3		\
+  ares_parse_mx_reply.3			\
+  ares_parse_ns_reply.3			\
+  ares_parse_ptr_reply.3		\
+  ares_parse_srv_reply.3		\
+  ares_parse_txt_reply.3		\
+  ares_process.3			\
+  ares_query.3				\
+  ares_save_options.3			\
+  ares_search.3				\
+  ares_send.3				\
+  ares_set_servers.3			\
+  ares_set_socket_callback.3		\
+  ares_strerror.3			\
+  ares_timeout.3			\
+  ares_version.3
+
+HTMLPAGES = ares_cancel.html		\
+  ares_destroy.html			\
+  ares_destroy_options.html		\
+  ares_dup.html				\
+  ares_expand_name.html			\
+  ares_expand_string.html		\
+  ares_fds.html				\
+  ares_free_data.html			\
+  ares_free_hostent.html		\
+  ares_free_string.html			\
+  ares_get_servers.html			\
+  ares_gethostbyaddr.html		\
+  ares_gethostbyname.html		\
+  ares_gethostbyname_file.html		\
+  ares_getnameinfo.html			\
+  ares_getsock.html			\
+  ares_init.html			\
+  ares_init_options.html		\
+  ares_library_cleanup.html		\
+  ares_library_init.html		\
+  ares_mkquery.html			\
+  ares_parse_a_reply.html		\
+  ares_parse_aaaa_reply.html		\
+  ares_parse_mx_reply.html		\
+  ares_parse_ns_reply.html		\
+  ares_parse_ptr_reply.html		\
+  ares_parse_srv_reply.html		\
+  ares_parse_txt_reply.html		\
+  ares_process.html			\
+  ares_query.html			\
+  ares_save_options.html		\
+  ares_search.html			\
+  ares_send.html			\
+  ares_set_servers.html			\
+  ares_set_socket_callback.html		\
+  ares_strerror.html			\
+  ares_timeout.html			\
+  ares_version.html
+
+PDFPAGES = ares_cancel.pdf		\
+  ares_destroy.pdf			\
+  ares_destroy_options.pdf		\
+  ares_dup.pdf				\
+  ares_expand_name.pdf			\
+  ares_expand_string.pdf		\
+  ares_fds.pdf				\
+  ares_free_data.pdf			\
+  ares_free_hostent.pdf			\
+  ares_free_string.pdf			\
+  ares_get_servers.pdf			\
+  ares_gethostbyaddr.pdf		\
+  ares_gethostbyname.pdf		\
+  ares_gethostbyname_file.pdf		\
+  ares_getnameinfo.pdf			\
+  ares_getsock.pdf			\
+  ares_init.pdf				\
+  ares_init_options.pdf			\
+  ares_library_cleanup.pdf		\
+  ares_library_init.pdf			\
+  ares_mkquery.pdf			\
+  ares_parse_a_reply.pdf		\
+  ares_parse_aaaa_reply.pdf		\
+  ares_parse_mx_reply.pdf		\
+  ares_parse_ns_reply.pdf		\
+  ares_parse_ptr_reply.pdf		\
+  ares_parse_srv_reply.pdf		\
+  ares_parse_txt_reply.pdf		\
+  ares_process.pdf			\
+  ares_query.pdf			\
+  ares_save_options.pdf			\
+  ares_search.pdf			\
+  ares_send.pdf				\
+  ares_set_servers.pdf			\
+  ares_set_socket_callback.pdf		\
+  ares_strerror.pdf			\
+  ares_timeout.pdf			\
+  ares_version.pdf
+
+SAMPLESOURCES = ares_getopt.c		\
+  ares_strcasecmp.c			\
+  inet_net_pton.c			\
+  inet_ntop.c
+
+SAMPLEHEADERS = ares_getopt.h		\
+  ares_strcasecmp.h			\
+  inet_net_pton.h			\
+  inet_ntop.h
blob - /dev/null
blob + 52d931097c83525e1294fca86906165f95c072b5 (mode 644)
--- /dev/null
+++ src/c-ares/Makefile.m32
@@ -0,0 +1,68 @@
+#############################################################
+#
+## Makefile for building libcares.a with MingW32 (GCC-3.2)
+## Use: make -f Makefile.m32 [demos]
+##
+## Quick hack by Guenter; comments to: /dev/nul
+#
+########################################################
+## Nothing more to do below this line!
+
+LIB	= libcares.a
+
+CC	= gcc
+LD	= gcc
+RANLIB	= ranlib
+#RM	= rm -f
+
+CFLAGS	= -O2 -Wall
+LDFLAGS	= -s
+LIBS	= -lwsock32
+
+# Makefile.inc provides the CSOURCES and HHEADERS defines
+include Makefile.inc
+
+OBJLIB	:= $(patsubst %.c,%.o,$(strip $(CSOURCES)))
+
+
+$(LIB): $(OBJLIB)
+	ar cru $@ $^
+	$(RANLIB) $@
+
+all: $(LIB) demos
+
+demos: adig.exe ahost.exe acountry.exe
+
+tags:
+	etags *.[ch]
+
+%.exe: %.o ares_getopt.o $(LIB)
+	$(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
+
+$(OBJLIB): ares.h ares_dns.h ares_private.h ares_build.h ares_rules.h
+
+.c.o:
+	$(CC) $(CFLAGS) -c $<
+
+check:
+
+install:
+	${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir}
+	${top_srcdir}/mkinstalldirs ${DESTDIR}${includedir}
+	${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man3
+	${INSTALL} -m 644 $(LIB) ${DESTDIR}${libdir}
+	${RANLIB} ${DESTDIR}${libdir}/$(LIB)
+	chmod u-w ${DESTDIR}${libdir}/$(LIB)
+	${INSTALL} -m 444 ${srcdir}/ares.h ${DESTDIR}${includedir}
+	${INSTALL} -m 444 ${srcdir}/ares_build.h ${DESTDIR}${includedir}
+	${INSTALL} -m 444 ${srcdir}/ares_rules.h ${DESTDIR}${includedir}
+	(for man in $(MANPAGES); do \
+	   ${INSTALL} -m 444 ${srcdir}/$${man} ${DESTDIR}${mandir}/man3; \
+	done)
+
+clean:
+	$(RM) ares_getopt.o $(OBJLIB) $(LIB) adig.exe ahost.exe acountry.exe
+
+distclean: clean
+	$(RM) config.cache config.log config.status Makefile
+
blob - /dev/null
blob + 7a2fce09ed05b7724db9829fcb9ee22160efdb9e (mode 644)
--- /dev/null
+++ src/c-ares/Makefile.msvc
@@ -0,0 +1,476 @@
+
+# Copyright (C) 2009-2010 by Daniel Stenberg
+#
+# Permission to use, copy, modify, and distribute this
+# software and its documentation for any purpose and without
+# fee is hereby granted, provided that the above copyright
+# notice appear in all copies and that both that copyright
+# notice and this permission notice appear in supporting
+# documentation, and that the name of M.I.T. not be used in
+# advertising or publicity pertaining to distribution of the
+# software without specific, written prior permission.
+# M.I.T. makes no representations about the suitability of
+# this software for any purpose.  It is provided "as is"
+# without express or implied warranty.
+
+# ------------------------------------------------------------------------------
+#
+# Makefile for building c-ares libraries and sample programs with MSVC.
+#
+# Usage: nmake /f makefile.msvc CFG=<config> <target>
+# 
+# <config> must be one of: [ lib-release | lib-debug | dll-release | dll-debug }
+# <target> must be one of: [ ALL | c-ares | acountry | adig | ahost | clean }
+# 
+# If a <target> other than ALL or clean is given, <config> becomes mandatory.
+# 
+# If neither <config> nor <target> are specified this results in
+# all targets being built for all <config> c-ares library types.
+#
+# This makefile must be processed from the subdir where it is located.
+#
+# All results are generated below a subdirectory named msvcXXX.
+#
+# ------------------------------------------------------------------------------
+
+NAME = cares
+
+# ------------------------------------------------
+# c-ares static and dynamic libraries common base
+# file names for release and debug configurations
+# ------------------------------------------------
+
+STA_LIB_REL = lib$(NAME)
+DYN_LIB_REL = $(NAME)
+STA_LIB_DBG = $(STA_LIB_REL)d
+DYN_LIB_DBG = $(DYN_LIB_REL)d
+
+# -------------------------------------------
+# Base names for c-ares DLL import libraries
+# -------------------------------------------
+
+IMP_LIB_REL = $(DYN_LIB_REL)
+IMP_LIB_DBG = $(DYN_LIB_DBG)
+
+# --------------------------
+# Runtime library selection
+# --------------------------
+
+RTLIB  = /MD
+RTLIBD = /MDd
+
+!IF "$(RTLIBCFG)" == "static"
+RTLIB  = /MT
+RTLIBD = /MTd
+!ENDIF
+
+# --------------------------------------------------------
+# Define USE_WATT32 to 1 to use the Watt-32 tcp/ip stack,
+# otherwise Winsock tcp/ip stack will be used as default.
+# --------------------------------------------------------
+
+USE_WATT32 = 0
+
+# -------------------------------------------
+# Detect NMAKE version deducing MSVC version
+# -------------------------------------------
+
+!IFNDEF _NMAKE_VER
+!  MESSAGE Macro _NMAKE_VER not defined.
+!  MESSAGE Use MSVC's NMAKE to process this makefile.
+!  ERROR   See previous message.
+!ENDIF
+
+!IF     "$(_NMAKE_VER)" == "6.00.8168.0"
+CC_VERS_NUM = 60
+!ELSEIF "$(_NMAKE_VER)" == "6.00.9782.0"
+CC_VERS_NUM = 60
+!ELSEIF "$(_NMAKE_VER)" == "7.00.9466"
+CC_VERS_NUM = 70
+!ELSEIF "$(_NMAKE_VER)" == "7.00.9955"
+CC_VERS_NUM = 70
+!ELSEIF "$(_NMAKE_VER)" == "7.10.3077"
+CC_VERS_NUM = 71
+!ELSEIF "$(_NMAKE_VER)" == "8.00.40607.16"
+CC_VERS_NUM = 80
+!ELSEIF "$(_NMAKE_VER)" == "8.00.50727.42"
+CC_VERS_NUM = 80
+!ELSEIF "$(_NMAKE_VER)" == "8.00.50727.762"
+CC_VERS_NUM = 80
+!ELSEIF "$(_NMAKE_VER)" == "9.00.21022.08"
+CC_VERS_NUM = 90
+!ELSEIF "$(_NMAKE_VER)" == "9.00.30729.01"
+CC_VERS_NUM = 90
+!ELSEIF "$(_NMAKE_VER)" == "10.00.20506.01"
+CC_VERS_NUM = 100
+!ELSEIF "$(_NMAKE_VER)" == "10.00.21003.01"
+CC_VERS_NUM = 100
+!ELSEIF "$(_NMAKE_VER)" == "10.00.30319.01"
+CC_VERS_NUM = 100
+!ELSE
+!  MESSAGE Unknown value for _NMAKE_VER macro: "$(_NMAKE_VER)"
+!  MESSAGE Please, report this condition on the c-ares development
+!  MESSAGE mailing list: http://cool.haxx.se/mailman/listinfo/c-ares/
+!  ERROR   See previous message.
+!ENDIF
+
+CC_VERS_STR = msvc$(CC_VERS_NUM)
+
+# ----------------------------------------------------
+# Verify that current subdir is the c-ares source one
+# ----------------------------------------------------
+
+!IF ! EXIST(.\ares_init.c)
+!  MESSAGE Can not process Makefile.msvc from outside of c-ares source subdirectory.
+!  MESSAGE Change to the subdirectory where Makefile.msvc is found, and try again.
+!  ERROR   See previous message.
+!ENDIF
+
+# ------------------------------------------------------------------
+# Base subdir is the common root from which other subdirs will hang,
+# the name depends on MSVC version being used when building c-ares.
+# ------------------------------------------------------------------
+
+BASE_DIR = .\$(CC_VERS_STR)
+
+# ----------------------------------------
+# Subdir holding sources for all projects
+# ----------------------------------------
+
+SRCDIR = .
+
+# -------------------------
+# Configuration validation
+# -------------------------
+
+VALID_CFGSET = FALSE
+!IF "$(CFG)" == "lib-release" || "$(CFG)" == "lib-debug" || \
+    "$(CFG)" == "dll-release" || "$(CFG)" == "dll-debug"
+VALID_CFGSET = TRUE
+!ENDIF
+
+!IF "$(VALID_CFGSET)" == "FALSE" && "$(CFG)" != ""
+!  MESSAGE MSVC c-ares makefile
+!  MESSAGE
+!  MESSAGE Usage: nmake /f makefile.msvc CFG=<config> <target>
+!  MESSAGE
+!  MESSAGE <config> must be one of: [ lib-release | lib-debug | dll-release | dll-debug }
+!  MESSAGE <target> must be one of: [ ALL | c-ares | acountry | adig | ahost | clean }
+!  MESSAGE
+!  MESSAGE If a <target> other than ALL or clean is given, <config> becomes mandatory.
+!  MESSAGE
+!  MESSAGE If neither <config> nor <target> are specified this results in
+!  MESSAGE all targets being built for all <config> c-ares library types.
+!  MESSAGE
+!  ERROR Choose a valid configuration.
+!ENDIF
+
+# --------------------------------------------------------
+# Project subdirs independent of configuration being used
+# --------------------------------------------------------
+
+CARES_DIR = $(BASE_DIR)\cares
+PROG1_DIR = $(BASE_DIR)\acountry
+PROG2_DIR = $(BASE_DIR)\adig
+PROG3_DIR = $(BASE_DIR)\ahost
+
+# ---------------------------------------------------
+# Subdirs which are configuration dependent are only
+# defined when a valid configuration has been given.
+# ---------------------------------------------------
+
+!IF "$(VALID_CFGSET)" == "TRUE"
+CARES_OUTDIR = $(CARES_DIR)\$(CFG)
+PROG1_OUTDIR = $(PROG1_DIR)\$(CFG)
+PROG2_OUTDIR = $(PROG2_DIR)\$(CFG)
+PROG3_OUTDIR = $(PROG3_DIR)\$(CFG)
+CARES_OBJDIR = $(CARES_OUTDIR)\obj
+PROG1_OBJDIR = $(PROG1_OUTDIR)\obj
+PROG2_OBJDIR = $(PROG2_OUTDIR)\obj
+PROG3_OBJDIR = $(PROG3_OUTDIR)\obj
+!ELSE
+!UNDEF CARES_OUTDIR
+!UNDEF PROG1_OUTDIR
+!UNDEF PROG2_OUTDIR
+!UNDEF PROG3_OUTDIR
+!UNDEF CARES_OBJDIR
+!UNDEF PROG1_OBJDIR
+!UNDEF PROG2_OBJDIR
+!UNDEF PROG3_OBJDIR
+!ENDIF
+
+# -------------------------------------
+# Settings that depend on tcp/ip stack
+# -------------------------------------
+
+!IF "$(USE_WATT32)" == "1"
+CFLAGS  = /UWIN32 /DWATT32 /I$(WATT_ROOT)\inc
+EX_LIBS_REL = $(WATT_ROOT)\lib\wattcpvc_imp.lib
+EX_LIBS_DBG = $(WATT_ROOT)\lib\wattcpvc_imp_d.lib
+!ELSE
+CFLAGS  = /DWIN32
+EX_LIBS_REL = ws2_32.lib advapi32.lib kernel32.lib
+EX_LIBS_DBG = ws2_32.lib advapi32.lib kernel32.lib
+!ENDIF
+
+# -----------------------------------------
+# Switches that depend on compiler version
+# -----------------------------------------
+
+!IF $(CC_VERS_NUM) == 60
+PDB_NONE            = /pdb:none
+PDBTYPE_CONSOLIDATE = /pdbtype:consolidate
+!ELSE
+!UNDEF PDB_NONE
+!UNDEF PDBTYPE_CONSOLIDATE
+!ENDIF
+
+!IF $(CC_VERS_NUM) <= 70
+RT_ERROR_CHECKING = /GZ
+!ELSE
+RT_ERROR_CHECKING = /RTCsu
+!ENDIF
+
+# ----------------------------
+# Assorted commands and flags
+# ----------------------------
+
+CC_CMD_REL = cl.exe /nologo $(RTLIB) /DNDEBUG /O2
+CC_CMD_DBG = cl.exe /nologo $(RTLIBD) /D_DEBUG /Od /Zi $(RT_ERROR_CHECKING)
+CC_CFLAGS  = $(CFLAGS) /I. /W3 /EHsc /FD
+
+RC_CMD_REL = rc.exe /l 0x409 /d "NDEBUG"
+RC_CMD_DBG = rc.exe /l 0x409 /d "_DEBUG"
+
+LINK_CMD_LIB = link.exe /lib /nologo
+LINK_CMD_DLL = link.exe /dll /nologo /incremental:no /fixed:no
+LINK_CMD_EXE = link.exe /nologo /incremental:no /fixed:no /subsystem:console
+
+LINK_CMD_EXE_REL = $(LINK_CMD_EXE) /release $(PDB_NONE)
+LINK_CMD_EXE_DBG = $(LINK_CMD_EXE) /debug $(PDBTYPE_CONSOLIDATE)
+
+# ---------------------------------
+# Configuration dependent settings
+# ---------------------------------
+
+!IF "$(CFG)" == "lib-release"
+CARES_TARGET = $(STA_LIB_REL).lib
+CARES_CFLAGS = /DCARES_BUILDING_LIBRARY /DCARES_STATICLIB
+CARES_LFLAGS =
+SPROG_CFLAGS = /DCARES_STATICLIB
+SPROG_LFLAGS = /libpath:$(CARES_OUTDIR) $(EX_LIBS_REL) $(STA_LIB_REL).lib
+CARES_LINK   = $(LINK_CMD_LIB)
+SPROG_LINK   = $(LINK_CMD_EXE_REL)
+CC_CMD       = $(CC_CMD_REL)
+!ENDIF
+
+!IF "$(CFG)" == "lib-debug"
+CARES_TARGET = $(STA_LIB_DBG).lib
+CARES_CFLAGS = /DCARES_BUILDING_LIBRARY /DCARES_STATICLIB /DDEBUGBUILD
+CARES_LFLAGS =
+SPROG_CFLAGS = /DCARES_STATICLIB
+SPROG_LFLAGS = /libpath:$(CARES_OUTDIR) $(EX_LIBS_DBG) $(STA_LIB_DBG).lib
+CARES_LINK   = $(LINK_CMD_LIB)
+SPROG_LINK   = $(LINK_CMD_EXE_DBG)
+CC_CMD       = $(CC_CMD_DBG)
+!ENDIF
+
+!IF "$(CFG)" == "dll-release"
+CARES_TARGET = $(DYN_LIB_REL).dll
+CARES_CFLAGS = /DCARES_BUILDING_LIBRARY
+CARES_LFLAGS = /release $(EX_LIBS_REL) /implib:$(CARES_OUTDIR)\$(IMP_LIB_REL).lib $(PDB_NONE)
+SPROG_CFLAGS =
+SPROG_LFLAGS = /libpath:$(CARES_OUTDIR) $(EX_LIBS_REL) $(IMP_LIB_REL).lib
+CARES_LINK   = $(LINK_CMD_DLL)
+SPROG_LINK   = $(LINK_CMD_EXE_REL)
+CC_CMD       = $(CC_CMD_REL)
+USE_RES_FILE = TRUE
+RC_CMD       = $(RC_CMD_REL)
+!ENDIF
+
+!IF "$(CFG)" == "dll-debug"
+CARES_TARGET = $(DYN_LIB_DBG).dll
+CARES_CFLAGS = /DCARES_BUILDING_LIBRARY /DDEBUGBUILD
+CARES_LFLAGS = /debug $(EX_LIBS_DBG) /implib:$(CARES_OUTDIR)\$(IMP_LIB_DBG).lib /pdb:$(CARES_OUTDIR)\$(DYN_LIB_DBG).pdb $(PDBTYPE_CONSOLIDATE)
+SPROG_CFLAGS =
+SPROG_LFLAGS = /libpath:$(CARES_OUTDIR) $(EX_LIBS_DBG) $(IMP_LIB_DBG).lib
+CARES_LINK   = $(LINK_CMD_DLL)
+SPROG_LINK   = $(LINK_CMD_EXE_DBG)
+CC_CMD       = $(CC_CMD_DBG)
+USE_RES_FILE = TRUE
+RC_CMD       = $(RC_CMD_DBG)
+!ENDIF
+
+# --------------------------------------------
+# Makefile.inc provides lists of source files
+# --------------------------------------------
+
+!INCLUDE .\Makefile.inc
+
+# ----------------------------
+# Build lists of object files
+# ----------------------------
+
+!IF "$(VALID_CFGSET)" == "TRUE"
+
+!IF [ECHO CARES_OBJS=^$(CARES_OBJDIR)\$(CSOURCES: = $(CARES_OBJDIR^)\) > .\cares_objs.inc] == 0
+!INCLUDE .\cares_objs.inc
+!IF [DEL .\cares_objs.inc]
+!ENDIF
+!ELSE
+!ERROR Problem generating CARES_OBJS list.
+!ENDIF
+CARES_OBJS = $(CARES_OBJS:.c=.obj)
+!IF "$(USE_RES_FILE)" == "TRUE"
+CARES_OBJS = $(CARES_OBJS) $(CARES_OBJDIR)\cares.res
+!ENDIF
+
+!IF [ECHO PROG1_OBJS=^$(PROG1_OBJDIR)\$(SAMPLESOURCES: = $(PROG1_OBJDIR^)\) > .\prog1_objs.inc] == 0
+!INCLUDE .\prog1_objs.inc
+!IF [DEL .\prog1_objs.inc]
+!ENDIF
+!ELSE
+!ERROR Problem generating PROG1_OBJS list.
+!ENDIF
+PROG1_OBJS = $(PROG1_OBJS:.c=.obj)
+PROG1_OBJS = $(PROG1_OBJS) $(PROG1_OBJDIR)\acountry.obj
+
+!IF [ECHO PROG2_OBJS=^$(PROG2_OBJDIR)\$(SAMPLESOURCES: = $(PROG2_OBJDIR^)\) > .\prog2_objs.inc] == 0
+!INCLUDE .\prog2_objs.inc
+!IF [DEL .\prog2_objs.inc]
+!ENDIF
+!ELSE
+!ERROR Problem generating PROG2_OBJS list.
+!ENDIF
+PROG2_OBJS = $(PROG2_OBJS:.c=.obj)
+PROG2_OBJS = $(PROG2_OBJS) $(PROG2_OBJDIR)\adig.obj
+
+!IF [ECHO PROG3_OBJS=^$(PROG3_OBJDIR)\$(SAMPLESOURCES: = $(PROG3_OBJDIR^)\) > .\prog3_objs.inc] == 0
+!INCLUDE .\prog3_objs.inc
+!IF [DEL .\prog3_objs.inc]
+!ENDIF
+!ELSE
+!ERROR Problem generating PROG3_OBJS list.
+!ENDIF
+PROG3_OBJS = $(PROG3_OBJS:.c=.obj)
+PROG3_OBJS = $(PROG3_OBJS) $(PROG3_OBJDIR)\ahost.obj
+
+!ENDIF
+
+# --------------------------------
+# Only our custom inference rules
+# --------------------------------
+
+.SUFFIXES:
+.SUFFIXES: .c .rc
+
+{$(SRCDIR)}.rc{$(CARES_OBJDIR)}.res:
+    $(RC_CMD) /Fo $@ $<
+
+{$(SRCDIR)}.c{$(CARES_OBJDIR)}.obj:
+    $(CC_CMD) $(CC_CFLAGS) $(CARES_CFLAGS) /Fo$@ /Fd$(@D)\ /c $<
+
+{$(SRCDIR)}.c{$(PROG1_OBJDIR)}.obj:
+    $(CC_CMD) $(CC_CFLAGS) $(SPROG_CFLAGS) /Fo$@ /Fd$(@D)\ /c $<
+
+{$(SRCDIR)}.c{$(PROG2_OBJDIR)}.obj:
+    $(CC_CMD) $(CC_CFLAGS) $(SPROG_CFLAGS) /Fo$@ /Fd$(@D)\ /c $<
+
+{$(SRCDIR)}.c{$(PROG3_OBJDIR)}.obj:
+    $(CC_CMD) $(CC_CFLAGS) $(SPROG_CFLAGS) /Fo$@ /Fd$(@D)\ /c $<
+
+# ------------------------------------------------------------- #
+# ------------------------------------------------------------- #
+# Default target when no CFG library type has been specified,   #
+# results in building target ALL for all c-ares library types.  #
+# ------------------------------------------------------------- #
+# ------------------------------------------------------------- #
+
+!IF "$(VALID_CFGSET)" == "FALSE"
+
+ALL:
+    $(MAKE) /f .\Makefile.msvc  CFG=lib-release  ALL
+    $(MAKE) /f .\Makefile.msvc  CFG=lib-debug    ALL
+    $(MAKE) /f .\Makefile.msvc  CFG=dll-release  ALL
+    $(MAKE) /f .\Makefile.msvc  CFG=dll-debug    ALL
+
+clean:
+    @-RMDIR /S /Q $(BASE_DIR) >NUL 2>&1
+
+!ENDIF
+
+# ---------------------------------------------------------------------
+# Targets only available when a proper CFG library type has been given
+# ---------------------------------------------------------------------
+
+!IF "$(VALID_CFGSET)" == "TRUE"
+
+ALL: c-ares acountry adig ahost
+    @
+
+c-ares: $(HHEADERS) $(CSOURCES) $(CARES_OBJDIR) $(CARES_OBJS) $(CARES_OUTDIR)
+    $(CARES_LINK) $(CARES_LFLAGS) /out:$(CARES_OUTDIR)\$(CARES_TARGET) $(CARES_OBJS)
+!   IF "$(USE_RES_FILE)" == "TRUE"
+    @if exist $(CARES_OUTDIR)\$(CARES_TARGET).manifest mt -nologo -manifest $(CARES_OUTDIR)\$(CARES_TARGET).manifest -outputresource:$(CARES_OUTDIR)\$(CARES_TARGET);2
+!   ENDIF
+
+acountry: c-ares acountry.c $(SAMPLESOURCES) $(SAMPLEHEADERS) $(PROG1_OBJDIR) $(PROG1_OBJS) $(PROG1_OUTDIR)
+    $(SPROG_LINK) $(SPROG_LFLAGS) /out:$(PROG1_OUTDIR)\acountry.exe $(PROG1_OBJS)
+    @if exist $(PROG1_OUTDIR)\acountry.exe.manifest mt -nologo -manifest $(PROG1_OUTDIR)\acountry.exe.manifest -outputresource:$(PROG1_OUTDIR)\acountry.exe;1
+
+adig: c-ares adig.c $(SAMPLESOURCES) $(SAMPLEHEADERS) $(PROG2_OBJDIR) $(PROG2_OBJS) $(PROG2_OUTDIR)
+    $(SPROG_LINK) $(SPROG_LFLAGS) /out:$(PROG2_OUTDIR)\adig.exe $(PROG2_OBJS)
+    @if exist $(PROG2_OUTDIR)\adig.exe.manifest mt -nologo -manifest $(PROG2_OUTDIR)\adig.exe.manifest -outputresource:$(PROG2_OUTDIR)\adig.exe;1
+
+ahost: c-ares ahost.c $(SAMPLESOURCES) $(SAMPLEHEADERS) $(PROG3_OBJDIR) $(PROG3_OBJS) $(PROG3_OUTDIR)
+    $(SPROG_LINK) $(SPROG_LFLAGS) /out:$(PROG3_OUTDIR)\ahost.exe $(PROG3_OBJS)
+    @if exist $(PROG3_OUTDIR)\ahost.exe.manifest mt -nologo -manifest $(PROG3_OUTDIR)\ahost.exe.manifest -outputresource:$(PROG3_OUTDIR)\ahost.exe;1
+
+$(CARES_OUTDIR): $(CARES_DIR)
+    @if not exist $(CARES_OUTDIR) mkdir $(CARES_OUTDIR)
+
+$(PROG1_OUTDIR): $(PROG1_DIR)
+    @if not exist $(PROG1_OUTDIR) mkdir $(PROG1_OUTDIR)
+
+$(PROG2_OUTDIR): $(PROG2_DIR)
+    @if not exist $(PROG2_OUTDIR) mkdir $(PROG2_OUTDIR)
+
+$(PROG3_OUTDIR): $(PROG3_DIR)
+    @if not exist $(PROG3_OUTDIR) mkdir $(PROG3_OUTDIR)
+
+$(CARES_OBJDIR): $(CARES_OUTDIR)
+    @if not exist $(CARES_OBJDIR) mkdir $(CARES_OBJDIR)
+
+$(PROG1_OBJDIR): $(PROG1_OUTDIR)
+    @if not exist $(PROG1_OBJDIR) mkdir $(PROG1_OBJDIR)
+
+$(PROG2_OBJDIR): $(PROG2_OUTDIR)
+    @if not exist $(PROG2_OBJDIR) mkdir $(PROG2_OBJDIR)
+
+$(PROG3_OBJDIR): $(PROG3_OUTDIR)
+    @if not exist $(PROG3_OBJDIR) mkdir $(PROG3_OBJDIR)
+
+clean:
+    @-RMDIR /S /Q $(CARES_OUTDIR) >NUL 2>&1
+    @-RMDIR /S /Q $(PROG1_OUTDIR) >NUL 2>&1
+    @-RMDIR /S /Q $(PROG2_OUTDIR) >NUL 2>&1
+    @-RMDIR /S /Q $(PROG3_OUTDIR) >NUL 2>&1
+
+!ENDIF
+
+$(BASE_DIR):
+    @if not exist $(BASE_DIR) mkdir $(BASE_DIR)
+
+$(CARES_DIR): $(BASE_DIR)
+    @if not exist $(CARES_DIR) mkdir $(CARES_DIR)
+
+$(PROG1_DIR): $(BASE_DIR)
+    @if not exist $(PROG1_DIR) mkdir $(PROG1_DIR)
+
+$(PROG2_DIR): $(BASE_DIR)
+    @if not exist $(PROG2_DIR) mkdir $(PROG2_DIR)
+
+$(PROG3_DIR): $(BASE_DIR)
+    @if not exist $(PROG3_DIR) mkdir $(PROG3_DIR)
+
+# End of Makefile.msvc
blob - /dev/null
blob + 2625eb9bd3497a4aa7090cf5bb136f82ea4a0a2e (mode 644)
--- /dev/null
+++ src/c-ares/Makefile.netware
@@ -0,0 +1,434 @@
+#################################################################
+#
+## Makefile for building libcares (NetWare version - gnu make)
+## Use: make -f Makefile.netware
+##
+## Comments to: Guenter Knauf http://www.gknw.de/phpbb
+#
+#################################################################
+
+# Edit the path below to point to the base of your Novell NDK.
+ifndef NDKBASE
+NDKBASE	= c:/novell
+endif
+
+ifndef INSTDIR
+INSTDIR	= ../ares-$(LIBCARES_VERSION_STR)-bin-nw
+endif
+
+# Edit the vars below to change NLM target settings.
+TARGETS = adig.nlm ahost.nlm acountry.nlm
+LTARGET = libcares.$(LIBEXT)
+VERSION	= $(LIBCARES_VERSION)
+COPYR	= $(LIBCARES_COPYRIGHT_STR)
+DESCR	= cURL $(subst .def,,$(notdir $@)) $(LIBCARES_VERSION_STR) - http://curl.haxx.se
+MTSAFE	= YES
+STACK	= 64000
+SCREEN	= none
+#EXPORTS	=
+# Comment the line below if you dont want to load protected automatically.
+#LDRING	= 3
+
+# Edit the var below to point to your lib architecture.
+ifndef LIBARCH
+LIBARCH = LIBC
+endif
+
+# must be equal to NDEBUG or DEBUG, CURLDEBUG
+ifndef DB
+DB	= NDEBUG
+endif
+# Optimization: -O<n> or debugging: -g
+ifeq ($(DB),NDEBUG)
+	OPT	= -O2
+	OBJDIR	= release
+else
+	OPT	= -g
+	OBJDIR	= debug
+endif
+
+# Include the version info retrieved from curlver.h
+-include $(OBJDIR)/version.inc
+
+# The following lines defines your compiler.
+ifdef CWFolder
+	METROWERKS = $(CWFolder)
+endif
+ifdef METROWERKS
+	# MWCW_PATH = $(subst \,/,$(METROWERKS))/Novell Support
+	MWCW_PATH = $(subst \,/,$(METROWERKS))/Novell Support/Metrowerks Support
+	CC = mwccnlm
+else
+	CC = gcc
+endif
+# a native win32 awk can be downloaded from here:
+# http://www.gknw.net/development/prgtools/awk-20070501.zip
+AWK	= awk
+YACC	= bison -y
+CP	= cp -afv
+MKDIR	= mkdir
+# RM	= rm -f
+# if you want to mark the target as MTSAFE you will need a tool for
+# generating the xdc data for the linker; here's a minimal tool:
+# http://www.gknw.net/development/prgtools/mkxdc.zip
+MPKXDC	= mkxdc
+
+# Global flags for all compilers
+CFLAGS	+= $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc
+
+ifeq ($(CC),mwccnlm)
+LD	= mwldnlm
+LDFLAGS	= -nostdlib $(PRELUDE) $(OBJEXE) $(<:.def=.o) -o $@ -commandfile
+AR	= mwldnlm
+ARFLAGS	= -nostdlib -type library -o
+LIBEXT	= lib
+#RANLIB	=
+CFLAGS	+= -msgstyle gcc -gccinc -inline off -opt nointrinsics -proc 586
+CFLAGS	+= -relax_pointers
+#CFLAGS	+= -w on
+ifeq ($(LIBARCH),LIBC)
+	PRELUDE = $(SDK_LIBC)/imports/libcpre.o
+	CFLAGS += -align 4
+else
+	# PRELUDE = $(SDK_CLIB)/imports/clibpre.o
+	# to avoid the __init_* / __deinit_* whoes dont use prelude from NDK
+	PRELUDE = "$(MWCW_PATH)/libraries/runtime/prelude.obj"
+	# CFLAGS += -include "$(MWCW_PATH)/headers/nlm_clib_prefix.h"
+	CFLAGS += -align 1
+endif
+else
+LD	= nlmconv
+LDFLAGS	= -T
+AR	= ar
+ARFLAGS	= -cq
+LIBEXT	= a
+RANLIB	= ranlib
+CFLAGS	+= -fno-builtin -fpcc-struct-return -fno-strict-aliasing
+CFLAGS	+= -Wall -Wno-format -Wno-uninitialized # -pedantic
+ifeq ($(LIBARCH),LIBC)
+	PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o
+else
+	# PRELUDE = $(SDK_CLIB)/imports/clibpre.gcc.o
+	# to avoid the __init_* / __deinit_* whoes dont use prelude from NDK
+	# http://www.gknw.net/development/mk_nlm/gcc_pre.zip
+	PRELUDE = $(NDK_ROOT)/pre/prelude.o
+	CFLAGS += -include $(NDKBASE)/nlmconv/genlm.h
+endif
+endif
+
+NDK_ROOT = $(NDKBASE)/ndk
+SDK_CLIB = $(NDK_ROOT)/nwsdk
+SDK_LIBC = $(NDK_ROOT)/libc
+
+ifeq ($(LIBARCH),LIBC)
+	INCLUDES += -I$(SDK_LIBC)/include
+	# INCLUDES += -I$(SDK_LIBC)/include/nks
+	# INCLUDES += -I$(SDK_LIBC)/include/winsock
+	CFLAGS += -D_POSIX_SOURCE
+else
+	INCLUDES += -I$(SDK_CLIB)/include/nlm
+	# INCLUDES += -I$(SDK_CLIB)/include/nlm/obsolete
+	# INCLUDES += -I$(SDK_CLIB)/include
+endif
+ifeq ($(DB),CURLDEBUG)
+INCLUDES += -I../include
+endif
+CFLAGS	+= -I. $(INCLUDES)
+
+ifeq ($(MTSAFE),YES)
+	XDCOPT = -n
+endif
+ifeq ($(MTSAFE),NO)
+	XDCOPT = -u
+endif
+
+ifeq ($(findstring /sh,$(SHELL)),/sh)
+DL	= '
+#-include $(NDKBASE)/nlmconv/ncpfs.inc
+endif
+
+# Makefile.inc provides the CSOURCES and HHEADERS defines
+include Makefile.inc
+
+OBJLIB	:= $(patsubst %.c,$(OBJDIR)/%.o,$(strip $(CSOURCES)))
+OBJEXE	= $(OBJLIB) $(OBJDIR)/ares_getopt.o
+
+.PHONY: lib nlm prebuild dist install clean
+
+lib: prebuild $(LTARGET)
+
+nlm: prebuild $(TARGETS)
+
+prebuild: $(OBJDIR) ares_build.h $(OBJDIR)/version.inc ares_config.h
+
+install: $(INSTDIR) all
+	@$(CP) *.nlm $(INSTDIR)
+	@$(CP) ../CHANGES $(INSTDIR)
+	@$(CP) ../COPYING $(INSTDIR)
+	@$(CP) ../README $(INSTDIR)
+	@$(CP) ../RELEASE-NOTES $(INSTDIR)
+
+clean:
+	-$(RM) $(LTARGET) $(TARGETS) ares_config.h
+	-$(RM) -r $(OBJDIR)
+	-$(RM) -r arpa
+
+%.$(LIBEXT): $(OBJLIB)
+	@echo Creating $@
+	@-$(RM) $@
+	@$(AR) $(ARFLAGS) $@ $^
+ifdef RANLIB
+	@$(RANLIB) $@
+endif
+
+%.nlm: $(OBJDIR)/%.def $(OBJDIR)/%.o $(OBJDIR)/%.xdc $(OBJEXE)
+	@echo Linking $@
+	@-$(RM) $@
+	@$(LD) $(LDFLAGS) $<
+
+$(OBJDIR) $(INSTDIR):
+	@$(MKDIR) $@
+
+$(OBJDIR)/%.o: %.c
+#	@echo Compiling $<
+	$(CC) $(CFLAGS) -c $< -o $@
+
+$(OBJDIR)/version.inc: ares_version.h $(OBJDIR)
+	@echo Creating $@
+	@$(AWK) -f get_ver.awk $< > $@
+
+$(OBJDIR)/%.xdc: Makefile.netware
+	@echo Creating $@
+	@$(MPKXDC) $(XDCOPT) $@
+
+$(OBJDIR)/%.def: Makefile.netware
+	@echo Creating $@
+	@echo $(DL)# DEF file for linking with $(LD)$(DL) > $@
+	@echo $(DL)# Do not edit this file - it is created by make!$(DL) >> $@
+	@echo $(DL)# All your changes will be lost!!$(DL) >> $@
+	@echo $(DL)#$(DL) >> $@
+	@echo $(DL)copyright "$(COPYR)"$(DL) >> $@
+	@echo $(DL)description "$(DESCR)"$(DL) >> $@
+	@echo $(DL)version $(VERSION)$(DL) >> $@
+ifdef NLMTYPE
+	@echo $(DL)type $(NLMTYPE)$(DL) >> $@
+endif
+ifdef STACK
+	@echo $(DL)stack $(STACK)$(DL) >> $@
+endif
+ifdef SCREEN
+	@echo $(DL)screenname "$(SCREEN)"$(DL) >> $@
+else
+	@echo $(DL)screenname "DEFAULT"$(DL) >> $@
+endif
+ifeq ($(DB),DEBUG)
+	@echo $(DL)debug$(DL) >> $@
+endif
+	@echo $(DL)threadname "$^"$(DL) >> $@
+ifdef XDCOPT
+	@echo $(DL)xdcdata $(@:.def=.xdc)$(DL) >> $@
+endif
+ifeq ($(LDRING),0)
+	@echo $(DL)flag_on 16$(DL) >> $@
+endif
+ifeq ($(LDRING),3)
+	@echo $(DL)flag_on 512$(DL) >> $@
+endif
+ifeq ($(LIBARCH),CLIB)
+	@echo $(DL)start _Prelude$(DL) >> $@
+	@echo $(DL)exit _Stop$(DL) >> $@
+	@echo $(DL)import @$(SDK_CLIB)/imports/clib.imp$(DL) >> $@
+	@echo $(DL)import @$(SDK_CLIB)/imports/threads.imp$(DL) >> $@
+	@echo $(DL)import @$(SDK_CLIB)/imports/nlmlib.imp$(DL) >> $@
+	@echo $(DL)import @$(SDK_CLIB)/imports/socklib.imp$(DL) >> $@
+	@echo $(DL)module clib$(DL) >> $@
+else
+	@echo $(DL)flag_on 64$(DL) >> $@
+	@echo $(DL)pseudopreemption$(DL) >> $@
+	@echo $(DL)start _LibCPrelude$(DL) >> $@
+	@echo $(DL)exit _LibCPostlude$(DL) >> $@
+	@echo $(DL)check _LibCCheckUnload$(DL) >> $@
+	@echo $(DL)import @$(SDK_LIBC)/imports/libc.imp$(DL) >> $@
+	@echo $(DL)import @$(SDK_LIBC)/imports/netware.imp$(DL) >> $@
+	@echo $(DL)module libc$(DL) >> $@
+endif
+ifdef MODULES
+	@echo $(DL)module $(MODULES)$(DL) >> $@
+endif
+ifdef EXPORTS
+	@echo $(DL)export $(EXPORTS)$(DL) >> $@
+endif
+ifdef IMPORTS
+	@echo $(DL)import $(IMPORTS)$(DL) >> $@
+endif
+ifeq ($(LD),nlmconv)
+	@echo $(DL)input $(PRELUDE)$(DL) >> $@
+	@echo $(DL)input $(OBJEXE)$(DL) >> $@
+	@echo $(DL)input $(@:.def=.o)$(DL) >> $@
+	@echo $(DL)output $(notdir $(@:.def=.nlm))$(DL) >> $@
+endif
+
+ares_config.h: Makefile.netware
+	@echo Creating $@
+	@echo $(DL)/* $@ for NetWare target.$(DL) > $@
+	@echo $(DL)** Do not edit this file - it is created by make!$(DL) >> $@
+	@echo $(DL)** All your changes will be lost!!$(DL) >> $@
+	@echo $(DL)*/$(DL) >> $@
+	@echo $(DL)#ifndef NETWARE$(DL) >> $@
+	@echo $(DL)#error This $(notdir $@) is created for NetWare platform!$(DL) >> $@
+	@echo $(DL)#endif$(DL) >> $@
+	@echo $(DL)#define VERSION "$(LIBCARES_VERSION_STR)"$(DL) >> $@
+	@echo $(DL)#define PACKAGE_BUGREPORT "a suitable curl mailing list => http://curl.haxx.se/mail/"$(DL) >> $@
+ifeq ($(LIBARCH),CLIB)
+	@echo $(DL)#define OS "i586-pc-clib-NetWare"$(DL) >> $@
+	@echo $(DL)#define HAVE_STRICMP 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STRNICMP 1$(DL) >> $@
+	@echo $(DL)#define NETDB_USE_INTERNET 1$(DL) >> $@
+	@echo $(DL)#define RECV_TYPE_ARG1 int$(DL) >> $@
+	@echo $(DL)#define RECV_TYPE_ARG2 char *$(DL) >> $@
+	@echo $(DL)#define RECV_TYPE_ARG3 int$(DL) >> $@
+	@echo $(DL)#define RECV_TYPE_ARG4 int$(DL) >> $@
+	@echo $(DL)#define RECV_TYPE_RETV int$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_ARG1 int$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_ARG2 char$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_ARG3 int$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_ARG4 int$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_ARG5 struct sockaddr$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_ARG6 int$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_RETV int$(DL) >> $@
+	@echo $(DL)#define SEND_QUAL_ARG2$(DL) >> $@
+	@echo $(DL)#define SEND_TYPE_ARG1 int$(DL) >> $@
+	@echo $(DL)#define SEND_TYPE_ARG2 char *$(DL) >> $@
+	@echo $(DL)#define SEND_TYPE_ARG3 int$(DL) >> $@
+	@echo $(DL)#define SEND_TYPE_ARG4 int$(DL) >> $@
+	@echo $(DL)#define SEND_TYPE_RETV int$(DL) >> $@
+	@echo $(DL)#define SIZEOF_SIZE_T 4$(DL) >> $@
+else
+	@echo $(DL)#define OS "i586-pc-libc-NetWare"$(DL) >> $@
+	@echo $(DL)#define HAVE_DLFCN_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_DLOPEN 1$(DL) >> $@
+	@echo $(DL)#define HAVE_FTRUNCATE 1$(DL) >> $@
+	@echo $(DL)#define HAVE_GETTIMEOFDAY 1$(DL) >> $@
+	@echo $(DL)#define HAVE_INTTYPES_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_LONGLONG 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STDINT_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STRCASECMP 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STRLCAT 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STRLCPY 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STRTOLL 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SYS_PARAM_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SYS_SELECT_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_TERMIOS_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_AF_INET6 1$(DL) >> $@
+	@echo $(DL)#define HAVE_PF_INET6 1$(DL) >> $@
+	@echo $(DL)#define HAVE_FREEADDRINFO 1$(DL) >> $@
+	@echo $(DL)#define HAVE_GETADDRINFO 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STRUCT_IN6_ADDR 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STRUCT_SOCKADDR_IN6 1$(DL) >> $@
+	@echo $(DL)#define RECV_TYPE_ARG1 int$(DL) >> $@
+	@echo $(DL)#define RECV_TYPE_ARG2 void *$(DL) >> $@
+	@echo $(DL)#define RECV_TYPE_ARG3 size_t$(DL) >> $@
+	@echo $(DL)#define RECV_TYPE_ARG4 int$(DL) >> $@
+	@echo $(DL)#define RECV_TYPE_RETV ssize_t$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_ARG1 int$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_ARG2 void$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_ARG3 size_t$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_ARG4 int$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_ARG5 struct sockaddr$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_ARG6 size_t$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_RETV ssize_t$(DL) >> $@
+	@echo $(DL)#define RECVFROM_TYPE_ARG2_IS_VOID 1$(DL) >> $@
+	@echo $(DL)#define SEND_QUAL_ARG2$(DL) >> $@
+	@echo $(DL)#define SEND_TYPE_ARG1 int$(DL) >> $@
+	@echo $(DL)#define SEND_TYPE_ARG2 void *$(DL) >> $@
+	@echo $(DL)#define SEND_TYPE_ARG3 size_t$(DL) >> $@
+	@echo $(DL)#define SEND_TYPE_ARG4 int$(DL) >> $@
+	@echo $(DL)#define SEND_TYPE_RETV ssize_t$(DL) >> $@
+	@echo $(DL)#define SIZEOF_SIZE_T 8$(DL) >> $@
+	@echo $(DL)#define SIZEOF_STRUCT_IN6_ADDR 16$(DL) >> $@
+endif
+	@echo $(DL)#define HAVE_ARPA_INET_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_ASSERT_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_ERR_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_FCNTL_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_GETHOSTBYADDR 1$(DL) >> $@
+	@echo $(DL)#define HAVE_GETHOSTBYNAME 1$(DL) >> $@
+	@echo $(DL)#define HAVE_GETHOSTNAME 1$(DL) >> $@
+	@echo $(DL)#define HAVE_GETPROTOBYNAME 1$(DL) >> $@
+	@echo $(DL)#define HAVE_GMTIME_R 1$(DL) >> $@
+	@echo $(DL)#define HAVE_INET_ADDR 1$(DL) >> $@
+	@echo $(DL)#define HAVE_IOCTL 1$(DL) >> $@
+	@echo $(DL)#define HAVE_IOCTL_FIONBIO 1$(DL) >> $@
+	@echo $(DL)#define HAVE_LIMITS_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_LL 1$(DL) >> $@
+	@echo $(DL)#define HAVE_LOCALTIME_R 1$(DL) >> $@
+	@echo $(DL)#define HAVE_MALLOC_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_NETINET_IN_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_RECV 1$(DL) >> $@
+	@echo $(DL)#define HAVE_RECVFROM 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SELECT 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SEND 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SETJMP_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SIGNAL 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SIGNAL_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SIG_ATOMIC_T 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SOCKET 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STDLIB_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STRDUP 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STRFTIME 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STRING_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STRSTR 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STRUCT_ADDRINFO 1$(DL) >> $@
+	@echo $(DL)#define HAVE_STRUCT_TIMEVAL 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SYS_IOCTL_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SYS_STAT_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SYS_TIME_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_TIME_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_UNAME 1$(DL) >> $@
+	@echo $(DL)#define HAVE_UNISTD_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_UTIME 1$(DL) >> $@
+	@echo $(DL)#define HAVE_UTIME_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_WRITEV 1$(DL) >> $@
+	@echo $(DL)#define RETSIGTYPE void$(DL) >> $@
+	@echo $(DL)#define SIZEOF_INT 4$(DL) >> $@
+	@echo $(DL)#define SIZEOF_STRUCT_IN_ADDR 4$(DL) >> $@
+	@echo $(DL)#define STDC_HEADERS 1$(DL) >> $@
+	@echo $(DL)#define TIME_WITH_SYS_TIME 1$(DL) >> $@
+ifdef NW_WINSOCK
+	@echo $(DL)#define HAVE_CLOSESOCKET 1$(DL) >> $@
+else
+	@echo $(DL)#define HAVE_SYS_TYPES_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SYS_SOCKET_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_SYS_SOCKIO_H 1$(DL) >> $@
+	@echo $(DL)#define HAVE_NETDB_H 1$(DL) >> $@
+endif
+	@echo $(DL)#ifdef __GNUC__$(DL) >> $@
+	@echo $(DL)#define HAVE_VARIADIC_MACROS_GCC 1$(DL) >> $@
+	@echo $(DL)#else$(DL) >> $@
+	@echo $(DL)#define HAVE_VARIADIC_MACROS_C99 1$(DL) >> $@
+	@echo $(DL)#endif$(DL) >> $@
+
+FORCE: ;
+
+ares_build.h: Makefile.netware FORCE
+	@echo Creating $@
+	@echo $(DL)/* $@ intended for NetWare target.$(DL) > $@
+	@echo $(DL)** Do not edit this file - it is created by make!$(DL) >> $@
+	@echo $(DL)** All your changes will be lost!!$(DL) >> $@
+	@echo $(DL)*/$(DL) >> $@
+	@echo $(DL)#ifndef NETWARE$(DL) >> $@
+	@echo $(DL)#error This $(notdir $@) is created for NetWare platform!$(DL) >> $@
+	@echo $(DL)#endif$(DL) >> $@
+	@echo $(DL)#ifndef __CARES_BUILD_H$(DL) >> $@
+	@echo $(DL)#define __CARES_BUILD_H$(DL) >> $@
+ifeq ($(LIBARCH),CLIB)
+	@echo $(DL)#define CARES_TYPEOF_ARES_SOCKLEN_T int$(DL) >> $@
+	@echo $(DL)#define CARES_SIZEOF_ARES_SOCKLEN_T 4$(DL) >> $@
+else
+	@echo $(DL)#define CARES_TYPEOF_ARES_SOCKLEN_T unsigned int$(DL) >> $@
+	@echo $(DL)#define CARES_SIZEOF_ARES_SOCKLEN_T 4$(DL) >> $@
+endif
+	@echo $(DL)#define CARES_SIZEOF_LONG 4$(DL) >> $@
+	@echo $(DL)typedef CARES_TYPEOF_ARES_SOCKLEN_T ares_socklen_t;$(DL) >> $@
+	@echo $(DL)#endif /* __CARES_BUILD_H */$(DL) >> $@
blob - /dev/null
blob + 95a2eeea2742b06a2e8645634509c27326b4ee07 (mode 644)
--- /dev/null
+++ src/c-ares/NEWS
@@ -0,0 +1,21 @@
+Major changes since:
+* see the CHANGES file
+
+Major changes in release 1.1.1:
+* ares should now compile as C++ code (no longer uses reserved word
+  "class").
+* Added SRV support to adig test program.
+* Fixed a few error handling bugs in query processing.
+
+Major changes in release 1.1.0:
+* Added ares_free_string() function so that memory can be freed in the
+  same layer as it is allocated, a desirable feature in some
+  environments.
+* A few of the ares_dns.h macros are fixed to use the proper bitwise
+  operator.
+* Fixed a couple of fenceposts fixed in ares_expand_name()'s
+  bounds-checking.
+* In process_timeouts(), extract query->next before calling
+  next_server() and possibly freeing the query structure.
+* Casted arguments to ctype macros casted to unsigned char, since not
+  all char values are valid inputs to those macros according to ANSI.
blob - /dev/null
blob + 56a43c53a74b4b826ef807634ddaa3e21eee3bb6 (mode 644)
--- /dev/null
+++ src/c-ares/README
@@ -0,0 +1,60 @@
+c-ares
+======
+
+This is c-ares, an asynchronous resolver library.  It is intended for
+applications which need to perform DNS queries without blocking, or need to
+perform multiple DNS queries in parallel.  The primary examples of such
+applications are servers which communicate with multiple clients and programs
+with graphical user interfaces.
+
+The full source code is available in the 'c-ares' release archives, and in a
+git repository: http://github.com/bagder/c-ares
+
+If you find bugs, correct flaws, have questions or have comments in general in
+regard to c-ares (or by all means the original ares too), get in touch with us
+on the c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares
+
+c-ares is of course distributed under the same MIT-style license as the
+original ares.
+
+You'll find all c-ares details and news here:
+
+        http://c-ares.haxx.se/
+
+
+NOTES FOR C-ARES HACKERS
+
+The following notes apply to c-ares version 1.7.0 and later.
+
+* The distributed ares_build.h file is only intended to be used on systems
+  which can not run the also distributed configure script.
+
+* The distributed ares_build.h file is generated as a copy of ares_build.h.dist
+  when the c-ares source code distribution archive file is originally created.
+
+* If you check out from git on a non-configure platform, you must run the
+  appropriate buildconf* script to set up ares_build.h and other local files
+  before being able of compiling the library.
+
+* On systems capable of running the configure script, the configure process
+  will overwrite the distributed ares_build.h file with one that is suitable
+  and specific to the library being configured and built, this new file is
+  generated from the ares_build.h.in template file.
+
+* If you intend to distribute an already compiled c-ares library you _MUST_
+  also distribute along with it the generated ares_build.h which has been
+  used to compile it. Otherwise the library will be of no use for the users of
+  the library that you have built. It is _your_ responsibility to provide this
+  file. No one at the c-ares project can know how you have built the library.
+
+* File ares_build.h includes platform and configuration dependent info,
+  and must not be modified by anyone. Configure script generates it for you.
+
+* We cannot assume anything else but very basic compiler features being
+  present. While c-ares requires an ANSI C compiler to build, some of the
+  earlier ANSI compilers clearly can't deal with some preprocessor operators.
+
+* Newlines must remain unix-style for older compilers' sake.
+
+* Comments must be written in the old-style /* unnested C-fashion */
+
blob - /dev/null
blob + aca54c8cd1fc77e7259609bb0a2c75ed8414c75b (mode 644)
--- /dev/null
+++ src/c-ares/README.cares
@@ -0,0 +1,13 @@
+c-ares
+======
+
+This package is based on ares 1.1.1 (written by Greg Hudson). I decided to
+fork and release a separate project since the ares author didn't want the
+improvements that were vital for our use of it.
+
+This package is dubbed 'c-ares' since I (Daniel Stenberg) wanted this for use
+within the curl project (hence the letter C) and it makes a nice pun. Also,
+c-ares is not API compatible with ares: a new name makes that more obvious to
+the public.
+
+The original libares was distributed at athena-dist.mit.edu:pub/ATHENA/ares.
blob - /dev/null
blob + 9c1163ac5f1060f8d4701a6ebfef9007df9e082a (mode 644)
--- /dev/null
+++ src/c-ares/README.msvc
@@ -0,0 +1,118 @@
+
+
+                          ___       __ _ _ __ ___  ___ 
+                         / __| ___ / _` | '__/ _ \/ __|
+                        | (_  |___| (_| | | |  __/\__ \
+                         \___|     \__,_|_|  \___||___/
+
+
+                How to build c-ares using MSVC or Visual Studio
+               =================================================
+
+
+
+  How to build using MSVC from the command line
+  ---------------------------------------------
+
+  Open a command prompt window and ensure that the environment is properly
+  set up in order to use MSVC or Visual Studio compiler tools.
+
+  Change to c-ares source folder where Makefile.msvc file is located and run:
+
+  > nmake -f Makefile.msvc
+
+  This will build all c-ares libraries as well as three sample programs.
+
+  Once the above command has finished a new folder named MSVCXX will exist
+  below the folder where makefile.msvc is found. The name of the folder
+  depends on the MSVC compiler version being used to build c-ares.
+
+  Below the MSVCXX folder there will exist four folders named 'cares',
+  'ahost', 'acountry', and 'adig'. The 'cares' folder is the one that
+  holds the c-ares libraries you have just generated, the other three
+  hold sample programs that use the libraries.
+
+  The above command builds four versions of the c-ares library, dynamic
+  and static versions and each one in release and debug flavours. Each
+  of these is found in folders named dll-release, dll-debug, lib-release,
+  and lib-debug, which hang from the 'cares' folder mentioned above. Each
+  sample program also has folders with the same names to reflect which
+  library version it is using.
+
+
+  How to build using Visual Studio 6 IDE
+  --------------------------------------
+
+  A VC++ 6.0 reference workspace (vc6aws.dsw) is available within the 'vc'
+  folder to allow proper building of the library and sample programs.
+
+  1) Open the vc6aws.dsw workspace with MSVC6's IDE.
+  2) Select 'Build' from top menu.
+  3) Select 'Batch Build' from dropdown menu.
+  4) Make sure that the sixteen project configurations are 'checked'.
+  5) Click on the 'Build' button.
+  6) Once the sixteen project configurations are built you are done.
+
+  Dynamic and static c-ares libraries are built in debug and release flavours,
+  and can be located each one in its own subdirectory, dll-debug, dll-release,
+  lib-debug and lib-release, all of them below the 'vc\cares' subdirectory.
+
+  In the same way four executable versions of each sample program are built,
+  each using its respective library. The resulting sample executables are
+  located in its own subdirectory, dll-debug, dll-release, lib-debug and
+  lib-release, below the 'vc\acountry', 'vc\adig' and 'vc\ahost'folders.
+
+  These reference VC++ 6.0 configurations are generated using the dynamic CRT.
+
+
+  How to build using Visual Studio 2003 or newer IDE
+  --------------------------------------------------
+
+  First you have to convert the VC++ 6.0 reference workspace and project files
+  to the Visual Studio IDE version you are using, following next steps:
+
+  1) Open vc\vc6aws.dsw with VS20XX.
+  2) Allow VS20XX to update all projects and workspaces.
+  3) Save ALL and close VS20XX.
+  4) Open vc\vc6aws.sln with VS20XX.
+  5) Select batch build, check 'all' projects and click 'build' button.
+
+  Same comments relative to generated files and folders as done above for
+  Visual Studio 6 IDE apply here.
+
+
+  Relationship between c-ares library file names and versions
+  -----------------------------------------------------------
+
+  c-ares static release library version files:
+
+      libcares.lib -> static release library
+
+  c-ares static debug library version files:
+
+      libcaresd.lib -> static debug library
+
+  c-ares dynamic release library version files:
+
+      cares.dll -> dynamic release library
+      cares.lib -> import library for the dynamic release library
+      cares.exp -> export file for the dynamic release library
+
+  c-ares dynamic debug library version files:
+
+      caresd.dll -> dynamic debug library
+      caresd.lib -> import library for the dynamic debug library
+      caresd.exp -> export file for the dynamic debug library
+      caresd.pdb -> debug symbol file for the dynamic debug library
+
+
+  How to use c-ares static libraries
+  ----------------------------------
+
+  When using the c-ares static library in your program, you will have to
+  define preprocessor symbol CARES_STATICLIB while building your program,
+  otherwise you will get errors at linkage stage.
+
+
+Have Fun!
+ 
blob - /dev/null
blob + 639a314e19671c01b582209f7ac505aeb839c841 (mode 644)
--- /dev/null
+++ src/c-ares/RELEASE-NOTES
@@ -0,0 +1,25 @@
+c-ares version 1.7.4
+
+Changed:
+
+ o local-bind: Support binding to local interface/IPs, see
+   ares_set_local_ip4, ares_set_local_ip6, ares_set_local_dev
+
+Fixed:
+
+ o memory leak in ares_getnameinfo
+ o add missing break that caused get_ares_servers to fail
+ o ares_parse_a_reply: fix CNAME response parsing
+ o init_by_options: don't copy an empty sortlist
+ o Replaced uint32_t with unsigned int to fix broken builds
+   on a couple of platforms
+ o Fix lookup with HOSTALIASES set
+ o adig: fix NAPTR parsing
+ o compiler warning cleanups
+
+Thanks go to these friendly people for their efforts and contributions:
+
+ Andrew C. Morrow, Ben Greear, Ben Noordhuis, Daniel Stenberg,
+ Guenter Knauf, Mike Crowe, Patrik Thunstrom, Yang Tse
+
+Have fun!
blob - /dev/null
blob + fa31cea6fb79b42edda1a4dd4ab9745fb783c237 (mode 644)
--- /dev/null
+++ src/c-ares/TODO
@@ -0,0 +1,23 @@
+TODO
+====
+
+ares_reinit()
+
+- To allow an app to force a re-read of /etc/resolv.conf etc, pretty much
+  like the res_init() resolver function offers
+
+ares_gethostbyname
+
+- When built to support IPv6, it needs to also support PF_UNSPEC or similar,
+  so that an application can ask for any protocol and then c-ares would return
+  all known resolves and not just explicitly IPv4 _or_ IPv6 resolves.
+
+ares_process
+
+- Upon next ABI breakage ares_process() should be changed to return 'int'
+  and return ARES_ENOTINITIALIZED if ares_library_init() has not been called.
+
+ares_process_fd
+
+- Upon next ABI breakage ares_process_fd() should be changed to return
+  'int' and return ARES_ENOTINITIALIZED if library has not been initialized.
blob - /dev/null
blob + 336dfabb65c0733cfea9a677b742bba820b64a39 (mode 644)
--- /dev/null
+++ src/c-ares/acinclude.m4
@@ -0,0 +1,1925 @@
+
+
+dnl CURL_CHECK_DEF (SYMBOL, [INCLUDES], [SILENT])
+dnl -------------------------------------------------
+dnl Use the C preprocessor to find out if the given object-style symbol
+dnl is defined and get its expansion. This macro will not use default
+dnl includes even if no INCLUDES argument is given. This macro will run
+dnl silently when invoked with three arguments. If the expansion would
+dnl result in a set of double-quoted strings the returned expansion will
+dnl actually be a single double-quoted string concatenating all them.
+
+AC_DEFUN([CURL_CHECK_DEF], [
+  AS_VAR_PUSHDEF([ac_HaveDef], [curl_cv_have_def_$1])dnl
+  AS_VAR_PUSHDEF([ac_Def], [curl_cv_def_$1])dnl
+  if test -z "$SED"; then
+    AC_MSG_ERROR([SED not set. Cannot continue without SED being set.])
+  fi
+  if test -z "$GREP"; then
+    AC_MSG_ERROR([GREP not set. Cannot continue without GREP being set.])
+  fi
+  ifelse($3,,[AC_MSG_CHECKING([for preprocessor definition of $1])])
+  tmp_exp=""
+  AC_PREPROC_IFELSE([
+    AC_LANG_SOURCE(
+ifelse($2,,,[$2])[[
+#ifdef $1
+CURL_DEF_TOKEN $1
+#endif
+    ]])
+  ],[
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[[ ]]//' 2>/dev/null | \
+      "$SED" 's/[["]][[ ]]*[["]]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "$1"; then
+      tmp_exp=""
+    fi
+  ])
+  if test -z "$tmp_exp"; then
+    AS_VAR_SET(ac_HaveDef, no)
+    ifelse($3,,[AC_MSG_RESULT([no])])
+  else
+    AS_VAR_SET(ac_HaveDef, yes)
+    AS_VAR_SET(ac_Def, $tmp_exp)
+    ifelse($3,,[AC_MSG_RESULT([$tmp_exp])])
+  fi
+  AS_VAR_POPDEF([ac_Def])dnl
+  AS_VAR_POPDEF([ac_HaveDef])dnl
+])
+
+
+dnl CURL_CHECK_DEF_CC (SYMBOL, [INCLUDES], [SILENT])
+dnl -------------------------------------------------
+dnl Use the C compiler to find out only if the given symbol is defined
+dnl or not, this can not find out its expansion. This macro will not use
+dnl default includes even if no INCLUDES argument is given. This macro
+dnl will run silently when invoked with three arguments.
+
+AC_DEFUN([CURL_CHECK_DEF_CC], [
+  AS_VAR_PUSHDEF([ac_HaveDef], [curl_cv_have_def_$1])dnl
+  ifelse($3,,[AC_MSG_CHECKING([for compiler definition of $1])])
+  AC_COMPILE_IFELSE([
+    AC_LANG_SOURCE(
+ifelse($2,,,[$2])[[
+int main (void)
+{
+#ifdef $1
+  return 0;
+#else
+  force compilation error
+#endif
+}
+    ]])
+  ],[
+    tst_symbol_defined="yes"
+  ],[
+    tst_symbol_defined="no"
+  ])
+  if test "$tst_symbol_defined" = "yes"; then
+    AS_VAR_SET(ac_HaveDef, yes)
+    ifelse($3,,[AC_MSG_RESULT([yes])])
+  else
+    AS_VAR_SET(ac_HaveDef, no)
+    ifelse($3,,[AC_MSG_RESULT([no])])
+  fi
+  AS_VAR_POPDEF([ac_HaveDef])dnl
+])
+
+
+dnl CARES_CHECK_LIB_XNET
+dnl -------------------------------------------------
+dnl Verify if X/Open network library is required.
+
+AC_DEFUN([CARES_CHECK_LIB_XNET], [
+  AC_MSG_CHECKING([if X/Open network library is required])
+  tst_lib_xnet_required="no"
+  AC_COMPILE_IFELSE([
+    AC_LANG_SOURCE([[
+int main (void)
+{
+#if defined(__hpux) && defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 600)
+  return 0;
+#elif defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED)
+  return 0;
+#else
+  force compilation error
+#endif
+}
+    ]])
+  ],[
+    tst_lib_xnet_required="yes"
+    LIBS="$LIBS -lxnet"
+  ])
+  AC_MSG_RESULT([$tst_lib_xnet_required])
+])
+
+
+dnl CARES_CHECK_AIX_ALL_SOURCE
+dnl -------------------------------------------------
+dnl Provides a replacement of traditional AC_AIX with
+dnl an uniform behaviour across all autoconf versions,
+dnl and with our own placement rules.
+
+AC_DEFUN([CARES_CHECK_AIX_ALL_SOURCE], [
+  AH_VERBATIM([_ALL_SOURCE],
+    [/* Define to 1 if OS is AIX. */
+#ifndef _ALL_SOURCE
+#  undef _ALL_SOURCE
+#endif])
+  AC_BEFORE([$0], [AC_SYS_LARGEFILE])dnl
+  AC_BEFORE([$0], [CARES_CONFIGURE_REENTRANT])dnl
+  AC_MSG_CHECKING([if OS is AIX (to define _ALL_SOURCE)])
+  AC_EGREP_CPP([yes_this_is_aix],[
+#ifdef _AIX
+   yes_this_is_aix
+#endif
+  ],[
+    AC_MSG_RESULT([yes])
+    AC_DEFINE(_ALL_SOURCE)
+  ],[
+    AC_MSG_RESULT([no])
+  ])
+])
+
+
+dnl CURL_CHECK_HEADER_WINDOWS
+dnl -------------------------------------------------
+dnl Check for compilable and valid windows.h header 
+
+AC_DEFUN([CURL_CHECK_HEADER_WINDOWS], [
+  AC_CACHE_CHECK([for windows.h], [ac_cv_header_windows_h], [
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+#undef inline
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+      ]],[[
+#if defined(__CYGWIN__) || defined(__CEGCC__)
+        HAVE_WINDOWS_H shall not be defined.
+#else
+        int dummy=2*WINVER;
+#endif
+      ]])
+    ],[
+      ac_cv_header_windows_h="yes"
+    ],[
+      ac_cv_header_windows_h="no"
+    ])
+  ])
+  case "$ac_cv_header_windows_h" in
+    yes)
+      AC_DEFINE_UNQUOTED(HAVE_WINDOWS_H, 1,
+        [Define to 1 if you have the windows.h header file.])
+      AC_DEFINE_UNQUOTED(WIN32_LEAN_AND_MEAN, 1,
+        [Define to avoid automatic inclusion of winsock.h])
+      ;;
+  esac
+])
+
+
+dnl CURL_CHECK_NATIVE_WINDOWS
+dnl -------------------------------------------------
+dnl Check if building a native Windows target
+
+AC_DEFUN([CURL_CHECK_NATIVE_WINDOWS], [
+  AC_REQUIRE([CURL_CHECK_HEADER_WINDOWS])dnl
+  AC_CACHE_CHECK([whether build target is a native Windows one], [ac_cv_native_windows], [
+    if test "$ac_cv_header_windows_h" = "no"; then
+      ac_cv_native_windows="no"
+    else
+      AC_COMPILE_IFELSE([
+        AC_LANG_PROGRAM([[
+        ]],[[
+#if defined(__MINGW32__) || defined(__MINGW32CE__) || \
+   (defined(_MSC_VER) && (defined(_WIN32) || defined(_WIN64)))
+          int dummy=1;
+#else
+          Not a native Windows build target.
+#endif
+        ]])
+      ],[
+        ac_cv_native_windows="yes"
+      ],[
+        ac_cv_native_windows="no"
+      ])
+    fi
+  ])
+  case "$ac_cv_native_windows" in
+    yes)
+      AC_DEFINE_UNQUOTED(NATIVE_WINDOWS, 1,
+        [Define to 1 if you are building a native Windows target.])
+      ;;
+  esac
+])
+
+
+dnl CURL_CHECK_HEADER_WINSOCK
+dnl -------------------------------------------------
+dnl Check for compilable and valid winsock.h header 
+
+AC_DEFUN([CURL_CHECK_HEADER_WINSOCK], [
+  AC_REQUIRE([CURL_CHECK_HEADER_WINDOWS])dnl
+  AC_CACHE_CHECK([for winsock.h], [ac_cv_header_winsock_h], [
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+#undef inline
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#include <winsock.h>
+      ]],[[
+#if defined(__CYGWIN__) || defined(__CEGCC__)
+        HAVE_WINSOCK_H shall not be defined.
+#else
+        int dummy=WSACleanup();
+#endif
+      ]])
+    ],[
+      ac_cv_header_winsock_h="yes"
+    ],[
+      ac_cv_header_winsock_h="no"
+    ])
+  ])
+  case "$ac_cv_header_winsock_h" in
+    yes)
+      AC_DEFINE_UNQUOTED(HAVE_WINSOCK_H, 1,
+        [Define to 1 if you have the winsock.h header file.])
+      ;;
+  esac
+])
+
+
+dnl CURL_CHECK_HEADER_WINSOCK2
+dnl -------------------------------------------------
+dnl Check for compilable and valid winsock2.h header 
+
+AC_DEFUN([CURL_CHECK_HEADER_WINSOCK2], [
+  AC_REQUIRE([CURL_CHECK_HEADER_WINDOWS])dnl
+  AC_CACHE_CHECK([for winsock2.h], [ac_cv_header_winsock2_h], [
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+#undef inline
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#include <winsock2.h>
+      ]],[[
+#if defined(__CYGWIN__) || defined(__CEGCC__) || defined(__MINGW32CE__)
+        HAVE_WINSOCK2_H shall not be defined.
+#else
+        int dummy=2*IPPROTO_ESP;
+#endif
+      ]])
+    ],[
+      ac_cv_header_winsock2_h="yes"
+    ],[
+      ac_cv_header_winsock2_h="no"
+    ])
+  ])
+  case "$ac_cv_header_winsock2_h" in
+    yes)
+      AC_DEFINE_UNQUOTED(HAVE_WINSOCK2_H, 1,
+        [Define to 1 if you have the winsock2.h header file.])
+      ;;
+  esac
+])
+
+
+dnl CURL_CHECK_HEADER_WS2TCPIP
+dnl -------------------------------------------------
+dnl Check for compilable and valid ws2tcpip.h header
+
+AC_DEFUN([CURL_CHECK_HEADER_WS2TCPIP], [
+  AC_REQUIRE([CURL_CHECK_HEADER_WINSOCK2])dnl
+  AC_CACHE_CHECK([for ws2tcpip.h], [ac_cv_header_ws2tcpip_h], [
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+#undef inline
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#include <winsock2.h>
+#include <ws2tcpip.h>
+      ]],[[
+#if defined(__CYGWIN__) || defined(__CEGCC__) || defined(__MINGW32CE__)
+        HAVE_WS2TCPIP_H shall not be defined.
+#else
+        int dummy=2*IP_PKTINFO;
+#endif
+      ]])
+    ],[
+      ac_cv_header_ws2tcpip_h="yes"
+    ],[
+      ac_cv_header_ws2tcpip_h="no"
+    ])
+  ])
+  case "$ac_cv_header_ws2tcpip_h" in
+    yes)
+      AC_DEFINE_UNQUOTED(HAVE_WS2TCPIP_H, 1,
+        [Define to 1 if you have the ws2tcpip.h header file.])
+      ;;
+  esac
+])
+
+
+dnl CURL_CHECK_HEADER_MALLOC
+dnl -------------------------------------------------
+dnl Check for compilable and valid malloc.h header,
+dnl and check if it is needed even with stdlib.h
+
+AC_DEFUN([CURL_CHECK_HEADER_MALLOC], [
+  AC_CACHE_CHECK([for malloc.h], [ac_cv_header_malloc_h], [
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+#include <malloc.h>
+      ]],[[
+        void *p = malloc(10);
+        void *q = calloc(10,10);
+        free(p);
+        free(q);
+      ]])
+    ],[
+      ac_cv_header_malloc_h="yes"
+    ],[
+      ac_cv_header_malloc_h="no"
+    ])
+  ])
+  if test "$ac_cv_header_malloc_h" = "yes"; then
+    AC_DEFINE_UNQUOTED(HAVE_MALLOC_H, 1,
+      [Define to 1 if you have the malloc.h header file.])
+    #
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+#include <stdlib.h>
+      ]],[[
+        void *p = malloc(10);
+        void *q = calloc(10,10);
+        free(p);
+        free(q);
+      ]])
+    ],[
+      curl_cv_need_header_malloc_h="no"
+    ],[
+      curl_cv_need_header_malloc_h="yes"
+    ])
+    #
+    case "$curl_cv_need_header_malloc_h" in
+      yes)
+        AC_DEFINE_UNQUOTED(NEED_MALLOC_H, 1,
+          [Define to 1 if you need the malloc.h header file even with stdlib.h])
+        ;;
+    esac
+  fi
+])
+
+
+dnl CURL_CHECK_HEADER_MEMORY
+dnl -------------------------------------------------
+dnl Check for compilable and valid memory.h header,
+dnl and check if it is needed even with stdlib.h for
+dnl memory related functions.
+
+AC_DEFUN([CURL_CHECK_HEADER_MEMORY], [
+  AC_CACHE_CHECK([for memory.h], [ac_cv_header_memory_h], [
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+#include <memory.h>
+      ]],[[
+        void *p = malloc(10);
+        void *q = calloc(10,10);
+        free(p);
+        free(q);
+      ]])
+    ],[
+      ac_cv_header_memory_h="yes"
+    ],[
+      ac_cv_header_memory_h="no"
+    ])
+  ])
+  if test "$ac_cv_header_memory_h" = "yes"; then
+    AC_DEFINE_UNQUOTED(HAVE_MEMORY_H, 1,
+      [Define to 1 if you have the memory.h header file.])
+    #
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+#include <stdlib.h>
+      ]],[[
+        void *p = malloc(10);
+        void *q = calloc(10,10);
+        free(p);
+        free(q);
+      ]])
+    ],[
+      curl_cv_need_header_memory_h="no"
+    ],[
+      curl_cv_need_header_memory_h="yes"
+    ])
+    #
+    case "$curl_cv_need_header_memory_h" in
+      yes)
+        AC_DEFINE_UNQUOTED(NEED_MEMORY_H, 1,
+          [Define to 1 if you need the memory.h header file even with stdlib.h])
+        ;;
+    esac
+  fi
+])
+
+
+dnl CURL_CHECK_FUNC_GETNAMEINFO
+dnl -------------------------------------------------
+dnl Test if the getnameinfo function is available, 
+dnl and check the types of five of its arguments.
+dnl If the function succeeds HAVE_GETNAMEINFO will be
+dnl defined, defining the types of the arguments in
+dnl GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2,
+dnl GETNAMEINFO_TYPE_ARG46 and GETNAMEINFO_TYPE_ARG7,
+dnl and also defining the type qualifier of first 
+dnl argument in GETNAMEINFO_QUAL_ARG1.
+
+AC_DEFUN([CURL_CHECK_FUNC_GETNAMEINFO], [
+  AC_REQUIRE([CURL_CHECK_HEADER_WS2TCPIP])dnl
+  AC_CHECK_HEADERS(sys/types.h sys/socket.h netdb.h)
+  #
+  AC_MSG_CHECKING([for getnameinfo])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([getnameinfo])
+  ],[
+    AC_MSG_RESULT([yes])
+    curl_cv_getnameinfo="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    curl_cv_getnameinfo="no"
+  ])
+  #
+  if test "$curl_cv_getnameinfo" != "yes"; then
+    AC_MSG_CHECKING([deeper for getnameinfo])
+    AC_LINK_IFELSE([
+      AC_LANG_PROGRAM([[
+      ]],[[
+        getnameinfo();
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      curl_cv_getnameinfo="yes"
+    ],[
+      AC_MSG_RESULT([but still no])
+      curl_cv_getnameinfo="no"
+    ])
+  fi
+  #
+  if test "$curl_cv_getnameinfo" != "yes"; then
+    AC_MSG_CHECKING([deeper and deeper for getnameinfo])
+    AC_LINK_IFELSE([
+      AC_LANG_PROGRAM([[
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#endif
+      ]],[[
+        getnameinfo(0, 0, 0, 0, 0, 0, 0);
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      curl_cv_getnameinfo="yes"
+    ],[
+      AC_MSG_RESULT([but still no])
+      curl_cv_getnameinfo="no"
+    ])
+  fi
+  #
+  if test "$curl_cv_getnameinfo" = "yes"; then
+    AC_CACHE_CHECK([types of arguments for getnameinfo],
+      [curl_cv_func_getnameinfo_args], [
+      curl_cv_func_getnameinfo_args="unknown"
+      for gni_arg1 in 'struct sockaddr *' 'const struct sockaddr *' 'void *'; do
+        for gni_arg2 in 'socklen_t' 'size_t' 'int'; do
+          for gni_arg46 in 'size_t' 'int' 'socklen_t' 'unsigned int' 'DWORD'; do
+            for gni_arg7 in 'int' 'unsigned int'; do
+              if test "$curl_cv_func_getnameinfo_args" = "unknown"; then
+                AC_COMPILE_IFELSE([
+                  AC_LANG_PROGRAM([[
+#undef inline 
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+#undef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h> 
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#define GNICALLCONV WSAAPI
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#define GNICALLCONV
+#endif
+                    extern int GNICALLCONV getnameinfo($gni_arg1, $gni_arg2,
+                                           char *, $gni_arg46,
+                                           char *, $gni_arg46,
+                                           $gni_arg7);
+                  ]],[[
+                    $gni_arg2 salen=0;
+                    $gni_arg46 hostlen=0;
+                    $gni_arg46 servlen=0;
+                    $gni_arg7 flags=0;
+                    int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+                  ]])
+                ],[
+                  curl_cv_func_getnameinfo_args="$gni_arg1,$gni_arg2,$gni_arg46,$gni_arg7"
+                ])
+              fi
+            done
+          done
+        done
+      done
+    ]) # AC-CACHE-CHECK
+    if test "$curl_cv_func_getnameinfo_args" = "unknown"; then
+      AC_MSG_WARN([Cannot find proper types to use for getnameinfo args])
+      AC_MSG_WARN([HAVE_GETNAMEINFO will not be defined])
+    else
+      gni_prev_IFS=$IFS; IFS=','
+      set dummy `echo "$curl_cv_func_getnameinfo_args" | sed 's/\*/\*/g'`
+      IFS=$gni_prev_IFS
+      shift
+      #
+      gni_qual_type_arg1=$[1]
+      #
+      AC_DEFINE_UNQUOTED(GETNAMEINFO_TYPE_ARG2, $[2],
+        [Define to the type of arg 2 for getnameinfo.])
+      AC_DEFINE_UNQUOTED(GETNAMEINFO_TYPE_ARG46, $[3],
+        [Define to the type of args 4 and 6 for getnameinfo.])
+      AC_DEFINE_UNQUOTED(GETNAMEINFO_TYPE_ARG7, $[4],
+        [Define to the type of arg 7 for getnameinfo.])
+      #
+      prev_sh_opts=$-
+      #
+      case $prev_sh_opts in
+        *f*)
+          ;;
+        *)
+          set -f
+          ;;
+      esac
+      #
+      case "$gni_qual_type_arg1" in
+        const*)
+          gni_qual_arg1=const
+          gni_type_arg1=`echo $gni_qual_type_arg1 | sed 's/^const //'`
+        ;;
+        *)
+          gni_qual_arg1=
+          gni_type_arg1=$gni_qual_type_arg1
+        ;;
+      esac
+      #
+      AC_DEFINE_UNQUOTED(GETNAMEINFO_QUAL_ARG1, $gni_qual_arg1,
+        [Define to the type qualifier of arg 1 for getnameinfo.])
+      AC_DEFINE_UNQUOTED(GETNAMEINFO_TYPE_ARG1, $gni_type_arg1,
+        [Define to the type of arg 1 for getnameinfo.])
+      #
+      case $prev_sh_opts in
+        *f*)
+          ;;
+        *)
+          set +f
+          ;;
+      esac
+      #
+      AC_DEFINE_UNQUOTED(HAVE_GETNAMEINFO, 1,
+        [Define to 1 if you have the getnameinfo function.])
+      ac_cv_func_getnameinfo="yes"
+    fi
+  fi
+])
+
+
+dnl TYPE_SOCKADDR_STORAGE
+dnl -------------------------------------------------
+dnl Check for struct sockaddr_storage. Most IPv6-enabled 
+dnl hosts have it, but AIX 4.3 is one known exception.
+
+AC_DEFUN([TYPE_SOCKADDR_STORAGE],
+[
+   AC_CHECK_TYPE([struct sockaddr_storage],
+        AC_DEFINE(HAVE_STRUCT_SOCKADDR_STORAGE, 1,
+                  [if struct sockaddr_storage is defined]), ,
+   [
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#endif
+   ])
+])
+
+
+dnl CURL_CHECK_NI_WITHSCOPEID
+dnl -------------------------------------------------
+dnl Check for working NI_WITHSCOPEID in getnameinfo()
+
+AC_DEFUN([CURL_CHECK_NI_WITHSCOPEID], [
+  AC_REQUIRE([CURL_CHECK_FUNC_GETNAMEINFO])dnl
+  AC_REQUIRE([TYPE_SOCKADDR_STORAGE])dnl
+  AC_CHECK_HEADERS(stdio.h sys/types.h sys/socket.h \
+                   netdb.h netinet/in.h arpa/inet.h)
+  #
+  AC_CACHE_CHECK([for working NI_WITHSCOPEID], 
+    [ac_cv_working_ni_withscopeid], [
+    AC_RUN_IFELSE([
+      AC_LANG_PROGRAM([[
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+#ifdef HAVE_STDIO_H
+#include <stdio.h>
+#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+      ]],[[
+#if defined(NI_WITHSCOPEID) && defined(HAVE_GETNAMEINFO)
+#ifdef HAVE_STRUCT_SOCKADDR_STORAGE
+        struct sockaddr_storage sa;
+#else
+        unsigned char sa[256];
+#endif
+        char hostbuf[NI_MAXHOST];
+        int rc;
+        GETNAMEINFO_TYPE_ARG2 salen = (GETNAMEINFO_TYPE_ARG2)sizeof(sa);
+        GETNAMEINFO_TYPE_ARG46 hostlen = (GETNAMEINFO_TYPE_ARG46)sizeof(hostbuf);
+        GETNAMEINFO_TYPE_ARG7 flags = NI_NUMERICHOST | NI_NUMERICSERV | NI_WITHSCOPEID;
+        int fd = socket(AF_INET6, SOCK_STREAM, 0);
+        if(fd < 0) {
+          perror("socket()");
+          return 1; /* Error creating socket */
+        }
+        rc = getsockname(fd, (GETNAMEINFO_TYPE_ARG1)&sa, &salen);
+        if(rc) {
+          perror("getsockname()");
+          return 2; /* Error retrieving socket name */
+        }
+        rc = getnameinfo((GETNAMEINFO_TYPE_ARG1)&sa, salen, hostbuf, hostlen, NULL, 0, flags);
+        if(rc) {
+          printf("rc = %s\n", gai_strerror(rc));
+          return 3; /* Error translating socket address */
+        }
+        return 0; /* Ok, NI_WITHSCOPEID works */
+#else
+        return 4; /* Error, NI_WITHSCOPEID not defined or no getnameinfo() */
+#endif
+      ]]) # AC-LANG-PROGRAM
+    ],[
+      # Exit code == 0. Program worked.
+      ac_cv_working_ni_withscopeid="yes"
+    ],[
+      # Exit code != 0. Program failed.
+      ac_cv_working_ni_withscopeid="no"
+    ],[
+      # Program is not run when cross-compiling. So we assume
+      # NI_WITHSCOPEID will work if we are able to compile it.
+      AC_COMPILE_IFELSE([
+        AC_LANG_PROGRAM([[
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netdb.h>
+        ]],[[
+          unsigned int dummy= NI_NUMERICHOST | NI_NUMERICSERV | NI_WITHSCOPEID;
+        ]])
+      ],[
+        ac_cv_working_ni_withscopeid="yes"
+      ],[
+        ac_cv_working_ni_withscopeid="no"
+      ]) # AC-COMPILE-IFELSE
+    ]) # AC-RUN-IFELSE
+  ]) # AC-CACHE-CHECK
+  case "$ac_cv_working_ni_withscopeid" in
+    yes)
+      AC_DEFINE(HAVE_NI_WITHSCOPEID, 1,
+        [Define to 1 if NI_WITHSCOPEID exists and works.])
+      ;;
+  esac
+])
+
+
+dnl CURL_CHECK_FUNC_RECV
+dnl -------------------------------------------------
+dnl Test if the socket recv() function is available, 
+dnl and check its return type and the types of its 
+dnl arguments. If the function succeeds HAVE_RECV 
+dnl will be defined, defining the types of the arguments 
+dnl in RECV_TYPE_ARG1, RECV_TYPE_ARG2, RECV_TYPE_ARG3 
+dnl and RECV_TYPE_ARG4, defining the type of the function
+dnl return value in RECV_TYPE_RETV.
+
+AC_DEFUN([CURL_CHECK_FUNC_RECV], [
+  AC_REQUIRE([CURL_CHECK_HEADER_WINSOCK])dnl
+  AC_REQUIRE([CURL_CHECK_HEADER_WINSOCK2])dnl
+  AC_CHECK_HEADERS(sys/types.h sys/socket.h)
+  #
+  AC_MSG_CHECKING([for recv])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+#undef inline 
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#endif
+    ]],[[
+      recv(0, 0, 0, 0);
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    curl_cv_recv="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    curl_cv_recv="no"
+  ])
+  #
+  if test "$curl_cv_recv" = "yes"; then
+    AC_CACHE_CHECK([types of args and return type for recv],
+      [curl_cv_func_recv_args], [
+      curl_cv_func_recv_args="unknown"
+      for recv_retv in 'int' 'ssize_t'; do
+        for recv_arg1 in 'int' 'ssize_t' 'SOCKET'; do
+          for recv_arg2 in 'char *' 'void *'; do
+            for recv_arg3 in 'size_t' 'int' 'socklen_t' 'unsigned int'; do
+              for recv_arg4 in 'int' 'unsigned int'; do
+                if test "$curl_cv_func_recv_args" = "unknown"; then
+                  AC_COMPILE_IFELSE([
+                    AC_LANG_PROGRAM([[
+#undef inline 
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#define RECVCALLCONV PASCAL
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#define RECVCALLCONV
+#endif
+                      extern $recv_retv RECVCALLCONV
+                      recv($recv_arg1, $recv_arg2, $recv_arg3, $recv_arg4);
+                    ]],[[
+                      $recv_arg1 s=0;
+                      $recv_arg2 buf=0;
+                      $recv_arg3 len=0;
+                      $recv_arg4 flags=0;
+                      $recv_retv res = recv(s, buf, len, flags);
+                    ]])
+                  ],[
+                    curl_cv_func_recv_args="$recv_arg1,$recv_arg2,$recv_arg3,$recv_arg4,$recv_retv"
+                  ])
+                fi
+              done
+            done
+          done
+        done
+      done
+    ]) # AC-CACHE-CHECK
+    if test "$curl_cv_func_recv_args" = "unknown"; then
+      AC_MSG_ERROR([Cannot find proper types to use for recv args])
+    else
+      recv_prev_IFS=$IFS; IFS=','
+      set dummy `echo "$curl_cv_func_recv_args" | sed 's/\*/\*/g'`
+      IFS=$recv_prev_IFS
+      shift
+      #
+      AC_DEFINE_UNQUOTED(RECV_TYPE_ARG1, $[1],
+        [Define to the type of arg 1 for recv.])
+      AC_DEFINE_UNQUOTED(RECV_TYPE_ARG2, $[2],
+        [Define to the type of arg 2 for recv.])
+      AC_DEFINE_UNQUOTED(RECV_TYPE_ARG3, $[3],
+        [Define to the type of arg 3 for recv.])
+      AC_DEFINE_UNQUOTED(RECV_TYPE_ARG4, $[4],
+        [Define to the type of arg 4 for recv.])
+      AC_DEFINE_UNQUOTED(RECV_TYPE_RETV, $[5],
+        [Define to the function return type for recv.])
+      #
+      AC_DEFINE_UNQUOTED(HAVE_RECV, 1,
+        [Define to 1 if you have the recv function.])
+      ac_cv_func_recv="yes"
+    fi
+  else
+    AC_MSG_ERROR([Unable to link function recv])
+  fi
+])
+
+
+dnl CURL_CHECK_FUNC_SEND
+dnl -------------------------------------------------
+dnl Test if the socket send() function is available, 
+dnl and check its return type and the types of its 
+dnl arguments. If the function succeeds HAVE_SEND 
+dnl will be defined, defining the types of the arguments 
+dnl in SEND_TYPE_ARG1, SEND_TYPE_ARG2, SEND_TYPE_ARG3 
+dnl and SEND_TYPE_ARG4, defining the type of the function
+dnl return value in SEND_TYPE_RETV, and also defining the 
+dnl type qualifier of second argument in SEND_QUAL_ARG2.
+
+AC_DEFUN([CURL_CHECK_FUNC_SEND], [
+  AC_REQUIRE([CURL_CHECK_HEADER_WINSOCK])dnl
+  AC_REQUIRE([CURL_CHECK_HEADER_WINSOCK2])dnl
+  AC_CHECK_HEADERS(sys/types.h sys/socket.h)
+  #
+  AC_MSG_CHECKING([for send])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+#undef inline 
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#endif
+    ]],[[
+      send(0, 0, 0, 0);
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    curl_cv_send="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    curl_cv_send="no"
+  ])
+  #
+  if test "$curl_cv_send" = "yes"; then
+    AC_CACHE_CHECK([types of args and return type for send],
+      [curl_cv_func_send_args], [
+      curl_cv_func_send_args="unknown"
+      for send_retv in 'int' 'ssize_t'; do
+        for send_arg1 in 'int' 'ssize_t' 'SOCKET'; do
+          for send_arg2 in 'char *' 'void *' 'const char *' 'const void *'; do
+            for send_arg3 in 'size_t' 'int' 'socklen_t' 'unsigned int'; do
+              for send_arg4 in 'int' 'unsigned int'; do
+                if test "$curl_cv_func_send_args" = "unknown"; then
+                  AC_COMPILE_IFELSE([
+                    AC_LANG_PROGRAM([[
+#undef inline 
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#define SENDCALLCONV PASCAL
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#define SENDCALLCONV
+#endif
+                      extern $send_retv SENDCALLCONV
+                      send($send_arg1, $send_arg2, $send_arg3, $send_arg4);
+                    ]],[[
+                      $send_arg1 s=0;
+                      $send_arg3 len=0;
+                      $send_arg4 flags=0;
+                      $send_retv res = send(s, 0, len, flags);
+                    ]])
+                  ],[
+                    curl_cv_func_send_args="$send_arg1,$send_arg2,$send_arg3,$send_arg4,$send_retv"
+                  ])
+                fi
+              done
+            done
+          done
+        done
+      done
+    ]) # AC-CACHE-CHECK
+    if test "$curl_cv_func_send_args" = "unknown"; then
+      AC_MSG_ERROR([Cannot find proper types to use for send args])
+    else
+      send_prev_IFS=$IFS; IFS=','
+      set dummy `echo "$curl_cv_func_send_args" | sed 's/\*/\*/g'`
+      IFS=$send_prev_IFS
+      shift
+      #
+      send_qual_type_arg2=$[2]
+      #
+      AC_DEFINE_UNQUOTED(SEND_TYPE_ARG1, $[1],
+        [Define to the type of arg 1 for send.])
+      AC_DEFINE_UNQUOTED(SEND_TYPE_ARG3, $[3],
+        [Define to the type of arg 3 for send.])
+      AC_DEFINE_UNQUOTED(SEND_TYPE_ARG4, $[4],
+        [Define to the type of arg 4 for send.])
+      AC_DEFINE_UNQUOTED(SEND_TYPE_RETV, $[5],
+        [Define to the function return type for send.])
+      #
+      prev_sh_opts=$-
+      #
+      case $prev_sh_opts in
+        *f*)
+          ;;
+        *)
+          set -f
+          ;;
+      esac
+      #
+      case "$send_qual_type_arg2" in
+        const*)
+          send_qual_arg2=const
+          send_type_arg2=`echo $send_qual_type_arg2 | sed 's/^const //'`
+        ;;
+        *)
+          send_qual_arg2=
+          send_type_arg2=$send_qual_type_arg2
+        ;;
+      esac
+      #
+      AC_DEFINE_UNQUOTED(SEND_QUAL_ARG2, $send_qual_arg2,
+        [Define to the type qualifier of arg 2 for send.])
+      AC_DEFINE_UNQUOTED(SEND_TYPE_ARG2, $send_type_arg2,
+        [Define to the type of arg 2 for send.])
+      #
+      case $prev_sh_opts in
+        *f*)
+          ;;
+        *)
+          set +f
+          ;;
+      esac
+      #
+      AC_DEFINE_UNQUOTED(HAVE_SEND, 1,
+        [Define to 1 if you have the send function.])
+      ac_cv_func_send="yes"
+    fi
+  else
+    AC_MSG_ERROR([Unable to link function send])
+  fi
+])
+
+
+dnl CURL_CHECK_FUNC_RECVFROM
+dnl -------------------------------------------------
+dnl Test if the socket recvfrom() function is available,
+dnl and check its return type and the types of its
+dnl arguments. If the function succeeds HAVE_RECVFROM
+dnl will be defined, defining the types of the arguments
+dnl in RECVFROM_TYPE_ARG1, RECVFROM_TYPE_ARG2, and so on
+dnl to RECVFROM_TYPE_ARG6, defining also the type of the
+dnl function return value in RECVFROM_TYPE_RETV.
+dnl Notice that the types returned for pointer arguments
+dnl will actually be the type pointed by the pointer.
+
+AC_DEFUN([CURL_CHECK_FUNC_RECVFROM], [
+  AC_REQUIRE([CURL_CHECK_HEADER_WINSOCK])dnl
+  AC_REQUIRE([CURL_CHECK_HEADER_WINSOCK2])dnl
+  AC_CHECK_HEADERS(sys/types.h sys/socket.h)
+  #
+  AC_MSG_CHECKING([for recvfrom])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+#undef inline 
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#endif
+    ]],[[
+      recvfrom(0, 0, 0, 0, 0, 0);
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    curl_cv_recvfrom="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    curl_cv_recvfrom="no"
+  ])
+  #
+  if test "$curl_cv_recvfrom" = "yes"; then
+    AC_CACHE_CHECK([types of args and return type for recvfrom],
+      [curl_cv_func_recvfrom_args], [
+      curl_cv_func_recvfrom_args="unknown"
+      for recvfrom_retv in 'int' 'ssize_t'; do
+        for recvfrom_arg1 in 'int' 'ssize_t' 'SOCKET'; do
+          for recvfrom_arg2 in 'char *' 'void *'; do
+            for recvfrom_arg3 in 'size_t' 'int' 'socklen_t' 'unsigned int'; do
+              for recvfrom_arg4 in 'int' 'unsigned int'; do
+                for recvfrom_arg5 in 'struct sockaddr *' 'void *'; do
+                  for recvfrom_arg6 in 'socklen_t *' 'int *' 'unsigned int *' 'size_t *' 'void *'; do
+                    if test "$curl_cv_func_recvfrom_args" = "unknown"; then
+                      AC_COMPILE_IFELSE([
+                        AC_LANG_PROGRAM([[
+#undef inline 
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#define RECVFROMCALLCONV PASCAL
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#define RECVFROMCALLCONV
+#endif
+                          extern $recvfrom_retv RECVFROMCALLCONV
+                          recvfrom($recvfrom_arg1, $recvfrom_arg2,
+                                   $recvfrom_arg3, $recvfrom_arg4,
+                                   $recvfrom_arg5, $recvfrom_arg6);
+                        ]],[[
+                          $recvfrom_arg1 s=0;
+                          $recvfrom_arg2 buf=0;
+                          $recvfrom_arg3 len=0;
+                          $recvfrom_arg4 flags=0;
+                          $recvfrom_arg5 addr=0;
+                          $recvfrom_arg6 addrlen=0;
+                          $recvfrom_retv res=0;
+                          res = recvfrom(s, buf, len, flags, addr, addrlen);
+                        ]])
+                      ],[
+                        curl_cv_func_recvfrom_args="$recvfrom_arg1,$recvfrom_arg2,$recvfrom_arg3,$recvfrom_arg4,$recvfrom_arg5,$recvfrom_arg6,$recvfrom_retv"
+                      ])
+                    fi
+                  done
+                done
+              done
+            done
+          done
+        done
+      done
+    ]) # AC-CACHE-CHECK
+    # Nearly last minute change for this release starts here
+    AC_DEFINE_UNQUOTED(HAVE_RECVFROM, 1,
+      [Define to 1 if you have the recvfrom function.])
+    ac_cv_func_recvfrom="yes"
+    # Nearly last minute change for this release ends here
+    if test "$curl_cv_func_recvfrom_args" = "unknown"; then
+      AC_MSG_WARN([Cannot find proper types to use for recvfrom args])
+    else
+      recvfrom_prev_IFS=$IFS; IFS=','
+      set dummy `echo "$curl_cv_func_recvfrom_args" | sed 's/\*/\*/g'`
+      IFS=$recvfrom_prev_IFS
+      shift
+      #
+      recvfrom_ptrt_arg2=$[2]
+      recvfrom_ptrt_arg5=$[5]
+      recvfrom_ptrt_arg6=$[6]
+      #
+      AC_DEFINE_UNQUOTED(RECVFROM_TYPE_ARG1, $[1],
+        [Define to the type of arg 1 for recvfrom.])
+      AC_DEFINE_UNQUOTED(RECVFROM_TYPE_ARG3, $[3],
+        [Define to the type of arg 3 for recvfrom.])
+      AC_DEFINE_UNQUOTED(RECVFROM_TYPE_ARG4, $[4],
+        [Define to the type of arg 4 for recvfrom.])
+      AC_DEFINE_UNQUOTED(RECVFROM_TYPE_RETV, $[7],
+        [Define to the function return type for recvfrom.])
+      #
+      prev_sh_opts=$-
+      #
+      case $prev_sh_opts in
+        *f*)
+          ;;
+        *)
+          set -f
+          ;;
+      esac
+      #
+      recvfrom_type_arg2=`echo $recvfrom_ptrt_arg2 | sed 's/ \*//'`
+      recvfrom_type_arg5=`echo $recvfrom_ptrt_arg5 | sed 's/ \*//'`
+      recvfrom_type_arg6=`echo $recvfrom_ptrt_arg6 | sed 's/ \*//'`
+      #
+      AC_DEFINE_UNQUOTED(RECVFROM_TYPE_ARG2, $recvfrom_type_arg2,
+        [Define to the type pointed by arg 2 for recvfrom.])
+      AC_DEFINE_UNQUOTED(RECVFROM_TYPE_ARG5, $recvfrom_type_arg5,
+        [Define to the type pointed by arg 5 for recvfrom.])
+      AC_DEFINE_UNQUOTED(RECVFROM_TYPE_ARG6, $recvfrom_type_arg6,
+        [Define to the type pointed by arg 6 for recvfrom.])
+      #
+      if test "$recvfrom_type_arg2" = "void"; then
+        AC_DEFINE_UNQUOTED(RECVFROM_TYPE_ARG2_IS_VOID, 1,
+          [Define to 1 if the type pointed by arg 2 for recvfrom is void.])
+      fi
+      if test "$recvfrom_type_arg5" = "void"; then
+        AC_DEFINE_UNQUOTED(RECVFROM_TYPE_ARG5_IS_VOID, 1,
+          [Define to 1 if the type pointed by arg 5 for recvfrom is void.])
+      fi
+      if test "$recvfrom_type_arg6" = "void"; then
+        AC_DEFINE_UNQUOTED(RECVFROM_TYPE_ARG6_IS_VOID, 1,
+          [Define to 1 if the type pointed by arg 6 for recvfrom is void.])
+      fi
+      #
+      case $prev_sh_opts in
+        *f*)
+          ;;
+        *)
+          set +f
+          ;;
+      esac
+      #
+      AC_DEFINE_UNQUOTED(HAVE_RECVFROM, 1,
+        [Define to 1 if you have the recvfrom function.])
+      ac_cv_func_recvfrom="yes"
+    fi
+  else
+    AC_MSG_WARN([Unable to link function recvfrom])
+    AC_MSG_WARN([Your system will be vulnerable to some forms of DNS cache poisoning])
+  fi
+])
+
+
+dnl CURL_CHECK_MSG_NOSIGNAL
+dnl -------------------------------------------------
+dnl Check for MSG_NOSIGNAL
+
+AC_DEFUN([CURL_CHECK_MSG_NOSIGNAL], [
+  AC_CHECK_HEADERS(sys/types.h sys/socket.h)
+  AC_CACHE_CHECK([for MSG_NOSIGNAL], [ac_cv_msg_nosignal], [
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+#undef inline 
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#endif
+      ]],[[
+        int flag=MSG_NOSIGNAL;
+      ]])
+    ],[
+      ac_cv_msg_nosignal="yes"
+    ],[
+      ac_cv_msg_nosignal="no"
+    ])
+  ])
+  case "$ac_cv_msg_nosignal" in
+    yes)
+      AC_DEFINE_UNQUOTED(HAVE_MSG_NOSIGNAL, 1,
+        [Define to 1 if you have the MSG_NOSIGNAL flag.])
+      ;;
+  esac
+])
+
+
+dnl CURL_CHECK_STRUCT_TIMEVAL
+dnl -------------------------------------------------
+dnl Check for timeval struct
+
+AC_DEFUN([CURL_CHECK_STRUCT_TIMEVAL], [
+  AC_REQUIRE([AC_HEADER_TIME])dnl
+  AC_REQUIRE([CURL_CHECK_HEADER_WINSOCK])dnl
+  AC_REQUIRE([CURL_CHECK_HEADER_WINSOCK2])dnl
+  AC_CHECK_HEADERS(sys/types.h sys/time.h time.h sys/socket.h)
+  AC_CACHE_CHECK([for struct timeval], [ac_cv_struct_timeval], [
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+#undef inline 
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#ifdef TIME_WITH_SYS_TIME
+#include <time.h>
+#endif
+#else
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+      ]],[[
+        struct timeval ts;
+        ts.tv_sec  = 0;
+        ts.tv_usec = 0;
+      ]])
+    ],[
+      ac_cv_struct_timeval="yes"
+    ],[
+      ac_cv_struct_timeval="no"
+    ])
+  ])
+  case "$ac_cv_struct_timeval" in
+    yes)
+      AC_DEFINE_UNQUOTED(HAVE_STRUCT_TIMEVAL, 1,
+        [Define to 1 if you have the timeval struct.])
+      ;;
+  esac
+])
+
+
+dnl TYPE_SIG_ATOMIC_T
+dnl -------------------------------------------------
+dnl Check if the sig_atomic_t type is available, and
+dnl verify if it is already defined as volatile.
+
+AC_DEFUN([TYPE_SIG_ATOMIC_T], [
+  AC_CHECK_HEADERS(signal.h)
+  AC_CHECK_TYPE([sig_atomic_t],[
+    AC_DEFINE(HAVE_SIG_ATOMIC_T, 1,
+      [Define to 1 if sig_atomic_t is an available typedef.])
+  ], ,[
+#ifdef HAVE_SIGNAL_H
+#include <signal.h>
+#endif
+  ])
+  case "$ac_cv_type_sig_atomic_t" in
+    yes)
+      #
+      AC_MSG_CHECKING([if sig_atomic_t is already defined as volatile])
+      AC_LINK_IFELSE([
+        AC_LANG_PROGRAM([[
+#ifdef HAVE_SIGNAL_H
+#include <signal.h>
+#endif
+        ]],[[
+          static volatile sig_atomic_t dummy = 0;
+        ]])
+      ],[
+        AC_MSG_RESULT([no])
+        ac_cv_sig_atomic_t_volatile="no"
+      ],[
+        AC_MSG_RESULT([yes])
+        ac_cv_sig_atomic_t_volatile="yes"
+      ])
+      #
+      if test "$ac_cv_sig_atomic_t_volatile" = "yes"; then
+        AC_DEFINE(HAVE_SIG_ATOMIC_T_VOLATILE, 1,
+          [Define to 1 if sig_atomic_t is already defined as volatile.])
+      fi
+      ;;
+  esac
+])
+
+
+dnl TYPE_IN_ADDR_T
+dnl -------------------------------------------------
+dnl Check for in_addr_t: it is used to receive the return code of inet_addr()
+dnl and a few other things.
+
+AC_DEFUN([TYPE_IN_ADDR_T], [
+  AC_CHECK_TYPE([in_addr_t], ,[
+    dnl in_addr_t not available
+    AC_CACHE_CHECK([for in_addr_t equivalent],
+      [curl_cv_in_addr_t_equiv], [
+      curl_cv_in_addr_t_equiv="unknown"
+      for t in "unsigned long" int size_t unsigned long; do
+        if test "$curl_cv_in_addr_t_equiv" = "unknown"; then
+          AC_LINK_IFELSE([
+            AC_LANG_PROGRAM([[
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#endif
+            ]],[[
+              $t data = inet_addr ("1.2.3.4");
+            ]])
+          ],[
+            curl_cv_in_addr_t_equiv="$t"
+          ])
+        fi
+      done
+    ])
+    case "$curl_cv_in_addr_t_equiv" in
+      unknown)
+        AC_MSG_ERROR([Cannot find a type to use in place of in_addr_t])
+        ;;
+      *)
+        AC_DEFINE_UNQUOTED(in_addr_t, $curl_cv_in_addr_t_equiv,
+          [Type to use in place of in_addr_t when system does not provide it.])
+        ;;
+    esac
+  ],[
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#endif
+  ])
+])
+
+
+dnl CURL_CHECK_FUNC_CLOCK_GETTIME_MONOTONIC
+dnl -------------------------------------------------
+dnl Check if monotonic clock_gettime is available.
+
+AC_DEFUN([CURL_CHECK_FUNC_CLOCK_GETTIME_MONOTONIC], [
+  AC_REQUIRE([AC_HEADER_TIME])dnl
+  AC_CHECK_HEADERS(sys/types.h sys/time.h time.h)
+  AC_MSG_CHECKING([for monotonic clock_gettime])
+  AC_COMPILE_IFELSE([
+    AC_LANG_PROGRAM([[
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#ifdef TIME_WITH_SYS_TIME
+#include <time.h>
+#endif
+#else
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
+#endif
+    ]],[[
+      struct timespec ts;
+      (void)clock_gettime(CLOCK_MONOTONIC, &ts);
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    ac_cv_func_clock_gettime="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    ac_cv_func_clock_gettime="no"
+  ])
+  dnl Definition of HAVE_CLOCK_GETTIME_MONOTONIC is intentionally postponed
+  dnl until library linking and run-time checks for clock_gettime succeed.
+])
+
+
+dnl CURL_CHECK_LIBS_CLOCK_GETTIME_MONOTONIC
+dnl -------------------------------------------------
+dnl If monotonic clock_gettime is available then,
+dnl check and prepended to LIBS any needed libraries.
+
+AC_DEFUN([CURL_CHECK_LIBS_CLOCK_GETTIME_MONOTONIC], [
+  AC_REQUIRE([CURL_CHECK_FUNC_CLOCK_GETTIME_MONOTONIC])dnl
+  #
+  if test "$ac_cv_func_clock_gettime" = "yes"; then
+    #
+    AC_MSG_CHECKING([for clock_gettime in libraries])
+    #
+    curl_cv_save_LIBS="$LIBS"
+    curl_cv_gclk_LIBS="unknown"
+    #
+    for x_xlibs in '' '-lrt' '-lposix4' ; do
+      if test "$curl_cv_gclk_LIBS" = "unknown"; then
+        if test -z "$x_xlibs"; then
+          LIBS="$curl_cv_save_LIBS"
+        else
+          LIBS="$x_xlibs $curl_cv_save_LIBS"
+        fi
+        AC_LINK_IFELSE([
+          AC_LANG_PROGRAM([[
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#ifdef TIME_WITH_SYS_TIME
+#include <time.h>
+#endif
+#else
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
+#endif
+          ]],[[
+            struct timespec ts;
+            (void)clock_gettime(CLOCK_MONOTONIC, &ts);
+          ]])
+        ],[
+          curl_cv_gclk_LIBS="$x_xlibs"
+        ])
+      fi
+    done
+    #
+    LIBS="$curl_cv_save_LIBS"
+    #
+    case X-"$curl_cv_gclk_LIBS" in
+      X-unknown)
+        AC_MSG_RESULT([cannot find clock_gettime])
+        AC_MSG_WARN([HAVE_CLOCK_GETTIME_MONOTONIC will not be defined])
+        ac_cv_func_clock_gettime="no"
+        ;;
+      X-)
+        AC_MSG_RESULT([no additional lib required])
+        ac_cv_func_clock_gettime="yes"
+        ;;
+      *)
+        if test -z "$curl_cv_save_LIBS"; then
+          LIBS="$curl_cv_gclk_LIBS"
+        else
+          LIBS="$curl_cv_gclk_LIBS $curl_cv_save_LIBS"
+        fi
+        AC_MSG_RESULT([$curl_cv_gclk_LIBS])
+        ac_cv_func_clock_gettime="yes"
+        ;;
+    esac
+    #
+    dnl only do runtime verification when not cross-compiling
+    if test "x$cross_compiling" != "xyes" &&
+      test "$ac_cv_func_clock_gettime" = "yes"; then
+      AC_MSG_CHECKING([if monotonic clock_gettime works])
+      AC_RUN_IFELSE([
+        AC_LANG_PROGRAM([[
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#ifdef TIME_WITH_SYS_TIME
+#include <time.h>
+#endif
+#else
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
+#endif
+        ]],[[
+          struct timespec ts;
+          if (0 == clock_gettime(CLOCK_MONOTONIC, &ts))
+            exit(0);
+          else
+            exit(1);
+        ]])
+      ],[
+        AC_MSG_RESULT([yes])
+      ],[
+        AC_MSG_RESULT([no])
+        AC_MSG_WARN([HAVE_CLOCK_GETTIME_MONOTONIC will not be defined])
+        ac_cv_func_clock_gettime="no"
+        LIBS="$curl_cv_save_LIBS"
+      ])
+    fi
+    #
+    case "$ac_cv_func_clock_gettime" in
+      yes)
+        AC_DEFINE_UNQUOTED(HAVE_CLOCK_GETTIME_MONOTONIC, 1,
+          [Define to 1 if you have the clock_gettime function and monotonic timer.])
+        ;;
+    esac
+    #
+  fi
+  #
+])
+
+
+dnl CARES_CHECK_LIBS_CONNECT
+dnl -------------------------------------------------
+dnl Verify if network connect function is already available
+dnl using current libraries or if another one is required.
+
+AC_DEFUN([CARES_CHECK_LIBS_CONNECT], [
+  AC_REQUIRE([CARES_INCLUDES_WINSOCK2])dnl
+  AC_MSG_CHECKING([for connect in libraries])
+  tst_connect_save_LIBS="$LIBS"
+  tst_connect_need_LIBS="unknown"
+  for tst_lib in '' '-lsocket' ; do
+    if test "$tst_connect_need_LIBS" = "unknown"; then
+      LIBS="$tst_lib $tst_connect_save_LIBS"
+      AC_LINK_IFELSE([
+        AC_LANG_PROGRAM([[
+          $cares_includes_winsock2
+          #ifndef HAVE_WINDOWS_H
+            int connect(int, void*, int);
+          #endif
+        ]],[[
+          if(0 != connect(0, 0, 0))
+            return 1;
+        ]])
+      ],[
+        tst_connect_need_LIBS="$tst_lib"
+      ])
+    fi
+  done
+  LIBS="$tst_connect_save_LIBS"
+  #
+  case X-"$tst_connect_need_LIBS" in
+    X-unknown)
+      AC_MSG_RESULT([cannot find connect])
+      AC_MSG_ERROR([cannot find connect function in libraries.])
+      ;;
+    X-)
+      AC_MSG_RESULT([yes])
+      ;;
+    *)
+      AC_MSG_RESULT([$tst_connect_need_LIBS])
+      LIBS="$tst_connect_need_LIBS $tst_connect_save_LIBS"
+      ;;
+  esac
+])
+
+
+dnl CARES_DEFINE_UNQUOTED (VARIABLE, [VALUE])
+dnl -------------------------------------------------
+dnl Like AC_DEFINE_UNQUOTED this macro will define a C preprocessor
+dnl symbol that can be further used in custom template configuration
+dnl files. This macro, unlike AC_DEFINE_UNQUOTED, does not use a third
+dnl argument for the description. Symbol definitions done with this
+dnl macro are intended to be exclusively used in handcrafted *.h.in
+dnl template files. Contrary to what AC_DEFINE_UNQUOTED does, this one
+dnl prevents autoheader generation and insertion of symbol template
+dnl stub and definition into the first configuration header file. Do
+dnl not use this macro as a replacement for AC_DEFINE_UNQUOTED, each
+dnl one serves different functional needs.
+
+AC_DEFUN([CARES_DEFINE_UNQUOTED], [
+cat >>confdefs.h <<_EOF
+[@%:@define] $1 ifelse($#, 2, [$2], 1)
+_EOF
+])
+
+
+dnl CARES_CONFIGURE_LONG
+dnl -------------------------------------------------
+dnl Find out the size of long as reported by sizeof() and define
+dnl CARES_SIZEOF_LONG as appropriate to be used in template file
+dnl ares_build.h.in to properly configure the library.
+dnl The size of long is a build time characteristic and as such
+dnl must be recorded in ares_build.h
+
+AC_DEFUN([CARES_CONFIGURE_LONG], [
+  if test -z "$ac_cv_sizeof_long" ||
+    test "$ac_cv_sizeof_long" -eq "0"; then
+    AC_MSG_ERROR([cannot find out size of long.])
+  fi
+  CARES_DEFINE_UNQUOTED([CARES_SIZEOF_LONG], [$ac_cv_sizeof_long])
+])
+
+
+dnl CARES_CONFIGURE_ARES_SOCKLEN_T
+dnl -------------------------------------------------
+dnl Find out suitable ares_socklen_t data type definition and size, making
+dnl appropriate definitions for template file ares_build.h.in
+dnl to properly configure and use the library.
+dnl
+dnl The need for the ares_socklen_t definition arises mainly to properly
+dnl interface HP-UX systems which on one hand have a typedef'ed socklen_t
+dnl data type which is 32 or 64-Bit wide depending on the data model being
+dnl used, and that on the other hand is only actually used when interfacing
+dnl the X/Open sockets provided in the xnet library.
+
+AC_DEFUN([CARES_CONFIGURE_ARES_SOCKLEN_T], [
+  AC_REQUIRE([CARES_INCLUDES_WS2TCPIP])dnl
+  AC_REQUIRE([CARES_INCLUDES_SYS_SOCKET])dnl
+  AC_REQUIRE([CARES_PREPROCESS_CALLCONV])dnl
+  #
+  AC_MSG_CHECKING([for ares_socklen_t data type])
+  cares_typeof_ares_socklen_t="unknown"
+  for arg1 in int SOCKET; do
+    for arg2 in 'struct sockaddr' void; do
+      for t in socklen_t int size_t 'unsigned int' long 'unsigned long' void; do
+        if test "$cares_typeof_ares_socklen_t" = "unknown"; then
+          AC_COMPILE_IFELSE([
+            AC_LANG_PROGRAM([[
+              $cares_includes_ws2tcpip
+              $cares_includes_sys_socket
+              $cares_preprocess_callconv
+              extern int FUNCALLCONV getpeername($arg1, $arg2 *, $t *);
+            ]],[[
+              $t *lenptr = 0;
+              if(0 != getpeername(0, 0, lenptr))
+                return 1;
+            ]])
+          ],[
+            cares_typeof_ares_socklen_t="$t"
+          ])
+        fi
+      done
+    done
+  done
+  for t in socklen_t int; do
+    if test "$cares_typeof_ares_socklen_t" = "void"; then
+      AC_COMPILE_IFELSE([
+        AC_LANG_PROGRAM([[
+          $cares_includes_sys_socket
+          typedef $t ares_socklen_t;
+        ]],[[
+          ares_socklen_t dummy;
+        ]])
+      ],[
+        cares_typeof_ares_socklen_t="$t"
+      ])
+    fi
+  done
+  AC_MSG_RESULT([$cares_typeof_ares_socklen_t])
+  if test "$cares_typeof_ares_socklen_t" = "void" ||
+    test "$cares_typeof_ares_socklen_t" = "unknown"; then
+    AC_MSG_ERROR([cannot find data type for ares_socklen_t.])
+  fi
+  #
+  AC_MSG_CHECKING([size of ares_socklen_t])
+  cares_sizeof_ares_socklen_t="unknown"
+  cares_pull_headers_socklen_t="unknown"
+  if test "$ac_cv_header_ws2tcpip_h" = "yes"; then
+    tst_pull_header_checks='none ws2tcpip'
+    tst_size_checks='4'
+  else
+    tst_pull_header_checks='none systypes syssocket'
+    tst_size_checks='4 8 2'
+  fi
+  for tst_size in $tst_size_checks; do
+    for tst_pull_headers in $tst_pull_header_checks; do
+      if test "$cares_sizeof_ares_socklen_t" = "unknown"; then
+        case $tst_pull_headers in
+          ws2tcpip)
+            tmp_includes="$cares_includes_ws2tcpip"
+            ;;
+          systypes)
+            tmp_includes="$cares_includes_sys_types"
+            ;;
+          syssocket)
+            tmp_includes="$cares_includes_sys_socket"
+            ;;
+          *)
+            tmp_includes=""
+            ;;
+        esac
+        AC_COMPILE_IFELSE([
+          AC_LANG_PROGRAM([[
+            $tmp_includes
+            typedef $cares_typeof_ares_socklen_t ares_socklen_t;
+            typedef char dummy_arr[sizeof(ares_socklen_t) == $tst_size ? 1 : -1];
+          ]],[[
+            ares_socklen_t dummy;
+          ]])
+        ],[
+          cares_sizeof_ares_socklen_t="$tst_size"
+          cares_pull_headers_socklen_t="$tst_pull_headers"
+        ])
+      fi
+    done
+  done
+  AC_MSG_RESULT([$cares_sizeof_ares_socklen_t])
+  if test "$cares_sizeof_ares_socklen_t" = "unknown"; then
+    AC_MSG_ERROR([cannot find out size of ares_socklen_t.])
+  fi
+  #
+  case $cares_pull_headers_socklen_t in
+    ws2tcpip)
+      CARES_DEFINE_UNQUOTED([CARES_PULL_WS2TCPIP_H])
+      ;;
+    systypes)
+      CARES_DEFINE_UNQUOTED([CARES_PULL_SYS_TYPES_H])
+      ;;
+    syssocket)
+      CARES_DEFINE_UNQUOTED([CARES_PULL_SYS_TYPES_H])
+      CARES_DEFINE_UNQUOTED([CARES_PULL_SYS_SOCKET_H])
+      ;;
+  esac
+  CARES_DEFINE_UNQUOTED([CARES_TYPEOF_ARES_SOCKLEN_T], [$cares_typeof_ares_socklen_t])
+  CARES_DEFINE_UNQUOTED([CARES_SIZEOF_ARES_SOCKLEN_T], [$cares_sizeof_ares_socklen_t])
+])
+
+
+dnl This macro determines if the specified struct exists in the specified file
+dnl Syntax:
+dnl CARES_CHECK_STRUCT(headers, struct name, if found, [if not found])
+
+AC_DEFUN([CARES_CHECK_STRUCT], [
+  AC_MSG_CHECKING([for struct $2])
+  AC_TRY_COMPILE([$1], 
+    [
+      struct $2 struct_instance;
+    ], ac_struct="yes", ac_found="no")
+  if test "$ac_struct" = "yes" ; then
+    AC_MSG_RESULT(yes)
+    $3
+  else
+    AC_MSG_RESULT(no)
+    $4
+  fi
+])
+
+dnl This macro determines if the specified constant exists in the specified file
+dnl Syntax:
+dnl CARES_CHECK_CONSTANT(headers, constant name, if found, [if not found])
+
+AC_DEFUN([CARES_CHECK_CONSTANT], [
+  AC_MSG_CHECKING([for $2])
+  AC_EGREP_CPP(VARIABLEWASDEFINED,
+   [
+      $1
+
+      #ifdef $2
+        VARIABLEWASDEFINED
+      #else
+        NJET
+      #endif
+    ], ac_constant="yes", ac_constant="no"
+  )
+  if test "$ac_constant" = "yes" ; then
+    AC_MSG_RESULT(yes)
+    $3
+  else
+    AC_MSG_RESULT(no)
+    $4
+  fi
+])
+
blob - /dev/null
blob + 91ff24f23b3955208ce6aded2176ac7a00985d99 (mode 644)
--- /dev/null
+++ src/c-ares/aclocal.m4
@@ -0,0 +1,931 @@
+# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
+
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+# 2005  Free Software Foundation, Inc.
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+# Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_AUTOMAKE_VERSION(VERSION)
+# ----------------------------
+# Automake X.Y traces this macro to ensure aclocal.m4 has been
+# generated from the m4 files accompanying Automake X.Y.
+AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
+
+# AM_SET_CURRENT_AUTOMAKE_VERSION
+# -------------------------------
+# Call AM_AUTOMAKE_VERSION so it can be traced.
+# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
+	 [AM_AUTOMAKE_VERSION([1.9.6])])
+
+# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
+
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
+# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
+# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
+#
+# Of course, Automake must honor this variable whenever it calls a
+# tool from the auxiliary directory.  The problem is that $srcdir (and
+# therefore $ac_aux_dir as well) can be either absolute or relative,
+# depending on how configure is run.  This is pretty annoying, since
+# it makes $ac_aux_dir quite unusable in subdirectories: in the top
+# source directory, any form will work fine, but in subdirectories a
+# relative path needs to be adjusted first.
+#
+# $ac_aux_dir/missing
+#    fails when called from a subdirectory if $ac_aux_dir is relative
+# $top_srcdir/$ac_aux_dir/missing
+#    fails if $ac_aux_dir is absolute,
+#    fails when called from a subdirectory in a VPATH build with
+#          a relative $ac_aux_dir
+#
+# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
+# are both prefixed by $srcdir.  In an in-source build this is usually
+# harmless because $srcdir is `.', but things will broke when you
+# start a VPATH build or use an absolute $srcdir.
+#
+# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
+# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
+#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
+# and then we would define $MISSING as
+#   MISSING="\${SHELL} $am_aux_dir/missing"
+# This will work as long as MISSING is not called from configure, because
+# unfortunately $(top_srcdir) has no meaning in configure.
+# However there are other variables, like CC, which are often used in
+# configure, and could therefore not use this "fixed" $ac_aux_dir.
+#
+# Another solution, used here, is to always expand $ac_aux_dir to an
+# absolute PATH.  The drawback is that using absolute paths prevent a
+# configured tree to be moved without reconfiguration.
+
+AC_DEFUN([AM_AUX_DIR_EXPAND],
+[dnl Rely on autoconf to set up CDPATH properly.
+AC_PREREQ([2.50])dnl
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`cd $ac_aux_dir && pwd`
+])
+
+# AM_CONDITIONAL                                            -*- Autoconf -*-
+
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
+# Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 7
+
+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
+# -------------------------------------
+# Define a conditional.
+AC_DEFUN([AM_CONDITIONAL],
+[AC_PREREQ(2.52)dnl
+ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
+	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
+AC_SUBST([$1_TRUE])
+AC_SUBST([$1_FALSE])
+if $2; then
+  $1_TRUE=
+  $1_FALSE='#'
+else
+  $1_TRUE='#'
+  $1_FALSE=
+fi
+AC_CONFIG_COMMANDS_PRE(
+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
+  AC_MSG_ERROR([[conditional "$1" was never defined.
+Usually this means the macro was only invoked conditionally.]])
+fi])])
+
+
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
+# Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 8
+
+# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
+# written in clear, in which case automake, when reading aclocal.m4,
+# will think it sees a *use*, and therefore will trigger all it's
+# C support machinery.  Also note that it means that autoscan, seeing
+# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
+
+
+# _AM_DEPENDENCIES(NAME)
+# ----------------------
+# See how the compiler implements dependency checking.
+# NAME is "CC", "CXX", "GCJ", or "OBJC".
+# We try a few techniques and use that to set a single cache variable.
+#
+# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
+# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
+# dependency, and given that the user is not expected to run this macro,
+# just rely on AC_PROG_CC.
+AC_DEFUN([_AM_DEPENDENCIES],
+[AC_REQUIRE([AM_SET_DEPDIR])dnl
+AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
+AC_REQUIRE([AM_MAKE_INCLUDE])dnl
+AC_REQUIRE([AM_DEP_TRACK])dnl
+
+ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
+       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
+       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
+       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
+                   [depcc="$$1"   am_compiler_list=])
+
+AC_CACHE_CHECK([dependency style of $depcc],
+               [am_cv_$1_dependencies_compiler_type],
+[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named `D' -- because `-MD' means `put the output
+  # in D'.
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  mkdir sub
+
+  am_cv_$1_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
+  fi
+  for depmode in $am_compiler_list; do
+    # Setup a source with many dependencies, because some compilers
+    # like to wrap large dependency lists on column 80 (with \), and
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Solaris 8's {/usr,}/bin/sh.
+      touch sub/conftst$i.h
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+    case $depmode in
+    nosideeffect)
+      # after this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested
+      if test "x$enable_dependency_tracking" = xyes; then
+	continue
+      else
+	break
+      fi
+      ;;
+    none) break ;;
+    esac
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
+    # mode.  It turns out that the SunPro C++ compiler does not properly
+    # handle `-M -o', and we need to detect this.
+    if depmode=$depmode \
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+      # icc doesn't choke on unknown options, it will just issue warnings
+      # or remarks (even with -Werror).  So we grep stderr for any message
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_$1_dependencies_compiler_type=$depmode
+        break
+      fi
+    fi
+  done
+
+  cd ..
+  rm -rf conftest.dir
+else
+  am_cv_$1_dependencies_compiler_type=none
+fi
+])
+AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
+AM_CONDITIONAL([am__fastdep$1], [
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
+])
+
+
+# AM_SET_DEPDIR
+# -------------
+# Choose a directory name for dependency files.
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES
+AC_DEFUN([AM_SET_DEPDIR],
+[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
+])
+
+
+# AM_DEP_TRACK
+# ------------
+AC_DEFUN([AM_DEP_TRACK],
+[AC_ARG_ENABLE(dependency-tracking,
+[  --disable-dependency-tracking  speeds up one-time build
+  --enable-dependency-tracking   do not reject slow dependency extractors])
+if test "x$enable_dependency_tracking" != xno; then
+  am_depcomp="$ac_aux_dir/depcomp"
+  AMDEPBACKSLASH='\'
+fi
+AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
+AC_SUBST([AMDEPBACKSLASH])
+])
+
+# Generate code to set up dependency tracking.              -*- Autoconf -*-
+
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
+# Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+#serial 3
+
+# _AM_OUTPUT_DEPENDENCY_COMMANDS
+# ------------------------------
+AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
+[for mf in $CONFIG_FILES; do
+  # Strip MF so we end up with the name of the file.
+  mf=`echo "$mf" | sed -e 's/:.*$//'`
+  # Check whether this is an Automake generated Makefile or not.
+  # We used to match only the files named `Makefile.in', but
+  # some people rename them; so instead we look at the file content.
+  # Grep'ing the first line is not enough: some people post-process
+  # each Makefile.in and add a new line on top of each file to say so.
+  # So let's grep whole file.
+  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
+    dirpart=`AS_DIRNAME("$mf")`
+  else
+    continue
+  fi
+  # Extract the definition of DEPDIR, am__include, and am__quote
+  # from the Makefile without running `make'.
+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+  test -z "$DEPDIR" && continue
+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
+  test -z "am__include" && continue
+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+  # When using ansi2knr, U may be empty or an underscore; expand it
+  U=`sed -n 's/^U = //p' < "$mf"`
+  # Find all dependency output files, they are included files with
+  # $(DEPDIR) in their names.  We invoke sed twice because it is the
+  # simplest approach to changing $(DEPDIR) to its actual value in the
+  # expansion.
+  for file in `sed -n "
+    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+    # Make sure the directory exists.
+    test -f "$dirpart/$file" && continue
+    fdir=`AS_DIRNAME(["$file"])`
+    AS_MKDIR_P([$dirpart/$fdir])
+    # echo "creating $dirpart/$file"
+    echo '# dummy' > "$dirpart/$file"
+  done
+done
+])# _AM_OUTPUT_DEPENDENCY_COMMANDS
+
+
+# AM_OUTPUT_DEPENDENCY_COMMANDS
+# -----------------------------
+# This macro should only be invoked once -- use via AC_REQUIRE.
+#
+# This code is only required when automatic dependency tracking
+# is enabled.  FIXME.  This creates each `.P' file that we will
+# need in order to bootstrap the dependency handling code.
+AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
+[AC_CONFIG_COMMANDS([depfiles],
+     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
+     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
+])
+
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
+# Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 8
+
+# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
+AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
+
+# Do all the work for Automake.                             -*- Autoconf -*-
+
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+# Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 12
+
+# This macro actually does too much.  Some checks are only needed if
+# your package does certain things.  But this isn't really a big deal.
+
+# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
+# AM_INIT_AUTOMAKE([OPTIONS])
+# -----------------------------------------------
+# The call with PACKAGE and VERSION arguments is the old style
+# call (pre autoconf-2.50), which is being phased out.  PACKAGE
+# and VERSION should now be passed to AC_INIT and removed from
+# the call to AM_INIT_AUTOMAKE.
+# We support both call styles for the transition.  After
+# the next Automake release, Autoconf can make the AC_INIT
+# arguments mandatory, and then we can depend on a new Autoconf
+# release and drop the old call support.
+AC_DEFUN([AM_INIT_AUTOMAKE],
+[AC_PREREQ([2.58])dnl
+dnl Autoconf wants to disallow AM_ names.  We explicitly allow
+dnl the ones we care about.
+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
+AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
+AC_REQUIRE([AC_PROG_INSTALL])dnl
+# test to see if srcdir already configured
+if test "`cd $srcdir && pwd`" != "`pwd`" &&
+   test -f $srcdir/config.status; then
+  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
+fi
+
+# test whether we have cygpath
+if test -z "$CYGPATH_W"; then
+  if (cygpath --version) >/dev/null 2>/dev/null; then
+    CYGPATH_W='cygpath -w'
+  else
+    CYGPATH_W=echo
+  fi
+fi
+AC_SUBST([CYGPATH_W])
+
+# Define the identity of the package.
+dnl Distinguish between old-style and new-style calls.
+m4_ifval([$2],
+[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
+ AC_SUBST([PACKAGE], [$1])dnl
+ AC_SUBST([VERSION], [$2])],
+[_AM_SET_OPTIONS([$1])dnl
+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
+
+_AM_IF_OPTION([no-define],,
+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
+
+# Some tools Automake needs.
+AC_REQUIRE([AM_SANITY_CHECK])dnl
+AC_REQUIRE([AC_ARG_PROGRAM])dnl
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
+AM_MISSING_PROG(AUTOCONF, autoconf)
+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
+AM_MISSING_PROG(AUTOHEADER, autoheader)
+AM_MISSING_PROG(MAKEINFO, makeinfo)
+AM_PROG_INSTALL_SH
+AM_PROG_INSTALL_STRIP
+AC_REQUIRE([AM_PROG_MKDIR_P])dnl
+# We need awk for the "check" target.  The system "awk" is bad on
+# some platforms.
+AC_REQUIRE([AC_PROG_AWK])dnl
+AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
+              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
+	      		     [_AM_PROG_TAR([v7])])])
+_AM_IF_OPTION([no-dependencies],,
+[AC_PROVIDE_IFELSE([AC_PROG_CC],
+                  [_AM_DEPENDENCIES(CC)],
+                  [define([AC_PROG_CC],
+                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
+AC_PROVIDE_IFELSE([AC_PROG_CXX],
+                  [_AM_DEPENDENCIES(CXX)],
+                  [define([AC_PROG_CXX],
+                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
+])
+])
+
+
+# When config.status generates a header, we must update the stamp-h file.
+# This file resides in the same directory as the config header
+# that is generated.  The stamp files are numbered to have different names.
+
+# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
+# loop where config.status creates the headers, so we can generate
+# our stamp files there.
+AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
+[# Compute $1's index in $config_headers.
+_am_stamp_count=1
+for _am_header in $config_headers :; do
+  case $_am_header in
+    $1 | $1:* )
+      break ;;
+    * )
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
+  esac
+done
+echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
+
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_PROG_INSTALL_SH
+# ------------------
+# Define $install_sh.
+AC_DEFUN([AM_PROG_INSTALL_SH],
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+install_sh=${install_sh-"$am_aux_dir/install-sh"}
+AC_SUBST(install_sh)])
+
+# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 2
+
+# Check whether the underlying file-system supports filenames
+# with a leading dot.  For instance MS-DOS doesn't.
+AC_DEFUN([AM_SET_LEADING_DOT],
+[rm -rf .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+if test -d .tst; then
+  am__leading_dot=.
+else
+  am__leading_dot=_
+fi
+rmdir .tst 2>/dev/null
+AC_SUBST([am__leading_dot])])
+
+# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
+# From Jim Meyering
+
+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
+# Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 4
+
+AC_DEFUN([AM_MAINTAINER_MODE],
+[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
+  dnl maintainer-mode is disabled by default
+  AC_ARG_ENABLE(maintainer-mode,
+[  --enable-maintainer-mode  enable make rules and dependencies not useful
+			  (and sometimes confusing) to the casual installer],
+      USE_MAINTAINER_MODE=$enableval,
+      USE_MAINTAINER_MODE=no)
+  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
+  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
+  MAINT=$MAINTAINER_MODE_TRUE
+  AC_SUBST(MAINT)dnl
+]
+)
+
+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
+
+# Check to see how 'make' treats includes.	            -*- Autoconf -*-
+
+# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 3
+
+# AM_MAKE_INCLUDE()
+# -----------------
+# Check to see how make treats includes.
+AC_DEFUN([AM_MAKE_INCLUDE],
+[am_make=${MAKE-make}
+cat > confinc << 'END'
+am__doit:
+	@echo done
+.PHONY: am__doit
+END
+# If we don't find an include directive, just comment out the code.
+AC_MSG_CHECKING([for style of include used by $am_make])
+am__include="#"
+am__quote=
+_am_result=none
+# First try GNU make style include.
+echo "include confinc" > confmf
+# We grep out `Entering directory' and `Leaving directory'
+# messages which can occur if `w' ends up in MAKEFLAGS.
+# In particular we don't look at `^make:' because GNU make might
+# be invoked under some other name (usually "gmake"), in which
+# case it prints its new name instead of `make'.
+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
+   am__include=include
+   am__quote=
+   _am_result=GNU
+fi
+# Now try BSD make style include.
+if test "$am__include" = "#"; then
+   echo '.include "confinc"' > confmf
+   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
+      am__include=.include
+      am__quote="\""
+      _am_result=BSD
+   fi
+fi
+AC_SUBST([am__include])
+AC_SUBST([am__quote])
+AC_MSG_RESULT([$_am_result])
+rm -f confinc confmf
+])
+
+# Copyright (C) 1999, 2000, 2001, 2003, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 3
+
+# AM_PROG_CC_C_O
+# --------------
+# Like AC_PROG_CC_C_O, but changed for automake.
+AC_DEFUN([AM_PROG_CC_C_O],
+[AC_REQUIRE([AC_PROG_CC_C_O])dnl
+AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+# FIXME: we rely on the cache variable name because
+# there is no other way.
+set dummy $CC
+ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
+if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
+   # Losing compiler, so override with the script.
+   # FIXME: It is wrong to rewrite CC.
+   # But if we don't then we get into trouble of one sort or another.
+   # A longer-term fix would be to have automake use am__CC in this case,
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
+   CC="$am_aux_dir/compile $CC"
+fi
+])
+
+# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
+
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
+# Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 4
+
+# AM_MISSING_PROG(NAME, PROGRAM)
+# ------------------------------
+AC_DEFUN([AM_MISSING_PROG],
+[AC_REQUIRE([AM_MISSING_HAS_RUN])
+$1=${$1-"${am_missing_run}$2"}
+AC_SUBST($1)])
+
+
+# AM_MISSING_HAS_RUN
+# ------------------
+# Define MISSING if not defined so far and test if it supports --run.
+# If it does, set am_missing_run to use it, otherwise, to nothing.
+AC_DEFUN([AM_MISSING_HAS_RUN],
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
+# Use eval to expand $SHELL
+if eval "$MISSING --run true"; then
+  am_missing_run="$MISSING --run "
+else
+  am_missing_run=
+  AC_MSG_WARN([`missing' script is too old or missing])
+fi
+])
+
+# Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_PROG_MKDIR_P
+# ---------------
+# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
+#
+# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
+# created by `make install' are always world readable, even if the
+# installer happens to have an overly restrictive umask (e.g. 077).
+# This was a mistake.  There are at least two reasons why we must not
+# use `-m 0755':
+#   - it causes special bits like SGID to be ignored,
+#   - it may be too restrictive (some setups expect 775 directories).
+#
+# Do not use -m 0755 and let people choose whatever they expect by
+# setting umask.
+#
+# We cannot accept any implementation of `mkdir' that recognizes `-p'.
+# Some implementations (such as Solaris 8's) are not thread-safe: if a
+# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
+# concurrently, both version can detect that a/ is missing, but only
+# one can create it and the other will error out.  Consequently we
+# restrict ourselves to GNU make (using the --version option ensures
+# this.)
+AC_DEFUN([AM_PROG_MKDIR_P],
+[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
+  # We used to keeping the `.' as first argument, in order to
+  # allow $(mkdir_p) to be used without argument.  As in
+  #   $(mkdir_p) $(somedir)
+  # where $(somedir) is conditionally defined.  However this is wrong
+  # for two reasons:
+  #  1. if the package is installed by a user who cannot write `.'
+  #     make install will fail,
+  #  2. the above comment should most certainly read
+  #     $(mkdir_p) $(DESTDIR)$(somedir)
+  #     so it does not work when $(somedir) is undefined and
+  #     $(DESTDIR) is not.
+  #  To support the latter case, we have to write
+  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
+  #  so the `.' trick is pointless.
+  mkdir_p='mkdir -p --'
+else
+  # On NextStep and OpenStep, the `mkdir' command does not
+  # recognize any option.  It will interpret all options as
+  # directories to create, and then abort because `.' already
+  # exists.
+  for d in ./-p ./--version;
+  do
+    test -d $d && rmdir $d
+  done
+  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
+  if test -f "$ac_aux_dir/mkinstalldirs"; then
+    mkdir_p='$(mkinstalldirs)'
+  else
+    mkdir_p='$(install_sh) -d'
+  fi
+fi
+AC_SUBST([mkdir_p])])
+
+# Helper functions for option handling.                     -*- Autoconf -*-
+
+# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 3
+
+# _AM_MANGLE_OPTION(NAME)
+# -----------------------
+AC_DEFUN([_AM_MANGLE_OPTION],
+[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
+
+# _AM_SET_OPTION(NAME)
+# ------------------------------
+# Set option NAME.  Presently that only means defining a flag for this option.
+AC_DEFUN([_AM_SET_OPTION],
+[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
+
+# _AM_SET_OPTIONS(OPTIONS)
+# ----------------------------------
+# OPTIONS is a space-separated list of Automake options.
+AC_DEFUN([_AM_SET_OPTIONS],
+[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
+
+# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
+# -------------------------------------------
+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
+AC_DEFUN([_AM_IF_OPTION],
+[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
+
+# Check to make sure that the build environment is sane.    -*- Autoconf -*-
+
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
+# Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 4
+
+# AM_SANITY_CHECK
+# ---------------
+AC_DEFUN([AM_SANITY_CHECK],
+[AC_MSG_CHECKING([whether build environment is sane])
+# Just in case
+sleep 1
+echo timestamp > conftest.file
+# Do `set' in a subshell so we don't clobber the current shell's
+# arguments.  Must try -L first in case configure is actually a
+# symlink; some systems play weird games with the mod time of symlinks
+# (eg FreeBSD returns the mod time of the symlink's containing
+# directory).
+if (
+   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
+   if test "$[*]" = "X"; then
+      # -L didn't work.
+      set X `ls -t $srcdir/configure conftest.file`
+   fi
+   rm -f conftest.file
+   if test "$[*]" != "X $srcdir/configure conftest.file" \
+      && test "$[*]" != "X conftest.file $srcdir/configure"; then
+
+      # If neither matched, then we have a broken ls.  This can happen
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
+      # broken ls alias from the environment.  This has actually
+      # happened.  Such a system could not be considered "sane".
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
+alias in your environment])
+   fi
+
+   test "$[2]" = conftest.file
+   )
+then
+   # Ok.
+   :
+else
+   AC_MSG_ERROR([newly created file is older than distributed files!
+Check your system clock])
+fi
+AC_MSG_RESULT(yes)])
+
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_PROG_INSTALL_STRIP
+# ---------------------
+# One issue with vendor `install' (even GNU) is that you can't
+# specify the program used to strip binaries.  This is especially
+# annoying in cross-compiling environments, where the build's strip
+# is unlikely to handle the host's binaries.
+# Fortunately install-sh will honor a STRIPPROG variable, so we
+# always use install-sh in `make install-strip', and initialize
+# STRIPPROG with the value of the STRIP variable (set by the user).
+AC_DEFUN([AM_PROG_INSTALL_STRIP],
+[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
+# Installed binaries are usually stripped using `strip' when the user
+# run `make install-strip'.  However `strip' might not be the right
+# tool to use in cross-compilation environments, therefore Automake
+# will honor the `STRIP' environment variable to overrule this program.
+dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
+if test "$cross_compiling" != no; then
+  AC_CHECK_TOOL([STRIP], [strip], :)
+fi
+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
+AC_SUBST([INSTALL_STRIP_PROGRAM])])
+
+# Check how to create a tarball.                            -*- Autoconf -*-
+
+# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 2
+
+# _AM_PROG_TAR(FORMAT)
+# --------------------
+# Check how to create a tarball in format FORMAT.
+# FORMAT should be one of `v7', `ustar', or `pax'.
+#
+# Substitute a variable $(am__tar) that is a command
+# writing to stdout a FORMAT-tarball containing the directory
+# $tardir.
+#     tardir=directory && $(am__tar) > result.tar
+#
+# Substitute a variable $(am__untar) that extract such
+# a tarball read from stdin.
+#     $(am__untar) < result.tar
+AC_DEFUN([_AM_PROG_TAR],
+[# Always define AMTAR for backward compatibility.
+AM_MISSING_PROG([AMTAR], [tar])
+m4_if([$1], [v7],
+     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
+     [m4_case([$1], [ustar],, [pax],,
+              [m4_fatal([Unknown tar format])])
+AC_MSG_CHECKING([how to create a $1 tar archive])
+# Loop over all known methods to create a tar archive until one works.
+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
+_am_tools=${am_cv_prog_tar_$1-$_am_tools}
+# Do not fold the above two line into one, because Tru64 sh and
+# Solaris sh will not grok spaces in the rhs of `-'.
+for _am_tool in $_am_tools
+do
+  case $_am_tool in
+  gnutar)
+    for _am_tar in tar gnutar gtar;
+    do
+      AM_RUN_LOG([$_am_tar --version]) && break
+    done
+    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
+    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
+    am__untar="$_am_tar -xf -"
+    ;;
+  plaintar)
+    # Must skip GNU tar: if it does not support --format= it doesn't create
+    # ustar tarball either.
+    (tar --version) >/dev/null 2>&1 && continue
+    am__tar='tar chf - "$$tardir"'
+    am__tar_='tar chf - "$tardir"'
+    am__untar='tar xf -'
+    ;;
+  pax)
+    am__tar='pax -L -x $1 -w "$$tardir"'
+    am__tar_='pax -L -x $1 -w "$tardir"'
+    am__untar='pax -r'
+    ;;
+  cpio)
+    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
+    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
+    am__untar='cpio -i -H $1 -d'
+    ;;
+  none)
+    am__tar=false
+    am__tar_=false
+    am__untar=false
+    ;;
+  esac
+
+  # If the value was cached, stop now.  We just wanted to have am__tar
+  # and am__untar set.
+  test -n "${am_cv_prog_tar_$1}" && break
+
+  # tar/untar a dummy directory, and stop if the command works
+  rm -rf conftest.dir
+  mkdir conftest.dir
+  echo GrepMe > conftest.dir/file
+  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
+  rm -rf conftest.dir
+  if test -s conftest.tar; then
+    AM_RUN_LOG([$am__untar <conftest.tar])
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
+  fi
+done
+rm -rf conftest.dir
+
+AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
+AC_MSG_RESULT([$am_cv_prog_tar_$1])])
+AC_SUBST([am__tar])
+AC_SUBST([am__untar])
+]) # _AM_PROG_TAR
+
+m4_include([m4/cares-compilers.m4])
+m4_include([m4/cares-confopts.m4])
+m4_include([m4/cares-functions.m4])
+m4_include([m4/cares-override.m4])
+m4_include([m4/cares-reentrant.m4])
+m4_include([m4/cares-system.m4])
+m4_include([m4/libtool.m4])
+m4_include([m4/ltoptions.m4])
+m4_include([m4/ltsugar.m4])
+m4_include([m4/ltversion.m4])
+m4_include([m4/lt~obsolete.m4])
+m4_include([acinclude.m4])
blob - /dev/null
blob + 4c2816afe097cfc2ea11902f9469d611750407f8 (mode 644)
--- /dev/null
+++ src/c-ares/acountry.c
@@ -0,0 +1,627 @@
+/*
+ *
+ * IP-address/hostname to country converter.
+ *
+ * Problem; you want to know where IP a.b.c.d is located.
+ *
+ * Use ares_gethostbyname ("d.c.b.a.zz.countries.nerd.dk")
+ * and get the CNAME (host->h_name). Result will be:
+ *   CNAME = zz<CC>.countries.nerd.dk with address 127.0.x.y (ver 1) or
+ *   CNAME = <a.b.c.d>.zz.countries.nerd.dk with address 127.0.x.y (ver 2)
+ *
+ * The 2 letter country code is in <CC> and the ISO-3166 country
+ * number is in x.y (number = x*256 + y). Version 2 of the protocol is missing
+ * the <CC> number.
+ *
+ * Ref: http://countries.nerd.dk/more.html
+ *
+ * Written by G. Vanem <gvanem@broadpark.no> 2006, 2007
+ *
+ * NB! This program may not be big-endian aware.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <string.h>
+#include <ctype.h>
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
+#if defined(WIN32) && !defined(WATT32)
+  #include <winsock.h>
+#else
+  #include <sys/socket.h>
+  #include <arpa/inet.h>
+  #include <netinet/in.h>
+  #include <netdb.h>
+#endif
+
+#include "ares.h"
+#include "ares_getopt.h"
+#include "inet_net_pton.h"
+#include "inet_ntop.h"
+
+#ifndef HAVE_STRDUP
+#  include "ares_strdup.h"
+#  define strdup(ptr) ares_strdup(ptr)
+#endif
+
+#ifndef HAVE_STRCASECMP
+#  include "ares_strcasecmp.h"
+#  define strcasecmp(p1,p2) ares_strcasecmp(p1,p2)
+#endif
+
+#ifndef HAVE_STRNCASECMP
+#  include "ares_strcasecmp.h"
+#  define strncasecmp(p1,p2,n) ares_strncasecmp(p1,p2,n)
+#endif
+
+#ifndef INADDR_NONE
+#define INADDR_NONE 0xffffffff
+#endif
+
+static const char *usage      = "acountry [-vh?] {host|addr} ...\n";
+static const char  nerd_fmt[] = "%u.%u.%u.%u.zz.countries.nerd.dk";
+static const char *nerd_ver1  = nerd_fmt + 14;
+static const char *nerd_ver2  = nerd_fmt + 11;
+static int         verbose    = 0;
+
+#define TRACE(fmt) do {               \
+                     if (verbose > 0) \
+                       printf fmt ;   \
+                   } while (0)
+
+static void wait_ares(ares_channel channel);
+static void callback(void *arg, int status, int timeouts, struct hostent *host);
+static void callback2(void *arg, int status, int timeouts, struct hostent *host);
+static void find_country_from_cname(const char *cname, struct in_addr addr);
+
+static void Abort(const char *fmt, ...)
+{
+  va_list args;
+  va_start(args, fmt);
+  vfprintf(stderr, fmt, args);
+  va_end(args);
+  exit(1);
+}
+
+int main(int argc, char **argv)
+{
+  ares_channel channel;
+  int    ch, status;
+
+#if defined(WIN32) && !defined(WATT32)
+  WORD wVersionRequested = MAKEWORD(USE_WINSOCK,USE_WINSOCK);
+  WSADATA wsaData;
+  WSAStartup(wVersionRequested, &wsaData);
+#endif
+
+  status = ares_library_init(ARES_LIB_INIT_ALL);
+  if (status != ARES_SUCCESS)
+    {
+      fprintf(stderr, "ares_library_init: %s\n", ares_strerror(status));
+      return 1;
+    }
+
+  while ((ch = ares_getopt(argc, argv, "dvh?")) != -1)
+    switch (ch)
+      {
+      case 'd':
+#ifdef WATT32
+        dbug_init();
+#endif
+        break;
+      case 'v':
+        verbose++;
+        break;
+      case 'h':
+      case '?':
+      default:
+        Abort(usage);
+      }
+
+  argc -= optind;
+  argv += optind;
+  if (argc < 1)
+     Abort(usage);
+
+  status = ares_init(&channel);
+  if (status != ARES_SUCCESS)
+    {
+      fprintf(stderr, "ares_init: %s\n", ares_strerror(status));
+      return 1;
+    }
+
+  /* Initiate the queries, one per command-line argument. */
+  for ( ; *argv; argv++)
+    {
+      struct in_addr addr;
+      char buf[100];
+
+      /* If this fails, assume '*argv' is a host-name that
+       * must be resolved first
+       */
+      if (ares_inet_pton(AF_INET, *argv, &addr) != 1)
+        {
+          ares_gethostbyname(channel, *argv, AF_INET, callback2, &addr);
+          wait_ares(channel);
+          if (addr.s_addr == INADDR_NONE)
+            {
+              printf("Failed to lookup %s\n", *argv);
+              continue;
+            }
+        }
+
+      sprintf(buf, nerd_fmt,
+              (unsigned int)(addr.s_addr >> 24),
+              (unsigned int)((addr.s_addr >> 16) & 255),
+              (unsigned int)((addr.s_addr >> 8) & 255),
+              (unsigned int)(addr.s_addr & 255));
+      TRACE(("Looking up %s...", buf));
+      fflush(stdout);
+      ares_gethostbyname(channel, buf, AF_INET, callback, buf);
+    }
+
+  wait_ares(channel);
+  ares_destroy(channel);
+
+  ares_library_cleanup();
+
+#if defined(WIN32) && !defined(WATT32)
+  WSACleanup();
+#endif
+
+  return 0;
+}
+
+/*
+ * Wait for the queries to complete.
+ */
+static void wait_ares(ares_channel channel)
+{
+  for (;;)
+    {
+      struct timeval *tvp, tv;
+      fd_set read_fds, write_fds;
+      int nfds;
+
+      FD_ZERO(&read_fds);
+      FD_ZERO(&write_fds);
+      nfds = ares_fds(channel, &read_fds, &write_fds);
+      if (nfds == 0)
+        break;
+      tvp = ares_timeout(channel, NULL, &tv);
+      select(nfds, &read_fds, &write_fds, NULL, tvp);
+      ares_process(channel, &read_fds, &write_fds);
+    }
+}
+
+/*
+ * This is the callback used when we have the IP-address of interest.
+ * Extract the CNAME and figure out the country-code from it.
+ */
+static void callback(void *arg, int status, int timeouts, struct hostent *host)
+{
+  const char *name = (const char*)arg;
+  const char *cname;
+  char buf[20];
+
+  (void)timeouts;
+
+  if (!host || status != ARES_SUCCESS)
+    {
+      printf("Failed to lookup %s: %s\n", name, ares_strerror(status));
+      return;
+    }
+
+  TRACE(("\nFound address %s, name %s\n",
+         ares_inet_ntop(AF_INET,(const char*)host->h_addr,buf,sizeof(buf)),
+         host->h_name));
+
+  cname = host->h_name;  /* CNAME gets put here */
+  if (!cname)
+    printf("Failed to get CNAME for %s\n", name);
+  else
+    find_country_from_cname(cname, *(struct in_addr*)host->h_addr);
+}
+
+/*
+ * This is the callback used to obtain the IP-address of the host of interest.
+ */
+static void callback2(void *arg, int status, int timeouts, struct hostent *host)
+{
+  struct in_addr *addr = (struct in_addr*) arg;
+
+  (void)timeouts;
+  if (!host || status != ARES_SUCCESS)
+    memset(addr, INADDR_NONE, sizeof(*addr));
+  else
+    memcpy(addr, host->h_addr, sizeof(*addr));
+}
+
+struct search_list {
+       int         country_number; /* ISO-3166 country number */
+       char        short_name[3];  /* A2 short country code */
+       const char *long_name;      /* normal country name */
+     };
+
+static const struct search_list *list_lookup(int number, const struct search_list *list, int num)
+{
+  while (num > 0 && list->long_name)
+    {
+      if (list->country_number == number)
+        return (list);
+      num--;
+      list++;
+    }
+  return (NULL);
+}
+
+/*
+ * Ref: ftp://ftp.ripe.net/iso3166-countrycodes.txt
+ */
+static const struct search_list country_list[] = {
+       {   4, "af", "Afghanistan"                          },
+       { 248, "ax", "Åland Island"                         },
+       {   8, "al", "Albania"                              },
+       {  12, "dz", "Algeria"                              },
+       {  16, "as", "American Samoa"                       },
+       {  20, "ad", "Andorra"                              },
+       {  24, "ao", "Angola"                               },
+       { 660, "ai", "Anguilla"                             },
+       {  10, "aq", "Antarctica"                           },
+       {  28, "ag", "Antigua & Barbuda"                    },
+       {  32, "ar", "Argentina"                            },
+       {  51, "am", "Armenia"                              },
+       { 533, "aw", "Aruba"                                },
+       {  36, "au", "Australia"                            },
+       {  40, "at", "Austria"                              },
+       {  31, "az", "Azerbaijan"                           },
+       {  44, "bs", "Bahamas"                              },
+       {  48, "bh", "Bahrain"                              },
+       {  50, "bd", "Bangladesh"                           },
+       {  52, "bb", "Barbados"                             },
+       { 112, "by", "Belarus"                              },
+       {  56, "be", "Belgium"                              },
+       {  84, "bz", "Belize"                               },
+       { 204, "bj", "Benin"                                },
+       {  60, "bm", "Bermuda"                              },
+       {  64, "bt", "Bhutan"                               },
+       {  68, "bo", "Bolivia"                              },
+       {  70, "ba", "Bosnia & Herzegowina"                 },
+       {  72, "bw", "Botswana"                             },
+       {  74, "bv", "Bouvet Island"                        },
+       {  76, "br", "Brazil"                               },
+       {  86, "io", "British Indian Ocean Territory"       },
+       {  96, "bn", "Brunei Darussalam"                    },
+       { 100, "bg", "Bulgaria"                             },
+       { 854, "bf", "Burkina Faso"                         },
+       { 108, "bi", "Burundi"                              },
+       { 116, "kh", "Cambodia"                             },
+       { 120, "cm", "Cameroon"                             },
+       { 124, "ca", "Canada"                               },
+       { 132, "cv", "Cape Verde"                           },
+       { 136, "ky", "Cayman Islands"                       },
+       { 140, "cf", "Central African Republic"             },
+       { 148, "td", "Chad"                                 },
+       { 152, "cl", "Chile"                                },
+       { 156, "cn", "China"                                },
+       { 162, "cx", "Christmas Island"                     },
+       { 166, "cc", "Cocos Islands"                        },
+       { 170, "co", "Colombia"                             },
+       { 174, "km", "Comoros"                              },
+       { 178, "cg", "Congo"                                },
+       { 180, "cd", "Congo"                                },
+       { 184, "ck", "Cook Islands"                         },
+       { 188, "cr", "Costa Rica"                           },
+       { 384, "ci", "Cote d'Ivoire"                        },
+       { 191, "hr", "Croatia"                              },
+       { 192, "cu", "Cuba"                                 },
+       { 196, "cy", "Cyprus"                               },
+       { 203, "cz", "Czech Republic"                       },
+       { 208, "dk", "Denmark"                              },
+       { 262, "dj", "Djibouti"                             },
+       { 212, "dm", "Dominica"                             },
+       { 214, "do", "Dominican Republic"                   },
+       { 218, "ec", "Ecuador"                              },
+       { 818, "eg", "Egypt"                                },
+       { 222, "sv", "El Salvador"                          },
+       { 226, "gq", "Equatorial Guinea"                    },
+       { 232, "er", "Eritrea"                              },
+       { 233, "ee", "Estonia"                              },
+       { 231, "et", "Ethiopia"                             },
+       { 238, "fk", "Falkland Islands"                     },
+       { 234, "fo", "Faroe Islands"                        },
+       { 242, "fj", "Fiji"                                 },
+       { 246, "fi", "Finland"                              },
+       { 250, "fr", "France"                               },
+       { 249, "fx", "France, Metropolitan"                 },
+       { 254, "gf", "French Guiana"                        },
+       { 258, "pf", "French Polynesia"                     },
+       { 260, "tf", "French Southern Territories"          },
+       { 266, "ga", "Gabon"                                },
+       { 270, "gm", "Gambia"                               },
+       { 268, "ge", "Georgia"                              },
+       { 276, "de", "Germany"                              },
+       { 288, "gh", "Ghana"                                },
+       { 292, "gi", "Gibraltar"                            },
+       { 300, "gr", "Greece"                               },
+       { 304, "gl", "Greenland"                            },
+       { 308, "gd", "Grenada"                              },
+       { 312, "gp", "Guadeloupe"                           },
+       { 316, "gu", "Guam"                                 },
+       { 320, "gt", "Guatemala"                            },
+       { 324, "gn", "Guinea"                               },
+       { 624, "gw", "Guinea-Bissau"                        },
+       { 328, "gy", "Guyana"                               },
+       { 332, "ht", "Haiti"                                },
+       { 334, "hm", "Heard & Mc Donald Islands"            },
+       { 336, "va", "Vatican City"                         },
+       { 340, "hn", "Honduras"                             },
+       { 344, "hk", "Hong kong"                            },
+       { 348, "hu", "Hungary"                              },
+       { 352, "is", "Iceland"                              },
+       { 356, "in", "India"                                },
+       { 360, "id", "Indonesia"                            },
+       { 364, "ir", "Iran"                                 },
+       { 368, "iq", "Iraq"                                 },
+       { 372, "ie", "Ireland"                              },
+       { 376, "il", "Israel"                               },
+       { 380, "it", "Italy"                                },
+       { 388, "jm", "Jamaica"                              },
+       { 392, "jp", "Japan"                                },
+       { 400, "jo", "Jordan"                               },
+       { 398, "kz", "Kazakhstan"                           },
+       { 404, "ke", "Kenya"                                },
+       { 296, "ki", "Kiribati"                             },
+       { 408, "kp", "Korea (north)"                        },
+       { 410, "kr", "Korea (south)"                        },
+       { 414, "kw", "Kuwait"                               },
+       { 417, "kg", "Kyrgyzstan"                           },
+       { 418, "la", "Laos"                                 },
+       { 428, "lv", "Latvia"                               },
+       { 422, "lb", "Lebanon"                              },
+       { 426, "ls", "Lesotho"                              },
+       { 430, "lr", "Liberia"                              },
+       { 434, "ly", "Libya"                                },
+       { 438, "li", "Liechtenstein"                        },
+       { 440, "lt", "Lithuania"                            },
+       { 442, "lu", "Luxembourg"                           },
+       { 446, "mo", "Macao"                                },
+       { 807, "mk", "Macedonia"                            },
+       { 450, "mg", "Madagascar"                           },
+       { 454, "mw", "Malawi"                               },
+       { 458, "my", "Malaysia"                             },
+       { 462, "mv", "Maldives"                             },
+       { 466, "ml", "Mali"                                 },
+       { 470, "mt", "Malta"                                },
+       { 584, "mh", "Marshall Islands"                     },
+       { 474, "mq", "Martinique"                           },
+       { 478, "mr", "Mauritania"                           },
+       { 480, "mu", "Mauritius"                            },
+       { 175, "yt", "Mayotte"                              },
+       { 484, "mx", "Mexico"                               },
+       { 583, "fm", "Micronesia"                           },
+       { 498, "md", "Moldova"                              },
+       { 492, "mc", "Monaco"                               },
+       { 496, "mn", "Mongolia"                             },
+       { 500, "ms", "Montserrat"                           },
+       { 504, "ma", "Morocco"                              },
+       { 508, "mz", "Mozambique"                           },
+       { 104, "mm", "Myanmar"                              },
+       { 516, "na", "Namibia"                              },
+       { 520, "nr", "Nauru"                                },
+       { 524, "np", "Nepal"                                },
+       { 528, "nl", "Netherlands"                          },
+       { 530, "an", "Netherlands Antilles"                 },
+       { 540, "nc", "New Caledonia"                        },
+       { 554, "nz", "New Zealand"                          },
+       { 558, "ni", "Nicaragua"                            },
+       { 562, "ne", "Niger"                                },
+       { 566, "ng", "Nigeria"                              },
+       { 570, "nu", "Niue"                                 },
+       { 574, "nf", "Norfolk Island"                       },
+       { 580, "mp", "Northern Mariana Islands"             },
+       { 578, "no", "Norway"                               },
+       { 512, "om", "Oman"                                 },
+       { 586, "pk", "Pakistan"                             },
+       { 585, "pw", "Palau"                                },
+       { 275, "ps", "Palestinian Territory"                },
+       { 591, "pa", "Panama"                               },
+       { 598, "pg", "Papua New Guinea"                     },
+       { 600, "py", "Paraguay"                             },
+       { 604, "pe", "Peru"                                 },
+       { 608, "ph", "Philippines"                          },
+       { 612, "pn", "Pitcairn"                             },
+       { 616, "pl", "Poland"                               },
+       { 620, "pt", "Portugal"                             },
+       { 630, "pr", "Puerto Rico"                          },
+       { 634, "qa", "Qatar"                                },
+       { 638, "re", "Reunion"                              },
+       { 642, "ro", "Romania"                              },
+       { 643, "ru", "Russia"                               },
+       { 646, "rw", "Rwanda"                               },
+       { 659, "kn", "Saint Kitts & Nevis"                  },
+       { 662, "lc", "Saint Lucia"                          },
+       { 670, "vc", "Saint Vincent"                        },
+       { 882, "ws", "Samoa"                                },
+       { 674, "sm", "San Marino"                           },
+       { 678, "st", "Sao Tome & Principe"                  },
+       { 682, "sa", "Saudi Arabia"                         },
+       { 686, "sn", "Senegal"                              },
+       { 891, "cs", "Serbia and Montenegro"                },
+       { 690, "sc", "Seychelles"                           },
+       { 694, "sl", "Sierra Leone"                         },
+       { 702, "sg", "Singapore"                            },
+       { 703, "sk", "Slovakia"                             },
+       { 705, "si", "Slovenia"                             },
+       {  90, "sb", "Solomon Islands"                      },
+       { 706, "so", "Somalia"                              },
+       { 710, "za", "South Africa"                         },
+       { 239, "gs", "South Georgia"                        },
+       { 724, "es", "Spain"                                },
+       { 144, "lk", "Sri Lanka"                            },
+       { 654, "sh", "St. Helena"                           },
+       { 666, "pm", "St. Pierre & Miquelon"                },
+       { 736, "sd", "Sudan"                                },
+       { 740, "sr", "Suriname"                             },
+       { 744, "sj", "Svalbard & Jan Mayen Islands"         },
+       { 748, "sz", "Swaziland"                            },
+       { 752, "se", "Sweden"                               },
+       { 756, "ch", "Switzerland"                          },
+       { 760, "sy", "Syrian Arab Republic"                 },
+       { 626, "tl", "Timor-Leste"                          },
+       { 158, "tw", "Taiwan"                               },
+       { 762, "tj", "Tajikistan"                           },
+       { 834, "tz", "Tanzania"                             },
+       { 764, "th", "Thailand"                             },
+       { 768, "tg", "Togo"                                 },
+       { 772, "tk", "Tokelau"                              },
+       { 776, "to", "Tonga"                                },
+       { 780, "tt", "Trinidad & Tobago"                    },
+       { 788, "tn", "Tunisia"                              },
+       { 792, "tr", "Turkey"                               },
+       { 795, "tm", "Turkmenistan"                         },
+       { 796, "tc", "Turks & Caicos Islands"               },
+       { 798, "tv", "Tuvalu"                               },
+       { 800, "ug", "Uganda"                               },
+       { 804, "ua", "Ukraine"                              },
+       { 784, "ae", "United Arab Emirates"                 },
+       { 826, "gb", "United Kingdom"                       },
+       { 840, "us", "United States"                        },
+       { 581, "um", "United States Minor Outlying Islands" },
+       { 858, "uy", "Uruguay"                              },
+       { 860, "uz", "Uzbekistan"                           },
+       { 548, "vu", "Vanuatu"                              },
+       { 862, "ve", "Venezuela"                            },
+       { 704, "vn", "Vietnam"                              },
+       {  92, "vg", "Virgin Islands (British)"             },
+       { 850, "vi", "Virgin Islands (US)"                  },
+       { 876, "wf", "Wallis & Futuna Islands"              },
+       { 732, "eh", "Western Sahara"                       },
+       { 887, "ye", "Yemen"                                },
+       { 894, "zm", "Zambia"                               },
+       { 716, "zw", "Zimbabwe"                             }
+     };
+
+/*
+ * Check if start of 'str' is simply an IPv4 address.
+ */
+#define BYTE_OK(x) ((x) >= 0 && (x) <= 255)
+
+static int is_addr(char *str, char **end)
+{
+  int a0, a1, a2, a3, num, rc = 0, length = 0;
+
+  num = sscanf(str,"%3d.%3d.%3d.%3d%n",&a0,&a1,&a2,&a3,&length);
+  if( (num == 4) &&
+      BYTE_OK(a0) && BYTE_OK(a1) && BYTE_OK(a2) && BYTE_OK(a3) &&
+      length >= (3+4))
+    {
+      rc = 1;
+      *end = str + length;
+    }
+  return rc;
+}
+
+/*
+ * Find the country-code and name from the CNAME. E.g.:
+ *   version 1: CNAME = zzno.countries.nerd.dk with address 127.0.2.66
+ *              yields ccode_A" = "no" and cnumber 578 (2.66).
+ *   version 2: CNAME = <a.b.c.d>.zz.countries.nerd.dk with address 127.0.2.66
+ *              yields cnumber 578 (2.66). ccode_A is "";
+ */
+static void find_country_from_cname(const char *cname, struct in_addr addr)
+{
+  const struct search_list *country;
+  char  ccode_A2[3], *ccopy, *dot_4;
+  int   cnumber, z0, z1, ver_1, ver_2;
+  unsigned long ip;
+
+  ip = ntohl(addr.s_addr);
+  z0 = TOLOWER(cname[0]);
+  z1 = TOLOWER(cname[1]);
+  ccopy = strdup(cname);
+  dot_4 = NULL;
+
+  ver_1 = (z0 == 'z' && z1 == 'z' && !strcasecmp(cname+4,nerd_ver1));
+  ver_2 = (is_addr(ccopy,&dot_4) && !strcasecmp(dot_4,nerd_ver2));
+
+  if (ver_1)
+    {
+      const char *dot = strchr(cname, '.');
+      if ((z0 != 'z' && z1 != 'z') || dot != cname+4)
+        {
+          printf("Unexpected CNAME %s (ver_1)\n", cname);
+          return;
+        }
+    }
+  else if (ver_2)
+    {
+      z0 = TOLOWER(dot_4[1]);
+      z1 = TOLOWER(dot_4[2]);
+      if (z0 != 'z' && z1 != 'z')
+        {
+          printf("Unexpected CNAME %s (ver_2)\n", cname);
+          return;
+        }
+    }
+  else
+    {
+      printf("Unexpected CNAME %s (ver?)\n", cname);
+      return;
+    }
+
+  if (ver_1)
+    {
+      ccode_A2[0] = (char)TOLOWER(cname[2]);
+      ccode_A2[1] = (char)TOLOWER(cname[3]);
+      ccode_A2[2] = '\0';
+    }
+  else
+    ccode_A2[0] = '\0';
+
+  cnumber = ip & 0xFFFF;
+
+  TRACE(("Found country-code `%s', number %d\n",
+         ver_1 ? ccode_A2 : "<n/a>", cnumber));
+
+  country = list_lookup(cnumber, country_list,
+                        sizeof(country_list) / sizeof(country_list[0]));
+  if (!country)
+    printf("Name for country-number %d not found.\n", cnumber);
+  else
+    {
+      if (ver_1)
+        {
+          if ((country->short_name[0] != ccode_A2[0]) ||
+              (country->short_name[1] != ccode_A2[1]) ||
+              (country->short_name[2] != ccode_A2[2]))
+            printf("short-name mismatch; %s vs %s\n",
+                   country->short_name, ccode_A2);
+        }
+      printf("%s (%s), number %d.\n",
+             country->long_name, country->short_name, cnumber);
+    }
+  free(ccopy);
+}
+
blob - /dev/null
blob + 3bdf2c1c88ae4ef8ad97403e0f80bd861c68ce67 (mode 644)
--- /dev/null
+++ src/c-ares/adig.c
@@ -0,0 +1,819 @@
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#ifdef HAVE_SYS_TIME_H
+#  include <sys/time.h>
+#endif
+#ifdef HAVE_UNISTD_H
+#  include <unistd.h>
+#endif
+#ifdef HAVE_STRINGS_H
+#  include <strings.h>
+#endif
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <ctype.h>
+#include <errno.h>
+
+#include "ares.h"
+#include "ares_dns.h"
+#include "inet_ntop.h"
+#include "inet_net_pton.h"
+#include "ares_getopt.h"
+
+#ifndef HAVE_STRDUP
+#  include "ares_strdup.h"
+#  define strdup(ptr) ares_strdup(ptr)
+#endif
+
+#ifndef HAVE_STRCASECMP
+#  include "ares_strcasecmp.h"
+#  define strcasecmp(p1,p2) ares_strcasecmp(p1,p2)
+#endif
+
+#ifndef HAVE_STRNCASECMP
+#  include "ares_strcasecmp.h"
+#  define strncasecmp(p1,p2,n) ares_strncasecmp(p1,p2,n)
+#endif
+
+#ifdef WATT32
+#undef WIN32  /* Redefined in MingW headers */
+#endif
+
+/* Mac OS X portability check */
+#ifndef T_SRV
+#define T_SRV 33 /* server selection */
+#endif
+
+/* AIX portability check */
+#ifndef T_NAPTR
+#define T_NAPTR 35 /* naming authority pointer */
+#endif
+
+struct nv {
+  const char *name;
+  int value;
+};
+
+static const struct nv flags[] = {
+  { "usevc",            ARES_FLAG_USEVC },
+  { "primary",          ARES_FLAG_PRIMARY },
+  { "igntc",            ARES_FLAG_IGNTC },
+  { "norecurse",        ARES_FLAG_NORECURSE },
+  { "stayopen",         ARES_FLAG_STAYOPEN },
+  { "noaliases",        ARES_FLAG_NOALIASES }
+};
+static const int nflags = sizeof(flags) / sizeof(flags[0]);
+
+static const struct nv classes[] = {
+  { "IN",       C_IN },
+  { "CHAOS",    C_CHAOS },
+  { "HS",       C_HS },
+  { "ANY",      C_ANY }
+};
+static const int nclasses = sizeof(classes) / sizeof(classes[0]);
+
+static const struct nv types[] = {
+  { "A",        T_A },
+  { "NS",       T_NS },
+  { "MD",       T_MD },
+  { "MF",       T_MF },
+  { "CNAME",    T_CNAME },
+  { "SOA",      T_SOA },
+  { "MB",       T_MB },
+  { "MG",       T_MG },
+  { "MR",       T_MR },
+  { "NULL",     T_NULL },
+  { "WKS",      T_WKS },
+  { "PTR",      T_PTR },
+  { "HINFO",    T_HINFO },
+  { "MINFO",    T_MINFO },
+  { "MX",       T_MX },
+  { "TXT",      T_TXT },
+  { "RP",       T_RP },
+  { "AFSDB",    T_AFSDB },
+  { "X25",      T_X25 },
+  { "ISDN",     T_ISDN },
+  { "RT",       T_RT },
+  { "NSAP",     T_NSAP },
+  { "NSAP_PTR", T_NSAP_PTR },
+  { "SIG",      T_SIG },
+  { "KEY",      T_KEY },
+  { "PX",       T_PX },
+  { "GPOS",     T_GPOS },
+  { "AAAA",     T_AAAA },
+  { "LOC",      T_LOC },
+  { "SRV",      T_SRV },
+  { "AXFR",     T_AXFR },
+  { "MAILB",    T_MAILB },
+  { "MAILA",    T_MAILA },
+  { "NAPTR",    T_NAPTR },
+  { "ANY",      T_ANY }
+};
+static const int ntypes = sizeof(types) / sizeof(types[0]);
+
+static const char *opcodes[] = {
+  "QUERY", "IQUERY", "STATUS", "(reserved)", "NOTIFY",
+  "(unknown)", "(unknown)", "(unknown)", "(unknown)",
+  "UPDATEA", "UPDATED", "UPDATEDA", "UPDATEM", "UPDATEMA",
+  "ZONEINIT", "ZONEREF"
+};
+
+static const char *rcodes[] = {
+  "NOERROR", "FORMERR", "SERVFAIL", "NXDOMAIN", "NOTIMP", "REFUSED",
+  "(unknown)", "(unknown)", "(unknown)", "(unknown)", "(unknown)",
+  "(unknown)", "(unknown)", "(unknown)", "(unknown)", "NOCHANGE"
+};
+
+static void callback(void *arg, int status, int timeouts,
+                     unsigned char *abuf, int alen);
+static const unsigned char *display_question(const unsigned char *aptr,
+                                             const unsigned char *abuf,
+                                             int alen);
+static const unsigned char *display_rr(const unsigned char *aptr,
+                                       const unsigned char *abuf, int alen);
+static const char *type_name(int type);
+static const char *class_name(int dnsclass);
+static void usage(void);
+static void destroy_addr_list(struct ares_addr_node *head);
+static void append_addr_list(struct ares_addr_node **head,
+                             struct ares_addr_node *node);
+
+int main(int argc, char **argv)
+{
+  ares_channel channel;
+  int c, i, optmask = ARES_OPT_FLAGS, dnsclass = C_IN, type = T_A;
+  int status, nfds, count;
+  struct ares_options options;
+  struct hostent *hostent;
+  fd_set read_fds, write_fds;
+  struct timeval *tvp, tv;
+  struct ares_addr_node *srvr, *servers = NULL;
+
+#ifdef USE_WINSOCK
+  WORD wVersionRequested = MAKEWORD(USE_WINSOCK,USE_WINSOCK);
+  WSADATA wsaData;
+  WSAStartup(wVersionRequested, &wsaData);
+#endif
+
+  status = ares_library_init(ARES_LIB_INIT_ALL);
+  if (status != ARES_SUCCESS)
+    {
+      fprintf(stderr, "ares_library_init: %s\n", ares_strerror(status));
+      return 1;
+    }
+
+  options.flags = ARES_FLAG_NOCHECKRESP;
+  options.servers = NULL;
+  options.nservers = 0;
+  while ((c = ares_getopt(argc, argv, "df:s:c:t:T:U:")) != -1)
+    {
+      switch (c)
+        {
+        case 'd':
+#ifdef WATT32
+          dbug_init();
+#endif
+          break;
+
+        case 'f':
+          /* Add a flag. */
+          for (i = 0; i < nflags; i++)
+            {
+              if (strcmp(flags[i].name, optarg) == 0)
+                break;
+            }
+          if (i < nflags)
+            options.flags |= flags[i].value;
+          else
+            usage();
+          break;
+
+        case 's':
+          /* User-specified name servers override default ones. */
+          srvr = malloc(sizeof(struct ares_addr_node));
+          if (!srvr)
+            {
+              fprintf(stderr, "Out of memory!\n");
+              destroy_addr_list(servers);
+              return 1;
+            }
+          append_addr_list(&servers, srvr);
+          if (ares_inet_pton(AF_INET, optarg, &srvr->addr.addr4) > 0)
+            srvr->family = AF_INET;
+          else if (ares_inet_pton(AF_INET6, optarg, &srvr->addr.addr6) > 0)
+            srvr->family = AF_INET6;
+          else
+            {
+              hostent = gethostbyname(optarg);
+              if (!hostent)
+                {
+                  fprintf(stderr, "adig: server %s not found.\n", optarg);
+                  destroy_addr_list(servers);
+                  return 1;
+                }
+              switch (hostent->h_addrtype)
+                {
+                  case AF_INET:
+                    srvr->family = AF_INET;
+                    memcpy(&srvr->addr.addr4, hostent->h_addr,
+                           sizeof(srvr->addr.addr4));
+                    break;
+                  case AF_INET6:
+                    srvr->family = AF_INET6;
+                    memcpy(&srvr->addr.addr6, hostent->h_addr,
+                           sizeof(srvr->addr.addr6));
+                    break;
+                  default:
+                    fprintf(stderr,
+                      "adig: server %s unsupported address family.\n", optarg);
+                    destroy_addr_list(servers);
+                    return 1;
+                }
+            }
+          /* Notice that calling ares_init_options() without servers in the
+           * options struct and with ARES_OPT_SERVERS set simultaneously in
+           * the options mask, results in an initialization with no servers.
+           * When alternative name servers have been specified these are set
+           * later calling ares_set_servers() overriding any existing server
+           * configuration. To prevent initial configuration with default
+           * servers that will be discarded later, ARES_OPT_SERVERS is set.
+           * If this flag is not set here the result shall be the same but
+           * ares_init_options() will do needless work. */
+          optmask |= ARES_OPT_SERVERS;
+          break;
+
+        case 'c':
+          /* Set the query class. */
+          for (i = 0; i < nclasses; i++)
+            {
+              if (strcasecmp(classes[i].name, optarg) == 0)
+                break;
+            }
+          if (i < nclasses)
+            dnsclass = classes[i].value;
+          else
+            usage();
+          break;
+
+        case 't':
+          /* Set the query type. */
+          for (i = 0; i < ntypes; i++)
+            {
+              if (strcasecmp(types[i].name, optarg) == 0)
+                break;
+            }
+          if (i < ntypes)
+            type = types[i].value;
+          else
+            usage();
+          break;
+
+        case 'T':
+          /* Set the TCP port number. */
+          if (!ISDIGIT(*optarg))
+            usage();
+          options.tcp_port = (unsigned short)strtol(optarg, NULL, 0);
+          optmask |= ARES_OPT_TCP_PORT;
+          break;
+
+        case 'U':
+          /* Set the UDP port number. */
+          if (!ISDIGIT(*optarg))
+            usage();
+          options.udp_port = (unsigned short)strtol(optarg, NULL, 0);
+          optmask |= ARES_OPT_UDP_PORT;
+          break;
+        }
+    }
+  argc -= optind;
+  argv += optind;
+  if (argc == 0)
+    usage();
+
+  status = ares_init_options(&channel, &options, optmask);
+
+  if (status != ARES_SUCCESS)
+    {
+      fprintf(stderr, "ares_init_options: %s\n",
+              ares_strerror(status));
+      return 1;
+    }
+
+  if(servers)
+    {
+      status = ares_set_servers(channel, servers);
+      destroy_addr_list(servers);
+      if (status != ARES_SUCCESS)
+        {
+          fprintf(stderr, "ares_init_options: %s\n",
+                  ares_strerror(status));
+          return 1;
+        }
+    }
+
+  /* Initiate the queries, one per command-line argument.  If there is
+   * only one query to do, supply NULL as the callback argument;
+   * otherwise, supply the query name as an argument so we can
+   * distinguish responses for the user when printing them out.
+   */
+  if (argc == 1)
+    ares_query(channel, *argv, dnsclass, type, callback, (char *) NULL);
+  else
+    {
+      for (; *argv; argv++)
+        ares_query(channel, *argv, dnsclass, type, callback, *argv);
+    }
+
+  /* Wait for all queries to complete. */
+  for (;;)
+    {
+      FD_ZERO(&read_fds);
+      FD_ZERO(&write_fds);
+      nfds = ares_fds(channel, &read_fds, &write_fds);
+      if (nfds == 0)
+        break;
+      tvp = ares_timeout(channel, NULL, &tv);
+      count = select(nfds, &read_fds, &write_fds, NULL, tvp);
+      if (count < 0 && SOCKERRNO != EINVAL)
+        {
+          perror("select");
+          return 1;
+        }
+      ares_process(channel, &read_fds, &write_fds);
+    }
+
+  ares_destroy(channel);
+
+  ares_library_cleanup();
+
+#ifdef USE_WINSOCK
+  WSACleanup();
+#endif
+
+  return 0;
+}
+
+static void callback(void *arg, int status, int timeouts,
+                     unsigned char *abuf, int alen)
+{
+  char *name = (char *) arg;
+  int id, qr, opcode, aa, tc, rd, ra, rcode;
+  unsigned int qdcount, ancount, nscount, arcount, i;
+  const unsigned char *aptr;
+
+  (void) timeouts;
+
+  /* Display the query name if given. */
+  if (name)
+    printf("Answer for query %s:\n", name);
+
+  /* Display an error message if there was an error, but only stop if
+   * we actually didn't get an answer buffer.
+   */
+  if (status != ARES_SUCCESS)
+    {
+      printf("%s\n", ares_strerror(status));
+      if (!abuf)
+        return;
+    }
+
+  /* Won't happen, but check anyway, for safety. */
+  if (alen < HFIXEDSZ)
+    return;
+
+  /* Parse the answer header. */
+  id = DNS_HEADER_QID(abuf);
+  qr = DNS_HEADER_QR(abuf);
+  opcode = DNS_HEADER_OPCODE(abuf);
+  aa = DNS_HEADER_AA(abuf);
+  tc = DNS_HEADER_TC(abuf);
+  rd = DNS_HEADER_RD(abuf);
+  ra = DNS_HEADER_RA(abuf);
+  rcode = DNS_HEADER_RCODE(abuf);
+  qdcount = DNS_HEADER_QDCOUNT(abuf);
+  ancount = DNS_HEADER_ANCOUNT(abuf);
+  nscount = DNS_HEADER_NSCOUNT(abuf);
+  arcount = DNS_HEADER_ARCOUNT(abuf);
+
+  /* Display the answer header. */
+  printf("id: %d\n", id);
+  printf("flags: %s%s%s%s%s\n",
+         qr ? "qr " : "",
+         aa ? "aa " : "",
+         tc ? "tc " : "",
+         rd ? "rd " : "",
+         ra ? "ra " : "");
+  printf("opcode: %s\n", opcodes[opcode]);
+  printf("rcode: %s\n", rcodes[rcode]);
+
+  /* Display the questions. */
+  printf("Questions:\n");
+  aptr = abuf + HFIXEDSZ;
+  for (i = 0; i < qdcount; i++)
+    {
+      aptr = display_question(aptr, abuf, alen);
+      if (aptr == NULL)
+        return;
+    }
+
+  /* Display the answers. */
+  printf("Answers:\n");
+  for (i = 0; i < ancount; i++)
+    {
+      aptr = display_rr(aptr, abuf, alen);
+      if (aptr == NULL)
+        return;
+    }
+
+  /* Display the NS records. */
+  printf("NS records:\n");
+  for (i = 0; i < nscount; i++)
+    {
+      aptr = display_rr(aptr, abuf, alen);
+      if (aptr == NULL)
+        return;
+    }
+
+  /* Display the additional records. */
+  printf("Additional records:\n");
+  for (i = 0; i < arcount; i++)
+    {
+      aptr = display_rr(aptr, abuf, alen);
+      if (aptr == NULL)
+        return;
+    }
+}
+
+static const unsigned char *display_question(const unsigned char *aptr,
+                                             const unsigned char *abuf,
+                                             int alen)
+{
+  char *name;
+  int type, dnsclass, status;
+  long len;
+
+  /* Parse the question name. */
+  status = ares_expand_name(aptr, abuf, alen, &name, &len);
+  if (status != ARES_SUCCESS)
+    return NULL;
+  aptr += len;
+
+  /* Make sure there's enough data after the name for the fixed part
+   * of the question.
+   */
+  if (aptr + QFIXEDSZ > abuf + alen)
+    {
+      ares_free_string(name);
+      return NULL;
+    }
+
+  /* Parse the question type and class. */
+  type = DNS_QUESTION_TYPE(aptr);
+  dnsclass = DNS_QUESTION_CLASS(aptr);
+  aptr += QFIXEDSZ;
+
+  /* Display the question, in a format sort of similar to how we will
+   * display RRs.
+   */
+  printf("\t%-15s.\t", name);
+  if (dnsclass != C_IN)
+    printf("\t%s", class_name(dnsclass));
+  printf("\t%s\n", type_name(type));
+  ares_free_string(name);
+  return aptr;
+}
+
+static const unsigned char *display_rr(const unsigned char *aptr,
+                                       const unsigned char *abuf, int alen)
+{
+  const unsigned char *p;
+  int type, dnsclass, ttl, dlen, status;
+  long len;
+  char addr[46];
+  union {
+    unsigned char * as_uchar;
+             char * as_char;
+  } name;
+
+  /* Parse the RR name. */
+  status = ares_expand_name(aptr, abuf, alen, &name.as_char, &len);
+  if (status != ARES_SUCCESS)
+    return NULL;
+  aptr += len;
+
+  /* Make sure there is enough data after the RR name for the fixed
+   * part of the RR.
+   */
+  if (aptr + RRFIXEDSZ > abuf + alen)
+    {
+      ares_free_string(name.as_char);
+      return NULL;
+    }
+
+  /* Parse the fixed part of the RR, and advance to the RR data
+   * field. */
+  type = DNS_RR_TYPE(aptr);
+  dnsclass = DNS_RR_CLASS(aptr);
+  ttl = DNS_RR_TTL(aptr);
+  dlen = DNS_RR_LEN(aptr);
+  aptr += RRFIXEDSZ;
+  if (aptr + dlen > abuf + alen)
+    {
+      ares_free_string(name.as_char);
+      return NULL;
+    }
+
+  /* Display the RR name, class, and type. */
+  printf("\t%-15s.\t%d", name.as_char, ttl);
+  if (dnsclass != C_IN)
+    printf("\t%s", class_name(dnsclass));
+  printf("\t%s", type_name(type));
+  ares_free_string(name.as_char);
+
+  /* Display the RR data.  Don't touch aptr. */
+  switch (type)
+    {
+    case T_CNAME:
+    case T_MB:
+    case T_MD:
+    case T_MF:
+    case T_MG:
+    case T_MR:
+    case T_NS:
+    case T_PTR:
+      /* For these types, the RR data is just a domain name. */
+      status = ares_expand_name(aptr, abuf, alen, &name.as_char, &len);
+      if (status != ARES_SUCCESS)
+        return NULL;
+      printf("\t%s.", name.as_char);
+      ares_free_string(name.as_char);
+      break;
+
+    case T_HINFO:
+      /* The RR data is two length-counted character strings. */
+      p = aptr;
+      len = *p;
+      if (p + len + 1 > aptr + dlen)
+        return NULL;
+      status = ares_expand_string(p, abuf, alen, &name.as_uchar, &len);
+      if (status != ARES_SUCCESS)
+        return NULL;
+      printf("\t%s", name.as_char);
+      ares_free_string(name.as_char);
+      p += len;
+      len = *p;
+      if (p + len + 1 > aptr + dlen)
+        return NULL;
+      status = ares_expand_string(p, abuf, alen, &name.as_uchar, &len);
+      if (status != ARES_SUCCESS)
+        return NULL;
+      printf("\t%s", name.as_char);
+      ares_free_string(name.as_char);
+      break;
+
+    case T_MINFO:
+      /* The RR data is two domain names. */
+      p = aptr;
+      status = ares_expand_name(p, abuf, alen, &name.as_char, &len);
+      if (status != ARES_SUCCESS)
+        return NULL;
+      printf("\t%s.", name.as_char);
+      ares_free_string(name.as_char);
+      p += len;
+      status = ares_expand_name(p, abuf, alen, &name.as_char, &len);
+      if (status != ARES_SUCCESS)
+        return NULL;
+      printf("\t%s.", name.as_char);
+      ares_free_string(name.as_char);
+      break;
+
+    case T_MX:
+      /* The RR data is two bytes giving a preference ordering, and
+       * then a domain name.
+       */
+      if (dlen < 2)
+        return NULL;
+      printf("\t%d", DNS__16BIT(aptr));
+      status = ares_expand_name(aptr + 2, abuf, alen, &name.as_char, &len);
+      if (status != ARES_SUCCESS)
+        return NULL;
+      printf("\t%s.", name.as_char);
+      ares_free_string(name.as_char);
+      break;
+
+    case T_SOA:
+      /* The RR data is two domain names and then five four-byte
+       * numbers giving the serial number and some timeouts.
+       */
+      p = aptr;
+      status = ares_expand_name(p, abuf, alen, &name.as_char, &len);
+      if (status != ARES_SUCCESS)
+        return NULL;
+      printf("\t%s.\n", name.as_char);
+      ares_free_string(name.as_char);
+      p += len;
+      status = ares_expand_name(p, abuf, alen, &name.as_char, &len);
+      if (status != ARES_SUCCESS)
+        return NULL;
+      printf("\t\t\t\t\t\t%s.\n", name.as_char);
+      ares_free_string(name.as_char);
+      p += len;
+      if (p + 20 > aptr + dlen)
+        return NULL;
+      printf("\t\t\t\t\t\t( %lu %lu %lu %lu %lu )",
+             (unsigned long)DNS__32BIT(p), (unsigned long)DNS__32BIT(p+4),
+             (unsigned long)DNS__32BIT(p+8), (unsigned long)DNS__32BIT(p+12),
+             (unsigned long)DNS__32BIT(p+16));
+      break;
+
+    case T_TXT:
+      /* The RR data is one or more length-counted character
+       * strings. */
+      p = aptr;
+      while (p < aptr + dlen)
+        {
+          len = *p;
+          if (p + len + 1 > aptr + dlen)
+            return NULL;
+          status = ares_expand_string(p, abuf, alen, &name.as_uchar, &len);
+          if (status != ARES_SUCCESS)
+            return NULL;
+          printf("\t%s", name.as_char);
+          ares_free_string(name.as_char);
+          p += len;
+        }
+      break;
+
+    case T_A:
+      /* The RR data is a four-byte Internet address. */
+      if (dlen != 4)
+        return NULL;
+      printf("\t%s", ares_inet_ntop(AF_INET,aptr,addr,sizeof(addr)));
+      break;
+
+    case T_AAAA:
+      /* The RR data is a 16-byte IPv6 address. */
+      if (dlen != 16)
+        return NULL;
+      printf("\t%s", ares_inet_ntop(AF_INET6,aptr,addr,sizeof(addr)));
+      break;
+
+    case T_WKS:
+      /* Not implemented yet */
+      break;
+
+    case T_SRV:
+      /* The RR data is three two-byte numbers representing the
+       * priority, weight, and port, followed by a domain name.
+       */
+
+      printf("\t%d", DNS__16BIT(aptr));
+      printf(" %d", DNS__16BIT(aptr + 2));
+      printf(" %d", DNS__16BIT(aptr + 4));
+
+      status = ares_expand_name(aptr + 6, abuf, alen, &name.as_char, &len);
+      if (status != ARES_SUCCESS)
+        return NULL;
+      printf("\t%s.", name.as_char);
+      ares_free_string(name.as_char);
+      break;
+
+    case T_NAPTR:
+
+      printf("\t%d", DNS__16BIT(aptr)); /* order */
+      printf(" %d\n", DNS__16BIT(aptr + 2)); /* preference */
+
+      p = aptr + 4;
+      status = ares_expand_string(p, abuf, alen, &name.as_uchar, &len);
+      if (status != ARES_SUCCESS)
+        return NULL;
+      printf("\t\t\t\t\t\t%s\n", name.as_char);
+      ares_free_string(name.as_char);
+      p += len;
+
+      status = ares_expand_string(p, abuf, alen, &name.as_uchar, &len);
+      if (status != ARES_SUCCESS)
+        return NULL;
+      printf("\t\t\t\t\t\t%s\n", name.as_char);
+      ares_free_string(name.as_char);
+      p += len;
+
+      status = ares_expand_string(p, abuf, alen, &name.as_uchar, &len);
+      if (status != ARES_SUCCESS)
+        return NULL;
+      printf("\t\t\t\t\t\t%s\n", name.as_char);
+      ares_free_string(name.as_char);
+      p += len;
+
+      status = ares_expand_name(p, abuf, alen, &name.as_char, &len);
+      if (status != ARES_SUCCESS)
+        return NULL;
+      printf("\t\t\t\t\t\t%s", name.as_char);
+      ares_free_string(name.as_char);
+      break;
+
+
+    default:
+      printf("\t[Unknown RR; cannot parse]");
+      break;
+    }
+  printf("\n");
+
+  return aptr + dlen;
+}
+
+static const char *type_name(int type)
+{
+  int i;
+
+  for (i = 0; i < ntypes; i++)
+    {
+      if (types[i].value == type)
+        return types[i].name;
+    }
+  return "(unknown)";
+}
+
+static const char *class_name(int dnsclass)
+{
+  int i;
+
+  for (i = 0; i < nclasses; i++)
+    {
+      if (classes[i].value == dnsclass)
+        return classes[i].name;
+    }
+  return "(unknown)";
+}
+
+static void usage(void)
+{
+  fprintf(stderr, "usage: adig [-f flag] [-s server] [-c class] "
+          "[-t type] [-p port] name ...\n");
+  exit(1);
+}
+
+static void destroy_addr_list(struct ares_addr_node *head)
+{
+  while(head)
+    {
+      struct ares_addr_node *detached = head;
+      head = head->next;
+      free(detached);
+    }
+}
+
+static void append_addr_list(struct ares_addr_node **head,
+                             struct ares_addr_node *node)
+{
+  struct ares_addr_node *last;
+  node->next = NULL;
+  if(*head)
+    {
+      last = *head;
+      while(last->next)
+        last = last->next;
+      last->next = node;
+    }
+  else
+    *head = node;
+}
blob - /dev/null
blob + 6a4843edd9a11b8e406f1612fe26ed4853ab5d38 (mode 644)
--- /dev/null
+++ src/c-ares/ahost.c
@@ -0,0 +1,201 @@
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#if !defined(WIN32) || defined(WATT32)
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+#include <netdb.h>
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+#include "ares.h"
+#include "ares_dns.h"
+#include "inet_ntop.h"
+#include "inet_net_pton.h"
+#include "ares_getopt.h"
+#include "ares_ipv6.h"
+
+#ifndef HAVE_STRDUP
+#  include "ares_strdup.h"
+#  define strdup(ptr) ares_strdup(ptr)
+#endif
+
+#ifndef HAVE_STRCASECMP
+#  include "ares_strcasecmp.h"
+#  define strcasecmp(p1,p2) ares_strcasecmp(p1,p2)
+#endif
+
+#ifndef HAVE_STRNCASECMP
+#  include "ares_strcasecmp.h"
+#  define strncasecmp(p1,p2,n) ares_strncasecmp(p1,p2,n)
+#endif
+
+static void callback(void *arg, int status, int timeouts, struct hostent *host);
+static void usage(void);
+
+int main(int argc, char **argv)
+{
+  ares_channel channel;
+  int status, nfds, c, addr_family = AF_INET;
+  fd_set read_fds, write_fds;
+  struct timeval *tvp, tv;
+  struct in_addr addr4;
+  struct ares_in6_addr addr6;
+
+#ifdef USE_WINSOCK
+  WORD wVersionRequested = MAKEWORD(USE_WINSOCK,USE_WINSOCK);
+  WSADATA wsaData;
+  WSAStartup(wVersionRequested, &wsaData);
+#endif
+
+  status = ares_library_init(ARES_LIB_INIT_ALL);
+  if (status != ARES_SUCCESS)
+    {
+      fprintf(stderr, "ares_library_init: %s\n", ares_strerror(status));
+      return 1;
+    }
+
+  while ((c = ares_getopt(argc,argv,"dt:h")) != -1)
+    {
+      switch (c)
+        {
+        case 'd':
+#ifdef WATT32
+          dbug_init();
+#endif
+          break;
+        case 't':
+          if (!strcasecmp(optarg,"a"))
+            addr_family = AF_INET;
+          else if (!strcasecmp(optarg,"aaaa"))
+            addr_family = AF_INET6;
+          else
+            usage();
+          break;
+        case 'h':
+        default:
+          usage();
+          break;
+        }
+    }
+
+  argc -= optind;
+  argv += optind;
+  if (argc < 1)
+    usage();
+
+  status = ares_init(&channel);
+  if (status != ARES_SUCCESS)
+    {
+      fprintf(stderr, "ares_init: %s\n", ares_strerror(status));
+      return 1;
+    }
+
+  /* Initiate the queries, one per command-line argument. */
+  for ( ; *argv; argv++)
+    {
+      if (ares_inet_pton(AF_INET, *argv, &addr4) == 1)
+        {
+          ares_gethostbyaddr(channel, &addr4, sizeof(addr4), AF_INET, callback,
+                             *argv);
+        }
+      else if (ares_inet_pton(AF_INET6, *argv, &addr6) == 1)
+        {
+          ares_gethostbyaddr(channel, &addr6, sizeof(addr6), AF_INET6, callback,
+                             *argv);
+        }
+      else
+        {
+          ares_gethostbyname(channel, *argv, addr_family, callback, *argv);
+        }
+    }
+
+  /* Wait for all queries to complete. */
+  for (;;)
+    {
+      FD_ZERO(&read_fds);
+      FD_ZERO(&write_fds);
+      nfds = ares_fds(channel, &read_fds, &write_fds);
+      if (nfds == 0)
+        break;
+      tvp = ares_timeout(channel, NULL, &tv);
+      select(nfds, &read_fds, &write_fds, NULL, tvp);
+      ares_process(channel, &read_fds, &write_fds);
+    }
+
+  ares_destroy(channel);
+
+  ares_library_cleanup();
+
+#ifdef USE_WINSOCK
+  WSACleanup();
+#endif
+
+  return 0;
+}
+
+static void callback(void *arg, int status, int timeouts, struct hostent *host)
+{
+  char **p;
+
+  (void)timeouts;
+
+  if (status != ARES_SUCCESS)
+    {
+      fprintf(stderr, "%s: %s\n", (char *) arg, ares_strerror(status));
+      return;
+    }
+
+  for (p = host->h_addr_list; *p; p++)
+    {
+      char addr_buf[46] = "??";
+
+      ares_inet_ntop(host->h_addrtype, *p, addr_buf, sizeof(addr_buf));
+      printf("%-32s\t%s", host->h_name, addr_buf);
+#if 0
+      if (host->h_aliases[0])
+        {
+           int i;
+
+           printf (", Aliases: ");
+           for (i = 0; host->h_aliases[i]; i++)
+               printf("%s ", host->h_aliases[i]);
+        }
+#endif
+      puts("");
+    }
+}
+
+static void usage(void)
+{
+  fprintf(stderr, "usage: ahost [-t {a|aaaa}] {host|addr} ...\n");
+  exit(1);
+}
blob - /dev/null
blob + 9456a14a7120f5db6446ae0932557028e2f0ba85 (mode 644)
--- /dev/null
+++ src/c-ares/ares.h
@@ -0,0 +1,537 @@
+
+/* Copyright 1998, 2009 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2007-2010 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#ifndef ARES__H
+#define ARES__H
+
+#include "ares_version.h"  /* c-ares version defines   */
+#include "ares_build.h"    /* c-ares build definitions */
+#include "ares_rules.h"    /* c-ares rules enforcement */
+
+/*
+ * Define WIN32 when build target is Win32 API
+ */
+
+#if (defined(_WIN32) || defined(__WIN32__)) && \
+   !defined(WIN32) && !defined(__SYMBIAN32__)
+#  define WIN32
+#endif
+
+#include <sys/types.h>
+
+/* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish
+   libc5-based Linux systems. Only include it on system that are known to
+   require it! */
+#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \
+    defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY)
+#include <sys/select.h>
+#endif
+#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
+#include <sys/bsdskt.h>
+#endif
+
+#if defined(WATT32)
+#  include <netinet/in.h>
+#  include <sys/socket.h>
+#  include <tcp.h>
+#elif defined(WIN32)
+#  ifndef WIN32_LEAN_AND_MEAN
+#    define WIN32_LEAN_AND_MEAN
+#  endif
+#  include <windows.h>
+#  include <winsock2.h>
+#  include <ws2tcpip.h>
+#else
+#  include <sys/socket.h>
+#  include <netinet/in.h>
+#endif
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/*
+** c-ares external API function linkage decorations.
+*/
+
+#if !defined(CARES_STATICLIB) && \
+   (defined(WIN32) || defined(_WIN32) || defined(__SYMBIAN32__))
+   /* __declspec function decoration for Win32 and Symbian DLL's */
+#  if defined(CARES_BUILDING_LIBRARY)
+#    define CARES_EXTERN  __declspec(dllexport)
+#  else
+#    define CARES_EXTERN  __declspec(dllimport)
+#  endif
+#else
+   /* visibility function decoration for other cases */
+#  if !defined(CARES_SYMBOL_HIDING) || \
+     defined(WIN32) || defined(_WIN32) || defined(__SYMBIAN32__)
+#    define CARES_EXTERN
+#  else
+#    define CARES_EXTERN CARES_SYMBOL_SCOPE_EXTERN
+#  endif
+#endif
+
+
+#define ARES_SUCCESS            0
+
+/* Server error codes (ARES_ENODATA indicates no relevant answer) */
+#define ARES_ENODATA            1
+#define ARES_EFORMERR           2
+#define ARES_ESERVFAIL          3
+#define ARES_ENOTFOUND          4
+#define ARES_ENOTIMP            5
+#define ARES_EREFUSED           6
+
+/* Locally generated error codes */
+#define ARES_EBADQUERY          7
+#define ARES_EBADNAME           8
+#define ARES_EBADFAMILY         9
+#define ARES_EBADRESP           10
+#define ARES_ECONNREFUSED       11
+#define ARES_ETIMEOUT           12
+#define ARES_EOF                13
+#define ARES_EFILE              14
+#define ARES_ENOMEM             15
+#define ARES_EDESTRUCTION       16
+#define ARES_EBADSTR            17
+
+/* ares_getnameinfo error codes */
+#define ARES_EBADFLAGS          18
+
+/* ares_getaddrinfo error codes */
+#define ARES_ENONAME            19
+#define ARES_EBADHINTS          20
+
+/* Uninitialized library error code */
+#define ARES_ENOTINITIALIZED    21          /* introduced in 1.7.0 */
+
+/* ares_library_init error codes */
+#define ARES_ELOADIPHLPAPI           22     /* introduced in 1.7.0 */
+#define ARES_EADDRGETNETWORKPARAMS   23     /* introduced in 1.7.0 */
+
+/* More error codes */
+#define ARES_ECANCELLED         24          /* introduced in 1.7.0 */
+
+/* Flag values */
+#define ARES_FLAG_USEVC         (1 << 0)
+#define ARES_FLAG_PRIMARY       (1 << 1)
+#define ARES_FLAG_IGNTC         (1 << 2)
+#define ARES_FLAG_NORECURSE     (1 << 3)
+#define ARES_FLAG_STAYOPEN      (1 << 4)
+#define ARES_FLAG_NOSEARCH      (1 << 5)
+#define ARES_FLAG_NOALIASES     (1 << 6)
+#define ARES_FLAG_NOCHECKRESP   (1 << 7)
+
+/* Option mask values */
+#define ARES_OPT_FLAGS          (1 << 0)
+#define ARES_OPT_TIMEOUT        (1 << 1)
+#define ARES_OPT_TRIES          (1 << 2)
+#define ARES_OPT_NDOTS          (1 << 3)
+#define ARES_OPT_UDP_PORT       (1 << 4)
+#define ARES_OPT_TCP_PORT       (1 << 5)
+#define ARES_OPT_SERVERS        (1 << 6)
+#define ARES_OPT_DOMAINS        (1 << 7)
+#define ARES_OPT_LOOKUPS        (1 << 8)
+#define ARES_OPT_SOCK_STATE_CB  (1 << 9)
+#define ARES_OPT_SORTLIST       (1 << 10)
+#define ARES_OPT_SOCK_SNDBUF    (1 << 11)
+#define ARES_OPT_SOCK_RCVBUF    (1 << 12)
+#define ARES_OPT_TIMEOUTMS      (1 << 13)
+#define ARES_OPT_ROTATE         (1 << 14)
+
+/* Nameinfo flag values */
+#define ARES_NI_NOFQDN                  (1 << 0)
+#define ARES_NI_NUMERICHOST             (1 << 1)
+#define ARES_NI_NAMEREQD                (1 << 2)
+#define ARES_NI_NUMERICSERV             (1 << 3)
+#define ARES_NI_DGRAM                   (1 << 4)
+#define ARES_NI_TCP                     0
+#define ARES_NI_UDP                     ARES_NI_DGRAM
+#define ARES_NI_SCTP                    (1 << 5)
+#define ARES_NI_DCCP                    (1 << 6)
+#define ARES_NI_NUMERICSCOPE            (1 << 7)
+#define ARES_NI_LOOKUPHOST              (1 << 8)
+#define ARES_NI_LOOKUPSERVICE           (1 << 9)
+/* Reserved for future use */
+#define ARES_NI_IDN                     (1 << 10)
+#define ARES_NI_IDN_ALLOW_UNASSIGNED    (1 << 11)
+#define ARES_NI_IDN_USE_STD3_ASCII_RULES (1 << 12)
+
+/* Addrinfo flag values */
+#define ARES_AI_CANONNAME               (1 << 0)
+#define ARES_AI_NUMERICHOST             (1 << 1)
+#define ARES_AI_PASSIVE                 (1 << 2)
+#define ARES_AI_NUMERICSERV             (1 << 3)
+#define ARES_AI_V4MAPPED                (1 << 4)
+#define ARES_AI_ALL                     (1 << 5)
+#define ARES_AI_ADDRCONFIG              (1 << 6)
+/* Reserved for future use */
+#define ARES_AI_IDN                     (1 << 10)
+#define ARES_AI_IDN_ALLOW_UNASSIGNED    (1 << 11)
+#define ARES_AI_IDN_USE_STD3_ASCII_RULES (1 << 12)
+#define ARES_AI_CANONIDN                (1 << 13)
+
+#define ARES_AI_MASK (ARES_AI_CANONNAME|ARES_AI_NUMERICHOST|ARES_AI_PASSIVE| \
+                      ARES_AI_NUMERICSERV|ARES_AI_V4MAPPED|ARES_AI_ALL| \
+                      ARES_AI_ADDRCONFIG)
+#define ARES_GETSOCK_MAXNUM 16 /* ares_getsock() can return info about this
+                                  many sockets */
+#define ARES_GETSOCK_READABLE(bits,num) (bits & (1<< (num)))
+#define ARES_GETSOCK_WRITABLE(bits,num) (bits & (1 << ((num) + \
+                                         ARES_GETSOCK_MAXNUM)))
+
+/* c-ares library initialization flag values */
+#define ARES_LIB_INIT_NONE   (0)
+#define ARES_LIB_INIT_WIN32  (1 << 0)
+#define ARES_LIB_INIT_ALL    (ARES_LIB_INIT_WIN32)
+
+
+/*
+ * Typedef our socket type
+ */
+
+#ifndef ares_socket_typedef
+#ifdef WIN32
+typedef SOCKET ares_socket_t;
+#define ARES_SOCKET_BAD INVALID_SOCKET
+#else
+typedef int ares_socket_t;
+#define ARES_SOCKET_BAD -1
+#endif
+#define ares_socket_typedef
+#endif /* ares_socket_typedef */
+
+typedef void (*ares_sock_state_cb)(void *data,
+                                   ares_socket_t socket_fd,
+                                   int readable,
+                                   int writable);
+
+struct apattern;
+
+/* NOTE about the ares_options struct to users and developers.
+
+   This struct will remain looking like this. It will not be extended nor
+   shrunk in future releases, but all new options will be set by ares_set_*()
+   options instead of with the ares_init_options() function.
+
+   Eventually (in a galaxy far far away), all options will be settable by
+   ares_set_*() options and the ares_init_options() function will become
+   deprecated.
+
+   When new options are added to c-ares, they are not added to this
+   struct. And they are not "saved" with the ares_save_options() function but
+   instead we encourage the use of the ares_dup() function. Needless to say,
+   if you add config options to c-ares you need to make sure ares_dup()
+   duplicates this new option.
+
+ */
+struct ares_options {
+  int flags;
+  int timeout; /* in seconds or milliseconds, depending on options */
+  int tries;
+  int ndots;
+  unsigned short udp_port;
+  unsigned short tcp_port;
+  int socket_send_buffer_size;
+  int socket_receive_buffer_size;
+  struct in_addr *servers;
+  int nservers;
+  char **domains;
+  int ndomains;
+  char *lookups;
+  ares_sock_state_cb sock_state_cb;
+  void *sock_state_cb_data;
+  struct apattern *sortlist;
+  int nsort;
+};
+
+struct hostent;
+struct timeval;
+struct sockaddr;
+struct ares_channeldata;
+
+typedef struct ares_channeldata *ares_channel;
+
+typedef void (*ares_callback)(void *arg,
+                              int status,
+                              int timeouts,
+                              unsigned char *abuf,
+                              int alen);
+
+typedef void (*ares_host_callback)(void *arg,
+                                   int status,
+                                   int timeouts,
+                                   struct hostent *hostent);
+
+typedef void (*ares_nameinfo_callback)(void *arg,
+                                       int status,
+                                       int timeouts,
+                                       char *node,
+                                       char *service);
+
+typedef int  (*ares_sock_create_callback)(ares_socket_t socket_fd,
+                                          int type,
+                                          void *data);
+
+CARES_EXTERN int ares_library_init(int flags);
+
+CARES_EXTERN void ares_library_cleanup(void);
+
+CARES_EXTERN const char *ares_version(int *version);
+
+CARES_EXTERN int ares_init(ares_channel *channelptr);
+
+CARES_EXTERN int ares_init_options(ares_channel *channelptr,
+                                   struct ares_options *options,
+                                   int optmask);
+
+CARES_EXTERN int ares_save_options(ares_channel channel,
+                                   struct ares_options *options,
+                                   int *optmask);
+
+CARES_EXTERN void ares_destroy_options(struct ares_options *options);
+
+CARES_EXTERN int ares_dup(ares_channel *dest,
+                          ares_channel src);
+
+CARES_EXTERN void ares_destroy(ares_channel channel);
+
+CARES_EXTERN void ares_cancel(ares_channel channel);
+
+/* These next 3 configure local binding for the out-going socket
+ * connection.  Use these to specify source IP and/or network device
+ * on multi-homed systems.
+ */
+CARES_EXTERN void ares_set_local_ip4(ares_channel channel, unsigned int local_ip);
+
+/* local_ip6 should be 16 bytes in length */
+CARES_EXTERN void ares_set_local_ip6(ares_channel channel,
+                                     const unsigned char* local_ip6);
+
+/* local_dev_name should be null terminated. */
+CARES_EXTERN void ares_set_local_dev(ares_channel channel,
+                                     const char* local_dev_name);
+
+CARES_EXTERN void ares_set_socket_callback(ares_channel channel,
+                                           ares_sock_create_callback callback,
+                                           void *user_data);
+
+CARES_EXTERN void ares_send(ares_channel channel,
+                            const unsigned char *qbuf,
+                            int qlen,
+                            ares_callback callback,
+                            void *arg);
+
+CARES_EXTERN void ares_query(ares_channel channel,
+                             const char *name,
+                             int dnsclass,
+                             int type,
+                             ares_callback callback,
+                             void *arg);
+
+CARES_EXTERN void ares_search(ares_channel channel,
+                              const char *name,
+                              int dnsclass,
+                              int type,
+                              ares_callback callback,
+                              void *arg);
+
+CARES_EXTERN void ares_gethostbyname(ares_channel channel,
+                                     const char *name,
+                                     int family,
+                                     ares_host_callback callback,
+                                     void *arg);
+
+CARES_EXTERN int ares_gethostbyname_file(ares_channel channel,
+                                         const char *name,
+                                         int family,
+                                         struct hostent **host);
+
+CARES_EXTERN void ares_gethostbyaddr(ares_channel channel,
+                                     const void *addr,
+                                     int addrlen,
+                                     int family,
+                                     ares_host_callback callback,
+                                     void *arg);
+
+CARES_EXTERN void ares_getnameinfo(ares_channel channel,
+                                   const struct sockaddr *sa,
+                                   ares_socklen_t salen,
+                                   int flags,
+                                   ares_nameinfo_callback callback,
+                                   void *arg);
+
+CARES_EXTERN int ares_fds(ares_channel channel,
+                          fd_set *read_fds,
+                          fd_set *write_fds);
+
+CARES_EXTERN int ares_getsock(ares_channel channel,
+                              ares_socket_t *socks,
+                              int numsocks);
+
+CARES_EXTERN struct timeval *ares_timeout(ares_channel channel,
+                                          struct timeval *maxtv,
+                                          struct timeval *tv);
+
+CARES_EXTERN void ares_process(ares_channel channel,
+                               fd_set *read_fds,
+                               fd_set *write_fds);
+
+CARES_EXTERN void ares_process_fd(ares_channel channel,
+                                  ares_socket_t read_fd,
+                                  ares_socket_t write_fd);
+
+CARES_EXTERN int ares_mkquery(const char *name,
+                              int dnsclass,
+                              int type,
+                              unsigned short id,
+                              int rd,
+                              unsigned char **buf,
+                              int *buflen);
+
+CARES_EXTERN int ares_expand_name(const unsigned char *encoded,
+                                  const unsigned char *abuf,
+                                  int alen,
+                                  char **s,
+                                  long *enclen);
+
+CARES_EXTERN int ares_expand_string(const unsigned char *encoded,
+                                    const unsigned char *abuf,
+                                    int alen,
+                                    unsigned char **s,
+                                    long *enclen);
+
+/*
+ * NOTE: before c-ares 1.7.0 we would most often use the system in6_addr
+ * struct below when ares itself was built, but many apps would use this
+ * private version since the header checked a HAVE_* define for it. Starting
+ * with 1.7.0 we always declare and use our own to stop relying on the
+ * system's one.
+ */
+struct ares_in6_addr {
+  union {
+    unsigned char _S6_u8[16];
+  } _S6_un;
+};
+
+struct ares_addrttl {
+  struct in_addr ipaddr;
+  int            ttl;
+};
+
+struct ares_addr6ttl {
+  struct ares_in6_addr ip6addr;
+  int             ttl;
+};
+
+struct ares_srv_reply {
+  struct ares_srv_reply  *next;
+  char                   *host;
+  unsigned short          priority;
+  unsigned short          weight;
+  unsigned short          port;
+};
+
+struct ares_mx_reply {
+  struct ares_mx_reply   *next;
+  char                   *host;
+  unsigned short          priority;
+};
+
+struct ares_txt_reply {
+  struct ares_txt_reply  *next;
+  unsigned char          *txt;
+  size_t                  length;  /* length excludes null termination */
+};
+
+/*
+** Parse the buffer, starting at *abuf and of length alen bytes, previously
+** obtained from an ares_search call.  Put the results in *host, if nonnull.
+** Also, if addrttls is nonnull, put up to *naddrttls IPv4 addresses along with
+** their TTLs in that array, and set *naddrttls to the number of addresses
+** so written.
+*/
+
+CARES_EXTERN int ares_parse_a_reply(const unsigned char *abuf,
+                                    int alen,
+                                    struct hostent **host,
+                                    struct ares_addrttl *addrttls,
+                                    int *naddrttls);
+
+CARES_EXTERN int ares_parse_aaaa_reply(const unsigned char *abuf,
+                                       int alen,
+                                       struct hostent **host,
+                                       struct ares_addr6ttl *addrttls,
+                                       int *naddrttls);
+
+CARES_EXTERN int ares_parse_ptr_reply(const unsigned char *abuf,
+                                      int alen,
+                                      const void *addr,
+                                      int addrlen,
+                                      int family,
+                                      struct hostent **host);
+
+CARES_EXTERN int ares_parse_ns_reply(const unsigned char *abuf,
+                                     int alen,
+                                     struct hostent **host);
+
+CARES_EXTERN int ares_parse_srv_reply(const unsigned char* abuf,
+                                      int alen,
+                                      struct ares_srv_reply** srv_out);
+
+CARES_EXTERN int ares_parse_mx_reply(const unsigned char* abuf,
+                                      int alen,
+                                      struct ares_mx_reply** mx_out);
+
+CARES_EXTERN int ares_parse_txt_reply(const unsigned char* abuf,
+                                      int alen,
+                                      struct ares_txt_reply** txt_out);
+
+CARES_EXTERN void ares_free_string(void *str);
+
+CARES_EXTERN void ares_free_hostent(struct hostent *host);
+
+CARES_EXTERN void ares_free_data(void *dataptr);
+
+CARES_EXTERN const char *ares_strerror(int code);
+
+/* TODO:  Hold port here as well. */
+struct ares_addr_node {
+  struct ares_addr_node *next;
+  int family;
+  union {
+    struct in_addr       addr4;
+    struct ares_in6_addr addr6;
+  } addr;
+};
+
+CARES_EXTERN int ares_set_servers(ares_channel channel,
+                                  struct ares_addr_node *servers);
+
+/* Incomming string format: host[:port][,host[:port]]... */
+CARES_EXTERN int ares_set_servers_csv(ares_channel channel,
+                                      const char* servers);
+
+CARES_EXTERN int ares_get_servers(ares_channel channel,
+                                  struct ares_addr_node **servers);
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif /* ARES__H */
blob - /dev/null
blob + 5d391a9ef2ec7fb4c6eb6ec11aa459d56393eebb (mode 644)
--- /dev/null
+++ src/c-ares/ares__close_sockets.c
@@ -0,0 +1,66 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#include <stdlib.h>
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
+#include "ares.h"
+#include "ares_private.h"
+
+void ares__close_sockets(ares_channel channel, struct server_state *server)
+{
+  struct send_request *sendreq;
+
+  /* Free all pending output buffers. */
+  while (server->qhead)
+    {
+      /* Advance server->qhead; pull out query as we go. */
+      sendreq = server->qhead;
+      server->qhead = sendreq->next;
+      if (sendreq->data_storage != NULL)
+        free(sendreq->data_storage);
+      free(sendreq);
+    }
+  server->qtail = NULL;
+
+  /* Reset any existing input buffer. */
+  if (server->tcp_buffer)
+    free(server->tcp_buffer);
+  server->tcp_buffer = NULL;
+  server->tcp_lenbuf_pos = 0;
+
+  /* Reset brokenness */
+  server->is_broken = 0;
+
+  /* Close the TCP and UDP sockets. */
+  if (server->tcp_socket != ARES_SOCKET_BAD)
+    {
+      SOCK_STATE_CALLBACK(channel, server->tcp_socket, 0, 0);
+      sclose(server->tcp_socket);
+      server->tcp_socket = ARES_SOCKET_BAD;
+      server->tcp_connection_generation = ++channel->tcp_connection_generation;
+    }
+  if (server->udp_socket != ARES_SOCKET_BAD)
+    {
+      SOCK_STATE_CALLBACK(channel, server->udp_socket, 0, 0);
+      sclose(server->udp_socket);
+      server->udp_socket = ARES_SOCKET_BAD;
+    }
+}
blob - /dev/null
blob + 298df09182a63c7b4ae9ed5fc78e5cebf6cb996f (mode 644)
--- /dev/null
+++ src/c-ares/ares__get_hostent.c
@@ -0,0 +1,263 @@
+
+/* Copyright 1998, 2010 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+
+#include "ares.h"
+#include "inet_net_pton.h"
+#include "ares_private.h"
+
+int ares__get_hostent(FILE *fp, int family, struct hostent **host)
+{
+  char *line = NULL, *p, *q, **alias;
+  char *txtaddr, *txthost, *txtalias;
+  int status;
+  size_t addrlen, linesize, naliases;
+  struct ares_addr addr;
+  struct hostent *hostent = NULL;
+
+  *host = NULL; /* Assume failure */
+
+  /* Validate family */
+  switch (family) {
+    case AF_INET:
+    case AF_INET6:
+    case AF_UNSPEC:
+      break;
+    default:
+      return ARES_EBADFAMILY;
+  }
+
+  while ((status = ares__read_line(fp, &line, &linesize)) == ARES_SUCCESS)
+    {
+
+      /* Trim line comment. */
+      p = line;
+      while (*p && (*p != '#'))
+        p++;
+      *p = '\0';
+
+      /* Trim trailing whitespace. */
+      q = p - 1;
+      while ((q >= line) && ISSPACE(*q))
+        q--;
+      *++q = '\0';
+
+      /* Skip leading whitespace. */
+      p = line;
+      while (*p && ISSPACE(*p))
+        p++;
+      if (!*p)
+        /* Ignore line if empty. */
+        continue;
+
+      /* Pointer to start of IPv4 or IPv6 address part. */
+      txtaddr = p;
+
+      /* Advance past address part. */
+      while (*p && !ISSPACE(*p))
+        p++;
+      if (!*p)
+        /* Ignore line if reached end of line. */
+        continue;
+
+      /* Null terminate address part. */
+      *p = '\0';
+
+      /* Advance to host name */
+      p++;
+      while (*p && ISSPACE(*p))
+        p++;
+      if (!*p)
+        /* Ignore line if reached end of line. */
+        continue;
+
+      /* Pointer to start of host name. */
+      txthost = p;
+
+      /* Advance past host name. */
+      while (*p && !ISSPACE(*p))
+        p++;
+
+      /* Pointer to start of first alias. */
+      txtalias = NULL;
+      if (*p)
+        {
+          q = p + 1;
+          while (*q && ISSPACE(*q))
+            q++;
+          if (*q)
+            txtalias = q;
+        }
+
+      /* Null terminate host name. */
+      *p = '\0';
+
+      /* find out number of aliases. */
+      naliases = 0;
+      if (txtalias)
+        {
+          p = txtalias;
+          while (*p)
+            {
+              while (*p && !ISSPACE(*p))
+                p++;
+              while (*p && ISSPACE(*p))
+                p++;
+              naliases++;
+            }
+        }
+
+      /* Convert address string to network address for the requested family. */
+      addrlen = 0;
+      addr.family = AF_UNSPEC;
+      addr.addrV4.s_addr = INADDR_NONE;
+      if ((family == AF_INET) || (family == AF_UNSPEC))
+        {
+          addr.addrV4.s_addr = inet_addr(txtaddr);
+          if (addr.addrV4.s_addr != INADDR_NONE)
+            {
+              /* Actual network address family and length. */
+              addr.family = AF_INET;
+              addrlen = sizeof(addr.addrV4);
+            }
+        }
+      if ((family == AF_INET6) || ((family == AF_UNSPEC) && (!addrlen)))
+        {
+          if (ares_inet_pton(AF_INET6, txtaddr, &addr.addrV6) > 0)
+            {
+              /* Actual network address family and length. */
+              addr.family = AF_INET6;
+              addrlen = sizeof(addr.addrV6);
+            }
+        }
+      if (!addrlen)
+        /* Ignore line if invalid address string for the requested family. */
+        continue;
+
+      /*
+      ** Actual address family possible values are AF_INET and AF_INET6 only.
+      */
+
+      /* Allocate memory for the hostent structure. */
+      hostent = malloc(sizeof(struct hostent));
+      if (!hostent)
+        break;
+
+      /* Initialize fields for out of memory condition. */
+      hostent->h_aliases = NULL;
+      hostent->h_addr_list = NULL;
+
+      /* Copy official host name. */
+      hostent->h_name = strdup(txthost);
+      if (!hostent->h_name)
+        break;
+
+      /* Copy network address. */
+      hostent->h_addr_list = malloc(2 * sizeof(char *));
+      if (!hostent->h_addr_list)
+        break;
+      hostent->h_addr_list[1] = NULL;
+      hostent->h_addr_list[0] = malloc(addrlen);
+      if (!hostent->h_addr_list[0])
+        break;
+      if (addr.family == AF_INET)
+        memcpy(hostent->h_addr_list[0], &addr.addrV4, sizeof(addr.addrV4));
+      else
+        memcpy(hostent->h_addr_list[0], &addr.addrV6, sizeof(addr.addrV6));
+
+      /* Copy aliases. */
+      hostent->h_aliases = malloc((naliases + 1) * sizeof(char *));
+      if (!hostent->h_aliases)
+        break;
+      alias = hostent->h_aliases;
+      while (naliases)
+        *(alias + naliases--) = NULL;
+      *alias = NULL;
+      while (txtalias)
+        {
+          p = txtalias;
+          while (*p && !ISSPACE(*p))
+            p++;
+          q = p;
+          while (*q && ISSPACE(*q))
+            q++;
+          *p = '\0';
+          if ((*alias = strdup(txtalias)) == NULL)
+            break;
+          alias++;
+          txtalias = *q ? q : NULL;
+        }
+      if (txtalias)
+        /* Alias memory allocation failure. */
+        break;
+
+      /* Copy actual network address family and length. */
+      hostent->h_addrtype = addr.family;
+      hostent->h_length = (int)addrlen;
+
+      /* Free line buffer. */
+      free(line);
+
+      /* Return hostent successfully */
+      *host = hostent;
+      return ARES_SUCCESS;
+
+    }
+
+  /* If allocated, free line buffer. */
+  if (line)
+    free(line);
+
+  if (status == ARES_SUCCESS)
+    {
+      /* Memory allocation failure; clean up. */
+      if (hostent)
+        {
+          if (hostent->h_name)
+            free((char *) hostent->h_name);
+          if (hostent->h_aliases)
+            {
+              for (alias = hostent->h_aliases; *alias; alias++)
+                free(*alias);
+              free(hostent->h_aliases);
+            }
+          if (hostent->h_addr_list)
+            {
+              if (hostent->h_addr_list[0])
+                free(hostent->h_addr_list[0]);
+              free(hostent->h_addr_list);
+            }
+          free(hostent);
+        }
+      return ARES_ENOMEM;
+    }
+
+  return status;
+}
blob - /dev/null
blob + ca018035ec369820362929584143fb0713ed9673 (mode 644)
--- /dev/null
+++ src/c-ares/ares__read_line.c
@@ -0,0 +1,71 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include "ares.h"
+#include "ares_nowarn.h"
+#include "ares_private.h"
+
+/* This is an internal function.  Its contract is to read a line from
+ * a file into a dynamically allocated buffer, zeroing the trailing
+ * newline if there is one.  The calling routine may call
+ * ares__read_line multiple times with the same buf and bufsize
+ * pointers; *buf will be reallocated and *bufsize adjusted as
+ * appropriate.  The initial value of *buf should be NULL.  After the
+ * calling routine is done reading lines, it should free *buf.
+ */
+int ares__read_line(FILE *fp, char **buf, size_t *bufsize)
+{
+  char *newbuf;
+  size_t offset = 0;
+  size_t len;
+
+  if (*buf == NULL)
+    {
+      *buf = malloc(128);
+      if (!*buf)
+        return ARES_ENOMEM;
+      *bufsize = 128;
+    }
+
+  for (;;)
+    {
+      int bytestoread = aresx_uztosi(*bufsize - offset);
+
+      if (!fgets(*buf + offset, bytestoread, fp))
+        return (offset != 0) ? 0 : (ferror(fp)) ? ARES_EFILE : ARES_EOF;
+      len = offset + strlen(*buf + offset);
+      if ((*buf)[len - 1] == '\n')
+        {
+          (*buf)[len - 1] = 0;
+          break;
+        }
+      offset = len;
+      if(len < *bufsize - 1)
+        continue;
+
+      /* Allocate more space. */
+      newbuf = realloc(*buf, *bufsize * 2);
+      if (!newbuf)
+        return ARES_ENOMEM;
+      *buf = newbuf;
+      *bufsize *= 2;
+    }
+  return ARES_SUCCESS;
+}
blob - /dev/null
blob + f7aa7883f93572e8e23945305c59a8a1877135b2 (mode 644)
--- /dev/null
+++ src/c-ares/ares__timeval.c
@@ -0,0 +1,111 @@
+
+/* Copyright (C) 2008 by Daniel Stenberg et al
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted, provided
+ * that the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  M.I.T. makes no representations about the
+ * suitability of this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+#include "ares.h"
+#include "ares_private.h"
+
+#if defined(WIN32) && !defined(MSDOS)
+
+struct timeval ares__tvnow(void)
+{
+  /*
+  ** GetTickCount() is available on _all_ Windows versions from W95 up
+  ** to nowadays. Returns milliseconds elapsed since last system boot,
+  ** increases monotonically and wraps once 49.7 days have elapsed.
+  */
+  struct timeval now;
+  DWORD milliseconds = GetTickCount();
+  now.tv_sec = milliseconds / 1000;
+  now.tv_usec = (milliseconds % 1000) * 1000;
+  return now;
+}
+
+#elif defined(HAVE_CLOCK_GETTIME_MONOTONIC)
+
+struct timeval ares__tvnow(void)
+{
+  /*
+  ** clock_gettime() is granted to be increased monotonically when the
+  ** monotonic clock is queried. Time starting point is unspecified, it
+  ** could be the system start-up time, the Epoch, or something else,
+  ** in any case the time starting point does not change once that the
+  ** system has started up.
+  */
+  struct timeval now;
+  struct timespec tsnow;
+  if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
+    now.tv_sec = tsnow.tv_sec;
+    now.tv_usec = tsnow.tv_nsec / 1000;
+  }
+  /*
+  ** Even when the configure process has truly detected monotonic clock
+  ** availability, it might happen that it is not actually available at
+  ** run-time. When this occurs simply fallback to other time source.
+  */
+#ifdef HAVE_GETTIMEOFDAY
+  else
+    (void)gettimeofday(&now, NULL);
+#else
+  else {
+    now.tv_sec = (long)time(NULL);
+    now.tv_usec = 0;
+  }
+#endif
+  return now;
+}
+
+#elif defined(HAVE_GETTIMEOFDAY)
+
+struct timeval ares__tvnow(void)
+{
+  /*
+  ** gettimeofday() is not granted to be increased monotonically, due to
+  ** clock drifting and external source time synchronization it can jump
+  ** forward or backward in time.
+  */
+  struct timeval now;
+  (void)gettimeofday(&now, NULL);
+  return now;
+}
+
+#else
+
+struct timeval ares__tvnow(void)
+{
+  /*
+  ** time() returns the value of time in seconds since the Epoch.
+  */
+  struct timeval now;
+  now.tv_sec = (long)time(NULL);
+  now.tv_usec = 0;
+  return now;
+}
+
+#endif
+
+#if 0 /* Not used */
+/*
+ * Make sure that the first argument is the more recent time, as otherwise
+ * we'll get a weird negative time-diff back...
+ *
+ * Returns: the time difference in number of milliseconds.
+ */
+long ares__tvdiff(struct timeval newer, struct timeval older)
+{
+  return (newer.tv_sec-older.tv_sec)*1000+
+    (newer.tv_usec-older.tv_usec)/1000;
+}
+#endif
+
blob - /dev/null
blob + 2736cff2a85a6dadbfa978a963a96460e7479e5e (mode 644)
--- /dev/null
+++ src/c-ares/ares_build.h
@@ -0,0 +1,252 @@
+#ifndef __CARES_BUILD_H
+#define __CARES_BUILD_H
+
+
+/* Copyright (C) 2009 - 2010 by Daniel Stenberg et al
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted, provided
+ * that the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  M.I.T. makes no representations about the
+ * suitability of this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+/* ================================================================ */
+/*               NOTES FOR CONFIGURE CAPABLE SYSTEMS                */
+/* ================================================================ */
+
+/*
+ * NOTE 1:
+ * -------
+ *
+ * See file ares_build.h.in, run configure, and forget that this file
+ * exists it is only used for non-configure systems.
+ * But you can keep reading if you want ;-)
+ *
+ */
+
+/* ================================================================ */
+/*                 NOTES FOR NON-CONFIGURE SYSTEMS                  */
+/* ================================================================ */
+
+/*
+ * NOTE 1:
+ * -------
+ *
+ * Nothing in this file is intended to be modified or adjusted by the
+ * c-ares library user nor by the c-ares library builder.
+ *
+ * If you think that something actually needs to be changed, adjusted
+ * or fixed in this file, then, report it on the c-ares development
+ * mailing list: http://cool.haxx.se/mailman/listinfo/c-ares/
+ *
+ * Try to keep one section per platform, compiler and architecture,
+ * otherwise, if an existing section is reused for a different one and
+ * later on the original is adjusted, probably the piggybacking one can
+ * be adversely changed.
+ *
+ * In order to differentiate between platforms/compilers/architectures
+ * use only compiler built in predefined preprocessor symbols.
+ *
+ * This header file shall only export symbols which are 'cares' or 'CARES'
+ * prefixed, otherwise public name space would be polluted.
+ *
+ * NOTE 2:
+ * -------
+ *
+ * Right now you might be staring at file ares_build.h.dist or ares_build.h,
+ * this is due to the following reason: file ares_build.h.dist is renamed
+ * to ares_build.h when the c-ares source code distribution archive file is
+ * created.
+ *
+ * File ares_build.h.dist is not included in the distribution archive.
+ * File ares_build.h is not present in the git tree.
+ *
+ * The distributed ares_build.h file is only intended to be used on systems
+ * which can not run the also distributed configure script.
+ *
+ * On systems capable of running the configure script, the configure process
+ * will overwrite the distributed ares_build.h file with one that is suitable
+ * and specific to the library being configured and built, which is generated
+ * from the ares_build.h.in template file.
+ *
+ * If you check out from git on a non-configure platform, you must run the
+ * appropriate buildconf* script to set up ares_build.h and other local files.
+ *
+ */
+
+/* ================================================================ */
+/*  DEFINITION OF THESE SYMBOLS SHALL NOT TAKE PLACE ANYWHERE ELSE  */
+/* ================================================================ */
+
+#ifdef CARES_SIZEOF_LONG
+#  error "CARES_SIZEOF_LONG shall not be defined except in ares_build.h"
+   Error Compilation_aborted_CARES_SIZEOF_LONG_already_defined
+#endif
+
+#ifdef CARES_TYPEOF_ARES_SOCKLEN_T
+#  error "CARES_TYPEOF_ARES_SOCKLEN_T shall not be defined except in ares_build.h"
+   Error Compilation_aborted_CARES_TYPEOF_ARES_SOCKLEN_T_already_defined
+#endif
+
+#ifdef CARES_SIZEOF_ARES_SOCKLEN_T
+#  error "CARES_SIZEOF_ARES_SOCKLEN_T shall not be defined except in ares_build.h"
+   Error Compilation_aborted_CARES_SIZEOF_ARES_SOCKLEN_T_already_defined
+#endif
+
+/* ================================================================ */
+/*    EXTERNAL INTERFACE SETTINGS FOR NON-CONFIGURE SYSTEMS ONLY    */
+/* ================================================================ */
+
+#if defined(__DJGPP__) || defined(__GO32__)
+#  define CARES_SIZEOF_LONG           4
+#  define CARES_TYPEOF_ARES_SOCKLEN_T int
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+
+#elif defined(__SALFORDC__)
+#  define CARES_SIZEOF_LONG           4
+#  define CARES_TYPEOF_ARES_SOCKLEN_T int
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+
+#elif defined(__BORLANDC__)
+#  define CARES_SIZEOF_LONG           4
+#  define CARES_TYPEOF_ARES_SOCKLEN_T int
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+
+#elif defined(__TURBOC__)
+#  define CARES_SIZEOF_LONG           4
+#  define CARES_TYPEOF_ARES_SOCKLEN_T int
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+
+#elif defined(__WATCOMC__)
+#  define CARES_SIZEOF_LONG           4
+#  define CARES_TYPEOF_ARES_SOCKLEN_T int
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+
+#elif defined(__POCC__)
+#  define CARES_SIZEOF_LONG           4
+#  define CARES_TYPEOF_ARES_SOCKLEN_T int
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+
+#elif defined(__LCC__)
+#  define CARES_SIZEOF_LONG           4
+#  define CARES_TYPEOF_ARES_SOCKLEN_T int
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+
+#elif defined(__SYMBIAN32__)
+#  define CARES_SIZEOF_LONG           4
+#  define CARES_TYPEOF_ARES_SOCKLEN_T unsigned int
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+
+#elif defined(__MWERKS__)
+#  define CARES_SIZEOF_LONG           4
+#  define CARES_TYPEOF_ARES_SOCKLEN_T int
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+
+#elif defined(_WIN32_WCE)
+#  define CARES_SIZEOF_LONG           4
+#  define CARES_TYPEOF_ARES_SOCKLEN_T int
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+
+#elif defined(__MINGW32__)
+#  define CARES_SIZEOF_LONG           4
+#  define CARES_TYPEOF_ARES_SOCKLEN_T int
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+
+#elif defined(__VMS)
+#  define CARES_SIZEOF_LONG           4
+#  define CARES_TYPEOF_ARES_SOCKLEN_T unsigned int
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+
+#elif defined(__OS400__)
+#  if defined(__ILEC400__)
+#    define CARES_SIZEOF_LONG           4
+#    define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+#    define CARES_SIZEOF_ARES_SOCKLEN_T 4
+#    define CARES_PULL_SYS_TYPES_H      1
+#    define CARES_PULL_SYS_SOCKET_H     1
+#  endif
+
+#elif defined(__MVS__)
+#  if defined(__IBMC__) || defined(__IBMCPP__)
+#    if defined(_ILP32)
+#      define CARES_SIZEOF_LONG           4
+#    elif defined(_LP64)
+#      define CARES_SIZEOF_LONG           8
+#    endif
+#    define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+#    define CARES_SIZEOF_ARES_SOCKLEN_T 4
+#    define CARES_PULL_SYS_TYPES_H      1
+#    define CARES_PULL_SYS_SOCKET_H     1
+#  endif
+
+#elif defined(__370__)
+#  if defined(__IBMC__) || defined(__IBMCPP__)
+#    if defined(_ILP32)
+#      define CARES_SIZEOF_LONG           4
+#    elif defined(_LP64)
+#      define CARES_SIZEOF_LONG           8
+#    endif
+#    define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+#    define CARES_SIZEOF_ARES_SOCKLEN_T 4
+#    define CARES_PULL_SYS_TYPES_H      1
+#    define CARES_PULL_SYS_SOCKET_H     1
+#  endif
+
+#elif defined(TPF)
+#  define CARES_SIZEOF_LONG           8
+#  define CARES_TYPEOF_ARES_SOCKLEN_T int
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+
+/* ===================================== */
+/*    KEEP MSVC THE PENULTIMATE ENTRY    */
+/* ===================================== */
+
+#elif defined(_MSC_VER)
+#  define CARES_SIZEOF_LONG           4
+#  define CARES_TYPEOF_ARES_SOCKLEN_T int
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+
+/* ===================================== */
+/*    KEEP GENERIC GCC THE LAST ENTRY    */
+/* ===================================== */
+
+#elif defined(__GNUC__)
+#  if defined(__i386__) || defined(__ppc__)
+#    define CARES_SIZEOF_LONG           4
+#  elif defined(__x86_64__) || defined(__ppc64__)
+#    define CARES_SIZEOF_LONG           8
+#  endif
+#  define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+#  define CARES_SIZEOF_ARES_SOCKLEN_T 4
+#  define CARES_PULL_SYS_TYPES_H      1
+#  define CARES_PULL_SYS_SOCKET_H     1
+
+#else
+#  error "Unknown non-configure build target!"
+   Error Compilation_aborted_Unknown_non_configure_build_target
+#endif
+
+/* CARES_PULL_SYS_TYPES_H is defined above when inclusion of header file  */
+/* sys/types.h is required here to properly make type definitions below.  */
+#ifdef CARES_PULL_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+
+/* CARES_PULL_SYS_SOCKET_H is defined above when inclusion of header file  */
+/* sys/socket.h is required here to properly make type definitions below.  */
+#ifdef CARES_PULL_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+
+/* Data type definition of ares_socklen_t. */
+
+#ifdef CARES_TYPEOF_ARES_SOCKLEN_T
+  typedef CARES_TYPEOF_ARES_SOCKLEN_T ares_socklen_t;
+#endif
+
+#endif /* __CARES_BUILD_H */
blob - /dev/null
blob + 227782c43d803ede4e97e9ec00766cdcd9b066d3 (mode 644)
--- /dev/null
+++ src/c-ares/ares_build.h.in
@@ -0,0 +1,110 @@
+#ifndef __CARES_BUILD_H
+#define __CARES_BUILD_H
+
+
+/* Copyright (C) 2009 by Daniel Stenberg et al
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted, provided
+ * that the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  M.I.T. makes no representations about the
+ * suitability of this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+/* ================================================================ */
+/*               NOTES FOR CONFIGURE CAPABLE SYSTEMS                */
+/* ================================================================ */
+
+/*
+ * NOTE 1:
+ * -------
+ *
+ * Nothing in this file is intended to be modified or adjusted by the
+ * c-ares library user nor by the c-ares library builder.
+ *
+ * If you think that something actually needs to be changed, adjusted
+ * or fixed in this file, then, report it on the c-ares development
+ * mailing list: http://cool.haxx.se/mailman/listinfo/c-ares/
+ *
+ * This header file shall only export symbols which are 'cares' or 'CARES'
+ * prefixed, otherwise public name space would be polluted.
+ *
+ * NOTE 2:
+ * -------
+ *
+ * Right now you might be staring at file ares_build.h.in or ares_build.h,
+ * this is due to the following reason:
+ *
+ * On systems capable of running the configure script, the configure process
+ * will overwrite the distributed ares_build.h file with one that is suitable
+ * and specific to the library being configured and built, which is generated
+ * from the ares_build.h.in template file.
+ *
+ */
+
+/* ================================================================ */
+/*  DEFINITION OF THESE SYMBOLS SHALL NOT TAKE PLACE ANYWHERE ELSE  */
+/* ================================================================ */
+
+#ifdef CARES_SIZEOF_LONG
+#  error "CARES_SIZEOF_LONG shall not be defined except in ares_build.h"
+   Error Compilation_aborted_CARES_SIZEOF_LONG_already_defined
+#endif
+
+#ifdef CARES_TYPEOF_ARES_SOCKLEN_T
+#  error "CARES_TYPEOF_ARES_SOCKLEN_T shall not be defined except in ares_build.h"
+   Error Compilation_aborted_CARES_TYPEOF_ARES_SOCKLEN_T_already_defined
+#endif
+
+#ifdef CARES_SIZEOF_ARES_SOCKLEN_T
+#  error "CARES_SIZEOF_ARES_SOCKLEN_T shall not be defined except in ares_build.h"
+   Error Compilation_aborted_CARES_SIZEOF_ARES_SOCKLEN_T_already_defined
+#endif
+
+/* ================================================================ */
+/*  EXTERNAL INTERFACE SETTINGS FOR CONFIGURE CAPABLE SYSTEMS ONLY  */
+/* ================================================================ */
+
+/* Configure process defines this to 1 when it finds out that system  */
+/* header file ws2tcpip.h must be included by the external interface. */
+#undef CARES_PULL_WS2TCPIP_H
+#ifdef CARES_PULL_WS2TCPIP_H
+#  ifndef WIN32_LEAN_AND_MEAN
+#    define WIN32_LEAN_AND_MEAN
+#  endif
+#  include <windows.h>
+#  include <winsock2.h>
+#  include <ws2tcpip.h>
+#endif
+
+/* Configure process defines this to 1 when it finds out that system   */
+/* header file sys/types.h must be included by the external interface. */
+#undef CARES_PULL_SYS_TYPES_H
+#ifdef CARES_PULL_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+
+/* Configure process defines this to 1 when it finds out that system    */
+/* header file sys/socket.h must be included by the external interface. */
+#undef CARES_PULL_SYS_SOCKET_H
+#ifdef CARES_PULL_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+
+/* The size of `long', as computed by sizeof. */
+#undef CARES_SIZEOF_LONG
+
+/* Integral data type used for ares_socklen_t. */
+#undef CARES_TYPEOF_ARES_SOCKLEN_T
+
+/* The size of `ares_socklen_t', as computed by sizeof. */
+#undef CARES_SIZEOF_ARES_SOCKLEN_T
+
+/* Data type definition of ares_socklen_t. */
+typedef CARES_TYPEOF_ARES_SOCKLEN_T ares_socklen_t;
+
+#endif /* __CARES_BUILD_H */
blob - /dev/null
blob + ef10ec587a23aa3bad56ee5b730b9db1a1d1e936 (mode 644)
--- /dev/null
+++ src/c-ares/ares_cancel.3
@@ -0,0 +1,43 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_CANCEL 3 "31 March 2004"
+.SH NAME
+ares_cancel \- Cancel a resolve
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B void ares_cancel(ares_channel \fIchannel\fP)
+.fi
+.SH DESCRIPTION
+The \fBares_cancel\fP function cancels all lookups/requests made on the the
+name service channel identified by \fIchannel\fP.  \fBares_cancel\fP invokes
+the callbacks for each pending query on the channel, passing a status of
+.BR ARES_ECANCELLED .
+These calls give the callbacks a chance to clean up any state which
+might have been stored in their arguments.
+.SH SEE ALSO
+.BR ares_init (3)
+.BR ares_destroy (3)
+.SH NOTES
+This function was added in c-ares 1.2.0
+
+c-ares 1.6.0 and earlier pass a status of
+.BR ARES_ETIMEOUT
+instead of
+.BR ARES_ECANCELLED .
+.SH AUTHOR
+Dirk Manske
blob - /dev/null
blob + eb790ae00d06f82f0d9d350ccd54d75a364dfae0 (mode 644)
--- /dev/null
+++ src/c-ares/ares_cancel.c
@@ -0,0 +1,63 @@
+
+/* Copyright (C) 2004 by Daniel Stenberg et al
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted, provided
+ * that the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  M.I.T. makes no representations about the
+ * suitability of this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+#include <assert.h>
+#include <stdlib.h>
+#include "ares.h"
+#include "ares_private.h"
+
+/*
+ * ares_cancel() cancels all ongoing requests/resolves that might be going on
+ * on the given channel. It does NOT kill the channel, use ares_destroy() for
+ * that.
+ */
+void ares_cancel(ares_channel channel)
+{
+  struct query *query;
+  struct list_node* list_head;
+  struct list_node* list_node;
+  int i;
+
+  list_head = &(channel->all_queries);
+  for (list_node = list_head->next; list_node != list_head; )
+  {
+    query = list_node->data;
+    list_node = list_node->next;  /* since we're deleting the query */
+    query->callback(query->arg, ARES_ECANCELLED, 0, NULL, 0);
+    ares__free_query(query);
+  }
+#ifndef NDEBUG
+  /* Freeing the query should remove it from all the lists in which it sits,
+   * so all query lists should be empty now.
+   */
+  assert(ares__is_list_empty(&(channel->all_queries)));
+  for (i = 0; i < ARES_QID_TABLE_SIZE; i++)
+    {
+      assert(ares__is_list_empty(&(channel->queries_by_qid[i])));
+    }
+  for (i = 0; i < ARES_TIMEOUT_TABLE_SIZE; i++)
+    {
+      assert(ares__is_list_empty(&(channel->queries_by_timeout[i])));
+    }
+#endif
+  if (!(channel->flags & ARES_FLAG_STAYOPEN))
+  {
+    if (channel->servers)
+    {
+      for (i = 0; i < channel->nservers; i++)
+        ares__close_sockets(channel, &channel->servers[i]);
+    }
+  }
+}
blob - /dev/null
blob + 0037cecfcba953422b4b965dd731fd22beaa1b7d (mode 644)
Binary files /dev/null and src/c-ares/ares_cancel.pdf differ
blob - /dev/null
blob + 51db340c78cb1f0d26b0a51fc181a693260a81e7 (mode 644)
--- /dev/null
+++ src/c-ares/ares_config.h
@@ -0,0 +1,513 @@
+/* ares_config.h.  Generated from ares_config.h.in by configure.  */
+/* ares_config.h.in.  Generated from configure.ac by autoheader.  */
+
+/* Define if building universal (internal helper macro) */
+/* #undef AC_APPLE_UNIVERSAL_BUILD */
+
+/* define this if ares is built for a big endian system */
+/* #undef ARES_BIG_ENDIAN */
+
+/* when building as static part of libcurl */
+/* #undef BUILDING_LIBCURL */
+
+/* when building c-ares library */
+/* #undef CARES_BUILDING_LIBRARY */
+
+/* when not building a shared library */
+/* #undef CARES_STATICLIB */
+
+/* Define to 1 to enable hiding of library internal symbols. */
+#define CARES_SYMBOL_HIDING 1
+
+/* Definition to make a library symbol externally visible. */
+#define CARES_SYMBOL_SCOPE_EXTERN __attribute__ ((visibility ("default")))
+
+/* if a /etc/inet dir is being used */
+/* #undef ETC_INET */
+
+/* Define to the type qualifier of arg 1 for getnameinfo. */
+#define GETNAMEINFO_QUAL_ARG1 const
+
+/* Define to the type of arg 1 for getnameinfo. */
+#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
+
+/* Define to the type of arg 2 for getnameinfo. */
+#define GETNAMEINFO_TYPE_ARG2 socklen_t
+
+/* Define to the type of args 4 and 6 for getnameinfo. */
+#define GETNAMEINFO_TYPE_ARG46 size_t
+
+/* Define to the type of arg 7 for getnameinfo. */
+#define GETNAMEINFO_TYPE_ARG7 unsigned int
+
+/* Specifies the number of arguments to getservbyport_r */
+#define GETSERVBYPORT_R_ARGS 6
+
+/* Specifies the size of the buffer to pass to getservbyport_r */
+#define GETSERVBYPORT_R_BUFSIZE 4096
+
+/* Define to 1 if you have AF_INET6. */
+#define HAVE_AF_INET6 1
+
+/* Define to 1 if you have the <arpa/inet.h> header file. */
+#define HAVE_ARPA_INET_H 1
+
+/* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
+#define HAVE_ARPA_NAMESER_COMPAT_H 1
+
+/* Define to 1 if you have the <arpa/nameser.h> header file. */
+#define HAVE_ARPA_NAMESER_H 1
+
+/* Define to 1 if you have the <assert.h> header file. */
+#define HAVE_ASSERT_H 1
+
+/* Define to 1 if you have the `bitncmp' function. */
+/* #undef HAVE_BITNCMP */
+
+/* Define to 1 if bool is an available type. */
+#define HAVE_BOOL_T 1
+
+/* Define to 1 if you have the clock_gettime function and monotonic timer. */
+#define HAVE_CLOCK_GETTIME_MONOTONIC 1
+
+/* Define to 1 if you have the closesocket function. */
+/* #undef HAVE_CLOSESOCKET */
+
+/* Define to 1 if you have the CloseSocket camel case function. */
+/* #undef HAVE_CLOSESOCKET_CAMEL */
+
+/* Define to 1 if you have the connect function. */
+#define HAVE_CONNECT 1
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#define HAVE_DLFCN_H 1
+
+/* Define to 1 if you have the <errno.h> header file. */
+#define HAVE_ERRNO_H 1
+
+/* Define to 1 if you have the fcntl function. */
+#define HAVE_FCNTL 1
+
+/* Define to 1 if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
+
+/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
+#define HAVE_FCNTL_O_NONBLOCK 1
+
+/* Define to 1 if you have the freeaddrinfo function. */
+#define HAVE_FREEADDRINFO 1
+
+/* Define to 1 if you have a working getaddrinfo function. */
+#define HAVE_GETADDRINFO 1
+
+/* Define to 1 if the getaddrinfo function is threadsafe. */
+#define HAVE_GETADDRINFO_THREADSAFE 1
+
+/* Define to 1 if you have the gethostbyaddr function. */
+#define HAVE_GETHOSTBYADDR 1
+
+/* Define to 1 if you have the gethostbyname function. */
+#define HAVE_GETHOSTBYNAME 1
+
+/* Define to 1 if you have the gethostname function. */
+#define HAVE_GETHOSTNAME 1
+
+/* Define to 1 if you have the getnameinfo function. */
+#define HAVE_GETNAMEINFO 1
+
+/* Define to 1 if you have the getservbyport_r function. */
+#define HAVE_GETSERVBYPORT_R 1
+
+/* Define to 1 if you have the `gettimeofday' function. */
+#define HAVE_GETTIMEOFDAY 1
+
+/* Define to 1 if you have the `if_indextoname' function. */
+#define HAVE_IF_INDEXTONAME 1
+
+/* Define to 1 if you have the `inet_net_pton' function. */
+/* #undef HAVE_INET_NET_PTON */
+
+/* Define to 1 if inet_net_pton supports IPv6. */
+/* #undef HAVE_INET_NET_PTON_IPV6 */
+
+/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
+#define HAVE_INET_NTOP 1
+
+/* Define to 1 if you have a IPv6 capable working inet_pton function. */
+#define HAVE_INET_PTON 1
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the ioctl function. */
+#define HAVE_IOCTL 1
+
+/* Define to 1 if you have the ioctlsocket function. */
+/* #undef HAVE_IOCTLSOCKET */
+
+/* Define to 1 if you have the IoctlSocket camel case function. */
+/* #undef HAVE_IOCTLSOCKET_CAMEL */
+
+/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
+   */
+/* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
+
+/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
+/* #undef HAVE_IOCTLSOCKET_FIONBIO */
+
+/* Define to 1 if you have a working ioctl FIONBIO function. */
+#define HAVE_IOCTL_FIONBIO 1
+
+/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
+#define HAVE_IOCTL_SIOCGIFADDR 1
+
+/* Define to 1 if you have the `resolve' library (-lresolve). */
+/* #undef HAVE_LIBRESOLVE */
+
+/* Define to 1 if you have the <limits.h> header file. */
+#define HAVE_LIMITS_H 1
+
+/* if your compiler supports LL */
+#define HAVE_LL 1
+
+/* Define to 1 if the compiler supports the 'long long' data type. */
+#define HAVE_LONGLONG 1
+
+/* Define to 1 if you have the malloc.h header file. */
+#define HAVE_MALLOC_H 1
+
+/* Define to 1 if you have the memory.h header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define to 1 if you have the MSG_NOSIGNAL flag. */
+#define HAVE_MSG_NOSIGNAL 1
+
+/* Define to 1 if you have the <netdb.h> header file. */
+#define HAVE_NETDB_H 1
+
+/* Define to 1 if you have the <netinet/in.h> header file. */
+#define HAVE_NETINET_IN_H 1
+
+/* Define to 1 if you have the <netinet/tcp.h> header file. */
+#define HAVE_NETINET_TCP_H 1
+
+/* Define to 1 if you have the <net/if.h> header file. */
+#define HAVE_NET_IF_H 1
+
+/* Define to 1 if you have PF_INET6. */
+#define HAVE_PF_INET6 1
+
+/* Define to 1 if you have the recv function. */
+#define HAVE_RECV 1
+
+/* Define to 1 if you have the recvfrom function. */
+#define HAVE_RECVFROM 1
+
+/* Define to 1 if you have the send function. */
+#define HAVE_SEND 1
+
+/* Define to 1 if you have the setsockopt function. */
+#define HAVE_SETSOCKOPT 1
+
+/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
+/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
+
+/* Define to 1 if you have the <signal.h> header file. */
+#define HAVE_SIGNAL_H 1
+
+/* Define to 1 if sig_atomic_t is an available typedef. */
+#define HAVE_SIG_ATOMIC_T 1
+
+/* Define to 1 if sig_atomic_t is already defined as volatile. */
+/* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
+
+/* Define to 1 if your struct sockaddr_in6 has sin6_scope_id. */
+#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+
+/* Define to 1 if you have the socket function. */
+#define HAVE_SOCKET 1
+
+/* Define to 1 if you have the <socket.h> header file. */
+/* #undef HAVE_SOCKET_H */
+
+/* Define to 1 if you have the <stdbool.h> header file. */
+#define HAVE_STDBOOL_H 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the strcasecmp function. */
+#define HAVE_STRCASECMP 1
+
+/* Define to 1 if you have the strcmpi function. */
+/* #undef HAVE_STRCMPI */
+
+/* Define to 1 if you have the strdup function. */
+#define HAVE_STRDUP 1
+
+/* Define to 1 if you have the stricmp function. */
+/* #undef HAVE_STRICMP */
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the strncasecmp function. */
+#define HAVE_STRNCASECMP 1
+
+/* Define to 1 if you have the strncmpi function. */
+/* #undef HAVE_STRNCMPI */
+
+/* Define to 1 if you have the strnicmp function. */
+/* #undef HAVE_STRNICMP */
+
+/* Define to 1 if you have the <stropts.h> header file. */
+#define HAVE_STROPTS_H 1
+
+/* Define to 1 if you have struct addrinfo. */
+#define HAVE_STRUCT_ADDRINFO 1
+
+/* Define to 1 if you have struct in6_addr. */
+#define HAVE_STRUCT_IN6_ADDR 1
+
+/* Define to 1 if you have struct sockaddr_in6. */
+#define HAVE_STRUCT_SOCKADDR_IN6 1
+
+/* if struct sockaddr_storage is defined */
+#define HAVE_STRUCT_SOCKADDR_STORAGE 1
+
+/* Define to 1 if you have the timeval struct. */
+#define HAVE_STRUCT_TIMEVAL 1
+
+/* Define to 1 if you have the <sys/ioctl.h> header file. */
+#define HAVE_SYS_IOCTL_H 1
+
+/* Define to 1 if you have the <sys/param.h> header file. */
+#define HAVE_SYS_PARAM_H 1
+
+/* Define to 1 if you have the <sys/select.h> header file. */
+#define HAVE_SYS_SELECT_H 1
+
+/* Define to 1 if you have the <sys/socket.h> header file. */
+#define HAVE_SYS_SOCKET_H 1
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/time.h> header file. */
+#define HAVE_SYS_TIME_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the <sys/uio.h> header file. */
+#define HAVE_SYS_UIO_H 1
+
+/* Define to 1 if you have the <time.h> header file. */
+#define HAVE_TIME_H 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
+/* Define to 1 if you have the windows.h header file. */
+/* #undef HAVE_WINDOWS_H */
+
+/* Define to 1 if you have the winsock2.h header file. */
+/* #undef HAVE_WINSOCK2_H */
+
+/* Define to 1 if you have the winsock.h header file. */
+/* #undef HAVE_WINSOCK_H */
+
+/* Define to 1 if you have the writev function. */
+#define HAVE_WRITEV 1
+
+/* Define to 1 if you have the ws2tcpip.h header file. */
+/* #undef HAVE_WS2TCPIP_H */
+
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#define LT_OBJDIR ".libs/"
+
+/* Define to 1 if you are building a native Windows target. */
+/* #undef NATIVE_WINDOWS */
+
+/* Define to 1 if you need the malloc.h header file even with stdlib.h */
+/* #undef NEED_MALLOC_H */
+
+/* Define to 1 if you need the memory.h header file even with stdlib.h */
+/* #undef NEED_MEMORY_H */
+
+/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
+/* #undef NEED_REENTRANT */
+
+/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
+/* #undef NEED_THREAD_SAFE */
+
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+/* #undef NO_MINUS_C_MINUS_O */
+
+/* cpu-machine-OS */
+#define OS "i686-pc-linux-gnu"
+
+/* Name of package */
+#define PACKAGE "c-ares"
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "c-ares"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "c-ares 1.7.4"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "c-ares"
+
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "1.7.4"
+
+/* a suitable file/device to read random data from */
+#define RANDOM_FILE "/dev/urandom"
+
+/* Define to the type of arg 1 for recvfrom. */
+#define RECVFROM_TYPE_ARG1 int
+
+/* Define to the type pointed by arg 2 for recvfrom. */
+#define RECVFROM_TYPE_ARG2 void
+
+/* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
+#define RECVFROM_TYPE_ARG2_IS_VOID 1
+
+/* Define to the type of arg 3 for recvfrom. */
+#define RECVFROM_TYPE_ARG3 size_t
+
+/* Define to the type of arg 4 for recvfrom. */
+#define RECVFROM_TYPE_ARG4 int
+
+/* Define to the type pointed by arg 5 for recvfrom. */
+#define RECVFROM_TYPE_ARG5 struct sockaddr
+
+/* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
+/* #undef RECVFROM_TYPE_ARG5_IS_VOID */
+
+/* Define to the type pointed by arg 6 for recvfrom. */
+#define RECVFROM_TYPE_ARG6 socklen_t
+
+/* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
+/* #undef RECVFROM_TYPE_ARG6_IS_VOID */
+
+/* Define to the function return type for recvfrom. */
+#define RECVFROM_TYPE_RETV int
+
+/* Define to the type of arg 1 for recv. */
+#define RECV_TYPE_ARG1 int
+
+/* Define to the type of arg 2 for recv. */
+#define RECV_TYPE_ARG2 void *
+
+/* Define to the type of arg 3 for recv. */
+#define RECV_TYPE_ARG3 size_t
+
+/* Define to the type of arg 4 for recv. */
+#define RECV_TYPE_ARG4 int
+
+/* Define to the function return type for recv. */
+#define RECV_TYPE_RETV int
+
+/* Define as the return type of signal handlers (`int' or `void'). */
+#define RETSIGTYPE void
+
+/* Define to the type qualifier of arg 2 for send. */
+#define SEND_QUAL_ARG2 const
+
+/* Define to the type of arg 1 for send. */
+#define SEND_TYPE_ARG1 int
+
+/* Define to the type of arg 2 for send. */
+#define SEND_TYPE_ARG2 void *
+
+/* Define to the type of arg 3 for send. */
+#define SEND_TYPE_ARG3 size_t
+
+/* Define to the type of arg 4 for send. */
+#define SEND_TYPE_ARG4 int
+
+/* Define to the function return type for send. */
+#define SEND_TYPE_RETV int
+
+/* The size of `int', as computed by sizeof. */
+#define SIZEOF_INT 4
+
+/* The size of `long', as computed by sizeof. */
+#define SIZEOF_LONG 4
+
+/* The size of `size_t', as computed by sizeof. */
+#define SIZEOF_SIZE_T 4
+
+/* The size of `struct in6_addr', as computed by sizeof. */
+#define SIZEOF_STRUCT_IN6_ADDR 16
+
+/* The size of `struct in_addr', as computed by sizeof. */
+#define SIZEOF_STRUCT_IN_ADDR 4
+
+/* The size of `time_t', as computed by sizeof. */
+#define SIZEOF_TIME_T 4
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+#define TIME_WITH_SYS_TIME 1
+
+/* Define to disable non-blocking sockets. */
+/* #undef USE_BLOCKING_SOCKETS */
+
+/* Version number of package */
+#define VERSION "1.7.4"
+
+/* Define to avoid automatic inclusion of winsock.h */
+/* #undef WIN32_LEAN_AND_MEAN */
+
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+   significant byte first (like Motorola and SPARC, unlike Intel). */
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+#  define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+/* #  undef WORDS_BIGENDIAN */
+# endif
+#endif
+
+/* Define to 1 if OS is AIX. */
+#ifndef _ALL_SOURCE
+/* #  undef _ALL_SOURCE */
+#endif
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#define _FILE_OFFSET_BITS 64
+
+/* Define for large files, on AIX-style hosts. */
+/* #undef _LARGE_FILES */
+
+/* Define to empty if `const' does not conform to ANSI C. */
+/* #undef const */
+
+/* Type to use in place of in_addr_t when system does not provide it. */
+/* #undef in_addr_t */
+
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+/* #undef size_t */
+
+/* the signed version of size_t */
+/* #undef ssize_t */
blob - /dev/null
blob + 139a0144c58b5fb0ebd8995ffd12e58521a677e7 (mode 644)
--- /dev/null
+++ src/c-ares/ares_config.h.in
@@ -0,0 +1,512 @@
+/* ares_config.h.in.  Generated from configure.ac by autoheader.  */
+
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
+
+/* define this if ares is built for a big endian system */
+#undef ARES_BIG_ENDIAN
+
+/* when building as static part of libcurl */
+#undef BUILDING_LIBCURL
+
+/* when building c-ares library */
+#undef CARES_BUILDING_LIBRARY
+
+/* when not building a shared library */
+#undef CARES_STATICLIB
+
+/* Define to 1 to enable hiding of library internal symbols. */
+#undef CARES_SYMBOL_HIDING
+
+/* Definition to make a library symbol externally visible. */
+#undef CARES_SYMBOL_SCOPE_EXTERN
+
+/* if a /etc/inet dir is being used */
+#undef ETC_INET
+
+/* Define to the type qualifier of arg 1 for getnameinfo. */
+#undef GETNAMEINFO_QUAL_ARG1
+
+/* Define to the type of arg 1 for getnameinfo. */
+#undef GETNAMEINFO_TYPE_ARG1
+
+/* Define to the type of arg 2 for getnameinfo. */
+#undef GETNAMEINFO_TYPE_ARG2
+
+/* Define to the type of args 4 and 6 for getnameinfo. */
+#undef GETNAMEINFO_TYPE_ARG46
+
+/* Define to the type of arg 7 for getnameinfo. */
+#undef GETNAMEINFO_TYPE_ARG7
+
+/* Specifies the number of arguments to getservbyport_r */
+#undef GETSERVBYPORT_R_ARGS
+
+/* Specifies the size of the buffer to pass to getservbyport_r */
+#undef GETSERVBYPORT_R_BUFSIZE
+
+/* Define to 1 if you have AF_INET6. */
+#undef HAVE_AF_INET6
+
+/* Define to 1 if you have the <arpa/inet.h> header file. */
+#undef HAVE_ARPA_INET_H
+
+/* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
+#undef HAVE_ARPA_NAMESER_COMPAT_H
+
+/* Define to 1 if you have the <arpa/nameser.h> header file. */
+#undef HAVE_ARPA_NAMESER_H
+
+/* Define to 1 if you have the <assert.h> header file. */
+#undef HAVE_ASSERT_H
+
+/* Define to 1 if you have the `bitncmp' function. */
+#undef HAVE_BITNCMP
+
+/* Define to 1 if bool is an available type. */
+#undef HAVE_BOOL_T
+
+/* Define to 1 if you have the clock_gettime function and monotonic timer. */
+#undef HAVE_CLOCK_GETTIME_MONOTONIC
+
+/* Define to 1 if you have the closesocket function. */
+#undef HAVE_CLOSESOCKET
+
+/* Define to 1 if you have the CloseSocket camel case function. */
+#undef HAVE_CLOSESOCKET_CAMEL
+
+/* Define to 1 if you have the connect function. */
+#undef HAVE_CONNECT
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
+/* Define to 1 if you have the <errno.h> header file. */
+#undef HAVE_ERRNO_H
+
+/* Define to 1 if you have the fcntl function. */
+#undef HAVE_FCNTL
+
+/* Define to 1 if you have the <fcntl.h> header file. */
+#undef HAVE_FCNTL_H
+
+/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
+#undef HAVE_FCNTL_O_NONBLOCK
+
+/* Define to 1 if you have the freeaddrinfo function. */
+#undef HAVE_FREEADDRINFO
+
+/* Define to 1 if you have a working getaddrinfo function. */
+#undef HAVE_GETADDRINFO
+
+/* Define to 1 if the getaddrinfo function is threadsafe. */
+#undef HAVE_GETADDRINFO_THREADSAFE
+
+/* Define to 1 if you have the gethostbyaddr function. */
+#undef HAVE_GETHOSTBYADDR
+
+/* Define to 1 if you have the gethostbyname function. */
+#undef HAVE_GETHOSTBYNAME
+
+/* Define to 1 if you have the gethostname function. */
+#undef HAVE_GETHOSTNAME
+
+/* Define to 1 if you have the getnameinfo function. */
+#undef HAVE_GETNAMEINFO
+
+/* Define to 1 if you have the getservbyport_r function. */
+#undef HAVE_GETSERVBYPORT_R
+
+/* Define to 1 if you have the `gettimeofday' function. */
+#undef HAVE_GETTIMEOFDAY
+
+/* Define to 1 if you have the `if_indextoname' function. */
+#undef HAVE_IF_INDEXTONAME
+
+/* Define to 1 if you have the `inet_net_pton' function. */
+#undef HAVE_INET_NET_PTON
+
+/* Define to 1 if inet_net_pton supports IPv6. */
+#undef HAVE_INET_NET_PTON_IPV6
+
+/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
+#undef HAVE_INET_NTOP
+
+/* Define to 1 if you have a IPv6 capable working inet_pton function. */
+#undef HAVE_INET_PTON
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
+/* Define to 1 if you have the ioctl function. */
+#undef HAVE_IOCTL
+
+/* Define to 1 if you have the ioctlsocket function. */
+#undef HAVE_IOCTLSOCKET
+
+/* Define to 1 if you have the IoctlSocket camel case function. */
+#undef HAVE_IOCTLSOCKET_CAMEL
+
+/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
+   */
+#undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO
+
+/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
+#undef HAVE_IOCTLSOCKET_FIONBIO
+
+/* Define to 1 if you have a working ioctl FIONBIO function. */
+#undef HAVE_IOCTL_FIONBIO
+
+/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
+#undef HAVE_IOCTL_SIOCGIFADDR
+
+/* Define to 1 if you have the `resolve' library (-lresolve). */
+#undef HAVE_LIBRESOLVE
+
+/* Define to 1 if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
+
+/* if your compiler supports LL */
+#undef HAVE_LL
+
+/* Define to 1 if the compiler supports the 'long long' data type. */
+#undef HAVE_LONGLONG
+
+/* Define to 1 if you have the malloc.h header file. */
+#undef HAVE_MALLOC_H
+
+/* Define to 1 if you have the memory.h header file. */
+#undef HAVE_MEMORY_H
+
+/* Define to 1 if you have the MSG_NOSIGNAL flag. */
+#undef HAVE_MSG_NOSIGNAL
+
+/* Define to 1 if you have the <netdb.h> header file. */
+#undef HAVE_NETDB_H
+
+/* Define to 1 if you have the <netinet/in.h> header file. */
+#undef HAVE_NETINET_IN_H
+
+/* Define to 1 if you have the <netinet/tcp.h> header file. */
+#undef HAVE_NETINET_TCP_H
+
+/* Define to 1 if you have the <net/if.h> header file. */
+#undef HAVE_NET_IF_H
+
+/* Define to 1 if you have PF_INET6. */
+#undef HAVE_PF_INET6
+
+/* Define to 1 if you have the recv function. */
+#undef HAVE_RECV
+
+/* Define to 1 if you have the recvfrom function. */
+#undef HAVE_RECVFROM
+
+/* Define to 1 if you have the send function. */
+#undef HAVE_SEND
+
+/* Define to 1 if you have the setsockopt function. */
+#undef HAVE_SETSOCKOPT
+
+/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
+#undef HAVE_SETSOCKOPT_SO_NONBLOCK
+
+/* Define to 1 if you have the <signal.h> header file. */
+#undef HAVE_SIGNAL_H
+
+/* Define to 1 if sig_atomic_t is an available typedef. */
+#undef HAVE_SIG_ATOMIC_T
+
+/* Define to 1 if sig_atomic_t is already defined as volatile. */
+#undef HAVE_SIG_ATOMIC_T_VOLATILE
+
+/* Define to 1 if your struct sockaddr_in6 has sin6_scope_id. */
+#undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
+
+/* Define to 1 if you have the socket function. */
+#undef HAVE_SOCKET
+
+/* Define to 1 if you have the <socket.h> header file. */
+#undef HAVE_SOCKET_H
+
+/* Define to 1 if you have the <stdbool.h> header file. */
+#undef HAVE_STDBOOL_H
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the strcasecmp function. */
+#undef HAVE_STRCASECMP
+
+/* Define to 1 if you have the strcmpi function. */
+#undef HAVE_STRCMPI
+
+/* Define to 1 if you have the strdup function. */
+#undef HAVE_STRDUP
+
+/* Define to 1 if you have the stricmp function. */
+#undef HAVE_STRICMP
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the strncasecmp function. */
+#undef HAVE_STRNCASECMP
+
+/* Define to 1 if you have the strncmpi function. */
+#undef HAVE_STRNCMPI
+
+/* Define to 1 if you have the strnicmp function. */
+#undef HAVE_STRNICMP
+
+/* Define to 1 if you have the <stropts.h> header file. */
+#undef HAVE_STROPTS_H
+
+/* Define to 1 if you have struct addrinfo. */
+#undef HAVE_STRUCT_ADDRINFO
+
+/* Define to 1 if you have struct in6_addr. */
+#undef HAVE_STRUCT_IN6_ADDR
+
+/* Define to 1 if you have struct sockaddr_in6. */
+#undef HAVE_STRUCT_SOCKADDR_IN6
+
+/* if struct sockaddr_storage is defined */
+#undef HAVE_STRUCT_SOCKADDR_STORAGE
+
+/* Define to 1 if you have the timeval struct. */
+#undef HAVE_STRUCT_TIMEVAL
+
+/* Define to 1 if you have the <sys/ioctl.h> header file. */
+#undef HAVE_SYS_IOCTL_H
+
+/* Define to 1 if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H
+
+/* Define to 1 if you have the <sys/select.h> header file. */
+#undef HAVE_SYS_SELECT_H
+
+/* Define to 1 if you have the <sys/socket.h> header file. */
+#undef HAVE_SYS_SOCKET_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/time.h> header file. */
+#undef HAVE_SYS_TIME_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the <sys/uio.h> header file. */
+#undef HAVE_SYS_UIO_H
+
+/* Define to 1 if you have the <time.h> header file. */
+#undef HAVE_TIME_H
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Define to 1 if you have the windows.h header file. */
+#undef HAVE_WINDOWS_H
+
+/* Define to 1 if you have the winsock2.h header file. */
+#undef HAVE_WINSOCK2_H
+
+/* Define to 1 if you have the winsock.h header file. */
+#undef HAVE_WINSOCK_H
+
+/* Define to 1 if you have the writev function. */
+#undef HAVE_WRITEV
+
+/* Define to 1 if you have the ws2tcpip.h header file. */
+#undef HAVE_WS2TCPIP_H
+
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#undef LT_OBJDIR
+
+/* Define to 1 if you are building a native Windows target. */
+#undef NATIVE_WINDOWS
+
+/* Define to 1 if you need the malloc.h header file even with stdlib.h */
+#undef NEED_MALLOC_H
+
+/* Define to 1 if you need the memory.h header file even with stdlib.h */
+#undef NEED_MEMORY_H
+
+/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
+#undef NEED_REENTRANT
+
+/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
+#undef NEED_THREAD_SAFE
+
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+#undef NO_MINUS_C_MINUS_O
+
+/* cpu-machine-OS */
+#undef OS
+
+/* Name of package */
+#undef PACKAGE
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* a suitable file/device to read random data from */
+#undef RANDOM_FILE
+
+/* Define to the type of arg 1 for recvfrom. */
+#undef RECVFROM_TYPE_ARG1
+
+/* Define to the type pointed by arg 2 for recvfrom. */
+#undef RECVFROM_TYPE_ARG2
+
+/* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
+#undef RECVFROM_TYPE_ARG2_IS_VOID
+
+/* Define to the type of arg 3 for recvfrom. */
+#undef RECVFROM_TYPE_ARG3
+
+/* Define to the type of arg 4 for recvfrom. */
+#undef RECVFROM_TYPE_ARG4
+
+/* Define to the type pointed by arg 5 for recvfrom. */
+#undef RECVFROM_TYPE_ARG5
+
+/* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
+#undef RECVFROM_TYPE_ARG5_IS_VOID
+
+/* Define to the type pointed by arg 6 for recvfrom. */
+#undef RECVFROM_TYPE_ARG6
+
+/* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
+#undef RECVFROM_TYPE_ARG6_IS_VOID
+
+/* Define to the function return type for recvfrom. */
+#undef RECVFROM_TYPE_RETV
+
+/* Define to the type of arg 1 for recv. */
+#undef RECV_TYPE_ARG1
+
+/* Define to the type of arg 2 for recv. */
+#undef RECV_TYPE_ARG2
+
+/* Define to the type of arg 3 for recv. */
+#undef RECV_TYPE_ARG3
+
+/* Define to the type of arg 4 for recv. */
+#undef RECV_TYPE_ARG4
+
+/* Define to the function return type for recv. */
+#undef RECV_TYPE_RETV
+
+/* Define as the return type of signal handlers (`int' or `void'). */
+#undef RETSIGTYPE
+
+/* Define to the type qualifier of arg 2 for send. */
+#undef SEND_QUAL_ARG2
+
+/* Define to the type of arg 1 for send. */
+#undef SEND_TYPE_ARG1
+
+/* Define to the type of arg 2 for send. */
+#undef SEND_TYPE_ARG2
+
+/* Define to the type of arg 3 for send. */
+#undef SEND_TYPE_ARG3
+
+/* Define to the type of arg 4 for send. */
+#undef SEND_TYPE_ARG4
+
+/* Define to the function return type for send. */
+#undef SEND_TYPE_RETV
+
+/* The size of `int', as computed by sizeof. */
+#undef SIZEOF_INT
+
+/* The size of `long', as computed by sizeof. */
+#undef SIZEOF_LONG
+
+/* The size of `size_t', as computed by sizeof. */
+#undef SIZEOF_SIZE_T
+
+/* The size of `struct in6_addr', as computed by sizeof. */
+#undef SIZEOF_STRUCT_IN6_ADDR
+
+/* The size of `struct in_addr', as computed by sizeof. */
+#undef SIZEOF_STRUCT_IN_ADDR
+
+/* The size of `time_t', as computed by sizeof. */
+#undef SIZEOF_TIME_T
+
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+#undef TIME_WITH_SYS_TIME
+
+/* Define to disable non-blocking sockets. */
+#undef USE_BLOCKING_SOCKETS
+
+/* Version number of package */
+#undef VERSION
+
+/* Define to avoid automatic inclusion of winsock.h */
+#undef WIN32_LEAN_AND_MEAN
+
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+   significant byte first (like Motorola and SPARC, unlike Intel). */
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+#  define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+#  undef WORDS_BIGENDIAN
+# endif
+#endif
+
+/* Define to 1 if OS is AIX. */
+#ifndef _ALL_SOURCE
+#  undef _ALL_SOURCE
+#endif
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+
+/* Define to empty if `const' does not conform to ANSI C. */
+#undef const
+
+/* Type to use in place of in_addr_t when system does not provide it. */
+#undef in_addr_t
+
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef size_t
+
+/* the signed version of size_t */
+#undef ssize_t
blob - /dev/null
blob + a2477be192c562389cb7d23b5dbec58e08db40f9 (mode 644)
--- /dev/null
+++ src/c-ares/ares_data.c
@@ -0,0 +1,190 @@
+
+/* Copyright (C) 2009-2010 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+
+#include "ares_setup.h"
+
+#include <stddef.h>
+
+#include "ares.h"
+#include "ares_data.h"
+#include "ares_private.h"
+
+
+/*
+** ares_free_data() - c-ares external API function.
+**
+** This function must be used by the application to free data memory that
+** has been internally allocated by some c-ares function and for which a
+** pointer has already been returned to the calling application. The list
+** of c-ares functions returning pointers that must be free'ed using this
+** function is:
+**
+**   ares_get_servers()
+**   ares_parse_srv_reply()
+**   ares_parse_txt_reply()
+*/
+
+void ares_free_data(void *dataptr)
+{
+  struct ares_data *ptr;
+
+  if (!dataptr)
+    return;
+
+#ifdef __INTEL_COMPILER
+#  pragma warning(push)
+#  pragma warning(disable:1684)
+   /* 1684: conversion from pointer to same-sized integral type */
+#endif
+
+  ptr = (void *)((char *)dataptr - offsetof(struct ares_data, data));
+
+#ifdef __INTEL_COMPILER
+#  pragma warning(pop)
+#endif
+
+  if (ptr->mark != ARES_DATATYPE_MARK)
+    return;
+
+  switch (ptr->type)
+    {
+      case ARES_DATATYPE_MX_REPLY:
+
+        if (ptr->data.mx_reply.next)
+          ares_free_data(ptr->data.mx_reply.next);
+        if (ptr->data.mx_reply.host)
+          free(ptr->data.mx_reply.host);
+        break;
+
+      case ARES_DATATYPE_SRV_REPLY:
+
+        if (ptr->data.srv_reply.next)
+          ares_free_data(ptr->data.srv_reply.next);
+        if (ptr->data.srv_reply.host)
+          free(ptr->data.srv_reply.host);
+        break;
+
+      case ARES_DATATYPE_TXT_REPLY:
+
+        if (ptr->data.txt_reply.next)
+          ares_free_data(ptr->data.txt_reply.next);
+        if (ptr->data.txt_reply.txt)
+          free(ptr->data.txt_reply.txt);
+        break;
+
+      case ARES_DATATYPE_ADDR_NODE:
+
+        if (ptr->data.addr_node.next)
+          ares_free_data(ptr->data.addr_node.next);
+        break;
+
+      default:
+        return;
+    }
+
+  free(ptr);
+}
+
+
+/*
+** ares_malloc_data() - c-ares internal helper function.
+**
+** This function allocates memory for a c-ares private ares_data struct
+** for the specified ares_datatype, initializes c-ares private fields
+** and zero initializes those which later might be used from the public
+** API. It returns an interior pointer which can be passed by c-ares
+** functions to the calling application, and that must be free'ed using
+** c-ares external API function ares_free_data().
+*/
+
+void *ares_malloc_data(ares_datatype type)
+{
+  struct ares_data *ptr;
+
+  ptr = malloc(sizeof(struct ares_data));
+  if (!ptr)
+    return NULL;
+
+  switch (type)
+    {
+      case ARES_DATATYPE_MX_REPLY:
+        ptr->data.mx_reply.next = NULL;
+        ptr->data.mx_reply.host = NULL;
+        ptr->data.mx_reply.priority = 0;
+        break;
+
+      case ARES_DATATYPE_SRV_REPLY:
+        ptr->data.srv_reply.next = NULL;
+        ptr->data.srv_reply.host = NULL;
+        ptr->data.srv_reply.priority = 0;
+        ptr->data.srv_reply.weight = 0;
+        ptr->data.srv_reply.port = 0;
+        break;
+
+      case ARES_DATATYPE_TXT_REPLY:
+        ptr->data.txt_reply.next = NULL;
+        ptr->data.txt_reply.txt = NULL;
+        ptr->data.txt_reply.length  = 0;
+        break;
+
+      case ARES_DATATYPE_ADDR_NODE:
+        ptr->data.addr_node.next = NULL;
+        ptr->data.addr_node.family = 0;
+        memset(&ptr->data.addr_node.addrV6, 0,
+               sizeof(ptr->data.addr_node.addrV6));
+        break;
+
+      default:
+        free(ptr);
+        return NULL;
+    }
+
+  ptr->mark = ARES_DATATYPE_MARK;
+  ptr->type = type;
+
+  return &ptr->data;
+}
+
+
+/*
+** ares_get_datatype() - c-ares internal helper function.
+**
+** This function returns the ares_datatype of the data stored in a
+** private ares_data struct when given the public API pointer.
+*/
+
+ares_datatype ares_get_datatype(void * dataptr)
+{
+  struct ares_data *ptr;
+
+#ifdef __INTEL_COMPILER
+#  pragma warning(push)
+#  pragma warning(disable:1684)
+   /* 1684: conversion from pointer to same-sized integral type */
+#endif
+
+  ptr = (void *)((char *)dataptr - offsetof(struct ares_data, data));
+
+#ifdef __INTEL_COMPILER
+#  pragma warning(pop)
+#endif
+
+  if (ptr->mark == ARES_DATATYPE_MARK)
+    return ptr->type;
+
+  return ARES_DATATYPE_UNKNOWN;
+}
blob - /dev/null
blob + de1608be5b85519b9e64ab8232f4984646ed10f4 (mode 644)
--- /dev/null
+++ src/c-ares/ares_data.h
@@ -0,0 +1,65 @@
+
+/* Copyright (C) 2009-2010 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+typedef enum {
+  ARES_DATATYPE_UNKNOWN = 1,  /* unknown data type     - introduced in 1.7.0 */
+  ARES_DATATYPE_SRV_REPLY,    /* struct ares_srv_reply - introduced in 1.7.0 */
+  ARES_DATATYPE_TXT_REPLY,    /* struct ares_txt_reply - introduced in 1.7.0 */
+  ARES_DATATYPE_ADDR_NODE,    /* struct ares_addr_node - introduced in 1.7.1 */
+  ARES_DATATYPE_MX_REPLY,    /* struct ares_mx_reply   - introduced in 1.7.2 */
+#if 0
+  ARES_DATATYPE_ADDR6TTL,     /* struct ares_addrttl   */
+  ARES_DATATYPE_ADDRTTL,      /* struct ares_addr6ttl  */
+  ARES_DATATYPE_HOSTENT,      /* struct hostent        */
+  ARES_DATATYPE_OPTIONS,      /* struct ares_options   */
+#endif
+  ARES_DATATYPE_LAST          /* not used              - introduced in 1.7.0 */
+} ares_datatype;
+
+#define ARES_DATATYPE_MARK 0xbead
+
+/*
+ * ares_data struct definition is internal to c-ares and shall not
+ * be exposed by the public API in order to allow future changes
+ * and extensions to it without breaking ABI.  This will be used
+ * internally by c-ares as the container of multiple types of data
+ * dynamically allocated for which a reference will be returned
+ * to the calling application.
+ *
+ * c-ares API functions returning a pointer to c-ares internally
+ * allocated data will actually be returning an interior pointer
+ * into this ares_data struct.
+ *
+ * All this is 'invisible' to the calling application, the only
+ * requirement is that this kind of data must be free'ed by the
+ * calling application using ares_free_data() with the pointer
+ * it has received from a previous c-ares function call.
+ */
+
+struct ares_data {
+  ares_datatype type;  /* Actual data type identifier. */
+  unsigned int  mark;  /* Private ares_data signature. */
+  union {
+    struct ares_txt_reply txt_reply;
+    struct ares_srv_reply srv_reply;
+    struct ares_addr_node addr_node;
+    struct ares_mx_reply mx_reply;
+  } data;
+};
+
+void *ares_malloc_data(ares_datatype type);
+
+ares_datatype ares_get_datatype(void * dataptr);
blob - /dev/null
blob + 79171ecbaa85ac6ee932fbfa5ed7e0d6855938d8 (mode 644)
--- /dev/null
+++ src/c-ares/ares_destroy.3
@@ -0,0 +1,43 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_DESTROY 3 "7 December 2004"
+.SH NAME
+ares_destroy \- Destroy a resolver channel
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B void ares_destroy(ares_channel \fIchannel\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_destroy
+function destroys the name service channel identified by
+.IR channel ,
+freeing all memory and closing all sockets used by the channel.
+.B ares_destroy
+invokes the callbacks for each pending query on the channel, passing a
+status of
+.BR ARES_EDESTRUCTION .
+These calls give the callbacks a chance to clean up any state which
+might have been stored in their arguments.
+.SH SEE ALSO
+.BR ares_init (3),
+.BR ares_cancel (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + 5e274daeef5d67526856f6282ab505e59901cf2d (mode 644)
--- /dev/null
+++ src/c-ares/ares_destroy.c
@@ -0,0 +1,105 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2004-2010 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+#include <assert.h>
+#include <stdlib.h>
+#include "ares.h"
+#include "ares_private.h"
+
+void ares_destroy_options(struct ares_options *options)
+{
+  int i;
+
+  if(options->servers)
+    free(options->servers);
+  for (i = 0; i < options->ndomains; i++)
+    free(options->domains[i]);
+  free(options->domains);
+  if(options->sortlist)
+    free(options->sortlist);
+  free(options->lookups);
+}
+
+void ares_destroy(ares_channel channel)
+{
+  int i;
+  struct query *query;
+  struct list_node* list_head;
+  struct list_node* list_node;
+  
+  if (!channel)
+    return;
+
+  list_head = &(channel->all_queries);
+  for (list_node = list_head->next; list_node != list_head; )
+    {
+      query = list_node->data;
+      list_node = list_node->next;  /* since we're deleting the query */
+      query->callback(query->arg, ARES_EDESTRUCTION, 0, NULL, 0);
+      ares__free_query(query);
+    }
+#ifndef NDEBUG
+  /* Freeing the query should remove it from all the lists in which it sits,
+   * so all query lists should be empty now.
+   */
+  assert(ares__is_list_empty(&(channel->all_queries)));
+  for (i = 0; i < ARES_QID_TABLE_SIZE; i++)
+    {
+      assert(ares__is_list_empty(&(channel->queries_by_qid[i])));
+    }
+  for (i = 0; i < ARES_TIMEOUT_TABLE_SIZE; i++)
+    {
+      assert(ares__is_list_empty(&(channel->queries_by_timeout[i])));
+    }
+#endif
+
+  ares__destroy_servers_state(channel);
+
+  if (channel->domains) {
+    for (i = 0; i < channel->ndomains; i++)
+      free(channel->domains[i]);
+    free(channel->domains);
+  }
+
+  if(channel->sortlist)
+    free(channel->sortlist);
+
+  if (channel->lookups)
+    free(channel->lookups);
+
+  free(channel);
+}
+
+void ares__destroy_servers_state(ares_channel channel)
+{
+  struct server_state *server;
+  int i;
+
+  if (channel->servers)
+    {
+      for (i = 0; i < channel->nservers; i++)
+        {
+          server = &channel->servers[i];
+          ares__close_sockets(channel, server);
+          assert(ares__is_list_empty(&server->queries_to_server));
+        }
+      free(channel->servers);
+      channel->servers = NULL;
+    }
+  channel->nservers = -1;
+}
blob - /dev/null
blob + 76c677e8fc8cf737a5dcc9fe6ecae03c701bda98 (mode 644)
Binary files /dev/null and src/c-ares/ares_destroy.pdf differ
blob - /dev/null
blob + 3e564b2ef2abd2f894f95d8b6f2d4422de62257f (mode 644)
--- /dev/null
+++ src/c-ares/ares_destroy_options.3
@@ -0,0 +1,38 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_DESTROY_OPTIONS 3 "1 June 2007"
+.SH NAME
+ares_destroy_options \- Destroy options initialized with ares_save_options
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B void ares_destroy_options(struct ares_options *\fIoptions\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_destroy_options
+function destroys the options struct identified by
+.IR options ,
+freeing all memory allocated by ares_save_options.
+
+.SH SEE ALSO
+.BR ares_save_options (3),
+.BR ares_init_options (3)
+.SH AUTHOR
+Brad House
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + a1227c31b350e2b9ec24355307603ba4558a983f (mode 644)
Binary files /dev/null and src/c-ares/ares_destroy_options.pdf differ
blob - /dev/null
blob + 6893c024c89f5e1b3ead0526cb82ce16ad9d7091 (mode 644)
--- /dev/null
+++ src/c-ares/ares_dns.h
@@ -0,0 +1,90 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#ifndef ARES__DNS_H
+#define ARES__DNS_H
+
+#define DNS__16BIT(p)                   (((p)[0] << 8) | (p)[1])
+#define DNS__32BIT(p)                   (((p)[0] << 24) | ((p)[1] << 16) | \
+                                         ((p)[2] << 8) | (p)[3])
+
+#define DNS__SET16BIT(p, v)  (((p)[0] = (unsigned char)(((v) >> 8) & 0xff)), \
+                              ((p)[1] = (unsigned char)((v) & 0xff)))
+#define DNS__SET32BIT(p, v)  (((p)[0] = (unsigned char)(((v) >> 24) & 0xff)), \
+                              ((p)[1] = (unsigned char)(((v) >> 16) & 0xff)), \
+                              ((p)[2] = (unsigned char)(((v) >> 8) & 0xff)), \
+                              ((p)[3] = (unsigned char)((v) & 0xff)))
+
+#if 0
+/* we cannot use this approach on systems where we can't access 16/32 bit
+   data on un-aligned addresses */
+#define DNS__16BIT(p)                   ntohs(*(unsigned short*)(p))
+#define DNS__32BIT(p)                   ntohl(*(unsigned long*)(p))
+#define DNS__SET16BIT(p, v)             *(unsigned short*)(p) = htons(v)
+#define DNS__SET32BIT(p, v)             *(unsigned long*)(p) = htonl(v)
+#endif
+
+/* Macros for parsing a DNS header */
+#define DNS_HEADER_QID(h)               DNS__16BIT(h)
+#define DNS_HEADER_QR(h)                (((h)[2] >> 7) & 0x1)
+#define DNS_HEADER_OPCODE(h)            (((h)[2] >> 3) & 0xf)
+#define DNS_HEADER_AA(h)                (((h)[2] >> 2) & 0x1)
+#define DNS_HEADER_TC(h)                (((h)[2] >> 1) & 0x1)
+#define DNS_HEADER_RD(h)                ((h)[2] & 0x1)
+#define DNS_HEADER_RA(h)                (((h)[3] >> 7) & 0x1)
+#define DNS_HEADER_Z(h)                 (((h)[3] >> 4) & 0x7)
+#define DNS_HEADER_RCODE(h)             ((h)[3] & 0xf)
+#define DNS_HEADER_QDCOUNT(h)           DNS__16BIT((h) + 4)
+#define DNS_HEADER_ANCOUNT(h)           DNS__16BIT((h) + 6)
+#define DNS_HEADER_NSCOUNT(h)           DNS__16BIT((h) + 8)
+#define DNS_HEADER_ARCOUNT(h)           DNS__16BIT((h) + 10)
+
+/* Macros for constructing a DNS header */
+#define DNS_HEADER_SET_QID(h, v)      DNS__SET16BIT(h, v)
+#define DNS_HEADER_SET_QR(h, v)       ((h)[2] |= (unsigned char)(((v) & 0x1) << 7))
+#define DNS_HEADER_SET_OPCODE(h, v)   ((h)[2] |= (unsigned char)(((v) & 0xf) << 3))
+#define DNS_HEADER_SET_AA(h, v)       ((h)[2] |= (unsigned char)(((v) & 0x1) << 2))
+#define DNS_HEADER_SET_TC(h, v)       ((h)[2] |= (unsigned char)(((v) & 0x1) << 1))
+#define DNS_HEADER_SET_RD(h, v)       ((h)[2] |= (unsigned char)((v) & 0x1))
+#define DNS_HEADER_SET_RA(h, v)       ((h)[3] |= (unsigned char)(((v) & 0x1) << 7))
+#define DNS_HEADER_SET_Z(h, v)        ((h)[3] |= (unsigned char)(((v) & 0x7) << 4))
+#define DNS_HEADER_SET_RCODE(h, v)    ((h)[3] |= (unsigned char)((v) & 0xf))
+#define DNS_HEADER_SET_QDCOUNT(h, v)  DNS__SET16BIT((h) + 4, v)
+#define DNS_HEADER_SET_ANCOUNT(h, v)  DNS__SET16BIT((h) + 6, v)
+#define DNS_HEADER_SET_NSCOUNT(h, v)  DNS__SET16BIT((h) + 8, v)
+#define DNS_HEADER_SET_ARCOUNT(h, v)  DNS__SET16BIT((h) + 10, v)
+
+/* Macros for parsing the fixed part of a DNS question */
+#define DNS_QUESTION_TYPE(q)            DNS__16BIT(q)
+#define DNS_QUESTION_CLASS(q)           DNS__16BIT((q) + 2)
+
+/* Macros for constructing the fixed part of a DNS question */
+#define DNS_QUESTION_SET_TYPE(q, v)     DNS__SET16BIT(q, v)
+#define DNS_QUESTION_SET_CLASS(q, v)    DNS__SET16BIT((q) + 2, v)
+
+/* Macros for parsing the fixed part of a DNS resource record */
+#define DNS_RR_TYPE(r)                  DNS__16BIT(r)
+#define DNS_RR_CLASS(r)                 DNS__16BIT((r) + 2)
+#define DNS_RR_TTL(r)                   DNS__32BIT((r) + 4)
+#define DNS_RR_LEN(r)                   DNS__16BIT((r) + 8)
+
+/* Macros for constructing the fixed part of a DNS resource record */
+#define DNS_RR_SET_TYPE(r)              DNS__SET16BIT(r, v)
+#define DNS_RR_SET_CLASS(r)             DNS__SET16BIT((r) + 2, v)
+#define DNS_RR_SET_TTL(r)               DNS__SET32BIT((r) + 4, v)
+#define DNS_RR_SET_LEN(r)               DNS__SET16BIT((r) + 8, v)
+
+#endif /* ARES__DNS_H */
blob - /dev/null
blob + 935c5d9b150123381c55db45b8c184803e559d2c (mode 644)
--- /dev/null
+++ src/c-ares/ares_dup.3
@@ -0,0 +1,43 @@
+.\"
+.\" Copyright (C) 2004-2009 by Daniel Stenberg
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_DUP 3 "26 May 2009"
+.SH NAME
+ares_dup \- Duplicate a resolver channel
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_dup(ares_channel *\fIdest\fP, ares_channel \fIsource\fP)
+.fi
+.SH DESCRIPTION
+The \fBares_dup(3)\fP function duplicates an existing communications channel
+for name service lookups.  If it returns successfully, \fBares_dup(3)\fP will
+set the variable pointed to by \fIdest\fP to a handle used to identify the
+name service channel.  The caller should invoke \fIares_destroy(3)\fP on the
+handle when the channel is no longer needed.
+
+The \fBares_dup_options\fP function also initializes a name service channel,
+with additional options set exactly as the \fIsource\fP channel has them
+configured.
+.SH SEE ALSO
+.BR ares_destroy(3),
+.BR ares_init(3),
+.BR ares_library_init(3)
+.SH AVAILABILITY
+ares_dup(3) was added in c-ares 1.6.0
+.SH AUTHOR
+Daniel Stenberg
+
blob - /dev/null
blob + 220ede2007b248db04e09a1ff34dc871e775714c (mode 644)
Binary files /dev/null and src/c-ares/ares_dup.pdf differ
blob - /dev/null
blob + 1761a9a48c26ac2406b23b56038de346b70a91bb (mode 644)
--- /dev/null
+++ src/c-ares/ares_expand_name.3
@@ -0,0 +1,63 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_EXPAND_NAME 3 "20 Nov 2009"
+.SH NAME
+ares_expand_name \- Expand a DNS-encoded domain name
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_expand_name(const unsigned char *\fIencoded\fP,
+.B      const unsigned char *\fIabuf\fP, int \fIalen\fP, char **\fIs\fP,
+.B 	long *\fIenclen\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_expand_name
+function converts a DNS-encoded domain name to a dot-separated C
+string.  The argument
+.I encoded
+gives the beginning of the encoded domain name, and the arguments
+.I abuf
+and
+.I alen
+give the containing message buffer (necessary for the processing of
+indirection pointers within the encoded domain name).  The result is
+placed in a NUL-terminated allocated buffer, a pointer to which is
+stored in the variable pointed to by
+.IR s .
+The length of the encoded name is stored in the variable pointed to by
+.I enclen
+so that the caller can advance past the encoded domain name to read
+further data in the message.
+.SH RETURN VALUES
+.B ares_expand_name
+can return any of the following values:
+.TP 15
+.B ARES_SUCCESS
+Expansion of the encoded name succeeded.
+.TP 15
+.B ARES_EBADNAME
+The encoded domain name was malformed and could not be expanded.
+.TP 15
+.B ARES_ENOMEM
+Memory was exhausted.
+.SH SEE ALSO
+.BR ares_mkquery (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + 2af6b2ac40b2fae976dcfb8249d06c47be13d028 (mode 644)
--- /dev/null
+++ src/c-ares/ares_expand_name.c
@@ -0,0 +1,193 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#include <stdlib.h>
+#include "ares.h"
+#include "ares_private.h" /* for the memdebug */
+
+static int name_length(const unsigned char *encoded, const unsigned char *abuf,
+                       int alen);
+
+/* Expand an RFC1035-encoded domain name given by encoded.  The
+ * containing message is given by abuf and alen.  The result given by
+ * *s, which is set to a NUL-terminated allocated buffer.  *enclen is
+ * set to the length of the encoded name (not the length of the
+ * expanded name; the goal is to tell the caller how many bytes to
+ * move forward to get past the encoded name).
+ *
+ * In the simple case, an encoded name is a series of labels, each
+ * composed of a one-byte length (limited to values between 0 and 63
+ * inclusive) followed by the label contents.  The name is terminated
+ * by a zero-length label.
+ *
+ * In the more complicated case, a label may be terminated by an
+ * indirection pointer, specified by two bytes with the high bits of
+ * the first byte (corresponding to INDIR_MASK) set to 11.  With the
+ * two high bits of the first byte stripped off, the indirection
+ * pointer gives an offset from the beginning of the containing
+ * message with more labels to decode.  Indirection can happen an
+ * arbitrary number of times, so we have to detect loops.
+ *
+ * Since the expanded name uses '.' as a label separator, we use
+ * backslashes to escape periods or backslashes in the expanded name.
+ */
+
+int ares_expand_name(const unsigned char *encoded, const unsigned char *abuf,
+                     int alen, char **s, long *enclen)
+{
+  int len, indir = 0;
+  char *q;
+  const unsigned char *p;
+  union {
+    ssize_t sig;
+     size_t uns;
+  } nlen;
+
+  nlen.sig = name_length(encoded, abuf, alen);
+  if (nlen.sig < 0)
+    return ARES_EBADNAME;
+
+  *s = malloc(nlen.uns + 1);
+  if (!*s)
+    return ARES_ENOMEM;
+  q = *s;
+
+  if (nlen.uns == 0) {
+    /* RFC2181 says this should be ".": the root of the DNS tree.
+     * Since this function strips trailing dots though, it becomes ""
+     */
+    q[0] = '\0';
+    *enclen = 1;  /* the caller should move one byte to get past this */
+    return ARES_SUCCESS;
+  }
+
+  /* No error-checking necessary; it was all done by name_length(). */
+  p = encoded;
+  while (*p)
+    {
+      if ((*p & INDIR_MASK) == INDIR_MASK)
+        {
+          if (!indir)
+            {
+              *enclen = p + 2 - encoded;
+              indir = 1;
+            }
+          p = abuf + ((*p & ~INDIR_MASK) << 8 | *(p + 1));
+        }
+      else
+        {
+          len = *p;
+          p++;
+          while (len--)
+            {
+              if (*p == '.' || *p == '\\')
+                *q++ = '\\';
+              *q++ = *p;
+              p++;
+            }
+          *q++ = '.';
+        }
+    }
+  if (!indir)
+    *enclen = p + 1 - encoded;
+
+  /* Nuke the trailing period if we wrote one. */
+  if (q > *s)
+    *(q - 1) = 0;
+  else
+    *q = 0; /* zero terminate */
+
+  return ARES_SUCCESS;
+}
+
+/* Return the length of the expansion of an encoded domain name, or
+ * -1 if the encoding is invalid.
+ */
+static int name_length(const unsigned char *encoded, const unsigned char *abuf,
+                       int alen)
+{
+  int n = 0, offset, indir = 0;
+
+  /* Allow the caller to pass us abuf + alen and have us check for it. */
+  if (encoded == abuf + alen)
+    return -1;
+
+  while (*encoded)
+    {
+      if ((*encoded & INDIR_MASK) == INDIR_MASK)
+        {
+          /* Check the offset and go there. */
+          if (encoded + 1 >= abuf + alen)
+            return -1;
+          offset = (*encoded & ~INDIR_MASK) << 8 | *(encoded + 1);
+          if (offset >= alen)
+            return -1;
+          encoded = abuf + offset;
+
+          /* If we've seen more indirects than the message length,
+           * then there's a loop.
+           */
+          if (++indir > alen)
+            return -1;
+        }
+      else
+        {
+          offset = *encoded;
+          if (encoded + offset + 1 >= abuf + alen)
+            return -1;
+          encoded++;
+          while (offset--)
+            {
+              n += (*encoded == '.' || *encoded == '\\') ? 2 : 1;
+              encoded++;
+            }
+          n++;
+        }
+    }
+
+  /* If there were any labels at all, then the number of dots is one
+   * less than the number of labels, so subtract one.
+   */
+  return (n) ? n - 1 : n;
+}
+
+/* Like ares_expand_name but returns EBADRESP in case of invalid input. */
+int ares__expand_name_for_response(const unsigned char *encoded,
+                                   const unsigned char *abuf, int alen,
+                                   char **s, long *enclen)
+{
+  int status = ares_expand_name(encoded, abuf, alen, s, enclen);
+  if (status == ARES_EBADNAME)
+    status = ARES_EBADRESP;
+  return status;
+}
blob - /dev/null
blob + 514a1bf1c484c76e05f6604dafaacdfd8a813bdf (mode 644)
Binary files /dev/null and src/c-ares/ares_expand_name.pdf differ
blob - /dev/null
blob + 33dd7bdada1f88a1c220fc894790adabfb12192e (mode 644)
--- /dev/null
+++ src/c-ares/ares_expand_string.3
@@ -0,0 +1,61 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_EXPAND_NAME 3 "20 Nov 2009"
+.SH NAME
+ares_expand_string \- Expand a length encoded string
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_expand_string(const unsigned char *\fIencoded\fP,
+.B      const unsigned char *\fIabuf\fP, int \fIalen\fP, unsigned char **\fIs\fP,
+.B 	long *\fIenclen\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_expand_string
+function converts a length encoded string to a NUL-terminated C
+string.  The argument
+.I encoded
+gives the beginning of the encoded string, and the arguments
+.I abuf
+and
+.I alen
+give the containing message buffer (necessary for the processing of
+indirection pointers within the encoded domain name).  The result is
+placed in a NUL-terminated allocated buffer, a pointer to which is
+stored in the variable pointed to by
+.IR s .
+The length of the encoded string is stored in the variable pointed to by
+.I enclen
+so that the caller can advance past the encoded string to read
+further data in the message.
+.SH RETURN VALUES
+.B ares_expand_string
+can return any of the following values:
+.TP 15
+.B ARES_SUCCESS
+Expansion of the encoded string succeeded.
+.TP 15
+.B ARES_EBADSTR
+The encoded string was malformed and could not be expanded.
+.TP 15
+.B ARES_ENOMEM
+Memory was exhausted.
+.SH SEE ALSO
+.BR ares_free_string (3)
+.SH AUTHOR
+Dominick Meglio
blob - /dev/null
blob + f24cccf6470d17391c07e31635dc78588fdee1f7 (mode 644)
--- /dev/null
+++ src/c-ares/ares_expand_string.c
@@ -0,0 +1,75 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+
+#include <string.h>
+#include <stdlib.h>
+#include "ares.h"
+#include "ares_private.h" /* for the memdebug */
+
+/* Simply decodes a length-encoded character string. The first byte of the
+ * input is the length of the string to be returned and the bytes thereafter
+ * are the characters of the string. The returned result will be NULL
+ * terminated.
+ */
+int ares_expand_string(const unsigned char *encoded,
+                       const unsigned char *abuf,
+                       int alen,
+                       unsigned char **s,
+                       long *enclen)
+{
+  unsigned char *q;
+  union {
+    ssize_t sig;
+     size_t uns;
+  } elen;
+
+  if (encoded == abuf+alen)
+    return ARES_EBADSTR;
+
+  elen.uns = *encoded;
+  if (encoded+elen.sig+1 > abuf+alen)
+    return ARES_EBADSTR;
+
+  encoded++;
+
+  *s = malloc(elen.uns+1);
+  if (*s == NULL)
+    return ARES_ENOMEM;
+  q = *s;
+  strncpy((char *)q, (char *)encoded, elen.uns);
+  q[elen.uns] = '\0';
+
+  *s = q;
+
+  *enclen = (long)(elen.sig+1);
+
+  return ARES_SUCCESS;
+}
+
blob - /dev/null
blob + bd5ad9cec6c21d77b133de388c57567ce65d5a2d (mode 644)
Binary files /dev/null and src/c-ares/ares_expand_string.pdf differ
blob - /dev/null
blob + 743e45e42436ec67b218dcb8f1588ce3fa0c4f7d (mode 644)
--- /dev/null
+++ src/c-ares/ares_fds.3
@@ -0,0 +1,61 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_FDS 3 "23 July 1998"
+.SH NAME
+ares_fds \- Get file descriptors to select on for name service
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_fds(ares_channel \fIchannel\fP, fd_set *\fIread_fds\fP,
+.B	fd_set *\fIwrite_fds\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_fds
+function retrieves the set of file descriptors which the calling
+application should select on for reading and writing for the
+processing of name service queries pending on the name service channel
+identified by
+.IR channel .
+File descriptors will be set in the file descriptor sets pointed to by
+.I read_fds
+and
+.I write_fds
+as appropriate.  File descriptors already set in
+.I read_fds
+and
+.I write_fds
+will remain set; initialization of the file descriptor sets
+(using
+.BR FD_ZERO )
+is the responsibility of the caller.
+.SH RETURN VALUES
+.B ares_fds
+returns one greater than the number of the highest socket set in either
+.I read_fds
+or
+.IR write_fds .
+If no queries are active,
+.B ares_fds
+will return 0.
+.SH SEE ALSO
+.BR ares_timeout (3),
+.BR ares_process (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + b57be9287bb53fe78774e6b0f9a956892823c358 (mode 644)
--- /dev/null
+++ src/c-ares/ares_fds.c
@@ -0,0 +1,62 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+
+#include "ares.h"
+#include "ares_private.h"
+
+int ares_fds(ares_channel channel, fd_set *read_fds, fd_set *write_fds)
+{
+  struct server_state *server;
+  ares_socket_t nfds;
+  int i;
+
+  /* Are there any active queries? */
+  int active_queries = !ares__is_list_empty(&(channel->all_queries));
+
+  nfds = 0;
+  for (i = 0; i < channel->nservers; i++)
+    {
+      server = &channel->servers[i];
+      /* We only need to register interest in UDP sockets if we have
+       * outstanding queries.
+       */
+      if (active_queries && server->udp_socket != ARES_SOCKET_BAD)
+        {
+          FD_SET(server->udp_socket, read_fds);
+          if (server->udp_socket >= nfds)
+            nfds = server->udp_socket + 1;
+        }
+      /* We always register for TCP events, because we want to know
+       * when the other side closes the connection, so we don't waste
+       * time trying to use a broken connection.
+       */
+      if (server->tcp_socket != ARES_SOCKET_BAD)
+       {
+         FD_SET(server->tcp_socket, read_fds);
+         if (server->qhead)
+           FD_SET(server->tcp_socket, write_fds);
+         if (server->tcp_socket >= nfds)
+           nfds = server->tcp_socket + 1;
+	}
+    }
+  return (int)nfds;
+}
blob - /dev/null
blob + ca4a891d5be628594e815c4d02b0855fb708ff63 (mode 644)
Binary files /dev/null and src/c-ares/ares_fds.pdf differ
blob - /dev/null
blob + c6cadd572f309be2db2ce432c41aafb2c69d6795 (mode 644)
--- /dev/null
+++ src/c-ares/ares_free_data.3
@@ -0,0 +1,72 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\" Copyright (C) 2004-2010 by Daniel Stenberg
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_FREE_DATA 3 "5 March 2010"
+.SH NAME
+ares_free_data \- Free data allocated by several c-ares functions
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B void ares_free_data(void *\fIdataptr\fP)
+.PP
+.B cc file.c -lcares
+.fi
+.SH DESCRIPTION
+.PP
+The
+.B ares_free_data(3)
+function frees one or more data structures allocated and returned
+by several c-ares functions. Specifically the data returned by the
+following list of functions must be deallocated using this function.
+.TP 5
+.B ares_get_servers(3)
+When used to free the data returned by ares_get_servers(3) this
+will free the whole linked list of ares_addr_node structures returned
+by ares_get_servers(3).
+.TP
+.B ares_parse_srv_reply(3)
+When used to free the data returned by ares_parse_srv_reply(3) this
+will free the whole linked list of ares_srv_reply structures returned
+by ares_parse_srv_reply(3), along with any additional storage
+associated with those structures.
+.TP
+.B ares_parse_mx_reply(3)
+When used to free the data returned by ares_parse_mx_reply(3) this
+will free the whole linked list of ares_mx_reply structures returned
+by ares_parse_mx_reply(3), along with any additional storage
+associated with those structures.
+.TP
+.B ares_parse_txt_reply(3)
+When used to free the data returned by ares_parse_txt_reply(3) this
+will free the whole linked list of ares_txt_reply structures returned
+by ares_parse_txt_reply(3), along with any additional storage
+associated with those structures.
+.SH RETURN VALUE
+The ares_free_data() function does not return a value.
+.SH AVAILABILITY
+This function was first introduced in c-ares version 1.7.0.
+.SH SEE ALSO
+.BR ares_get_servers(3),
+.BR ares_parse_srv_reply(3),
+.BR ares_parse_mx_reply(3),
+.BR ares_parse_txt_reply(3)
+.SH AUTHOR
+Yang Tse
+.PP
+Copyright 1998 by the Massachusetts Institute of Technology.
+.br
+Copyright (C) 2004-2010 by Daniel Stenberg.
blob - /dev/null
blob + 9c8ecbdbf792d7d58087f60b83fec938fb6a6b11 (mode 644)
Binary files /dev/null and src/c-ares/ares_free_data.pdf differ
blob - /dev/null
blob + d692801bafe88753b001915518e2b58838fe5894 (mode 644)
--- /dev/null
+++ src/c-ares/ares_free_hostent.3
@@ -0,0 +1,45 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_FREE_HOSTENT 3 "23 July 1998"
+.SH NAME
+ares_free_hostent \- Free host structure allocated by ares functions
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B void ares_free_hostent(struct hostent *\fIhost\fP)
+.fi
+.SH DESCRIPTION
+The
+.I ares_free_hostent
+function frees a
+.B struct hostent
+allocated by one of the functions \fIares_parse_a_reply(3)\fP,
+\fIares_parse_aaaa_reply(3)\fP, or \fIares_parse_ptr_reply(3)\fP.
+.SH NOTES
+It is not necessary (and is not correct) to free the host structure passed to
+the callback functions for \fIares_gethostbyname(3)\fP or
+\fIares_gethostbyaddr(3)\fP. c-ares will automatically free such host
+structures when the callback returns.
+.SH SEE ALSO
+.BR ares_parse_a_reply (3),
+.BR ares_parse_aaaa_reply (3),
+.BR ares_parse_ptr_reply (3),
+.BR ares_parse_ns_reply (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + b124560d86a1b7522e0de2c7cb59964f1ce16982 (mode 644)
--- /dev/null
+++ src/c-ares/ares_free_hostent.c
@@ -0,0 +1,39 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+#include <stdlib.h>
+
+#ifdef HAVE_NETDB_H
+#include <netdb.h>
+#endif
+
+#include "ares.h"
+#include "ares_private.h" /* for memdebug */
+
+void ares_free_hostent(struct hostent *host)
+{
+  char **p;
+
+  free((char *)(host->h_name));
+  for (p = host->h_aliases; *p; p++)
+    free(*p);
+  free(host->h_aliases);
+  free(host->h_addr_list[0]); /* no matter if there is one or many entries,
+                                 there is only one malloc for all of them */
+  free(host->h_addr_list);
+  free(host);
+}
blob - /dev/null
blob + a94ef678f646a57bb5b81bdca34023c82c9a0c77 (mode 644)
--- /dev/null
+++ src/c-ares/ares_free_hostent.pdf
@@ -0,0 +1,117 @@
+%PDF-1.4
+%Çì¢
+5 0 obj
+<</Length 6 0 R/Filter /FlateDecode>>
+stream
+xœ¥UÛnÛF}çWЇ®k³»¼.PpS%V`K©Ä>v!ÐÔêÒJ¤Â]5ÐGõ;Ë‹(ÒrZ ‰ÜË™3sæÌ`”³Ÿú;Ý;og!¬µÃàþ¯//7@ý•îá—7EöE¼rªsB¡çA¼w„Ë) þêÛÙh¾x?wÓy<šÄOÄ}Àõ׃øOgȨàâ$"Pé[¯»wÈävð#…«Ü§¾t8^:äad¶!	F=»ÌÊH’BéŪPj±ÉµQ™à=>‚}mŠcjŽ…‚d·ËÓĨ%<ŸÀ‚Õ1KÍ6ÏtrÕÃò€FeóÏ“é§ùxÞn«#¯ãx$?l³tw\*ø))<¤RrI”¦›ŸÄ-w^r+oDºç

+]IeÅõ‘l—`OG¤äƒ?(c!>‰=‘Š

+4Dß”·¿qÖ”Ì÷)–ªJžÝÕ

+ñƒ@Ö€¤ªK—·°¨ü‚û¯£ù»ÙøS<žNº¥hé“x£ªµs§"’QÃi¹!²‰xÍÍ

+0EB\p«™4·G(4ÎDunf²¬uS1°õÖtéEH^„5»nªº±‡•¼ŽŽtt‘g
+ò˜ê«ãÌm(L£ç·ÕïÒ;Ø"2[;—hµHv•¨ÃîTõB—¨d4bM¦ÈMËïg0ˆ®Aàß5AýªßÎÍ|ñ+·`Uϱú]Ñǧ‘‹¼þWS,.Ö_ãR/”M‘è•Îóñ§­Éd:p±O$‰GóÞu­
+åB”"ØjÈr™J•ÖIq‚'’dËæuš…J

+Ú•ÉK%•õîÙÅ!Ñ5;ìbŠ*yNÒ¿ZUÀ*ïgËrïÄoúŠXlôÂfÅX”çS–ìÕÕì ²¸l*ô€Sß‹^)ÇK”d¹,Z·õßñ.kàhz!ÊýÚ'

+yÕ}ÃÒ5¿nw;HŽ&ß'fkórªr¨é¦—DܼQYéþ‚EXážuw2[(<’ék’è˜ñh·÷óéëf\[päµJë.<*J³o7‚Ê ±RæìæŠu6;Z×»À¨Úð0(þúŒ_àTÈïÈô$[˜wAêâ|1à‡žçÓ 3Sno…†ƒ"p;ˆï¦³?t÷<j>娩{èOgó\ßµ×zV´Í ;.užÝÀÃ8†q†mk…‹3d~ÂѰו<%õ}¼é,¢wùáln§b»ÞÀ#;#¬jÐ’tsÔÊ·j³5GSÎŽx2¢ÒM–ïòõiଉ|­Îf‘‡èSÎ/À~,£.|<bÙëKn¾eU;?áöÕ(v~ÃÏ¿_Rˆendstream
+endobj
+6 0 obj
+1006
+endobj
+4 0 obj
+<</Type/Page/MediaBox [0 0 612 792]
+/Rotate 0/Parent 3 0 R
+/Resources<</ProcSet[/PDF /Text]
+/ExtGState 11 0 R
+/Font 12 0 R
+>>
+/Contents 5 0 R
+>>
+endobj
+3 0 obj
+<< /Type /Pages /Kids [
+4 0 R
+] /Count 1
+>>
+endobj
+1 0 obj
+<</Type /Catalog /Pages 3 0 R
+/Metadata 14 0 R
+>>
+endobj
+7 0 obj
+<</Type/ExtGState
+/OPM 1>>endobj
+11 0 obj
+<</R7
+7 0 R>>
+endobj
+12 0 obj
+<</R10
+10 0 R/R9
+9 0 R/R8
+8 0 R>>
+endobj
+10 0 obj
+<</BaseFont/Times-Italic/Type/Font
+/Subtype/Type1>>
+endobj
+9 0 obj
+<</BaseFont/Times-Bold/Type/Font
+/Subtype/Type1>>
+endobj
+8 0 obj
+<</BaseFont/Times-Roman/Type/Font
+/Encoding 13 0 R/Subtype/Type1>>
+endobj
+13 0 obj
+<</Type/Encoding/Differences[
+173/minus]>>
+endobj
+14 0 obj
+<</Type/Metadata
+/Subtype/XML/Length 1321>>stream
+<?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?>
+<?adobe-xap-filters esc="CRLF"?>
+<x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='XMP toolkit 2.9.1-13, framework 1.6'>
+<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'>
+<rdf:Description rdf:about='98fd14d2-3b92-11eb-0000-2119b054c4d4' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 8.71'/>
+<rdf:Description rdf:about='98fd14d2-3b92-11eb-0000-2119b054c4d4' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2010-12-09T10:23:57+01:00</xmp:ModifyDate>
+<xmp:CreateDate>2010-12-09T10:23:57+01:00</xmp:CreateDate>
+<xmp:CreatorTool>groff version 1.20.1</xmp:CreatorTool></rdf:Description>
+<rdf:Description rdf:about='98fd14d2-3b92-11eb-0000-2119b054c4d4' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='98fd14d2-3b92-11eb-0000-2119b054c4d4'/>
+<rdf:Description rdf:about='98fd14d2-3b92-11eb-0000-2119b054c4d4' xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Untitled</rdf:li></rdf:Alt></dc:title></rdf:Description>
+</rdf:RDF>
+</x:xmpmeta>
+                                                                        
+                                                                        
+<?xpacket end='w'?>
+endstream
+endobj
+2 0 obj
+<</Producer(GPL Ghostscript 8.71)
+/CreationDate(D:20101209102357+01'00')
+/ModDate(D:20101209102357+01'00')
+/Creator(groff version 1.20.1)>>endobj
+xref
+0 15
+0000000000 65535 f 
+0000001330 00000 n 
+0000003188 00000 n 
+0000001271 00000 n 
+0000001111 00000 n 
+0000000015 00000 n 
+0000001091 00000 n 
+0000001395 00000 n 
+0000001649 00000 n 
+0000001584 00000 n 
+0000001516 00000 n 
+0000001436 00000 n 
+0000001466 00000 n 
+0000001731 00000 n 
+0000001790 00000 n 
+trailer
+<< /Size 15 /Root 1 0 R /Info 2 0 R
+/ID [<CFCABEF316518C52F8C766EB1349A553><CFCABEF316518C52F8C766EB1349A553>]
+>>
+startxref
+3342
+%%EOF
blob - /dev/null
blob + 55af7d21d7a46158cfbf820e3722423db1a53aa7 (mode 644)
--- /dev/null
+++ src/c-ares/ares_free_string.3
@@ -0,0 +1,35 @@
+.\"
+.\" Copyright 2000 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_FREE_STRING 3 "4 February 2004"
+.SH NAME
+ares_free_string \- Free strings allocated by ares functions
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B void ares_free_string(void *\fIstr\fP)
+.fi
+.SH DESCRIPTION
+The
+.I ares_free_string
+function frees a string allocated by an ares function.
+.SH SEE ALSO
+.BR ares_mkquery (3)
+.BR ares_expand_string (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 2000 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + e0545c1d1af076b7321f659111d6cbe3dc7355a9 (mode 644)
--- /dev/null
+++ src/c-ares/ares_free_string.c
@@ -0,0 +1,25 @@
+
+/* Copyright 2000 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+#include <stdlib.h>
+#include "ares.h"
+#include "ares_private.h"
+
+void ares_free_string(void *str)
+{
+  free(str);
+}
blob - /dev/null
blob + 382c266aaca580c760b4cf48659f8640e7141dc5 (mode 644)
Binary files /dev/null and src/c-ares/ares_free_string.pdf differ
blob - /dev/null
blob + feea3a05ac894bee709004dde8d1aa83283ec9c4 (mode 644)
--- /dev/null
+++ src/c-ares/ares_get_servers.3
@@ -0,0 +1,78 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\" Copyright (C) 2008-2010 by Daniel Stenberg
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_GET_SERVERS 3 "5 March 2010"
+.SH NAME
+ares_get_servers \- Retrieve name servers from an initialized ares_channel
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_get_servers(ares_channel \fIchannel\fP, struct ares_addr_node **\fIservers\fP)
+.fi
+.SH DESCRIPTION
+The \fBares_get_servers(3)\fP function retrieves name servers configuration
+from the
+channel data identified by
+.IR channel ,
+as a linked list of ares_addr_node structs storing a pointer to the first
+node at the address specified by
+.IR servers .
+
+Function caller may traverse the returned name server linked list, or may use
+it directly as suitable input for the \fBares_set_servers(3)\fP function, but
+shall not shrink or extend the list on its own.
+
+Each node of the name server linked list is stored in memory dynamically
+allocated and managed by c-ares. It is the caller's responsibility to free
+the resulting linked list, using \fBares_free_data(3)\fP , once the caller
+does not need it any longer.
+
+This function is capable of handling IPv4 and IPv6 name server
+addresses simultaneously, rendering \fBares_save_options(3)\fP with
+optmask \fBARES_OPT_SERVERS\fP functionally obsolete except for
+IPv4-only name server usage.
+
+.SH RETURN VALUES
+.B ares_get_servers(3)
+may return any of the following values:
+.TP 15
+.B ARES_SUCCESS
+The name servers configuration was successfuly retrieved
+.TP 15
+.B ARES_ENOMEM
+The memory was exhausted
+.TP 15
+.B ARES_ENODATA
+The channel data identified by 
+.IR channel
+was invalid.
+.SH SEE ALSO
+.BR ares_set_servers (3),
+.BR ares_init_options (3),
+.BR ares_save_options(3)
+.SH AVAILABILITY
+ares_get_servers(3) was added in c-ares 1.7.1
+.SH AUTHOR
+Implementation of this function and associated library internals are based
+on code, comments and feedback provided in November and December of 2008 by
+Daniel Stenberg, Gregor Jasny, Phil Blundell and Yang Tse, December 2009
+by Cedric Bail, February 2010 by Jakub Hrozek. On March 2010 Yang Tse
+shuffled all the bits and this function popped out.
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
+.br
+Copyright (C) 2008-2010 by Daniel Stenberg
blob - /dev/null
blob + 0873ce1a2a86711f84c2bad3d2d48043dcc265ee (mode 644)
Binary files /dev/null and src/c-ares/ares_get_servers.pdf differ
blob - /dev/null
blob + f5898682945fe0a9e326c7b7d6347abddc2b70ef (mode 644)
--- /dev/null
+++ src/c-ares/ares_gethostbyaddr.3
@@ -0,0 +1,101 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_GETHOSTBYADDR 3 "24 July 1998"
+.SH NAME
+ares_gethostbyaddr \- Initiate a host query by address
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B typedef void (*ares_host_callback)(void *\fIarg\fP, int \fIstatus\fP,
+.B	int \fItimeouts\fP, struct hostent *\fIhostent\fP)
+.PP
+.B void ares_gethostbyaddr(ares_channel \fIchannel\fP, const void *\fIaddr\fP,
+.B 	int \fIaddrlen\fP, int \fIfamily\fP, ares_host_callback \fIcallback\fP,
+.B 	void *\fIarg\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_gethostbyaddr
+function initiates a host query by address on the name service channel
+identified by
+.IR channel .
+The parameters
+.I addr
+and
+.I addrlen
+give the address as a series of bytes, and
+.I family
+gives the type of address.  When the query is complete or has failed, the ares
+library will invoke \fIcallback\fP.  Completion or failure of the query may
+happen immediately, or may happen during a later call to
+\fIares_process(3)\fP, \fIares_destroy(3)\fP or \fIares_cancel(3)\fP.
+.PP
+The callback argument
+.I arg
+is copied from the
+.B ares_gethostbyaddr
+argument
+.IR arg .
+The callback argument
+.I status
+indicates whether the query succeeded and, if not, how it failed.  It
+may have any of the following values:
+.TP 19
+.B ARES_SUCCESS
+The host lookup completed successfully.
+.TP 19
+.B ARES_ENOTIMP
+The ares library does not know how to look up addresses of type
+.IR family .
+.TP 19
+.B ARES_ENOTFOUND
+The address
+.I addr
+was not found.
+.TP 19
+.B ARES_ENOMEM
+Memory was exhausted.
+.TP 19
+.B ARES_EDESTRUCTION
+The name service channel
+.I channel
+is being destroyed; the query will not be completed.
+.PP
+The callback argument
+.I timeouts
+reports how many times a query timed out during the execution of the
+given request.
+.PP
+On successful completion of the query, the callback argument
+.I hostent
+points to a
+.B struct hostent
+containing the name of the host returned by the query.  The callback
+need not and should not attempt to free the memory pointed to by
+.IR hostent ;
+the ares library will free it when the callback returns.  If the query
+did not complete successfully,
+.I hostent
+will be
+.BR NULL .
+.SH SEE ALSO
+.BR ares_process (3),
+.BR ares_gethostbyname (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + 0de2cf249f05f9f7ee6a38cb0ef9f5a73a0f9bea (mode 644)
--- /dev/null
+++ src/c-ares/ares_gethostbyaddr.c
@@ -0,0 +1,292 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+#include "ares.h"
+#include "inet_net_pton.h"
+#include "ares_private.h"
+
+#ifdef WATT32
+#undef WIN32
+#endif
+
+struct addr_query {
+  /* Arguments passed to ares_gethostbyaddr() */
+  ares_channel channel;
+  struct ares_addr addr;
+  ares_host_callback callback;
+  void *arg;
+
+  const char *remaining_lookups;
+  int timeouts;
+};
+
+static void next_lookup(struct addr_query *aquery);
+static void addr_callback(void *arg, int status, int timeouts,
+                          unsigned char *abuf, int alen);
+static void end_aquery(struct addr_query *aquery, int status,
+                       struct hostent *host);
+static int file_lookup(struct ares_addr *addr, struct hostent **host);
+static void ptr_rr_name(char *name, const struct ares_addr *addr);
+
+void ares_gethostbyaddr(ares_channel channel, const void *addr, int addrlen,
+                        int family, ares_host_callback callback, void *arg)
+{
+  struct addr_query *aquery;
+
+  if (family != AF_INET && family != AF_INET6)
+    {
+      callback(arg, ARES_ENOTIMP, 0, NULL);
+      return;
+    }
+
+  if ((family == AF_INET && addrlen != sizeof(aquery->addr.addrV4)) ||
+      (family == AF_INET6 && addrlen != sizeof(aquery->addr.addrV6)))
+    {
+      callback(arg, ARES_ENOTIMP, 0, NULL);
+      return;
+    }
+
+  aquery = malloc(sizeof(struct addr_query));
+  if (!aquery)
+    {
+      callback(arg, ARES_ENOMEM, 0, NULL);
+      return;
+    }
+  aquery->channel = channel;
+  if (family == AF_INET)
+    memcpy(&aquery->addr.addrV4, addr, sizeof(aquery->addr.addrV4));
+  else
+    memcpy(&aquery->addr.addrV6, addr, sizeof(aquery->addr.addrV6));
+  aquery->addr.family = family;
+  aquery->callback = callback;
+  aquery->arg = arg;
+  aquery->remaining_lookups = channel->lookups;
+  aquery->timeouts = 0;
+
+  next_lookup(aquery);
+}
+
+static void next_lookup(struct addr_query *aquery)
+{
+  const char *p;
+  char name[128];
+  int status;
+  struct hostent *host;
+
+  for (p = aquery->remaining_lookups; *p; p++)
+    {
+      switch (*p)
+        {
+        case 'b':
+          ptr_rr_name(name, &aquery->addr);
+          aquery->remaining_lookups = p + 1;
+          ares_query(aquery->channel, name, C_IN, T_PTR, addr_callback,
+                     aquery);
+          return;
+        case 'f':
+          status = file_lookup(&aquery->addr, &host);
+
+          /* this status check below previously checked for !ARES_ENOTFOUND,
+             but we should not assume that this single error code is the one
+             that can occur, as that is in fact no longer the case */
+          if (status == ARES_SUCCESS)
+            {
+              end_aquery(aquery, status, host);
+              return;
+            }
+          break;
+        }
+    }
+  end_aquery(aquery, ARES_ENOTFOUND, NULL);
+}
+
+static void addr_callback(void *arg, int status, int timeouts,
+                          unsigned char *abuf, int alen)
+{
+  struct addr_query *aquery = (struct addr_query *) arg;
+  struct hostent *host;
+  size_t addrlen;
+
+  aquery->timeouts += timeouts;
+  if (status == ARES_SUCCESS)
+    {
+      if (aquery->addr.family == AF_INET)
+        {
+          addrlen = sizeof(aquery->addr.addrV4);
+          status = ares_parse_ptr_reply(abuf, alen, &aquery->addr.addrV4,
+                                        (int)addrlen, AF_INET, &host);
+        }
+      else
+        {
+          addrlen = sizeof(aquery->addr.addrV6);
+          status = ares_parse_ptr_reply(abuf, alen, &aquery->addr.addrV6,
+                                        (int)addrlen, AF_INET6, &host);
+        }
+      end_aquery(aquery, status, host);
+    }
+  else if (status == ARES_EDESTRUCTION)
+    end_aquery(aquery, status, NULL);
+  else
+    next_lookup(aquery);
+}
+
+static void end_aquery(struct addr_query *aquery, int status,
+                       struct hostent *host)
+{
+  aquery->callback(aquery->arg, status, aquery->timeouts, host);
+  if (host)
+    ares_free_hostent(host);
+  free(aquery);
+}
+
+static int file_lookup(struct ares_addr *addr, struct hostent **host)
+{
+  FILE *fp;
+  int status;
+  int error;
+
+#ifdef WIN32
+  char PATH_HOSTS[MAX_PATH];
+  if (IS_NT()) {
+    char tmp[MAX_PATH];
+    HKEY hkeyHosts;
+
+    if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, WIN_NS_NT_KEY, 0, KEY_READ,
+                     &hkeyHosts) == ERROR_SUCCESS)
+    {
+      DWORD dwLength = MAX_PATH;
+      RegQueryValueEx(hkeyHosts, DATABASEPATH, NULL, NULL, (LPBYTE)tmp,
+                      &dwLength);
+      ExpandEnvironmentStrings(tmp, PATH_HOSTS, MAX_PATH);
+      RegCloseKey(hkeyHosts);
+    }
+  }
+  else
+    GetWindowsDirectory(PATH_HOSTS, MAX_PATH);
+
+  strcat(PATH_HOSTS, WIN_PATH_HOSTS);
+
+#elif defined(WATT32)
+  extern const char *_w32_GetHostsFile (void);
+  const char *PATH_HOSTS = _w32_GetHostsFile();
+
+  if (!PATH_HOSTS)
+    return ARES_ENOTFOUND;
+#endif
+
+  fp = fopen(PATH_HOSTS, "r");
+  if (!fp)
+    {
+      error = ERRNO;
+      switch(error)
+        {
+        case ENOENT:
+        case ESRCH:
+          return ARES_ENOTFOUND;
+        default:
+          DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
+                         error, strerror(error)));
+          DEBUGF(fprintf(stderr, "Error opening file: %s\n",
+                         PATH_HOSTS));
+          *host = NULL;
+          return ARES_EFILE;
+        }
+    }
+  while ((status = ares__get_hostent(fp, addr->family, host)) == ARES_SUCCESS)
+    {
+      if (addr->family != (*host)->h_addrtype)
+        {
+          ares_free_hostent(*host);
+          continue;
+        }
+      if (addr->family == AF_INET)
+        {
+          if (memcmp((*host)->h_addr, &addr->addrV4,
+                     sizeof(addr->addrV4)) == 0)
+            break;
+        }
+      else if (addr->family == AF_INET6)
+        {
+          if (memcmp((*host)->h_addr, &addr->addrV6,
+                     sizeof(addr->addrV6)) == 0)
+            break;
+        }
+      ares_free_hostent(*host);
+    }
+  fclose(fp);
+  if (status == ARES_EOF)
+    status = ARES_ENOTFOUND;
+  if (status != ARES_SUCCESS)
+    *host = NULL;
+  return status;
+}
+
+static void ptr_rr_name(char *name, const struct ares_addr *addr)
+{
+  if (addr->family == AF_INET)
+    {
+       unsigned long laddr = ntohl(addr->addrV4.s_addr);
+       unsigned long a1 = (laddr >> 24UL) & 0xFFUL;
+       unsigned long a2 = (laddr >> 16UL) & 0xFFUL;
+       unsigned long a3 = (laddr >>  8UL) & 0xFFUL;
+       unsigned long a4 = laddr & 0xFFUL;
+       sprintf(name, "%lu.%lu.%lu.%lu.in-addr.arpa", a4, a3, a2, a1);
+    }
+  else
+    {
+       unsigned char *bytes = (unsigned char *)&addr->addrV6;
+       /* There are too many arguments to do this in one line using
+        * minimally C89-compliant compilers */
+       sprintf(name,
+                "%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.",
+                bytes[15]&0xf, bytes[15] >> 4, bytes[14]&0xf, bytes[14] >> 4,
+                bytes[13]&0xf, bytes[13] >> 4, bytes[12]&0xf, bytes[12] >> 4,
+                bytes[11]&0xf, bytes[11] >> 4, bytes[10]&0xf, bytes[10] >> 4,
+                bytes[9]&0xf, bytes[9] >> 4, bytes[8]&0xf, bytes[8] >> 4);
+       sprintf(name+strlen(name),
+                "%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.ip6.arpa",
+                bytes[7]&0xf, bytes[7] >> 4, bytes[6]&0xf, bytes[6] >> 4,
+                bytes[5]&0xf, bytes[5] >> 4, bytes[4]&0xf, bytes[4] >> 4,
+                bytes[3]&0xf, bytes[3] >> 4, bytes[2]&0xf, bytes[2] >> 4,
+                bytes[1]&0xf, bytes[1] >> 4, bytes[0]&0xf, bytes[0] >> 4);
+    }
+}
blob - /dev/null
blob + f2d5c8a69d16683366186fc80a9da35342d24dbe (mode 644)
Binary files /dev/null and src/c-ares/ares_gethostbyaddr.pdf differ
blob - /dev/null
blob + a578a53219ca52d417e630aa87b47f66cf617bc2 (mode 644)
--- /dev/null
+++ src/c-ares/ares_gethostbyname.3
@@ -0,0 +1,105 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_GETHOSTBYNAME 3 "25 July 1998"
+.SH NAME
+ares_gethostbyname \- Initiate a host query by name
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B typedef void (*ares_host_callback)(void *\fIarg\fP, int \fIstatus\fP,
+.B	int \fItimeouts\fP, struct hostent *\fIhostent\fP)
+.PP
+.B void ares_gethostbyname(ares_channel \fIchannel\fP, const char *\fIname\fP,
+.B 	int \fIfamily\fP, ares_host_callback \fIcallback\fP, void *\fIarg\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_gethostbyname
+function initiates a host query by name on the name service channel
+identified by
+.IR channel .
+The parameter
+.I name
+gives the hostname as a NUL-terminated C string, and
+.I family
+gives the desired type of address for the resulting host entry.  When the
+query is complete or has failed, the ares library will invoke \fIcallback\fP.
+Completion or failure of the query may happen immediately, or may happen
+during a later call to \fIares_process(3)\fP, \fIares_destroy(3)\fP or
+\fIares_cancel(3)\fP.
+.PP
+The callback argument
+.I arg
+is copied from the
+.B ares_gethostbyname
+argument
+.IR arg .
+The callback argument
+.I status
+indicates whether the query succeeded and, if not, how it failed.  It
+may have any of the following values:
+.TP 19
+.B ARES_SUCCESS
+The host lookup completed successfully.
+.TP 19
+.B ARES_ENOTIMP
+The ares library does not know how to find addresses of type
+.IR family .
+.TP 19
+.B ARES_EBADNAME
+The hostname
+.B name
+is composed entirely of numbers and periods, but is not a valid
+representation of an Internet address.
+.TP 19
+.B ARES_ENOTFOUND
+The address
+.I addr
+was not found.
+.TP 19
+.B ARES_ENOMEM
+Memory was exhausted.
+.TP 19
+.B ARES_EDESTRUCTION
+The name service channel
+.I channel
+is being destroyed; the query will not be completed.
+.PP
+The callback argument
+.I timeouts
+reports how many times a query timed out during the execution of the
+given request.
+.PP
+On successful completion of the query, the callback argument
+.I hostent
+points to a
+.B struct hostent
+containing the name of the host returned by the query.  The callback
+need not and should not attempt to free the memory pointed to by
+.IR hostent ;
+the ares library will free it when the callback returns.  If the query
+did not complete successfully,
+.I hostent
+will be
+.BR NULL .
+.SH SEE ALSO
+.BR ares_process (3),
+.BR ares_gethostbyaddr (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + 4469ffee23331f8e11b56d4ad93e88592e551279 (mode 644)
--- /dev/null
+++ src/c-ares/ares_gethostbyname.c
@@ -0,0 +1,515 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <ctype.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
+#include "ares.h"
+#include "inet_net_pton.h"
+#include "bitncmp.h"
+#include "ares_private.h"
+
+#ifdef WATT32
+#undef WIN32
+#endif
+
+struct host_query {
+  /* Arguments passed to ares_gethostbyname() */
+  ares_channel channel;
+  char *name;
+  ares_host_callback callback;
+  void *arg;
+  int sent_family; /* this family is what was is being used */
+  int want_family; /* this family is what is asked for in the API */
+  const char *remaining_lookups;
+  int timeouts;
+};
+
+static void next_lookup(struct host_query *hquery, int status_code);
+static void host_callback(void *arg, int status, int timeouts,
+                          unsigned char *abuf, int alen);
+static void end_hquery(struct host_query *hquery, int status,
+                       struct hostent *host);
+static int fake_hostent(const char *name, int family,
+                        ares_host_callback callback, void *arg);
+static int file_lookup(const char *name, int family, struct hostent **host);
+static void sort_addresses(struct hostent *host,
+                           const struct apattern *sortlist, int nsort);
+static void sort6_addresses(struct hostent *host,
+                            const struct apattern *sortlist, int nsort);
+static int get_address_index(const struct in_addr *addr,
+                             const struct apattern *sortlist, int nsort);
+static int get6_address_index(const struct ares_in6_addr *addr,
+                              const struct apattern *sortlist, int nsort);
+
+void ares_gethostbyname(ares_channel channel, const char *name, int family,
+                        ares_host_callback callback, void *arg)
+{
+  struct host_query *hquery;
+
+  /* Right now we only know how to look up Internet addresses - and unspec
+     means try both basically. */
+  switch (family) {
+  case AF_INET:
+  case AF_INET6:
+  case AF_UNSPEC:
+    break;
+  default:
+    callback(arg, ARES_ENOTIMP, 0, NULL);
+    return;
+  }
+
+  if (fake_hostent(name, family, callback, arg))
+    return;
+
+  /* Allocate and fill in the host query structure. */
+  hquery = malloc(sizeof(struct host_query));
+  if (!hquery)
+    {
+      callback(arg, ARES_ENOMEM, 0, NULL);
+      return;
+    }
+  hquery->channel = channel;
+  hquery->name = strdup(name);
+  hquery->want_family = family;
+  hquery->sent_family = -1; /* nothing is sent yet */
+  if (!hquery->name) {
+    free(hquery);
+    callback(arg, ARES_ENOMEM, 0, NULL);
+    return;
+  }
+  hquery->callback = callback;
+  hquery->arg = arg;
+  hquery->remaining_lookups = channel->lookups;
+  hquery->timeouts = 0;
+
+  /* Start performing lookups according to channel->lookups. */
+  next_lookup(hquery, ARES_ECONNREFUSED /* initial error code */);
+}
+
+static void next_lookup(struct host_query *hquery, int status_code)
+{
+  const char *p;
+  struct hostent *host;
+  int status = status_code;
+
+  for (p = hquery->remaining_lookups; *p; p++)
+    {
+      switch (*p)
+        {
+        case 'b':
+          /* DNS lookup */
+          hquery->remaining_lookups = p + 1;
+          if ((hquery->want_family == AF_INET6) ||
+              (hquery->want_family == AF_UNSPEC)) {
+            /* if inet6 or unspec, start out with AAAA */
+            hquery->sent_family = AF_INET6;
+            ares_search(hquery->channel, hquery->name, C_IN, T_AAAA,
+                        host_callback, hquery);
+          }
+          else {
+            hquery->sent_family = AF_INET;
+            ares_search(hquery->channel, hquery->name, C_IN, T_A,
+                        host_callback, hquery);
+          }
+          return;
+
+        case 'f':
+          /* Host file lookup */
+          status = file_lookup(hquery->name, hquery->want_family, &host);
+
+          /* this status check below previously checked for !ARES_ENOTFOUND,
+             but we should not assume that this single error code is the one
+             that can occur, as that is in fact no longer the case */
+          if (status == ARES_SUCCESS)
+            {
+              end_hquery(hquery, status, host);
+              return;
+            }
+          status = status_code;   /* Use original status code */
+          break;
+        }
+    }
+  end_hquery(hquery, status, NULL);
+}
+
+static void host_callback(void *arg, int status, int timeouts,
+                          unsigned char *abuf, int alen)
+{
+  struct host_query *hquery = (struct host_query *) arg;
+  ares_channel channel = hquery->channel;
+  struct hostent *host = NULL;
+
+  hquery->timeouts += timeouts;
+  if (status == ARES_SUCCESS)
+    {
+      if (hquery->sent_family == AF_INET)
+        {
+          status = ares_parse_a_reply(abuf, alen, &host, NULL, NULL);
+          if (host && channel->nsort)
+            sort_addresses(host, channel->sortlist, channel->nsort);
+        }
+      else if (hquery->sent_family == AF_INET6)
+        {
+          status = ares_parse_aaaa_reply(abuf, alen, &host, NULL, NULL);
+          if (status == ARES_ENODATA || status == ARES_EBADRESP) {
+            /* The query returned something but either there were no AAAA
+               records (e.g. just CNAME) or the response was malformed.  Try
+               looking up A instead.  We should possibly limit this
+               attempt-next logic to AF_UNSPEC lookups only. */
+            hquery->sent_family = AF_INET;
+            ares_search(hquery->channel, hquery->name, C_IN, T_A,
+                        host_callback, hquery);
+            return;
+          }
+          if (host && channel->nsort)
+            sort6_addresses(host, channel->sortlist, channel->nsort);
+        }
+      end_hquery(hquery, status, host);
+    }
+  else if ((status == ARES_ENODATA || status == ARES_EBADRESP ||
+            status == ARES_ETIMEOUT) && hquery->sent_family == AF_INET6)
+    {
+      /* The AAAA query yielded no useful result.  Now look up an A instead.
+         We should possibly limit this attempt-next logic to AF_UNSPEC lookups
+         only. */
+      hquery->sent_family = AF_INET;
+      ares_search(hquery->channel, hquery->name, C_IN, T_A, host_callback,
+                  hquery);
+    }
+  else if (status == ARES_EDESTRUCTION)
+    end_hquery(hquery, status, NULL);
+  else
+    next_lookup(hquery, status);
+}
+
+static void end_hquery(struct host_query *hquery, int status,
+                       struct hostent *host)
+{
+  hquery->callback(hquery->arg, status, hquery->timeouts, host);
+  if (host)
+    ares_free_hostent(host);
+  free(hquery->name);
+  free(hquery);
+}
+
+/* If the name looks like an IP address, fake up a host entry, end the
+ * query immediately, and return true.  Otherwise return false.
+ */
+static int fake_hostent(const char *name, int family,
+                        ares_host_callback callback, void *arg)
+{
+  struct hostent hostent;
+  char *aliases[1] = { NULL };
+  char *addrs[2];
+  int result = 0;
+  struct in_addr in;
+  struct ares_in6_addr in6;
+
+  if (family == AF_INET || family == AF_INET6)
+    {
+      /* It only looks like an IP address if it's all numbers and dots. */
+      int numdots = 0, valid = 1;
+      const char *p;
+      for (p = name; *p; p++)
+        {
+          if (!ISDIGIT(*p) && *p != '.') {
+            valid = 0;
+            break;
+          } else if (*p == '.') {
+            numdots++;
+          }
+        }
+
+      /* if we don't have 3 dots, it is illegal
+       * (although inet_addr doesn't think so).
+       */
+      if (numdots != 3 || !valid)
+        result = 0;
+      else
+        result = ((in.s_addr = inet_addr(name)) == INADDR_NONE ? 0 : 1);
+
+      if (result)
+        family = AF_INET;
+    }
+  if (family == AF_INET6)
+    result = (ares_inet_pton(AF_INET6, name, &in6) < 1 ? 0 : 1);
+
+  if (!result)
+    return 0;
+
+  if (family == AF_INET)
+    {
+      hostent.h_length = (int)sizeof(struct in_addr);
+      addrs[0] = (char *)&in;
+    }
+  else if (family == AF_INET6)
+    {
+      hostent.h_length = (int)sizeof(struct ares_in6_addr);
+      addrs[0] = (char *)&in6;
+    }
+  /* Duplicate the name, to avoid a constness violation. */
+  hostent.h_name = strdup(name);
+  if (!hostent.h_name)
+    {
+      callback(arg, ARES_ENOMEM, 0, NULL);
+      return 1;
+    }
+
+  /* Fill in the rest of the host structure and terminate the query. */
+  addrs[1] = NULL;
+  hostent.h_aliases = aliases;
+  hostent.h_addrtype = family;
+  hostent.h_addr_list = addrs;
+  callback(arg, ARES_SUCCESS, 0, &hostent);
+
+  free((char *)(hostent.h_name));
+  return 1;
+}
+
+/* This is an API method */
+int ares_gethostbyname_file(ares_channel channel, const char *name,
+                            int family, struct hostent **host)
+{
+  int result;
+
+  /* We only take the channel to ensure that ares_init() been called. */
+  if(channel == NULL)
+    {
+      /* Anything will do, really.  This seems fine, and is consistent with
+         other error cases. */
+      *host = NULL;
+      return ARES_ENOTFOUND;
+    }
+
+  /* Just chain to the internal implementation we use here; it's exactly
+   * what we want.
+   */
+  result = file_lookup(name, family, host);
+  if(result != ARES_SUCCESS)
+    {
+      /* We guarantee a NULL hostent on failure. */
+      *host = NULL;
+    }
+  return result;
+}
+
+static int file_lookup(const char *name, int family, struct hostent **host)
+{
+  FILE *fp;
+  char **alias;
+  int status;
+  int error;
+
+#ifdef WIN32
+  char PATH_HOSTS[MAX_PATH];
+  if (IS_NT()) {
+    char tmp[MAX_PATH];
+    HKEY hkeyHosts;
+
+    if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, WIN_NS_NT_KEY, 0, KEY_READ,
+                     &hkeyHosts) == ERROR_SUCCESS)
+    {
+      DWORD dwLength = MAX_PATH;
+      RegQueryValueEx(hkeyHosts, DATABASEPATH, NULL, NULL, (LPBYTE)tmp,
+                      &dwLength);
+      ExpandEnvironmentStrings(tmp, PATH_HOSTS, MAX_PATH);
+      RegCloseKey(hkeyHosts);
+    }
+  }
+  else
+    GetWindowsDirectory(PATH_HOSTS, MAX_PATH);
+
+  strcat(PATH_HOSTS, WIN_PATH_HOSTS);
+
+#elif defined(WATT32)
+  extern const char *_w32_GetHostsFile (void);
+  const char *PATH_HOSTS = _w32_GetHostsFile();
+
+  if (!PATH_HOSTS)
+    return ARES_ENOTFOUND;
+#endif
+
+  fp = fopen(PATH_HOSTS, "r");
+  if (!fp)
+    {
+      error = ERRNO;
+      switch(error)
+        {
+        case ENOENT:
+        case ESRCH:
+          return ARES_ENOTFOUND;
+        default:
+          DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
+                         error, strerror(error)));
+          DEBUGF(fprintf(stderr, "Error opening file: %s\n",
+                         PATH_HOSTS));
+          *host = NULL;
+          return ARES_EFILE;
+        }
+    }
+  while ((status = ares__get_hostent(fp, family, host)) == ARES_SUCCESS)
+    {
+      if (strcasecmp((*host)->h_name, name) == 0)
+        break;
+      for (alias = (*host)->h_aliases; *alias; alias++)
+        {
+          if (strcasecmp(*alias, name) == 0)
+            break;
+        }
+      if (*alias)
+        break;
+      ares_free_hostent(*host);
+    }
+  fclose(fp);
+  if (status == ARES_EOF)
+    status = ARES_ENOTFOUND;
+  if (status != ARES_SUCCESS)
+    *host = NULL;
+  return status;
+}
+
+static void sort_addresses(struct hostent *host,
+                           const struct apattern *sortlist, int nsort)
+{
+  struct in_addr a1, a2;
+  int i1, i2, ind1, ind2;
+
+  /* This is a simple insertion sort, not optimized at all.  i1 walks
+   * through the address list, with the loop invariant that everything
+   * to the left of i1 is sorted.  In the loop body, the value at i1 is moved
+   * back through the list (via i2) until it is in sorted order.
+   */
+  for (i1 = 0; host->h_addr_list[i1]; i1++)
+    {
+      memcpy(&a1, host->h_addr_list[i1], sizeof(struct in_addr));
+      ind1 = get_address_index(&a1, sortlist, nsort);
+      for (i2 = i1 - 1; i2 >= 0; i2--)
+        {
+          memcpy(&a2, host->h_addr_list[i2], sizeof(struct in_addr));
+          ind2 = get_address_index(&a2, sortlist, nsort);
+          if (ind2 <= ind1)
+            break;
+          memcpy(host->h_addr_list[i2 + 1], &a2, sizeof(struct in_addr));
+        }
+      memcpy(host->h_addr_list[i2 + 1], &a1, sizeof(struct in_addr));
+    }
+}
+
+/* Find the first entry in sortlist which matches addr.  Return nsort
+ * if none of them match.
+ */
+static int get_address_index(const struct in_addr *addr,
+                             const struct apattern *sortlist,
+                             int nsort)
+{
+  int i;
+
+  for (i = 0; i < nsort; i++)
+    {
+      if (sortlist[i].family != AF_INET)
+        continue;
+      if (sortlist[i].type == PATTERN_MASK)
+        {
+          if ((addr->s_addr & sortlist[i].mask.addr4.s_addr)
+              == sortlist[i].addrV4.s_addr)
+            break;
+        }
+      else
+        {
+          if (!ares_bitncmp(&addr->s_addr, &sortlist[i].addrV4.s_addr,
+                            sortlist[i].mask.bits))
+            break;
+        }
+    }
+  return i;
+}
+
+static void sort6_addresses(struct hostent *host,
+                            const struct apattern *sortlist, int nsort)
+{
+  struct ares_in6_addr a1, a2;
+  int i1, i2, ind1, ind2;
+
+  /* This is a simple insertion sort, not optimized at all.  i1 walks
+   * through the address list, with the loop invariant that everything
+   * to the left of i1 is sorted.  In the loop body, the value at i1 is moved
+   * back through the list (via i2) until it is in sorted order.
+   */
+  for (i1 = 0; host->h_addr_list[i1]; i1++)
+    {
+      memcpy(&a1, host->h_addr_list[i1], sizeof(struct ares_in6_addr));
+      ind1 = get6_address_index(&a1, sortlist, nsort);
+      for (i2 = i1 - 1; i2 >= 0; i2--)
+        {
+          memcpy(&a2, host->h_addr_list[i2], sizeof(struct ares_in6_addr));
+          ind2 = get6_address_index(&a2, sortlist, nsort);
+          if (ind2 <= ind1)
+            break;
+          memcpy(host->h_addr_list[i2 + 1], &a2, sizeof(struct ares_in6_addr));
+        }
+      memcpy(host->h_addr_list[i2 + 1], &a1, sizeof(struct ares_in6_addr));
+    }
+}
+
+/* Find the first entry in sortlist which matches addr.  Return nsort
+ * if none of them match.
+ */
+static int get6_address_index(const struct ares_in6_addr *addr,
+                              const struct apattern *sortlist,
+                              int nsort)
+{
+  int i;
+
+  for (i = 0; i < nsort; i++)
+    {
+      if (sortlist[i].family != AF_INET6)
+        continue;
+        if (!ares_bitncmp(addr,
+                          &sortlist[i].addrV6,
+                          sortlist[i].mask.bits))
+          break;
+    }
+  return i;
+}
blob - /dev/null
blob + 07d7cc7a4b56c2b1e8d69e6dbb93ad2e2279a85e (mode 644)
Binary files /dev/null and src/c-ares/ares_gethostbyname.pdf differ
blob - /dev/null
blob + 8f59b4157661fbe44e1e6d93a7ae2c2e533ad232 (mode 644)
--- /dev/null
+++ src/c-ares/ares_gethostbyname_file.3
@@ -0,0 +1,83 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_GETHOSTBYNAME 3 "25 July 1998"
+.SH NAME
+ares_gethostbyname_file \- Lookup a name in the system's hosts file
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_gethostbyname_file(ares_channel \fIchannel\fP, const char *\fIname\fP,
+.B 	int \fIfamily\fP, struct hostent **host)
+.fi
+.SH DESCRIPTION
+The
+.B ares_gethostbyname_file
+function performs a host lookup by name against the system's hosts file (or equivalent local hostname database).  
+The
+.IR channel
+parameter is required, but no asynchronous queries are performed.  Instead, the
+lookup is done via the same mechanism used to perform 'f' lookups
+(see the
+.I lookups
+options field in \fIares_init_options(3)\fP).
+The parameter
+.I name
+gives the hostname as a NUL-terminated C string, and
+.I family
+gives the desired type of address for the resulting host entry.  
+.PP
+The return value indicates whether the query succeeded and, if not, how it
+failed.  It may have any of the following values:
+.TP 19
+.B ARES_SUCCESS
+The host lookup completed successfully and 
+.I host
+now points to the result (and must be freed with \fIares_free_hostent(3)\fP).
+.TP 19
+.B ARES_ENOTFOUND
+The hostname
+.I name
+was not found.
+.TP 19
+.B ARES_EFILE
+There was a file I/O error while performing the lookup.
+.TP 19
+.B ARES_ENOMEM
+Memory was exhausted.
+.PP
+On successful completion of the query, the pointer pointed to by
+.I host
+points to a
+.B struct hostent
+containing the address of the host returned by the lookup.  The user must
+free the memory pointed to by
+.IR host
+when finished with it by calling \fIares_free_hostent(3)\fP.  If the lookup did
+not complete successfully, 
+.I host
+will be
+.BR NULL .
+.SH AVAILABILITY
+Added in c-ares 1.5.4
+.SH SEE ALSO
+.BR ares_gethostbyname (3),
+.BR ares_free_hostent (3),
+.BR ares_init_options (3)
+.SH AUTHOR
+Brad Spencer
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + 848d8137835a05d0f6004667278c177a82d8750b (mode 644)
Binary files /dev/null and src/c-ares/ares_gethostbyname_file.pdf differ
blob - /dev/null
blob + 7e4990c3eab3a2ce3c8787c91f079350735a1298 (mode 644)
--- /dev/null
+++ src/c-ares/ares_getnameinfo.3
@@ -0,0 +1,149 @@
+.\"
+.\" Copyright 2005 by Dominick Meglio.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_GETNAMEINFO 3 "1 May 2009"
+.SH NAME
+ares_getnameinfo \- Address-to-nodename translation in protocol-independent manner
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B typedef void (*ares_nameinfo_callback)(void *\fIarg\fP, int \fIstatus\fP,
+.B	int \fItimeouts\fP, char *\fInode\fP, char *\fIservice\fP)
+.PP
+.B void ares_getnameinfo(ares_channel \fIchannel\fP, const struct sockaddr *\fIsa\fP,
+.B 	ares_socklen_t \fIsalen\fP, int \fIflags\fP, ares_nameinfo_callback \fIcallback\fP,
+.B 	void *\fIarg\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_getnameinfo
+function is defined for protocol-independent address translation. The function
+is a combination of \fIares_gethostbyaddr(3)\fP and \fIgetservbyport(3)\fP. The function will
+translate the address either by executing a host query on the name service channel
+identified by
+.IR channel 
+or it will attempt to resolve it locally if possible.
+The parameters
+.I sa
+and
+.I len
+give the address as a sockaddr structure, and
+.I flags
+gives the options that the function will use.  Valid flags are listed below:
+.TP 19
+.B ARES_NI_NOFQDN
+Only the nodename portion of the FQDN is returned for local hosts.
+.TP 19
+.B ARES_NI_NUMERICHOST
+The numeric form of the hostname is returned rather than the name.
+.TP 19
+.B ARES_NI_NAMEREQD
+An error is returned if the hostname cannot be found in the DNS.
+.TP 19
+.B ARES_NI_NUMERICSERV
+The numeric form of the service is returned rather than the name.
+.TP 19
+.B ARES_NI_TCP
+The service name is to be looked up for the TCP protocol.
+.TP 19
+.B ARES_NI_UDP
+The service name is to be looked up for the UDP protocol.
+.TP 19
+.B ARES_NI_SCTP
+The service name is to be looked up for the SCTP protocol.
+.TP 19
+.B ARES_NI_DCCP
+The service name is to be looked up for the DCCP protocol.
+.TP 19
+.B ARES_NI_NUMERICSCOPE
+The numeric form of the scope ID is returned rather than the name.
+.TP 19
+.B ARES_NI_LOOKUPHOST
+A hostname lookup is being requested.
+.TP 19
+.B ARES_NI_LOOKUPSERVICE
+A service name lookup is being requested.
+.PP
+When the query
+is complete or has 
+failed, the ares library will invoke \fIcallback\fP.  Completion or failure of 
+the query may happen immediately, or may happen during a later call to
+\fIares_process(3)\fP, \fIares_destroy(3)\fP or \fIares_cancel(3)\fP.
+.PP
+The callback argument
+.I arg
+is copied from the
+.B ares_getnameinfo
+argument
+.IR arg .
+The callback argument
+.I status
+indicates whether the query succeeded and, if not, how it failed.  It
+may have any of the following values:
+.TP 19
+.B ARES_SUCCESS
+The host lookup completed successfully.
+.TP 19
+.B ARES_ENOTIMP
+The ares library does not know how to look up addresses of type
+.IR family .
+.TP 19
+.B ARES_ENOTFOUND
+The address
+.I addr
+was not found.
+.TP 19
+.B ARES_ENOMEM
+Memory was exhausted.
+.TP 19
+.B ARES_EDESTRUCTION
+The name service channel
+.I channel
+is being destroyed; the query will not be completed.
+.TP 19
+.B ARES_EBADFLAGS
+The
+.I flags
+parameter contains an illegal value.
+.PP
+The callback argument
+.I timeouts
+reports how many times a query timed out during the execution of the
+given request.
+.PP
+On successful completion of the query, the callback argument
+.I node
+contains a string representing the hostname (assuming 
+.B ARES_NI_LOOKUPHOST
+was specified). Additionally, 
+.I service
+contains a string representing the service name (assuming
+.B ARES_NI_LOOKUPSERVICE
+was specified).
+If the query did not complete successfully, or one of the values
+was not requested, 
+.I node
+or
+.I service
+will be 
+.BR NULL .
+.SH SEE ALSO
+.BR ares_process (3),
+.BR ares_getaddrinfo (3)
+.SH AUTHOR
+Dominick Meglio
+.br
+Copyright 2005 by Dominick Meglio.
blob - /dev/null
blob + b6236862ed0c20a61bf92567ee5da1d45a39432e (mode 644)
--- /dev/null
+++ src/c-ares/ares_getnameinfo.c
@@ -0,0 +1,426 @@
+
+/* Copyright 2005 by Dominick Meglio
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+#include "ares_setup.h"
+
+#ifdef HAVE_GETSERVBYPORT_R
+#  if !defined(GETSERVBYPORT_R_ARGS) || \
+     (GETSERVBYPORT_R_ARGS < 4) || (GETSERVBYPORT_R_ARGS > 6)
+#    error "you MUST specifiy a valid number of arguments for getservbyport_r"
+#  endif
+#endif
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#ifdef HAVE_NET_IF_H
+#include <net/if.h>
+#endif
+
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+#include "ares.h"
+#include "ares_ipv6.h"
+#include "inet_ntop.h"
+#include "ares_private.h"
+
+struct nameinfo_query {
+  ares_nameinfo_callback callback;
+  void *arg;
+  union {
+    struct sockaddr_in addr4;
+    struct sockaddr_in6 addr6;
+  } addr;
+  int family;
+  int flags;
+  int timeouts;
+};
+
+#ifdef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
+#define IPBUFSIZ \
+        (sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255") + IF_NAMESIZE)
+#else
+#define IPBUFSIZ \
+        (sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"))
+#endif
+
+static void nameinfo_callback(void *arg, int status, int timeouts,
+                              struct hostent *host);
+static char *lookup_service(unsigned short port, int flags,
+                            char *buf, size_t buflen);
+#ifdef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
+static void append_scopeid(struct sockaddr_in6 *addr6, unsigned int scopeid,
+                           char *buf, size_t buflen);
+#endif
+static char *ares_striendstr(const char *s1, const char *s2);
+
+void ares_getnameinfo(ares_channel channel, const struct sockaddr *sa,
+                      ares_socklen_t salen,
+                      int flags, ares_nameinfo_callback callback, void *arg)
+{
+  struct sockaddr_in *addr = NULL;
+  struct sockaddr_in6 *addr6 = NULL;
+  struct nameinfo_query *niquery;
+  unsigned int port = 0;
+
+  /* Validate socket address family and length */
+  if ((sa->sa_family == AF_INET) &&
+      (salen == sizeof(struct sockaddr_in)))
+    {
+      addr = (struct sockaddr_in *)sa;
+      port = addr->sin_port;
+    }
+  else if ((sa->sa_family == AF_INET6) &&
+           (salen == sizeof(struct sockaddr_in6)))
+    {
+      addr6 = (struct sockaddr_in6 *)sa;
+      port = addr6->sin6_port;
+    }
+  else
+    {
+      callback(arg, ARES_ENOTIMP, 0, NULL, NULL);
+      return;
+    }
+
+  /* If neither, assume they want a host */
+  if (!(flags & ARES_NI_LOOKUPSERVICE) && !(flags & ARES_NI_LOOKUPHOST))
+    flags |= ARES_NI_LOOKUPHOST;
+
+  /* All they want is a service, no need for DNS */
+  if ((flags & ARES_NI_LOOKUPSERVICE) && !(flags & ARES_NI_LOOKUPHOST))
+    {
+      char buf[33], *service;
+
+      service = lookup_service((unsigned short)(port & 0xffff),
+                               flags, buf, sizeof(buf));
+      callback(arg, ARES_SUCCESS, 0, NULL, service);
+      return;
+    }
+
+  /* They want a host lookup */
+  if ((flags & ARES_NI_LOOKUPHOST))
+    {
+     /* A numeric host can be handled without DNS */
+     if ((flags & ARES_NI_NUMERICHOST))
+      {
+        char ipbuf[IPBUFSIZ];
+        char srvbuf[33];
+        char *service = NULL;
+        ipbuf[0] = 0;
+
+        /* Specifying not to lookup a host, but then saying a host
+         * is required has to be illegal.
+         */
+        if (flags & ARES_NI_NAMEREQD)
+          {
+            callback(arg, ARES_EBADFLAGS, 0, NULL, NULL);
+            return;
+          }
+        if (salen == sizeof(struct sockaddr_in6))
+          {
+            ares_inet_ntop(AF_INET6, &addr6->sin6_addr, ipbuf, IPBUFSIZ);
+            /* If the system supports scope IDs, use it */
+#ifdef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
+            append_scopeid(addr6, flags, ipbuf, sizeof(ipbuf));
+#endif
+          }
+        else
+          {
+            ares_inet_ntop(AF_INET, &addr->sin_addr, ipbuf, IPBUFSIZ);
+          }
+        /* They also want a service */
+        if (flags & ARES_NI_LOOKUPSERVICE)
+          service = lookup_service((unsigned short)(port & 0xffff),
+                                   flags, srvbuf, sizeof(srvbuf));
+        callback(arg, ARES_SUCCESS, 0, ipbuf, service);
+        return;
+      }
+    /* This is where a DNS lookup becomes necessary */
+    else
+      {
+        niquery = malloc(sizeof(struct nameinfo_query));
+        if (!niquery)
+          {
+            callback(arg, ARES_ENOMEM, 0, NULL, NULL);
+            return;
+          }
+        niquery->callback = callback;
+        niquery->arg = arg;
+        niquery->flags = flags;
+        niquery->timeouts = 0;
+        if (sa->sa_family == AF_INET)
+          {
+            niquery->family = AF_INET;
+            memcpy(&niquery->addr.addr4, addr, sizeof(addr));
+            ares_gethostbyaddr(channel, &addr->sin_addr,
+                               sizeof(struct in_addr), AF_INET,
+                               nameinfo_callback, niquery);
+          }
+        else
+          {
+            niquery->family = AF_INET6;
+            memcpy(&niquery->addr.addr6, addr6, sizeof(addr6));
+            ares_gethostbyaddr(channel, &addr6->sin6_addr,
+                               sizeof(struct ares_in6_addr), AF_INET6,
+                               nameinfo_callback, niquery);
+          }
+      }
+    }
+}
+
+static void nameinfo_callback(void *arg, int status, int timeouts,
+                              struct hostent *host)
+{
+  struct nameinfo_query *niquery = (struct nameinfo_query *) arg;
+  char srvbuf[33];
+  char *service = NULL;
+
+  niquery->timeouts += timeouts;
+  if (status == ARES_SUCCESS)
+    {
+      /* They want a service too */
+      if (niquery->flags & ARES_NI_LOOKUPSERVICE)
+        {
+          if (niquery->family == AF_INET)
+            service = lookup_service(niquery->addr.addr4.sin_port,
+                                     niquery->flags, srvbuf, sizeof(srvbuf));
+          else
+            service = lookup_service(niquery->addr.addr6.sin6_port,
+                                     niquery->flags, srvbuf, sizeof(srvbuf));
+        }
+      /* NOFQDN means we have to strip off the domain name portion.  We do
+         this by determining our own domain name, then searching the string
+         for this domain name and removing it.
+       */
+#ifdef HAVE_GETHOSTNAME
+      if (niquery->flags & ARES_NI_NOFQDN)
+        {
+           char buf[255];
+           char *domain;
+           gethostname(buf, 255);
+           if ((domain = strchr(buf, '.')) != NULL)
+             {
+               char *end = ares_striendstr(host->h_name, domain);
+               if (end)
+                 *end = 0;
+             }
+        }
+#endif
+      niquery->callback(niquery->arg, ARES_SUCCESS, niquery->timeouts,
+                        (char *)(host->h_name),
+                        service);
+      free(niquery);
+      return;
+    }
+  /* We couldn't find the host, but it's OK, we can use the IP */
+  else if (status == ARES_ENOTFOUND && !(niquery->flags & ARES_NI_NAMEREQD))
+    {
+      char ipbuf[IPBUFSIZ];
+      if (niquery->family == AF_INET)
+        ares_inet_ntop(AF_INET, &niquery->addr.addr4.sin_addr, ipbuf,
+                       IPBUFSIZ);
+      else
+        {
+          ares_inet_ntop(AF_INET6, &niquery->addr.addr6.sin6_addr, ipbuf,
+                         IPBUFSIZ);
+#ifdef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
+          append_scopeid(&niquery->addr.addr6, niquery->flags, ipbuf,
+                         sizeof(ipbuf));
+#endif
+        }
+      /* They want a service too */
+      if (niquery->flags & ARES_NI_LOOKUPSERVICE)
+        {
+          if (niquery->family == AF_INET)
+            service = lookup_service(niquery->addr.addr4.sin_port,
+                                     niquery->flags, srvbuf, sizeof(srvbuf));
+          else
+            service = lookup_service(niquery->addr.addr6.sin6_port,
+                                     niquery->flags, srvbuf, sizeof(srvbuf));
+        }
+      niquery->callback(niquery->arg, ARES_SUCCESS, niquery->timeouts, ipbuf,
+                        service);
+      free(niquery);
+      return;
+    }
+  niquery->callback(niquery->arg, status, niquery->timeouts, NULL, NULL);
+  free(niquery);
+}
+
+static char *lookup_service(unsigned short port, int flags,
+                            char *buf, size_t buflen)
+{
+  const char *proto;
+  struct servent *sep;
+#ifdef HAVE_GETSERVBYPORT_R
+  struct servent se;
+#endif
+  char tmpbuf[4096];
+
+  if (port)
+    {
+      if (flags & ARES_NI_NUMERICSERV)
+        sep = NULL;
+      else
+        {
+          if (flags & ARES_NI_UDP)
+            proto = "udp";
+          else if (flags & ARES_NI_SCTP)
+            proto = "sctp";
+          else if (flags & ARES_NI_DCCP)
+            proto = "dccp";
+          else
+            proto = "tcp";
+#ifdef HAVE_GETSERVBYPORT_R
+          sep = &se;
+          memset(tmpbuf, 0, sizeof(tmpbuf));
+#if GETSERVBYPORT_R_ARGS == 6
+          if (getservbyport_r(port, proto, &se, (void *)tmpbuf,
+                              sizeof(tmpbuf), &sep) != 0)
+            sep = NULL;
+#elif GETSERVBYPORT_R_ARGS == 5
+          sep = getservbyport_r(port, proto, &se, (void *)tmpbuf,
+                                sizeof(tmpbuf));
+#elif GETSERVBYPORT_R_ARGS == 4
+          if (getservbyport_r(port, proto, &se, (void *)tmpbuf) != 0)
+            sep = NULL;
+#else
+          /* Lets just hope the OS uses TLS! */
+          sep = getservbyport(port, proto);
+#endif
+#else
+          /* Lets just hope the OS uses TLS! */
+#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
+          sep = getservbyport(port, (char*)proto);
+#else
+          sep = getservbyport(port, proto);
+#endif
+#endif
+        }
+      if (sep && sep->s_name)
+        /* get service name */
+        strcpy(tmpbuf, sep->s_name);
+      else
+        /* get port as a string */
+        sprintf(tmpbuf, "%u", (unsigned int)ntohs(port));
+      if (strlen(tmpbuf) < buflen)
+        /* return it if buffer big enough */
+        strcpy(buf, tmpbuf);
+      else
+        /* avoid reusing previous one */
+        buf[0] = '\0';
+      return buf;
+    }
+  buf[0] = '\0';
+  return NULL;
+}
+
+#ifdef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
+static void append_scopeid(struct sockaddr_in6 *addr6, unsigned int flags,
+                           char *buf, size_t buflen)
+{
+#ifdef HAVE_IF_INDEXTONAME
+  int is_ll, is_mcll;
+#endif
+  static const char fmt_u[] = "%u";
+  static const char fmt_lu[] = "%lu";
+  char tmpbuf[IF_NAMESIZE + 2];
+  size_t bufl;
+  const char *fmt = (sizeof(addr6->sin6_scope_id) > sizeof(unsigned int))?
+    fmt_lu:fmt_u;
+
+  tmpbuf[0] = '%';
+
+#ifdef HAVE_IF_INDEXTONAME
+  is_ll = IN6_IS_ADDR_LINKLOCAL(&addr6->sin6_addr);
+  is_mcll = IN6_IS_ADDR_MC_LINKLOCAL(&addr6->sin6_addr);
+  if ((flags & ARES_NI_NUMERICSCOPE) ||
+      (!is_ll && !is_mcll))
+    {
+       sprintf(&tmpbuf[1], fmt, addr6->sin6_scope_id);
+    }
+  else
+    {
+      if (if_indextoname(addr6->sin6_scope_id, &tmpbuf[1]) == NULL)
+        sprintf(&tmpbuf[1], fmt, addr6->sin6_scope_id);
+    }
+#else
+  sprintf(&tmpbuf[1], fmt, addr6->sin6_scope_id);
+  (void) flags;
+#endif
+  tmpbuf[IF_NAMESIZE + 1] = '\0';
+  bufl = strlen(buf);
+
+  if(bufl + strlen(tmpbuf) < buflen)
+    /* only append the scopeid string if it fits in the target buffer */
+    strcpy(&buf[bufl], tmpbuf);
+}
+#endif
+
+/* Determines if s1 ends with the string in s2 (case-insensitive) */
+static char *ares_striendstr(const char *s1, const char *s2)
+{
+  const char *c1, *c2, *c1_begin;
+  int lo1, lo2;
+  size_t s1_len = strlen(s1), s2_len = strlen(s2);
+
+  /* If the substr is longer than the full str, it can't match */
+  if (s2_len > s1_len)
+    return NULL;
+
+  /* Jump to the end of s1 minus the length of s2 */
+  c1_begin = s1+s1_len-s2_len;
+  c1 = (const char *)c1_begin;
+  c2 = s2;
+  while (c2 < s2+s2_len)
+    {
+      lo1 = TOLOWER(*c1);
+      lo2 = TOLOWER(*c2);
+      if (lo1 != lo2)
+        return NULL;
+      else
+        {
+          c1++;
+          c2++;
+        }
+    }
+  if (c2 == c1 && c2 == NULL)
+    return (char *)c1_begin;
+  return NULL;
+}
blob - /dev/null
blob + 2239bc5e49c8f169a0a8813a9ae4e3efa0a9e5c6 (mode 644)
Binary files /dev/null and src/c-ares/ares_getnameinfo.pdf differ
blob - /dev/null
blob + 1e02d086866ed8440bc2e6143f1e4e7f8e8f5afc (mode 644)
--- /dev/null
+++ src/c-ares/ares_getopt.c
@@ -0,0 +1,122 @@
+/*
+ * Original file name getopt.c  Initial import into the c-ares source tree
+ * on 2007-04-11.  Lifted from version 5.2 of the 'Open Mash' project with
+ * the modified BSD license, BSD license without the advertising clause.
+ *
+ */
+
+/*
+ * getopt.c --
+ *
+ *      Standard UNIX getopt function.  Code is from BSD.
+ *
+ * Copyright (c) 1987-2001 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * A. Redistributions of source code must retain the above copyright notice,
+ *    this list of conditions and the following disclaimer.
+ * B. Redistributions in binary form must reproduce the above copyright notice,
+ *    this list of conditions and the following disclaimer in the documentation
+ *    and/or other materials provided with the distribution.
+ * C. Neither the names of the copyright holders nor the names of its
+ *    contributors may be used to endorse or promote products derived from this
+ *    software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
+ * IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
+
+/* #if !defined(lint)
+ * static char sccsid[] = "@(#)getopt.c 8.2 (Berkeley) 4/2/94";
+ * #endif
+ */
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include "ares_getopt.h"
+
+int   opterr = 1,     /* if error message should be printed */
+      optind = 1;     /* index into parent argv vector */
+int   optopt = 0;     /* character checked for validity */
+static int optreset;  /* reset getopt */
+char  *optarg;        /* argument associated with option */
+
+#define  BADCH   (int)'?'
+#define  BADARG  (int)':'
+#define  EMSG    (char *)""
+
+/*
+ * ares_getopt --
+ *    Parse argc/argv argument vector.
+ */
+int
+ares_getopt(int nargc, char * const nargv[], const char *ostr)
+{
+    static char *place = EMSG;                /* option letter processing */
+    char *oli;                                /* option letter list index */
+
+    if (optreset || !*place) {                /* update scanning pointer */
+        optreset = 0;
+        if (optind >= nargc || *(place = nargv[optind]) != '-') {
+            place = EMSG;
+            return (EOF);
+        }
+        if (place[1] && *++place == '-') {    /* found "--" */
+            ++optind;
+            place = EMSG;
+            return (EOF);
+        }
+    }                                         /* option letter okay? */
+    if ((optopt = (int)*place++) == (int)':' ||
+        (oli = strchr(ostr, optopt)) == NULL) {
+        /*
+         * if the user didn't specify '-' as an option,
+         * assume it means EOF.
+         */
+        if (optopt == (int)'-')
+            return (EOF);
+        if (!*place)
+            ++optind;
+        if (opterr && *ostr != ':')
+            (void)fprintf(stderr,
+                "%s: illegal option -- %c\n", __FILE__, optopt);
+        return (BADCH);
+    }
+    if (*++oli != ':') {                      /* don't need argument */
+        optarg = NULL;
+        if (!*place)
+            ++optind;
+    }
+    else {                                    /* need an argument */
+        if (*place)                           /* no white space */
+            optarg = place;
+        else if (nargc <= ++optind) {         /* no arg */
+            place = EMSG;
+            if (*ostr == ':')
+                return (BADARG);
+            if (opterr)
+                (void)fprintf(stderr,
+                    "%s: option requires an argument -- %c\n",
+                    __FILE__, optopt);
+            return (BADCH);
+        }
+         else                                 /* white space */
+            optarg = nargv[optind];
+        place = EMSG;
+        ++optind;
+    }
+    return (optopt);                          /* dump back option letter */
+}
blob - /dev/null
blob + 63acb3b42323d70984caa1dd5762c50d677d5174 (mode 644)
--- /dev/null
+++ src/c-ares/ares_getopt.h
@@ -0,0 +1,53 @@
+#ifndef ARES_GETOPT_H
+#define ARES_GETOPT_H
+
+/*
+ * Copyright (c) 1987-2001 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * A. Redistributions of source code must retain the above copyright notice,
+ *    this list of conditions and the following disclaimer.
+ * B. Redistributions in binary form must reproduce the above copyright notice,
+ *    this list of conditions and the following disclaimer in the documentation
+ *    and/or other materials provided with the distribution.
+ * C. Neither the names of the copyright holders nor the names of its
+ *    contributors may be used to endorse or promote products derived from this
+ *    software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
+ * IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
+
+
+int ares_getopt(int nargc, char * const nargv[], const char *ostr);
+
+#undef optarg
+#undef optind
+#undef opterr
+#undef optopt
+#undef optreset
+
+#define optarg   ares_optarg
+#define optind   ares_optind
+#define opterr   ares_opterr
+#define optopt   ares_optopt
+#define optreset ares_optreset
+
+extern char *optarg;
+extern int optind;
+extern int opterr;
+extern int optopt;
+
+#endif /* ARES_GETOPT_H */
blob - /dev/null
blob + 137329115e49a9d447781d6e8f36f25d69214f55 (mode 644)
--- /dev/null
+++ src/c-ares/ares_getsock.3
@@ -0,0 +1,57 @@
+.\"
+.\" Copyright 1998 by Daniel Stenberg
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_GETSOCK 3 "11 March 2010"
+.SH NAME
+ares_getsock \- get socket descriptors to wait on
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_getsock(ares_channel \fIchannel\fP, ares_socket_t *\fIsocks\fP,
+.B int \fInumsocks\fP);
+.fi
+.SH DESCRIPTION
+The
+.B ares_getsock
+function retrieves the set of socket descriptors which the calling
+application should wait on for reading and/or writing for the
+processing of name service queries pending on the name service channel
+identified by
+.IR channel .
+Socket descriptors will be set in the socket descriptor array pointed to by
+\fIsocks\fP.
+\fInumsocks\fP is the size of the given array in number of ints.
+
+This function can only return information about up to 16 sockets. If more are
+in use (however unlikely that is), they are simply not reported back.
+.SH RETURN VALUES
+\fBares_getsock\fP returns a bitmask for what actions to wait for on the
+different sockets. The ares.h header file provides these convenience macros to
+extract the information appropriately:
+
+.nf
+#define ARES_GETSOCK_MAXNUM 16 /* ares_getsock() can return info about
+                                  this many sockets */
+#define ARES_GETSOCK_READABLE(bits,num) (bits & (1<< (num)))
+#define ARES_GETSOCK_WRITABLE(bits,num) (bits & (1 << ((num) + \
+                                         ARES_GETSOCK_MAXNUM)))
+.fi
+.SH NOTES
+This function was added in c-ares 1.3.1
+.SH SEE ALSO
+.BR ares_timeout (3),
+.BR ares_fds (3),
+.BR ares_process (3)
blob - /dev/null
blob + 72e467f2e63758a3bdb4e787c991e03cdf5d714d (mode 644)
--- /dev/null
+++ src/c-ares/ares_getsock.c
@@ -0,0 +1,72 @@
+
+/* Copyright (C) 2005 - 2010, Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted, provided
+ * that the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  M.I.T. makes no representations about the
+ * suitability of this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+
+#include "ares.h"
+#include "ares_private.h"
+
+int ares_getsock(ares_channel channel,
+                 ares_socket_t *socks,
+                 int numsocks) /* size of the 'socks' array */
+{
+  struct server_state *server;
+  int i;
+  int sockindex=0;
+  int bitmap = 0;
+  unsigned int setbits = 0xffffffff;
+
+  /* Are there any active queries? */
+  int active_queries = !ares__is_list_empty(&(channel->all_queries));
+
+  for (i = 0;
+       (i < channel->nservers) && (sockindex < ARES_GETSOCK_MAXNUM);
+       i++)
+    {
+      server = &channel->servers[i];
+      /* We only need to register interest in UDP sockets if we have
+       * outstanding queries.
+       */
+      if (active_queries && server->udp_socket != ARES_SOCKET_BAD)
+        {
+          if(sockindex >= numsocks)
+            break;
+          socks[sockindex] = server->udp_socket;
+          bitmap |= ARES_GETSOCK_READABLE(setbits, sockindex);
+          sockindex++;
+        }
+      /* We always register for TCP events, because we want to know
+       * when the other side closes the connection, so we don't waste
+       * time trying to use a broken connection.
+       */
+      if (server->tcp_socket != ARES_SOCKET_BAD)
+       {
+         if(sockindex >= numsocks)
+           break;
+         socks[sockindex] = server->tcp_socket;
+         bitmap |= ARES_GETSOCK_READABLE(setbits, sockindex);
+
+         if (server->qhead && active_queries)
+           /* then the tcp socket is also writable! */
+           bitmap |= ARES_GETSOCK_WRITABLE(setbits, sockindex);
+
+         sockindex++;
+       }
+    }
+  return bitmap;
+}
blob - /dev/null
blob + d923f54913e7d02161c956ee4b6c5df84bed07d7 (mode 644)
Binary files /dev/null and src/c-ares/ares_getsock.pdf differ
blob - /dev/null
blob + fb25306fdd19a851d77bcf589c737d772e2bf739 (mode 644)
--- /dev/null
+++ src/c-ares/ares_init.3
@@ -0,0 +1,223 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\" Copyright (C) 2004-2010 by Daniel Stenberg
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_INIT 3 "5 March 2010"
+.SH NAME
+ares_init, ares_init_options \- Initialize a resolver channel
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_init(ares_channel *\fIchannelptr\fP)
+.B int ares_init_options(ares_channel *\fIchannelptr\fP,
+.B 	struct ares_options *\fIoptions\fP, int \fIoptmask\fP)
+.PP
+.B cc file.c -lcares
+.fi
+.SH DESCRIPTION
+The \fBares_init\fP function initializes a communications channel for name
+service lookups.  If it returns successfully, \fBares_init\fP will set the
+variable pointed to by \fIchannelptr\fP to a handle used to identify the name
+service channel.  The caller should invoke
+.BR ares_destroy (3)
+on the handle when the channel is no longer needed.
+.PP
+The \fBares_init_options\fP function also initializes a name service channel,
+with additional options useful for applications requiring more control over
+name service configuration. The \fIoptmask\fP parameter specifies which fields
+in the structure pointed to by \fIoptions\fP are set, as follows:
+.TP 18
+.B ARES_OPT_FLAGS
+.B int \fIflags\fP;
+.br
+Flags controlling the behavior of the resolver.  See below for a
+description of possible flag values.
+.TP 18
+.B ARES_OPT_TIMEOUT
+.B int \fItimeout\fP;
+.br
+The number of seconds each name server is given to respond to a query on the
+first try.  (After the first try, the timeout algorithm becomes more
+complicated, but scales linearly with the value of \fItimeout\fP.)  The
+default is five seconds. This option is being deprecated by
+\fIARES_OPT_TIMEOUTMS\fP starting in c-ares 1.5.2.
+.TP 18
+.B ARES_OPT_TIMEOUTMS
+.B int \fItimeout\fP;
+.br
+The number of milliseconds each name server is given to respond to a query on
+the first try.  (After the first try, the timeout algorithm becomes more
+complicated, but scales linearly with the value of \fItimeout\fP.)  The
+default is five seconds. Note that this option is specified with the same
+struct field as the former \fIARES_OPT_TIMEOUT\fP, it is but the option bits
+that tell c-ares how to interpret the number. This option was added in c-ares
+1.5.2.
+.TP 18
+.B ARES_OPT_TRIES
+.B int \fItries\fP;
+.br
+The number of tries the resolver will try contacting each name server
+before giving up.  The default is four tries.
+.TP 18
+.B ARES_OPT_NDOTS
+.B int \fIndots\fP;
+.br
+The number of dots which must be present in a domain name for it to be
+queried for "as is" prior to querying for it with the default domain
+extensions appended.  The default value is 1 unless set otherwise by
+resolv.conf or the RES_OPTIONS environment variable.
+.TP 18
+.B ARES_OPT_PORT
+.B unsigned short \fIport\fP;
+.br
+The port to use for queries (both TCP and UDP), in network byte order.
+The default value is 53 (in network byte order), the standard name
+service port.
+.TP 18
+.B ARES_OPT_SERVERS
+.B struct in_addr *\fIservers\fP;
+.br
+.B int \fInservers\fP;
+.br
+The list of IPv4 servers to contact, instead of the servers specified in
+resolv.conf or the local named. In order to allow specification of either
+IPv4 or IPv6 name servers, the
+.BR ares_set_servers(3)
+function must be used instead.
+.TP 18
+.B ARES_OPT_DOMAINS
+.B char **\fIdomains\fP;
+.br
+.B int \fIndomains\fP;
+.br
+The domains to search, instead of the domains specified in resolv.conf
+or the domain derived from the kernel hostname variable.
+.TP 18
+.B ARES_OPT_LOOKUPS
+.B char *\fIlookups\fP;
+.br
+The lookups to perform for host queries.
+.I lookups
+should be set to a string of the characters "b" or "f", where "b"
+indicates a DNS lookup and "f" indicates a lookup in the hosts file.
+.TP 18
+.B ARES_OPT_SOCK_STATE_CB
+.B void (*\fIsock_state_cb\fP)(void *data, int s, int read, int write);
+.br
+.B void *\fIsock_state_cb_data\fP;
+.br
+A callback function to be invoked when a socket changes state.
+.I s
+will be passed the socket whose state has changed;
+.I read
+will be set to true if the socket should listen for read events, and
+.I write
+will be set to true if the socket should listen for write events.
+The value of
+.I sock_state_cb_data
+will be passed as the
+.I data
+argument.
+.PP
+The
+.I flags
+field should be the bitwise or of some subset of the following values:
+.TP 23
+.B ARES_FLAG_USEVC
+Always use TCP queries (the "virtual circuit") instead of UDP
+queries.  Normally, TCP is only used if a UDP query yields a truncated
+result.
+.TP 23
+.B ARES_FLAG_PRIMARY
+Only query the first server in the list of servers to query.
+.TP 23
+.B ARES_FLAG_IGNTC
+If a truncated response to a UDP query is received, do not fall back
+to TCP; simply continue on with the truncated response.
+.TP 23
+.B ARES_FLAG_NORECURSE
+Do not set the "recursion desired" bit on outgoing queries, so that the name
+server being contacted will not try to fetch the answer from other servers if
+it doesn't know the answer locally. Be aware that ares will not do the
+recursion for you.  Recursion must be handled by the application calling ares
+if \fIARES_FLAG_NORECURSE\fP is set.
+.TP 23
+.B ARES_FLAG_STAYOPEN
+Do not close communications sockets when the number of active queries
+drops to zero.
+.TP 23
+.B ARES_FLAG_NOSEARCH
+Do not use the default search domains; only query hostnames as-is or
+as aliases.
+.TP 23
+.B ARES_FLAG_NOALIASES
+Do not honor the HOSTALIASES environment variable, which normally
+specifies a file of hostname translations.
+.TP 23
+.B ARES_FLAG_NOCHECKRESP
+Do not discard responses with the SERVFAIL, NOTIMP, or REFUSED
+response code or responses whose questions don't match the questions
+in the request.  Primarily useful for writing clients which might be
+used to test or debug name servers.
+.SH RETURN VALUES
+.I ares_init
+or
+.I ares_init_options
+can return any of the following values:
+.TP 14
+.B ARES_SUCCESS
+Initialization succeeded.
+.TP 14
+.B ARES_EFILE
+A configuration file could not be read.
+.TP 14
+.B ARES_ENOMEM
+The process's available memory was exhausted.
+.TP 14
+.B ARES_ENOTINITIALIZED
+c-ares library initialization not yet performed.
+.SH NOTES
+When initializing from
+.B /etc/resolv.conf,
+.BR ares_init (3)
+reads the
+.I domain
+and
+.I search
+directives to allow lookups of short names relative to the domains
+specified. The
+.I domain
+and
+.I search
+directives override one another. If more that one instance of either
+.I domain
+or
+.I search
+directives is specified, the last occurence wins. For more information,
+please see the
+.BR resolv.conf (5)
+manual page.
+.SH SEE ALSO
+.BR ares_destroy(3),
+.BR ares_dup(3),
+.BR ares_library_init(3),
+.BR ares_set_servers(3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
+.br
+Copyright (C) 2004-2010 by Daniel Stenberg.
blob - /dev/null
blob + d7954a06b2855c1f702b417bd2bb9208cd4d5ddf (mode 644)
--- /dev/null
+++ src/c-ares/ares_init.c
@@ -0,0 +1,1665 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2007-2010 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef USE_WINSOCK
+#include <iphlpapi.h>
+#endif
+
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+
+#ifdef HAVE_NETDB_H
+#include <netdb.h>
+#endif
+
+#ifdef HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <ctype.h>
+#include <time.h>
+#include <errno.h>
+#include "ares.h"
+#include "inet_net_pton.h"
+#include "ares_library_init.h"
+#include "ares_nowarn.h"
+#include "ares_private.h"
+
+#ifdef ANDROID
+#include <sys/system_properties.h>
+#endif
+
+#ifdef WATT32
+#undef WIN32  /* Redefined in MingW/MSVC headers */
+#endif
+
+static int init_by_options(ares_channel channel, const struct ares_options *options,
+                           int optmask);
+static int init_by_environment(ares_channel channel);
+static int init_by_resolv_conf(ares_channel channel);
+static int init_by_defaults(ares_channel channel);
+
+#ifndef WATT32
+static int config_nameserver(struct server_state **servers, int *nservers,
+                             char *str);
+#endif
+static int set_search(ares_channel channel, const char *str);
+static int set_options(ares_channel channel, const char *str);
+static const char *try_option(const char *p, const char *q, const char *opt);
+static int init_id_key(rc4_key* key,int key_data_len);
+
+#if !defined(WIN32) && !defined(WATT32)
+static int sortlist_alloc(struct apattern **sortlist, int *nsort, struct apattern *pat);
+static int ip_addr(const char *s, ssize_t len, struct in_addr *addr);
+static void natural_mask(struct apattern *pat);
+static int config_domain(ares_channel channel, char *str);
+static int config_lookup(ares_channel channel, const char *str,
+                         const char *bindch, const char *filech);
+static int config_sortlist(struct apattern **sortlist, int *nsort,
+                           const char *str);
+static char *try_config(char *s, const char *opt);
+#endif
+
+#define ARES_CONFIG_CHECK(x) (x->lookups && x->nsort > -1 && \
+                             x->nservers > -1 && \
+                             x->ndomains > -1 && \
+                             x->ndots > -1 && x->timeout > -1 && \
+                             x->tries > -1)
+
+int ares_init(ares_channel *channelptr)
+{
+  return ares_init_options(channelptr, NULL, 0);
+}
+
+int ares_init_options(ares_channel *channelptr, struct ares_options *options,
+                      int optmask)
+{
+  ares_channel channel;
+  int i;
+  int status = ARES_SUCCESS;
+  struct timeval now;
+
+#ifdef CURLDEBUG
+  const char *env = getenv("CARES_MEMDEBUG");
+
+  if (env)
+    curl_memdebug(env);
+  env = getenv("CARES_MEMLIMIT");
+  if (env) {
+    char *endptr;
+    long num = strtol(env, &endptr, 10);
+    if((endptr != env) && (endptr == env + strlen(env)) && (num > 0))
+      curl_memlimit(num);
+  }
+#endif
+
+  if (ares_library_initialized() != ARES_SUCCESS)
+    return ARES_ENOTINITIALIZED;
+
+  channel = malloc(sizeof(struct ares_channeldata));
+  if (!channel) {
+    *channelptr = NULL;
+    return ARES_ENOMEM;
+  }
+
+  now = ares__tvnow();
+
+  /* Set everything to distinguished values so we know they haven't
+   * been set yet.
+   */
+  channel->flags = -1;
+  channel->timeout = -1;
+  channel->tries = -1;
+  channel->ndots = -1;
+  channel->rotate = -1;
+  channel->udp_port = -1;
+  channel->tcp_port = -1;
+  channel->socket_send_buffer_size = -1;
+  channel->socket_receive_buffer_size = -1;
+  channel->nservers = -1;
+  channel->ndomains = -1;
+  channel->nsort = -1;
+  channel->tcp_connection_generation = 0;
+  channel->lookups = NULL;
+  channel->domains = NULL;
+  channel->sortlist = NULL;
+  channel->servers = NULL;
+  channel->sock_state_cb = NULL;
+  channel->sock_state_cb_data = NULL;
+  channel->sock_create_cb = NULL;
+  channel->sock_create_cb_data = NULL;
+
+  channel->last_server = 0;
+  channel->last_timeout_processed = (time_t)now.tv_sec;
+
+  memset(&channel->local_dev_name, 0, sizeof(channel->local_dev_name));
+  channel->local_ip4 = 0;
+  memset(&channel->local_ip6, 0, sizeof(channel->local_ip6));
+
+  /* Initialize our lists of queries */
+  ares__init_list_head(&(channel->all_queries));
+  for (i = 0; i < ARES_QID_TABLE_SIZE; i++)
+    {
+      ares__init_list_head(&(channel->queries_by_qid[i]));
+    }
+  for (i = 0; i < ARES_TIMEOUT_TABLE_SIZE; i++)
+    {
+      ares__init_list_head(&(channel->queries_by_timeout[i]));
+    }
+
+  /* Initialize configuration by each of the four sources, from highest
+   * precedence to lowest.
+   */
+
+  if (status == ARES_SUCCESS) {
+    status = init_by_options(channel, options, optmask);
+    if (status != ARES_SUCCESS)
+      DEBUGF(fprintf(stderr, "Error: init_by_options failed: %s\n",
+                     ares_strerror(status)));
+  }
+  if (status == ARES_SUCCESS) {
+    status = init_by_environment(channel);
+    if (status != ARES_SUCCESS)
+      DEBUGF(fprintf(stderr, "Error: init_by_environment failed: %s\n",
+                     ares_strerror(status)));
+  }
+  if (status == ARES_SUCCESS) {
+    status = init_by_resolv_conf(channel);
+    if (status != ARES_SUCCESS)
+      DEBUGF(fprintf(stderr, "Error: init_by_resolv_conf failed: %s\n",
+                     ares_strerror(status)));
+  }
+
+  /*
+   * No matter what failed or succeeded, seed defaults to provide
+   * useful behavior for things that we missed.
+   */
+  status = init_by_defaults(channel);
+  if (status != ARES_SUCCESS)
+    DEBUGF(fprintf(stderr, "Error: init_by_defaults failed: %s\n",
+                   ares_strerror(status)));
+
+  /* Generate random key */
+
+  if (status == ARES_SUCCESS) {
+    status = init_id_key(&channel->id_key, ARES_ID_KEY_LEN);
+    if (status == ARES_SUCCESS)
+      channel->next_id = ares__generate_new_id(&channel->id_key);
+    else
+      DEBUGF(fprintf(stderr, "Error: init_id_key failed: %s\n",
+                     ares_strerror(status)));
+  }
+
+  if (status != ARES_SUCCESS)
+    {
+      /* Something failed; clean up memory we may have allocated. */
+      if (channel->servers)
+        free(channel->servers);
+      if (channel->domains)
+        {
+          for (i = 0; i < channel->ndomains; i++)
+            free(channel->domains[i]);
+          free(channel->domains);
+        }
+      if (channel->sortlist)
+        free(channel->sortlist);
+      if(channel->lookups)
+        free(channel->lookups);
+      free(channel);
+      return status;
+    }
+
+  /* Trim to one server if ARES_FLAG_PRIMARY is set. */
+  if ((channel->flags & ARES_FLAG_PRIMARY) && channel->nservers > 1)
+    channel->nservers = 1;
+
+  ares__init_servers_state(channel);
+
+  *channelptr = channel;
+  return ARES_SUCCESS;
+}
+
+/* ares_dup() duplicates a channel handle with all its options and returns a
+   new channel handle */
+int ares_dup(ares_channel *dest, ares_channel src)
+{
+  struct ares_options opts;
+  struct ares_addr_node *servers;
+  int ipv6_nservers = 0;
+  int i, rc;
+  int optmask;
+
+  *dest = NULL; /* in case of failure return NULL explicitly */
+
+  /* First get the options supported by the old ares_save_options() function,
+     which is most of them */
+  rc = ares_save_options(src, &opts, &optmask);
+  if(rc)
+    return rc;
+
+  /* Then create the new channel with those options */
+  rc = ares_init_options(dest, &opts, optmask);
+
+  /* destroy the options copy to not leak any memory */
+  ares_destroy_options(&opts);
+
+  if(rc)
+    return rc;
+
+  /* Now clone the options that ares_save_options() doesn't support. */
+  (*dest)->sock_create_cb      = src->sock_create_cb;
+  (*dest)->sock_create_cb_data = src->sock_create_cb_data;
+
+  strncpy((*dest)->local_dev_name, src->local_dev_name, sizeof(src->local_dev_name));
+  (*dest)->local_ip4 = src->local_ip4;
+  memcpy((*dest)->local_ip6, src->local_ip6, sizeof(src->local_ip6));
+
+  /* Full name server cloning required when not all are IPv4 */
+  for (i = 0; i < src->nservers; i++)
+    {
+      if (src->servers[i].addr.family != AF_INET) {
+        ipv6_nservers++;
+        break;
+      }
+    }
+  if (ipv6_nservers) {
+    rc = ares_get_servers(src, &servers);
+    if (rc != ARES_SUCCESS)
+      return rc;
+    rc = ares_set_servers(*dest, servers);
+    ares_free_data(servers);
+    if (rc != ARES_SUCCESS)
+      return rc;
+  }
+
+  return ARES_SUCCESS; /* everything went fine */
+}
+
+/* Save options from initialized channel */
+int ares_save_options(ares_channel channel, struct ares_options *options,
+                      int *optmask)
+{
+  int i, j;
+  int ipv4_nservers = 0;
+
+  /* Zero everything out */
+  memset(options, 0, sizeof(struct ares_options));
+
+  if (!ARES_CONFIG_CHECK(channel))
+    return ARES_ENODATA;
+
+  /* Traditionally the optmask wasn't saved in the channel struct so it was
+     recreated here. ROTATE is the first option that has no struct field of
+     its own in the public config struct */
+  (*optmask) = (ARES_OPT_FLAGS|ARES_OPT_TRIES|ARES_OPT_NDOTS|
+                ARES_OPT_UDP_PORT|ARES_OPT_TCP_PORT|ARES_OPT_SOCK_STATE_CB|
+                ARES_OPT_SERVERS|ARES_OPT_DOMAINS|ARES_OPT_LOOKUPS|
+                ARES_OPT_SORTLIST|ARES_OPT_TIMEOUTMS) |
+    (channel->optmask & ARES_OPT_ROTATE);
+
+  /* Copy easy stuff */
+  options->flags   = channel->flags;
+
+  /* We return full millisecond resolution but that's only because we don't
+     set the ARES_OPT_TIMEOUT anymore, only the new ARES_OPT_TIMEOUTMS */
+  options->timeout = channel->timeout;
+  options->tries   = channel->tries;
+  options->ndots   = channel->ndots;
+  options->udp_port = (unsigned short)channel->udp_port;
+  options->tcp_port = (unsigned short)channel->tcp_port;
+  options->sock_state_cb     = channel->sock_state_cb;
+  options->sock_state_cb_data = channel->sock_state_cb_data;
+
+  /* Copy IPv4 servers */
+  if (channel->nservers) {
+    for (i = 0; i < channel->nservers; i++)
+    {
+      if (channel->servers[i].addr.family == AF_INET)
+        ipv4_nservers++;
+    }
+    if (ipv4_nservers) {
+      options->servers = malloc(ipv4_nservers * sizeof(struct server_state));
+      if (!options->servers)
+        return ARES_ENOMEM;
+      for (i = j = 0; i < channel->nservers; i++)
+      {
+        if (channel->servers[i].addr.family == AF_INET)
+          memcpy(&options->servers[j++],
+                 &channel->servers[i].addr.addrV4,
+                 sizeof(channel->servers[i].addr.addrV4));
+      }
+    }
+  }
+  options->nservers = ipv4_nservers;
+
+  /* copy domains */
+  if (channel->ndomains) {
+    options->domains = malloc(channel->ndomains * sizeof(char *));
+    if (!options->domains)
+      return ARES_ENOMEM;
+
+    for (i = 0; i < channel->ndomains; i++)
+    {
+      options->ndomains = i;
+      options->domains[i] = strdup(channel->domains[i]);
+      if (!options->domains[i])
+        return ARES_ENOMEM;
+    }
+  }
+  options->ndomains = channel->ndomains;
+
+  /* copy lookups */
+  if (channel->lookups) {
+    options->lookups = strdup(channel->lookups);
+    if (!options->lookups && channel->lookups)
+      return ARES_ENOMEM;
+  }
+
+  /* copy sortlist */
+  if (channel->nsort) {
+    options->sortlist = malloc(channel->nsort * sizeof(struct apattern));
+    if (!options->sortlist)
+      return ARES_ENOMEM;
+    for (i = 0; i < channel->nsort; i++)
+      options->sortlist[i] = channel->sortlist[i];
+  }
+  options->nsort = channel->nsort;
+
+  return ARES_SUCCESS;
+}
+
+static int init_by_options(ares_channel channel,
+                           const struct ares_options *options,
+                           int optmask)
+{
+  int i;
+
+  /* Easy stuff. */
+  if ((optmask & ARES_OPT_FLAGS) && channel->flags == -1)
+    channel->flags = options->flags;
+  if ((optmask & ARES_OPT_TIMEOUTMS) && channel->timeout == -1)
+    channel->timeout = options->timeout;
+  else if ((optmask & ARES_OPT_TIMEOUT) && channel->timeout == -1)
+    channel->timeout = options->timeout * 1000;
+  if ((optmask & ARES_OPT_TRIES) && channel->tries == -1)
+    channel->tries = options->tries;
+  if ((optmask & ARES_OPT_NDOTS) && channel->ndots == -1)
+    channel->ndots = options->ndots;
+  if ((optmask & ARES_OPT_ROTATE) && channel->rotate == -1)
+    channel->rotate = 1;
+  if ((optmask & ARES_OPT_UDP_PORT) && channel->udp_port == -1)
+    channel->udp_port = options->udp_port;
+  if ((optmask & ARES_OPT_TCP_PORT) && channel->tcp_port == -1)
+    channel->tcp_port = options->tcp_port;
+  if ((optmask & ARES_OPT_SOCK_STATE_CB) && channel->sock_state_cb == NULL)
+    {
+      channel->sock_state_cb = options->sock_state_cb;
+      channel->sock_state_cb_data = options->sock_state_cb_data;
+    }
+  if ((optmask & ARES_OPT_SOCK_SNDBUF)
+      && channel->socket_send_buffer_size == -1)
+    channel->socket_send_buffer_size = options->socket_send_buffer_size;
+  if ((optmask & ARES_OPT_SOCK_RCVBUF)
+      && channel->socket_receive_buffer_size == -1)
+    channel->socket_receive_buffer_size = options->socket_receive_buffer_size;
+
+  /* Copy the IPv4 servers, if given. */
+  if ((optmask & ARES_OPT_SERVERS) && channel->nservers == -1)
+    {
+      /* Avoid zero size allocations at any cost */
+      if (options->nservers > 0)
+        {
+          channel->servers =
+            malloc(options->nservers * sizeof(struct server_state));
+          if (!channel->servers)
+            return ARES_ENOMEM;
+          for (i = 0; i < options->nservers; i++)
+            {
+              channel->servers[i].addr.family = AF_INET;
+              memcpy(&channel->servers[i].addr.addrV4,
+                     &options->servers[i],
+                     sizeof(channel->servers[i].addr.addrV4));
+            }
+        }
+      channel->nservers = options->nservers;
+    }
+
+  /* Copy the domains, if given.  Keep channel->ndomains consistent so
+   * we can clean up in case of error.
+   */
+  if ((optmask & ARES_OPT_DOMAINS) && channel->ndomains == -1)
+    {
+      /* Avoid zero size allocations at any cost */
+      if (options->ndomains > 0)
+      {
+        channel->domains = malloc(options->ndomains * sizeof(char *));
+        if (!channel->domains)
+          return ARES_ENOMEM;
+        for (i = 0; i < options->ndomains; i++)
+          {
+            channel->ndomains = i;
+            channel->domains[i] = strdup(options->domains[i]);
+            if (!channel->domains[i])
+              return ARES_ENOMEM;
+          }
+      }
+      channel->ndomains = options->ndomains;
+    }
+
+  /* Set lookups, if given. */
+  if ((optmask & ARES_OPT_LOOKUPS) && !channel->lookups)
+    {
+      channel->lookups = strdup(options->lookups);
+      if (!channel->lookups)
+        return ARES_ENOMEM;
+    }
+
+  /* copy sortlist */
+  if ((optmask & ARES_OPT_SORTLIST) && (channel->nsort == -1) &&
+      (options->nsort>0)) {
+    channel->sortlist = malloc(options->nsort * sizeof(struct apattern));
+    if (!channel->sortlist)
+      return ARES_ENOMEM;
+    for (i = 0; i < options->nsort; i++)
+      channel->sortlist[i] = options->sortlist[i];
+    channel->nsort = options->nsort;
+  }
+
+  channel->optmask = optmask;
+
+  return ARES_SUCCESS;
+}
+
+static int init_by_environment(ares_channel channel)
+{
+  const char *localdomain, *res_options;
+  int status;
+
+  localdomain = getenv("LOCALDOMAIN");
+  if (localdomain && channel->ndomains == -1)
+    {
+      status = set_search(channel, localdomain);
+      if (status != ARES_SUCCESS)
+        return status;
+    }
+
+  res_options = getenv("RES_OPTIONS");
+  if (res_options)
+    {
+      status = set_options(channel, res_options);
+      if (status != ARES_SUCCESS)
+        return status;
+    }
+
+  return ARES_SUCCESS;
+}
+
+#ifdef WIN32
+/*
+ * Warning: returns a dynamically allocated buffer, the user MUST
+ * use free() if the function returns 1
+ */
+static int get_res_nt(HKEY hKey, const char *subkey, char **obuf)
+{
+  /* Test for the size we need */
+  DWORD size = 0;
+  int result;
+
+  result = RegQueryValueEx(hKey, subkey, 0, NULL, NULL, &size);
+  if ((result != ERROR_SUCCESS && result != ERROR_MORE_DATA) || !size)
+    return 0;
+  *obuf = malloc(size+1);
+  if (!*obuf)
+    return 0;
+
+  if (RegQueryValueEx(hKey, subkey, 0, NULL,
+                      (LPBYTE)*obuf, &size) != ERROR_SUCCESS)
+  {
+    free(*obuf);
+    return 0;
+  }
+  if (size == 1)
+  {
+    free(*obuf);
+    return 0;
+  }
+  return 1;
+}
+
+static int get_res_interfaces_nt(HKEY hKey, const char *subkey, char **obuf)
+{
+  char enumbuf[39]; /* GUIDs are 38 chars + 1 for NULL */
+  DWORD enum_size = 39;
+  int idx = 0;
+  HKEY hVal;
+
+  while (RegEnumKeyEx(hKey, idx++, enumbuf, &enum_size, 0,
+                      NULL, NULL, NULL) != ERROR_NO_MORE_ITEMS)
+  {
+    int rc;
+
+    enum_size = 39;
+    if (RegOpenKeyEx(hKey, enumbuf, 0, KEY_QUERY_VALUE, &hVal) !=
+        ERROR_SUCCESS)
+      continue;
+    rc = get_res_nt(hVal, subkey, obuf);
+      RegCloseKey(hVal);
+    if (rc)
+      return 1;
+    }
+  return 0;
+}
+
+static int get_iphlpapi_dns_info (char *ret_buf, size_t ret_size)
+{
+  FIXED_INFO    *fi, *newfi;
+  DWORD          size = sizeof (*fi);
+  IP_ADDR_STRING *ipAddr;
+  int            i, count = 0;
+  int            debug  = 0;
+  size_t         ip_size = sizeof("255.255.255.255,")-1;
+  size_t         left = ret_size;
+  char          *ret = ret_buf;
+  HRESULT        res;
+
+  fi = malloc(size);
+  if (!fi)
+     return 0;
+
+  res = (*ares_fpGetNetworkParams) (fi, &size);
+  if ((res != ERROR_BUFFER_OVERFLOW) && (res != ERROR_SUCCESS))
+     goto quit;
+
+  newfi = realloc(fi, size);
+  if (!newfi)
+     goto quit;
+
+  fi = newfi;
+  res = (*ares_fpGetNetworkParams) (fi, &size);
+  if (res != ERROR_SUCCESS)
+     goto quit;
+
+  if (debug)
+  {
+    printf ("Host Name: %s\n", fi->HostName);
+    printf ("Domain Name: %s\n", fi->DomainName);
+    printf ("DNS Servers:\n"
+            "    %s (primary)\n", fi->DnsServerList.IpAddress.String);
+  }
+  if (strlen(fi->DnsServerList.IpAddress.String) > 0 &&
+      inet_addr(fi->DnsServerList.IpAddress.String) != INADDR_NONE &&
+      left > ip_size)
+  {
+    ret += sprintf (ret, "%s,", fi->DnsServerList.IpAddress.String);
+    left -= ret - ret_buf;
+    count++;
+  }
+
+  for (i = 0, ipAddr = fi->DnsServerList.Next; ipAddr && left > ip_size;
+       ipAddr = ipAddr->Next, i++)
+  {
+    if (inet_addr(ipAddr->IpAddress.String) != INADDR_NONE)
+    {
+       ret += sprintf (ret, "%s,", ipAddr->IpAddress.String);
+       left -= ret - ret_buf;
+       count++;
+    }
+    if (debug)
+       printf ("    %s (secondary %d)\n", ipAddr->IpAddress.String, i+1);
+  }
+
+quit:
+  if (fi)
+     free(fi);
+
+  if (debug && left <= ip_size)
+     printf ("Too many nameservers. Truncating to %d addressess", count);
+  if (ret > ret_buf)
+     ret[-1] = '\0';
+  return count;
+}
+#endif
+
+static int init_by_resolv_conf(ares_channel channel)
+{
+#ifndef WATT32
+  char *line = NULL;
+#endif
+  int status = -1, nservers = 0, nsort = 0;
+  struct server_state *servers = NULL;
+  struct apattern *sortlist = NULL;
+
+#ifdef WIN32
+
+    /*
+  NameServer info via IPHLPAPI (IP helper API):
+    GetNetworkParams() should be the trusted source for this.
+    Available in Win-98/2000 and later. If that fail, fall-back to
+    registry information.
+
+  NameServer Registry:
+
+   On Windows 9X, the DNS server can be found in:
+HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP\NameServer
+
+        On Windows NT/2000/XP/2003:
+HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\NameServer
+        or
+HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DhcpNameServer
+        or
+HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\{AdapterID}\
+NameServer
+        or
+HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\{AdapterID}\
+DhcpNameServer
+   */
+
+  HKEY mykey;
+  HKEY subkey;
+  DWORD data_type;
+  DWORD bytes;
+  DWORD result;
+  char  buf[256];
+
+  if (channel->nservers > -1)  /* don't override ARES_OPT_SERVER */
+     return ARES_SUCCESS;
+
+  if (get_iphlpapi_dns_info(buf,sizeof(buf)) > 0)
+  {
+    status = config_nameserver(&servers, &nservers, buf);
+    if (status == ARES_SUCCESS)
+      goto okay;
+  }
+
+  if (IS_NT())
+  {
+    if (RegOpenKeyEx(
+          HKEY_LOCAL_MACHINE, WIN_NS_NT_KEY, 0,
+          KEY_READ, &mykey
+          ) == ERROR_SUCCESS)
+    {
+      RegOpenKeyEx(mykey, "Interfaces", 0,
+                   KEY_QUERY_VALUE|KEY_ENUMERATE_SUB_KEYS, &subkey);
+      if (get_res_nt(mykey, NAMESERVER, &line))
+      {
+        status = config_nameserver(&servers, &nservers, line);
+        free(line);
+      }
+      else if (get_res_nt(mykey, DHCPNAMESERVER, &line))
+      {
+        status = config_nameserver(&servers, &nservers, line);
+        free(line);
+      }
+      /* Try the interfaces */
+      else if (get_res_interfaces_nt(subkey, NAMESERVER, &line))
+      {
+        status = config_nameserver(&servers, &nservers, line);
+        free(line);
+      }
+      else if (get_res_interfaces_nt(subkey, DHCPNAMESERVER, &line))
+      {
+        status = config_nameserver(&servers, &nservers, line);
+        free(line);
+      }
+      RegCloseKey(subkey);
+      RegCloseKey(mykey);
+    }
+  }
+  else
+  {
+    if (RegOpenKeyEx(
+          HKEY_LOCAL_MACHINE, WIN_NS_9X, 0,
+          KEY_READ, &mykey
+          ) == ERROR_SUCCESS)
+    {
+      if ((result = RegQueryValueEx(
+             mykey, NAMESERVER, NULL, &data_type,
+             NULL, &bytes
+             )
+            ) == ERROR_SUCCESS ||
+          result == ERROR_MORE_DATA)
+      {
+        if (bytes)
+        {
+          line = malloc(bytes+1);
+          if (RegQueryValueEx(mykey, NAMESERVER, NULL, &data_type,
+                              (unsigned char *)line, &bytes) ==
+              ERROR_SUCCESS)
+          {
+            status = config_nameserver(&servers, &nservers, line);
+          }
+          free(line);
+        }
+      }
+    }
+    RegCloseKey(mykey);
+  }
+
+  if (status == ARES_SUCCESS)
+    status = ARES_EOF;
+  else
+    /* Catch the case when all the above checks fail (which happens when there
+       is no network card or the cable is unplugged) */
+    status = ARES_EFILE;
+
+#elif defined(__riscos__)
+
+  /* Under RISC OS, name servers are listed in the
+     system variable Inet$Resolvers, space separated. */
+
+  line = getenv("Inet$Resolvers");
+  status = ARES_EOF;
+  if (line) {
+    char *resolvers = strdup(line), *pos, *space;
+
+    if (!resolvers)
+      return ARES_ENOMEM;
+
+    pos = resolvers;
+    do {
+      space = strchr(pos, ' ');
+      if (space)
+        *space = '\0';
+      status = config_nameserver(&servers, &nservers, pos);
+      if (status != ARES_SUCCESS)
+        break;
+      pos = space + 1;
+    } while (space);
+
+    if (status == ARES_SUCCESS)
+      status = ARES_EOF;
+
+    free(resolvers);
+  }
+
+#elif defined(WATT32)
+  int i;
+
+  sock_init();
+  for (i = 0; def_nameservers[i]; i++)
+      ;
+  if (i == 0)
+    return ARES_SUCCESS; /* use localhost DNS server */
+
+  nservers = i;
+  servers = calloc(i, sizeof(struct server_state));
+  if (!servers)
+     return ARES_ENOMEM;
+
+  for (i = 0; def_nameservers[i]; i++)
+      servers[i].addr.addrV4.s_addr = htonl(def_nameservers[i]);
+  status = ARES_EOF;
+
+#elif defined(ANDROID)
+  char value[PROP_VALUE_MAX]="";
+  __system_property_get("net.dns1", value);
+  status = config_nameserver(&servers, &nservers, value);
+  if (status == ARES_SUCCESS)
+    status = ARES_EOF;
+#else
+  {
+    char *p;
+    FILE *fp;
+    size_t linesize;
+    int error;
+
+    /* Don't read resolv.conf and friends if we don't have to */
+    if (ARES_CONFIG_CHECK(channel))
+        return ARES_SUCCESS;
+
+    fp = fopen(PATH_RESOLV_CONF, "r");
+    if (fp) {
+      while ((status = ares__read_line(fp, &line, &linesize)) == ARES_SUCCESS)
+      {
+        if ((p = try_config(line, "domain")))
+          status = config_domain(channel, p);
+        else if ((p = try_config(line, "lookup")) && !channel->lookups)
+          status = config_lookup(channel, p, "bind", "file");
+        else if ((p = try_config(line, "search")))
+          status = set_search(channel, p);
+        else if ((p = try_config(line, "nameserver")) && channel->nservers == -1)
+          status = config_nameserver(&servers, &nservers, p);
+        else if ((p = try_config(line, "sortlist")) && channel->nsort == -1)
+          status = config_sortlist(&sortlist, &nsort, p);
+        else if ((p = try_config(line, "options")))
+          status = set_options(channel, p);
+        else
+          status = ARES_SUCCESS;
+        if (status != ARES_SUCCESS)
+          break;
+      }
+      fclose(fp);
+    }
+    else {
+      error = ERRNO;
+      switch(error) {
+      case ENOENT:
+      case ESRCH:
+        status = ARES_EOF;
+        break;
+      default:
+        DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
+                       error, strerror(error)));
+        DEBUGF(fprintf(stderr, "Error opening file: %s\n", PATH_RESOLV_CONF));
+        status = ARES_EFILE;
+      }
+    }
+
+    if ((status == ARES_EOF) && (!channel->lookups)) {
+      /* Many systems (Solaris, Linux, BSD's) use nsswitch.conf */
+      fp = fopen("/etc/nsswitch.conf", "r");
+      if (fp) {
+        while ((status = ares__read_line(fp, &line, &linesize)) == ARES_SUCCESS)
+        {
+          if ((p = try_config(line, "hosts:")) && !channel->lookups)
+            status = config_lookup(channel, p, "dns", "files");
+        }
+        fclose(fp);
+      }
+      else {
+        error = ERRNO;
+        switch(error) {
+        case ENOENT:
+        case ESRCH:
+          status = ARES_EOF;
+          break;
+        default:
+          DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
+                         error, strerror(error)));
+          DEBUGF(fprintf(stderr, "Error opening file: %s\n", "/etc/nsswitch.conf"));
+          status = ARES_EFILE;
+        }
+      }
+    }
+
+    if ((status == ARES_EOF) && (!channel->lookups)) {
+      /* Linux / GNU libc 2.x and possibly others have host.conf */
+      fp = fopen("/etc/host.conf", "r");
+      if (fp) {
+        while ((status = ares__read_line(fp, &line, &linesize)) == ARES_SUCCESS)
+        {
+          if ((p = try_config(line, "order")) && !channel->lookups)
+            status = config_lookup(channel, p, "bind", "hosts");
+        }
+        fclose(fp);
+      }
+      else {
+        error = ERRNO;
+        switch(error) {
+        case ENOENT:
+        case ESRCH:
+          status = ARES_EOF;
+          break;
+        default:
+          DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
+                         error, strerror(error)));
+          DEBUGF(fprintf(stderr, "Error opening file: %s\n", "/etc/host.conf"));
+          status = ARES_EFILE;
+        }
+      }
+    }
+
+    if ((status == ARES_EOF) && (!channel->lookups)) {
+      /* Tru64 uses /etc/svc.conf */
+      fp = fopen("/etc/svc.conf", "r");
+      if (fp) {
+        while ((status = ares__read_line(fp, &line, &linesize)) == ARES_SUCCESS)
+        {
+          if ((p = try_config(line, "hosts=")) && !channel->lookups)
+            status = config_lookup(channel, p, "bind", "local");
+        }
+        fclose(fp);
+      }
+      else {
+        error = ERRNO;
+        switch(error) {
+        case ENOENT:
+        case ESRCH:
+          status = ARES_EOF;
+          break;
+        default:
+          DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
+                         error, strerror(error)));
+          DEBUGF(fprintf(stderr, "Error opening file: %s\n", "/etc/svc.conf"));
+          status = ARES_EFILE;
+        }
+      }
+    }
+
+    if(line)
+      free(line);
+  }
+
+#endif
+
+  /* Handle errors. */
+  if (status != ARES_EOF)
+    {
+      if (servers != NULL)
+        free(servers);
+      if (sortlist != NULL)
+        free(sortlist);
+      return status;
+    }
+
+  /* If we got any name server entries, fill them in. */
+#ifdef WIN32
+okay:
+#endif
+  if (servers)
+    {
+      channel->servers = servers;
+      channel->nservers = nservers;
+    }
+
+  /* If we got any sortlist entries, fill them in. */
+  if (sortlist)
+    {
+      channel->sortlist = sortlist;
+      channel->nsort = nsort;
+    }
+
+  return ARES_SUCCESS;
+}
+
+static int init_by_defaults(ares_channel channel)
+{
+  char *hostname = NULL;
+  int rc = ARES_SUCCESS;
+#ifdef HAVE_GETHOSTNAME
+  char *dot;
+#endif
+
+  if (channel->flags == -1)
+    channel->flags = 0;
+  if (channel->timeout == -1)
+    channel->timeout = DEFAULT_TIMEOUT;
+  if (channel->tries == -1)
+    channel->tries = DEFAULT_TRIES;
+  if (channel->ndots == -1)
+    channel->ndots = 1;
+  if (channel->rotate == -1)
+    channel->rotate = 0;
+  if (channel->udp_port == -1)
+    channel->udp_port = htons(NAMESERVER_PORT);
+  if (channel->tcp_port == -1)
+    channel->tcp_port = htons(NAMESERVER_PORT);
+
+  if (channel->nservers == -1) {
+    /* If nobody specified servers, try a local named. */
+    channel->servers = malloc(sizeof(struct server_state));
+    if (!channel->servers) {
+      rc = ARES_ENOMEM;
+      goto error;
+    }
+    channel->servers[0].addr.family = AF_INET;
+    channel->servers[0].addr.addrV4.s_addr = htonl(INADDR_LOOPBACK);
+    channel->nservers = 1;
+  }
+
+#ifdef ENAMETOOLONG
+#define toolong(x) (x == -1) && ((ENAMETOOLONG == errno) || (EINVAL == errno))
+#else
+#define toolong(x) (x == -1) && (EINVAL == errno)
+#endif
+
+  if (channel->ndomains == -1) {
+    /* Derive a default domain search list from the kernel hostname,
+     * or set it to empty if the hostname isn't helpful.
+     */
+    size_t len = 64;
+    int res;
+    channel->ndomains = 0; /* default to none */
+
+#ifdef HAVE_GETHOSTNAME
+    hostname = malloc(len);
+    if(!hostname) {
+      rc = ARES_ENOMEM;
+      goto error;
+    }
+
+    do {
+      res = gethostname(hostname, len);
+
+      if(toolong(res)) {
+        char *p;
+        len *= 2;
+        p = realloc(hostname, len);
+        if(!p) {
+          rc = ARES_ENOMEM;
+          goto error;
+        }
+        hostname = p;
+        continue;
+      }
+      else if(res) {
+        rc = ARES_EBADNAME;
+        goto error;
+      }
+
+    } while(0);
+
+    dot = strchr(hostname, '.');
+    if (dot) {
+      /* a dot was found */
+      channel->domains = malloc(sizeof(char *));
+      if (!channel->domains) {
+        rc = ARES_ENOMEM;
+        goto error;
+      }
+      channel->domains[0] = strdup(dot + 1);
+      if (!channel->domains[0]) {
+        rc = ARES_ENOMEM;
+        goto error;
+      }
+      channel->ndomains = 1;
+    }
+#endif
+  }
+
+  if (channel->nsort == -1) {
+    channel->sortlist = NULL;
+    channel->nsort = 0;
+  }
+
+  if (!channel->lookups) {
+    channel->lookups = strdup("fb");
+    if (!channel->lookups)
+      rc = ARES_ENOMEM;
+  }
+
+  error:
+  if(rc) {
+    if(channel->servers)
+      free(channel->servers);
+
+    if(channel->domains && channel->domains[0])
+      free(channel->domains[0]);
+    if(channel->domains)
+      free(channel->domains);
+    if(channel->lookups)
+      free(channel->lookups);
+  }
+
+  if(hostname)
+    free(hostname);
+
+  return rc;
+}
+
+#if !defined(WIN32) && !defined(WATT32)
+static int config_domain(ares_channel channel, char *str)
+{
+  char *q;
+
+  /* Set a single search domain. */
+  q = str;
+  while (*q && !ISSPACE(*q))
+    q++;
+  *q = '\0';
+  return set_search(channel, str);
+}
+
+#if defined(__INTEL_COMPILER) && (__INTEL_COMPILER == 910) && \
+    defined(__OPTIMIZE__) && defined(__unix__) &&  defined(__i386__)
+  /* workaround icc 9.1 optimizer issue */
+# define vqualifier volatile
+#else
+# define vqualifier
+#endif
+
+static int config_lookup(ares_channel channel, const char *str,
+                         const char *bindch, const char *filech)
+{
+  char lookups[3], *l;
+  const char *vqualifier p;
+
+  /* Set the lookup order.  Only the first letter of each work
+   * is relevant, and it has to be "b" for DNS or "f" for the
+   * host file.  Ignore everything else.
+   */
+  l = lookups;
+  p = str;
+  while (*p)
+    {
+      if ((*p == *bindch || *p == *filech) && l < lookups + 2) {
+        if (*p == *bindch) *l++ = 'b';
+        else *l++ = 'f';
+      }
+      while (*p && !ISSPACE(*p) && (*p != ','))
+        p++;
+      while (*p && (ISSPACE(*p) || (*p == ',')))
+        p++;
+    }
+  *l = '\0';
+  channel->lookups = strdup(lookups);
+  return (channel->lookups) ? ARES_SUCCESS : ARES_ENOMEM;
+}
+#endif  /* !WIN32 & !WATT32 */
+
+#ifndef WATT32
+static int config_nameserver(struct server_state **servers, int *nservers,
+                             char *str)
+{
+  struct ares_addr host;
+  struct server_state *newserv;
+  char *p, *txtaddr;
+  /* On Windows, there may be more than one nameserver specified in the same
+   * registry key, so we parse input as a space or comma seperated list.
+   */
+  for (p = str; p;)
+    {
+      /* Skip whitespace and commas. */
+      while (*p && (ISSPACE(*p) || (*p == ',')))
+        p++;
+      if (!*p)
+        /* No more input, done. */
+        break;
+
+      /* Pointer to start of IPv4 or IPv6 address part. */
+      txtaddr = p;
+
+      /* Advance past this address. */
+      while (*p && !ISSPACE(*p) && (*p != ','))
+        p++;
+      if (*p)
+        /* Null terminate this address. */
+        *p++ = '\0';
+      else
+        /* Reached end of input, done when this address is processed. */
+        p = NULL;
+
+      /* Convert textual address to binary format. */
+      if (ares_inet_pton(AF_INET, txtaddr, &host.addrV4) == 1)
+        host.family = AF_INET;
+      else if (ares_inet_pton(AF_INET6, txtaddr, &host.addrV6) == 1)
+        host.family = AF_INET6;
+      else
+        continue;
+
+      /* Resize servers state array. */
+      newserv = realloc(*servers, (*nservers + 1) *
+                        sizeof(struct server_state));
+      if (!newserv)
+        return ARES_ENOMEM;
+
+      /* Store address data. */
+      newserv[*nservers].addr.family = host.family;
+      if (host.family == AF_INET)
+        memcpy(&newserv[*nservers].addr.addrV4, &host.addrV4,
+               sizeof(host.addrV4));
+      else
+        memcpy(&newserv[*nservers].addr.addrV6, &host.addrV6,
+               sizeof(host.addrV6));
+
+      /* Update arguments. */
+      *servers = newserv;
+      *nservers += 1;
+    }
+
+  return ARES_SUCCESS;
+}
+
+#ifndef WIN32
+static int config_sortlist(struct apattern **sortlist, int *nsort,
+                           const char *str)
+{
+  struct apattern pat;
+  const char *q;
+
+  /* Add sortlist entries. */
+  while (*str && *str != ';')
+    {
+      int bits;
+      char ipbuf[16], ipbufpfx[32];
+      /* Find just the IP */
+      q = str;
+      while (*q && *q != '/' && *q != ';' && !ISSPACE(*q))
+        q++;
+      memcpy(ipbuf, str, q-str);
+      ipbuf[q-str] = '\0';
+      /* Find the prefix */
+      if (*q == '/')
+        {
+          const char *str2 = q+1;
+          while (*q && *q != ';' && !ISSPACE(*q))
+            q++;
+          memcpy(ipbufpfx, str, q-str);
+          ipbufpfx[q-str] = '\0';
+          str = str2;
+        }
+      else
+        ipbufpfx[0] = '\0';
+      /* Lets see if it is CIDR */
+      /* First we'll try IPv6 */
+      if ((bits = ares_inet_net_pton(AF_INET6, ipbufpfx[0] ? ipbufpfx : ipbuf,
+                                     &pat.addrV6,
+                                     sizeof(pat.addrV6))) > 0)
+        {
+          pat.type = PATTERN_CIDR;
+          pat.mask.bits = (unsigned short)bits;
+          pat.family = AF_INET6;
+          if (!sortlist_alloc(sortlist, nsort, &pat))
+            return ARES_ENOMEM;
+        }
+      if (ipbufpfx[0] &&
+          (bits = ares_inet_net_pton(AF_INET, ipbufpfx, &pat.addrV4,
+                                     sizeof(pat.addrV4))) > 0)
+        {
+          pat.type = PATTERN_CIDR;
+          pat.mask.bits = (unsigned short)bits;
+          pat.family = AF_INET;
+          if (!sortlist_alloc(sortlist, nsort, &pat))
+            return ARES_ENOMEM;
+        }
+      /* See if it is just a regular IP */
+      else if (ip_addr(ipbuf, q-str, &pat.addrV4) == 0)
+        {
+          if (ipbufpfx[0])
+            {
+              memcpy(ipbuf, str, q-str);
+              ipbuf[q-str] = '\0';
+              if (ip_addr(ipbuf, q-str, &pat.mask.addr4) != 0)
+                natural_mask(&pat);
+            }
+          else
+            natural_mask(&pat);
+          pat.family = AF_INET;
+          pat.type = PATTERN_MASK;
+          if (!sortlist_alloc(sortlist, nsort, &pat))
+            return ARES_ENOMEM;
+        }
+      else
+        {
+          while (*q && *q != ';' && !ISSPACE(*q))
+            q++;
+        }
+      str = q;
+      while (ISSPACE(*str))
+        str++;
+    }
+
+  return ARES_SUCCESS;
+}
+#endif  /* !WIN32 */
+#endif  /* !WATT32 */
+
+static int set_search(ares_channel channel, const char *str)
+{
+  int n;
+  const char *p, *q;
+
+  if(channel->ndomains != -1) {
+    /* if we already have some domains present, free them first */
+    for(n=0; n < channel->ndomains; n++)
+      free(channel->domains[n]);
+    free(channel->domains);
+    channel->domains = NULL;
+    channel->ndomains = -1;
+  }
+
+  /* Count the domains given. */
+  n = 0;
+  p = str;
+  while (*p)
+    {
+      while (*p && !ISSPACE(*p))
+        p++;
+      while (ISSPACE(*p))
+        p++;
+      n++;
+    }
+
+  if (!n)
+    {
+      channel->ndomains = 0;
+      return ARES_SUCCESS;
+    }
+
+  channel->domains = malloc(n * sizeof(char *));
+  if (!channel->domains)
+    return ARES_ENOMEM;
+
+  /* Now copy the domains. */
+  n = 0;
+  p = str;
+  while (*p)
+    {
+      channel->ndomains = n;
+      q = p;
+      while (*q && !ISSPACE(*q))
+        q++;
+      channel->domains[n] = malloc(q - p + 1);
+      if (!channel->domains[n])
+        return ARES_ENOMEM;
+      memcpy(channel->domains[n], p, q - p);
+      channel->domains[n][q - p] = 0;
+      p = q;
+      while (ISSPACE(*p))
+        p++;
+      n++;
+    }
+  channel->ndomains = n;
+
+  return ARES_SUCCESS;
+}
+
+static int set_options(ares_channel channel, const char *str)
+{
+  const char *p, *q, *val;
+
+  p = str;
+  while (*p)
+    {
+      q = p;
+      while (*q && !ISSPACE(*q))
+        q++;
+      val = try_option(p, q, "ndots:");
+      if (val && channel->ndots == -1)
+        channel->ndots = aresx_sltosi(strtol(val, NULL, 10));
+      val = try_option(p, q, "retrans:");
+      if (val && channel->timeout == -1)
+        channel->timeout = aresx_sltosi(strtol(val, NULL, 10));
+      val = try_option(p, q, "retry:");
+      if (val && channel->tries == -1)
+        channel->tries = aresx_sltosi(strtol(val, NULL, 10));
+      val = try_option(p, q, "rotate");
+      if (val && channel->rotate == -1)
+        channel->rotate = 1;
+      p = q;
+      while (ISSPACE(*p))
+        p++;
+    }
+
+  return ARES_SUCCESS;
+}
+
+static const char *try_option(const char *p, const char *q, const char *opt)
+{
+  size_t len = strlen(opt);
+  return ((size_t)(q - p) >= len && !strncmp(p, opt, len)) ? &p[len] : NULL;
+}
+
+#if !defined(WIN32) && !defined(WATT32)
+static char *try_config(char *s, const char *opt)
+{
+  size_t len;
+  char *p;
+  char *q;
+
+  if (!s || !opt)
+    /* no line or no option */
+    return NULL;
+
+  /* trim line comment */
+  p = s;
+  while (*p && (*p != '#'))
+    p++;
+  *p = '\0';
+
+  /* trim trailing whitespace */
+  q = p - 1;
+  while ((q >= s) && ISSPACE(*q))
+    q--;
+  *++q = '\0';
+
+  /* skip leading whitespace */
+  p = s;
+  while (*p && ISSPACE(*p))
+    p++;
+
+  if (!*p)
+    /* empty line */
+    return NULL;
+
+  if ((len = strlen(opt)) == 0)
+    /* empty option */
+    return NULL;
+
+  if (strncmp(p, opt, len) != 0)
+    /* line and option do not match */
+    return NULL;
+
+  /* skip over given option name */
+  p += len;
+
+  if (!*p)
+    /* no option value */
+    return NULL;
+
+  if ((opt[len-1] != ':') && (opt[len-1] != '=') && !ISSPACE(*p))
+    /* whitespace between option name and value is mandatory
+       for given option names which do not end with ':' or '=' */
+    return NULL;
+
+  /* skip over whitespace */
+  while (*p && ISSPACE(*p))
+    p++;
+
+  if (!*p)
+    /* no option value */
+    return NULL;
+
+  /* return pointer to option value */
+  return p;
+}
+
+static int sortlist_alloc(struct apattern **sortlist, int *nsort,
+                          struct apattern *pat)
+{
+  struct apattern *newsort;
+  newsort = realloc(*sortlist, (*nsort + 1) * sizeof(struct apattern));
+  if (!newsort)
+    return 0;
+  newsort[*nsort] = *pat;
+  *sortlist = newsort;
+  (*nsort)++;
+  return 1;
+}
+
+static int ip_addr(const char *ipbuf, ssize_t len, struct in_addr *addr)
+{
+
+  /* Four octets and three periods yields at most 15 characters. */
+  if (len > 15)
+    return -1;
+
+  addr->s_addr = inet_addr(ipbuf);
+  if (addr->s_addr == INADDR_NONE && strcmp(ipbuf, "255.255.255.255") != 0)
+    return -1;
+  return 0;
+}
+
+static void natural_mask(struct apattern *pat)
+{
+  struct in_addr addr;
+
+  /* Store a host-byte-order copy of pat in a struct in_addr.  Icky,
+   * but portable.
+   */
+  addr.s_addr = ntohl(pat->addrV4.s_addr);
+
+  /* This is out of date in the CIDR world, but some people might
+   * still rely on it.
+   */
+  if (IN_CLASSA(addr.s_addr))
+    pat->mask.addr4.s_addr = htonl(IN_CLASSA_NET);
+  else if (IN_CLASSB(addr.s_addr))
+    pat->mask.addr4.s_addr = htonl(IN_CLASSB_NET);
+  else
+    pat->mask.addr4.s_addr = htonl(IN_CLASSC_NET);
+}
+#endif /* !WIN32 && !WATT32 */
+
+/* initialize an rc4 key. If possible a cryptographically secure random key
+   is generated using a suitable function (for example win32's RtlGenRandom as
+   described in
+   http://blogs.msdn.com/michael_howard/archive/2005/01/14/353379.aspx
+   otherwise the code defaults to cross-platform albeit less secure mechanism
+   using rand
+*/
+static void randomize_key(unsigned char* key,int key_data_len)
+{
+  int randomized = 0;
+  int counter=0;
+#ifdef WIN32
+  BOOLEAN res;
+  if (ares_fpSystemFunction036)
+    {
+      res = (*ares_fpSystemFunction036) (key, key_data_len);
+      if (res)
+        randomized = 1;
+    }
+#else /* !WIN32 */
+#ifdef RANDOM_FILE
+  FILE *f = fopen(RANDOM_FILE, "rb");
+  if(f) {
+    counter = aresx_uztosi(fread(key, 1, key_data_len, f));
+    fclose(f);
+  }
+#endif
+#endif /* WIN32 */
+
+  if ( !randomized ) {
+    for (;counter<key_data_len;counter++)
+      key[counter]=(unsigned char)(rand() % 256);
+  }
+}
+
+static int init_id_key(rc4_key* key,int key_data_len)
+{
+  unsigned char index1;
+  unsigned char index2;
+  unsigned char* state;
+  short counter;
+  unsigned char *key_data_ptr = 0;
+
+  key_data_ptr = calloc(1,key_data_len);
+  if (!key_data_ptr)
+    return ARES_ENOMEM;
+
+  state = &key->state[0];
+  for(counter = 0; counter < 256; counter++)
+    /* unnecessary AND but it keeps some compilers happier */
+    state[counter] = (unsigned char)(counter & 0xff);
+  randomize_key(key->state,key_data_len);
+  key->x = 0;
+  key->y = 0;
+  index1 = 0;
+  index2 = 0;
+  for(counter = 0; counter < 256; counter++)
+  {
+    index2 = (unsigned char)((key_data_ptr[index1] + state[counter] +
+                              index2) % 256);
+    ARES_SWAP_BYTE(&state[counter], &state[index2]);
+
+    index1 = (unsigned char)((index1 + 1) % key_data_len);
+  }
+  free(key_data_ptr);
+  return ARES_SUCCESS;
+}
+
+unsigned short ares__generate_new_id(rc4_key* key)
+{
+  unsigned short r=0;
+  ares__rc4(key, (unsigned char *)&r, sizeof(r));
+  return r;
+}
+
+void ares_set_local_ip4(ares_channel channel, unsigned int local_ip)
+{
+  channel->local_ip4 = local_ip;
+}
+
+/* local_ip6 should be 16 bytes in length */
+void ares_set_local_ip6(ares_channel channel,
+                        const unsigned char* local_ip6)
+{
+  memcpy(&channel->local_ip6, local_ip6, sizeof(channel->local_ip6));
+}
+
+/* local_dev_name should be null terminated. */
+void ares_set_local_dev(ares_channel channel,
+                        const char* local_dev_name)
+{
+  strncpy(channel->local_dev_name, local_dev_name,
+          sizeof(channel->local_dev_name));
+  channel->local_dev_name[sizeof(channel->local_dev_name) - 1] = 0;
+}
+
+
+void ares_set_socket_callback(ares_channel channel,
+                              ares_sock_create_callback cb,
+                              void *data)
+{
+  channel->sock_create_cb = cb;
+  channel->sock_create_cb_data = data;
+}
+
+void ares__init_servers_state(ares_channel channel)
+{
+  struct server_state *server;
+  int i;
+
+  for (i = 0; i < channel->nservers; i++)
+    {
+      server = &channel->servers[i];
+      server->udp_socket = ARES_SOCKET_BAD;
+      server->tcp_socket = ARES_SOCKET_BAD;
+      server->tcp_connection_generation = ++channel->tcp_connection_generation;
+      server->tcp_lenbuf_pos = 0;
+      server->tcp_buffer_pos = 0;
+      server->tcp_buffer = NULL;
+      server->tcp_length = 0;
+      server->qhead = NULL;
+      server->qtail = NULL;
+      ares__init_list_head(&server->queries_to_server);
+      server->channel = channel;
+      server->is_broken = 0;
+    }
+}
blob - /dev/null
blob + 0f1c44df3b1f97fc2389cc2e0cfe6cbc38693fd9 (mode 644)
Binary files /dev/null and src/c-ares/ares_init.pdf differ
blob - /dev/null
blob + 27b149bf64bfafc3e6b1f03765b196c9d5123ac8 (mode 644)
--- /dev/null
+++ src/c-ares/ares_init_options.3
@@ -0,0 +1 @@
+.so man3/ares_init.3
blob - /dev/null
blob + a3b5b625e8596ca0dd62047ff69e8b8cadc1c379 (mode 644)
Binary files /dev/null and src/c-ares/ares_init_options.pdf differ
blob - /dev/null
blob + 6f1022a76f533847fac76852af1b350185c2da96 (mode 644)
--- /dev/null
+++ src/c-ares/ares_ipv6.h
@@ -0,0 +1,78 @@
+
+/* Copyright (C) 2005 by Dominick Meglio
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#ifndef ARES_IPV6_H
+#define ARES_IPV6_H
+
+#ifndef HAVE_PF_INET6
+#define PF_INET6 AF_INET6
+#endif
+
+#ifndef HAVE_STRUCT_SOCKADDR_IN6
+struct sockaddr_in6
+{
+  unsigned short       sin6_family;
+  unsigned short       sin6_port;
+  unsigned long        sin6_flowinfo;
+  struct ares_in6_addr sin6_addr;
+  unsigned int         sin6_scope_id;
+};
+#endif
+
+#ifndef HAVE_STRUCT_ADDRINFO
+struct addrinfo
+{
+  int              ai_flags;
+  int              ai_family;
+  int              ai_socktype;
+  int              ai_protocol;
+  ares_socklen_t   ai_addrlen;   /* Follow rfc3493 struct addrinfo */
+  char            *ai_canonname;
+  struct sockaddr *ai_addr;
+  struct addrinfo *ai_next;
+};
+#endif
+
+#ifndef NS_IN6ADDRSZ
+#if SIZEOF_STRUCT_IN6_ADDR == 0
+/* We cannot have it set to zero, so we pick a fixed value here */
+#define NS_IN6ADDRSZ 16
+#else
+#define NS_IN6ADDRSZ SIZEOF_STRUCT_IN6_ADDR
+#endif
+#endif
+
+#ifndef NS_INADDRSZ
+#define NS_INADDRSZ SIZEOF_STRUCT_IN_ADDR
+#endif
+
+#ifndef NS_INT16SZ
+#define NS_INT16SZ 2
+#endif
+
+#ifndef IF_NAMESIZE
+#ifdef IFNAMSIZ
+#define IF_NAMESIZE IFNAMSIZ
+#else
+#define IF_NAMESIZE 256
+#endif
+#endif
+
+/* Defined in ares_net_pton.c for no particular reason. */
+extern const struct ares_in6_addr ares_in6addr_any; /* :: */
+
+
+#endif /* ARES_IPV6_H */
blob - /dev/null
blob + 9fcf896a2b3fd06a4aab25245ef9a01ec3a262a9 (mode 644)
--- /dev/null
+++ src/c-ares/ares_library_cleanup.3
@@ -0,0 +1,73 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\" Copyright (C) 2004-2009 by Daniel Stenberg
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_LIBRARY_CLEANUP 3 "19 May 2009"
+.SH NAME
+ares_library_cleanup \- c-ares library deinitialization
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B void ares_library_cleanup(void)
+.PP
+.B cc file.c -lcares
+.fi
+.SH DESCRIPTION
+.PP
+The
+.B ares_library_cleanup
+function uninitializes the c-ares library, freeing all resources
+previously acquired by \fIares_library_init(3)\fP when the library
+was initialized.
+.PP
+This function must be called when the program using c-ares will
+no longer need any c-ares function. Once the program has called
+\fIares_library_cleanup(3)\fP it shall not make any further call to any
+c-ares function.
+.PP
+This function does not cancel any pending c-ares lookups or requests
+previously done. Program  must use \fIares_cancel(3)\fP for this purpose.
+.PP
+.B This function is not thread safe.
+You have to call it once the program is about to terminate, but this call must
+be done once the program has terminated every single thread that it could have
+initiated. This is required to avoid potential race conditions in library
+deinitialization, and also due to the fact that \fIares_library_cleanup(3)\fP
+might call functions from other libraries that are thread unsafe, and could
+conflict with any other thread that is already using these other libraries.
+.PP
+Win32/64 application DLLs shall not call \fIares_library_cleanup(3)\fP from
+the DllMain function. Doing so will produce deadlocks and other problems.
+.SH AVAILABILITY
+This function was first introduced in c-ares version 1.7.0 along with the
+definition of preprocessor symbol \fICARES_HAVE_ARES_LIBRARY_CLEANUP\fP as an
+indication of the availability of this function.
+.PP
+Since the introduction of this function, it is absolutely mandatory to call it
+for any Win32/64 program using c-ares.
+.PP
+Non-Win32/64 systems can still use c-ares version 1.7.0 without calling
+\fIares_library_cleanup(3)\fP due to the fact that \fIcurrently\fP it is nearly
+a do-nothing function on non-Win32/64 platforms.
+.SH SEE ALSO
+.BR ares_library_init(3),
+.BR ares_cancel(3)
+.SH AUTHOR
+Yang Tse
+.PP
+Copyright 1998 by the Massachusetts Institute of Technology.
+.br
+Copyright (C) 2004-2009 by Daniel Stenberg.
blob - /dev/null
blob + 5e3ad15b81091da72c33a5bd9686b1e7a5610e8a (mode 644)
Binary files /dev/null and src/c-ares/ares_library_cleanup.pdf differ
blob - /dev/null
blob + b3efc1801da05905f1313c0f5623531289b2445a (mode 644)
--- /dev/null
+++ src/c-ares/ares_library_init.3
@@ -0,0 +1,96 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\" Copyright (C) 2004-2009 by Daniel Stenberg
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_LIBRARY_INIT 3 "19 May 2009"
+.SH NAME
+ares_library_init \- c-ares library initialization
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_library_init(int \fIflags\fP)
+.PP
+.B cc file.c -lcares
+.fi
+.SH DESCRIPTION
+.PP
+The
+.B ares_library_init
+function performs initializations internally required by the c-ares
+library that must take place before any other function provided by
+c-ares can be used in a program.
+.PP
+This function must be called one time within the life of a program,
+before the program actually executes any other c-ares library function.
+Initializations done by this function remain effective until a
+call to \fIares_library_cleanup(3)\fP is performed.
+.PP
+Successive calls to this function do nothing, only the first call done
+when c-ares is in an uninitialized state is actually effective.
+.PP
+The
+.I flags
+parameter is a bit pattern that tells c-ares exactly which features
+should be initialized, as described below. Set the desired bits by
+ORing the values together. In normal operation you should specify
+\fIARES_LIB_INIT_ALL\fP. Don't use any other value unless you are
+familiar with it and trying to control some internal c-ares feature.
+.PP
+.B This function is not thread safe.
+You have to call it once the program has started, but this call must be done
+before the program starts any other thread. This is required to avoid
+potential race conditions in library initialization, and also due to the fact
+that \fIares_library_init(3)\fP might call functions from other libraries that
+are thread unsafe, and could conflict with any other thread that is already
+using these other libraries.
+.PP
+Win32/64 application DLLs shall not call \fIares_library_init(3)\fP from the
+DllMain function. Doing so will produce deadlocks and other problems.
+.SH FLAGS
+.TP 5
+.B ARES_LIB_INIT_ALL
+Initialize everything possible. This sets all known bits.
+.TP
+.B ARES_LIB_INIT_WIN32
+Initialize Win32/64 specific libraries.
+.TP
+.B ARES_LIB_INIT_NONE
+Initialize nothing extra. This sets no bit.
+.SH RETURN VALUE
+Upon successful completion, ares_library_init() will return 0.  Otherwise, a
+non-zero error number will be returned to indicate the error. Except for
+\fIares_strerror(3)\fP, you shall not call any other c-ares function upon
+\fIares_library_init(3)\fP failure.
+.SH AVAILABILITY
+This function was first introduced in c-ares version 1.7.0 along with the
+definition of preprocessor symbol \fICARES_HAVE_ARES_LIBRARY_INIT\fP as an
+indication of the availability of this function.
+.PP
+Since the introduction of this function it is absolutely mandatory to
+call it for any Win32/64 program using c-ares.
+.PP
+Non-Win32/64 systems can still use c-ares version 1.7.0 without calling
+\fIares_library_init(3)\fP due to the fact that \fIcurrently\fP it is nearly
+a do-nothing function on non-Win32/64 platforms at this point.
+.SH SEE ALSO
+.BR ares_library_cleanup(3),
+.BR ares_strerror(3)
+.SH AUTHOR
+Yang Tse
+.PP
+Copyright 1998 by the Massachusetts Institute of Technology.
+.br
+Copyright (C) 2004-2009 by Daniel Stenberg.
blob - /dev/null
blob + 1a875da1504ba91e4303dd1d1758a4a2daa45b80 (mode 644)
--- /dev/null
+++ src/c-ares/ares_library_init.c
@@ -0,0 +1,132 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2004-2009 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#include "ares.h"
+#include "ares_library_init.h"
+#include "ares_private.h"
+
+/* library-private global and unique instance vars */
+
+#ifdef USE_WINSOCK
+fpGetNetworkParams_t ares_fpGetNetworkParams = ZERO_NULL;
+fpSystemFunction036_t ares_fpSystemFunction036 = ZERO_NULL;
+#endif
+
+/* library-private global vars with source visibility restricted to this file */
+
+static unsigned int ares_initialized;
+static int          ares_init_flags;
+
+#ifdef USE_WINSOCK
+static HMODULE hnd_iphlpapi;
+static HMODULE hnd_advapi32;
+#endif
+
+
+static int ares_win32_init(void)
+{
+#ifdef USE_WINSOCK
+
+  hnd_iphlpapi = 0;
+  hnd_iphlpapi = LoadLibrary("iphlpapi.dll");
+  if (!hnd_iphlpapi)
+    return ARES_ELOADIPHLPAPI;
+
+  ares_fpGetNetworkParams = (fpGetNetworkParams_t)
+    GetProcAddress(hnd_iphlpapi, "GetNetworkParams");
+  if (!ares_fpGetNetworkParams)
+    {
+      FreeLibrary(hnd_iphlpapi);
+      return ARES_EADDRGETNETWORKPARAMS;
+    }
+
+  /*
+   * When advapi32.dll is unavailable or advapi32.dll has no SystemFunction036,
+   * also known as RtlGenRandom, which is the case for Windows versions prior
+   * to WinXP then c-ares uses portable rand() function. Then don't error here.
+   */
+
+  hnd_advapi32 = 0;
+  hnd_advapi32 = LoadLibrary("advapi32.dll");
+  if (hnd_advapi32)
+    {
+      ares_fpSystemFunction036 = (fpSystemFunction036_t)
+        GetProcAddress(hnd_advapi32, "SystemFunction036");
+    }
+
+#endif
+  return ARES_SUCCESS;
+}
+
+
+static void ares_win32_cleanup(void)
+{
+#ifdef USE_WINSOCK
+  if (hnd_advapi32)
+    FreeLibrary(hnd_advapi32);
+  if (hnd_iphlpapi)
+    FreeLibrary(hnd_iphlpapi);
+#endif
+}
+
+
+int ares_library_init(int flags)
+{
+  int res;
+
+  if (ares_initialized)
+    return ARES_SUCCESS;
+  ares_initialized++;
+
+  if (flags & ARES_LIB_INIT_WIN32)
+    {
+      res = ares_win32_init();
+      if (res != ARES_SUCCESS)
+        return res;
+    }
+
+  ares_init_flags = flags;
+
+  return ARES_SUCCESS;
+}
+
+
+void ares_library_cleanup(void)
+{
+  if (!ares_initialized)
+    return;
+  ares_initialized--;
+
+  if (ares_init_flags & ARES_LIB_INIT_WIN32)
+    ares_win32_cleanup();
+
+  ares_init_flags = ARES_LIB_INIT_NONE;
+}
+
+
+int ares_library_initialized(void)
+{
+#ifdef USE_WINSOCK
+  if (!ares_initialized)
+    return ARES_ENOTINITIALIZED;
+#endif
+  return ARES_SUCCESS;
+}
+
+
blob - /dev/null
blob + 29d5c9e73ff73c253274884cb26af1c0f3a3decc (mode 644)
--- /dev/null
+++ src/c-ares/ares_library_init.h
@@ -0,0 +1,39 @@
+#ifndef HEADER_CARES_LIBRARY_INIT_H
+#define HEADER_CARES_LIBRARY_INIT_H
+
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2004-2009 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef USE_WINSOCK
+
+#include <iphlpapi.h>
+
+typedef DWORD (WINAPI *fpGetNetworkParams_t) (FIXED_INFO*, DWORD*);
+typedef BOOLEAN (APIENTRY *fpSystemFunction036_t) (void*, ULONG);
+
+/* Forward-declaration of variables defined in ares_library_init.c */
+/* that are global and unique instances for whole c-ares library.  */
+
+extern fpGetNetworkParams_t ares_fpGetNetworkParams;
+extern fpSystemFunction036_t ares_fpSystemFunction036;
+
+#endif /* USE_WINSOCK */
+
+#endif /* HEADER_CARES_LIBRARY_INIT_H */
+
blob - /dev/null
blob + 788c6abf3fcedcb98116a97532e1ed1a2380fd95 (mode 644)
Binary files /dev/null and src/c-ares/ares_library_init.pdf differ
blob - /dev/null
blob + c0acd90a8e8af9fc4b27f95f33d06414fef4103f (mode 644)
--- /dev/null
+++ src/c-ares/ares_llist.c
@@ -0,0 +1,86 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#include "ares.h"
+#include "ares_private.h"
+
+/* Routines for managing doubly-linked circular linked lists with a
+ * dummy head.
+ */
+
+/* Initialize a new head node */
+void ares__init_list_head(struct list_node* head) {
+  head->prev = head;
+  head->next = head;
+  head->data = NULL;
+}
+
+/* Initialize a list node */
+void ares__init_list_node(struct list_node* node, void* d) {
+  node->prev = NULL;
+  node->next = NULL;
+  node->data = d;
+}
+
+/* Returns true iff the given list is empty */
+int ares__is_list_empty(struct list_node* head) {
+  return ((head->next == head) && (head->prev == head));
+}
+
+/* Inserts new_node before old_node */
+void ares__insert_in_list(struct list_node* new_node,
+                          struct list_node* old_node) {
+  new_node->next = old_node;
+  new_node->prev = old_node->prev;
+  old_node->prev->next = new_node;
+  old_node->prev = new_node;
+}
+
+/* Removes the node from the list it's in, if any */
+void ares__remove_from_list(struct list_node* node) {
+  if (node->next != NULL) {
+    node->prev->next = node->next;
+    node->next->prev = node->prev;
+    node->prev = NULL;
+    node->next = NULL;
+  }
+}
+
+/* Swap the contents of two lists */
+void ares__swap_lists(struct list_node* head_a,
+                      struct list_node* head_b) {
+  int is_a_empty = ares__is_list_empty(head_a);
+  int is_b_empty = ares__is_list_empty(head_b);
+  struct list_node old_a = *head_a;
+  struct list_node old_b = *head_b;
+
+  if (is_a_empty) {
+    ares__init_list_head(head_b);
+  } else {
+    *head_b = old_a;
+    old_a.next->prev = head_b;
+    old_a.prev->next = head_b;
+  }
+  if (is_b_empty) {
+    ares__init_list_head(head_a);
+  } else {
+    *head_a = old_b;
+    old_b.next->prev = head_a;
+    old_b.prev->next = head_a;
+  }
+}
blob - /dev/null
blob + b09f0de6d71b48bc69ca48639883cd8e8c0d3b65 (mode 644)
--- /dev/null
+++ src/c-ares/ares_llist.h
@@ -0,0 +1,42 @@
+#ifndef __ARES_LLIST_H
+#define __ARES_LLIST_H
+
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+
+/* Node definition for circular, doubly-linked list */
+struct list_node {
+  struct list_node *prev;
+  struct list_node *next;
+  void* data;
+};
+
+void ares__init_list_head(struct list_node* head);
+
+void ares__init_list_node(struct list_node* node, void* d);
+
+int ares__is_list_empty(struct list_node* head);
+
+void ares__insert_in_list(struct list_node* new_node,
+                          struct list_node* old_node);
+
+void ares__remove_from_list(struct list_node* node);
+
+void ares__swap_lists(struct list_node* head_a,
+                      struct list_node* head_b);
+
+#endif /* __ARES_LLIST_H */
blob - /dev/null
blob + f7c5413612b45e2e98442b3b1db43a06b2afd36f (mode 644)
--- /dev/null
+++ src/c-ares/ares_mkquery.3
@@ -0,0 +1,75 @@
+.\"
+.\" Copyright 1998, 2000 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_MKQUERY 3 "20 Nov 2009"
+.SH NAME
+ares_mkquery \- Compose a single-question DNS query buffer
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_mkquery(const char *\fIname\fP, int \fIdnsclass\fP, int \fItype\fP,
+.B	unsigned short \fIid\fP, int \fIrd\fP, unsigned char **\fIbuf\fP,
+.B	int *\fIbuflen\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_mkquery
+function composes a DNS query with a single question.
+The parameter
+.I name
+gives the query name as a NUL-terminated C string of period-separated
+labels optionally ending with a period; periods and backslashes within
+a label must be escaped with a backlash.  The parameters
+.I dnsclass
+and
+.I type
+give the class and type of the query using the values defined in
+.BR <arpa/nameser.h> .
+The parameter
+.I id
+gives a 16-bit identifier for the query.  The parameter
+.I rd
+should be nonzero if recursion is desired, zero if not.  The query
+will be placed in an allocated buffer, a pointer to which will be
+stored in the variable pointed to by
+.IR buf ,
+and the length of which will be stored in the variable pointed to by
+.IR buflen .
+It is the caller's responsibility to free this buffer using
+\fIares_free_string(3)\fP when it is no longer needed.
+.SH RETURN VALUES
+.B ares_mkquery
+can return any of the following values:
+.TP 15
+.B ARES_SUCCESS
+Construction of the DNS query succeeded.
+.TP 15
+.B ARES_EBADNAME
+The query name
+.I name
+could not be encoded as a domain name, either because it contained a
+zero-length label or because it contained a label of more than 63
+characters.
+.TP 15
+.B ARES_ENOMEM
+Memory was exhausted.
+.SH SEE ALSO
+.BR ares_expand_name (3),
+.BR ares_free_string (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998, 2000 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + e33f13ff223216f263dd8e84434e629862d685bc (mode 644)
--- /dev/null
+++ src/c-ares/ares_mkquery.c
@@ -0,0 +1,195 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#include <stdlib.h>
+#include <string.h>
+#include "ares.h"
+#include "ares_dns.h"
+#include "ares_private.h"
+
+/* Header format, from RFC 1035:
+ *                                  1  1  1  1  1  1
+ *    0  1  2  3  4  5  6  7  8  9  0  1  2  3  4  5
+ *  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+ *  |                      ID                       |
+ *  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+ *  |QR|   Opcode  |AA|TC|RD|RA|   Z    |   RCODE   |
+ *  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+ *  |                    QDCOUNT                    |
+ *  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+ *  |                    ANCOUNT                    |
+ *  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+ *  |                    NSCOUNT                    |
+ *  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+ *  |                    ARCOUNT                    |
+ *  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+ *
+ * AA, TC, RA, and RCODE are only set in responses.  Brief description
+ * of the remaining fields:
+ *      ID      Identifier to match responses with queries
+ *      QR      Query (0) or response (1)
+ *      Opcode  For our purposes, always QUERY
+ *      RD      Recursion desired
+ *      Z       Reserved (zero)
+ *      QDCOUNT Number of queries
+ *      ANCOUNT Number of answers
+ *      NSCOUNT Number of name server records
+ *      ARCOUNT Number of additional records
+ *
+ * Question format, from RFC 1035:
+ *                                  1  1  1  1  1  1
+ *    0  1  2  3  4  5  6  7  8  9  0  1  2  3  4  5
+ *  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+ *  |                                               |
+ *  /                     QNAME                     /
+ *  /                                               /
+ *  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+ *  |                     QTYPE                     |
+ *  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+ *  |                     QCLASS                    |
+ *  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+ *
+ * The query name is encoded as a series of labels, each represented
+ * as a one-byte length (maximum 63) followed by the text of the
+ * label.  The list is terminated by a label of length zero (which can
+ * be thought of as the root domain).
+ */
+
+int ares_mkquery(const char *name, int dnsclass, int type, unsigned short id,
+                 int rd, unsigned char **buf, int *buflen)
+{
+  int len;
+  unsigned char *q;
+  const char *p;
+
+  /* Set our results early, in case we bail out early with an error. */
+  *buflen = 0;
+  *buf = NULL;
+
+  /* Compute the length of the encoded name so we can check buflen.
+   * Start counting at 1 for the zero-length label at the end. */
+  len = 1;
+  for (p = name; *p; p++)
+    {
+      if (*p == '\\' && *(p + 1) != 0)
+        p++;
+      len++;
+    }
+  /* If there are n periods in the name, there are n + 1 labels, and
+   * thus n + 1 length fields, unless the name is empty or ends with a
+   * period.  So add 1 unless name is empty or ends with a period.
+   */
+  if (*name && *(p - 1) != '.')
+    len++;
+
+  /* Immediately reject names that are longer than the maximum of 255
+   * bytes that's specified in RFC 1035 ("To simplify implementations,
+   * the total length of a domain name (i.e., label octets and label
+   * length octets) is restricted to 255 octets or less."). We aren't
+   * doing this just to be a stickler about RFCs. For names that are
+   * too long, 'dnscache' closes its TCP connection to us immediately
+   * (when using TCP) and ignores the request when using UDP, and
+   * BIND's named returns ServFail (TCP or UDP). Sending a request
+   * that we know will cause 'dnscache' to close the TCP connection is
+   * painful, since that makes any other outstanding requests on that
+   * connection fail. And sending a UDP request that we know
+   * 'dnscache' will ignore is bad because resources will be tied up
+   * until we time-out the request.
+   */
+  if (len > MAXCDNAME)
+    return ARES_EBADNAME;
+
+  *buflen = len + HFIXEDSZ + QFIXEDSZ;
+  *buf = malloc(*buflen);
+  if (!*buf)
+      return ARES_ENOMEM;
+
+  /* Set up the header. */
+  q = *buf;
+  memset(q, 0, HFIXEDSZ);
+  DNS_HEADER_SET_QID(q, id);
+  DNS_HEADER_SET_OPCODE(q, QUERY);
+  if (rd) {
+    DNS_HEADER_SET_RD(q, 1);
+  }
+  else {
+    DNS_HEADER_SET_RD(q, 0);
+  }
+  DNS_HEADER_SET_QDCOUNT(q, 1);
+
+  /* A name of "." is a screw case for the loop below, so adjust it. */
+  if (strcmp(name, ".") == 0)
+    name++;
+
+  /* Start writing out the name after the header. */
+  q += HFIXEDSZ;
+  while (*name)
+    {
+      if (*name == '.')
+        return ARES_EBADNAME;
+
+      /* Count the number of bytes in this label. */
+      len = 0;
+      for (p = name; *p && *p != '.'; p++)
+        {
+          if (*p == '\\' && *(p + 1) != 0)
+            p++;
+          len++;
+        }
+      if (len > MAXLABEL)
+        return ARES_EBADNAME;
+
+      /* Encode the length and copy the data. */
+      *q++ = (unsigned char)len;
+      for (p = name; *p && *p != '.'; p++)
+        {
+          if (*p == '\\' && *(p + 1) != 0)
+            p++;
+          *q++ = *p;
+        }
+
+      /* Go to the next label and repeat, unless we hit the end. */
+      if (!*p)
+        break;
+      name = p + 1;
+    }
+
+  /* Add the zero-length label at the end. */
+  *q++ = 0;
+
+  /* Finish off the question with the type and class. */
+  DNS_QUESTION_SET_TYPE(q, type);
+  DNS_QUESTION_SET_CLASS(q, dnsclass);
+
+  return ARES_SUCCESS;
+}
blob - /dev/null
blob + 2c647d34346e94045be39e0fa0b492b7f78a2fc3 (mode 644)
Binary files /dev/null and src/c-ares/ares_mkquery.pdf differ
blob - /dev/null
blob + ed84ade42a98ccf75cdd5e07a4abdc5bade5e715 (mode 644)
--- /dev/null
+++ src/c-ares/ares_nowarn.c
@@ -0,0 +1,70 @@
+
+/* Copyright (C) 2010 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+
+#include "ares_setup.h"
+
+#include "ares_nowarn.h"
+
+#if (SIZEOF_INT == 2)
+#  define CARES_MASK_SINT  0x7FFF
+#  define CARES_MASK_UINT  0xFFFF
+#elif (SIZEOF_INT == 4)
+#  define CARES_MASK_SINT  0x7FFFFFFF
+#  define CARES_MASK_UINT  0xFFFFFFFF
+#elif (SIZEOF_INT == 8)
+#  define CARES_MASK_SINT  0x7FFFFFFFFFFFFFFF
+#  define CARES_MASK_UINT  0xFFFFFFFFFFFFFFFF
+#elif (SIZEOF_INT == 16)
+#  define CARES_MASK_SINT  0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+#  define CARES_MASK_UINT  0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+#endif
+
+/*
+** size_t to signed int
+*/
+
+int aresx_uztosi(size_t uznum)
+{
+#ifdef __INTEL_COMPILER
+#  pragma warning(push)
+#  pragma warning(disable:810) /* conversion may lose significant bits */
+#endif
+
+  return (int)(uznum & (size_t) CARES_MASK_SINT);
+
+#ifdef __INTEL_COMPILER
+#  pragma warning(pop)
+#endif
+}
+
+/*
+** signed long to signed int
+*/
+
+int aresx_sltosi(long slnum)
+{
+#ifdef __INTEL_COMPILER
+#  pragma warning(push)
+#  pragma warning(disable:810) /* conversion may lose significant bits */
+#endif
+
+  return (int)(slnum & (long) CARES_MASK_SINT);
+
+#ifdef __INTEL_COMPILER
+#  pragma warning(pop)
+#endif
+}
blob - /dev/null
blob + fb804951065ccdae13b831ec27564f00d41390df (mode 644)
--- /dev/null
+++ src/c-ares/ares_nowarn.h
@@ -0,0 +1,24 @@
+#ifndef HEADER_CARES_NOWARN_H
+#define HEADER_CARES_NOWARN_H
+
+
+/* Copyright (C) 2010 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+int aresx_uztosi(size_t uznum);
+
+int aresx_sltosi(long slnum);
+
+#endif /* HEADER_CARES_NOWARN_H */
blob - /dev/null
blob + 70280526869500a55b55bf4e211d5d36fba4d7e9 (mode 644)
--- /dev/null
+++ src/c-ares/ares_options.c
@@ -0,0 +1,253 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2008-2010 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+
+#include "ares_setup.h"
+
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+
+#include "ares.h"
+#include "ares_data.h"
+#include "inet_net_pton.h"
+#include "ares_private.h"
+
+
+int ares_get_servers(ares_channel channel,
+                     struct ares_addr_node **servers)
+{
+  struct ares_addr_node *srvr_head = NULL;
+  struct ares_addr_node *srvr_last = NULL;
+  struct ares_addr_node *srvr_curr;
+  int status = ARES_SUCCESS;
+  int i;
+
+  if (!channel)
+    return ARES_ENODATA;
+
+  for (i = 0; i < channel->nservers; i++)
+    {
+      /* Allocate storage for this server node appending it to the list */
+      srvr_curr = ares_malloc_data(ARES_DATATYPE_ADDR_NODE);
+      if (!srvr_curr)
+        {
+          status = ARES_ENOMEM;
+          break;
+        }
+      if (srvr_last)
+        {
+          srvr_last->next = srvr_curr;
+        }
+      else
+        {
+          srvr_head = srvr_curr;
+        }
+      srvr_last = srvr_curr;
+
+      /* Fill this server node data */
+      srvr_curr->family = channel->servers[i].addr.family;
+      if (srvr_curr->family == AF_INET)
+        memcpy(&srvr_curr->addrV4, &channel->servers[i].addr.addrV4,
+               sizeof(srvr_curr->addrV4));
+      else
+        memcpy(&srvr_curr->addrV6, &channel->servers[i].addr.addrV6,
+               sizeof(srvr_curr->addrV6));
+    }
+
+  if (status != ARES_SUCCESS)
+    {
+      if (srvr_head)
+        {
+          ares_free_data(srvr_head);
+          srvr_head = NULL;
+        }
+    }
+
+  *servers = srvr_head;
+
+  return status;
+}
+
+
+int ares_set_servers(ares_channel channel,
+                     struct ares_addr_node *servers)
+{
+  struct ares_addr_node *srvr;
+  int num_srvrs = 0;
+  int i;
+
+  if (ares_library_initialized() != ARES_SUCCESS)
+    return ARES_ENOTINITIALIZED;
+
+  if (!channel)
+    return ARES_ENODATA;
+
+  ares__destroy_servers_state(channel);
+
+  for (srvr = servers; srvr; srvr = srvr->next)
+    {
+      num_srvrs++;
+    }
+
+  if (num_srvrs > 0)
+    {
+      /* Allocate storage for servers state */
+      channel->servers = malloc(num_srvrs * sizeof(struct server_state));
+      if (!channel->servers)
+        {
+          return ARES_ENOMEM;
+        }
+      channel->nservers = num_srvrs;
+      /* Fill servers state address data */
+      for (i = 0, srvr = servers; srvr; i++, srvr = srvr->next)
+        {
+          channel->servers[i].addr.family = srvr->family;
+          if (srvr->family == AF_INET)
+            memcpy(&channel->servers[i].addr.addrV4, &srvr->addrV4,
+                   sizeof(srvr->addrV4));
+          else
+            memcpy(&channel->servers[i].addr.addrV6, &srvr->addrV6,
+                   sizeof(srvr->addrV6));
+        }
+      /* Initialize servers state remaining data */
+      ares__init_servers_state(channel);
+    }
+
+  return ARES_SUCCESS;
+}
+
+/* Incomming string format: host[:port][,host[:port]]... */
+int ares_set_servers_csv(ares_channel channel,
+                         const char* _csv)
+{
+  int i;
+  char* csv = NULL;
+  char* ptr;
+  char* start_host;
+  long port;
+  bool found_port;
+  int rv = ARES_SUCCESS;
+  struct ares_addr_node *servers = NULL;
+  struct ares_addr_node *last = NULL;
+
+  if (ares_library_initialized() != ARES_SUCCESS)
+    return ARES_ENOTINITIALIZED;
+
+  if (!channel)
+    return ARES_ENODATA;
+
+  ares__destroy_servers_state(channel);
+
+  i = strlen(_csv);
+  if (i == 0)
+     return ARES_SUCCESS; /* blank all servers */
+
+  csv = malloc(i + 2);
+  strcpy(csv, _csv);
+  if (csv[i-1] != ',') { /* make parsing easier by ensuring ending ',' */
+    csv[i] = ',';
+    csv[i+1] = 0;
+  }
+
+  start_host = csv;
+  found_port = false;
+  for (ptr = csv; *ptr; ptr++) {
+    if (*ptr == ',') {
+      char* pp = ptr - 1;
+      struct in_addr in4;
+      struct ares_in6_addr in6;
+      struct ares_addr_node *s = NULL;
+
+      *ptr = 0; /* null terminate host:port string */
+      /* Got an entry..see if port was specified. */
+      while (pp > start_host) {
+        if (*pp == ':')
+          break; /* yes */
+        if (!ISDIGIT(*pp)) {
+          /* Found end of digits before we found :, so wasn't a port */
+          pp = ptr;
+          break;
+        }
+        pp--;
+      }
+      if ((pp != start_host) && ((pp + 1) < ptr)) {
+        /* Found it. */
+        found_port = true;
+        port = strtol(pp + 1, NULL, 10);
+        *pp = 0; /* null terminate host */
+      }
+      /* resolve host, try ipv4 first, rslt is in network byte order */
+      rv = ares_inet_pton(AF_INET, start_host, &in4);
+      if (!rv) {
+        /* Ok, try IPv6 then */
+        rv = ares_inet_pton(AF_INET6, start_host, &in6);
+        if (!rv) {
+          rv = ARES_EBADSTR;
+          goto out;
+        }
+        /* was ipv6, add new server */
+        s = malloc(sizeof(*s));
+        if (!s) {
+          rv = ARES_ENOMEM;
+          goto out;
+        }
+        s->family = AF_INET6;
+        memcpy(&s->addr, &in6, sizeof(struct ares_in6_addr));
+      }
+      else {
+        /* was ipv4, add new server */
+        s = malloc(sizeof(*s));
+        if (!s) {
+          rv = ARES_ENOMEM;
+          goto out;
+        }
+        s->family = AF_INET;
+        memcpy(&s->addr, &in4, sizeof(struct in_addr));
+      }
+      if (s) {
+        /* TODO:  Add port to ares_addr_node and assign it here. */
+
+        s->next = NULL;
+        if (last) {
+          last->next = s;
+        }
+        else {
+          servers = s;
+          last = s;
+        }
+      }
+
+      /* Set up for next one */
+      found_port = false;
+      start_host = ptr + 1;
+    }
+  }
+
+  rv = ares_set_servers(channel, servers);
+
+  out:
+  if (csv)
+    free(csv);
+  while (servers) {
+    struct ares_addr_node *s = servers;
+    servers = servers->next;
+    free(s);
+  }
+
+  return rv;
+}
blob - /dev/null
blob + 7fd06f998df6d900922a6a01b2ed1f3c4d7d9d8b (mode 644)
--- /dev/null
+++ src/c-ares/ares_parse_a_reply.3
@@ -0,0 +1,78 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_PARSE_A_REPLY 3 "25 July 1998"
+.SH NAME
+ares_parse_a_reply \- Parse a reply to a DNS query of type A
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_parse_a_reply(const unsigned char *\fIabuf\fP, int \fIalen\fP,
+.B 	struct hostent **\fIhost\fP,
+.B      struct ares_addrttl *\fIaddrttls\fB, int *\fInaddrttls\fB);
+.fi
+.SH DESCRIPTION
+The
+.B ares_parse_a_reply
+function parses the response to a query of type A into a
+.BR "struct hostent"
+and/or an array of
+.BR "struct ares_addrttls" . 
+The parameters
+.I abuf
+and
+.I alen
+give the contents of the response.  The result is stored in allocated
+memory and a pointer to it stored into the variable pointed to by
+.IR host ,
+if host is nonnull.
+It is the caller's responsibility to free the resulting host structure
+using
+.BR ares_free_hostent (3)
+when it is no longer needed.
+.PP
+If
+.IR addrttls
+and
+.IR naddrttls
+are both nonnull,
+then up to *naddrttls
+.BR "struct ares_addrttl"
+records are stored in the array pointed to by addrttls,
+and then *naddrttls is set to the number of records so stored.
+Note that the memory for these records is supplied by the caller.
+.SH RETURN VALUES
+.B ares_parse_a_reply
+can return any of the following values:
+.TP 15
+.B ARES_SUCCESS
+The response was successfully parsed.
+.TP 15
+.B ARES_EBADRESP
+The response was malformatted.
+.TP 15
+.B ARES_ENODATA
+The response did not contain an answer to the query.
+.TP 15
+.B ARES_ENOMEM
+Memory was exhausted.
+.SH SEE ALSO
+.BR ares_gethostbyname (3),
+.BR ares_free_hostent (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + 93012549c90f471fb4caa35478fd98067ea142e0 (mode 644)
--- /dev/null
+++ src/c-ares/ares_parse_a_reply.c
@@ -0,0 +1,258 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#ifdef HAVE_STRINGS_H
+#  include <strings.h>
+#endif
+
+#include <stdlib.h>
+#include <string.h>
+#ifdef HAVE_LIMITS_H
+#  include <limits.h>
+#endif
+
+#include "ares.h"
+#include "ares_dns.h"
+#include "ares_private.h"
+
+int ares_parse_a_reply(const unsigned char *abuf, int alen,
+                       struct hostent **host,
+                       struct ares_addrttl *addrttls, int *naddrttls)
+{
+  unsigned int qdcount, ancount;
+  int status, i, rr_type, rr_class, rr_len, rr_ttl, naddrs;
+  int cname_ttl = INT_MAX;  /* the TTL imposed by the CNAME chain */
+  int naliases;
+  long len;
+  const unsigned char *aptr;
+  char *hostname, *rr_name, *rr_data, **aliases;
+  struct in_addr *addrs;
+  struct hostent *hostent;
+  const int max_addr_ttls = (addrttls && naddrttls) ? *naddrttls : 0;
+
+  /* Set *host to NULL for all failure cases. */
+  if (host)
+    *host = NULL;
+  /* Same with *naddrttls. */
+  if (naddrttls)
+    *naddrttls = 0;
+
+  /* Give up if abuf doesn't have room for a header. */
+  if (alen < HFIXEDSZ)
+    return ARES_EBADRESP;
+
+  /* Fetch the question and answer count from the header. */
+  qdcount = DNS_HEADER_QDCOUNT(abuf);
+  ancount = DNS_HEADER_ANCOUNT(abuf);
+  if (qdcount != 1)
+    return ARES_EBADRESP;
+
+  /* Expand the name from the question, and skip past the question. */
+  aptr = abuf + HFIXEDSZ;
+  status = ares__expand_name_for_response(aptr, abuf, alen, &hostname, &len);
+  if (status != ARES_SUCCESS)
+    return status;
+  if (aptr + len + QFIXEDSZ > abuf + alen)
+    {
+      free(hostname);
+      return ARES_EBADRESP;
+    }
+  aptr += len + QFIXEDSZ;
+
+  if (host)
+    {
+      /* Allocate addresses and aliases; ancount gives an upper bound for
+         both. */
+      addrs = malloc(ancount * sizeof(struct in_addr));
+      if (!addrs)
+        {
+          free(hostname);
+          return ARES_ENOMEM;
+        }
+      aliases = malloc((ancount + 1) * sizeof(char *));
+      if (!aliases)
+        {
+          free(hostname);
+          free(addrs);
+          return ARES_ENOMEM;
+        }
+    }
+  else
+    {
+      addrs = NULL;
+      aliases = NULL;
+    }
+
+  naddrs = 0;
+  naliases = 0;
+
+  /* Examine each answer resource record (RR) in turn. */
+  for (i = 0; i < (int)ancount; i++)
+    {
+      /* Decode the RR up to the data field. */
+      status = ares__expand_name_for_response(aptr, abuf, alen, &rr_name, &len);
+      if (status != ARES_SUCCESS)
+        break;
+      aptr += len;
+      if (aptr + RRFIXEDSZ > abuf + alen)
+        {
+          status = ARES_EBADRESP;
+          break;
+        }
+      rr_type = DNS_RR_TYPE(aptr);
+      rr_class = DNS_RR_CLASS(aptr);
+      rr_len = DNS_RR_LEN(aptr);
+      rr_ttl = DNS_RR_TTL(aptr);
+      aptr += RRFIXEDSZ;
+
+      if (rr_class == C_IN && rr_type == T_A
+          && rr_len == sizeof(struct in_addr)
+          && strcasecmp(rr_name, hostname) == 0)
+        {
+          if (addrs)
+            {
+              if (aptr + sizeof(struct in_addr) > abuf + alen)
+              {
+                status = ARES_EBADRESP;
+                break;
+              }
+              memcpy(&addrs[naddrs], aptr, sizeof(struct in_addr));
+            }
+          if (naddrs < max_addr_ttls)
+            {
+              struct ares_addrttl * const at = &addrttls[naddrs];
+              if (aptr + sizeof(struct in_addr) > abuf + alen)
+              {
+                status = ARES_EBADRESP;
+                break;
+              }
+              memcpy(&at->ipaddr, aptr,  sizeof(struct in_addr));
+              at->ttl = rr_ttl;
+            }
+          naddrs++;
+          status = ARES_SUCCESS;
+        }
+
+      if (rr_class == C_IN && rr_type == T_CNAME)
+        {
+          /* Record the RR name as an alias. */
+          if (aliases)
+            aliases[naliases] = rr_name;
+          else
+            free(rr_name);
+          naliases++;
+
+          /* Decode the RR data and replace the hostname with it. */
+          status = ares__expand_name_for_response(aptr, abuf, alen, &rr_data,
+                                                  &len);
+          if (status != ARES_SUCCESS)
+            break;
+          free(hostname);
+          hostname = rr_data;
+
+          /* Take the min of the TTLs we see in the CNAME chain. */
+          if (cname_ttl > rr_ttl)
+            cname_ttl = rr_ttl;
+        }
+      else
+        free(rr_name);
+
+      aptr += rr_len;
+      if (aptr > abuf + alen)
+        {
+          status = ARES_EBADRESP;
+          break;
+        }
+    }
+
+  if (status == ARES_SUCCESS && naddrs == 0 && naliases == 0)
+    /* the check for naliases to be zero is to make sure CNAME responses
+       don't get caught here */
+    status = ARES_ENODATA;
+  if (status == ARES_SUCCESS)
+    {
+      /* We got our answer. */
+      if (naddrttls)
+        {
+          const int n = naddrs < max_addr_ttls ? naddrs : max_addr_ttls;
+          for (i = 0; i < n; i++)
+            {
+              /* Ensure that each A TTL is no larger than the CNAME TTL. */
+              if (addrttls[i].ttl > cname_ttl)
+                addrttls[i].ttl = cname_ttl;
+            }
+          *naddrttls = n;
+        }
+      if (aliases)
+        aliases[naliases] = NULL;
+      if (host)
+        {
+          /* Allocate memory to build the host entry. */
+          hostent = malloc(sizeof(struct hostent));
+          if (hostent)
+            {
+              hostent->h_addr_list = malloc((naddrs + 1) * sizeof(char *));
+              if (hostent->h_addr_list)
+                {
+                  /* Fill in the hostent and return successfully. */
+                  hostent->h_name = hostname;
+                  hostent->h_aliases = aliases;
+                  hostent->h_addrtype = AF_INET;
+                  hostent->h_length = sizeof(struct in_addr);
+                  for (i = 0; i < naddrs; i++)
+                    hostent->h_addr_list[i] = (char *) &addrs[i];
+                  hostent->h_addr_list[naddrs] = NULL;
+                  *host = hostent;
+                  return ARES_SUCCESS;
+                }
+              free(hostent);
+            }
+          status = ARES_ENOMEM;
+        }
+     }
+  if (aliases)
+    {
+      for (i = 0; i < naliases; i++)
+        free(aliases[i]);
+      free(aliases);
+    }
+  free(addrs);
+  free(hostname);
+  return status;
+}
blob - /dev/null
blob + 01c6429e69d9a3f869015ef4ab2c2b9a57bf701d (mode 644)
Binary files /dev/null and src/c-ares/ares_parse_a_reply.pdf differ
blob - /dev/null
blob + 7fdaa686e91d7075607cb1824b2826fa6ab84abb (mode 644)
--- /dev/null
+++ src/c-ares/ares_parse_aaaa_reply.3
@@ -0,0 +1,78 @@
+.\"
+.\" Copyright 2005 by Dominick Meglio.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_PARSE_AAAA_REPLY 3 "20 Nov 2009"
+.SH NAME
+ares_parse_aaaa_reply \- Parse a reply to a DNS query of type AAAA
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_parse_aaaa_reply(const unsigned char *\fIabuf\fP, int \fIalen\fP,
+.B 	struct hostent **\fIhost\fP,         
+.B      struct ares_addr6ttl *\fIaddrttls\fB, int *\fInaddrttls\fB);
+.fi
+.SH DESCRIPTION
+The
+.B ares_parse_aaaa_reply
+function parses the response to a query of type AAAA into a
+.BR "struct hostent"
+and/or an array of
+.BR "struct ares_addr6ttl" . 
+The parameters
+.I abuf
+and
+.I alen
+give the contents of the response.  The result is stored in allocated
+memory and a pointer to it stored into the variable pointed to by
+.IR host ,
+if host is nonnull.
+It is the caller's responsibility to free the resulting host structure
+using
+.BR ares_free_hostent (3)
+when it is no longer needed.
+.PP
+If
+.IR addrttls
+and
+.IR naddrttls
+are both nonnull,
+then up to *naddrttls
+.BR "struct ares_addr6ttl"
+records are stored in the array pointed to by addrttls,
+and then *naddrttls is set to the number of records so stored.
+Note that the memory for these records is supplied by the caller.
+.SH RETURN VALUES
+.B ares_parse_aaaa_reply
+can return any of the following values:
+.TP 15
+.B ARES_SUCCESS
+The response was successfully parsed.
+.TP 15
+.B ARES_EBADRESP
+The response was malformatted.
+.TP 15
+.B ARES_ENODATA
+The response did not contain an answer to the query.
+.TP 15
+.B ARES_ENOMEM
+Memory was exhausted.
+.SH SEE ALSO
+.BR ares_gethostbyname (3),
+.BR ares_free_hostent (3)
+.SH AUTHOR
+Dominick Meglio
+.br
+Copyright 2005 by Dominick Meglio.
blob - /dev/null
blob + a0f524daa5f523e2ad4b17bc1aaa027c5990e52d (mode 644)
--- /dev/null
+++ src/c-ares/ares_parse_aaaa_reply.c
@@ -0,0 +1,256 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ * Copyright 2005 Dominick Meglio
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#ifdef HAVE_STRINGS_H
+#  include <strings.h>
+#endif
+
+#include <stdlib.h>
+#include <string.h>
+#ifdef HAVE_LIMITS_H
+#  include <limits.h>
+#endif
+
+#include "ares.h"
+#include "ares_dns.h"
+#include "inet_net_pton.h"
+#include "ares_private.h"
+
+int ares_parse_aaaa_reply(const unsigned char *abuf, int alen,
+                          struct hostent **host, struct ares_addr6ttl *addrttls,
+                          int *naddrttls)
+{
+  unsigned int qdcount, ancount;
+  int status, i, rr_type, rr_class, rr_len, rr_ttl, naddrs;
+  int cname_ttl = INT_MAX;  /* the TTL imposed by the CNAME chain */
+  int naliases;
+  long len;
+  const unsigned char *aptr;
+  char *hostname, *rr_name, *rr_data, **aliases;
+  struct ares_in6_addr *addrs;
+  struct hostent *hostent;
+  const int max_addr_ttls = (addrttls && naddrttls) ? *naddrttls : 0;
+
+  /* Set *host to NULL for all failure cases. */
+  if (host)
+    *host = NULL;
+  /* Same with *naddrttls. */
+  if (naddrttls)
+    *naddrttls = 0;
+
+  /* Give up if abuf doesn't have room for a header. */
+  if (alen < HFIXEDSZ)
+    return ARES_EBADRESP;
+
+  /* Fetch the question and answer count from the header. */
+  qdcount = DNS_HEADER_QDCOUNT(abuf);
+  ancount = DNS_HEADER_ANCOUNT(abuf);
+  if (qdcount != 1)
+    return ARES_EBADRESP;
+
+  /* Expand the name from the question, and skip past the question. */
+  aptr = abuf + HFIXEDSZ;
+  status = ares__expand_name_for_response(aptr, abuf, alen, &hostname, &len);
+  if (status != ARES_SUCCESS)
+    return status;
+  if (aptr + len + QFIXEDSZ > abuf + alen)
+    {
+      free(hostname);
+      return ARES_EBADRESP;
+    }
+  aptr += len + QFIXEDSZ;
+
+  /* Allocate addresses and aliases; ancount gives an upper bound for both. */
+  if (host)
+    {
+      addrs = malloc(ancount * sizeof(struct ares_in6_addr));
+      if (!addrs)
+        {
+          free(hostname);
+          return ARES_ENOMEM;
+        }
+      aliases = malloc((ancount + 1) * sizeof(char *));
+      if (!aliases)
+        {
+          free(hostname);
+          free(addrs);
+          return ARES_ENOMEM;
+        }
+    }
+  else
+    {
+      addrs = NULL;
+      aliases = NULL;
+    }
+  naddrs = 0;
+  naliases = 0;
+
+  /* Examine each answer resource record (RR) in turn. */
+  for (i = 0; i < (int)ancount; i++)
+    {
+      /* Decode the RR up to the data field. */
+      status = ares__expand_name_for_response(aptr, abuf, alen, &rr_name, &len);
+      if (status != ARES_SUCCESS)
+        break;
+      aptr += len;
+      if (aptr + RRFIXEDSZ > abuf + alen)
+        {
+          status = ARES_EBADRESP;
+          break;
+        }
+      rr_type = DNS_RR_TYPE(aptr);
+      rr_class = DNS_RR_CLASS(aptr);
+      rr_len = DNS_RR_LEN(aptr);
+      rr_ttl = DNS_RR_TTL(aptr);
+      aptr += RRFIXEDSZ;
+
+      if (rr_class == C_IN && rr_type == T_AAAA
+          && rr_len == sizeof(struct ares_in6_addr)
+          && strcasecmp(rr_name, hostname) == 0)
+        {
+          if (addrs)
+            {
+              if (aptr + sizeof(struct ares_in6_addr) > abuf + alen)
+              {
+                status = ARES_EBADRESP;
+                break;
+              }
+              memcpy(&addrs[naddrs], aptr, sizeof(struct ares_in6_addr));
+            }
+          if (naddrs < max_addr_ttls)
+            {
+              struct ares_addr6ttl * const at = &addrttls[naddrs];
+              if (aptr + sizeof(struct ares_in6_addr) > abuf + alen)
+              {
+                status = ARES_EBADRESP;
+                break;
+              }
+              memcpy(&at->ip6addr, aptr,  sizeof(struct ares_in6_addr));
+              at->ttl = rr_ttl;
+            }
+          naddrs++;
+          status = ARES_SUCCESS;
+        }
+
+      if (rr_class == C_IN && rr_type == T_CNAME)
+        {
+          /* Record the RR name as an alias. */
+          if (aliases)
+            aliases[naliases] = rr_name;
+          else
+            free(rr_name);
+          naliases++;
+
+          /* Decode the RR data and replace the hostname with it. */
+          status = ares__expand_name_for_response(aptr, abuf, alen, &rr_data,
+                                                  &len);
+          if (status != ARES_SUCCESS)
+            break;
+          free(hostname);
+          hostname = rr_data;
+
+          /* Take the min of the TTLs we see in the CNAME chain. */
+          if (cname_ttl > rr_ttl)
+            cname_ttl = rr_ttl;
+        }
+      else
+        free(rr_name);
+
+      aptr += rr_len;
+      if (aptr > abuf + alen)
+        {
+          status = ARES_EBADRESP;
+          break;
+        }
+    }
+
+  if (status == ARES_SUCCESS && naddrs == 0)
+    status = ARES_ENODATA;
+  if (status == ARES_SUCCESS)
+    {
+      /* We got our answer. */
+      if (naddrttls)
+        {
+          const int n = naddrs < max_addr_ttls ? naddrs : max_addr_ttls;
+          for (i = 0; i < n; i++)
+            {
+              /* Ensure that each A TTL is no larger than the CNAME TTL. */
+              if (addrttls[i].ttl > cname_ttl)
+                addrttls[i].ttl = cname_ttl;
+            }
+          *naddrttls = n;
+        }
+      if (aliases)
+        aliases[naliases] = NULL;
+      if (host)
+        {
+          /* Allocate memory to build the host entry. */
+          hostent = malloc(sizeof(struct hostent));
+          if (hostent)
+            {
+              hostent->h_addr_list = malloc((naddrs + 1) * sizeof(char *));
+              if (hostent->h_addr_list)
+                {
+                  /* Fill in the hostent and return successfully. */
+                  hostent->h_name = hostname;
+                  hostent->h_aliases = aliases;
+                  hostent->h_addrtype = AF_INET6;
+                  hostent->h_length = sizeof(struct ares_in6_addr);
+                  for (i = 0; i < naddrs; i++)
+                    hostent->h_addr_list[i] = (char *) &addrs[i];
+                  hostent->h_addr_list[naddrs] = NULL;
+                  *host = hostent;
+                  return ARES_SUCCESS;
+                }
+              free(hostent);
+            }
+          status = ARES_ENOMEM;
+        }
+    }
+  if (aliases)
+    {
+      for (i = 0; i < naliases; i++)
+        free(aliases[i]);
+      free(aliases);
+    }
+  free(addrs);
+  free(hostname);
+  return status;
+}
blob - /dev/null
blob + fcc19fc0f4a71cd6d82dfbfacb23eea40d872a06 (mode 644)
Binary files /dev/null and src/c-ares/ares_parse_aaaa_reply.pdf differ
blob - /dev/null
blob + 87df4592ea38558da2366f27a1970078b90d7d92 (mode 644)
--- /dev/null
+++ src/c-ares/ares_parse_mx_reply.3
@@ -0,0 +1,79 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_PARSE_MX_REPLY 3 "4 August 2009"
+.SH NAME
+ares_parse_mx_reply \- Parse a reply to a DNS query of type MX
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_parse_mx_reply(const unsigned char* \fIabuf\fP, int \fIalen\fP,
+.B                          struct ares_mx_reply** \fImx_out\fP);
+.fi
+.SH DESCRIPTION
+The
+.B ares_parse_mx_reply
+function parses the response to a query of type MX into a
+linked list of
+.I struct ares_mx_reply 
+The parameters
+.I abuf
+and
+.I alen
+give the contents of the response.  The result is stored in allocated
+memory and a pointer to it stored into the variable pointed to by
+.IR mx_out .
+It is the caller's responsibility to free the resulting
+.IR mx_out
+structure when it is no longer needed using the function
+.B ares_free_data
+.PP
+The structure 
+.I ares_mx_reply
+contains the following fields:
+.sp
+.in +4n
+.nf
+struct ares_mx_reply {
+    struct ares_mx_reply *next;
+    char *host;
+    unsigned short priority;
+};
+.fi
+.in
+.PP
+.SH RETURN VALUES
+.B ares_parse_mx_reply
+can return any of the following values:
+.TP 15
+.B ARES_SUCCESS
+The response was successfully parsed.
+.TP 15
+.B ARES_EBADRESP
+The response was malformatted.
+.TP 15
+.B ARES_ENODATA
+The response did not contain an answer to the query.
+.TP 15
+.B ARES_ENOMEM
+Memory was exhausted.
+.SH AVAILABILITY
+This function was first introduced in c-ares version 1.7.2.
+.SH SEE ALSO
+.BR ares_query (3)
+.BR ares_free_data (3)
+.SH AUTHOR
+Written by Jeremy Lal <kapouer@melix.org>
blob - /dev/null
blob + 186ddd348d75a271796a9527569a465cace3c706 (mode 644)
--- /dev/null
+++ src/c-ares/ares_parse_mx_reply.c
@@ -0,0 +1,170 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2010 Jeremy Lal <kapouer@melix.org>
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#include <stdlib.h>
+#include <string.h>
+#include "ares.h"
+#include "ares_dns.h"
+#include "ares_data.h"
+#include "ares_private.h"
+
+int
+ares_parse_mx_reply (const unsigned char *abuf, int alen,
+                      struct ares_mx_reply **mx_out)
+{
+  unsigned int qdcount, ancount, i;
+  const unsigned char *aptr, *vptr;
+  int status, rr_type, rr_class, rr_len;
+  long len;
+  char *hostname = NULL, *rr_name = NULL;
+  struct ares_mx_reply *mx_head = NULL;
+  struct ares_mx_reply *mx_last = NULL;
+  struct ares_mx_reply *mx_curr;
+
+  /* Set *mx_out to NULL for all failure cases. */
+  *mx_out = NULL;
+
+  /* Give up if abuf doesn't have room for a header. */
+  if (alen < HFIXEDSZ)
+    return ARES_EBADRESP;
+
+  /* Fetch the question and answer count from the header. */
+  qdcount = DNS_HEADER_QDCOUNT (abuf);
+  ancount = DNS_HEADER_ANCOUNT (abuf);
+  if (qdcount != 1)
+    return ARES_EBADRESP;
+  if (ancount == 0)
+    return ARES_ENODATA;
+
+  /* Expand the name from the question, and skip past the question. */
+  aptr = abuf + HFIXEDSZ;
+  status = ares_expand_name (aptr, abuf, alen, &hostname, &len);
+  if (status != ARES_SUCCESS)
+    return status;
+
+  if (aptr + len + QFIXEDSZ > abuf + alen)
+    {
+      free (hostname);
+      return ARES_EBADRESP;
+    }
+  aptr += len + QFIXEDSZ;
+
+  /* Examine each answer resource record (RR) in turn. */
+  for (i = 0; i < ancount; i++)
+    {
+      /* Decode the RR up to the data field. */
+      status = ares_expand_name (aptr, abuf, alen, &rr_name, &len);
+      if (status != ARES_SUCCESS)
+        {
+          break;
+        }
+      aptr += len;
+      if (aptr + RRFIXEDSZ > abuf + alen)
+        {
+          status = ARES_EBADRESP;
+          break;
+        }
+      rr_type = DNS_RR_TYPE (aptr);
+      rr_class = DNS_RR_CLASS (aptr);
+      rr_len = DNS_RR_LEN (aptr);
+      aptr += RRFIXEDSZ;
+
+      /* Check if we are really looking at a MX record */
+      if (rr_class == C_IN && rr_type == T_MX)
+        {
+          /* parse the MX record itself */
+          if (rr_len < 2)
+            {
+              status = ARES_EBADRESP;
+              break;
+            }
+
+          /* Allocate storage for this MX answer appending it to the list */
+          mx_curr = ares_malloc_data(ARES_DATATYPE_MX_REPLY);
+          if (!mx_curr)
+            {
+              status = ARES_ENOMEM;
+              break;
+            }
+          if (mx_last)
+            {
+              mx_last->next = mx_curr;
+            }
+          else
+            {
+              mx_head = mx_curr;
+            }
+          mx_last = mx_curr;
+
+          vptr = aptr;
+          mx_curr->priority = ntohs (*((unsigned short *)vptr));
+          vptr += sizeof(unsigned short);
+
+          status = ares_expand_name (vptr, abuf, alen, &mx_curr->host, &len);
+          if (status != ARES_SUCCESS)
+            break;
+        }
+
+      /* Don't lose memory in the next iteration */
+      free (rr_name);
+      rr_name = NULL;
+
+      /* Move on to the next record */
+      aptr += rr_len;
+    }
+
+  if (hostname)
+    free (hostname);
+  if (rr_name)
+    free (rr_name);
+
+  /* clean up on error */
+  if (status != ARES_SUCCESS)
+    {
+      if (mx_head)
+        ares_free_data (mx_head);
+      return status;
+    }
+
+  /* everything looks fine, return the data */
+  *mx_out = mx_head;
+
+  return ARES_SUCCESS;
+}
blob - /dev/null
blob + af6c731d054a54e8298d203f9835ee69e7143527 (mode 644)
Binary files /dev/null and src/c-ares/ares_parse_mx_reply.pdf differ
blob - /dev/null
blob + b6340ac84649ff7da7545903e0c288c7a6cff69d (mode 644)
--- /dev/null
+++ src/c-ares/ares_parse_ns_reply.3
@@ -0,0 +1,66 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_PARSE_NS_REPLY 3 "10 February 2007"
+.SH NAME
+ares_parse_ns_reply \- Parse a reply to a DNS query of type NS into a hostent
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_parse_ns_reply(const unsigned char *\fIabuf\fP, int \fIalen\fP,
+.B 	struct hostent **\fIhost\fP);
+.fi
+.SH DESCRIPTION
+The
+.B ares_parse_ns_reply
+function parses the response to a query of type NS into a
+.BR "struct hostent" .
+The parameters
+.I abuf
+and
+.I alen
+give the contents of the response.  The result is stored in allocated
+memory and a pointer to it stored into the variable pointed to by
+.IR host . 
+The nameservers are stored into the 
+.BR aliases 
+field of the 
+.IR host 
+structure. 
+It is the caller's responsibility to free the resulting host structure
+using
+.BR ares_free_hostent (3)
+when it is no longer needed.
+.SH RETURN VALUES
+.B ares_parse_ns_reply
+can return any of the following values:
+.TP 15
+.B ARES_SUCCESS
+The response was successfully parsed.
+.TP 15
+.B ARES_EBADRESP
+The response was malformatted.
+.TP 15
+.B ARES_ENODATA
+The response did not contain an answer to the query.
+.TP 15
+.B ARES_ENOMEM
+Memory was exhausted.
+.SH SEE ALSO
+.BR ares_query (3),
+.BR ares_free_hostent (3)
+.SH AUTHOR
+Written by Vlad Dinulescu <vlad.dinulescu@avira.com>, on behalf of AVIRA Gmbh http://www.avira.com
blob - /dev/null
blob + 25c632994a5233c74e1ca94c2e2b617065d0fd72 (mode 644)
--- /dev/null
+++ src/c-ares/ares_parse_ns_reply.c
@@ -0,0 +1,182 @@
+/* $Id */
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+/*
+ * ares_parse_ns_reply created by Vlad Dinulescu <vlad.dinulescu@avira.com>
+ *      on behalf of AVIRA Gmbh - http://www.avira.com
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#include <stdlib.h>
+#include <string.h>
+#include "ares.h"
+#include "ares_dns.h"
+#include "ares_private.h"
+
+int ares_parse_ns_reply( const unsigned char* abuf, int alen,
+                         struct hostent** host )
+{
+  unsigned int qdcount, ancount;
+  int status, i, rr_type, rr_class, rr_len;
+  int nameservers_num;
+  long len;
+  const unsigned char *aptr;
+  char* hostname, *rr_name, *rr_data, **nameservers;
+  struct hostent *hostent;
+
+  /* Set *host to NULL for all failure cases. */
+  *host = NULL;
+
+  /* Give up if abuf doesn't have room for a header. */
+  if ( alen < HFIXEDSZ )
+    return ARES_EBADRESP;
+
+  /* Fetch the question and answer count from the header. */
+  qdcount = DNS_HEADER_QDCOUNT( abuf );
+  ancount = DNS_HEADER_ANCOUNT( abuf );
+  if ( qdcount != 1 )
+    return ARES_EBADRESP;
+
+  /* Expand the name from the question, and skip past the question. */
+  aptr = abuf + HFIXEDSZ;
+  status = ares__expand_name_for_response( aptr, abuf, alen, &hostname, &len);
+  if ( status != ARES_SUCCESS )
+    return status;
+  if ( aptr + len + QFIXEDSZ > abuf + alen )
+  {
+    free( hostname );
+    return ARES_EBADRESP;
+  }
+  aptr += len + QFIXEDSZ;
+
+  /* Allocate nameservers array; ancount gives an upper bound */
+  nameservers = malloc( ( ancount + 1 ) * sizeof( char * ) );
+  if ( !nameservers )
+  {
+    free( hostname );
+    return ARES_ENOMEM;
+  }
+  nameservers_num = 0;
+
+  /* Examine each answer resource record (RR) in turn. */
+  for ( i = 0; i < ( int ) ancount; i++ )
+  {
+    /* Decode the RR up to the data field. */
+    status = ares__expand_name_for_response( aptr, abuf, alen, &rr_name, &len );
+    if ( status != ARES_SUCCESS )
+      break;
+    aptr += len;
+    if ( aptr + RRFIXEDSZ > abuf + alen )
+    {
+      status = ARES_EBADRESP;
+      break;
+    }
+    rr_type = DNS_RR_TYPE( aptr );
+    rr_class = DNS_RR_CLASS( aptr );
+    rr_len = DNS_RR_LEN( aptr );
+    aptr += RRFIXEDSZ;
+
+    if ( rr_class == C_IN && rr_type == T_NS )
+    {
+      /* Decode the RR data and add it to the nameservers list */
+      status = ares__expand_name_for_response( aptr, abuf, alen, &rr_data,
+                                               &len);
+      if ( status != ARES_SUCCESS )
+      {
+        break;
+      }
+
+      nameservers[nameservers_num] = malloc(strlen(rr_data)+1);
+
+      if (nameservers[nameservers_num]==NULL)
+      {
+        free(rr_name);
+        free(rr_data);
+        status=ARES_ENOMEM;
+        break;
+      }
+      strcpy(nameservers[nameservers_num],rr_data);
+      free(rr_data);
+
+      nameservers_num++;
+    }
+
+    free( rr_name );
+
+    aptr += rr_len;
+    if ( aptr > abuf + alen )
+    {
+      status = ARES_EBADRESP;
+      break;
+    }
+  }
+
+  if ( status == ARES_SUCCESS && nameservers_num == 0 )
+  {
+    status = ARES_ENODATA;
+  }
+  if ( status == ARES_SUCCESS )
+  {
+    /* We got our answer.  Allocate memory to build the host entry. */
+    nameservers[nameservers_num] = NULL;
+    hostent = malloc( sizeof( struct hostent ) );
+    if ( hostent )
+    {
+      hostent->h_addr_list = malloc( 1 * sizeof( char * ) );
+      if ( hostent->h_addr_list )
+      {
+        /* Fill in the hostent and return successfully. */
+        hostent->h_name = hostname;
+        hostent->h_aliases = nameservers;
+        hostent->h_addrtype = AF_INET;
+        hostent->h_length = sizeof( struct in_addr );
+        hostent->h_addr_list[0] = NULL;
+        *host = hostent;
+        return ARES_SUCCESS;
+      }
+      free( hostent );
+    }
+    status = ARES_ENOMEM;
+  }
+  for ( i = 0; i < nameservers_num; i++ )
+    free( nameservers[i] );
+  free( nameservers );
+  free( hostname );
+  return status;
+}
blob - /dev/null
blob + dd83df31682e08cb3ca7075e1d2a4442dec4c970 (mode 644)
Binary files /dev/null and src/c-ares/ares_parse_ns_reply.pdf differ
blob - /dev/null
blob + 1016a6823fddacd494f0434697232614a5452deb (mode 644)
--- /dev/null
+++ src/c-ares/ares_parse_ptr_reply.3
@@ -0,0 +1,74 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_PARSE_PTR_REPLY 3 "25 July 1998"
+.SH NAME
+ares_parse_ptr_reply \- Parse a reply to a DNS query of type PTR into a hostent
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_parse_ptr_reply(const unsigned char *\fIabuf\fP, int \fIalen\fP,
+.B 	const void *\fIaddr\fP, int \fIaddrlen\fP, int \fIfamily\fP,
+.B	struct hostent **\fIhost\fP);
+.fi
+.SH DESCRIPTION
+The
+.B ares_parse_ptr_reply
+function parses the response to a query of type PTR into a
+.BR "struct hostent" .
+The parameters
+.I abuf
+and
+.I alen
+give the contents of the response.  The parameters
+.IR addr ,
+.IR addrlen ,
+and
+.I family
+specify which address was queried for; they are not used to verify the
+response, merely used to fill in the address of the
+.BR "struct hostent" .
+The resulting
+.B struct hostent
+is stored in allocated memory and a pointer to it stored into the
+variable pointed to by
+.IR host .
+It is the caller's responsibility to free the resulting host structure
+using
+.BR ares_free_hostent (3)
+when it is no longer needed.
+.SH RETURN VALUES
+.B ares_parse_ptr_reply
+can return any of the following values:
+.TP 15
+.B ARES_SUCCESS
+The response was successfully parsed.
+.TP 15
+.B ARES_EBADRESP
+The response was malformatted.
+.TP 15
+.B ARES_ENODATA
+The response did not contain an answer to the query.
+.TP 15
+.B ARES_ENOMEM
+Memory was exhausted.
+.SH SEE ALSO
+.BR ares_gethostbyaddr (3),
+.BR ares_free_hostent (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + ccd68a26da11a67a58027d08962c3a890ee1612e (mode 644)
--- /dev/null
+++ src/c-ares/ares_parse_ptr_reply.c
@@ -0,0 +1,208 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#ifdef HAVE_STRINGS_H
+#  include <strings.h>
+#endif
+
+#include <stdlib.h>
+#include <string.h>
+#include "ares.h"
+#include "ares_dns.h"
+#include "ares_private.h"
+
+int ares_parse_ptr_reply(const unsigned char *abuf, int alen, const void *addr,
+                         int addrlen, int family, struct hostent **host)
+{
+  unsigned int qdcount, ancount;
+  int status, i, rr_type, rr_class, rr_len;
+  long len;
+  const unsigned char *aptr;
+  char *ptrname, *hostname, *rr_name, *rr_data;
+  struct hostent *hostent;
+  int aliascnt = 0;
+  int alias_alloc = 8;
+  char ** aliases;
+
+  /* Set *host to NULL for all failure cases. */
+  *host = NULL;
+
+  /* Give up if abuf doesn't have room for a header. */
+  if (alen < HFIXEDSZ)
+    return ARES_EBADRESP;
+
+  /* Fetch the question and answer count from the header. */
+  qdcount = DNS_HEADER_QDCOUNT(abuf);
+  ancount = DNS_HEADER_ANCOUNT(abuf);
+  if (qdcount != 1)
+    return ARES_EBADRESP;
+
+  /* Expand the name from the question, and skip past the question. */
+  aptr = abuf + HFIXEDSZ;
+  status = ares__expand_name_for_response(aptr, abuf, alen, &ptrname, &len);
+  if (status != ARES_SUCCESS)
+    return status;
+  if (aptr + len + QFIXEDSZ > abuf + alen)
+    {
+      free(ptrname);
+      return ARES_EBADRESP;
+    }
+  aptr += len + QFIXEDSZ;
+
+  /* Examine each answer resource record (RR) in turn. */
+  hostname = NULL;
+  aliases = malloc(alias_alloc * sizeof(char *));
+  if (!aliases)
+    {
+      free(ptrname);
+      return ARES_ENOMEM;
+    }
+  for (i = 0; i < (int)ancount; i++)
+    {
+      /* Decode the RR up to the data field. */
+      status = ares__expand_name_for_response(aptr, abuf, alen, &rr_name, &len);
+      if (status != ARES_SUCCESS)
+        break;
+      aptr += len;
+      if (aptr + RRFIXEDSZ > abuf + alen)
+        {
+          status = ARES_EBADRESP;
+          break;
+        }
+      rr_type = DNS_RR_TYPE(aptr);
+      rr_class = DNS_RR_CLASS(aptr);
+      rr_len = DNS_RR_LEN(aptr);
+      aptr += RRFIXEDSZ;
+
+      if (rr_class == C_IN && rr_type == T_PTR
+          && strcasecmp(rr_name, ptrname) == 0)
+        {
+          /* Decode the RR data and set hostname to it. */
+          status = ares__expand_name_for_response(aptr, abuf, alen, &rr_data,
+                                                  &len);
+          if (status != ARES_SUCCESS)
+            break;
+          if (hostname)
+            free(hostname);
+          hostname = rr_data;
+          aliases[aliascnt] = malloc((strlen(rr_data)+1) * sizeof(char *));
+          if (!aliases[aliascnt])
+            {
+              status = ARES_ENOMEM;
+              break;
+            }
+          strncpy(aliases[aliascnt], rr_data, strlen(rr_data)+1);
+          aliascnt++;
+          if (aliascnt >= alias_alloc) {
+            char **ptr;
+            alias_alloc *= 2;
+            ptr = realloc(aliases, alias_alloc * sizeof(char *));
+            if(!ptr) {
+              status = ARES_ENOMEM;
+              break;
+            }
+            aliases = ptr;
+          }
+        }
+
+      if (rr_class == C_IN && rr_type == T_CNAME)
+        {
+          /* Decode the RR data and replace ptrname with it. */
+          status = ares__expand_name_for_response(aptr, abuf, alen, &rr_data,
+                                                  &len);
+          if (status != ARES_SUCCESS)
+            break;
+          free(ptrname);
+          ptrname = rr_data;
+        }
+
+      free(rr_name);
+      aptr += rr_len;
+      if (aptr > abuf + alen)
+        {
+          status = ARES_EBADRESP;
+          break;
+        }
+    }
+
+  if (status == ARES_SUCCESS && !hostname)
+    status = ARES_ENODATA;
+  if (status == ARES_SUCCESS)
+    {
+      /* We got our answer.  Allocate memory to build the host entry. */
+      hostent = malloc(sizeof(struct hostent));
+      if (hostent)
+        {
+          hostent->h_addr_list = malloc(2 * sizeof(char *));
+          if (hostent->h_addr_list)
+            {
+              hostent->h_addr_list[0] = malloc(addrlen);
+              if (hostent->h_addr_list[0])
+                {
+                  hostent->h_aliases = malloc((aliascnt+1) * sizeof (char *));
+                  if (hostent->h_aliases)
+                    {
+                      /* Fill in the hostent and return successfully. */
+                      hostent->h_name = hostname;
+                      for (i=0 ; i<aliascnt ; i++)
+                        hostent->h_aliases[i] = aliases[i];
+                      hostent->h_aliases[aliascnt] = NULL;
+                      hostent->h_addrtype = family;
+                      hostent->h_length = addrlen;
+                      memcpy(hostent->h_addr_list[0], addr, addrlen);
+                      hostent->h_addr_list[1] = NULL;
+                      *host = hostent;
+                      free(aliases);
+                      free(ptrname);
+                      return ARES_SUCCESS;
+                    }
+                  free(hostent->h_addr_list[0]);
+                }
+              free(hostent->h_addr_list);
+            }
+          free(hostent);
+        }
+      status = ARES_ENOMEM;
+    }
+  for (i=0 ; i<aliascnt ; i++)
+    if (aliases[i]) 
+      free(aliases[i]);
+  free(aliases);
+  if (hostname)
+    free(hostname);
+  free(ptrname);
+  return status;
+}
blob - /dev/null
blob + c7f79e6d5307220824b6b74eade46de366ea7f01 (mode 644)
Binary files /dev/null and src/c-ares/ares_parse_ptr_reply.pdf differ
blob - /dev/null
blob + 9b561ffa365cc7fd79883ae2c29bb15b018b156f (mode 644)
--- /dev/null
+++ src/c-ares/ares_parse_srv_reply.3
@@ -0,0 +1,81 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_PARSE_SRV_REPLY 3 "4 August 2009"
+.SH NAME
+ares_parse_srv_reply \- Parse a reply to a DNS query of type SRV
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_parse_srv_reply(const unsigned char* \fIabuf\fP, int \fIalen\fP,
+.B                          struct ares_srv_reply** \fIsrv_out\fP);
+.fi
+.SH DESCRIPTION
+The
+.B ares_parse_srv_reply
+function parses the response to a query of type SRV into a
+linked list of
+.I struct ares_srv_reply 
+The parameters
+.I abuf
+and
+.I alen
+give the contents of the response.  The result is stored in allocated
+memory and a pointer to it stored into the variable pointed to by
+.IR srv_out .
+It is the caller's responsibility to free the resulting
+.IR srv_out
+structure when it is no longer needed using the function
+.B ares_free_data
+.PP
+The structure 
+.I ares_srv_reply
+contains the following fields:
+.sp
+.in +4n
+.nf
+struct ares_srv_reply {
+    struct ares_srv_reply  *next;
+    unsigned short weight;
+    unsigned short priority;
+    unsigned short port;
+    char *host;
+};
+.fi
+.in
+.PP
+.SH RETURN VALUES
+.B ares_parse_srv_reply
+can return any of the following values:
+.TP 15
+.B ARES_SUCCESS
+The response was successfully parsed.
+.TP 15
+.B ARES_EBADRESP
+The response was malformatted.
+.TP 15
+.B ARES_ENODATA
+The response did not contain an answer to the query.
+.TP 15
+.B ARES_ENOMEM
+Memory was exhausted.
+.SH AVAILABILITY
+This function was first introduced in c-ares version 1.7.0.
+.SH SEE ALSO
+.BR ares_query (3)
+.BR ares_free_data (3)
+.SH AUTHOR
+Written by Jakub Hrozek <jhrozek@redhat.com>, on behalf of Red Hat, Inc http://www.redhat.com
blob - /dev/null
blob + 7d443b38ed38e18bc30b15c9ed8da5de876af50e (mode 644)
--- /dev/null
+++ src/c-ares/ares_parse_srv_reply.c
@@ -0,0 +1,179 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2009 by Jakub Hrozek <jhrozek@redhat.com>
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#include <stdlib.h>
+#include <string.h>
+#include "ares.h"
+#include "ares_dns.h"
+#include "ares_data.h"
+#include "ares_private.h"
+
+/* AIX portability check */
+#ifndef T_SRV
+#  define T_SRV 33 /* server selection */
+#endif
+
+int
+ares_parse_srv_reply (const unsigned char *abuf, int alen,
+                      struct ares_srv_reply **srv_out)
+{
+  unsigned int qdcount, ancount, i;
+  const unsigned char *aptr, *vptr;
+  int status, rr_type, rr_class, rr_len;
+  long len;
+  char *hostname = NULL, *rr_name = NULL;
+  struct ares_srv_reply *srv_head = NULL;
+  struct ares_srv_reply *srv_last = NULL;
+  struct ares_srv_reply *srv_curr;
+
+  /* Set *srv_out to NULL for all failure cases. */
+  *srv_out = NULL;
+
+  /* Give up if abuf doesn't have room for a header. */
+  if (alen < HFIXEDSZ)
+    return ARES_EBADRESP;
+
+  /* Fetch the question and answer count from the header. */
+  qdcount = DNS_HEADER_QDCOUNT (abuf);
+  ancount = DNS_HEADER_ANCOUNT (abuf);
+  if (qdcount != 1)
+    return ARES_EBADRESP;
+  if (ancount == 0)
+    return ARES_ENODATA;
+
+  /* Expand the name from the question, and skip past the question. */
+  aptr = abuf + HFIXEDSZ;
+  status = ares_expand_name (aptr, abuf, alen, &hostname, &len);
+  if (status != ARES_SUCCESS)
+    return status;
+
+  if (aptr + len + QFIXEDSZ > abuf + alen)
+    {
+      free (hostname);
+      return ARES_EBADRESP;
+    }
+  aptr += len + QFIXEDSZ;
+
+  /* Examine each answer resource record (RR) in turn. */
+  for (i = 0; i < ancount; i++)
+    {
+      /* Decode the RR up to the data field. */
+      status = ares_expand_name (aptr, abuf, alen, &rr_name, &len);
+      if (status != ARES_SUCCESS)
+        {
+          break;
+        }
+      aptr += len;
+      if (aptr + RRFIXEDSZ > abuf + alen)
+        {
+          status = ARES_EBADRESP;
+          break;
+        }
+      rr_type = DNS_RR_TYPE (aptr);
+      rr_class = DNS_RR_CLASS (aptr);
+      rr_len = DNS_RR_LEN (aptr);
+      aptr += RRFIXEDSZ;
+
+      /* Check if we are really looking at a SRV record */
+      if (rr_class == C_IN && rr_type == T_SRV)
+        {
+          /* parse the SRV record itself */
+          if (rr_len < 6)
+            {
+              status = ARES_EBADRESP;
+              break;
+            }
+
+          /* Allocate storage for this SRV answer appending it to the list */
+          srv_curr = ares_malloc_data(ARES_DATATYPE_SRV_REPLY);
+          if (!srv_curr)
+            {
+              status = ARES_ENOMEM;
+              break;
+            }
+          if (srv_last)
+            {
+              srv_last->next = srv_curr;
+            }
+          else
+            {
+              srv_head = srv_curr;
+            }
+          srv_last = srv_curr;
+
+          vptr = aptr;
+          srv_curr->priority = ntohs (*((unsigned short *)vptr));
+          vptr += sizeof(unsigned short);
+          srv_curr->weight = ntohs (*((unsigned short *)vptr));
+          vptr += sizeof(unsigned short);
+          srv_curr->port = ntohs (*((unsigned short *)vptr));
+          vptr += sizeof(unsigned short);
+
+          status = ares_expand_name (vptr, abuf, alen, &srv_curr->host, &len);
+          if (status != ARES_SUCCESS)
+            break;
+        }
+
+      /* Don't lose memory in the next iteration */
+      free (rr_name);
+      rr_name = NULL;
+
+      /* Move on to the next record */
+      aptr += rr_len;
+    }
+
+  if (hostname)
+    free (hostname);
+  if (rr_name)
+    free (rr_name);
+
+  /* clean up on error */
+  if (status != ARES_SUCCESS)
+    {
+      if (srv_head)
+        ares_free_data (srv_head);
+      return status;
+    }
+
+  /* everything looks fine, return the data */
+  *srv_out = srv_head;
+
+  return ARES_SUCCESS;
+}
blob - /dev/null
blob + e0ac5572794fcc34c30b1f48f624b0b3a902f10f (mode 644)
Binary files /dev/null and src/c-ares/ares_parse_srv_reply.pdf differ
blob - /dev/null
blob + c9926bc08804922b72738508da04a529331e0c7f (mode 644)
--- /dev/null
+++ src/c-ares/ares_parse_txt_reply.3
@@ -0,0 +1,80 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_PARSE_TXT_REPLY 3 "27 October 2009"
+.SH NAME
+ares_parse_txt_reply \- Parse a reply to a DNS query of type TXT
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_parse_txt_reply(const unsigned char* \fIabuf\fP, int \fIalen\fP,
+.B                         struct ares_txt_reply **\fItxt_out\fP);
+.fi
+.SH DESCRIPTION
+The
+.B ares_parse_txt_reply
+function parses the response to a query of type TXT into a
+linked list of
+.I struct ares_txt_reply 
+The parameters
+.I abuf
+and
+.I alen
+give the contents of the response.  The result is stored in allocated
+memory and a pointer to it stored into the variable pointed to by
+.IR txt_out .
+It is the caller's responsibility to free the resulting
+.IR txt_out
+structure when it is no longer needed using the function
+.B ares_free_data
+.PP
+The structure 
+.I ares_txt_reply
+contains the following fields:
+.sp
+.in +4n
+.nf
+struct ares_txt_reply {
+  struct ares_txt_reply  *next;
+  unsigned int  length;
+  unsigned char *txt;
+};
+.fi
+.in
+.PP
+.SH RETURN VALUES
+.B ares_parse_txt_reply
+can return any of the following values:
+.TP 15
+.B ARES_SUCCESS
+The response was successfully parsed.
+.TP 15
+.B ARES_EBADRESP
+The response was malformatted.
+.TP 15
+.B ARES_ENODATA
+The response did not contain an answer to the query.
+.TP 15
+.B ARES_ENOMEM
+Memory was exhausted.
+.SH AVAILABILITY
+This function was first introduced in c-ares version 1.7.0.
+.SH SEE ALSO
+.BR ares_query (3)
+.BR ares_free_data (3)
+.SH AUTHOR
+Written by Jakub Hrozek <jhrozek@redhat.com>, on behalf of Red Hat, Inc http://www.redhat.com
+
blob - /dev/null
blob + 51653328eb0203b24ee1f1a657191bb68ddb6adf (mode 644)
--- /dev/null
+++ src/c-ares/ares_parse_txt_reply.c
@@ -0,0 +1,201 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2009 by Jakub Hrozek <jhrozek@redhat.com>
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#ifdef HAVE_STRINGS_H
+#  include <strings.h>
+#endif
+
+#include <stdlib.h>
+#include <string.h>
+
+#include "ares.h"
+#include "ares_dns.h"
+#include "ares_data.h"
+#include "ares_private.h"
+
+int
+ares_parse_txt_reply (const unsigned char *abuf, int alen,
+                      struct ares_txt_reply **txt_out)
+{
+  size_t substr_len, str_len;
+  unsigned int qdcount, ancount, i;
+  const unsigned char *aptr;
+  const unsigned char *strptr;
+  int status, rr_type, rr_class, rr_len;
+  long len;
+  char *hostname = NULL, *rr_name = NULL;
+  struct ares_txt_reply *txt_head = NULL;
+  struct ares_txt_reply *txt_last = NULL;
+  struct ares_txt_reply *txt_curr;
+
+  /* Set *txt_out to NULL for all failure cases. */
+  *txt_out = NULL;
+
+  /* Give up if abuf doesn't have room for a header. */
+  if (alen < HFIXEDSZ)
+    return ARES_EBADRESP;
+
+  /* Fetch the question and answer count from the header. */
+  qdcount = DNS_HEADER_QDCOUNT (abuf);
+  ancount = DNS_HEADER_ANCOUNT (abuf);
+  if (qdcount != 1)
+    return ARES_EBADRESP;
+  if (ancount == 0)
+    return ARES_ENODATA;
+
+  /* Expand the name from the question, and skip past the question. */
+  aptr = abuf + HFIXEDSZ;
+  status = ares_expand_name (aptr, abuf, alen, &hostname, &len);
+  if (status != ARES_SUCCESS)
+    return status;
+
+  if (aptr + len + QFIXEDSZ > abuf + alen)
+    {
+      free (hostname);
+      return ARES_EBADRESP;
+    }
+  aptr += len + QFIXEDSZ;
+
+  /* Examine each answer resource record (RR) in turn. */
+  for (i = 0; i < ancount; i++)
+    {
+      /* Decode the RR up to the data field. */
+      status = ares_expand_name (aptr, abuf, alen, &rr_name, &len);
+      if (status != ARES_SUCCESS)
+        {
+          break;
+        }
+      aptr += len;
+      if (aptr + RRFIXEDSZ > abuf + alen)
+        {
+          status = ARES_EBADRESP;
+          break;
+        }
+      rr_type = DNS_RR_TYPE (aptr);
+      rr_class = DNS_RR_CLASS (aptr);
+      rr_len = DNS_RR_LEN (aptr);
+      aptr += RRFIXEDSZ;
+
+      /* Check if we are really looking at a TXT record */
+      if (rr_class == C_IN && rr_type == T_TXT)
+        {
+          /* Allocate storage for this TXT answer appending it to the list */
+          txt_curr = ares_malloc_data(ARES_DATATYPE_TXT_REPLY);
+          if (!txt_curr)
+            {
+              status = ARES_ENOMEM;
+              break;
+            }
+          if (txt_last)
+            {
+              txt_last->next = txt_curr;
+            }
+          else
+            {
+              txt_head = txt_curr;
+            }
+          txt_last = txt_curr;
+
+          /*
+           * There may be multiple substrings in a single TXT record. Each
+           * substring may be up to 255 characters in length, with a
+           * "length byte" indicating the size of the substring payload.
+           * RDATA contains both the length-bytes and payloads of all
+           * substrings contained therein.
+           */
+
+          /* Compute total length to allow a single memory allocation */
+          strptr = aptr;
+          while (strptr < (aptr + rr_len))
+            {
+              substr_len = (unsigned char)*strptr;
+              txt_curr->length += substr_len;
+              strptr += substr_len + 1;
+            }
+
+          /* Including null byte */
+          txt_curr->txt = malloc (txt_curr->length + 1);
+          if (txt_curr->txt == NULL)
+            {
+              status = ARES_ENOMEM;
+              break;
+            }
+
+          /* Step through the list of substrings, concatenating them */
+          str_len = 0;
+          strptr = aptr;
+          while (strptr < (aptr + rr_len))
+            {
+              substr_len = (unsigned char)*strptr;
+              strptr++;
+              memcpy ((char *) txt_curr->txt + str_len, strptr, substr_len);
+              str_len += substr_len;
+              strptr += substr_len;
+            }
+          /* Make sure we NULL-terminate */
+          *((char *) txt_curr->txt + txt_curr->length) = '\0';
+        }
+
+      /* Don't lose memory in the next iteration */
+      free (rr_name);
+      rr_name = NULL;
+
+      /* Move on to the next record */
+      aptr += rr_len;
+    }
+
+  if (hostname)
+    free (hostname);
+  if (rr_name)
+    free (rr_name);
+
+  /* clean up on error */
+  if (status != ARES_SUCCESS)
+    {
+      if (txt_head)
+        ares_free_data (txt_head);
+      return status;
+    }
+
+  /* everything looks fine, return the data */
+  *txt_out = txt_head;
+
+  return ARES_SUCCESS;
+}
blob - /dev/null
blob + bb2c9e5cf1f35e3794e96d818d00acb94f147ee8 (mode 644)
Binary files /dev/null and src/c-ares/ares_parse_txt_reply.pdf differ
blob - /dev/null
blob + bf21abd82590cff3988cfb90ff2557f5b209dba5 (mode 644)
--- /dev/null
+++ src/c-ares/ares_private.h
@@ -0,0 +1,351 @@
+#ifndef __ARES_PRIVATE_H
+#define __ARES_PRIVATE_H
+
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2004-2010 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+/*
+ * Define WIN32 when build target is Win32 API
+ */
+
+#if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32)
+#define WIN32
+#endif
+
+#include <stdio.h>
+#include <sys/types.h>
+
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+
+#ifdef WATT32
+#include <tcp.h>
+#include <sys/ioctl.h>
+#define writev(s,v,c)     writev_s(s,v,c)
+#define HAVE_WRITEV 1
+#endif
+
+#ifdef NETWARE
+#include <time.h>
+#endif
+
+#define DEFAULT_TIMEOUT         5000 /* milliseconds */
+#define DEFAULT_TRIES           4
+#ifndef INADDR_NONE
+#define INADDR_NONE 0xffffffff
+#endif
+
+#if defined(WIN32) && !defined(WATT32)
+
+#define IS_NT()        ((int)GetVersion() > 0)
+#define WIN_NS_9X      "System\\CurrentControlSet\\Services\\VxD\\MSTCP"
+#define WIN_NS_NT_KEY  "System\\CurrentControlSet\\Services\\Tcpip\\Parameters"
+#define NAMESERVER     "NameServer"
+#define DHCPNAMESERVER "DhcpNameServer"
+#define DATABASEPATH   "DatabasePath"
+#define WIN_PATH_HOSTS  "\\hosts"
+
+#elif defined(WATT32)
+
+#define PATH_RESOLV_CONF "/dev/ENV/etc/resolv.conf"
+
+#elif defined(NETWARE)
+
+#define PATH_RESOLV_CONF "sys:/etc/resolv.cfg"
+#define PATH_HOSTS              "sys:/etc/hosts"
+
+#elif defined(__riscos__)
+
+#define PATH_HOSTS             "InetDBase:Hosts"
+
+#else
+
+#define PATH_RESOLV_CONF        "/etc/resolv.conf"
+#ifdef ETC_INET
+#define PATH_HOSTS              "/etc/inet/hosts"
+#else
+#define PATH_HOSTS              "/etc/hosts"
+#endif
+
+#endif
+
+#define ARES_ID_KEY_LEN 31
+
+#include "ares_ipv6.h"
+#include "ares_llist.h"
+
+#ifndef HAVE_STRDUP
+#  include "ares_strdup.h"
+#  define strdup(ptr) ares_strdup(ptr)
+#endif
+
+#ifndef HAVE_STRCASECMP
+#  include "ares_strcasecmp.h"
+#  define strcasecmp(p1,p2) ares_strcasecmp(p1,p2)
+#endif
+
+#ifndef HAVE_STRNCASECMP
+#  include "ares_strcasecmp.h"
+#  define strncasecmp(p1,p2,n) ares_strncasecmp(p1,p2,n)
+#endif
+
+#ifndef HAVE_WRITEV
+#  include "ares_writev.h"
+#  define writev(s,ptr,cnt) ares_writev(s,ptr,cnt)
+#endif
+
+struct ares_addr {
+  int family;
+  union {
+    struct in_addr       addr4;
+    struct ares_in6_addr addr6;
+  } addr;
+};
+#define addrV4 addr.addr4
+#define addrV6 addr.addr6
+
+struct query;
+
+struct send_request {
+  /* Remaining data to send */
+  const unsigned char *data;
+  size_t len;
+
+  /* The query for which we're sending this data */
+  struct query* owner_query;
+  /* The buffer we're using, if we have our own copy of the packet */
+  unsigned char *data_storage;
+
+  /* Next request in queue */
+  struct send_request *next;
+};
+
+struct server_state {
+  struct ares_addr addr;
+  ares_socket_t udp_socket;
+  ares_socket_t tcp_socket;
+
+  /* Mini-buffer for reading the length word */
+  unsigned char tcp_lenbuf[2];
+  int tcp_lenbuf_pos;
+  int tcp_length;
+
+  /* Buffer for reading actual TCP data */
+  unsigned char *tcp_buffer;
+  int tcp_buffer_pos;
+
+  /* TCP output queue */
+  struct send_request *qhead;
+  struct send_request *qtail;
+
+  /* Which incarnation of this connection is this? We don't want to
+   * retransmit requests into the very same socket, but if the server
+   * closes on us and we re-open the connection, then we do want to
+   * re-send. */
+  int tcp_connection_generation;
+
+  /* Circular, doubly-linked list of outstanding queries to this server */
+  struct list_node queries_to_server;
+
+  /* Link back to owning channel */
+  ares_channel channel;
+
+  /* Is this server broken? We mark connections as broken when a
+   * request that is queued for sending times out.
+   */
+  int is_broken;
+};
+
+/* State to represent a DNS query */
+struct query {
+  /* Query ID from qbuf, for faster lookup, and current timeout */
+  unsigned short qid;
+  struct timeval timeout;
+
+  /*
+   * Links for the doubly-linked lists in which we insert a query.
+   * These circular, doubly-linked lists that are hash-bucketed based
+   * the attributes we care about, help making most important
+   * operations O(1).
+   */
+  struct list_node queries_by_qid;    /* hopefully in same cache line as qid */
+  struct list_node queries_by_timeout;
+  struct list_node queries_to_server;
+  struct list_node all_queries;
+
+  /* Query buf with length at beginning, for TCP transmission */
+  unsigned char *tcpbuf;
+  int tcplen;
+
+  /* Arguments passed to ares_send() (qbuf points into tcpbuf) */
+  const unsigned char *qbuf;
+  int qlen;
+  ares_callback callback;
+  void *arg;
+
+  /* Query status */
+  int try; /* Number of times we tried this query already. */
+  int server; /* Server this query has last been sent to. */
+  struct query_server_info *server_info;   /* per-server state */
+  int using_tcp;
+  int error_status;
+  int timeouts; /* number of timeouts we saw for this request */
+};
+
+/* Per-server state for a query */
+struct query_server_info {
+  int skip_server;  /* should we skip server, due to errors, etc? */
+  int tcp_connection_generation;  /* into which TCP connection did we send? */
+};
+
+/* An IP address pattern; matches an IP address X if X & mask == addr */
+#define PATTERN_MASK 0x1
+#define PATTERN_CIDR 0x2
+
+struct apattern {
+  union
+  {
+    struct in_addr       addr4;
+    struct ares_in6_addr addr6;
+  } addr;
+  union
+  {
+    struct in_addr       addr4;
+    struct ares_in6_addr addr6;
+    unsigned short       bits;
+  } mask;
+  int family;
+  unsigned short type;
+};
+
+typedef struct rc4_key
+{
+  unsigned char state[256];
+  unsigned char x;
+  unsigned char y;
+} rc4_key;
+
+struct ares_channeldata {
+  /* Configuration data */
+  int flags;
+  int timeout; /* in milliseconds */
+  int tries;
+  int ndots;
+  int rotate; /* if true, all servers specified are used */
+  int udp_port;
+  int tcp_port;
+  int socket_send_buffer_size;
+  int socket_receive_buffer_size;
+  char **domains;
+  int ndomains;
+  struct apattern *sortlist;
+  int nsort;
+  char *lookups;
+
+  /* For binding to local devices and/or IP addresses.  Leave
+   * them null/zero for no binding.
+   */
+  char local_dev_name[32];
+  unsigned int local_ip4;
+  unsigned char local_ip6[16];
+
+  int optmask; /* the option bitfield passed in at init time */
+
+  /* Server addresses and communications state */
+  struct server_state *servers;
+  int nservers;
+
+  /* ID to use for next query */
+  unsigned short next_id;
+  /* key to use when generating new ids */
+  rc4_key id_key;
+
+  /* Generation number to use for the next TCP socket open/close */
+  int tcp_connection_generation;
+
+  /* The time at which we last called process_timeouts(). Uses integer seconds
+     just to draw the line somewhere. */
+  time_t last_timeout_processed;
+
+  /* Last server we sent a query to. */
+  int last_server;
+
+  /* Circular, doubly-linked list of queries, bucketed various ways.... */
+  /* All active queries in a single list: */
+  struct list_node all_queries;
+  /* Queries bucketed by qid, for quickly dispatching DNS responses: */
+#define ARES_QID_TABLE_SIZE 2048
+  struct list_node queries_by_qid[ARES_QID_TABLE_SIZE];
+  /* Queries bucketed by timeout, for quickly handling timeouts: */
+#define ARES_TIMEOUT_TABLE_SIZE 1024
+  struct list_node queries_by_timeout[ARES_TIMEOUT_TABLE_SIZE];
+
+  ares_sock_state_cb sock_state_cb;
+  void *sock_state_cb_data;
+
+  ares_sock_create_callback sock_create_cb;
+  void *sock_create_cb_data;
+};
+
+/* return true if now is exactly check time or later */
+int ares__timedout(struct timeval *now,
+                   struct timeval *check);
+/* add the specific number of milliseconds to the time in the first argument */
+int ares__timeadd(struct timeval *now,
+                  int millisecs);
+/* return time offset between now and (future) check, in milliseconds */
+long ares__timeoffset(struct timeval *now,
+                      struct timeval *check);
+/* returns ARES_SUCCESS if library has been initialized */
+int ares_library_initialized(void);
+void ares__rc4(rc4_key* key,unsigned char *buffer_ptr, int buffer_len);
+void ares__send_query(ares_channel channel, struct query *query,
+                      struct timeval *now);
+void ares__close_sockets(ares_channel channel, struct server_state *server);
+int ares__get_hostent(FILE *fp, int family, struct hostent **host);
+int ares__read_line(FILE *fp, char **buf, size_t *bufsize);
+void ares__free_query(struct query *query);
+unsigned short ares__generate_new_id(rc4_key* key);
+struct timeval ares__tvnow(void);
+int ares__expand_name_for_response(const unsigned char *encoded,
+                                   const unsigned char *abuf, int alen,
+                                   char **s, long *enclen);
+void ares__init_servers_state(ares_channel channel);
+void ares__destroy_servers_state(ares_channel channel);
+#if 0 /* Not used */
+long ares__tvdiff(struct timeval t1, struct timeval t2);
+#endif
+
+#define ARES_SWAP_BYTE(a,b) \
+  { unsigned char swapByte = *(a);  *(a) = *(b);  *(b) = swapByte; }
+
+#define SOCK_STATE_CALLBACK(c, s, r, w)                                 \
+  do {                                                                  \
+    if ((c)->sock_state_cb)                                             \
+      (c)->sock_state_cb((c)->sock_state_cb_data, (s), (r), (w));       \
+  } while (0)
+
+#ifdef CURLDEBUG
+/* This is low-level hard-hacking memory leak tracking and similar. Using the
+   libcurl lowlevel code from within library is ugly and only works when
+   c-ares is built and linked with a similarly curldebug-enabled libcurl,
+   but we do this anyway for convenience. */
+#include "../lib/memdebug.h"
+#endif
+
+#endif /* __ARES_PRIVATE_H */
blob - /dev/null
blob + 7fb837188836a8fdec0be303bcb18aace27d036e (mode 644)
--- /dev/null
+++ src/c-ares/ares_process.3
@@ -0,0 +1,80 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_PROCESS 3 "25 July 1998"
+.SH NAME
+ares_process \- Process events for name resolution
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B void ares_process(ares_channel \fIchannel\fP, fd_set *\fIread_fds\fP,
+.B	fd_set *\fIwrite_fds\fP)
+.fi
+.PP
+.B void ares_process_fd(ares_channel \fIchannel\fP,
+.B      ares_socket_t \fIread_fd\fP,
+.B	ares_socket_t \fIwrite_fd\fP)
+.fi
+.SH DESCRIPTION
+The \fBares_process(3)\fP function handles input/output events and timeouts
+associated with queries pending on the name service channel identified by
+.IR channel .
+The file descriptor sets pointed to by \fIread_fds\fP and \fIwrite_fds\fP
+should have file descriptors set in them according to whether the file
+descriptors specified by \fIares_fds(3)\fP are ready for reading and writing.
+(The easiest way to determine this information is to invoke
+.B select
+with a timeout no greater than the timeout given by \fIares_timeout(3)\fP ).
+.PP
+The
+.B ares_process
+function will invoke callbacks for pending queries if they complete
+successfully or fail.
+
+\fBares_process_fd(3)\fP works the same way but acts and operates only on the
+specific file descriptors (sockets) you pass in to the function. Use
+ARES_SOCKET_BAD for "no action". This function is of course provided to allow
+users of c-ares to void select() in their applications and within c-ares.
+.SS EXAMPLE
+The following code fragment waits for all pending queries on a channel
+to complete:
+.PP
+.RS
+.nf
+int nfds, count;
+fd_set readers, writers;
+struct timeval tv, *tvp;
+
+while (1)
+  {
+    FD_ZERO(&readers);
+    FD_ZERO(&writers);
+    nfds = ares_fds(channel, &readers, &writers);
+    if (nfds == 0)
+      break;
+    tvp = ares_timeout(channel, NULL, &tv);
+    count = select(nfds, &readers, &writers, NULL, tvp);
+    ares_process(channel, &readers, &writers);
+  }
+.fi
+.RE
+.SH SEE ALSO
+.BR ares_fds (3),
+.BR ares_timeout (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + 7d04effa8a3e6c62ccd67331e5d540b0cea9ded6 (mode 644)
--- /dev/null
+++ src/c-ares/ares_process.c
@@ -0,0 +1,1296 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2004-2010 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_SYS_UIO_H
+#  include <sys/uio.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_NETINET_TCP_H
+#  include <netinet/tcp.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#ifdef HAVE_SYS_TIME_H
+#  include <sys/time.h>
+#endif
+
+#ifdef HAVE_STRINGS_H
+#  include <strings.h>
+#endif
+#ifdef HAVE_UNISTD_H
+#  include <unistd.h>
+#endif
+#ifdef HAVE_SYS_IOCTL_H
+#  include <sys/ioctl.h>
+#endif
+#ifdef NETWARE
+#  include <sys/filio.h>
+#endif
+
+#include <assert.h>
+#include <string.h>
+#include <stdlib.h>
+#include <fcntl.h>
+#include <time.h>
+#include <errno.h>
+
+#include "ares.h"
+#include "ares_dns.h"
+#include "ares_private.h"
+
+
+static int try_again(int errnum);
+static void write_tcp_data(ares_channel channel, fd_set *write_fds,
+                           ares_socket_t write_fd, struct timeval *now);
+static void read_tcp_data(ares_channel channel, fd_set *read_fds,
+                          ares_socket_t read_fd, struct timeval *now);
+static void read_udp_packets(ares_channel channel, fd_set *read_fds,
+                             ares_socket_t read_fd, struct timeval *now);
+static void advance_tcp_send_queue(ares_channel channel, int whichserver,
+                                   ssize_t num_bytes);
+static void process_timeouts(ares_channel channel, struct timeval *now);
+static void process_broken_connections(ares_channel channel,
+                                       struct timeval *now);
+static void process_answer(ares_channel channel, unsigned char *abuf,
+                           int alen, int whichserver, int tcp,
+                           struct timeval *now);
+static void handle_error(ares_channel channel, int whichserver,
+                         struct timeval *now);
+static void skip_server(ares_channel channel, struct query *query,
+                        int whichserver);
+static void next_server(ares_channel channel, struct query *query,
+                        struct timeval *now);
+static int open_tcp_socket(ares_channel channel, struct server_state *server);
+static int open_udp_socket(ares_channel channel, struct server_state *server);
+static int same_questions(const unsigned char *qbuf, int qlen,
+                          const unsigned char *abuf, int alen);
+static int same_address(struct sockaddr *sa, struct ares_addr *aa);
+static void end_query(ares_channel channel, struct query *query, int status,
+                      unsigned char *abuf, int alen);
+
+/* return true if now is exactly check time or later */
+int ares__timedout(struct timeval *now,
+                   struct timeval *check)
+{
+  long secs = (now->tv_sec - check->tv_sec);
+
+  if(secs > 0)
+    return 1; /* yes, timed out */
+  if(secs < 0)
+    return 0; /* nope, not timed out */
+
+  /* if the full seconds were identical, check the sub second parts */
+  return (now->tv_usec - check->tv_usec >= 0);
+}
+
+/* add the specific number of milliseconds to the time in the first argument */
+int ares__timeadd(struct timeval *now,
+                  int millisecs)
+{
+  now->tv_sec += millisecs/1000;
+  now->tv_usec += (millisecs%1000)*1000;
+
+  if(now->tv_usec >= 1000000) {
+    ++(now->tv_sec);
+    now->tv_usec -= 1000000;
+  }
+
+  return 0;
+}
+
+/* return time offset between now and (future) check, in milliseconds */
+long ares__timeoffset(struct timeval *now,
+                      struct timeval *check)
+{
+  return (check->tv_sec - now->tv_sec)*1000 +
+         (check->tv_usec - now->tv_usec)/1000;
+}
+
+
+/*
+ * generic process function
+ */
+static void processfds(ares_channel channel,
+                       fd_set *read_fds, ares_socket_t read_fd,
+                       fd_set *write_fds, ares_socket_t write_fd)
+{
+  struct timeval now = ares__tvnow();
+
+  write_tcp_data(channel, write_fds, write_fd, &now);
+  read_tcp_data(channel, read_fds, read_fd, &now);
+  read_udp_packets(channel, read_fds, read_fd, &now);
+  process_timeouts(channel, &now);
+  process_broken_connections(channel, &now);
+}
+
+/* Something interesting happened on the wire, or there was a timeout.
+ * See what's up and respond accordingly.
+ */
+void ares_process(ares_channel channel, fd_set *read_fds, fd_set *write_fds)
+{
+  processfds(channel, read_fds, ARES_SOCKET_BAD, write_fds, ARES_SOCKET_BAD);
+}
+
+/* Something interesting happened on the wire, or there was a timeout.
+ * See what's up and respond accordingly.
+ */
+void ares_process_fd(ares_channel channel,
+                     ares_socket_t read_fd, /* use ARES_SOCKET_BAD or valid
+                                               file descriptors */
+                     ares_socket_t write_fd)
+{
+  processfds(channel, NULL, read_fd, NULL, write_fd);
+}
+
+
+/* Return 1 if the specified error number describes a readiness error, or 0
+ * otherwise. This is mostly for HP-UX, which could return EAGAIN or
+ * EWOULDBLOCK. See this man page
+ *
+ * http://devrsrc1.external.hp.com/STKS/cgi-bin/man2html?
+ *     manpage=/usr/share/man/man2.Z/send.2
+ */
+static int try_again(int errnum)
+{
+#if !defined EWOULDBLOCK && !defined EAGAIN
+#error "Neither EWOULDBLOCK nor EAGAIN defined"
+#endif
+  switch (errnum)
+    {
+#ifdef EWOULDBLOCK
+    case EWOULDBLOCK:
+      return 1;
+#endif
+#if defined EAGAIN && EAGAIN != EWOULDBLOCK
+    case EAGAIN:
+      return 1;
+#endif
+    }
+  return 0;
+}
+
+/* If any TCP sockets select true for writing, write out queued data
+ * we have for them.
+ */
+static void write_tcp_data(ares_channel channel,
+                           fd_set *write_fds,
+                           ares_socket_t write_fd,
+                           struct timeval *now)
+{
+  struct server_state *server;
+  struct send_request *sendreq;
+  struct iovec *vec;
+  int i;
+  ssize_t scount;
+  ssize_t wcount;
+  size_t n;
+
+  if(!write_fds && (write_fd == ARES_SOCKET_BAD))
+    /* no possible action */
+    return;
+
+  for (i = 0; i < channel->nservers; i++)
+    {
+      /* Make sure server has data to send and is selected in write_fds or
+         write_fd. */
+      server = &channel->servers[i];
+      if (!server->qhead || server->tcp_socket == ARES_SOCKET_BAD ||
+          server->is_broken)
+        continue;
+
+      if(write_fds) {
+        if(!FD_ISSET(server->tcp_socket, write_fds))
+          continue;
+      }
+      else {
+        if(server->tcp_socket != write_fd)
+          continue;
+      }
+
+      if(write_fds)
+        /* If there's an error and we close this socket, then open
+         * another with the same fd to talk to another server, then we
+         * don't want to think that it was the new socket that was
+         * ready. This is not disastrous, but is likely to result in
+         * extra system calls and confusion. */
+        FD_CLR(server->tcp_socket, write_fds);
+
+      /* Count the number of send queue items. */
+      n = 0;
+      for (sendreq = server->qhead; sendreq; sendreq = sendreq->next)
+        n++;
+
+      /* Allocate iovecs so we can send all our data at once. */
+      vec = malloc(n * sizeof(struct iovec));
+      if (vec)
+        {
+          /* Fill in the iovecs and send. */
+          n = 0;
+          for (sendreq = server->qhead; sendreq; sendreq = sendreq->next)
+            {
+              vec[n].iov_base = (char *) sendreq->data;
+              vec[n].iov_len = sendreq->len;
+              n++;
+            }
+          wcount = (ssize_t)writev(server->tcp_socket, vec, (int)n);
+          free(vec);
+          if (wcount < 0)
+            {
+              if (!try_again(SOCKERRNO))
+                  handle_error(channel, i, now);
+              continue;
+            }
+
+          /* Advance the send queue by as many bytes as we sent. */
+          advance_tcp_send_queue(channel, i, wcount);
+        }
+      else
+        {
+          /* Can't allocate iovecs; just send the first request. */
+          sendreq = server->qhead;
+
+          scount = swrite(server->tcp_socket, sendreq->data, sendreq->len);
+          if (scount < 0)
+            {
+              if (!try_again(SOCKERRNO))
+                  handle_error(channel, i, now);
+              continue;
+            }
+
+          /* Advance the send queue by as many bytes as we sent. */
+          advance_tcp_send_queue(channel, i, scount);
+        }
+    }
+}
+
+/* Consume the given number of bytes from the head of the TCP send queue. */
+static void advance_tcp_send_queue(ares_channel channel, int whichserver,
+                                   ssize_t num_bytes)
+{
+  struct send_request *sendreq;
+  struct server_state *server = &channel->servers[whichserver];
+  while (num_bytes > 0)
+    {
+      sendreq = server->qhead;
+      if ((size_t)num_bytes >= sendreq->len)
+       {
+         num_bytes -= sendreq->len;
+         server->qhead = sendreq->next;
+         if (server->qhead == NULL)
+           {
+             SOCK_STATE_CALLBACK(channel, server->tcp_socket, 1, 0);
+             server->qtail = NULL;
+           }
+         if (sendreq->data_storage != NULL)
+           free(sendreq->data_storage);
+         free(sendreq);
+       }
+      else
+       {
+         sendreq->data += num_bytes;
+         sendreq->len -= num_bytes;
+         num_bytes = 0;
+       }
+    }
+}
+
+/* If any TCP socket selects true for reading, read some data,
+ * allocate a buffer if we finish reading the length word, and process
+ * a packet if we finish reading one.
+ */
+static void read_tcp_data(ares_channel channel, fd_set *read_fds,
+                          ares_socket_t read_fd, struct timeval *now)
+{
+  struct server_state *server;
+  int i;
+  ssize_t count;
+
+  if(!read_fds && (read_fd == ARES_SOCKET_BAD))
+    /* no possible action */
+    return;
+
+  for (i = 0; i < channel->nservers; i++)
+    {
+      /* Make sure the server has a socket and is selected in read_fds. */
+      server = &channel->servers[i];
+      if (server->tcp_socket == ARES_SOCKET_BAD || server->is_broken)
+        continue;
+
+      if(read_fds) {
+        if(!FD_ISSET(server->tcp_socket, read_fds))
+          continue;
+      }
+      else {
+        if(server->tcp_socket != read_fd)
+          continue;
+      }
+
+      if(read_fds)
+        /* If there's an error and we close this socket, then open
+         * another with the same fd to talk to another server, then we
+         * don't want to think that it was the new socket that was
+         * ready. This is not disastrous, but is likely to result in
+         * extra system calls and confusion. */
+        FD_CLR(server->tcp_socket, read_fds);
+
+      if (server->tcp_lenbuf_pos != 2)
+        {
+          /* We haven't yet read a length word, so read that (or
+           * what's left to read of it).
+           */
+          count = sread(server->tcp_socket,
+                        server->tcp_lenbuf + server->tcp_lenbuf_pos,
+                        2 - server->tcp_lenbuf_pos);
+          if (count <= 0)
+            {
+              if (!(count == -1 && try_again(SOCKERRNO)))
+                  handle_error(channel, i, now);
+              continue;
+            }
+
+          server->tcp_lenbuf_pos += (int)count;
+          if (server->tcp_lenbuf_pos == 2)
+            {
+              /* We finished reading the length word.  Decode the
+               * length and allocate a buffer for the data.
+               */
+              server->tcp_length = server->tcp_lenbuf[0] << 8
+                | server->tcp_lenbuf[1];
+              server->tcp_buffer = malloc(server->tcp_length);
+              if (!server->tcp_buffer)
+                handle_error(channel, i, now);
+              server->tcp_buffer_pos = 0;
+            }
+        }
+      else
+        {
+          /* Read data into the allocated buffer. */
+          count = sread(server->tcp_socket,
+                        server->tcp_buffer + server->tcp_buffer_pos,
+                        server->tcp_length - server->tcp_buffer_pos);
+          if (count <= 0)
+            {
+              if (!(count == -1 && try_again(SOCKERRNO)))
+                  handle_error(channel, i, now);
+              continue;
+            }
+
+          server->tcp_buffer_pos += (int)count;
+          if (server->tcp_buffer_pos == server->tcp_length)
+            {
+              /* We finished reading this answer; process it and
+               * prepare to read another length word.
+               */
+              process_answer(channel, server->tcp_buffer, server->tcp_length,
+                             i, 1, now);
+          if (server->tcp_buffer)
+                        free(server->tcp_buffer);
+              server->tcp_buffer = NULL;
+              server->tcp_lenbuf_pos = 0;
+              server->tcp_buffer_pos = 0;
+            }
+        }
+    }
+}
+
+/* If any UDP sockets select true for reading, process them. */
+static void read_udp_packets(ares_channel channel, fd_set *read_fds,
+                             ares_socket_t read_fd, struct timeval *now)
+{
+  struct server_state *server;
+  int i;
+  ssize_t count;
+  unsigned char buf[PACKETSZ + 1];
+#ifdef HAVE_RECVFROM
+  ares_socklen_t fromlen;
+  union {
+    struct sockaddr     sa;
+    struct sockaddr_in  sa4;
+    struct sockaddr_in6 sa6;
+  } from;
+#endif
+
+  if(!read_fds && (read_fd == ARES_SOCKET_BAD))
+    /* no possible action */
+    return;
+
+  for (i = 0; i < channel->nservers; i++)
+    {
+      /* Make sure the server has a socket and is selected in read_fds. */
+      server = &channel->servers[i];
+
+      if (server->udp_socket == ARES_SOCKET_BAD || server->is_broken)
+        continue;
+
+      if(read_fds) {
+        if(!FD_ISSET(server->udp_socket, read_fds))
+          continue;
+      }
+      else {
+        if(server->udp_socket != read_fd)
+          continue;
+      }
+
+      if(read_fds)
+        /* If there's an error and we close this socket, then open
+         * another with the same fd to talk to another server, then we
+         * don't want to think that it was the new socket that was
+         * ready. This is not disastrous, but is likely to result in
+         * extra system calls and confusion. */
+        FD_CLR(server->udp_socket, read_fds);
+
+      /* To reduce event loop overhead, read and process as many
+       * packets as we can. */
+      do {
+#ifdef HAVE_RECVFROM
+        if (server->addr.family == AF_INET)
+          fromlen = sizeof(from.sa4);
+        else
+          fromlen = sizeof(from.sa6);
+        count = (ssize_t)recvfrom(server->udp_socket, (void *)buf, sizeof(buf),
+                                  0, &from.sa, &fromlen);
+#else
+        count = sread(server->udp_socket, buf, sizeof(buf));
+#endif
+        if (count == -1 && try_again(SOCKERRNO))
+          continue;
+        else if (count <= 0)
+          handle_error(channel, i, now);
+#ifdef HAVE_RECVFROM
+        else if (!same_address(&from.sa, &server->addr))
+          /* The address the response comes from does not match
+           * the address we sent the request to. Someone may be
+           * attempting to perform a cache poisoning attack. */
+          break;
+#endif
+        else
+          process_answer(channel, buf, (int)count, i, 0, now);
+       } while (count > 0);
+    }
+}
+
+/* If any queries have timed out, note the timeout and move them on. */
+static void process_timeouts(ares_channel channel, struct timeval *now)
+{
+  time_t t;  /* the time of the timeouts we're processing */
+  struct query *query;
+  struct list_node* list_head;
+  struct list_node* list_node;
+
+  /* Process all the timeouts that have fired since the last time we
+   * processed timeouts. If things are going well, then we'll have
+   * hundreds/thousands of queries that fall into future buckets, and
+   * only a handful of requests that fall into the "now" bucket, so
+   * this should be quite quick.
+   */
+  for (t = channel->last_timeout_processed; t <= now->tv_sec; t++)
+    {
+      list_head = &(channel->queries_by_timeout[t % ARES_TIMEOUT_TABLE_SIZE]);
+      for (list_node = list_head->next; list_node != list_head; )
+        {
+          query = list_node->data;
+          list_node = list_node->next;  /* in case the query gets deleted */
+          if (query->timeout.tv_sec && ares__timedout(now, &query->timeout))
+            {
+              query->error_status = ARES_ETIMEOUT;
+              ++query->timeouts;
+              next_server(channel, query, now);
+            }
+        }
+     }
+  channel->last_timeout_processed = now->tv_sec;
+}
+
+/* Handle an answer from a server. */
+static void process_answer(ares_channel channel, unsigned char *abuf,
+                           int alen, int whichserver, int tcp,
+                           struct timeval *now)
+{
+  int tc, rcode;
+  unsigned short id;
+  struct query *query;
+  struct list_node* list_head;
+  struct list_node* list_node;
+
+  /* If there's no room in the answer for a header, we can't do much
+   * with it. */
+  if (alen < HFIXEDSZ)
+    return;
+
+  /* Grab the query ID, truncate bit, and response code from the packet. */
+  id = DNS_HEADER_QID(abuf);
+  tc = DNS_HEADER_TC(abuf);
+  rcode = DNS_HEADER_RCODE(abuf);
+
+  /* Find the query corresponding to this packet. The queries are
+   * hashed/bucketed by query id, so this lookup should be quick.
+   * Note that both the query id and the questions must be the same;
+   * when the query id wraps around we can have multiple outstanding
+   * queries with the same query id, so we need to check both the id and
+   * question.
+   */
+  query = NULL;
+  list_head = &(channel->queries_by_qid[id % ARES_QID_TABLE_SIZE]);
+  for (list_node = list_head->next; list_node != list_head;
+       list_node = list_node->next)
+    {
+      struct query *q = list_node->data;
+      if ((q->qid == id) && same_questions(q->qbuf, q->qlen, abuf, alen))
+        {
+          query = q;
+          break;
+        }
+    }
+  if (!query)
+    return;
+
+  /* If we got a truncated UDP packet and are not ignoring truncation,
+   * don't accept the packet, and switch the query to TCP if we hadn't
+   * done so already.
+   */
+  if ((tc || alen > PACKETSZ) && !tcp && !(channel->flags & ARES_FLAG_IGNTC))
+    {
+      if (!query->using_tcp)
+        {
+          query->using_tcp = 1;
+          ares__send_query(channel, query, now);
+        }
+      return;
+    }
+
+  /* Limit alen to PACKETSZ if we aren't using TCP (only relevant if we
+   * are ignoring truncation.
+   */
+  if (alen > PACKETSZ && !tcp)
+    alen = PACKETSZ;
+
+  /* If we aren't passing through all error packets, discard packets
+   * with SERVFAIL, NOTIMP, or REFUSED response codes.
+   */
+  if (!(channel->flags & ARES_FLAG_NOCHECKRESP))
+    {
+      if (rcode == SERVFAIL || rcode == NOTIMP || rcode == REFUSED)
+        {
+          skip_server(channel, query, whichserver);
+          if (query->server == whichserver)
+            next_server(channel, query, now);
+          return;
+        }
+    }
+
+  end_query(channel, query, ARES_SUCCESS, abuf, alen);
+}
+
+/* Close all the connections that are no longer usable. */
+static void process_broken_connections(ares_channel channel,
+                                       struct timeval *now)
+{
+  int i;
+  for (i = 0; i < channel->nservers; i++)
+    {
+      struct server_state *server = &channel->servers[i];
+      if (server->is_broken)
+        {
+          handle_error(channel, i, now);
+        }
+    }
+}
+
+static void handle_error(ares_channel channel, int whichserver,
+                         struct timeval *now)
+{
+  struct server_state *server;
+  struct query *query;
+  struct list_node list_head;
+  struct list_node* list_node;
+
+  server = &channel->servers[whichserver];
+
+  /* Reset communications with this server. */
+  ares__close_sockets(channel, server);
+
+  /* Tell all queries talking to this server to move on and not try
+   * this server again. We steal the current list of queries that were
+   * in-flight to this server, since when we call next_server this can
+   * cause the queries to be re-sent to this server, which will
+   * re-insert these queries in that same server->queries_to_server
+   * list.
+   */
+  ares__init_list_head(&list_head);
+  ares__swap_lists(&list_head, &(server->queries_to_server));
+  for (list_node = list_head.next; list_node != &list_head; )
+    {
+      query = list_node->data;
+      list_node = list_node->next;  /* in case the query gets deleted */
+      assert(query->server == whichserver);
+      skip_server(channel, query, whichserver);
+      next_server(channel, query, now);
+    }
+  /* Each query should have removed itself from our temporary list as
+   * it re-sent itself or finished up...
+   */
+  assert(ares__is_list_empty(&list_head));
+}
+
+static void skip_server(ares_channel channel, struct query *query,
+                        int whichserver) {
+  /* The given server gave us problems with this query, so if we have
+   * the luxury of using other servers, then let's skip the
+   * potentially broken server and just use the others. If we only
+   * have one server and we need to retry then we should just go ahead
+   * and re-use that server, since it's our only hope; perhaps we
+   * just got unlucky, and retrying will work (eg, the server timed
+   * out our TCP connection just as we were sending another request).
+   */
+  if (channel->nservers > 1)
+    {
+      query->server_info[whichserver].skip_server = 1;
+    }
+}
+
+static void next_server(ares_channel channel, struct query *query,
+                        struct timeval *now)
+{
+  /* We need to try each server channel->tries times. We have channel->nservers
+   * servers to try. In total, we need to do channel->nservers * channel->tries
+   * attempts. Use query->try to remember how many times we already attempted
+   * this query. Use modular arithmetic to find the next server to try. */
+  while (++(query->try) < (channel->nservers * channel->tries))
+    {
+      struct server_state *server;
+
+      /* Move on to the next server. */
+      query->server = (query->server + 1) % channel->nservers;
+      server = &channel->servers[query->server];
+
+      /* We don't want to use this server if (1) we decided this
+       * connection is broken, and thus about to be closed, (2)
+       * we've decided to skip this server because of earlier
+       * errors we encountered, or (3) we already sent this query
+       * over this exact connection.
+       */
+      if (!server->is_broken &&
+           !query->server_info[query->server].skip_server &&
+           !(query->using_tcp &&
+             (query->server_info[query->server].tcp_connection_generation ==
+              server->tcp_connection_generation)))
+        {
+           ares__send_query(channel, query, now);
+           return;
+        }
+
+      /* You might think that with TCP we only need one try. However,
+       * even when using TCP, servers can time-out our connection just
+       * as we're sending a request, or close our connection because
+       * they die, or never send us a reply because they get wedged or
+       * tickle a bug that drops our request.
+       */
+    }
+
+  /* If we are here, all attempts to perform query failed. */
+  end_query(channel, query, query->error_status, NULL, 0);
+}
+
+void ares__send_query(ares_channel channel, struct query *query,
+                      struct timeval *now)
+{
+  struct send_request *sendreq;
+  struct server_state *server;
+  int timeplus;
+
+  server = &channel->servers[query->server];
+  if (query->using_tcp)
+    {
+      /* Make sure the TCP socket for this server is set up and queue
+       * a send request.
+       */
+      if (server->tcp_socket == ARES_SOCKET_BAD)
+        {
+          if (open_tcp_socket(channel, server) == -1)
+            {
+              skip_server(channel, query, query->server);
+              next_server(channel, query, now);
+              return;
+            }
+        }
+      sendreq = calloc(1, sizeof(struct send_request));
+      if (!sendreq)
+        {
+        end_query(channel, query, ARES_ENOMEM, NULL, 0);
+          return;
+        }
+      /* To make the common case fast, we avoid copies by using the
+       * query's tcpbuf for as long as the query is alive. In the rare
+       * case where the query ends while it's queued for transmission,
+       * then we give the sendreq its own copy of the request packet
+       * and put it in sendreq->data_storage.
+       */
+      sendreq->data_storage = NULL;
+      sendreq->data = query->tcpbuf;
+      sendreq->len = query->tcplen;
+      sendreq->owner_query = query;
+      sendreq->next = NULL;
+      if (server->qtail)
+        server->qtail->next = sendreq;
+      else
+        {
+          SOCK_STATE_CALLBACK(channel, server->tcp_socket, 1, 1);
+          server->qhead = sendreq;
+        }
+      server->qtail = sendreq;
+      query->server_info[query->server].tcp_connection_generation =
+        server->tcp_connection_generation;
+    }
+  else
+    {
+      if (server->udp_socket == ARES_SOCKET_BAD)
+        {
+          if (open_udp_socket(channel, server) == -1)
+            {
+              skip_server(channel, query, query->server);
+              next_server(channel, query, now);
+              return;
+            }
+        }
+      if (swrite(server->udp_socket, query->qbuf, query->qlen) == -1)
+        {
+          /* FIXME: Handle EAGAIN here since it likely can happen. */
+          skip_server(channel, query, query->server);
+          next_server(channel, query, now);
+          return;
+        }
+    }
+    timeplus = channel->timeout << (query->try / channel->nservers);
+    timeplus = (timeplus * (9 + (rand () & 7))) / 16;
+    query->timeout = *now;
+    ares__timeadd(&query->timeout,
+                  timeplus);
+    /* Keep track of queries bucketed by timeout, so we can process
+     * timeout events quickly.
+     */
+    ares__remove_from_list(&(query->queries_by_timeout));
+    ares__insert_in_list(
+        &(query->queries_by_timeout),
+        &(channel->queries_by_timeout[query->timeout.tv_sec %
+                                      ARES_TIMEOUT_TABLE_SIZE]));
+
+    /* Keep track of queries bucketed by server, so we can process server
+     * errors quickly.
+     */
+    ares__remove_from_list(&(query->queries_to_server));
+    ares__insert_in_list(&(query->queries_to_server),
+                         &(server->queries_to_server));
+}
+
+/*
+ * setsocknonblock sets the given socket to either blocking or non-blocking
+ * mode based on the 'nonblock' boolean argument. This function is highly
+ * portable.
+ */
+static int setsocknonblock(ares_socket_t sockfd,    /* operate on this */
+                    int nonblock   /* TRUE or FALSE */)
+{
+#if defined(USE_BLOCKING_SOCKETS)
+
+  return 0; /* returns success */
+
+#elif defined(HAVE_FCNTL_O_NONBLOCK)
+
+  /* most recent unix versions */
+  int flags;
+  flags = fcntl(sockfd, F_GETFL, 0);
+  if (FALSE != nonblock)
+    return fcntl(sockfd, F_SETFL, flags | O_NONBLOCK);
+  else
+    return fcntl(sockfd, F_SETFL, flags & (~O_NONBLOCK));
+
+#elif defined(HAVE_IOCTL_FIONBIO)
+
+  /* older unix versions */
+  int flags;
+  flags = nonblock;
+  return ioctl(sockfd, FIONBIO, &flags);
+
+#elif defined(HAVE_IOCTLSOCKET_FIONBIO)
+
+#ifdef WATT32
+  char flags;
+#else
+  /* Windows */
+  unsigned long flags;
+#endif
+  flags = nonblock;
+  return ioctlsocket(sockfd, FIONBIO, &flags);
+
+#elif defined(HAVE_IOCTLSOCKET_CAMEL_FIONBIO)
+
+  /* Amiga */
+  return IoctlSocket(sockfd, FIONBIO, (long)nonblock);
+
+#elif defined(HAVE_SETSOCKOPT_SO_NONBLOCK)
+
+  /* BeOS */
+  long b = nonblock ? 1 : 0;
+  return setsockopt(sockfd, SOL_SOCKET, SO_NONBLOCK, &b, sizeof(b));
+
+#else
+#  error "no non-blocking method was found/used/set"
+#endif
+}
+
+static int configure_socket(ares_socket_t s, int family, ares_channel channel)
+{
+  union {
+    struct sockaddr     sa;
+    struct sockaddr_in  sa4;
+    struct sockaddr_in6 sa6;
+  } local;
+
+  setsocknonblock(s, TRUE);
+
+#if defined(FD_CLOEXEC) && !defined(MSDOS)
+  /* Configure the socket fd as close-on-exec. */
+  if (fcntl(s, F_SETFD, FD_CLOEXEC) == -1)
+    return -1;
+#endif
+
+  /* Set the socket's send and receive buffer sizes. */
+  if ((channel->socket_send_buffer_size > 0) &&
+      setsockopt(s, SOL_SOCKET, SO_SNDBUF,
+                 (void *)&channel->socket_send_buffer_size,
+                 sizeof(channel->socket_send_buffer_size)) == -1)
+    return -1;
+
+  if ((channel->socket_receive_buffer_size > 0) &&
+      setsockopt(s, SOL_SOCKET, SO_RCVBUF,
+                 (void *)&channel->socket_receive_buffer_size,
+                 sizeof(channel->socket_receive_buffer_size)) == -1)
+    return -1;
+
+#ifdef SO_BINDTODEVICE
+  if (channel->local_dev_name[0]) {
+    if (setsockopt(s, SOL_SOCKET, SO_BINDTODEVICE,
+                   channel->local_dev_name, sizeof(channel->local_dev_name))) {
+      /* Only root can do this, and usually not fatal if it doesn't work, so */
+      /* just continue on. */
+    }
+  }
+#endif
+
+  if (family == AF_INET) {
+    if (channel->local_ip4) {
+      memset(&local.sa4, 0, sizeof(local.sa4));
+      local.sa4.sin_family = AF_INET;
+      local.sa4.sin_addr.s_addr = htonl(channel->local_ip4);
+      if (bind(s, &local.sa, sizeof(local.sa4)) < 0)
+        return -1;
+    }
+  }
+  else if (family == AF_INET6) {
+    if (memcmp(channel->local_ip6, &ares_in6addr_any, sizeof(channel->local_ip6)) != 0) {
+      memset(&local.sa6, 0, sizeof(local.sa6));
+      local.sa6.sin6_family = AF_INET6;
+      memcpy(&local.sa6.sin6_addr, channel->local_ip6, sizeof(channel->local_ip6));
+      if (bind(s, &local.sa, sizeof(local.sa6)) < 0)
+        return -1;
+    }
+  }
+
+  return 0;
+}
+
+static int open_tcp_socket(ares_channel channel, struct server_state *server)
+{
+  ares_socket_t s;
+  int opt;
+  ares_socklen_t salen;
+  union {
+    struct sockaddr_in  sa4;
+    struct sockaddr_in6 sa6;
+  } saddr;
+  struct sockaddr *sa;
+
+  switch (server->addr.family)
+    {
+      case AF_INET:
+        sa = (void *)&saddr.sa4;
+        salen = sizeof(saddr.sa4);
+        memset(sa, 0, salen);
+        saddr.sa4.sin_family = AF_INET;
+        saddr.sa4.sin_port = (unsigned short)(channel->tcp_port & 0xffff);
+        memcpy(&saddr.sa4.sin_addr, &server->addr.addrV4,
+               sizeof(server->addr.addrV4));
+        break;
+      case AF_INET6:
+        sa = (void *)&saddr.sa6;
+        salen = sizeof(saddr.sa6);
+        memset(sa, 0, salen);
+        saddr.sa6.sin6_family = AF_INET6;
+        saddr.sa6.sin6_port = (unsigned short)(channel->tcp_port & 0xffff);
+        memcpy(&saddr.sa6.sin6_addr, &server->addr.addrV6,
+               sizeof(server->addr.addrV6));
+        break;
+      default:
+        return -1;
+    }
+
+  /* Acquire a socket. */
+  s = socket(server->addr.family, SOCK_STREAM, 0);
+  if (s == ARES_SOCKET_BAD)
+    return -1;
+
+  /* Configure it. */
+  if (configure_socket(s, server->addr.family, channel) < 0)
+    {
+       sclose(s);
+       return -1;
+    }
+
+#ifdef TCP_NODELAY
+  /*
+   * Disable the Nagle algorithm (only relevant for TCP sockets, and thus not
+   * in configure_socket). In general, in DNS lookups we're pretty much
+   * interested in firing off a single request and then waiting for a reply,
+   * so batching isn't very interesting.
+   */
+  opt = 1;
+  if (setsockopt(s, IPPROTO_TCP, TCP_NODELAY,
+                 (void *)&opt, sizeof(opt)) == -1)
+    {
+       sclose(s);
+       return -1;
+    }
+#endif
+
+  /* Connect to the server. */
+  if (connect(s, sa, salen) == -1)
+    {
+      int err = SOCKERRNO;
+
+      if (err != EINPROGRESS && err != EWOULDBLOCK)
+        {
+          sclose(s);
+          return -1;
+        }
+    }
+
+  if (channel->sock_create_cb)
+    {
+      int err = channel->sock_create_cb(s, SOCK_STREAM,
+                                        channel->sock_create_cb_data);
+      if (err < 0)
+        {
+          sclose(s);
+          return err;
+        }
+    }
+
+  SOCK_STATE_CALLBACK(channel, s, 1, 0);
+  server->tcp_buffer_pos = 0;
+  server->tcp_socket = s;
+  server->tcp_connection_generation = ++channel->tcp_connection_generation;
+  return 0;
+}
+
+static int open_udp_socket(ares_channel channel, struct server_state *server)
+{
+  ares_socket_t s;
+  ares_socklen_t salen;
+  union {
+    struct sockaddr_in  sa4;
+    struct sockaddr_in6 sa6;
+  } saddr;
+  struct sockaddr *sa;
+
+  switch (server->addr.family)
+    {
+      case AF_INET:
+        sa = (void *)&saddr.sa4;
+        salen = sizeof(saddr.sa4);
+        memset(sa, 0, salen);
+        saddr.sa4.sin_family = AF_INET;
+        saddr.sa4.sin_port = (unsigned short)(channel->udp_port & 0xffff);
+        memcpy(&saddr.sa4.sin_addr, &server->addr.addrV4,
+               sizeof(server->addr.addrV4));
+        break;
+      case AF_INET6:
+        sa = (void *)&saddr.sa6;
+        salen = sizeof(saddr.sa6);
+        memset(sa, 0, salen);
+        saddr.sa6.sin6_family = AF_INET6;
+        saddr.sa6.sin6_port = (unsigned short)(channel->udp_port & 0xffff);
+        memcpy(&saddr.sa6.sin6_addr, &server->addr.addrV6,
+               sizeof(server->addr.addrV6));
+        break;
+      default:
+        return -1;
+    }
+
+  /* Acquire a socket. */
+  s = socket(server->addr.family, SOCK_DGRAM, 0);
+  if (s == ARES_SOCKET_BAD)
+    return -1;
+
+  /* Set the socket non-blocking. */
+  if (configure_socket(s, server->addr.family, channel) < 0)
+    {
+       sclose(s);
+       return -1;
+    }
+
+  /* Connect to the server. */
+  if (connect(s, sa, salen) == -1)
+    {
+      int err = SOCKERRNO;
+
+      if (err != EINPROGRESS && err != EWOULDBLOCK)
+        {
+          sclose(s);
+          return -1;
+        }
+    }
+
+  if (channel->sock_create_cb)
+    {
+      int err = channel->sock_create_cb(s, SOCK_DGRAM,
+                                        channel->sock_create_cb_data);
+      if (err < 0)
+        {
+          sclose(s);
+          return err;
+        }
+    }
+
+  SOCK_STATE_CALLBACK(channel, s, 1, 0);
+
+  server->udp_socket = s;
+  return 0;
+}
+
+static int same_questions(const unsigned char *qbuf, int qlen,
+                          const unsigned char *abuf, int alen)
+{
+  struct {
+    const unsigned char *p;
+    int qdcount;
+    char *name;
+    long namelen;
+    int type;
+    int dnsclass;
+  } q, a;
+  int i, j;
+
+  if (qlen < HFIXEDSZ || alen < HFIXEDSZ)
+    return 0;
+
+  /* Extract qdcount from the request and reply buffers and compare them. */
+  q.qdcount = DNS_HEADER_QDCOUNT(qbuf);
+  a.qdcount = DNS_HEADER_QDCOUNT(abuf);
+  if (q.qdcount != a.qdcount)
+    return 0;
+
+  /* For each question in qbuf, find it in abuf. */
+  q.p = qbuf + HFIXEDSZ;
+  for (i = 0; i < q.qdcount; i++)
+    {
+      /* Decode the question in the query. */
+      if (ares_expand_name(q.p, qbuf, qlen, &q.name, &q.namelen)
+          != ARES_SUCCESS)
+        return 0;
+      q.p += q.namelen;
+      if (q.p + QFIXEDSZ > qbuf + qlen)
+        {
+          free(q.name);
+          return 0;
+        }
+      q.type = DNS_QUESTION_TYPE(q.p);
+      q.dnsclass = DNS_QUESTION_CLASS(q.p);
+      q.p += QFIXEDSZ;
+
+      /* Search for this question in the answer. */
+      a.p = abuf + HFIXEDSZ;
+      for (j = 0; j < a.qdcount; j++)
+        {
+          /* Decode the question in the answer. */
+          if (ares_expand_name(a.p, abuf, alen, &a.name, &a.namelen)
+              != ARES_SUCCESS)
+            {
+              free(q.name);
+              return 0;
+            }
+          a.p += a.namelen;
+          if (a.p + QFIXEDSZ > abuf + alen)
+            {
+              free(q.name);
+              free(a.name);
+              return 0;
+            }
+          a.type = DNS_QUESTION_TYPE(a.p);
+          a.dnsclass = DNS_QUESTION_CLASS(a.p);
+          a.p += QFIXEDSZ;
+
+          /* Compare the decoded questions. */
+          if (strcasecmp(q.name, a.name) == 0 && q.type == a.type
+              && q.dnsclass == a.dnsclass)
+            {
+              free(a.name);
+              break;
+            }
+          free(a.name);
+        }
+
+      free(q.name);
+      if (j == a.qdcount)
+        return 0;
+    }
+  return 1;
+}
+
+static int same_address(struct sockaddr *sa, struct ares_addr *aa)
+{
+  void *addr1;
+  void *addr2;
+
+  if (sa->sa_family == aa->family)
+    {
+      switch (aa->family)
+        {
+          case AF_INET:
+            addr1 = &aa->addrV4;
+            addr2 = &((struct sockaddr_in *)sa)->sin_addr;
+            if (memcmp(addr1, addr2, sizeof(aa->addrV4)) == 0)
+              return 1; /* match */
+            break;
+          case AF_INET6:
+            addr1 = &aa->addrV6;
+            addr2 = &((struct sockaddr_in6 *)sa)->sin6_addr;
+            if (memcmp(addr1, addr2, sizeof(aa->addrV6)) == 0)
+              return 1; /* match */
+            break;
+          default:
+            break;
+        }
+    }
+  return 0; /* different */
+}
+
+static void end_query (ares_channel channel, struct query *query, int status,
+                       unsigned char *abuf, int alen)
+{
+  int i;
+
+  /* First we check to see if this query ended while one of our send
+   * queues still has pointers to it.
+   */
+  for (i = 0; i < channel->nservers; i++)
+    {
+      struct server_state *server = &channel->servers[i];
+      struct send_request *sendreq;
+      for (sendreq = server->qhead; sendreq; sendreq = sendreq->next)
+        if (sendreq->owner_query == query)
+          {
+            sendreq->owner_query = NULL;
+            assert(sendreq->data_storage == NULL);
+            if (status == ARES_SUCCESS)
+              {
+                /* We got a reply for this query, but this queued
+                 * sendreq points into this soon-to-be-gone query's
+                 * tcpbuf. Probably this means we timed out and queued
+                 * the query for retransmission, then received a
+                 * response before actually retransmitting. This is
+                 * perfectly fine, so we want to keep the connection
+                 * running smoothly if we can. But in the worst case
+                 * we may have sent only some prefix of the query,
+                 * with some suffix of the query left to send. Also,
+                 * the buffer may be queued on multiple queues. To
+                 * prevent dangling pointers to the query's tcpbuf and
+                 * handle these cases, we just give such sendreqs
+                 * their own copy of the query packet.
+                 */
+               sendreq->data_storage = malloc(sendreq->len);
+               if (sendreq->data_storage != NULL)
+                 {
+                   memcpy(sendreq->data_storage, sendreq->data, sendreq->len);
+                   sendreq->data = sendreq->data_storage;
+                 }
+              }
+            if ((status != ARES_SUCCESS) || (sendreq->data_storage == NULL))
+              {
+                /* We encountered an error (probably a timeout,
+                 * suggesting the DNS server we're talking to is
+                 * probably unreachable, wedged, or severely
+                 * overloaded) or we couldn't copy the request, so
+                 * mark the connection as broken. When we get to
+                 * process_broken_connections() we'll close the
+                 * connection and try to re-send requests to another
+                 * server.
+                 */
+               server->is_broken = 1;
+               /* Just to be paranoid, zero out this sendreq... */
+               sendreq->data = NULL;
+               sendreq->len = 0;
+             }
+          }
+    }
+
+  /* Invoke the callback */
+  query->callback(query->arg, status, query->timeouts, abuf, alen);
+  ares__free_query(query);
+
+  /* Simple cleanup policy: if no queries are remaining, close all
+   * network sockets unless STAYOPEN is set.
+   */
+  if (!(channel->flags & ARES_FLAG_STAYOPEN) &&
+      ares__is_list_empty(&(channel->all_queries)))
+    {
+      for (i = 0; i < channel->nservers; i++)
+        ares__close_sockets(channel, &channel->servers[i]);
+    }
+}
+
+void ares__free_query(struct query *query)
+{
+  /* Remove the query from all the lists in which it is linked */
+  ares__remove_from_list(&(query->queries_by_qid));
+  ares__remove_from_list(&(query->queries_by_timeout));
+  ares__remove_from_list(&(query->queries_to_server));
+  ares__remove_from_list(&(query->all_queries));
+  /* Zero out some important stuff, to help catch bugs */
+  query->callback = NULL;
+  query->arg = NULL;
+  /* Deallocate the memory associated with the query */
+  free(query->tcpbuf);
+  free(query->server_info);
+  free(query);
+}
blob - /dev/null
blob + f889c16e1945fc22e0d00e2484273ad6efa2384d (mode 644)
Binary files /dev/null and src/c-ares/ares_process.pdf differ
blob - /dev/null
blob + 0c5df844c8b26fe53eaf0d9a767a75d490ad3a99 (mode 644)
--- /dev/null
+++ src/c-ares/ares_query.3
@@ -0,0 +1,146 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_QUERY 3 "24 July 1998"
+.SH NAME
+ares_query \- Initiate a single-question DNS query
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B typedef void (*ares_callback)(void *\fIarg\fP, int \fIstatus\fP,
+.B	int \fItimeouts\fP, unsigned char *\fIabuf\fP, int \fIalen\fP)
+.PP
+.B void ares_query(ares_channel \fIchannel\fP, const char *\fIname\fP,
+.B 	int \fIdnsclass\fP, int \fItype\fP, ares_callback \fIcallback\fP,
+.B	void *\fIarg\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_query
+function initiates a single-question DNS query on the name service
+channel identified by
+.IR channel .
+The parameter
+.I name
+gives the query name as a NUL-terminated C string of period-separated
+labels optionally ending with a period; periods and backslashes within
+a label must be escaped with a backslash.  The parameters
+.I dnsclass
+and
+.I type
+give the class and type of the query using the values defined in
+.BR <arpa/nameser.h> .
+When the query is complete or has failed, the ares library will invoke
+.IR callback .
+Completion or failure of the query may happen immediately, or may
+happen during a later call to
+.BR ares_process (3)
+or
+.BR ares_destroy (3).
+.PP
+The callback argument
+.I arg
+is copied from the
+.B ares_query
+argument
+.IR arg .
+The callback argument
+.I status
+indicates whether the query succeeded and, if not, how it failed.  It
+may have any of the following values:
+.TP 19
+.B ARES_SUCCESS
+The query completed successfully.
+.TP 19
+.B ARES_ENODATA
+The query completed but contains no answers.
+.TP 19
+.B ARES_EFORMERR
+The query completed but the server claims that the query was
+malformatted.
+.TP 19
+.B ARES_ESERVFAIL
+The query completed but the server claims to have experienced a
+failure.  (This code can only occur if the
+.B ARES_FLAG_NOCHECKRESP
+flag was specified at channel initialization time; otherwise, such
+responses are ignored at the
+.BR ares_send (3)
+level.)
+.TP 19
+.B ARES_ENOTFOUND
+The query completed but the queried-for domain name was not found.
+.TP 19
+.B ARES_ENOTIMP
+The query completed but the server does not implement the operation
+requested by the query.  (This code can only occur if the
+.B ARES_FLAG_NOCHECKRESP
+flag was specified at channel initialization time; otherwise, such
+responses are ignored at the
+.BR ares_send (3)
+level.)
+.TP 19
+.B ARES_EREFUSED
+The query completed but the server refused the query.  (This code can
+only occur if the
+.B ARES_FLAG_NOCHECKRESP
+flag was specified at channel initialization time; otherwise, such
+responses are ignored at the
+.BR ares_send (3)
+level.)
+.TP 19
+.B ARES_EBADNAME
+The query name
+.I name
+could not be encoded as a domain name, either because it contained a
+zero-length label or because it contained a label of more than 63
+characters.
+.TP 19
+.B ARES_ETIMEOUT
+No name servers responded within the timeout period.
+.TP 19
+.B ARES_ECONNREFUSED
+No name servers could be contacted.
+.TP 19
+.B ARES_ENOMEM
+Memory was exhausted.
+.TP 19
+.B ARES_EDESTRUCTION
+The name service channel
+.I channel
+is being destroyed; the query will not be completed.
+.PP
+The callback argument
+.I timeouts
+reports how many times a query timed out during the execution of the
+given request.
+.PP
+If the query completed (even if there was something wrong with it, as
+indicated by some of the above error codes), the callback argument
+.I abuf
+points to a result buffer of length
+.IR alen .
+If the query did not complete,
+.I abuf
+will be NULL and
+.I alen
+will be 0.
+.SH SEE ALSO
+.BR ares_process (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + 63652e229d274b6eba21ad076399c979318f5ac2 (mode 644)
--- /dev/null
+++ src/c-ares/ares_query.c
@@ -0,0 +1,183 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#include <stdlib.h>
+#include "ares.h"
+#include "ares_dns.h"
+#include "ares_private.h"
+
+struct qquery {
+  ares_callback callback;
+  void *arg;
+};
+
+static void qcallback(void *arg, int status, int timeouts, unsigned char *abuf, int alen);
+
+void ares__rc4(rc4_key* key, unsigned char *buffer_ptr, int buffer_len)
+{
+  unsigned char x;
+  unsigned char y;
+  unsigned char* state;
+  unsigned char xorIndex;
+  short counter;
+
+  x = key->x;
+  y = key->y;
+
+  state = &key->state[0];
+  for(counter = 0; counter < buffer_len; counter ++)
+  {
+    x = (unsigned char)((x + 1) % 256);
+    y = (unsigned char)((state[x] + y) % 256);
+    ARES_SWAP_BYTE(&state[x], &state[y]);
+
+    xorIndex = (unsigned char)((state[x] + state[y]) % 256);
+
+    buffer_ptr[counter] = (unsigned char)(buffer_ptr[counter]^state[xorIndex]);
+  }
+  key->x = x;
+  key->y = y;
+}
+
+static struct query* find_query_by_id(ares_channel channel, unsigned short id)
+{
+  unsigned short qid;
+  struct list_node* list_head;
+  struct list_node* list_node;
+  DNS_HEADER_SET_QID(((unsigned char*)&qid), id);
+
+  /* Find the query corresponding to this packet. */
+  list_head = &(channel->queries_by_qid[qid % ARES_QID_TABLE_SIZE]);
+  for (list_node = list_head->next; list_node != list_head;
+       list_node = list_node->next)
+    {
+       struct query *q = list_node->data;
+       if (q->qid == qid)
+	  return q;
+    }
+  return NULL;
+}
+
+
+/* a unique query id is generated using an rc4 key. Since the id may already
+   be used by a running query (as infrequent as it may be), a lookup is
+   performed per id generation. In practice this search should happen only
+   once per newly generated id
+*/
+static unsigned short generate_unique_id(ares_channel channel)
+{
+  unsigned short id;
+
+  do {
+    id = ares__generate_new_id(&channel->id_key);
+  } while (find_query_by_id(channel, id));
+
+  return (unsigned short)id;
+}
+
+void ares_query(ares_channel channel, const char *name, int dnsclass,
+                int type, ares_callback callback, void *arg)
+{
+  struct qquery *qquery;
+  unsigned char *qbuf;
+  int qlen, rd, status;
+
+  /* Compose the query. */
+  rd = !(channel->flags & ARES_FLAG_NORECURSE);
+  status = ares_mkquery(name, dnsclass, type, channel->next_id, rd, &qbuf,
+                        &qlen);
+  if (status != ARES_SUCCESS)
+    {
+      if (qbuf != NULL) free(qbuf);
+      callback(arg, status, 0, NULL, 0);
+      return;
+    }
+
+  channel->next_id = generate_unique_id(channel);
+
+  /* Allocate and fill in the query structure. */
+  qquery = malloc(sizeof(struct qquery));
+  if (!qquery)
+    {
+      ares_free_string(qbuf);
+      callback(arg, ARES_ENOMEM, 0, NULL, 0);
+      return;
+    }
+  qquery->callback = callback;
+  qquery->arg = arg;
+
+  /* Send it off.  qcallback will be called when we get an answer. */
+  ares_send(channel, qbuf, qlen, qcallback, qquery);
+  ares_free_string(qbuf);
+}
+
+static void qcallback(void *arg, int status, int timeouts, unsigned char *abuf, int alen)
+{
+  struct qquery *qquery = (struct qquery *) arg;
+  unsigned int ancount;
+  int rcode;
+
+  if (status != ARES_SUCCESS)
+    qquery->callback(qquery->arg, status, timeouts, abuf, alen);
+  else
+    {
+      /* Pull the response code and answer count from the packet. */
+      rcode = DNS_HEADER_RCODE(abuf);
+      ancount = DNS_HEADER_ANCOUNT(abuf);
+
+      /* Convert errors. */
+      switch (rcode)
+        {
+        case NOERROR:
+          status = (ancount > 0) ? ARES_SUCCESS : ARES_ENODATA;
+          break;
+        case FORMERR:
+          status = ARES_EFORMERR;
+          break;
+        case SERVFAIL:
+          status = ARES_ESERVFAIL;
+          break;
+        case NXDOMAIN:
+          status = ARES_ENOTFOUND;
+          break;
+        case NOTIMP:
+          status = ARES_ENOTIMP;
+          break;
+        case REFUSED:
+          status = ARES_EREFUSED;
+          break;
+        }
+      qquery->callback(qquery->arg, status, timeouts, abuf, alen);
+    }
+  free(qquery);
+}
blob - /dev/null
blob + f44a24f940eb9f8eb297c8b1984bcda819dd0c18 (mode 644)
Binary files /dev/null and src/c-ares/ares_query.pdf differ
blob - /dev/null
blob + f94c5b59165e7adb20c67a29103b95c5136298b5 (mode 644)
--- /dev/null
+++ src/c-ares/ares_rules.h
@@ -0,0 +1,144 @@
+#ifndef __CARES_RULES_H
+#define __CARES_RULES_H
+
+
+/* Copyright (C) 2009 by Daniel Stenberg et al
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted, provided
+ * that the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  M.I.T. makes no representations about the
+ * suitability of this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+/* ================================================================ */
+/*                    COMPILE TIME SANITY CHECKS                    */
+/* ================================================================ */
+
+/*
+ * NOTE 1:
+ * -------
+ *
+ * All checks done in this file are intentionally placed in a public
+ * header file which is pulled by ares.h when an application is
+ * being built using an already built c-ares library. Additionally
+ * this file is also included and used when building the library.
+ *
+ * If compilation fails on this file it is certainly sure that the
+ * problem is elsewhere. It could be a problem in the ares_build.h
+ * header file, or simply that you are using different compilation
+ * settings than those used to build the library.
+ *
+ * Nothing in this file is intended to be modified or adjusted by the
+ * c-ares library user nor by the c-ares library builder.
+ *
+ * Do not deactivate any check, these are done to make sure that the
+ * library is properly built and used.
+ *
+ * You can find further help on the c-ares development mailing list:
+ * http://cool.haxx.se/mailman/listinfo/c-ares/
+ *
+ * NOTE 2
+ * ------
+ *
+ * Some of the following compile time checks are based on the fact
+ * that the dimension of a constant array can not be a negative one.
+ * In this way if the compile time verification fails, the compilation
+ * will fail issuing an error. The error description wording is compiler
+ * dependent but it will be quite similar to one of the following:
+ *
+ *   "negative subscript or subscript is too large"
+ *   "array must have at least one element"
+ *   "-1 is an illegal array size"
+ *   "size of array is negative"
+ *
+ * If you are building an application which tries to use an already
+ * built c-ares library and you are getting this kind of errors on
+ * this file, it is a clear indication that there is a mismatch between
+ * how the library was built and how you are trying to use it for your
+ * application. Your already compiled or binary library provider is the
+ * only one who can give you the details you need to properly use it.
+ */
+
+/*
+ * Verify that some macros are actually defined.
+ */
+
+#ifndef CARES_SIZEOF_LONG
+#  error "CARES_SIZEOF_LONG definition is missing!"
+   Error Compilation_aborted_CARES_SIZEOF_LONG_is_missing
+#endif
+
+#ifndef CARES_TYPEOF_ARES_SOCKLEN_T
+#  error "CARES_TYPEOF_ARES_SOCKLEN_T definition is missing!"
+   Error Compilation_aborted_CARES_TYPEOF_ARES_SOCKLEN_T_is_missing
+#endif
+
+#ifndef CARES_SIZEOF_ARES_SOCKLEN_T
+#  error "CARES_SIZEOF_ARES_SOCKLEN_T definition is missing!"
+   Error Compilation_aborted_CARES_SIZEOF_ARES_SOCKLEN_T_is_missing
+#endif
+
+/*
+ * Macros private to this header file.
+ */
+
+#define CareschkszEQ(t, s) sizeof(t) == s ? 1 : -1
+
+#define CareschkszGE(t1, t2) sizeof(t1) >= sizeof(t2) ? 1 : -1
+
+/*
+ * Verify that the size previously defined and expected for long
+ * is the same as the one reported by sizeof() at compile time.
+ */
+
+typedef char
+  __cares_rule_01__
+    [CareschkszEQ(long, CARES_SIZEOF_LONG)];
+
+/*
+ * Verify that the size previously defined and expected for
+ * ares_socklen_t is actually the the same as the one reported
+ * by sizeof() at compile time.
+ */
+
+typedef char
+  __cares_rule_02__
+    [CareschkszEQ(ares_socklen_t, CARES_SIZEOF_ARES_SOCKLEN_T)];
+
+/*
+ * Verify at compile time that the size of ares_socklen_t as reported
+ * by sizeof() is greater or equal than the one reported for int for
+ * the current compilation.
+ */
+
+typedef char
+  __cares_rule_03__
+    [CareschkszGE(ares_socklen_t, int)];
+
+/* ================================================================ */
+/*          EXTERNALLY AND INTERNALLY VISIBLE DEFINITIONS           */
+/* ================================================================ */
+
+/*
+ * Get rid of macros private to this header file.
+ */
+
+#undef CareschkszEQ
+#undef CareschkszGE
+
+/*
+ * Get rid of macros not intended to exist beyond this point.
+ */
+
+#undef CARES_PULL_WS2TCPIP_H
+#undef CARES_PULL_SYS_TYPES_H
+#undef CARES_PULL_SYS_SOCKET_H
+
+#undef CARES_TYPEOF_ARES_SOCKLEN_T
+
+#endif /* __CARES_RULES_H */
blob - /dev/null
blob + db4055cb90da43836e0d46f31e516b9079575c4b (mode 644)
--- /dev/null
+++ src/c-ares/ares_save_options.3
@@ -0,0 +1,74 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_SAVE_OPTIONS 3 "5 March 2010"
+.SH NAME
+ares_save_options \- Save configuration values obtained from initialized ares_channel
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_save_options(ares_channel \fIchannel\fP, struct ares_options *\fIoptions\fP, int *\fIoptmask\fP)
+.fi
+.SH DESCRIPTION
+The \fBares_save_options(3)\fP function saves the channel data identified by
+.IR channel ,
+into the options struct identified by
+.IR options ,
+and saves the mask of options which are set to the integer
+pointer (passed by reference) identified by
+.IR optmask .
+
+The resultant options and optmask are then able to be
+passed directly to ares_init_options.  When the options
+are no longer needed, ares_destroy_options should be called
+to free any associated memory.
+.SH RETURN VALUES
+.B ares_save_options(3)
+can return any of the following values:
+.TP 15
+.B ARES_SUCCESS
+The channel data was successfuly stored
+.TP 15
+.B ARES_ENOMEM
+The memory was exhausted
+.TP 15
+.B ARES_ENODATA
+The channel data identified by 
+.IR channel
+were invalid.
+.SH NOTE
+Since c-ares 1.6.0 the ares_options struct has been "locked" meaning that it
+won't be extended to cover new functions. This function will remain
+functioning, but it can only return config data that can be represented in
+this config struct, which may no longer be the complete set of config
+options. \fBares_dup(3)\fP will not have that restriction.
+
+The ares_options struct can not handle potential IPv6 name servers the
+ares_channel might be configured to use. The \fBares_save_options(3)\fP function
+will only return IPv4 servers, if any. In order to retrieve all name servers
+an ares_channel might be using, the \fBares_get_servers(3)\fP function must be
+used instead.
+.SH SEE ALSO
+.BR ares_destroy_options (3),
+.BR ares_init_options (3),
+.BR ares_get_servers (3),
+.BR ares_dup (3)
+.SH AVAILABILITY
+ares_save_options(3) was added in c-ares 1.4.0
+.SH AUTHOR
+Brad House
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + e2833d11d9e438f2351a0389828c6403cf5e012b (mode 644)
Binary files /dev/null and src/c-ares/ares_save_options.pdf differ
blob - /dev/null
blob + 4184b00673d2e9cbcd7210a319f640816fdf5272 (mode 644)
--- /dev/null
+++ src/c-ares/ares_search.3
@@ -0,0 +1,148 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_SEARCH 3 "24 July 1998"
+.SH NAME
+ares_search \- Initiate a DNS query with domain search
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B typedef void (*ares_callback)(void *\fIarg\fP, int \fIstatus\fP,
+.B	int \fItimeouts\fP, unsigned char *\fIabuf\fP, int \fIalen\fP)
+.PP
+.B void ares_search(ares_channel \fIchannel\fP, const char *\fIname\fP,
+.B 	int \fIdnsclass\fP, int \fItype\fP, ares_callback \fIcallback\fP,
+.B	void *\fIarg\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_search
+function initiates a series of single-question DNS queries on the name
+service channel identified by
+.IR channel ,
+using the channel's search domains as well as a host alias file given
+by the HOSTALIAS environment variable.  The parameter
+.I name
+gives the alias name or the base of the query name as a NUL-terminated
+C string of period-separated labels; if it ends with a period, the
+channel's search domains will not be used.  Periods and backslashes
+within a label must be escaped with a backslash.  The parameters
+.I dnsclass
+and
+.I type
+give the class and type of the query using the values defined in
+.BR <arpa/nameser.h> .
+When the query sequence is complete or has failed, the ares library
+will invoke
+.IR callback .
+Completion or failure of the query sequence may happen immediately, or
+may happen during a later call to
+.BR ares_process (3)
+or
+.BR ares_destroy (3).
+.PP
+The callback argument
+.I arg
+is copied from the
+.B ares_search
+argument
+.IR arg .
+The callback argument
+.I status
+indicates whether the query sequence ended with a successful query
+and, if not, how the query sequence failed.  It may have any of the
+following values:
+.TP 19
+.B ARES_SUCCESS
+A query completed successfully.
+.TP 19
+.B ARES_ENODATA
+No query completed successfully; when the query was tried without a
+search domain appended, a response was returned with no answers.
+.TP 19
+.B ARES_EFORMERR
+A query completed but the server claimed that the query was
+malformatted.
+.TP 19
+.B ARES_ESERVFAIL
+No query completed successfully; when the query was tried without a
+search domain appended, the server claimed to have experienced a
+failure.  (This code can only occur if the
+.B ARES_FLAG_NOCHECKRESP
+flag was specified at channel initialization time; otherwise, such
+responses are ignored at the
+.BR ares_send (3)
+level.)
+.TP 19
+.B ARES_ENOTFOUND
+No query completed successfully; when the query was tried without a
+search domain appended, the server reported that the queried-for
+domain name was not found.
+.TP 19
+.B ARES_ENOTIMP
+A query completed but the server does not implement the operation
+requested by the query.  (This code can only occur if the
+.B ARES_FLAG_NOCHECKRESP
+flag was specified at channel initialization time; otherwise, such
+responses are ignored at the
+.BR ares_send (3)
+level.)
+.TP 19
+.B ARES_EREFUSED
+A query completed but the server refused the query.  (This code can
+only occur returned if the
+.B ARES_FLAG_NOCHECKRESP
+flag was specified at channel initialization time; otherwise, such
+responses are ignored at the
+.BR ares_send (3)
+level.)
+.TP 19
+.B ARES_TIMEOUT
+No name servers responded to a query within the timeout period.
+.TP 19
+.B ARES_ECONNREFUSED
+No name servers could be contacted.
+.TP 19
+.B ARES_ENOMEM
+Memory was exhausted.
+.TP 19
+.B ARES_EDESTRUCTION
+The name service channel
+.I channel
+is being destroyed; the query will not be completed.
+.PP
+The callback argument
+.I timeouts
+reports how many times a query timed out during the execution of the
+given request.
+.PP
+If a query completed successfully, the callback argument
+.I abuf
+points to a result buffer of length
+.IR alen .
+If the query did not complete successfully,
+.I abuf
+will usually be NULL and
+.I alen
+will usually be 0, but in some cases an unsuccessful query result may
+be placed in
+.IR abuf .
+.SH SEE ALSO
+.BR ares_process (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + 608cb153d329b617c28ef2a618c22056b6932b9b (mode 644)
--- /dev/null
+++ src/c-ares/ares_search.c
@@ -0,0 +1,322 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <ctype.h>
+#include <errno.h>
+
+#ifdef HAVE_STRINGS_H
+#  include <strings.h>
+#endif
+
+#include "ares.h"
+#include "ares_private.h"
+
+struct search_query {
+  /* Arguments passed to ares_search */
+  ares_channel channel;
+  char *name;                   /* copied into an allocated buffer */
+  int dnsclass;
+  int type;
+  ares_callback callback;
+  void *arg;
+
+  int status_as_is;             /* error status from trying as-is */
+  int next_domain;              /* next search domain to try */
+  int trying_as_is;             /* current query is for name as-is */
+  int timeouts;                 /* number of timeouts we saw for this request */
+  int ever_got_nodata;          /* did we ever get ARES_ENODATA along the way? */
+};
+
+static void search_callback(void *arg, int status, int timeouts,
+                            unsigned char *abuf, int alen);
+static void end_squery(struct search_query *squery, int status,
+                       unsigned char *abuf, int alen);
+static int cat_domain(const char *name, const char *domain, char **s);
+static int single_domain(ares_channel channel, const char *name, char **s);
+
+void ares_search(ares_channel channel, const char *name, int dnsclass,
+                 int type, ares_callback callback, void *arg)
+{
+  struct search_query *squery;
+  char *s;
+  const char *p;
+  int status, ndots;
+
+  /* If name only yields one domain to search, then we don't have
+   * to keep extra state, so just do an ares_query().
+   */
+  status = single_domain(channel, name, &s);
+  if (status != ARES_SUCCESS)
+    {
+      callback(arg, status, 0, NULL, 0);
+      return;
+    }
+  if (s)
+    {
+      ares_query(channel, s, dnsclass, type, callback, arg);
+      free(s);
+      return;
+    }
+
+  /* Allocate a search_query structure to hold the state necessary for
+   * doing multiple lookups.
+   */
+  squery = malloc(sizeof(struct search_query));
+  if (!squery)
+    {
+      callback(arg, ARES_ENOMEM, 0, NULL, 0);
+      return;
+    }
+  squery->channel = channel;
+  squery->name = strdup(name);
+  if (!squery->name)
+    {
+      free(squery);
+      callback(arg, ARES_ENOMEM, 0, NULL, 0);
+      return;
+    }
+  squery->dnsclass = dnsclass;
+  squery->type = type;
+  squery->status_as_is = -1;
+  squery->callback = callback;
+  squery->arg = arg;
+  squery->timeouts = 0;
+  squery->ever_got_nodata = 0;
+
+  /* Count the number of dots in name. */
+  ndots = 0;
+  for (p = name; *p; p++)
+    {
+      if (*p == '.')
+        ndots++;
+    }
+
+  /* If ndots is at least the channel ndots threshold (usually 1),
+   * then we try the name as-is first.  Otherwise, we try the name
+   * as-is last.
+   */
+  if (ndots >= channel->ndots)
+    {
+      /* Try the name as-is first. */
+      squery->next_domain = 0;
+      squery->trying_as_is = 1;
+      ares_query(channel, name, dnsclass, type, search_callback, squery);
+    }
+  else
+    {
+      /* Try the name as-is last; start with the first search domain. */
+      squery->next_domain = 1;
+      squery->trying_as_is = 0;
+      status = cat_domain(name, channel->domains[0], &s);
+      if (status == ARES_SUCCESS)
+        {
+          ares_query(channel, s, dnsclass, type, search_callback, squery);
+          free(s);
+        }
+      else
+      {
+        /* failed, free the malloc()ed memory */
+        free(squery->name);
+        free(squery);
+        callback(arg, status, 0, NULL, 0);
+      }
+    }
+}
+
+static void search_callback(void *arg, int status, int timeouts,
+                            unsigned char *abuf, int alen)
+{
+  struct search_query *squery = (struct search_query *) arg;
+  ares_channel channel = squery->channel;
+  char *s;
+
+  squery->timeouts += timeouts;
+
+  /* Stop searching unless we got a non-fatal error. */
+  if (status != ARES_ENODATA && status != ARES_ESERVFAIL
+      && status != ARES_ENOTFOUND)
+    end_squery(squery, status, abuf, alen);
+  else
+    {
+      /* Save the status if we were trying as-is. */
+      if (squery->trying_as_is)
+        squery->status_as_is = status;
+
+      /*
+       * If we ever get ARES_ENODATA along the way, record that; if the search
+       * should run to the very end and we got at least one ARES_ENODATA,
+       * then callers like ares_gethostbyname() may want to try a T_A search
+       * even if the last domain we queried for T_AAAA resource records
+       * returned ARES_ENOTFOUND.
+       */
+      if (status == ARES_ENODATA)
+        squery->ever_got_nodata = 1;
+
+      if (squery->next_domain < channel->ndomains)
+        {
+          /* Try the next domain. */
+          status = cat_domain(squery->name,
+                              channel->domains[squery->next_domain], &s);
+          if (status != ARES_SUCCESS)
+            end_squery(squery, status, NULL, 0);
+          else
+            {
+              squery->trying_as_is = 0;
+              squery->next_domain++;
+              ares_query(channel, s, squery->dnsclass, squery->type,
+                         search_callback, squery);
+              free(s);
+            }
+        }
+      else if (squery->status_as_is == -1)
+        {
+          /* Try the name as-is at the end. */
+          squery->trying_as_is = 1;
+          ares_query(channel, squery->name, squery->dnsclass, squery->type,
+                     search_callback, squery);
+        }
+      else {
+        if (squery->status_as_is == ARES_ENOTFOUND && squery->ever_got_nodata) {
+          end_squery(squery, ARES_ENODATA, NULL, 0);
+        }
+        else
+          end_squery(squery, squery->status_as_is, NULL, 0);
+      }
+    }
+}
+
+static void end_squery(struct search_query *squery, int status,
+                       unsigned char *abuf, int alen)
+{
+  squery->callback(squery->arg, status, squery->timeouts, abuf, alen);
+  free(squery->name);
+  free(squery);
+}
+
+/* Concatenate two domains. */
+static int cat_domain(const char *name, const char *domain, char **s)
+{
+  size_t nlen = strlen(name);
+  size_t dlen = strlen(domain);
+
+  *s = malloc(nlen + 1 + dlen + 1);
+  if (!*s)
+    return ARES_ENOMEM;
+  memcpy(*s, name, nlen);
+  (*s)[nlen] = '.';
+  memcpy(*s + nlen + 1, domain, dlen);
+  (*s)[nlen + 1 + dlen] = 0;
+  return ARES_SUCCESS;
+}
+
+/* Determine if this name only yields one query.  If it does, set *s to
+ * the string we should query, in an allocated buffer.  If not, set *s
+ * to NULL.
+ */
+static int single_domain(ares_channel channel, const char *name, char **s)
+{
+  size_t len = strlen(name);
+  const char *hostaliases;
+  FILE *fp;
+  char *line = NULL;
+  int status;
+  size_t linesize;
+  const char *p, *q;
+  int error;
+
+  /* If the name contains a trailing dot, then the single query is the name
+   * sans the trailing dot.
+   */
+  if (name[len - 1] == '.')
+    {
+      *s = strdup(name);
+      return (*s) ? ARES_SUCCESS : ARES_ENOMEM;
+    }
+
+  if (!(channel->flags & ARES_FLAG_NOALIASES) && !strchr(name, '.'))
+    {
+      /* The name might be a host alias. */
+      hostaliases = getenv("HOSTALIASES");
+      if (hostaliases)
+        {
+          fp = fopen(hostaliases, "r");
+          if (fp)
+            {
+              while ((status = ares__read_line(fp, &line, &linesize))
+                     == ARES_SUCCESS)
+                {
+                  if (strncasecmp(line, name, len) != 0 ||
+                      !ISSPACE(line[len]))
+                    continue;
+                  p = line + len;
+                  while (ISSPACE(*p))
+                    p++;
+                  if (*p)
+                    {
+                      q = p + 1;
+                      while (*q && !ISSPACE(*q))
+                        q++;
+                      *s = malloc(q - p + 1);
+                      if (*s)
+                        {
+                          memcpy(*s, p, q - p);
+                          (*s)[q - p] = 0;
+                        }
+                      free(line);
+                      fclose(fp);
+                      return (*s) ? ARES_SUCCESS : ARES_ENOMEM;
+                    }
+                }
+              free(line);
+              fclose(fp);
+              if (status != ARES_SUCCESS && status != ARES_EOF)
+                return status;
+            }
+          else
+            {
+              error = errno;
+              switch(error)
+                {
+                case ENOENT:
+                case ESRCH:
+                  break;
+                default:
+                  DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
+                                 error, strerror(error)));
+                  DEBUGF(fprintf(stderr, "Error opening file: %s\n",
+                                 hostaliases));
+                  *s = NULL;
+                  return ARES_EFILE;
+                }
+            }
+        }
+    }
+
+  if (channel->flags & ARES_FLAG_NOSEARCH || channel->ndomains == 0)
+    {
+      /* No domain search to do; just try the name as-is. */
+      *s = strdup(name);
+      return (*s) ? ARES_SUCCESS : ARES_ENOMEM;
+    }
+
+  *s = NULL;
+  return ARES_SUCCESS;
+}
blob - /dev/null
blob + ef25277bea980a794d2a9d91c2fc0f60da2fc4ef (mode 644)
Binary files /dev/null and src/c-ares/ares_search.pdf differ
blob - /dev/null
blob + 48d90abc1073dc45e7ea99b9d7ccaaa905ca60f3 (mode 644)
--- /dev/null
+++ src/c-ares/ares_send.3
@@ -0,0 +1,120 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_SEND 3 "25 July 1998"
+.SH NAME
+ares_send \- Initiate a DNS query
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B typedef void (*ares_callback)(void *\fIarg\fP, int \fIstatus\fP,
+.B	int \fItimeouts\fP, unsigned char *\fIabuf\fP, int \fIalen\fP)
+.PP
+.B void ares_send(ares_channel \fIchannel\fP, const unsigned char *\fIqbuf\fP,
+.B 	int \fIqlen\fP, ares_callback \fIcallback\fP, void *\fIarg\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_send
+function initiates a DNS query on the name service channel identified
+by
+.IR channel .
+The parameters
+.I qbuf
+and
+.I qlen
+give the DNS query, which should already have been formatted according
+to the DNS protocol.  When the query is complete or has failed, the
+ares library will invoke
+.IR callback .
+Completion or failure of the query may happen immediately, or may
+happen during a later call to
+.BR ares_process (3)
+or
+.BR ares_destroy (3).
+.PP
+The callback argument
+.I arg
+is copied from the
+.B ares_send
+argument
+.IR arg .
+The callback argument
+.I status
+indicates whether the query succeeded and, if not, how it failed.  It
+may have any of the following values:
+.TP 19
+.B ARES_SUCCESS
+The query completed.
+.TP 19
+.B ARES_EBADQUERY
+The query buffer was poorly formed (was not long enough for a DNS
+header or was too long for TCP transmission).
+.TP 19
+.B ARES_ETIMEOUT
+No name servers responded within the timeout period.
+.TP 19
+.B ARES_ECONNREFUSED
+No name servers could be contacted.
+.TP 19
+.B ARES_ENOMEM
+Memory was exhausted.
+.TP 19
+.B ARES_EDESTRUCTION
+The name service channel
+.I channel
+is being destroyed; the query will not be completed.
+.PP
+The callback argument
+.I timeouts
+reports how many times a query timed out during the execution of the
+given request.
+.PP
+If the query completed, the callback argument
+.I abuf
+points to a result buffer of length
+.IR alen .
+If the query did not complete,
+.I abuf
+will be NULL and
+.I alen
+will be 0.
+.PP
+Unless the flag
+.B ARES_FLAG_NOCHECKRESP
+was set at channel initialization time,
+.B ares_send
+will normally ignore responses whose questions do not match the
+questions in
+.IR qbuf ,
+as well as responses with reply codes of
+.BR SERVFAIL ,
+.BR NOTIMP ,
+and
+.BR REFUSED .
+Unlike other query functions in the ares library, however,
+.B ares_send
+does not inspect the header of the reply packet to determine the error
+status, so a callback status of
+.B ARES_SUCCESS
+does not reflect as much about the response as for other query
+functions.
+.SH SEE ALSO
+.BR ares_process (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + 9f24d339a8a0044b1f96631361699e1b75077960 (mode 644)
--- /dev/null
+++ src/c-ares/ares_send.c
@@ -0,0 +1,134 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#include <stdlib.h>
+#include <string.h>
+#include <time.h>
+#include "ares.h"
+#include "ares_dns.h"
+#include "ares_private.h"
+
+void ares_send(ares_channel channel, const unsigned char *qbuf, int qlen,
+               ares_callback callback, void *arg)
+{
+  struct query *query;
+  int i;
+  struct timeval now;
+
+  /* Verify that the query is at least long enough to hold the header. */
+  if (qlen < HFIXEDSZ || qlen >= (1 << 16))
+    {
+      callback(arg, ARES_EBADQUERY, 0, NULL, 0);
+      return;
+    }
+
+  /* Allocate space for query and allocated fields. */
+  query = malloc(sizeof(struct query));
+  if (!query)
+    {
+      callback(arg, ARES_ENOMEM, 0, NULL, 0);
+      return;
+    }
+  query->tcpbuf = malloc(qlen + 2);
+  if (!query->tcpbuf)
+    {
+      free(query);
+      callback(arg, ARES_ENOMEM, 0, NULL, 0);
+      return;
+    }
+  query->server_info = malloc(channel->nservers *
+                              sizeof(query->server_info[0]));
+  if (!query->server_info)
+    {
+      free(query->tcpbuf);
+      free(query);
+      callback(arg, ARES_ENOMEM, 0, NULL, 0);
+      return;
+    }
+
+  /* Compute the query ID.  Start with no timeout. */
+  query->qid = (unsigned short)DNS_HEADER_QID(qbuf);
+  query->timeout.tv_sec = 0;
+  query->timeout.tv_usec = 0;
+
+  /* Form the TCP query buffer by prepending qlen (as two
+   * network-order bytes) to qbuf.
+   */
+  query->tcpbuf[0] = (unsigned char)((qlen >> 8) & 0xff);
+  query->tcpbuf[1] = (unsigned char)(qlen & 0xff);
+  memcpy(query->tcpbuf + 2, qbuf, qlen);
+  query->tcplen = qlen + 2;
+
+  /* Fill in query arguments. */
+  query->qbuf = query->tcpbuf + 2;
+  query->qlen = qlen;
+  query->callback = callback;
+  query->arg = arg;
+
+  /* Initialize query status. */
+  query->try = 0;
+
+  /* Choose the server to send the query to. If rotation is enabled, keep track
+   * of the next server we want to use. */
+  query->server = channel->last_server;
+  if (channel->rotate == 1)
+    channel->last_server = (channel->last_server + 1) % channel->nservers;
+
+  for (i = 0; i < channel->nservers; i++)
+    {
+      query->server_info[i].skip_server = 0;
+      query->server_info[i].tcp_connection_generation = 0;
+    }
+  query->using_tcp = (channel->flags & ARES_FLAG_USEVC) || qlen > PACKETSZ;
+  query->error_status = ARES_ECONNREFUSED;
+  query->timeouts = 0;
+
+  /* Initialize our list nodes. */
+  ares__init_list_node(&(query->queries_by_qid),     query);
+  ares__init_list_node(&(query->queries_by_timeout), query);
+  ares__init_list_node(&(query->queries_to_server),  query);
+  ares__init_list_node(&(query->all_queries),        query);
+
+  /* Chain the query into the list of all queries. */
+  ares__insert_in_list(&(query->all_queries), &(channel->all_queries));
+  /* Keep track of queries bucketed by qid, so we can process DNS
+   * responses quickly.
+   */
+  ares__insert_in_list(
+    &(query->queries_by_qid),
+    &(channel->queries_by_qid[query->qid % ARES_QID_TABLE_SIZE]));
+
+  /* Perform the first query action. */
+  now = ares__tvnow();
+  ares__send_query(channel, query, &now);
+}
blob - /dev/null
blob + d2100abb03c687ecfc02d791dd9a73cb073940ff (mode 644)
Binary files /dev/null and src/c-ares/ares_send.pdf differ
blob - /dev/null
blob + 6f25c29f9424ca68a82c9c3acee7b367e65ae958 (mode 644)
--- /dev/null
+++ src/c-ares/ares_set_servers.3
@@ -0,0 +1,84 @@
+.\"
+.\" Copyright 2010 by Ben Greear <greearb@candelatech.com>
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_SET_SERVERS 3 "5 March 2010"
+.SH NAME
+ares_set_servers \- Initialize an ares_channel name servers configuration
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B int ares_set_servers(ares_channel \fIchannel\fP, struct ares_addr_node *\fIservers\fP)
+.fi
+.SH DESCRIPTION
+The \fBares_set_servers(3)\fP function initializes name servers configuration
+for the channel data identified by
+.IR channel ,
+from a
+.IR servers
+pointer to a linked list of ares_addr_node structs holding name servers
+address data.
+
+The name server linked list pointer argument may be the result of a previous
+call to \fBares_get_servers(3)\fP or a linked list of ares_addr_node structs
+setup by other means.
+
+This function replaces any potentially previously configured name servers
+with the ones given in the linked list. So, in order to configure a channel
+with more than one name server all the desired ones must be specified in a 
+single list.
+
+\fBares_set_servers(3)\fP does not take ownership of the linked list argument.
+The caller is responsible for freeing the linked list when no longer needed.
+
+This function is capable of handling IPv4 and IPv6 name server
+addresses simultaneously, rendering \fBares_init_options(3)\fP with
+optmask \fBARES_OPT_SERVERS\fP functionally obsolete except for
+IPv4-only name server usage.
+
+.SH RETURN VALUES
+.B ares_set_servers(3)
+may return any of the following values:
+.TP 15
+.B ARES_SUCCESS
+The name servers configuration was successfuly initialized.
+.TP 15
+.B ARES_ENOMEM
+The process's available memory was exhausted.
+.TP 15
+.B ARES_ENODATA
+The channel data identified by 
+.IR channel
+was invalid.
+.TP 15
+.B ARES_ENOTINITIALIZED
+c-ares library initialization not yet performed.
+.SH SEE ALSO
+.BR ares_set_servers_csv (3),
+.BR ares_get_servers (3),
+.BR ares_init_options (3),
+.BR ares_dup(3)
+.SH AVAILABILITY
+ares_set_servers(3) was added in c-ares 1.7.1
+.SH AUTHOR
+Implementation of this function and associated library internals are based
+on code, comments and feedback provided in November and December of 2008 by
+Daniel Stenberg, Gregor Jasny, Phil Blundell and Yang Tse, December 2009
+by Cedric Bail, February 2010 by Jakub Hrozek. On March 2010 Yang Tse
+shuffled all the bits and this function popped out.
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
+.br
+Copyright (C) 2008-2010 by Daniel Stenberg
blob - /dev/null
blob + f586f5a30f778bfa3585b412ed7bcb6ddb2f0591 (mode 644)
Binary files /dev/null and src/c-ares/ares_set_servers.pdf differ
blob - /dev/null
blob + 68e608b8c0eef93d21b309741a756e60c9ee554a (mode 644)
--- /dev/null
+++ src/c-ares/ares_set_socket_callback.3
@@ -0,0 +1,28 @@
+.\"
+.TH ARES_SET_SOCKET_CALLBACK 3 "20 Nov 2009"
+.SH NAME
+ares_set_socket_callback \- Set a socket creation callback
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B void ares_set_socket_callback(ares_channel \fIchannel\fP,
+                             ares_sock_create_callback \fIcallback\fP,
+                             void *\fIuserdata\fP)
+.PP
+.B cc file.c -lcares
+.fi
+.SH DESCRIPTION
+.PP
+This function sets a \fIcallback\fP in the given ares channel handle. This
+callback function will be invoked after the socket has been created, and
+connected to the remote server. The callback must return ARES_SUCCESS if
+things are fine, or use the standard ares error codes to signal errors
+back. Returned errors will abort the ares operation.
+.SH SEE ALSO
+.BR ares_init_options (3)
+.SH AVAILABILITY
+ares_set_socket_callback(3) was added in c-ares 1.6.0
+.SH AUTHOR
+Gregor Jasny
+
blob - /dev/null
blob + 159e8bbef183c3b118ccc0705fd41adc934972d3 (mode 644)
Binary files /dev/null and src/c-ares/ares_set_socket_callback.pdf differ
blob - /dev/null
blob + a46c510b709f0286a7184e267f86150df88ee2bd (mode 644)
--- /dev/null
+++ src/c-ares/ares_setup.h
@@ -0,0 +1,197 @@
+#ifndef HEADER_CARES_SETUP_H
+#define HEADER_CARES_SETUP_H
+
+
+/* Copyright (C) 2004 - 2009 by Daniel Stenberg et al
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted, provided
+ * that the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  M.I.T. makes no representations about the
+ * suitability of this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+/*
+ * Define WIN32 when build target is Win32 API
+ */
+
+#if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32)
+#define WIN32
+#endif
+
+/*
+ * Include configuration script results or hand-crafted
+ * configuration file for platforms which lack config tool.
+ */
+
+#ifdef HAVE_CONFIG_H
+#include "ares_config.h"
+#else
+
+#ifdef WIN32
+#include "config-win32.h"
+#endif
+
+#endif /* HAVE_CONFIG_H */
+
+/* ================================================================ */
+/* Definition of preprocessor macros/symbols which modify compiler  */
+/* behaviour or generated code characteristics must be done here,   */
+/* as appropriate, before any system header file is included. It is */
+/* also possible to have them defined in the config file included   */
+/* before this point. As a result of all this we frown inclusion of */
+/* system header files in our config files, avoid this at any cost. */
+/* ================================================================ */
+
+/*
+ * AIX 4.3 and newer needs _THREAD_SAFE defined to build
+ * proper reentrant code. Others may also need it.
+ */
+
+#ifdef NEED_THREAD_SAFE
+#  ifndef _THREAD_SAFE
+#    define _THREAD_SAFE
+#  endif
+#endif
+
+/*
+ * Tru64 needs _REENTRANT set for a few function prototypes and
+ * things to appear in the system header files. Unixware needs it
+ * to build proper reentrant code. Others may also need it.
+ */
+
+#ifdef NEED_REENTRANT
+#  ifndef _REENTRANT
+#    define _REENTRANT
+#  endif
+#endif
+
+/* ================================================================ */
+/*  If you need to include a system header file for your platform,  */
+/*  please, do it beyond the point further indicated in this file.  */
+/* ================================================================ */
+
+/*
+ * c-ares external interface definitions are also used internally,
+ * and might also include required system header files to define them.
+ */
+
+#include <ares_build.h>
+
+/*
+ * Compile time sanity checks must also be done when building the library.
+ */
+
+#include <ares_rules.h>
+
+/* ================================================================= */
+/* No system header file shall be included in this file before this  */
+/* point. The only allowed ones are those included from ares_build.h */
+/* ================================================================= */
+
+/*
+ * Include header files for windows builds before redefining anything.
+ * Use this preproessor block only to include or exclude windows.h,
+ * winsock2.h, ws2tcpip.h or winsock.h. Any other windows thing belongs
+ * to any other further and independent block.  Under Cygwin things work
+ * just as under linux (e.g. <sys/socket.h>) and the winsock headers should
+ * never be included when __CYGWIN__ is defined.  configure script takes
+ * care of this, not defining HAVE_WINDOWS_H, HAVE_WINSOCK_H, HAVE_WINSOCK2_H,
+ * neither HAVE_WS2TCPIP_H when __CYGWIN__ is defined.
+ */
+
+#ifdef HAVE_WINDOWS_H
+#  ifndef WIN32_LEAN_AND_MEAN
+#    define WIN32_LEAN_AND_MEAN
+#  endif
+#  include <windows.h>
+#  ifdef HAVE_WINSOCK2_H
+#    include <winsock2.h>
+#    ifdef HAVE_WS2TCPIP_H
+#       include <ws2tcpip.h>
+#    endif
+#  else
+#    ifdef HAVE_WINSOCK_H
+#      include <winsock.h>
+#    endif
+#  endif
+#endif
+
+/*
+ * Define USE_WINSOCK to 2 if we have and use WINSOCK2 API, else
+ * define USE_WINSOCK to 1 if we have and use WINSOCK  API, else
+ * undefine USE_WINSOCK.
+ */
+
+#undef USE_WINSOCK
+
+#ifdef HAVE_WINSOCK2_H
+#  define USE_WINSOCK 2
+#else
+#  ifdef HAVE_WINSOCK_H
+#    define USE_WINSOCK 1
+#  endif
+#endif
+
+/*
+ * Work-arounds for systems without configure support
+ */
+
+#ifndef HAVE_CONFIG_H
+
+#if !defined(HAVE_SYS_TIME_H) && !defined(_MSC_VER) && !defined(__WATCOMC__)
+#define HAVE_SYS_TIME_H
+#endif
+
+#if !defined(HAVE_UNISTD_H) && !defined(_MSC_VER)
+#define HAVE_UNISTD_H 1
+#endif
+
+#if !defined(HAVE_SYS_UIO_H) && !defined(WIN32) && !defined(MSDOS)
+#define HAVE_SYS_UIO_H
+#endif
+
+#endif /* HAVE_CONFIG_H */
+
+#ifdef __POCC__
+#  include <sys/types.h>
+#  include <unistd.h>
+#  define ESRCH 3
+#endif
+
+/*
+ * Recent autoconf versions define these symbols in ares_config.h. We don't
+ * want them (since they collide with the libcurl ones when we build
+ *  --enable-debug) so we undef them again here.
+ */
+
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME
+#undef PACKAGE_VERSION
+#undef PACKAGE_BUGREPORT
+#undef PACKAGE_NAME
+#undef VERSION
+#undef PACKAGE
+
+/* IPv6 compatibility */
+#if !defined(HAVE_AF_INET6)
+#if defined(HAVE_PF_INET6)
+#define AF_INET6 PF_INET6
+#else
+#define AF_INET6 AF_MAX+1
+#endif
+#endif
+
+/*
+ * Include macros and defines that should only be processed once.
+ */
+
+#ifndef __SETUP_ONCE_H
+#include "setup_once.h"
+#endif
+
+#endif /* HEADER_CARES_SETUP_H */
blob - /dev/null
blob + f9c85e209666c57a3a8b981a0461b65af82a3c37 (mode 644)
--- /dev/null
+++ src/c-ares/ares_strcasecmp.c
@@ -0,0 +1,66 @@
+
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+#include "ares_strcasecmp.h"
+
+#ifndef HAVE_STRCASECMP
+int ares_strcasecmp(const char *a, const char *b)
+{
+#if defined(HAVE_STRCMPI)
+  return strcmpi(a, b);
+#elif defined(HAVE_STRICMP)
+  return stricmp(a, b);
+#else
+  size_t i;
+
+  for (i = 0; i < (size_t)-1; i++) {
+    int c1 = ISUPPER(a[i]) ? tolower(a[i]) : a[i];
+    int c2 = ISUPPER(b[i]) ? tolower(b[i]) : b[i];
+    if (c1 != c2)
+      return c1-c2;
+    if (!c1)
+      break;
+  }
+  return 0;
+#endif
+}
+#endif
+
+#ifndef HAVE_STRNCASECMP
+int ares_strncasecmp(const char *a, const char *b, size_t n)
+{
+#if defined(HAVE_STRNCMPI)
+  return strncmpi(a, b, n);
+#elif defined(HAVE_STRNICMP)
+  return strnicmp(a, b, n);
+#else
+  size_t i;
+
+  for (i = 0; i < n; i++) {
+    int c1 = ISUPPER(a[i]) ? tolower(a[i]) : a[i];
+    int c2 = ISUPPER(b[i]) ? tolower(b[i]) : b[i];
+    if (c1 != c2)
+      return c1-c2;
+    if (!c1)
+      break;
+  }
+  return 0;
+#endif
+}
+#endif
+
blob - /dev/null
blob + 57d86f963429ce434a166db3144afa069f8043f4 (mode 644)
--- /dev/null
+++ src/c-ares/ares_strcasecmp.h
@@ -0,0 +1,30 @@
+#ifndef HEADER_CARES_STRCASECMP_H
+#define HEADER_CARES_STRCASECMP_H
+
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifndef HAVE_STRCASECMP
+extern int ares_strcasecmp(const char *a, const char *b);
+#endif
+
+#ifndef HAVE_STRNCASECMP
+extern int ares_strncasecmp(const char *a, const char *b, size_t n);
+#endif
+
+#endif /* HEADER_CARES_STRCASECMP_H */
blob - /dev/null
blob + 18043274e9925dceda4679a1404a05313585435f (mode 644)
--- /dev/null
+++ src/c-ares/ares_strdup.c
@@ -0,0 +1,42 @@
+
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+#include "ares_strdup.h"
+
+#ifndef HAVE_STRDUP
+char *ares_strdup(const char *s1)
+{
+  size_t sz;
+  char * s2;
+
+  if(s1) {
+    sz = strlen(s1);
+    if(sz < (size_t)-1) {
+      sz++;
+      if(sz < ((size_t)-1) / sizeof(char)) {
+        s2 = malloc(sz * sizeof(char));
+        if(s2) {
+          memcpy(s2, s1, sz * sizeof(char));
+          return s2;
+        }
+      }
+    }
+  }
+  return (char *)NULL;
+}
+#endif
blob - /dev/null
blob + c413a941c5179561ca8241c17f4e1f67f796a30c (mode 644)
--- /dev/null
+++ src/c-ares/ares_strdup.h
@@ -0,0 +1,26 @@
+#ifndef HEADER_CARES_STRDUP_H
+#define HEADER_CARES_STRDUP_H
+
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifndef HAVE_STRDUP
+extern char *ares_strdup(const char *s1);
+#endif
+
+#endif /* HEADER_CARES_STRDUP_H */
blob - /dev/null
blob + 4b50d5bbb5850ff2b29187cf51beca313297352b (mode 644)
--- /dev/null
+++ src/c-ares/ares_strerror.3
@@ -0,0 +1,37 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_STRERROR 3 "25 July 1998"
+.SH NAME
+ares_strerror \- Get the description of an ares library error code
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B const char *ares_strerror(int \fIcode\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_strerror
+function gets the description of the ares library error code
+.IR code ,
+returning the result as a NUL-terminated C string.
+.SH NOTES
+This function is not compatible with ares, it takes a different set of
+arguments.
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + c3ecbd7b43c0e75b50e245c08e2f51263bb96a6d (mode 644)
--- /dev/null
+++ src/c-ares/ares_strerror.c
@@ -0,0 +1,56 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+#include <assert.h>
+#include "ares.h"
+
+const char *ares_strerror(int code)
+{
+  /* Return a string literal from a table. */
+  const char *errtext[] = {
+    "Successful completion",
+    "DNS server returned answer with no data",
+    "DNS server claims query was misformatted",
+    "DNS server returned general failure",
+    "Domain name not found",
+    "DNS server does not implement requested operation",
+    "DNS server refused query",
+    "Misformatted DNS query",
+    "Misformatted domain name",
+    "Unsupported address family",
+    "Misformatted DNS reply",
+    "Could not contact DNS servers",
+    "Timeout while contacting DNS servers",
+    "End of file",
+    "Error reading file",
+    "Out of memory",
+    "Channel is being destroyed",
+    "Misformatted string",
+    "Illegal flags specified",
+    "Given hostname is not numeric",
+    "Illegal hints flags specified",
+    "c-ares library initialization not yet performed",
+    "Error loading iphlpapi.dll",
+    "Could not find GetNetworkParams function",
+    "DNS query cancelled"
+  };
+
+  if(code >= 0 && code < (int)(sizeof(errtext) / sizeof(*errtext)))
+    return errtext[code];
+  else
+    return "unknown";
+}
blob - /dev/null
blob + 6304a2e8acd678a98fe573b72bea3af7f4ef6153 (mode 644)
Binary files /dev/null and src/c-ares/ares_strerror.pdf differ
blob - /dev/null
blob + cffbc2e1a0af6c74ed87907a13773246464c0e3d (mode 644)
--- /dev/null
+++ src/c-ares/ares_timeout.3
@@ -0,0 +1,61 @@
+.\"
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_TIMEOUT 3 "25 July 1998"
+.SH NAME
+ares_fds \- Get file descriptors to select on for name service
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B struct timeval *ares_timeout(ares_channel \fIchannel\fP,
+.B	struct timeval *\fImaxtv\fP, struct timeval *\fItv\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_timeout
+function determines the maximum time for which the caller should wait before
+invoking \fIares_process(3)\fP to process timeouts.  The parameter
+.I maxtv
+specifies a existing maximum timeout, or
+.B NULL
+if the caller does not wish to apply a maximum timeout.  The parameter
+.I tv
+must point to a writable buffer of type
+.BR "struct timeval" .
+It is valid for
+.I maxtv
+and
+.I tv
+to have the same value.
+.PP
+If no queries have timeouts pending sooner than the given maximum
+timeout,
+.B ares_timeout
+returns the value of
+.IR maxtv;
+otherwise
+.B ares_timeout
+stores the appropriate timeout value into the buffer pointed to by
+.I tv
+and returns the value of
+.IR tv .
+.SH SEE ALSO
+.BR ares_fds (3),
+.BR ares_process (3)
+.SH AUTHOR
+Greg Hudson, MIT Information Systems
+.br
+Copyright 1998 by the Massachusetts Institute of Technology.
blob - /dev/null
blob + 2da4f5f4a18976a8b50af14f311a8f62614a1b7a (mode 644)
--- /dev/null
+++ src/c-ares/ares_timeout.c
@@ -0,0 +1,80 @@
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+
+#include <time.h>
+
+#include "ares.h"
+#include "ares_private.h"
+
+/* WARNING: Beware that this is linear in the number of outstanding
+ * requests! You are probably far better off just calling ares_process()
+ * once per second, rather than calling ares_timeout() to figure out
+ * when to next call ares_process().
+ */
+struct timeval *ares_timeout(ares_channel channel, struct timeval *maxtv,
+                             struct timeval *tvbuf)
+{
+  struct query *query;
+  struct list_node* list_head;
+  struct list_node* list_node;
+  struct timeval now;
+  struct timeval nextstop;
+  long offset, min_offset;
+
+  /* No queries, no timeout (and no fetch of the current time). */
+  if (ares__is_list_empty(&(channel->all_queries)))
+    return maxtv;
+
+  /* Find the minimum timeout for the current set of queries. */
+  now = ares__tvnow();
+  min_offset = -1;
+
+  list_head = &(channel->all_queries);
+  for (list_node = list_head->next; list_node != list_head;
+       list_node = list_node->next)
+    {
+      query = list_node->data;
+      if (query->timeout.tv_sec == 0)
+        continue;
+      offset = ares__timeoffset(&now, &query->timeout);
+      if (offset < 0)
+        offset = 0;
+      if (min_offset == -1 || offset < min_offset)
+        min_offset = offset;
+    }
+
+  if(min_offset != -1) {
+    nextstop.tv_sec = min_offset/1000;
+    nextstop.tv_usec = (min_offset%1000)*1000;
+  }
+
+  /* If we found a minimum timeout and it's sooner than the one specified in
+   * maxtv (if any), return it.  Otherwise go with maxtv.
+   */
+  if (min_offset != -1 && (!maxtv || ares__timedout(maxtv, &nextstop)))
+    {
+      *tvbuf = nextstop;
+      return tvbuf;
+    }
+  else
+    return maxtv;
+}
blob - /dev/null
blob + 2ae439b3fd976446eb0998c849503565534bfaff (mode 644)
Binary files /dev/null and src/c-ares/ares_timeout.pdf differ
blob - /dev/null
blob + 49b130208027e6a42be6e467cfae752f806c8b46 (mode 644)
--- /dev/null
+++ src/c-ares/ares_version.3
@@ -0,0 +1,40 @@
+.\"
+.\" Copyright 2004 by Daniel Stenberg
+.\"
+.\" Permission to use, copy, modify, and distribute this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation, and that the name of M.I.T. not be used in
+.\" advertising or publicity pertaining to distribution of the
+.\" software without specific, written prior permission.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose.  It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.TH ARES_VERSION 3 "29 January 2004"
+.SH NAME
+ares_version \- Get the version number of the library
+.SH SYNOPSIS
+.nf
+.B #include <ares.h>
+.PP
+.B const char *ares_version(int *\fIversion\fP)
+.fi
+.SH DESCRIPTION
+The
+.B ares_version
+function gets the library version as a string and optionally as an integer
+stored in the
+.IR version ,
+argument. If you pass a NULL, no integer is attempted to be returned.
+
+The integer is built up as 24bit number, with 8 separate bits used for major
+number, minor number and patch number. This makes a version string such as
+1.2.3 will be returned as the hexadecimal number 0x010203 (decimal 66051).
+.SH NOTES
+This function is not compatible with ares.
+.SH AUTHOR
+Daniel Stenberg
+
blob - /dev/null
blob + 4f8c42f2c9a34d5d11562de85b2256638c31cfda (mode 644)
--- /dev/null
+++ src/c-ares/ares_version.c
@@ -0,0 +1,11 @@
+
+#include "ares_setup.h"
+#include "ares.h"
+
+const char *ares_version(int *version)
+{
+  if(version)
+    *version = ARES_VERSION;
+
+  return ARES_VERSION_STR;
+}
blob - /dev/null
blob + 8baa897cda2c0982f8f7a494d066eaae4a6cb296 (mode 644)
--- /dev/null
+++ src/c-ares/ares_version.h
@@ -0,0 +1,24 @@
+
+#ifndef ARES__VERSION_H
+#define ARES__VERSION_H
+
+/* This is the global package copyright */
+#define ARES_COPYRIGHT "2004 - 2010 Daniel Stenberg, <daniel@haxx.se>."
+
+#define ARES_VERSION_MAJOR 1
+#define ARES_VERSION_MINOR 7
+#define ARES_VERSION_PATCH 4
+#define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\
+                       (ARES_VERSION_MINOR<<8)|\
+                       (ARES_VERSION_PATCH))
+#define ARES_VERSION_STR "1.7.4"
+
+#if (ARES_VERSION >= 0x010700)
+#  define CARES_HAVE_ARES_LIBRARY_INIT 1
+#  define CARES_HAVE_ARES_LIBRARY_CLEANUP 1
+#else
+#  undef CARES_HAVE_ARES_LIBRARY_INIT
+#  undef CARES_HAVE_ARES_LIBRARY_CLEANUP
+#endif
+
+#endif
blob - /dev/null
blob + 1c67cdc0fe9ac9a955dad554a549b0d0f0add6ab (mode 644)
Binary files /dev/null and src/c-ares/ares_version.pdf differ
blob - /dev/null
blob + 9e8e2d65741e2ee3621096db8b55d55277bf1249 (mode 644)
--- /dev/null
+++ src/c-ares/ares_writev.c
@@ -0,0 +1,79 @@
+
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_LIMITS_H
+#  include <limits.h>
+#endif
+
+#include "ares.h"
+#include "ares_private.h"
+
+#ifndef HAVE_WRITEV
+ssize_t ares_writev(ares_socket_t s, const struct iovec *iov, int iovcnt)
+{
+  char *buffer, *bp;
+  int i;
+  size_t bytes = 0;
+  ssize_t result;
+
+  /* Validate iovcnt */
+  if (iovcnt <= 0)
+  {
+    SET_ERRNO(EINVAL);
+    return (-1);
+  }
+
+  /* Validate and find the sum of the iov_len values in the iov array */
+  for (i = 0; i < iovcnt; i++)
+  {
+    if (iov[i].iov_len > INT_MAX - bytes)
+    {
+      SET_ERRNO(EINVAL);
+      return (-1);
+    }
+    bytes += iov[i].iov_len;
+  }
+
+  if (bytes == 0)
+    return (0);
+
+  /* Allocate a temporary buffer to hold the data */
+  buffer = malloc(bytes);
+  if (!buffer)
+  {
+    SET_ERRNO(ENOMEM);
+    return (-1);
+  }
+
+  /* Copy the data into buffer */
+  for (bp = buffer, i = 0; i < iovcnt; ++i)
+  {
+    memcpy (bp, iov[i].iov_base, iov[i].iov_len);
+    bp += iov[i].iov_len;
+  }
+
+  /* Send buffer contents */
+  result = swrite(s, buffer, bytes);
+
+  free(buffer);
+
+  return (result);
+}
+#endif
+
blob - /dev/null
blob + 1a23a0f3d10929de21f6aaf8d8400c4d5e501565 (mode 644)
--- /dev/null
+++ src/c-ares/ares_writev.h
@@ -0,0 +1,36 @@
+#ifndef HEADER_CARES_WRITEV_H
+#define HEADER_CARES_WRITEV_H
+
+
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include "ares_setup.h"
+#include "ares.h"
+
+#ifndef HAVE_WRITEV
+
+/* Structure for scatter/gather I/O. */
+struct iovec
+{
+  void *iov_base;  /* Pointer to data. */
+  size_t iov_len;  /* Length of data.  */
+};
+
+extern ssize_t ares_writev(ares_socket_t s, const struct iovec *iov, int iovcnt);
+
+#endif
+
+#endif /* HEADER_CARES_WRITEV_H */
blob - /dev/null
blob + 5c89506b33f904d10f4fba69e882674c27b0d09b (mode 644)
--- /dev/null
+++ src/c-ares/bitncmp.c
@@ -0,0 +1,59 @@
+
+/*
+ * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 1996,1999 by Internet Software Consortium.
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
+#ifndef HAVE_BITNCMP
+
+#include "ares_setup.h"
+#include "bitncmp.h"
+
+/*
+ * int
+ * bitncmp(l, r, n)
+ *	compare bit masks l and r, for n bits.
+ * return:
+ *	-1, 1, or 0 in the libc tradition.
+ * note:
+ *	network byte order assumed.  this means 192.5.5.240/28 has
+ *	0x11110000 in its fourth octet.
+ * author:
+ *	Paul Vixie (ISC), June 1996
+ */
+int
+ares_bitncmp(const void *l, const void *r, int n) {
+	unsigned int lb, rb;
+	int x, b;
+
+	b = n / 8;
+	x = memcmp(l, r, b);
+	if (x || (n % 8) == 0)
+		return (x);
+
+	lb = ((const unsigned char *)l)[b];
+	rb = ((const unsigned char *)r)[b];
+	for (b = n % 8; b > 0; b--) {
+		if ((lb & 0x80) != (rb & 0x80)) {
+			if (lb & 0x80)
+				return (1);
+			return (-1);
+		}
+		lb <<= 1;
+		rb <<= 1;
+	}
+	return (0);
+}
+#endif
blob - /dev/null
blob + b0a5c812b428740d43e469356f0980789857ebae (mode 644)
--- /dev/null
+++ src/c-ares/bitncmp.h
@@ -0,0 +1,26 @@
+#ifndef __ARES_BITNCMP_H
+#define __ARES_BITNCMP_H
+
+
+/* Copyright (C) 2005 by Dominick Meglio
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#ifndef HAVE_BITNCMP
+int ares_bitncmp(const void *l, const void *r, int n);
+#else
+#define ares_bitncmp(x,y,z) bitncmp(x,y,z)
+#endif
+
+#endif /* __ARES_BITNCMP_H */
blob - /dev/null
blob + f2e9ea5c90a2b00cae9b47b3e2231b913f1b462c (mode 755)
--- /dev/null
+++ src/c-ares/buildconf
@@ -0,0 +1,117 @@
+#!/bin/sh
+
+#--------------------------------------------------------------------------
+# findtool works as 'which' but we use a different name to make it more
+# obvious we aren't using 'which'! ;-)
+#
+findtool(){
+  file="$1"
+
+  old_IFS=$IFS; IFS=':'
+  for path in $PATH
+  do
+    IFS=$old_IFS
+    # echo "checks for $file in $path" >&2
+    if test -f "$path/$file"; then
+      echo "$path/$file"
+      return
+    fi
+  done
+  IFS=$old_IFS
+}
+
+#--------------------------------------------------------------------------
+# removethis() removes all files and subdirectories with the given name,
+# inside and below the current subdirectory at invocation time.
+#
+removethis(){
+  if test "$#" = "1"; then
+    find . -depth -name $1 -print > buildconf.tmp.$$
+    while read fdname
+    do
+      if test -f "$fdname"; then
+        rm -f "$fdname"
+      elif test -d "$fdname"; then
+        rm -f -r "$fdname"
+      fi
+    done < buildconf.tmp.$$
+    rm -f buildconf.tmp.$$
+  fi
+}
+
+#--------------------------------------------------------------------------
+# Ensure that buildconf runs from the subdirectory where configure.ac lives
+#
+if test ! -f configure.ac ||
+  test ! -f ares_init.c ||
+  test ! -f m4/cares-functions.m4; then
+  echo "Can not run buildconf from outside of c-ares source subdirectory!"
+  echo "Change to the subdirectory where buildconf is found, and try again."
+  exit 1
+fi
+
+#--------------------------------------------------------------------------
+# this approach that tries 'glibtool' first is some kind of work-around for
+# some BSD-systems I believe that use to provide the GNU libtool named
+# glibtool, with 'libtool' being something completely different.
+libtool=`findtool glibtool 2>/dev/null`
+if test ! -x "$libtool"; then
+  libtool=`findtool ${LIBTOOL:-libtool}`
+fi
+
+if test -z "$LIBTOOLIZE"; then
+  # set the LIBTOOLIZE here so that glibtoolize is used if glibtool was found
+  # $libtool is already the full path
+  libtoolize="${libtool}ize"
+else
+  libtoolize=`findtool $LIBTOOLIZE`
+fi
+
+#--------------------------------------------------------------------------
+# Remove files generated on previous buildconf/configure run.
+#
+for fname in .deps \
+    .libs \
+    *.la \
+    *.lo \
+    *.a \
+    *.o \
+    Makefile \
+    Makefile.in \
+    aclocal.m4 \
+    aclocal.m4.bak \
+    ares_build.h \
+    ares_config.h \
+    ares_config.h.in \
+    autom4te.cache \
+    compile \
+    config.guess \
+    config.log \
+    config.lt \
+    config.status \
+    config.sub \
+    configure \
+    depcomp \
+    libcares.pc \
+    libtool \
+    libtool.m4 \
+    ltmain.sh \
+    ltoptions.m4 \
+    ltsugar.m4 \
+    ltversion.m4 \
+    lt~obsolete.m4 \
+    missing \
+    stamp-h1 \
+    stamp-h2 ; do
+  removethis "$fname"
+done
+
+#--------------------------------------------------------------------------
+# run the correct scripts now
+#
+
+${libtoolize} --copy --automake --force
+${ACLOCAL:-aclocal} -I m4 $ACLOCAL_FLAGS
+${AUTOHEADER:-autoheader}
+${AUTOCONF:-autoconf}
+${AUTOMAKE:-automake} --add-missing --copy
blob - /dev/null
blob + 50a5e8e259da4ea211b22de8705bf935610dc5a1 (mode 644)
--- /dev/null
+++ src/c-ares/cares.rc
@@ -0,0 +1,65 @@
+
+/* Copyright (C) 2009 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include <winver.h>
+#include "ares_version.h"
+
+LANGUAGE  0x09,0x01
+
+#define RC_VERSION  ARES_VERSION_MAJOR, ARES_VERSION_MINOR, ARES_VERSION_PATCH, 0
+
+VS_VERSION_INFO VERSIONINFO
+  FILEVERSION     RC_VERSION
+  PRODUCTVERSION  RC_VERSION
+  FILEFLAGSMASK   0x3fL
+#if defined(DEBUGBUILD) || defined(_DEBUG)
+  FILEFLAGS 1
+#else
+  FILEFLAGS 0
+#endif
+  FILEOS      VOS__WINDOWS32
+  FILETYPE    VFT_DLL
+  FILESUBTYPE 0x0L
+
+BEGIN
+  BLOCK "StringFileInfo"
+  BEGIN
+    BLOCK "040904b0"
+    BEGIN
+      VALUE "CompanyName",      "The c-ares library, http://c-ares.haxx.se/\0"
+#if defined(DEBUGBUILD) || defined(_DEBUG)
+      VALUE "FileDescription",  "c-ares Debug Shared Library\0"
+      VALUE "FileVersion",      ARES_VERSION_STR "\0"
+      VALUE "InternalName",     "c-ares\0"
+      VALUE "OriginalFilename", "caresd.dll\0"
+#else
+      VALUE "FileDescription",  "c-ares Shared Library\0"
+      VALUE "FileVersion",      ARES_VERSION_STR "\0"
+      VALUE "InternalName",     "c-ares\0"
+      VALUE "OriginalFilename", "cares.dll\0"
+#endif
+      VALUE "ProductName",      "The c-ares library\0"
+      VALUE "ProductVersion",   ARES_VERSION_STR "\0"
+      VALUE "LegalCopyright",   "© " ARES_COPYRIGHT "\0"
+      VALUE "License",          "http://c-ares.haxx.se/license.html\0"
+    END
+  END
+
+  BLOCK "VarFileInfo"
+  BEGIN
+    VALUE "Translation", 0x409, 1200
+  END
+END
blob - /dev/null
blob + 1b1d232169586b87050f08c303ffcc44676da397 (mode 755)
--- /dev/null
+++ src/c-ares/compile
@@ -0,0 +1,142 @@
+#! /bin/sh
+# Wrapper for compilers which do not understand `-c -o'.
+
+scriptversion=2005-05-14.22
+
+# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
+# Written by Tom Tromey <tromey@cygnus.com>.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# This file is maintained in Automake, please report
+# bugs to <bug-automake@gnu.org> or send patches to
+# <automake-patches@gnu.org>.
+
+case $1 in
+  '')
+     echo "$0: No command.  Try \`$0 --help' for more information." 1>&2
+     exit 1;
+     ;;
+  -h | --h*)
+    cat <<\EOF
+Usage: compile [--help] [--version] PROGRAM [ARGS]
+
+Wrapper for compilers which do not understand `-c -o'.
+Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
+arguments, and rename the output as expected.
+
+If you are trying to build a whole package this is not the
+right script to run: please start by reading the file `INSTALL'.
+
+Report bugs to <bug-automake@gnu.org>.
+EOF
+    exit $?
+    ;;
+  -v | --v*)
+    echo "compile $scriptversion"
+    exit $?
+    ;;
+esac
+
+ofile=
+cfile=
+eat=
+
+for arg
+do
+  if test -n "$eat"; then
+    eat=
+  else
+    case $1 in
+      -o)
+	# configure might choose to run compile as `compile cc -o foo foo.c'.
+	# So we strip `-o arg' only if arg is an object.
+	eat=1
+	case $2 in
+	  *.o | *.obj)
+	    ofile=$2
+	    ;;
+	  *)
+	    set x "$@" -o "$2"
+	    shift
+	    ;;
+	esac
+	;;
+      *.c)
+	cfile=$1
+	set x "$@" "$1"
+	shift
+	;;
+      *)
+	set x "$@" "$1"
+	shift
+	;;
+    esac
+  fi
+  shift
+done
+
+if test -z "$ofile" || test -z "$cfile"; then
+  # If no `-o' option was seen then we might have been invoked from a
+  # pattern rule where we don't need one.  That is ok -- this is a
+  # normal compilation that the losing compiler can handle.  If no
+  # `.c' file was seen then we are probably linking.  That is also
+  # ok.
+  exec "$@"
+fi
+
+# Name of file we expect compiler to create.
+cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
+
+# Create the lock directory.
+# Note: use `[/.-]' here to ensure that we don't use the same name
+# that we are using for the .o file.  Also, base the name on the expected
+# object file name, since that is what matters with a parallel build.
+lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d
+while true; do
+  if mkdir "$lockdir" >/dev/null 2>&1; then
+    break
+  fi
+  sleep 1
+done
+# FIXME: race condition here if user kills between mkdir and trap.
+trap "rmdir '$lockdir'; exit 1" 1 2 15
+
+# Run the compile.
+"$@"
+ret=$?
+
+if test -f "$cofile"; then
+  mv "$cofile" "$ofile"
+elif test -f "${cofile}bj"; then
+  mv "${cofile}bj" "$ofile"
+fi
+
+rmdir "$lockdir"
+exit $ret
+
+# Local Variables:
+# mode: shell-script
+# sh-indentation: 2
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-end: "$"
+# End:
blob - /dev/null
blob + 653f8f85d782cf8338b1a61d9bf5b54b910b0a9a (mode 644)
--- /dev/null
+++ src/c-ares/config-dos.h
@@ -0,0 +1,114 @@
+#ifndef HEADER_CONFIG_DOS_H
+#define HEADER_CONFIG_DOS_H
+
+
+/* ================================================================ */
+/*       ares/config-dos.h - Hand crafted config file for DOS       */
+/* ================================================================ */
+
+#define PACKAGE  "c-ares"
+
+#define HAVE_GETTIMEOFDAY      1
+#define HAVE_IOCTLSOCKET       1
+#define HAVE_IOCTLSOCKET_FIONBIO   1
+#define HAVE_LIMITS_H          1
+#define HAVE_NET_IF_H          1
+#define HAVE_RECV              1
+#define HAVE_RECVFROM          1
+#define HAVE_SEND              1
+#define HAVE_STRDUP            1
+#define HAVE_STRICMP           1
+#define HAVE_STRUCT_IN6_ADDR   1
+#define HAVE_STRUCT_TIMEVAL    1
+#define HAVE_SYS_IOCTL_H       1
+#define HAVE_SYS_SOCKET_H      1
+#define HAVE_SYS_STAT_H        1
+#define HAVE_SYS_TYPES_H       1
+#define HAVE_TIME_H            1
+#define HAVE_UNISTD_H          1
+
+#define NEED_MALLOC_H          1
+
+#define RETSIGTYPE             void
+#define SIZEOF_INT             4
+#define SIZEOF_SHORT           2
+#define SIZEOF_SIZE_T          4
+#define TIME_WITH_SYS_TIME     1
+
+/* Qualifiers for send(), recv(), recvfrom() and getnameinfo(). */
+
+#define SEND_TYPE_ARG1         int
+#define SEND_QUAL_ARG2         const
+#define SEND_TYPE_ARG2         void *
+#define SEND_TYPE_ARG3         int
+#define SEND_TYPE_ARG4         int
+#define SEND_TYPE_RETV         int
+
+#define RECV_TYPE_ARG1         int
+#define RECV_TYPE_ARG2         void *
+#define RECV_TYPE_ARG3         int
+#define RECV_TYPE_ARG4         int
+#define RECV_TYPE_RETV         int
+
+#define RECVFROM_TYPE_ARG1     int
+#define RECVFROM_TYPE_ARG2     void
+#define RECVFROM_TYPE_ARG3     int
+#define RECVFROM_TYPE_ARG4     int
+#define RECVFROM_TYPE_ARG5     struct sockaddr
+#define RECVFROM_TYPE_ARG6     int
+#define RECVFROM_TYPE_RETV     int
+#define RECVFROM_TYPE_ARG2_IS_VOID 1
+
+#define BSD
+
+#if defined(__HIGHC__) || \
+    (defined(__GNUC__) && (__GNUC__ < 4))
+#define ssize_t    int
+#endif
+
+/* Target HAVE_x section */
+
+#if defined(DJGPP)
+  #define HAVE_STRCASECMP           1
+  #define HAVE_STRNCASECMP          1
+  #define HAVE_SYS_TIME_H           1
+  #define HAVE_VARIADIC_MACROS_GCC  1
+
+  /* Because djgpp <= 2.03 doesn't have snprintf() etc. */
+  #if (DJGPP_MINOR < 4)
+    #define _MPRINTF_REPLACE
+  #endif
+
+#elif defined(__WATCOMC__)
+  #define HAVE_STRCASECMP 1
+
+#elif defined(__HIGHC__)
+  #define HAVE_SYS_TIME_H 1
+#endif
+
+#ifdef WATT32
+  #define HAVE_AF_INET6                    1
+  #define HAVE_ARPA_INET_H                 1
+  #define HAVE_ARPA_NAMESER_H              1
+  #define HAVE_CLOSESOCKET_CAMEL           1
+  #define HAVE_GETHOSTNAME                 1
+  #define HAVE_NETDB_H                     1
+  #define HAVE_NETINET_IN_H                1
+  #define HAVE_NETINET_TCP_H               1
+  #define HAVE_PF_INET6                    1
+  #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID  1
+  #define HAVE_STRUCT_ADDRINFO             1
+  #define HAVE_STRUCT_IN6_ADDR             1
+  #define HAVE_STRUCT_SOCKADDR_IN6         1
+  #define HAVE_SYS_SOCKET_H                1
+  #define HAVE_SYS_UIO_H                   1
+  #define NS_INADDRSZ                      4
+  #define HAVE_STRUCT_SOCKADDR_IN6         1
+  #define CloseSocket(s)                   close_s((s))
+#endif
+
+#undef word
+#undef byte
+
+#endif /* HEADER_CONFIG_DOS_H */
+
blob - /dev/null
blob + 898ba904722fcb199e9d1a823d0a53b2286ac55e (mode 644)
--- /dev/null
+++ src/c-ares/config-win32.h
@@ -0,0 +1,360 @@
+#ifndef __ARES_CONFIG_WIN32_H
+#define __ARES_CONFIG_WIN32_H
+
+
+/* Copyright (C) 2004 - 2008 by Daniel Stenberg et al
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted, provided
+ * that the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  M.I.T. makes no representations about the
+ * suitability of this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+/* ================================================================ */
+/*    ares/config-win32.h - Hand crafted config file for Windows    */
+/* ================================================================ */
+
+/* ---------------------------------------------------------------- */
+/*                          HEADER FILES                            */
+/* ---------------------------------------------------------------- */
+
+/* Define if you have the <getopt.h> header file.  */
+#if defined(__MINGW32__) || defined(__POCC__)
+#define HAVE_GETOPT_H 1
+#endif
+
+/* Define if you have the <limits.h> header file.  */
+#define HAVE_LIMITS_H 1
+
+/* Define if you have the <process.h> header file.  */
+#ifndef __SALFORDC__
+#define HAVE_PROCESS_H 1
+#endif
+
+/* Define if you have the <signal.h> header file. */
+#define HAVE_SIGNAL_H 1
+
+/* Define if you have the <sys/time.h> header file */
+/* #define HAVE_SYS_TIME_H 1 */
+
+/* Define if you have the <time.h> header file.  */
+#define HAVE_TIME_H 1
+
+/* Define if you have the <unistd.h> header file.  */
+#if defined(__MINGW32__) || defined(__WATCOMC__) || defined(__LCC__) || \
+    defined(__POCC__)
+#define HAVE_UNISTD_H 1
+#endif
+
+/* Define if you have the <windows.h> header file.  */
+#define HAVE_WINDOWS_H 1
+
+/* Define if you have the <winsock.h> header file.  */
+#define HAVE_WINSOCK_H 1
+
+/* Define if you have the <winsock2.h> header file.  */
+#ifndef __SALFORDC__
+#define HAVE_WINSOCK2_H 1
+#endif
+
+/* Define if you have the <ws2tcpip.h> header file.  */
+#ifndef __SALFORDC__
+#define HAVE_WS2TCPIP_H 1
+#endif
+
+/* ---------------------------------------------------------------- */
+/*                        OTHER HEADER INFO                         */
+/* ---------------------------------------------------------------- */
+
+/* Define if sig_atomic_t is an available typedef. */
+#define HAVE_SIG_ATOMIC_T 1
+
+/* Define if you have the ANSI C header files.  */
+#define STDC_HEADERS 1
+
+/* Define if you can safely include both <sys/time.h> and <time.h>.  */
+/* #define TIME_WITH_SYS_TIME 1 */
+
+/* ---------------------------------------------------------------- */
+/*                             FUNCTIONS                            */
+/* ---------------------------------------------------------------- */
+
+/* Define if you have the closesocket function.  */
+#define HAVE_CLOSESOCKET 1
+
+/* Define if you have the gethostname function.  */
+#define HAVE_GETHOSTNAME 1
+
+/* Define if you have the ioctlsocket function. */
+#define HAVE_IOCTLSOCKET 1
+
+/* Define if you have a working ioctlsocket FIONBIO function. */
+#define HAVE_IOCTLSOCKET_FIONBIO 1
+
+/* Define if you have the strcasecmp function. */
+/* #define HAVE_STRCASECMP 1 */
+
+/* Define if you have the strdup function. */
+#define HAVE_STRDUP 1
+
+/* Define if you have the stricmp function. */
+#define HAVE_STRICMP 1
+
+/* Define if you have the strncasecmp function. */
+/* #define HAVE_STRNCASECMP 1 */
+
+/* Define if you have the strnicmp function. */
+#define HAVE_STRNICMP 1
+
+/* Define if you have the recv function. */
+#define HAVE_RECV 1
+
+/* Define to the type of arg 1 for recv. */
+#define RECV_TYPE_ARG1 SOCKET
+
+/* Define to the type of arg 2 for recv. */
+#define RECV_TYPE_ARG2 char *
+
+/* Define to the type of arg 3 for recv. */
+#define RECV_TYPE_ARG3 int
+
+/* Define to the type of arg 4 for recv. */
+#define RECV_TYPE_ARG4 int
+
+/* Define to the function return type for recv. */
+#define RECV_TYPE_RETV int
+
+/* Define if you have the recvfrom function. */
+#define HAVE_RECVFROM 1
+
+/* Define to the type of arg 1 for recvfrom. */
+#define RECVFROM_TYPE_ARG1 SOCKET
+
+/* Define to the type pointed by arg 2 for recvfrom. */
+#define RECVFROM_TYPE_ARG2 char
+
+/* Define to the type of arg 3 for recvfrom. */
+#define RECVFROM_TYPE_ARG3 int
+
+/* Define to the type of arg 4 for recvfrom. */
+#define RECVFROM_TYPE_ARG4 int
+
+/* Define to the type pointed by arg 5 for recvfrom. */
+#define RECVFROM_TYPE_ARG5 struct sockaddr
+
+/* Define to the type pointed by arg 6 for recvfrom. */
+#define RECVFROM_TYPE_ARG6 int
+
+/* Define to the function return type for recvfrom. */
+#define RECVFROM_TYPE_RETV int
+
+/* Define if you have the send function. */
+#define HAVE_SEND 1
+
+/* Define to the type of arg 1 for send. */
+#define SEND_TYPE_ARG1 SOCKET
+
+/* Define to the type qualifier of arg 2 for send. */
+#define SEND_QUAL_ARG2 const
+
+/* Define to the type of arg 2 for send. */
+#define SEND_TYPE_ARG2 char *
+
+/* Define to the type of arg 3 for send. */
+#define SEND_TYPE_ARG3 int
+
+/* Define to the type of arg 4 for send. */
+#define SEND_TYPE_ARG4 int
+
+/* Define to the function return type for send. */
+#define SEND_TYPE_RETV int
+
+/* Specifics for the Watt-32 tcp/ip stack */
+#ifdef WATT32
+  #define SOCKET              int
+  #define NS_INADDRSZ         4
+  #define HAVE_ARPA_NAMESER_H 1
+  #define HAVE_ARPA_INET_H    1
+  #define HAVE_NETDB_H        1
+  #define HAVE_NETINET_IN_H   1
+  #define HAVE_SYS_SOCKET_H   1
+  #define HAVE_NETINET_TCP_H  1
+  #define HAVE_AF_INET6       1
+  #define HAVE_PF_INET6       1
+  #define HAVE_STRUCT_IN6_ADDR     1
+  #define HAVE_STRUCT_SOCKADDR_IN6 1
+  #undef HAVE_WINSOCK_H
+  #undef HAVE_WINSOCK2_H
+  #undef HAVE_WS2TCPIP_H
+#endif
+
+/* ---------------------------------------------------------------- */
+/*                       TYPEDEF REPLACEMENTS                       */
+/* ---------------------------------------------------------------- */
+
+/* Define this if in_addr_t is not an available 'typedefed' type */
+#define in_addr_t unsigned long
+
+/* Define as the return type of signal handlers (int or void).  */
+#define RETSIGTYPE void
+
+/* Define ssize_t if it is not an available 'typedefed' type */
+#ifndef _SSIZE_T_DEFINED
+#  if (defined(__WATCOMC__) && (__WATCOMC__ >= 1240)) || \
+      defined(__POCC__) || \
+      defined(__MINGW32__)
+#  elif defined(_WIN64)
+#    define _SSIZE_T_DEFINED
+#    define ssize_t __int64
+#  else
+#    define _SSIZE_T_DEFINED
+#    define ssize_t int
+#  endif
+#endif
+
+/* ---------------------------------------------------------------- */
+/*                            TYPE SIZES                            */
+/* ---------------------------------------------------------------- */
+
+/* The size of `int', as computed by sizeof. */
+#define SIZEOF_INT 4
+
+/* The size of `short', as computed by sizeof. */
+#define SIZEOF_SHORT 2
+
+/* The size of `size_t', as computed by sizeof. */
+#if defined(_WIN64)
+#  define SIZEOF_SIZE_T 8
+#else
+#  define SIZEOF_SIZE_T 4
+#endif
+
+/* ---------------------------------------------------------------- */
+/*                          STRUCT RELATED                          */
+/* ---------------------------------------------------------------- */
+
+/* Define this if you have struct addrinfo */
+#define HAVE_STRUCT_ADDRINFO 1
+
+/* Define this if you have struct sockaddr_storage */
+#ifndef __SALFORDC__
+#define HAVE_STRUCT_SOCKADDR_STORAGE 1
+#endif
+
+/* Define this if you have struct timeval */
+#define HAVE_STRUCT_TIMEVAL 1
+
+/* ---------------------------------------------------------------- */
+/*                        COMPILER SPECIFIC                         */
+/* ---------------------------------------------------------------- */
+
+/* Define to avoid VS2005 complaining about portable C functions */
+#if defined(_MSC_VER) && (_MSC_VER >= 1400)
+#define _CRT_SECURE_NO_DEPRECATE 1
+#define _CRT_NONSTDC_NO_DEPRECATE 1
+#endif
+
+/* Officially, Microsoft's Windows SDK versions 6.X do not support Windows
+   2000 as a supported build target. VS2008 default installations provide an
+   embedded Windows SDK v6.0A along with the claim that Windows 2000 is a
+   valid build target for VS2008. Popular belief is that binaries built using
+   Windows SDK versions 6.X and Windows 2000 as a build target are functional */
+#if defined(_MSC_VER) && (_MSC_VER >= 1500)
+#  define VS2008_MINIMUM_TARGET 0x0500
+#endif
+
+/* When no build target is specified VS2008 default build target is Windows
+   Vista, which leaves out even Winsows XP. If no build target has been given
+   for VS2008 we will target the minimum Officially supported build target,
+   which happens to be Windows XP. */
+#if defined(_MSC_VER) && (_MSC_VER >= 1500)
+#  define VS2008_DEFAULT_TARGET  0x0501
+#endif
+
+/* VS2008 default target settings and minimum build target check */
+#if defined(_MSC_VER) && (_MSC_VER >= 1500)
+#  ifndef _WIN32_WINNT
+#    define _WIN32_WINNT VS2008_DEFAULT_TARGET
+#  endif
+#  ifndef WINVER
+#    define WINVER VS2008_DEFAULT_TARGET
+#  endif
+#  if (_WIN32_WINNT < VS2008_MINIMUM_TARGET) || (WINVER < VS2008_MINIMUM_TARGET)
+#    error VS2008 does not support Windows build targets prior to Windows 2000
+#  endif
+#endif
+
+/* When no build target is specified Pelles C 5.00 and later default build
+   target is Windows Vista. We override default target to be Windows 2000. */
+#if defined(__POCC__) && (__POCC__ >= 500)
+#  ifndef _WIN32_WINNT
+#    define _WIN32_WINNT 0x0500
+#  endif
+#  ifndef WINVER
+#    define WINVER 0x0500
+#  endif
+#endif
+
+/* Availability of freeaddrinfo, getaddrinfo and getnameinfo functions is
+   quite convoluted, compiler dependent and even build target dependent. */
+#if defined(HAVE_WS2TCPIP_H)
+#  if defined(__POCC__)
+#    define HAVE_FREEADDRINFO 1
+#    define HAVE_GETADDRINFO  1
+#    define HAVE_GETNAMEINFO  1
+#  elif defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501)
+#    define HAVE_FREEADDRINFO 1
+#    define HAVE_GETADDRINFO  1
+#    define HAVE_GETNAMEINFO  1
+#  elif defined(_MSC_VER) && (_MSC_VER >= 1200)
+#    define HAVE_FREEADDRINFO 1
+#    define HAVE_GETADDRINFO  1
+#    define HAVE_GETNAMEINFO  1
+#  endif
+#endif
+
+#if defined(__POCC__)
+#  ifndef _MSC_VER
+#    error Microsoft extensions /Ze compiler option is required
+#  endif
+#  ifndef __POCC__OLDNAMES
+#    error Compatibility names /Go compiler option is required
+#  endif
+#endif
+
+/* ---------------------------------------------------------------- */
+/*                         IPV6 COMPATIBILITY                       */
+/* ---------------------------------------------------------------- */
+
+/* Define this if you have address family AF_INET6 */
+#ifdef HAVE_WINSOCK2_H
+#define HAVE_AF_INET6 1
+#endif
+
+/* Define this if you have protocol family PF_INET6 */
+#ifdef HAVE_WINSOCK2_H
+#define HAVE_PF_INET6 1
+#endif
+
+/* Define this if you have struct in6_addr */
+#ifdef HAVE_WS2TCPIP_H
+#define HAVE_STRUCT_IN6_ADDR 1
+#endif
+
+/* Define this if you have struct sockaddr_in6 */
+#ifdef HAVE_WS2TCPIP_H
+#define HAVE_STRUCT_SOCKADDR_IN6 1
+#endif
+
+/* Define this if you have sockaddr_in6 with scopeid */
+#ifdef HAVE_WS2TCPIP_H
+#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+#endif
+
+
+#endif  /* __ARES_CONFIG_WIN32_H */
blob - /dev/null
blob + c2246a4f7f4c78281ccfc4238a54cf7d83c4f421 (mode 755)
--- /dev/null
+++ src/c-ares/config.guess
@@ -0,0 +1,1502 @@
+#! /bin/sh
+# Attempt to guess a canonical system name.
+#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+#   Free Software Foundation, Inc.
+
+timestamp='2009-12-30'
+
+# This file is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+# 02110-1301, USA.
+#
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+
+# Originally written by Per Bothner.  Please send patches (context
+# diff format) to <config-patches@gnu.org> and include a ChangeLog
+# entry.
+#
+# This script attempts to guess a canonical system name similar to
+# config.sub.  If it succeeds, it prints the system name on stdout, and
+# exits with 0.  Otherwise, it exits with 1.
+#
+# You can get the latest version of this script from:
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
+
+me=`echo "$0" | sed -e 's,.*/,,'`
+
+usage="\
+Usage: $0 [OPTION]
+
+Output the configuration name of the system \`$me' is run on.
+
+Operation modes:
+  -h, --help         print this help, then exit
+  -t, --time-stamp   print date of last modification, then exit
+  -v, --version      print version number, then exit
+
+Report bugs and patches to <config-patches@gnu.org>."
+
+version="\
+GNU config.guess ($timestamp)
+
+Originally written by Per Bothner.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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."
+
+help="
+Try \`$me --help' for more information."
+
+# Parse command line
+while test $# -gt 0 ; do
+  case $1 in
+    --time-stamp | --time* | -t )
+       echo "$timestamp" ; exit ;;
+    --version | -v )
+       echo "$version" ; exit ;;
+    --help | --h* | -h )
+       echo "$usage"; exit ;;
+    -- )     # Stop option processing
+       shift; break ;;
+    - )	# Use stdin as input.
+       break ;;
+    -* )
+       echo "$me: invalid option $1$help" >&2
+       exit 1 ;;
+    * )
+       break ;;
+  esac
+done
+
+if test $# != 0; then
+  echo "$me: too many arguments$help" >&2
+  exit 1
+fi
+
+trap 'exit 1' 1 2 15
+
+# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
+# compiler to aid in system detection is discouraged as it requires
+# temporary files to be created and, as you can see below, it is a
+# headache to deal with in a portable fashion.
+
+# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
+# use `HOST_CC' if defined, but it is deprecated.
+
+# Portable tmp directory creation inspired by the Autoconf team.
+
+set_cc_for_build='
+trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
+trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
+: ${TMPDIR=/tmp} ;
+ { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
+ { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
+ { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
+ { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
+dummy=$tmp/dummy ;
+tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
+case $CC_FOR_BUILD,$HOST_CC,$CC in
+ ,,)    echo "int x;" > $dummy.c ;
+	for c in cc gcc c89 c99 ; do
+	  if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
+	     CC_FOR_BUILD="$c"; break ;
+	  fi ;
+	done ;
+	if test x"$CC_FOR_BUILD" = x ; then
+	  CC_FOR_BUILD=no_compiler_found ;
+	fi
+	;;
+ ,,*)   CC_FOR_BUILD=$CC ;;
+ ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
+esac ; set_cc_for_build= ;'
+
+# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
+# (ghazi@noc.rutgers.edu 1994-08-24)
+if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
+	PATH=$PATH:/.attbin ; export PATH
+fi
+
+UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
+UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
+UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown
+UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
+
+# Note: order is significant - the case branches are not exclusive.
+
+case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
+    *:NetBSD:*:*)
+	# NetBSD (nbsd) targets should (where applicable) match one or
+	# more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
+	# *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
+	# switched to ELF, *-*-netbsd* would select the old
+	# object file format.  This provides both forward
+	# compatibility and a consistent mechanism for selecting the
+	# object file format.
+	#
+	# Note: NetBSD doesn't particularly care about the vendor
+	# portion of the name.  We always set it to "unknown".
+	sysctl="sysctl -n hw.machine_arch"
+	UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
+	    /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
+	case "${UNAME_MACHINE_ARCH}" in
+	    armeb) machine=armeb-unknown ;;
+	    arm*) machine=arm-unknown ;;
+	    sh3el) machine=shl-unknown ;;
+	    sh3eb) machine=sh-unknown ;;
+	    sh5el) machine=sh5le-unknown ;;
+	    *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
+	esac
+	# The Operating System including object format, if it has switched
+	# to ELF recently, or will in the future.
+	case "${UNAME_MACHINE_ARCH}" in
+	    arm*|i386|m68k|ns32k|sh3*|sparc|vax)
+		eval $set_cc_for_build
+		if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
+			| grep -q __ELF__
+		then
+		    # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
+		    # Return netbsd for either.  FIX?
+		    os=netbsd
+		else
+		    os=netbsdelf
+		fi
+		;;
+	    *)
+	        os=netbsd
+		;;
+	esac
+	# The OS release
+	# Debian GNU/NetBSD machines have a different userland, and
+	# thus, need a distinct triplet. However, they do not need
+	# kernel version information, so it can be replaced with a
+	# suitable tag, in the style of linux-gnu.
+	case "${UNAME_VERSION}" in
+	    Debian*)
+		release='-gnu'
+		;;
+	    *)
+		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+		;;
+	esac
+	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
+	# contains redundant information, the shorter form:
+	# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
+	echo "${machine}-${os}${release}"
+	exit ;;
+    *:OpenBSD:*:*)
+	UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
+	echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
+	exit ;;
+    *:ekkoBSD:*:*)
+	echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
+	exit ;;
+    *:SolidBSD:*:*)
+	echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
+	exit ;;
+    macppc:MirBSD:*:*)
+	echo powerpc-unknown-mirbsd${UNAME_RELEASE}
+	exit ;;
+    *:MirBSD:*:*)
+	echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
+	exit ;;
+    alpha:OSF1:*:*)
+	case $UNAME_RELEASE in
+	*4.0)
+		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
+		;;
+	*5.*)
+	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
+		;;
+	esac
+	# According to Compaq, /usr/sbin/psrinfo has been available on
+	# OSF/1 and Tru64 systems produced since 1995.  I hope that
+	# covers most systems running today.  This code pipes the CPU
+	# types through head -n 1, so we only detect the type of CPU 0.
+	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
+	case "$ALPHA_CPU_TYPE" in
+	    "EV4 (21064)")
+		UNAME_MACHINE="alpha" ;;
+	    "EV4.5 (21064)")
+		UNAME_MACHINE="alpha" ;;
+	    "LCA4 (21066/21068)")
+		UNAME_MACHINE="alpha" ;;
+	    "EV5 (21164)")
+		UNAME_MACHINE="alphaev5" ;;
+	    "EV5.6 (21164A)")
+		UNAME_MACHINE="alphaev56" ;;
+	    "EV5.6 (21164PC)")
+		UNAME_MACHINE="alphapca56" ;;
+	    "EV5.7 (21164PC)")
+		UNAME_MACHINE="alphapca57" ;;
+	    "EV6 (21264)")
+		UNAME_MACHINE="alphaev6" ;;
+	    "EV6.7 (21264A)")
+		UNAME_MACHINE="alphaev67" ;;
+	    "EV6.8CB (21264C)")
+		UNAME_MACHINE="alphaev68" ;;
+	    "EV6.8AL (21264B)")
+		UNAME_MACHINE="alphaev68" ;;
+	    "EV6.8CX (21264D)")
+		UNAME_MACHINE="alphaev68" ;;
+	    "EV6.9A (21264/EV69A)")
+		UNAME_MACHINE="alphaev69" ;;
+	    "EV7 (21364)")
+		UNAME_MACHINE="alphaev7" ;;
+	    "EV7.9 (21364A)")
+		UNAME_MACHINE="alphaev79" ;;
+	esac
+	# A Pn.n version is a patched version.
+	# A Vn.n version is a released version.
+	# A Tn.n version is a released field test version.
+	# A Xn.n version is an unreleased experimental baselevel.
+	# 1.2 uses "1.2" for uname -r.
+	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
+	exit ;;
+    Alpha\ *:Windows_NT*:*)
+	# How do we know it's Interix rather than the generic POSIX subsystem?
+	# Should we change UNAME_MACHINE based on the output of uname instead
+	# of the specific Alpha model?
+	echo alpha-pc-interix
+	exit ;;
+    21064:Windows_NT:50:3)
+	echo alpha-dec-winnt3.5
+	exit ;;
+    Amiga*:UNIX_System_V:4.0:*)
+	echo m68k-unknown-sysv4
+	exit ;;
+    *:[Aa]miga[Oo][Ss]:*:*)
+	echo ${UNAME_MACHINE}-unknown-amigaos
+	exit ;;
+    *:[Mm]orph[Oo][Ss]:*:*)
+	echo ${UNAME_MACHINE}-unknown-morphos
+	exit ;;
+    *:OS/390:*:*)
+	echo i370-ibm-openedition
+	exit ;;
+    *:z/VM:*:*)
+	echo s390-ibm-zvmoe
+	exit ;;
+    *:OS400:*:*)
+        echo powerpc-ibm-os400
+	exit ;;
+    arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
+	echo arm-acorn-riscix${UNAME_RELEASE}
+	exit ;;
+    arm:riscos:*:*|arm:RISCOS:*:*)
+	echo arm-unknown-riscos
+	exit ;;
+    SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
+	echo hppa1.1-hitachi-hiuxmpp
+	exit ;;
+    Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
+	# akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
+	if test "`(/bin/universe) 2>/dev/null`" = att ; then
+		echo pyramid-pyramid-sysv3
+	else
+		echo pyramid-pyramid-bsd
+	fi
+	exit ;;
+    NILE*:*:*:dcosx)
+	echo pyramid-pyramid-svr4
+	exit ;;
+    DRS?6000:unix:4.0:6*)
+	echo sparc-icl-nx6
+	exit ;;
+    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
+	case `/usr/bin/uname -p` in
+	    sparc) echo sparc-icl-nx7; exit ;;
+	esac ;;
+    s390x:SunOS:*:*)
+	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit ;;
+    sun4H:SunOS:5.*:*)
+	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit ;;
+    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
+	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit ;;
+    i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
+	echo i386-pc-auroraux${UNAME_RELEASE}
+	exit ;;
+    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
+	eval $set_cc_for_build
+	SUN_ARCH="i386"
+	# If there is a compiler, see if it is configured for 64-bit objects.
+	# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
+	# This test works for both compilers.
+	if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
+	    if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
+		(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
+		grep IS_64BIT_ARCH >/dev/null
+	    then
+		SUN_ARCH="x86_64"
+	    fi
+	fi
+	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit ;;
+    sun4*:SunOS:6*:*)
+	# According to config.sub, this is the proper way to canonicalize
+	# SunOS6.  Hard to guess exactly what SunOS6 will be like, but
+	# it's likely to be more like Solaris than SunOS4.
+	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit ;;
+    sun4*:SunOS:*:*)
+	case "`/usr/bin/arch -k`" in
+	    Series*|S4*)
+		UNAME_RELEASE=`uname -v`
+		;;
+	esac
+	# Japanese Language versions have a version number like `4.1.3-JL'.
+	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
+	exit ;;
+    sun3*:SunOS:*:*)
+	echo m68k-sun-sunos${UNAME_RELEASE}
+	exit ;;
+    sun*:*:4.2BSD:*)
+	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
+	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
+	case "`/bin/arch`" in
+	    sun3)
+		echo m68k-sun-sunos${UNAME_RELEASE}
+		;;
+	    sun4)
+		echo sparc-sun-sunos${UNAME_RELEASE}
+		;;
+	esac
+	exit ;;
+    aushp:SunOS:*:*)
+	echo sparc-auspex-sunos${UNAME_RELEASE}
+	exit ;;
+    # The situation for MiNT is a little confusing.  The machine name
+    # can be virtually everything (everything which is not
+    # "atarist" or "atariste" at least should have a processor
+    # > m68000).  The system name ranges from "MiNT" over "FreeMiNT"
+    # to the lowercase version "mint" (or "freemint").  Finally
+    # the system name "TOS" denotes a system which is actually not
+    # MiNT.  But MiNT is downward compatible to TOS, so this should
+    # be no problem.
+    atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
+        echo m68k-atari-mint${UNAME_RELEASE}
+	exit ;;
+    atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
+	echo m68k-atari-mint${UNAME_RELEASE}
+        exit ;;
+    *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
+        echo m68k-atari-mint${UNAME_RELEASE}
+	exit ;;
+    milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
+        echo m68k-milan-mint${UNAME_RELEASE}
+        exit ;;
+    hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
+        echo m68k-hades-mint${UNAME_RELEASE}
+        exit ;;
+    *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
+        echo m68k-unknown-mint${UNAME_RELEASE}
+        exit ;;
+    m68k:machten:*:*)
+	echo m68k-apple-machten${UNAME_RELEASE}
+	exit ;;
+    powerpc:machten:*:*)
+	echo powerpc-apple-machten${UNAME_RELEASE}
+	exit ;;
+    RISC*:Mach:*:*)
+	echo mips-dec-mach_bsd4.3
+	exit ;;
+    RISC*:ULTRIX:*:*)
+	echo mips-dec-ultrix${UNAME_RELEASE}
+	exit ;;
+    VAX*:ULTRIX*:*:*)
+	echo vax-dec-ultrix${UNAME_RELEASE}
+	exit ;;
+    2020:CLIX:*:* | 2430:CLIX:*:*)
+	echo clipper-intergraph-clix${UNAME_RELEASE}
+	exit ;;
+    mips:*:*:UMIPS | mips:*:*:RISCos)
+	eval $set_cc_for_build
+	sed 's/^	//' << EOF >$dummy.c
+#ifdef __cplusplus
+#include <stdio.h>  /* for printf() prototype */
+	int main (int argc, char *argv[]) {
+#else
+	int main (argc, argv) int argc; char *argv[]; {
+#endif
+	#if defined (host_mips) && defined (MIPSEB)
+	#if defined (SYSTYPE_SYSV)
+	  printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
+	#endif
+	#if defined (SYSTYPE_SVR4)
+	  printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
+	#endif
+	#if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
+	  printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
+	#endif
+	#endif
+	  exit (-1);
+	}
+EOF
+	$CC_FOR_BUILD -o $dummy $dummy.c &&
+	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
+	  SYSTEM_NAME=`$dummy $dummyarg` &&
+	    { echo "$SYSTEM_NAME"; exit; }
+	echo mips-mips-riscos${UNAME_RELEASE}
+	exit ;;
+    Motorola:PowerMAX_OS:*:*)
+	echo powerpc-motorola-powermax
+	exit ;;
+    Motorola:*:4.3:PL8-*)
+	echo powerpc-harris-powermax
+	exit ;;
+    Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
+	echo powerpc-harris-powermax
+	exit ;;
+    Night_Hawk:Power_UNIX:*:*)
+	echo powerpc-harris-powerunix
+	exit ;;
+    m88k:CX/UX:7*:*)
+	echo m88k-harris-cxux7
+	exit ;;
+    m88k:*:4*:R4*)
+	echo m88k-motorola-sysv4
+	exit ;;
+    m88k:*:3*:R3*)
+	echo m88k-motorola-sysv3
+	exit ;;
+    AViiON:dgux:*:*)
+        # DG/UX returns AViiON for all architectures
+        UNAME_PROCESSOR=`/usr/bin/uname -p`
+	if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
+	then
+	    if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
+	       [ ${TARGET_BINARY_INTERFACE}x = x ]
+	    then
+		echo m88k-dg-dgux${UNAME_RELEASE}
+	    else
+		echo m88k-dg-dguxbcs${UNAME_RELEASE}
+	    fi
+	else
+	    echo i586-dg-dgux${UNAME_RELEASE}
+	fi
+ 	exit ;;
+    M88*:DolphinOS:*:*)	# DolphinOS (SVR3)
+	echo m88k-dolphin-sysv3
+	exit ;;
+    M88*:*:R3*:*)
+	# Delta 88k system running SVR3
+	echo m88k-motorola-sysv3
+	exit ;;
+    XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
+	echo m88k-tektronix-sysv3
+	exit ;;
+    Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
+	echo m68k-tektronix-bsd
+	exit ;;
+    *:IRIX*:*:*)
+	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
+	exit ;;
+    ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
+	echo romp-ibm-aix     # uname -m gives an 8 hex-code CPU id
+	exit ;;               # Note that: echo "'`uname -s`'" gives 'AIX '
+    i*86:AIX:*:*)
+	echo i386-ibm-aix
+	exit ;;
+    ia64:AIX:*:*)
+	if [ -x /usr/bin/oslevel ] ; then
+		IBM_REV=`/usr/bin/oslevel`
+	else
+		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
+	fi
+	echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
+	exit ;;
+    *:AIX:2:3)
+	if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
+		eval $set_cc_for_build
+		sed 's/^		//' << EOF >$dummy.c
+		#include <sys/systemcfg.h>
+
+		main()
+			{
+			if (!__power_pc())
+				exit(1);
+			puts("powerpc-ibm-aix3.2.5");
+			exit(0);
+			}
+EOF
+		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
+		then
+			echo "$SYSTEM_NAME"
+		else
+			echo rs6000-ibm-aix3.2.5
+		fi
+	elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
+		echo rs6000-ibm-aix3.2.4
+	else
+		echo rs6000-ibm-aix3.2
+	fi
+	exit ;;
+    *:AIX:*:[456])
+	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
+	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
+		IBM_ARCH=rs6000
+	else
+		IBM_ARCH=powerpc
+	fi
+	if [ -x /usr/bin/oslevel ] ; then
+		IBM_REV=`/usr/bin/oslevel`
+	else
+		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
+	fi
+	echo ${IBM_ARCH}-ibm-aix${IBM_REV}
+	exit ;;
+    *:AIX:*:*)
+	echo rs6000-ibm-aix
+	exit ;;
+    ibmrt:4.4BSD:*|romp-ibm:BSD:*)
+	echo romp-ibm-bsd4.4
+	exit ;;
+    ibmrt:*BSD:*|romp-ibm:BSD:*)            # covers RT/PC BSD and
+	echo romp-ibm-bsd${UNAME_RELEASE}   # 4.3 with uname added to
+	exit ;;                             # report: romp-ibm BSD 4.3
+    *:BOSX:*:*)
+	echo rs6000-bull-bosx
+	exit ;;
+    DPX/2?00:B.O.S.:*:*)
+	echo m68k-bull-sysv3
+	exit ;;
+    9000/[34]??:4.3bsd:1.*:*)
+	echo m68k-hp-bsd
+	exit ;;
+    hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
+	echo m68k-hp-bsd4.4
+	exit ;;
+    9000/[34678]??:HP-UX:*:*)
+	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
+	case "${UNAME_MACHINE}" in
+	    9000/31? )            HP_ARCH=m68000 ;;
+	    9000/[34]?? )         HP_ARCH=m68k ;;
+	    9000/[678][0-9][0-9])
+		if [ -x /usr/bin/getconf ]; then
+		    sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
+                    sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
+                    case "${sc_cpu_version}" in
+                      523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
+                      528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
+                      532)                      # CPU_PA_RISC2_0
+                        case "${sc_kernel_bits}" in
+                          32) HP_ARCH="hppa2.0n" ;;
+                          64) HP_ARCH="hppa2.0w" ;;
+			  '') HP_ARCH="hppa2.0" ;;   # HP-UX 10.20
+                        esac ;;
+                    esac
+		fi
+		if [ "${HP_ARCH}" = "" ]; then
+		    eval $set_cc_for_build
+		    sed 's/^              //' << EOF >$dummy.c
+
+              #define _HPUX_SOURCE
+              #include <stdlib.h>
+              #include <unistd.h>
+
+              int main ()
+              {
+              #if defined(_SC_KERNEL_BITS)
+                  long bits = sysconf(_SC_KERNEL_BITS);
+              #endif
+                  long cpu  = sysconf (_SC_CPU_VERSION);
+
+                  switch (cpu)
+              	{
+              	case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
+              	case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
+              	case CPU_PA_RISC2_0:
+              #if defined(_SC_KERNEL_BITS)
+              	    switch (bits)
+              		{
+              		case 64: puts ("hppa2.0w"); break;
+              		case 32: puts ("hppa2.0n"); break;
+              		default: puts ("hppa2.0"); break;
+              		} break;
+              #else  /* !defined(_SC_KERNEL_BITS) */
+              	    puts ("hppa2.0"); break;
+              #endif
+              	default: puts ("hppa1.0"); break;
+              	}
+                  exit (0);
+              }
+EOF
+		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
+		    test -z "$HP_ARCH" && HP_ARCH=hppa
+		fi ;;
+	esac
+	if [ ${HP_ARCH} = "hppa2.0w" ]
+	then
+	    eval $set_cc_for_build
+
+	    # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
+	    # 32-bit code.  hppa64-hp-hpux* has the same kernel and a compiler
+	    # generating 64-bit code.  GNU and HP use different nomenclature:
+	    #
+	    # $ CC_FOR_BUILD=cc ./config.guess
+	    # => hppa2.0w-hp-hpux11.23
+	    # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
+	    # => hppa64-hp-hpux11.23
+
+	    if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
+		grep -q __LP64__
+	    then
+		HP_ARCH="hppa2.0w"
+	    else
+		HP_ARCH="hppa64"
+	    fi
+	fi
+	echo ${HP_ARCH}-hp-hpux${HPUX_REV}
+	exit ;;
+    ia64:HP-UX:*:*)
+	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
+	echo ia64-hp-hpux${HPUX_REV}
+	exit ;;
+    3050*:HI-UX:*:*)
+	eval $set_cc_for_build
+	sed 's/^	//' << EOF >$dummy.c
+	#include <unistd.h>
+	int
+	main ()
+	{
+	  long cpu = sysconf (_SC_CPU_VERSION);
+	  /* The order matters, because CPU_IS_HP_MC68K erroneously returns
+	     true for CPU_PA_RISC1_0.  CPU_IS_PA_RISC returns correct
+	     results, however.  */
+	  if (CPU_IS_PA_RISC (cpu))
+	    {
+	      switch (cpu)
+		{
+		  case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
+		  case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
+		  case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
+		  default: puts ("hppa-hitachi-hiuxwe2"); break;
+		}
+	    }
+	  else if (CPU_IS_HP_MC68K (cpu))
+	    puts ("m68k-hitachi-hiuxwe2");
+	  else puts ("unknown-hitachi-hiuxwe2");
+	  exit (0);
+	}
+EOF
+	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
+		{ echo "$SYSTEM_NAME"; exit; }
+	echo unknown-hitachi-hiuxwe2
+	exit ;;
+    9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
+	echo hppa1.1-hp-bsd
+	exit ;;
+    9000/8??:4.3bsd:*:*)
+	echo hppa1.0-hp-bsd
+	exit ;;
+    *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
+	echo hppa1.0-hp-mpeix
+	exit ;;
+    hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
+	echo hppa1.1-hp-osf
+	exit ;;
+    hp8??:OSF1:*:*)
+	echo hppa1.0-hp-osf
+	exit ;;
+    i*86:OSF1:*:*)
+	if [ -x /usr/sbin/sysversion ] ; then
+	    echo ${UNAME_MACHINE}-unknown-osf1mk
+	else
+	    echo ${UNAME_MACHINE}-unknown-osf1
+	fi
+	exit ;;
+    parisc*:Lites*:*:*)
+	echo hppa1.1-hp-lites
+	exit ;;
+    C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
+	echo c1-convex-bsd
+        exit ;;
+    C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
+	if getsysinfo -f scalar_acc
+	then echo c32-convex-bsd
+	else echo c2-convex-bsd
+	fi
+        exit ;;
+    C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
+	echo c34-convex-bsd
+        exit ;;
+    C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
+	echo c38-convex-bsd
+        exit ;;
+    C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
+	echo c4-convex-bsd
+        exit ;;
+    CRAY*Y-MP:*:*:*)
+	echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit ;;
+    CRAY*[A-Z]90:*:*:*)
+	echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
+	| sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
+	      -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
+	      -e 's/\.[^.]*$/.X/'
+	exit ;;
+    CRAY*TS:*:*:*)
+	echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit ;;
+    CRAY*T3E:*:*:*)
+	echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit ;;
+    CRAY*SV1:*:*:*)
+	echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit ;;
+    *:UNICOS/mp:*:*)
+	echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit ;;
+    F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
+	FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
+        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
+        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
+        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
+        exit ;;
+    5000:UNIX_System_V:4.*:*)
+        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
+        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
+        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
+	exit ;;
+    i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
+	echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
+	exit ;;
+    sparc*:BSD/OS:*:*)
+	echo sparc-unknown-bsdi${UNAME_RELEASE}
+	exit ;;
+    *:BSD/OS:*:*)
+	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
+	exit ;;
+    *:FreeBSD:*:*)
+	case ${UNAME_MACHINE} in
+	    pc98)
+		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+	    amd64)
+		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+	    *)
+		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+	esac
+	exit ;;
+    i*:CYGWIN*:*)
+	echo ${UNAME_MACHINE}-pc-cygwin
+	exit ;;
+    *:MINGW*:*)
+	echo ${UNAME_MACHINE}-pc-mingw32
+	exit ;;
+    i*:windows32*:*)
+    	# uname -m includes "-pc" on this system.
+    	echo ${UNAME_MACHINE}-mingw32
+	exit ;;
+    i*:PW*:*)
+	echo ${UNAME_MACHINE}-pc-pw32
+	exit ;;
+    *:Interix*:*)
+    	case ${UNAME_MACHINE} in
+	    x86)
+		echo i586-pc-interix${UNAME_RELEASE}
+		exit ;;
+	    authenticamd | genuineintel | EM64T)
+		echo x86_64-unknown-interix${UNAME_RELEASE}
+		exit ;;
+	    IA64)
+		echo ia64-unknown-interix${UNAME_RELEASE}
+		exit ;;
+	esac ;;
+    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
+	echo i${UNAME_MACHINE}-pc-mks
+	exit ;;
+    8664:Windows_NT:*)
+	echo x86_64-pc-mks
+	exit ;;
+    i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
+	# How do we know it's Interix rather than the generic POSIX subsystem?
+	# It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
+	# UNAME_MACHINE based on the output of uname instead of i386?
+	echo i586-pc-interix
+	exit ;;
+    i*:UWIN*:*)
+	echo ${UNAME_MACHINE}-pc-uwin
+	exit ;;
+    amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
+	echo x86_64-unknown-cygwin
+	exit ;;
+    p*:CYGWIN*:*)
+	echo powerpcle-unknown-cygwin
+	exit ;;
+    prep*:SunOS:5.*:*)
+	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit ;;
+    *:GNU:*:*)
+	# the GNU system
+	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
+	exit ;;
+    *:GNU/*:*:*)
+	# other systems with GNU libc and userland
+	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
+	exit ;;
+    i*86:Minix:*:*)
+	echo ${UNAME_MACHINE}-pc-minix
+	exit ;;
+    alpha:Linux:*:*)
+	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
+	  EV5)   UNAME_MACHINE=alphaev5 ;;
+	  EV56)  UNAME_MACHINE=alphaev56 ;;
+	  PCA56) UNAME_MACHINE=alphapca56 ;;
+	  PCA57) UNAME_MACHINE=alphapca56 ;;
+	  EV6)   UNAME_MACHINE=alphaev6 ;;
+	  EV67)  UNAME_MACHINE=alphaev67 ;;
+	  EV68*) UNAME_MACHINE=alphaev68 ;;
+        esac
+	objdump --private-headers /bin/sh | grep -q ld.so.1
+	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
+	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
+	exit ;;
+    arm*:Linux:*:*)
+	eval $set_cc_for_build
+	if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
+	    | grep -q __ARM_EABI__
+	then
+	    echo ${UNAME_MACHINE}-unknown-linux-gnu
+	else
+	    echo ${UNAME_MACHINE}-unknown-linux-gnueabi
+	fi
+	exit ;;
+    avr32*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    cris:Linux:*:*)
+	echo cris-axis-linux-gnu
+	exit ;;
+    crisv32:Linux:*:*)
+	echo crisv32-axis-linux-gnu
+	exit ;;
+    frv:Linux:*:*)
+    	echo frv-unknown-linux-gnu
+	exit ;;
+    i*86:Linux:*:*)
+	LIBC=gnu
+	eval $set_cc_for_build
+	sed 's/^	//' << EOF >$dummy.c
+	#ifdef __dietlibc__
+	LIBC=dietlibc
+	#endif
+EOF
+	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
+	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
+	exit ;;
+    ia64:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    m32r*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    m68*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    mips:Linux:*:* | mips64:Linux:*:*)
+	eval $set_cc_for_build
+	sed 's/^	//' << EOF >$dummy.c
+	#undef CPU
+	#undef ${UNAME_MACHINE}
+	#undef ${UNAME_MACHINE}el
+	#if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
+	CPU=${UNAME_MACHINE}el
+	#else
+	#if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
+	CPU=${UNAME_MACHINE}
+	#else
+	CPU=
+	#endif
+	#endif
+EOF
+	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
+	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
+	;;
+    or32:Linux:*:*)
+	echo or32-unknown-linux-gnu
+	exit ;;
+    padre:Linux:*:*)
+	echo sparc-unknown-linux-gnu
+	exit ;;
+    parisc64:Linux:*:* | hppa64:Linux:*:*)
+	echo hppa64-unknown-linux-gnu
+	exit ;;
+    parisc:Linux:*:* | hppa:Linux:*:*)
+	# Look for CPU level
+	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
+	  PA7*) echo hppa1.1-unknown-linux-gnu ;;
+	  PA8*) echo hppa2.0-unknown-linux-gnu ;;
+	  *)    echo hppa-unknown-linux-gnu ;;
+	esac
+	exit ;;
+    ppc64:Linux:*:*)
+	echo powerpc64-unknown-linux-gnu
+	exit ;;
+    ppc:Linux:*:*)
+	echo powerpc-unknown-linux-gnu
+	exit ;;
+    s390:Linux:*:* | s390x:Linux:*:*)
+	echo ${UNAME_MACHINE}-ibm-linux
+	exit ;;
+    sh64*:Linux:*:*)
+    	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    sh*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    sparc:Linux:*:* | sparc64:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    vax:Linux:*:*)
+	echo ${UNAME_MACHINE}-dec-linux-gnu
+	exit ;;
+    x86_64:Linux:*:*)
+	echo x86_64-unknown-linux-gnu
+	exit ;;
+    xtensa*:Linux:*:*)
+    	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    i*86:DYNIX/ptx:4*:*)
+	# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
+	# earlier versions are messed up and put the nodename in both
+	# sysname and nodename.
+	echo i386-sequent-sysv4
+	exit ;;
+    i*86:UNIX_SV:4.2MP:2.*)
+        # Unixware is an offshoot of SVR4, but it has its own version
+        # number series starting with 2...
+        # I am not positive that other SVR4 systems won't match this,
+	# I just have to hope.  -- rms.
+        # Use sysv4.2uw... so that sysv4* matches it.
+	echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
+	exit ;;
+    i*86:OS/2:*:*)
+	# If we were able to find `uname', then EMX Unix compatibility
+	# is probably installed.
+	echo ${UNAME_MACHINE}-pc-os2-emx
+	exit ;;
+    i*86:XTS-300:*:STOP)
+	echo ${UNAME_MACHINE}-unknown-stop
+	exit ;;
+    i*86:atheos:*:*)
+	echo ${UNAME_MACHINE}-unknown-atheos
+	exit ;;
+    i*86:syllable:*:*)
+	echo ${UNAME_MACHINE}-pc-syllable
+	exit ;;
+    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
+	echo i386-unknown-lynxos${UNAME_RELEASE}
+	exit ;;
+    i*86:*DOS:*:*)
+	echo ${UNAME_MACHINE}-pc-msdosdjgpp
+	exit ;;
+    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
+	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
+	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
+		echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
+	else
+		echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
+	fi
+	exit ;;
+    i*86:*:5:[678]*)
+    	# UnixWare 7.x, OpenUNIX and OpenServer 6.
+	case `/bin/uname -X | grep "^Machine"` in
+	    *486*)	     UNAME_MACHINE=i486 ;;
+	    *Pentium)	     UNAME_MACHINE=i586 ;;
+	    *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
+	esac
+	echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
+	exit ;;
+    i*86:*:3.2:*)
+	if test -f /usr/options/cb.name; then
+		UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
+		echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
+	elif /bin/uname -X 2>/dev/null >/dev/null ; then
+		UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
+		(/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
+		(/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
+			&& UNAME_MACHINE=i586
+		(/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
+			&& UNAME_MACHINE=i686
+		(/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
+			&& UNAME_MACHINE=i686
+		echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
+	else
+		echo ${UNAME_MACHINE}-pc-sysv32
+	fi
+	exit ;;
+    pc:*:*:*)
+	# Left here for compatibility:
+        # uname -m prints for DJGPP always 'pc', but it prints nothing about
+        # the processor, so we play safe by assuming i586.
+	# Note: whatever this is, it MUST be the same as what config.sub
+	# prints for the "djgpp" host, or else GDB configury will decide that
+	# this is a cross-build.
+	echo i586-pc-msdosdjgpp
+        exit ;;
+    Intel:Mach:3*:*)
+	echo i386-pc-mach3
+	exit ;;
+    paragon:*:*:*)
+	echo i860-intel-osf1
+	exit ;;
+    i860:*:4.*:*) # i860-SVR4
+	if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
+	  echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
+	else # Add other i860-SVR4 vendors below as they are discovered.
+	  echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
+	fi
+	exit ;;
+    mini*:CTIX:SYS*5:*)
+	# "miniframe"
+	echo m68010-convergent-sysv
+	exit ;;
+    mc68k:UNIX:SYSTEM5:3.51m)
+	echo m68k-convergent-sysv
+	exit ;;
+    M680?0:D-NIX:5.3:*)
+	echo m68k-diab-dnix
+	exit ;;
+    M68*:*:R3V[5678]*:*)
+	test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
+    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
+	OS_REL=''
+	test -r /etc/.relid \
+	&& OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
+	/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
+	  && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
+	/bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
+	  && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
+    3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
+        /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
+          && { echo i486-ncr-sysv4; exit; } ;;
+    NCR*:*:4.2:* | MPRAS*:*:4.2:*)
+	OS_REL='.3'
+	test -r /etc/.relid \
+	    && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
+	/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
+	    && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
+	/bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
+	    && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
+	/bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
+	    && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
+    m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
+	echo m68k-unknown-lynxos${UNAME_RELEASE}
+	exit ;;
+    mc68030:UNIX_System_V:4.*:*)
+	echo m68k-atari-sysv4
+	exit ;;
+    TSUNAMI:LynxOS:2.*:*)
+	echo sparc-unknown-lynxos${UNAME_RELEASE}
+	exit ;;
+    rs6000:LynxOS:2.*:*)
+	echo rs6000-unknown-lynxos${UNAME_RELEASE}
+	exit ;;
+    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*)
+	echo powerpc-unknown-lynxos${UNAME_RELEASE}
+	exit ;;
+    SM[BE]S:UNIX_SV:*:*)
+	echo mips-dde-sysv${UNAME_RELEASE}
+	exit ;;
+    RM*:ReliantUNIX-*:*:*)
+	echo mips-sni-sysv4
+	exit ;;
+    RM*:SINIX-*:*:*)
+	echo mips-sni-sysv4
+	exit ;;
+    *:SINIX-*:*:*)
+	if uname -p 2>/dev/null >/dev/null ; then
+		UNAME_MACHINE=`(uname -p) 2>/dev/null`
+		echo ${UNAME_MACHINE}-sni-sysv4
+	else
+		echo ns32k-sni-sysv
+	fi
+	exit ;;
+    PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
+                      # says <Richard.M.Bartel@ccMail.Census.GOV>
+        echo i586-unisys-sysv4
+        exit ;;
+    *:UNIX_System_V:4*:FTX*)
+	# From Gerald Hewes <hewes@openmarket.com>.
+	# How about differentiating between stratus architectures? -djm
+	echo hppa1.1-stratus-sysv4
+	exit ;;
+    *:*:*:FTX*)
+	# From seanf@swdc.stratus.com.
+	echo i860-stratus-sysv4
+	exit ;;
+    i*86:VOS:*:*)
+	# From Paul.Green@stratus.com.
+	echo ${UNAME_MACHINE}-stratus-vos
+	exit ;;
+    *:VOS:*:*)
+	# From Paul.Green@stratus.com.
+	echo hppa1.1-stratus-vos
+	exit ;;
+    mc68*:A/UX:*:*)
+	echo m68k-apple-aux${UNAME_RELEASE}
+	exit ;;
+    news*:NEWS-OS:6*:*)
+	echo mips-sony-newsos6
+	exit ;;
+    R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
+	if [ -d /usr/nec ]; then
+	        echo mips-nec-sysv${UNAME_RELEASE}
+	else
+	        echo mips-unknown-sysv${UNAME_RELEASE}
+	fi
+        exit ;;
+    BeBox:BeOS:*:*)	# BeOS running on hardware made by Be, PPC only.
+	echo powerpc-be-beos
+	exit ;;
+    BeMac:BeOS:*:*)	# BeOS running on Mac or Mac clone, PPC only.
+	echo powerpc-apple-beos
+	exit ;;
+    BePC:BeOS:*:*)	# BeOS running on Intel PC compatible.
+	echo i586-pc-beos
+	exit ;;
+    BePC:Haiku:*:*)	# Haiku running on Intel PC compatible.
+	echo i586-pc-haiku
+	exit ;;
+    SX-4:SUPER-UX:*:*)
+	echo sx4-nec-superux${UNAME_RELEASE}
+	exit ;;
+    SX-5:SUPER-UX:*:*)
+	echo sx5-nec-superux${UNAME_RELEASE}
+	exit ;;
+    SX-6:SUPER-UX:*:*)
+	echo sx6-nec-superux${UNAME_RELEASE}
+	exit ;;
+    SX-7:SUPER-UX:*:*)
+	echo sx7-nec-superux${UNAME_RELEASE}
+	exit ;;
+    SX-8:SUPER-UX:*:*)
+	echo sx8-nec-superux${UNAME_RELEASE}
+	exit ;;
+    SX-8R:SUPER-UX:*:*)
+	echo sx8r-nec-superux${UNAME_RELEASE}
+	exit ;;
+    Power*:Rhapsody:*:*)
+	echo powerpc-apple-rhapsody${UNAME_RELEASE}
+	exit ;;
+    *:Rhapsody:*:*)
+	echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
+	exit ;;
+    *:Darwin:*:*)
+	UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
+	case $UNAME_PROCESSOR in
+	    i386)
+		eval $set_cc_for_build
+		if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
+		  if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
+		      (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
+		      grep IS_64BIT_ARCH >/dev/null
+		  then
+		      UNAME_PROCESSOR="x86_64"
+		  fi
+		fi ;;
+	    unknown) UNAME_PROCESSOR=powerpc ;;
+	esac
+	echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
+	exit ;;
+    *:procnto*:*:* | *:QNX:[0123456789]*:*)
+	UNAME_PROCESSOR=`uname -p`
+	if test "$UNAME_PROCESSOR" = "x86"; then
+		UNAME_PROCESSOR=i386
+		UNAME_MACHINE=pc
+	fi
+	echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
+	exit ;;
+    *:QNX:*:4*)
+	echo i386-pc-qnx
+	exit ;;
+    NSE-?:NONSTOP_KERNEL:*:*)
+	echo nse-tandem-nsk${UNAME_RELEASE}
+	exit ;;
+    NSR-?:NONSTOP_KERNEL:*:*)
+	echo nsr-tandem-nsk${UNAME_RELEASE}
+	exit ;;
+    *:NonStop-UX:*:*)
+	echo mips-compaq-nonstopux
+	exit ;;
+    BS2000:POSIX*:*:*)
+	echo bs2000-siemens-sysv
+	exit ;;
+    DS/*:UNIX_System_V:*:*)
+	echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
+	exit ;;
+    *:Plan9:*:*)
+	# "uname -m" is not consistent, so use $cputype instead. 386
+	# is converted to i386 for consistency with other x86
+	# operating systems.
+	if test "$cputype" = "386"; then
+	    UNAME_MACHINE=i386
+	else
+	    UNAME_MACHINE="$cputype"
+	fi
+	echo ${UNAME_MACHINE}-unknown-plan9
+	exit ;;
+    *:TOPS-10:*:*)
+	echo pdp10-unknown-tops10
+	exit ;;
+    *:TENEX:*:*)
+	echo pdp10-unknown-tenex
+	exit ;;
+    KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
+	echo pdp10-dec-tops20
+	exit ;;
+    XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
+	echo pdp10-xkl-tops20
+	exit ;;
+    *:TOPS-20:*:*)
+	echo pdp10-unknown-tops20
+	exit ;;
+    *:ITS:*:*)
+	echo pdp10-unknown-its
+	exit ;;
+    SEI:*:*:SEIUX)
+        echo mips-sei-seiux${UNAME_RELEASE}
+	exit ;;
+    *:DragonFly:*:*)
+	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
+	exit ;;
+    *:*VMS:*:*)
+    	UNAME_MACHINE=`(uname -p) 2>/dev/null`
+	case "${UNAME_MACHINE}" in
+	    A*) echo alpha-dec-vms ; exit ;;
+	    I*) echo ia64-dec-vms ; exit ;;
+	    V*) echo vax-dec-vms ; exit ;;
+	esac ;;
+    *:XENIX:*:SysV)
+	echo i386-pc-xenix
+	exit ;;
+    i*86:skyos:*:*)
+	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
+	exit ;;
+    i*86:rdos:*:*)
+	echo ${UNAME_MACHINE}-pc-rdos
+	exit ;;
+    i*86:AROS:*:*)
+	echo ${UNAME_MACHINE}-pc-aros
+	exit ;;
+esac
+
+#echo '(No uname command or uname output not recognized.)' 1>&2
+#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
+
+eval $set_cc_for_build
+cat >$dummy.c <<EOF
+#ifdef _SEQUENT_
+# include <sys/types.h>
+# include <sys/utsname.h>
+#endif
+main ()
+{
+#if defined (sony)
+#if defined (MIPSEB)
+  /* BFD wants "bsd" instead of "newsos".  Perhaps BFD should be changed,
+     I don't know....  */
+  printf ("mips-sony-bsd\n"); exit (0);
+#else
+#include <sys/param.h>
+  printf ("m68k-sony-newsos%s\n",
+#ifdef NEWSOS4
+          "4"
+#else
+	  ""
+#endif
+         ); exit (0);
+#endif
+#endif
+
+#if defined (__arm) && defined (__acorn) && defined (__unix)
+  printf ("arm-acorn-riscix\n"); exit (0);
+#endif
+
+#if defined (hp300) && !defined (hpux)
+  printf ("m68k-hp-bsd\n"); exit (0);
+#endif
+
+#if defined (NeXT)
+#if !defined (__ARCHITECTURE__)
+#define __ARCHITECTURE__ "m68k"
+#endif
+  int version;
+  version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
+  if (version < 4)
+    printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
+  else
+    printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
+  exit (0);
+#endif
+
+#if defined (MULTIMAX) || defined (n16)
+#if defined (UMAXV)
+  printf ("ns32k-encore-sysv\n"); exit (0);
+#else
+#if defined (CMU)
+  printf ("ns32k-encore-mach\n"); exit (0);
+#else
+  printf ("ns32k-encore-bsd\n"); exit (0);
+#endif
+#endif
+#endif
+
+#if defined (__386BSD__)
+  printf ("i386-pc-bsd\n"); exit (0);
+#endif
+
+#if defined (sequent)
+#if defined (i386)
+  printf ("i386-sequent-dynix\n"); exit (0);
+#endif
+#if defined (ns32000)
+  printf ("ns32k-sequent-dynix\n"); exit (0);
+#endif
+#endif
+
+#if defined (_SEQUENT_)
+    struct utsname un;
+
+    uname(&un);
+
+    if (strncmp(un.version, "V2", 2) == 0) {
+	printf ("i386-sequent-ptx2\n"); exit (0);
+    }
+    if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
+	printf ("i386-sequent-ptx1\n"); exit (0);
+    }
+    printf ("i386-sequent-ptx\n"); exit (0);
+
+#endif
+
+#if defined (vax)
+# if !defined (ultrix)
+#  include <sys/param.h>
+#  if defined (BSD)
+#   if BSD == 43
+      printf ("vax-dec-bsd4.3\n"); exit (0);
+#   else
+#    if BSD == 199006
+      printf ("vax-dec-bsd4.3reno\n"); exit (0);
+#    else
+      printf ("vax-dec-bsd\n"); exit (0);
+#    endif
+#   endif
+#  else
+    printf ("vax-dec-bsd\n"); exit (0);
+#  endif
+# else
+    printf ("vax-dec-ultrix\n"); exit (0);
+# endif
+#endif
+
+#if defined (alliant) && defined (i860)
+  printf ("i860-alliant-bsd\n"); exit (0);
+#endif
+
+  exit (1);
+}
+EOF
+
+$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
+	{ echo "$SYSTEM_NAME"; exit; }
+
+# Apollos put the system type in the environment.
+
+test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
+
+# Convex versions that predate uname can use getsysinfo(1)
+
+if [ -x /usr/convex/getsysinfo ]
+then
+    case `getsysinfo -f cpu_type` in
+    c1*)
+	echo c1-convex-bsd
+	exit ;;
+    c2*)
+	if getsysinfo -f scalar_acc
+	then echo c32-convex-bsd
+	else echo c2-convex-bsd
+	fi
+	exit ;;
+    c34*)
+	echo c34-convex-bsd
+	exit ;;
+    c38*)
+	echo c38-convex-bsd
+	exit ;;
+    c4*)
+	echo c4-convex-bsd
+	exit ;;
+    esac
+fi
+
+cat >&2 <<EOF
+$0: unable to guess system type
+
+This script, last modified $timestamp, has failed to recognize
+the operating system you are using. It is advised that you
+download the most up to date version of the config scripts from
+
+  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
+and
+  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
+
+If the version you run ($0) is already up to date, please
+send the following data and any information you think might be
+pertinent to <config-patches@gnu.org> in order to provide the needed
+information to handle your system.
+
+config.guess timestamp = $timestamp
+
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null`
+
+hostinfo               = `(hostinfo) 2>/dev/null`
+/bin/universe          = `(/bin/universe) 2>/dev/null`
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null`
+/bin/arch              = `(/bin/arch) 2>/dev/null`
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
+
+UNAME_MACHINE = ${UNAME_MACHINE}
+UNAME_RELEASE = ${UNAME_RELEASE}
+UNAME_SYSTEM  = ${UNAME_SYSTEM}
+UNAME_VERSION = ${UNAME_VERSION}
+EOF
+
+exit 1
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "timestamp='"
+# time-stamp-format: "%:y-%02m-%02d"
+# time-stamp-end: "'"
+# End:
blob - /dev/null
blob + 5535388cf2c59a5a9fc94f109dba18677b715900 (mode 644)
--- /dev/null
+++ src/c-ares/config.log
@@ -0,0 +1,28350 @@
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by c-ares configure 1.7.4, which was
+generated by GNU Autoconf 2.67.  Invocation command line was
+
+  $ ./configure --disable-shared --enable-static
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = shell2.eushells.com
+uname -m = i686
+uname -r = 2.6.32-bpo.5-686
+uname -s = Linux
+uname -v = #1 SMP Tue Jan 18 23:27:36 UTC 2011
+
+/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: /usr/local/bin
+PATH: /usr/bin
+PATH: /bin
+PATH: /usr/games
+PATH: /home/avatar/bin.linux2
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:2644: checking whether to enable maintainer-specific portions of Makefiles
+configure:2653: result: no
+configure:2670: checking whether to enable debug build options
+configure:2689: result: no
+configure:2693: checking whether to enable compiler optimizer
+configure:2714: result: not specified (assuming yes)
+configure:2726: checking whether to enable strict compiler warnings
+configure:2745: result: no
+configure:2749: checking whether to enable compiler warnings as errors
+configure:2768: result: no
+configure:2772: checking whether to enable curl debug memory tracking
+configure:2791: result: no
+configure:2795: checking whether to enable hiding of library internal symbols
+configure:2811: result: yes
+configure:2827: checking for sed
+configure:2846: found /bin/sed
+configure:2859: result: /bin/sed
+configure:2874: checking for grep
+configure:2893: found /bin/grep
+configure:2906: result: /bin/grep
+configure:2920: checking for egrep
+configure:2923: result: /bin/grep -E
+configure:3021: checking for ar
+configure:3040: found /usr/bin/ar
+configure:3052: result: /usr/bin/ar
+configure:3128: checking for a BSD-compatible install
+configure:3196: result: /usr/bin/install -c
+configure:3207: checking whether build environment is sane
+configure:3244: result: yes
+configure:3306: checking for gawk
+configure:3336: result: no
+configure:3306: checking for mawk
+configure:3322: found /usr/bin/mawk
+configure:3333: result: mawk
+configure:3344: checking whether make sets $(MAKE)
+configure:3366: result: yes
+configure:3544: checking c-ares version
+configure:3546: result: 1.7.4
+configure:3554: checking build system type
+configure:3568: result: i686-pc-linux-gnu
+configure:3588: checking host system type
+configure:3601: result: i686-pc-linux-gnu
+configure:3639: checking for style of include used by make
+configure:3667: result: GNU
+configure:3743: checking for gcc
+configure:3759: found /usr/bin/gcc
+configure:3770: result: gcc
+configure:3999: checking for C compiler version
+configure:4008: gcc --version >&5
+gcc (Debian 4.4.5-8) 4.4.5
+Copyright (C) 2010 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:4019: $? = 0
+configure:4008: gcc -v >&5
+Using built-in specs.
+Target: i486-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
+Thread model: posix
+gcc version 4.4.5 (Debian 4.4.5-8) 
+configure:4019: $? = 0
+configure:4008: gcc -V >&5
+gcc: '-V' option must have argument
+configure:4019: $? = 1
+configure:4008: gcc -qversion >&5
+gcc: unrecognized option '-qversion'
+gcc: no input files
+configure:4019: $? = 1
+configure:4038: checking whether the C compiler works
+configure:4060: gcc    conftest.c  >&5
+configure:4064: $? = 0
+configure:4112: result: yes
+configure:4115: checking for C compiler default output file name
+configure:4117: result: a.out
+configure:4123: checking for suffix of executables
+configure:4130: gcc -o conftest    conftest.c  >&5
+configure:4134: $? = 0
+configure:4156: result: 
+configure:4177: checking whether we are cross compiling
+configure:4185: gcc -o conftest    conftest.c  >&5
+configure:4189: $? = 0
+configure:4196: ./conftest
+configure:4200: $? = 0
+configure:4215: result: no
+configure:4220: checking for suffix of object files
+configure:4241: gcc -c   conftest.c >&5
+configure:4245: $? = 0
+configure:4266: result: o
+configure:4270: checking whether we are using the GNU C compiler
+configure:4288: gcc -c   conftest.c >&5
+configure:4288: $? = 0
+configure:4297: result: yes
+configure:4306: checking whether gcc accepts -g
+configure:4325: gcc -c -g  conftest.c >&5
+configure:4325: $? = 0
+configure:4364: result: yes
+configure:4381: checking for gcc option to accept ISO C89
+configure:4444: gcc  -c -g -O2  conftest.c >&5
+configure:4444: $? = 0
+configure:4457: result: none needed
+configure:4479: checking dependency style of gcc
+configure:4569: result: gcc3
+configure:4590: checking whether gcc and cc understand -c and -o together
+configure:4620: gcc -c conftest.c -o conftest2.o >&5
+configure:4624: $? = 0
+configure:4630: gcc -c conftest.c -o conftest2.o >&5
+configure:4634: $? = 0
+configure:4645: cc -c conftest.c >&5
+configure:4649: $? = 0
+configure:4657: cc -c conftest.c -o conftest2.o >&5
+configure:4661: $? = 0
+configure:4667: cc -c conftest.c -o conftest2.o >&5
+configure:4671: $? = 0
+configure:4689: result: yes
+configure:4720: checking how to run the C preprocessor
+configure:4751: gcc -E  conftest.c
+configure:4751: $? = 0
+configure:4765: gcc -E  conftest.c
+conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
+configure:4765: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:4790: result: gcc -E
+configure:4810: gcc -E  conftest.c
+configure:4810: $? = 0
+configure:4824: gcc -E  conftest.c
+conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
+configure:4824: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:4853: checking for grep that handles long lines and -e
+configure:4911: result: /bin/grep
+configure:4916: checking for egrep
+configure:4978: result: /bin/grep -E
+configure:4985: checking if OS is AIX (to define _ALL_SOURCE)
+configure:5005: result: no
+configure:5015: checking if _THREAD_SAFE is already defined
+configure:5036: gcc -c   conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:21: error: 'force' undeclared (first use in this function)
+conftest.c:21: error: (Each undeclared identifier is reported only once
+conftest.c:21: error: for each function it appears in.)
+conftest.c:21: error: expected ';' before 'compilation'
+configure:5036: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| /* end confdefs.h.  */
+| 
+| 
+| 
+| int main (void)
+| {
+| 
+| #ifdef _THREAD_SAFE
+|       int dummy=1;
+| #else
+|       force compilation error
+| #endif
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:5044: result: no
+configure:5052: checking if _THREAD_SAFE is actually needed
+configure:5071: result: no
+configure:5076: checking if _THREAD_SAFE is onwards defined
+configure:5093: result: no
+configure:5100: checking if _REENTRANT is already defined
+configure:5121: gcc -c   conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:21: error: 'force' undeclared (first use in this function)
+conftest.c:21: error: (Each undeclared identifier is reported only once
+conftest.c:21: error: for each function it appears in.)
+conftest.c:21: error: expected ';' before 'compilation'
+configure:5121: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| /* end confdefs.h.  */
+| 
+| 
+| 
+| int main (void)
+| {
+| 
+| #ifdef _REENTRANT
+|       int dummy=1;
+| #else
+|       force compilation error
+| #endif
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:5129: result: no
+configure:5137: checking if _REENTRANT is actually needed
+configure:5168: gcc -c   conftest.c >&5
+configure:5168: $? = 0
+configure:5199: gcc -c   conftest.c >&5
+configure:5199: $? = 0
+configure:5270: gcc -o conftest    conftest.c  >&5
+configure:5270: $? = 0
+configure:5349: gcc -o conftest    conftest.c  >&5
+configure:5349: $? = 0
+configure:5428: gcc -o conftest    conftest.c  >&5
+configure:5428: $? = 0
+configure:5507: gcc -o conftest    conftest.c  >&5
+configure:5507: $? = 0
+configure:5586: gcc -o conftest    conftest.c  >&5
+/tmp/ccjNi5me.o: In function `main':
+conftest.c:(.text+0x7): undefined reference to `inet_ntoa_r'
+collect2: ld returned 1 exit status
+configure:5586: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| /* end confdefs.h.  */
+| 
+| 
+| #define inet_ntoa_r innocuous_inet_ntoa_r
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| #undef inet_ntoa_r
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char inet_ntoa_r ();
+| #if defined __stub_inet_ntoa_r || defined __stub___inet_ntoa_r
+| choke me
+| #endif
+| 
+| int main (void)
+| {
+| return inet_ntoa_r ();
+|  ;
+|  return 0;
+| }
+| 
+configure:5669: gcc -o conftest    conftest.c  >&5
+configure:5669: $? = 0
+configure:5748: gcc -o conftest    conftest.c  >&5
+configure:5748: $? = 0
+configure:5827: gcc -o conftest    conftest.c  >&5
+configure:5827: $? = 0
+configure:5906: gcc -o conftest    conftest.c  >&5
+configure:5906: $? = 0
+configure:5962: result: no
+configure:5967: checking if _REENTRANT is onwards defined
+configure:5984: result: no
+configure:5997: checking for special C compiler options needed for large files
+configure:6041: result: no
+configure:6047: checking for _FILE_OFFSET_BITS value needed for large files
+configure:6071: gcc -c   conftest.c >&5
+conftest.c:18: warning: left shift count >= width of type
+conftest.c:18: warning: left shift count >= width of type
+conftest.c:20: error: size of array 'off_t_is_large' is negative
+configure:6071: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| /* end confdefs.h.  */
+| #include <sys/types.h>
+|  /* 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 (void)
+| {
+| 
+|  ;
+|  return 0;
+| }
+configure:6094: gcc -c   conftest.c >&5
+configure:6094: $? = 0
+configure:6102: result: 64
+configure:6496: checking if arch-OS host is AMD64-Linux/FreeBSD (to build static libraries with PIC)
+configure:6505: result: no
+configure:6510: checking if compiler is icc (to build with PIC)
+configure:6519: result: no
+configure:6549: checking for a sed that does not truncate output
+configure:6613: result: /bin/sed
+configure:6631: checking for fgrep
+configure:6693: result: /bin/grep -F
+configure:6728: checking for ld used by gcc
+configure:6795: result: /usr/bin/ld
+configure:6802: checking if the linker (/usr/bin/ld) is GNU ld
+configure:6817: result: yes
+configure:6829: checking for BSD- or MS-compatible name lister (nm)
+configure:6878: result: /usr/bin/nm -B
+configure:6996: checking the name lister (/usr/bin/nm -B) interface
+configure:7003: gcc -c   conftest.c >&5
+configure:7006: /usr/bin/nm -B "conftest.o"
+configure:7009: output
+00000000 B some_variable
+configure:7016: result: BSD nm
+configure:7019: checking whether ln -s works
+configure:7023: result: yes
+configure:7031: checking the maximum length of command line arguments
+configure:7151: result: 805306365
+configure:7168: checking whether the shell understands some XSI constructs
+configure:7178: result: yes
+configure:7182: checking whether the shell understands "+="
+configure:7188: result: yes
+configure:7223: checking for /usr/bin/ld option to reload object files
+configure:7230: result: -r
+configure:7299: checking for objdump
+configure:7326: result: objdump
+configure:7355: checking how to recognize dependent libraries
+configure:7551: result: pass_all
+configure:7611: checking for ar
+configure:7638: result: /usr/bin/ar
+configure:7716: checking for strip
+configure:7732: found /usr/bin/strip
+configure:7743: result: strip
+configure:7815: checking for ranlib
+configure:7831: found /usr/bin/ranlib
+configure:7842: result: ranlib
+configure:7932: checking command to parse /usr/bin/nm -B output from gcc object
+configure:8050: gcc -c   conftest.c >&5
+configure:8053: $? = 0
+configure:8057: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
+configure:8060: $? = 0
+configure:8114: gcc -o conftest    conftest.c conftstm.o >&5
+configure:8117: $? = 0
+configure:8155: result: ok
+configure:8956: checking for ANSI C header files
+configure:8975: gcc -c   conftest.c >&5
+configure:8975: $? = 0
+configure:9048: gcc -o conftest    conftest.c  >&5
+configure:9048: $? = 0
+configure:9048: ./conftest
+configure:9048: $? = 0
+configure:9059: result: yes
+configure:9072: checking for sys/types.h
+configure:9072: gcc -c   conftest.c >&5
+configure:9072: $? = 0
+configure:9072: result: yes
+configure:9072: checking for sys/stat.h
+configure:9072: gcc -c   conftest.c >&5
+configure:9072: $? = 0
+configure:9072: result: yes
+configure:9072: checking for stdlib.h
+configure:9072: gcc -c   conftest.c >&5
+configure:9072: $? = 0
+configure:9072: result: yes
+configure:9072: checking for string.h
+configure:9072: gcc -c   conftest.c >&5
+configure:9072: $? = 0
+configure:9072: result: yes
+configure:9072: checking for memory.h
+configure:9072: gcc -c   conftest.c >&5
+configure:9072: $? = 0
+configure:9072: result: yes
+configure:9072: checking for strings.h
+configure:9072: gcc -c   conftest.c >&5
+configure:9072: $? = 0
+configure:9072: result: yes
+configure:9072: checking for inttypes.h
+configure:9072: gcc -c   conftest.c >&5
+configure:9072: $? = 0
+configure:9072: result: yes
+configure:9072: checking for stdint.h
+configure:9072: gcc -c   conftest.c >&5
+configure:9072: $? = 0
+configure:9072: result: yes
+configure:9072: checking for unistd.h
+configure:9072: gcc -c   conftest.c >&5
+configure:9072: $? = 0
+configure:9072: result: yes
+configure:9086: checking for dlfcn.h
+configure:9086: gcc -c   conftest.c >&5
+configure:9086: $? = 0
+configure:9086: result: yes
+configure:9268: checking for objdir
+configure:9283: result: .libs
+configure:9579: checking if gcc supports -fno-rtti -fno-exceptions
+configure:9597: gcc -c   -fno-rtti -fno-exceptions conftest.c >&5
+cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
+configure:9601: $? = 0
+configure:9614: result: no
+configure:9634: checking for gcc option to produce PIC
+configure:9906: result: -fPIC -DPIC
+configure:9918: checking if gcc PIC flag -fPIC -DPIC works
+configure:9936: gcc -c   -fPIC -DPIC -DPIC conftest.c >&5
+configure:9940: $? = 0
+configure:9953: result: yes
+configure:9977: checking if gcc static flag -static works
+configure:10005: result: yes
+configure:10020: checking if gcc supports -c -o file.o
+configure:10041: gcc -c   -o out/conftest2.o conftest.c >&5
+configure:10045: $? = 0
+configure:10067: result: yes
+configure:10075: checking if gcc supports -c -o file.o
+configure:10122: result: yes
+configure:10155: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
+configure:11144: result: yes
+configure:11383: checking dynamic linker characteristics
+configure:11815: gcc -o conftest    -Wl,-rpath -Wl,/foo conftest.c  >&5
+configure:11815: $? = 0
+configure:12045: result: GNU/Linux ld.so
+configure:12147: checking how to hardcode library paths into programs
+configure:12172: result: immediate
+configure:12677: checking whether stripping libraries is possible
+configure:12682: result: yes
+configure:12717: checking if libtool supports shared libraries
+configure:12719: result: yes
+configure:12722: checking whether to build shared libraries
+configure:12743: result: no
+configure:12746: checking whether to build static libraries
+configure:12750: result: yes
+configure:12786: checking if we need CARES_BUILDING_LIBRARY
+configure:12810: result: no
+configure:12829: checking if compiler is DEC/Compaq/HP C
+configure:12850: gcc -E  conftest.c
+configure:12850: $? = 0
+configure:12890: gcc -E  conftest.c
+configure:12890: $? = 0
+configure:12923: result: no
+configure:12928: checking if compiler is HP-UX C
+configure:12949: gcc -E  conftest.c
+configure:12949: $? = 0
+configure:12981: result: no
+configure:12986: checking if compiler is IBM C
+configure:13007: gcc -E  conftest.c
+configure:13007: $? = 0
+configure:13046: result: no
+configure:13051: checking if compiler is Intel C
+configure:13072: gcc -E  conftest.c
+configure:13072: $? = 0
+configure:13162: result: no
+configure:13167: checking if compiler is clang
+configure:13188: gcc -E  conftest.c
+configure:13188: $? = 0
+configure:13231: result: no
+configure:13236: checking if compiler is GNU C
+configure:13257: gcc -E  conftest.c
+configure:13257: $? = 0
+configure:13280: result: yes
+configure:13306: checking if compiler is LCC
+configure:13327: gcc -E  conftest.c
+configure:13327: $? = 0
+configure:13359: result: no
+configure:13364: checking if compiler is SGI MIPSpro C
+configure:13385: gcc -E  conftest.c
+configure:13385: $? = 0
+configure:13425: gcc -E  conftest.c
+configure:13425: $? = 0
+configure:13465: gcc -E  conftest.c
+configure:13465: $? = 0
+configure:13499: result: no
+configure:13504: checking if compiler is SGI MIPS C
+configure:13525: gcc -E  conftest.c
+configure:13525: $? = 0
+configure:13565: gcc -E  conftest.c
+configure:13565: $? = 0
+configure:13599: result: no
+configure:13604: checking if compiler is SunPro C
+configure:13625: gcc -E  conftest.c
+configure:13625: $? = 0
+configure:13657: result: no
+configure:13662: checking if compiler is Tiny C
+configure:13683: gcc -E  conftest.c
+configure:13683: $? = 0
+configure:13715: result: no
+configure:13720: checking if compiler is Watcom C
+configure:13741: gcc -E  conftest.c
+configure:13741: $? = 0
+configure:13823: result: no
+configure:14174: checking if compiler accepts debug disabling options
+configure:14201: gcc -c -g0  conftest.c >&5
+configure:14201: $? = 0
+configure:14231: gcc -o conftest -g0   conftest.c  >&5
+configure:14231: $? = 0
+configure:14273: gcc -o conftest -g0   conftest.c  >&5
+configure:14273: $? = 0
+configure:14273: ./conftest
+configure:14273: $? = 0
+configure:14292: result: yes
+configure:14294: compiler options added: -g0
+configure:14326: checking if compiler optimizer assumed setting might be used
+configure:14364: result: yes
+configure:14410: checking if compiler accepts optimizer enabling options
+configure:14441: gcc -c -g0 -O2  conftest.c >&5
+configure:14441: $? = 0
+configure:14471: gcc -o conftest -g0 -O2   conftest.c  >&5
+configure:14471: $? = 0
+configure:14513: gcc -o conftest -g0 -O2   conftest.c  >&5
+configure:14513: $? = 0
+configure:14513: ./conftest
+configure:14513: $? = 0
+configure:14532: result: yes
+configure:14534: compiler options added: -O2
+configure:14772: checking if compiler accepts strict warning options
+configure:14796: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:14796: $? = 0
+configure:14826: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c  >&5
+configure:14826: $? = 0
+configure:14868: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c  >&5
+configure:14868: $? = 0
+configure:14868: ./conftest
+configure:14868: $? = 0
+configure:14887: result: yes
+configure:14889: compiler options added: -Wno-system-headers 
+configure:14919: checking if compiler halts on compilation errors
+configure:14936: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:31: error: 'force' undeclared (first use in this function)
+conftest.c:31: error: (Each undeclared identifier is reported only once
+conftest.c:31: error: for each function it appears in.)
+conftest.c:31: error: expected ';' before 'compilation'
+configure:14936: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| /* end confdefs.h.  */
+| 
+| 
+| 
+| int main (void)
+| {
+| 
+|       force compilation error
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:14944: result: yes
+configure:14951: checking if compiler halts on negative sized arrays
+configure:14969: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:27: error: size of array 'bad_t' is negative
+configure:14969: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| /* end confdefs.h.  */
+| 
+| 
+|       typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ];
+| 
+| int main (void)
+| {
+| 
+|       bad_t dummy;
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:14977: result: yes
+configure:14984: checking if compiler supports hiding library internal symbols
+configure:15078: gcc -c -g0 -O2 -Wno-system-headers -fvisibility=hidden  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:40: warning: passing argument 1 of 'dummy' from incompatible pointer type
+conftest.c:28: note: expected 'char *' but argument is of type 'char (*)[16]'
+configure:15078: $? = 0
+configure:15095: result: yes
+configure:15106: checking if shared libraries need -no-undefined
+configure:15119: result: no
+configure:15237: checking for windows.h
+configure:15267: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:31:21: error: windows.h: No such file or directory
+conftest.c: In function 'main':
+conftest.c:39: error: 'WINVER' undeclared (first use in this function)
+conftest.c:39: error: (Each undeclared identifier is reported only once
+conftest.c:39: error: for each function it appears in.)
+configure:15267: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| 
+| int main (void)
+| {
+| 
+| #if defined(__CYGWIN__) || defined(__CEGCC__)
+|         HAVE_WINDOWS_H shall not be defined.
+| #else
+|         int dummy=2*WINVER;
+| #endif
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:15279: result: no
+configure:15297: checking whether build target is a native Windows one
+configure:15339: result: no
+configure:15532: checking if X/Open network library is required
+configure:15552: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:34: error: 'force' undeclared (first use in this function)
+conftest.c:34: error: (Each undeclared identifier is reported only once
+conftest.c:34: error: for each function it appears in.)
+conftest.c:34: error: expected ';' before 'compilation'
+configure:15552: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| /* end confdefs.h.  */
+| 
+| 
+| int main (void)
+| {
+| #if defined(__hpux) && defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 600)
+|   return 0;
+| #elif defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED)
+|   return 0;
+| #else
+|   force compilation error
+| #endif
+| }
+| 
+| 
+configure:15559: result: no
+configure:15563: checking for gethostbyname
+configure:15563: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c  >&5
+configure:15563: $? = 0
+configure:15563: result: yes
+configure:15883: checking for strcasecmp
+configure:15883: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c  >&5
+conftest.c:36: warning: conflicting types for built-in function 'strcasecmp'
+configure:15883: $? = 0
+configure:15883: result: yes
+configure:15991: checking for windows.h
+configure:16033: result: no
+configure:16051: checking for winsock.h
+configure:16094: result: no
+configure:16107: checking for winsock2.h
+configure:16150: result: no
+configure:16164: checking for connect in libraries
+configure:16191: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c   >&5
+configure:16191: $? = 0
+configure:16209: result: yes
+configure:16220: checking whether time.h and sys/time.h may both be included
+configure:16239: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16239: $? = 0
+configure:16246: result: yes
+configure:16258: checking for sys/types.h
+configure:16258: result: yes
+configure:16258: checking sys/time.h usability
+configure:16258: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16258: $? = 0
+configure:16258: result: yes
+configure:16258: checking sys/time.h presence
+configure:16258: gcc -E  conftest.c
+configure:16258: $? = 0
+configure:16258: result: yes
+configure:16258: checking for sys/time.h
+configure:16258: result: yes
+configure:16258: checking time.h usability
+configure:16258: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16258: $? = 0
+configure:16258: result: yes
+configure:16258: checking time.h presence
+configure:16258: gcc -E  conftest.c
+configure:16258: $? = 0
+configure:16258: result: yes
+configure:16258: checking for time.h
+configure:16258: result: yes
+configure:16268: checking for monotonic clock_gettime
+configure:16299: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16299: $? = 0
+configure:16301: result: yes
+configure:16318: checking for clock_gettime in libraries
+configure:16360: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c  >&5
+/tmp/ccfWgzN2.o: In function `main':
+conftest.c:(.text+0x19): undefined reference to `clock_gettime'
+collect2: ld returned 1 exit status
+configure:16360: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_TIME_H
+| #include <sys/time.h>
+| #ifdef TIME_WITH_SYS_TIME
+| #include <time.h>
+| #endif
+| #else
+| #ifdef HAVE_TIME_H
+| #include <time.h>
+| #endif
+| #endif
+| 
+| int main (void)
+| {
+| 
+|             struct timespec ts;
+|             (void)clock_gettime(CLOCK_MONOTONIC, &ts);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:16360: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt  >&5
+configure:16360: $? = 0
+configure:16391: result: -lrt
+configure:16399: checking if monotonic clock_gettime works
+configure:16442: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:16442: $? = 0
+configure:16442: ./conftest
+configure:16442: $? = 0
+configure:16444: result: yes
+configure:16477: checking whether to use libgcc
+configure:16492: result: no
+configure:16502: checking for ANSI C header files
+configure:16605: result: yes
+configure:16615: checking for malloc.h
+configure:16640: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16640: $? = 0
+configure:16652: result: yes
+configure:16680: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16680: $? = 0
+configure:16703: checking for memory.h
+configure:16740: result: yes
+configure:16768: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16768: $? = 0
+configure:16814: checking for sys/types.h
+configure:16814: result: yes
+configure:16814: checking for sys/time.h
+configure:16814: result: yes
+configure:16814: checking for sys/select.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for sys/socket.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for sys/ioctl.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for sys/param.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for sys/uio.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for assert.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for netdb.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for netinet/in.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for netinet/tcp.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for net/if.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for errno.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for socket.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:66:20: error: socket.h: No such file or directory
+configure:16814: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| /* end confdefs.h.  */
+| 
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_TIME_H
+| #include <sys/time.h>
+| #endif
+| #ifdef HAVE_ARPA_NAMESER_H
+| #include <arpa/nameser.h>
+| #endif
+| 
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETINET_IN_H
+| #include <netinet/in.h>
+| #endif
+| 
+| 
+| 
+| #include <socket.h>
+configure:16814: result: no
+configure:16814: checking for strings.h
+configure:16814: result: yes
+configure:16814: checking for stdbool.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for time.h
+configure:16814: result: yes
+configure:16814: checking for limits.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for arpa/nameser.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for arpa/nameser_compat.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16814: checking for arpa/inet.h
+configure:16814: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16814: $? = 0
+configure:16814: result: yes
+configure:16844: checking for an ANSI C-conforming const
+configure:16908: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16908: $? = 0
+configure:16915: result: yes
+configure:16923: checking for size_t
+configure:16923: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:16923: $? = 0
+configure:16923: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:88: error: expected expression before ')' token
+configure:16923: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| int main (void)
+| {
+| if (sizeof ((size_t)))
+| 	    return 0;
+|  ;
+|  return 0;
+| }
+configure:16923: result: yes
+configure:16934: checking whether time.h and sys/time.h may both be included
+configure:16960: result: yes
+configure:16972: checking for sys/types.h
+configure:16972: result: yes
+configure:16972: checking for sys/time.h
+configure:16972: result: yes
+configure:16972: checking for time.h
+configure:16972: result: yes
+configure:16972: checking for sys/socket.h
+configure:16972: result: yes
+configure:16982: checking for struct timeval
+configure:17035: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:17035: $? = 0
+configure:17047: result: yes
+configure:17064: checking size of size_t
+configure:17069: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:17069: $? = 0
+configure:17069: ./conftest
+configure:17069: $? = 0
+configure:17083: result: 4
+configure:17097: checking size of int
+configure:17102: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:17102: $? = 0
+configure:17102: ./conftest
+configure:17102: $? = 0
+configure:17116: result: 4
+configure:17130: checking size of long
+configure:17135: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:17135: $? = 0
+configure:17135: ./conftest
+configure:17135: $? = 0
+configure:17149: result: 4
+configure:17174: checking size of time_t
+configure:17179: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:17179: $? = 0
+configure:17179: ./conftest
+configure:17179: $? = 0
+configure:17193: result: 4
+configure:17204: checking for long long
+configure:17204: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:17204: $? = 0
+configure:17204: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:99: error: expected expression before ')' token
+configure:17204: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| int main (void)
+| {
+| if (sizeof ((long long)))
+| 	    return 0;
+|  ;
+|  return 0;
+| }
+configure:17204: result: yes
+configure:17215: checking if numberLL works
+configure:17232: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:17232: $? = 0
+configure:17234: result: yes
+configure:17251: checking for ssize_t
+configure:17251: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:17251: $? = 0
+configure:17251: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:101: error: expected expression before ')' token
+configure:17251: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| int main (void)
+| {
+| if (sizeof ((ssize_t)))
+| 	    return 0;
+|  ;
+|  return 0;
+| }
+configure:17251: result: yes
+configure:17262: checking for bool
+configure:17262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:17262: $? = 0
+configure:17262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:77: error: expected expression before ')' token
+configure:17262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| /* end confdefs.h.  */
+| 
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_STDBOOL_H
+| #include <stdbool.h>
+| #endif
+| 
+| 
+| int main (void)
+| {
+| if (sizeof ((bool)))
+| 	    return 0;
+|  ;
+|  return 0;
+| }
+configure:17262: result: yes
+configure:17297: checking for windows.h
+configure:17339: result: no
+configure:17357: checking for winsock2.h
+configure:17400: result: no
+configure:17413: checking for ws2tcpip.h
+configure:17457: result: no
+configure:17483: checking for sys/types.h
+configure:17483: result: yes
+configure:17483: checking for sys/socket.h
+configure:17483: result: yes
+configure:17507: checking for ares_socklen_t data type
+configure:17535: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:17535: $? = 0
+configure:17572: result: socklen_t
+configure:17579: checking size of ares_socklen_t
+configure:17625: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:72: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ares_socklen_t'
+conftest.c:73: error: 'ares_socklen_t' undeclared here (not in a function)
+conftest.c: In function 'main':
+conftest.c:78: error: expected ';' before 'dummy'
+configure:17625: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+|             
+|             typedef socklen_t ares_socklen_t;
+|             typedef char dummy_arr[sizeof(ares_socklen_t) == 4 ? 1 : -1];
+| 
+| int main (void)
+| {
+| 
+|             ares_socklen_t dummy;
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:17625: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:72: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ares_socklen_t'
+conftest.c:73: error: 'ares_socklen_t' undeclared here (not in a function)
+conftest.c: In function 'main':
+conftest.c:78: error: expected ';' before 'dummy'
+configure:17625: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+|             
+|             typedef socklen_t ares_socklen_t;
+|             typedef char dummy_arr[sizeof(ares_socklen_t) == 4 ? 1 : -1];
+| 
+| int main (void)
+| {
+| 
+|             ares_socklen_t dummy;
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:17625: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:17625: $? = 0
+configure:17635: result: 4
+configure:17682: checking for in_addr_t
+configure:17682: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:17682: $? = 0
+configure:17682: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:105: error: expected expression before ')' token
+configure:17682: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| /* end confdefs.h.  */
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETINET_IN_H
+| #include <netinet/in.h>
+| #endif
+| #ifdef HAVE_ARPA_INET_H
+| #include <arpa/inet.h>
+| #endif
+| #endif
+| 
+| 
+| int main (void)
+| {
+| if (sizeof ((in_addr_t)))
+| 	    return 0;
+|  ;
+|  return 0;
+| }
+configure:17682: result: yes
+configure:17798: checking for struct sockaddr_storage
+configure:17798: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:17798: $? = 0
+configure:17798: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:101: error: expected expression before ')' token
+configure:17798: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| /* end confdefs.h.  */
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #endif
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETINET_IN_H
+| #include <netinet/in.h>
+| #endif
+| #ifdef HAVE_ARPA_INET_H
+| #include <arpa/inet.h>
+| #endif
+| #endif
+| 
+| 
+| int main (void)
+| {
+| if (sizeof ((struct sockaddr_storage)))
+| 	    return 0;
+|  ;
+|  return 0;
+| }
+configure:17798: result: yes
+configure:17835: checking signal.h usability
+configure:17835: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:17835: $? = 0
+configure:17835: result: yes
+configure:17835: checking signal.h presence
+configure:17835: gcc -E  conftest.c
+configure:17835: $? = 0
+configure:17835: result: yes
+configure:17835: checking for signal.h
+configure:17835: result: yes
+configure:17845: checking for sig_atomic_t
+configure:17845: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:17845: $? = 0
+configure:17845: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:83: error: expected expression before ')' token
+configure:17845: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| /* end confdefs.h.  */
+| 
+| #ifdef HAVE_SIGNAL_H
+| #include <signal.h>
+| #endif
+| 
+| 
+| int main (void)
+| {
+| if (sizeof ((sig_atomic_t)))
+| 	    return 0;
+|  ;
+|  return 0;
+| }
+configure:17845: result: yes
+configure:17862: checking if sig_atomic_t is already defined as volatile
+configure:17882: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:17882: $? = 0
+configure:17884: result: no
+configure:17907: checking return type of signal handlers
+configure:17924: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:81: error: void value not ignored as it ought to be
+configure:17924: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| /* end confdefs.h.  */
+| #include <sys/types.h>
+| #include <signal.h>
+| 
+| int main (void)
+| {
+| return *(signal (0, 0)) (0) == 1;
+|  ;
+|  return 0;
+| }
+configure:17931: result: void
+configure:17944: checking for sys/types.h
+configure:17944: result: yes
+configure:17944: checking for sys/socket.h
+configure:17944: result: yes
+configure:17955: checking for recv
+configure:17993: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:17993: $? = 0
+configure:17995: result: yes
+configure:18010: checking types of args and return type for recv
+configure:18067: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:105: error: conflicting types for 'recv'
+/usr/include/sys/socket.h:148: note: previous declaration of 'recv' was here
+configure:18067: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVCALLCONV
+| #endif
+|                       extern int RECVCALLCONV
+|                       recv(int, char *, size_t, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       char * buf=0;
+|                       size_t len=0;
+|                       int flags=0;
+|                       int res = recv(s, buf, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18067: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:105: error: conflicting types for 'recv'
+/usr/include/sys/socket.h:148: note: previous declaration of 'recv' was here
+configure:18067: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVCALLCONV
+| #endif
+|                       extern int RECVCALLCONV
+|                       recv(int, char *, size_t, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       char * buf=0;
+|                       size_t len=0;
+|                       unsigned int flags=0;
+|                       int res = recv(s, buf, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18067: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:105: error: conflicting types for 'recv'
+/usr/include/sys/socket.h:148: note: previous declaration of 'recv' was here
+configure:18067: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVCALLCONV
+| #endif
+|                       extern int RECVCALLCONV
+|                       recv(int, char *, int, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       char * buf=0;
+|                       int len=0;
+|                       int flags=0;
+|                       int res = recv(s, buf, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18067: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:105: error: conflicting types for 'recv'
+/usr/include/sys/socket.h:148: note: previous declaration of 'recv' was here
+configure:18067: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVCALLCONV
+| #endif
+|                       extern int RECVCALLCONV
+|                       recv(int, char *, int, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       char * buf=0;
+|                       int len=0;
+|                       unsigned int flags=0;
+|                       int res = recv(s, buf, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18067: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:105: error: conflicting types for 'recv'
+/usr/include/sys/socket.h:148: note: previous declaration of 'recv' was here
+configure:18067: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVCALLCONV
+| #endif
+|                       extern int RECVCALLCONV
+|                       recv(int, char *, socklen_t, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       char * buf=0;
+|                       socklen_t len=0;
+|                       int flags=0;
+|                       int res = recv(s, buf, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18067: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:105: error: conflicting types for 'recv'
+/usr/include/sys/socket.h:148: note: previous declaration of 'recv' was here
+configure:18067: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVCALLCONV
+| #endif
+|                       extern int RECVCALLCONV
+|                       recv(int, char *, socklen_t, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       char * buf=0;
+|                       socklen_t len=0;
+|                       unsigned int flags=0;
+|                       int res = recv(s, buf, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18067: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:105: error: conflicting types for 'recv'
+/usr/include/sys/socket.h:148: note: previous declaration of 'recv' was here
+configure:18067: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVCALLCONV
+| #endif
+|                       extern int RECVCALLCONV
+|                       recv(int, char *, unsigned int, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       char * buf=0;
+|                       unsigned int len=0;
+|                       int flags=0;
+|                       int res = recv(s, buf, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18067: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:105: error: conflicting types for 'recv'
+/usr/include/sys/socket.h:148: note: previous declaration of 'recv' was here
+configure:18067: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVCALLCONV
+| #endif
+|                       extern int RECVCALLCONV
+|                       recv(int, char *, unsigned int, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       char * buf=0;
+|                       unsigned int len=0;
+|                       unsigned int flags=0;
+|                       int res = recv(s, buf, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18067: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:18067: $? = 0
+configure:18081: result: int,void *,size_t,int,int
+configure:18132: checking for sys/types.h
+configure:18132: result: yes
+configure:18132: checking for sys/socket.h
+configure:18132: result: yes
+configure:18143: checking for recvfrom
+configure:18181: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:18181: $? = 0
+configure:18183: result: yes
+configure:18198: checking types of args and return type for recvfrom
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, int,
+|                                    struct sockaddr *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, int,
+|                                    struct sockaddr *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, int,
+|                                    struct sockaddr *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, int,
+|                                    struct sockaddr *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, int,
+|                                    struct sockaddr *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, int,
+|                                    void *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, int,
+|                                    void *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, int,
+|                                    void *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, int,
+|                                    void *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, int,
+|                                    void *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, unsigned int,
+|                                    struct sockaddr *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, unsigned int,
+|                                    struct sockaddr *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, unsigned int,
+|                                    struct sockaddr *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, unsigned int,
+|                                    struct sockaddr *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, unsigned int,
+|                                    struct sockaddr *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, unsigned int,
+|                                    void *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, unsigned int,
+|                                    void *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, unsigned int,
+|                                    void *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, unsigned int,
+|                                    void *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    size_t, unsigned int,
+|                                    void *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           size_t len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, int,
+|                                    struct sockaddr *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, int,
+|                                    struct sockaddr *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, int,
+|                                    struct sockaddr *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, int,
+|                                    struct sockaddr *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, int,
+|                                    struct sockaddr *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, int,
+|                                    void *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, int,
+|                                    void *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, int,
+|                                    void *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, int,
+|                                    void *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, int,
+|                                    void *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, unsigned int,
+|                                    struct sockaddr *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, unsigned int,
+|                                    struct sockaddr *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, unsigned int,
+|                                    struct sockaddr *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, unsigned int,
+|                                    struct sockaddr *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, unsigned int,
+|                                    struct sockaddr *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, unsigned int,
+|                                    void *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, unsigned int,
+|                                    void *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, unsigned int,
+|                                    void *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, unsigned int,
+|                                    void *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    int, unsigned int,
+|                                    void *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           int len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, int,
+|                                    struct sockaddr *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, int,
+|                                    struct sockaddr *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, int,
+|                                    struct sockaddr *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, int,
+|                                    struct sockaddr *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, int,
+|                                    struct sockaddr *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, int,
+|                                    void *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, int,
+|                                    void *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, int,
+|                                    void *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, int,
+|                                    void *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, int,
+|                                    void *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, unsigned int,
+|                                    struct sockaddr *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, unsigned int,
+|                                    struct sockaddr *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, unsigned int,
+|                                    struct sockaddr *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, unsigned int,
+|                                    struct sockaddr *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, unsigned int,
+|                                    struct sockaddr *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, unsigned int,
+|                                    void *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, unsigned int,
+|                                    void *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, unsigned int,
+|                                    void *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, unsigned int,
+|                                    void *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    socklen_t, unsigned int,
+|                                    void *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           socklen_t len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, int,
+|                                    struct sockaddr *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, int,
+|                                    struct sockaddr *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, int,
+|                                    struct sockaddr *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, int,
+|                                    struct sockaddr *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, int,
+|                                    struct sockaddr *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           int flags=0;
+|                           struct sockaddr * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, int,
+|                                    void *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, int,
+|                                    void *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, int,
+|                                    void *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, int,
+|                                    void *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, int,
+|                                    void *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           int flags=0;
+|                           void * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, unsigned int,
+|                                    struct sockaddr *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, unsigned int,
+|                                    struct sockaddr *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, unsigned int,
+|                                    struct sockaddr *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, unsigned int,
+|                                    struct sockaddr *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, unsigned int,
+|                                    struct sockaddr *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           unsigned int flags=0;
+|                           struct sockaddr * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, unsigned int,
+|                                    void *, socklen_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           socklen_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, unsigned int,
+|                                    void *, int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, unsigned int,
+|                                    void *, unsigned int *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           unsigned int * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, unsigned int,
+|                                    void *, size_t *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           size_t * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:113: error: conflicting types for 'recvfrom'
+/usr/include/sys/socket.h:166: note: previous declaration of 'recvfrom' was here
+configure:18262: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define RECVFROMCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define RECVFROMCALLCONV
+| #endif
+|                           extern int RECVFROMCALLCONV
+|                           recvfrom(int, char *,
+|                                    unsigned int, unsigned int,
+|                                    void *, void *);
+| 
+| int main (void)
+| {
+| 
+|                           int s=0;
+|                           char * buf=0;
+|                           unsigned int len=0;
+|                           unsigned int flags=0;
+|                           void * addr=0;
+|                           void * addrlen=0;
+|                           int res=0;
+|                           res = recvfrom(s, buf, len, flags, addr, addrlen);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18262: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:18262: $? = 0
+configure:18278: result: int,void *,size_t,int,struct sockaddr *,socklen_t *,int
+configure:18400: checking for sys/types.h
+configure:18400: result: yes
+configure:18400: checking for sys/socket.h
+configure:18400: result: yes
+configure:18411: checking for send
+configure:18449: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:18449: $? = 0
+configure:18451: result: yes
+configure:18466: checking types of args and return type for send
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, char *, size_t, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       size_t len=0;
+|                       int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, char *, size_t, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       size_t len=0;
+|                       unsigned int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, char *, int, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       int len=0;
+|                       int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, char *, int, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       int len=0;
+|                       unsigned int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, char *, socklen_t, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       socklen_t len=0;
+|                       int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, char *, socklen_t, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       socklen_t len=0;
+|                       unsigned int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, char *, unsigned int, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       unsigned int len=0;
+|                       int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, char *, unsigned int, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       unsigned int len=0;
+|                       unsigned int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, void *, size_t, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       size_t len=0;
+|                       int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, void *, size_t, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       size_t len=0;
+|                       unsigned int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, void *, int, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       int len=0;
+|                       int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, void *, int, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       int len=0;
+|                       unsigned int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, void *, socklen_t, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       socklen_t len=0;
+|                       int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, void *, socklen_t, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       socklen_t len=0;
+|                       unsigned int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, void *, unsigned int, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       unsigned int len=0;
+|                       int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, void *, unsigned int, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       unsigned int len=0;
+|                       unsigned int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, const char *, size_t, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       size_t len=0;
+|                       int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, const char *, size_t, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       size_t len=0;
+|                       unsigned int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, const char *, int, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       int len=0;
+|                       int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, const char *, int, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       int len=0;
+|                       unsigned int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, const char *, socklen_t, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       socklen_t len=0;
+|                       int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, const char *, socklen_t, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       socklen_t len=0;
+|                       unsigned int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, const char *, unsigned int, int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       unsigned int len=0;
+|                       int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:125: error: conflicting types for 'send'
+/usr/include/sys/socket.h:141: note: previous declaration of 'send' was here
+configure:18522: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #else
+| #ifdef HAVE_WINSOCK_H
+| #include <winsock.h>
+| #endif
+| #endif
+| #define SENDCALLCONV PASCAL
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #define SENDCALLCONV
+| #endif
+|                       extern int SENDCALLCONV
+|                       send(int, const char *, unsigned int, unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                       int s=0;
+|                       unsigned int len=0;
+|                       unsigned int flags=0;
+|                       int res = send(s, 0, len, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18522: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:18522: $? = 0
+configure:18536: result: int,const void *,size_t,int,int
+configure:18624: checking for sys/types.h
+configure:18624: result: yes
+configure:18624: checking for sys/socket.h
+configure:18624: result: yes
+configure:18634: checking for MSG_NOSIGNAL
+configure:18676: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:18676: $? = 0
+configure:18688: result: yes
+configure:18714: checking for sys/types.h
+configure:18714: result: yes
+configure:18714: checking for socket.h
+configure:18714: result: no
+configure:18733: checking if closesocket can be linked
+configure:18753: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+/tmp/ccfWzC4Z.o: In function `main':
+conftest.c:(.text+0x11): undefined reference to `closesocket'
+collect2: ld returned 1 exit status
+configure:18753: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| /* end confdefs.h.  */
+| 
+| 
+|       /* includes start */
+| #ifdef HAVE_WINDOWS_H
+| #  ifndef WIN32_LEAN_AND_MEAN
+| #    define WIN32_LEAN_AND_MEAN
+| #  endif
+| #  include <windows.h>
+| #  ifdef HAVE_WINSOCK2_H
+| #    include <winsock2.h>
+| #  else
+| #    ifdef HAVE_WINSOCK_H
+| #      include <winsock.h>
+| #    endif
+| #  endif
+| #endif
+| /* includes end */
+|       /* includes start */
+| #ifdef HAVE_SYS_TYPES_H
+| #  include <sys/types.h>
+| #endif
+| #ifdef HAVE_SOCKET_H
+| #  include <socket.h>
+| #endif
+| /* includes end */
+| 
+| int main (void)
+| {
+| 
+|       if(0 != closesocket(0))
+|         return 1;
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18761: result: no
+configure:18848: checking if closesocket might be used
+configure:18863: result: no
+configure:18875: checking if CloseSocket can be linked
+configure:18894: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+/tmp/cciLJN82.o: In function `main':
+conftest.c:(.text+0x11): undefined reference to `CloseSocket'
+collect2: ld returned 1 exit status
+configure:18894: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| /* end confdefs.h.  */
+| 
+| 
+|       /* includes start */
+| #ifdef HAVE_SYS_TYPES_H
+| #  include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #  include <sys/socket.h>
+| #endif
+| /* includes end */
+| 
+| int main (void)
+| {
+| 
+|       if(0 != CloseSocket(0))
+|         return 1;
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:18902: result: no
+configure:18987: checking if CloseSocket might be used
+configure:19002: result: no
+configure:19014: checking if connect can be linked
+configure:19035: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:19035: $? = 0
+configure:19037: result: yes
+configure:19052: checking if connect is prototyped
+configure:19065: result: yes
+configure:19081: checking if connect is compilable
+configure:19102: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:19102: $? = 0
+configure:19104: result: yes
+configure:19119: checking if connect usage allowed
+configure:19122: result: yes
+configure:19132: checking if connect might be used
+configure:19138: result: yes
+configure:19168: checking for sys/types.h
+configure:19168: result: yes
+configure:19168: checking for unistd.h
+configure:19168: result: yes
+configure:19168: checking for fcntl.h
+configure:19168: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:19168: $? = 0
+configure:19168: result: yes
+configure:19187: checking if fcntl can be linked
+configure:19216: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:19216: $? = 0
+configure:19218: result: yes
+configure:19233: checking if fcntl is prototyped
+configure:19244: result: yes
+configure:19260: checking if fcntl is compilable
+configure:19279: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:19279: $? = 0
+configure:19281: result: yes
+configure:19296: checking if fcntl usage allowed
+configure:19299: result: yes
+configure:19309: checking if fcntl might be used
+configure:19315: result: yes
+configure:19335: checking if fcntl O_NONBLOCK is compilable
+configure:19355: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:19355: $? = 0
+configure:19357: result: yes
+configure:19372: checking if fcntl O_NONBLOCK usage allowed
+configure:19375: result: yes
+configure:19385: checking if fcntl O_NONBLOCK might be used
+configure:19389: result: yes
+configure:19422: checking for sys/types.h
+configure:19422: result: yes
+configure:19422: checking for netdb.h
+configure:19422: result: yes
+configure:19441: checking if freeaddrinfo can be linked
+configure:19461: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:19461: $? = 0
+configure:19463: result: yes
+configure:19478: checking if freeaddrinfo is prototyped
+configure:19491: result: yes
+configure:19507: checking if freeaddrinfo is compilable
+configure:19527: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:19527: $? = 0
+configure:19529: result: yes
+configure:19544: checking if freeaddrinfo usage allowed
+configure:19547: result: yes
+configure:19557: checking if freeaddrinfo might be used
+configure:19563: result: yes
+configure:19590: checking for sys/types.h
+configure:19590: result: yes
+configure:19590: checking for stdlib.h
+configure:19590: result: yes
+configure:19618: checking for sys/types.h
+configure:19618: result: yes
+configure:19618: checking for string.h
+configure:19618: result: yes
+configure:19618: checking for strings.h
+configure:19618: result: yes
+configure:19639: checking if getaddrinfo can be linked
+configure:19660: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:19660: $? = 0
+configure:19662: result: yes
+configure:19677: checking if getaddrinfo is prototyped
+configure:19690: result: yes
+configure:19706: checking if getaddrinfo is compilable
+configure:19727: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:19727: $? = 0
+configure:19729: result: yes
+configure:19745: checking if getaddrinfo seems to work
+configure:19785: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:19785: $? = 0
+configure:19785: ./conftest
+configure:19785: $? = 0
+configure:19787: result: yes
+configure:19806: checking if getaddrinfo usage allowed
+configure:19809: result: yes
+configure:19819: checking if getaddrinfo might be used
+configure:19826: result: yes
+configure:19842: checking if getaddrinfo is threadsafe
+configure:19904: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:19904: $? = 0
+configure:19929: result: yes
+configure:19950: checking if gethostbyaddr can be linked
+configure:19970: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:19970: $? = 0
+configure:19972: result: yes
+configure:19987: checking if gethostbyaddr is prototyped
+configure:19999: result: yes
+configure:20015: checking if gethostbyaddr is compilable
+configure:20035: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:20035: $? = 0
+configure:20037: result: yes
+configure:20052: checking if gethostbyaddr usage allowed
+configure:20055: result: yes
+configure:20065: checking if gethostbyaddr might be used
+configure:20071: result: yes
+configure:20092: checking if gethostbyname can be linked
+configure:20112: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:20112: $? = 0
+configure:20114: result: yes
+configure:20129: checking if gethostbyname is prototyped
+configure:20141: result: yes
+configure:20157: checking if gethostbyname is compilable
+configure:20177: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:20177: $? = 0
+configure:20179: result: yes
+configure:20194: checking if gethostbyname usage allowed
+configure:20197: result: yes
+configure:20207: checking if gethostbyname might be used
+configure:20213: result: yes
+configure:20240: checking for sys/types.h
+configure:20240: result: yes
+configure:20240: checking for unistd.h
+configure:20240: result: yes
+configure:20259: checking if gethostname can be linked
+configure:20279: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:20279: $? = 0
+configure:20281: result: yes
+configure:20296: checking if gethostname is prototyped
+configure:20308: result: yes
+configure:20324: checking if gethostname is compilable
+configure:20344: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:20344: $? = 0
+configure:20346: result: yes
+configure:20361: checking if gethostname usage allowed
+configure:20364: result: yes
+configure:20374: checking if gethostname might be used
+configure:20380: result: yes
+configure:20402: checking if getservbyport_r can be linked
+configure:20431: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:20431: $? = 0
+configure:20433: result: yes
+configure:20448: checking if getservbyport_r is prototyped
+configure:20459: result: yes
+configure:20476: checking if getservbyport_r takes 4 args.
+configure:20495: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:145: error: too few arguments to function 'getservbyport_r'
+configure:20495: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| /* end confdefs.h.  */
+| 
+| 
+|           /* includes start */
+| #ifdef HAVE_SYS_TYPES_H
+| #  include <sys/types.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #  include <netdb.h>
+| #endif
+| /* includes end */
+| 
+| int main (void)
+| {
+| 
+|           if(0 != getservbyport_r(0, 0, 0, 0))
+|             return 1;
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:20504: result: no
+configure:20512: checking if getservbyport_r takes 5 args.
+configure:20531: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:145: error: too few arguments to function 'getservbyport_r'
+configure:20531: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| /* end confdefs.h.  */
+| 
+| 
+|           /* includes start */
+| #ifdef HAVE_SYS_TYPES_H
+| #  include <sys/types.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #  include <netdb.h>
+| #endif
+| /* includes end */
+| 
+| int main (void)
+| {
+| 
+|           if(0 != getservbyport_r(0, 0, 0, 0, 0))
+|             return 1;
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:20540: result: no
+configure:20548: checking if getservbyport_r takes 6 args.
+configure:20567: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:20567: $? = 0
+configure:20569: result: yes
+configure:20583: checking if getservbyport_r is compilable
+configure:20586: result: yes
+configure:20595: checking if getservbyport_r usage allowed
+configure:20598: result: yes
+configure:20608: checking if getservbyport_r might be used
+configure:20614: result: yes
+configure:20661: checking for sys/types.h
+configure:20661: result: yes
+configure:20661: checking for sys/socket.h
+configure:20661: result: yes
+configure:20661: checking for netinet/in.h
+configure:20661: result: yes
+configure:20661: checking for arpa/inet.h
+configure:20661: result: yes
+configure:20681: checking if inet_ntop can be linked
+configure:20710: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:20710: $? = 0
+configure:20712: result: yes
+configure:20727: checking if inet_ntop is prototyped
+configure:20738: result: yes
+configure:20754: checking if inet_ntop is compilable
+configure:20773: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:20773: $? = 0
+configure:20775: result: yes
+configure:20791: checking if inet_ntop seems to work
+configure:20865: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+conftest.c: In function 'main':
+conftest.c:191: warning: assignment discards qualifiers from pointer target type
+conftest.c:215: warning: assignment discards qualifiers from pointer target type
+configure:20865: $? = 0
+configure:20865: ./conftest
+configure:20865: $? = 0
+configure:20867: result: yes
+configure:20886: checking if inet_ntop usage allowed
+configure:20889: result: yes
+configure:20899: checking if inet_ntop might be used
+configure:20906: result: yes
+configure:20928: checking if inet_pton can be linked
+configure:20957: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:20957: $? = 0
+configure:20959: result: yes
+configure:20974: checking if inet_pton is prototyped
+configure:20985: result: yes
+configure:21001: checking if inet_pton is compilable
+configure:21020: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:21020: $? = 0
+configure:21022: result: yes
+configure:21038: checking if inet_pton seems to work
+configure:21105: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:21105: $? = 0
+configure:21105: ./conftest
+configure:21105: $? = 0
+configure:21107: result: yes
+configure:21126: checking if inet_pton usage allowed
+configure:21129: result: yes
+configure:21139: checking if inet_pton might be used
+configure:21146: result: yes
+configure:21182: checking for sys/types.h
+configure:21182: result: yes
+configure:21182: checking for unistd.h
+configure:21182: result: yes
+configure:21182: checking for sys/socket.h
+configure:21182: result: yes
+configure:21182: checking for sys/ioctl.h
+configure:21182: result: yes
+configure:21182: checking for stropts.h
+configure:21182: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:21182: $? = 0
+configure:21182: result: yes
+configure:21201: checking if ioctl can be linked
+configure:21230: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:21230: $? = 0
+configure:21232: result: yes
+configure:21247: checking if ioctl is prototyped
+configure:21258: result: yes
+configure:21274: checking if ioctl is compilable
+configure:21293: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:21293: $? = 0
+configure:21295: result: yes
+configure:21310: checking if ioctl usage allowed
+configure:21313: result: yes
+configure:21323: checking if ioctl might be used
+configure:21329: result: yes
+configure:21343: checking if ioctl FIONBIO is compilable
+configure:21363: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:21363: $? = 0
+configure:21365: result: yes
+configure:21380: checking if ioctl FIONBIO usage allowed
+configure:21383: result: yes
+configure:21393: checking if ioctl FIONBIO might be used
+configure:21397: result: yes
+configure:21417: checking if ioctl SIOCGIFADDR is compilable
+configure:21438: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:21438: $? = 0
+configure:21440: result: yes
+configure:21455: checking if ioctl SIOCGIFADDR usage allowed
+configure:21458: result: yes
+configure:21468: checking if ioctl SIOCGIFADDR might be used
+configure:21472: result: yes
+configure:21499: checking if ioctlsocket can be linked
+configure:21518: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+/tmp/cc67zptk.o: In function `main':
+conftest.c:(.text+0x21): undefined reference to `ioctlsocket'
+collect2: ld returned 1 exit status
+configure:21518: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| /* end confdefs.h.  */
+| 
+| 
+|       /* includes start */
+| #ifdef HAVE_WINDOWS_H
+| #  ifndef WIN32_LEAN_AND_MEAN
+| #    define WIN32_LEAN_AND_MEAN
+| #  endif
+| #  include <windows.h>
+| #  ifdef HAVE_WINSOCK2_H
+| #    include <winsock2.h>
+| #  else
+| #    ifdef HAVE_WINSOCK_H
+| #      include <winsock.h>
+| #    endif
+| #  endif
+| #endif
+| /* includes end */
+| 
+| int main (void)
+| {
+| 
+|       if(0 != ioctlsocket(0, 0, 0))
+|         return 1;
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:21526: result: no
+configure:21611: checking if ioctlsocket might be used
+configure:21700: result: no
+configure:21712: checking if IoctlSocket can be linked
+configure:21741: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+/tmp/ccWzrxGn.o: In function `main':
+conftest.c:(.text+0x7): undefined reference to `IoctlSocket'
+collect2: ld returned 1 exit status
+configure:21741: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| /* end confdefs.h.  */
+| 
+| 
+| #define IoctlSocket innocuous_IoctlSocket
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| #undef IoctlSocket
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char IoctlSocket ();
+| #if defined __stub_IoctlSocket || defined __stub___IoctlSocket
+| choke me
+| #endif
+| 
+| int main (void)
+| {
+| return IoctlSocket ();
+|  ;
+|  return 0;
+| }
+| 
+configure:21749: result: no
+configure:21834: checking if IoctlSocket might be used
+configure:21923: result: no
+configure:21935: checking if setsockopt can be linked
+configure:21955: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:21955: $? = 0
+configure:21957: result: yes
+configure:21972: checking if setsockopt is prototyped
+configure:21984: result: yes
+configure:22000: checking if setsockopt is compilable
+configure:22020: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:22020: $? = 0
+configure:22022: result: yes
+configure:22037: checking if setsockopt usage allowed
+configure:22040: result: yes
+configure:22050: checking if setsockopt might be used
+configure:22056: result: yes
+configure:22070: checking if setsockopt SO_NONBLOCK is compilable
+configure:22090: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:178: error: 'SO_NONBLOCK' undeclared (first use in this function)
+conftest.c:178: error: (Each undeclared identifier is reported only once
+conftest.c:178: error: for each function it appears in.)
+configure:22090: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| /* end confdefs.h.  */
+| 
+| 
+|         /* includes start */
+| #ifdef HAVE_WINDOWS_H
+| #  ifndef WIN32_LEAN_AND_MEAN
+| #    define WIN32_LEAN_AND_MEAN
+| #  endif
+| #  include <windows.h>
+| #  ifdef HAVE_WINSOCK2_H
+| #    include <winsock2.h>
+| #  else
+| #    ifdef HAVE_WINSOCK_H
+| #      include <winsock.h>
+| #    endif
+| #  endif
+| #endif
+| /* includes end */
+|         /* includes start */
+| #ifdef HAVE_SYS_TYPES_H
+| #  include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #  include <sys/socket.h>
+| #endif
+| /* includes end */
+| 
+| int main (void)
+| {
+| 
+|         if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
+|           return 1;
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:22098: result: no
+configure:22120: checking if setsockopt SO_NONBLOCK might be used
+configure:22133: result: no
+configure:22151: checking if socket can be linked
+configure:22172: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:22172: $? = 0
+configure:22174: result: yes
+configure:22189: checking if socket is prototyped
+configure:22202: result: yes
+configure:22218: checking if socket is compilable
+configure:22239: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:22239: $? = 0
+configure:22241: result: yes
+configure:22256: checking if socket usage allowed
+configure:22259: result: yes
+configure:22269: checking if socket might be used
+configure:22275: result: yes
+configure:22296: checking if strcasecmp can be linked
+configure:22325: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+conftest.c:162: warning: conflicting types for built-in function 'strcasecmp'
+configure:22325: $? = 0
+configure:22327: result: yes
+configure:22342: checking if strcasecmp is prototyped
+configure:22353: result: yes
+configure:22369: checking if strcasecmp is compilable
+configure:22388: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:22388: $? = 0
+configure:22390: result: yes
+configure:22405: checking if strcasecmp usage allowed
+configure:22408: result: yes
+configure:22418: checking if strcasecmp might be used
+configure:22424: result: yes
+configure:22445: checking if strcmpi can be linked
+configure:22474: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+/tmp/cc2SPKFL.o: In function `main':
+conftest.c:(.text+0x7): undefined reference to `strcmpi'
+collect2: ld returned 1 exit status
+configure:22474: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| /* end confdefs.h.  */
+| 
+| 
+| #define strcmpi innocuous_strcmpi
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| #undef strcmpi
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char strcmpi ();
+| #if defined __stub_strcmpi || defined __stub___strcmpi
+| choke me
+| #endif
+| 
+| int main (void)
+| {
+| return strcmpi ();
+|  ;
+|  return 0;
+| }
+| 
+configure:22482: result: no
+configure:22567: checking if strcmpi might be used
+configure:22582: result: no
+configure:22594: checking if strdup can be linked
+configure:22623: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+conftest.c:163: warning: conflicting types for built-in function 'strdup'
+configure:22623: $? = 0
+configure:22625: result: yes
+configure:22640: checking if strdup is prototyped
+configure:22651: result: yes
+configure:22667: checking if strdup is compilable
+configure:22686: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:22686: $? = 0
+configure:22688: result: yes
+configure:22703: checking if strdup usage allowed
+configure:22706: result: yes
+configure:22716: checking if strdup might be used
+configure:22722: result: yes
+configure:22743: checking if stricmp can be linked
+configure:22772: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+/tmp/ccq58xJU.o: In function `main':
+conftest.c:(.text+0x7): undefined reference to `stricmp'
+collect2: ld returned 1 exit status
+configure:22772: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| /* end confdefs.h.  */
+| 
+| 
+| #define stricmp innocuous_stricmp
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| #undef stricmp
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char stricmp ();
+| #if defined __stub_stricmp || defined __stub___stricmp
+| choke me
+| #endif
+| 
+| int main (void)
+| {
+| return stricmp ();
+|  ;
+|  return 0;
+| }
+| 
+configure:22780: result: no
+configure:22865: checking if stricmp might be used
+configure:22880: result: no
+configure:22892: checking if strncasecmp can be linked
+configure:22921: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+conftest.c:164: warning: conflicting types for built-in function 'strncasecmp'
+configure:22921: $? = 0
+configure:22923: result: yes
+configure:22938: checking if strncasecmp is prototyped
+configure:22949: result: yes
+configure:22965: checking if strncasecmp is compilable
+configure:22984: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:22984: $? = 0
+configure:22986: result: yes
+configure:23001: checking if strncasecmp usage allowed
+configure:23004: result: yes
+configure:23014: checking if strncasecmp might be used
+configure:23020: result: yes
+configure:23041: checking if strncmpi can be linked
+configure:23070: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+/tmp/ccli6oZ2.o: In function `main':
+conftest.c:(.text+0x7): undefined reference to `strncmpi'
+collect2: ld returned 1 exit status
+configure:23070: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| /* end confdefs.h.  */
+| 
+| 
+| #define strncmpi innocuous_strncmpi
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| #undef strncmpi
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char strncmpi ();
+| #if defined __stub_strncmpi || defined __stub___strncmpi
+| choke me
+| #endif
+| 
+| int main (void)
+| {
+| return strncmpi ();
+|  ;
+|  return 0;
+| }
+| 
+configure:23078: result: no
+configure:23163: checking if strncmpi might be used
+configure:23178: result: no
+configure:23190: checking if strnicmp can be linked
+configure:23219: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+/tmp/ccLwCWT3.o: In function `main':
+conftest.c:(.text+0x7): undefined reference to `strnicmp'
+collect2: ld returned 1 exit status
+configure:23219: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| /* end confdefs.h.  */
+| 
+| 
+| #define strnicmp innocuous_strnicmp
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| #undef strnicmp
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char strnicmp ();
+| #if defined __stub_strnicmp || defined __stub___strnicmp
+| choke me
+| #endif
+| 
+| int main (void)
+| {
+| return strnicmp ();
+|  ;
+|  return 0;
+| }
+| 
+configure:23227: result: no
+configure:23312: checking if strnicmp might be used
+configure:23327: result: no
+configure:23345: checking for sys/types.h
+configure:23345: result: yes
+configure:23345: checking for sys/uio.h
+configure:23345: result: yes
+configure:23364: checking if writev can be linked
+configure:23393: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:23393: $? = 0
+configure:23395: result: yes
+configure:23410: checking if writev is prototyped
+configure:23421: result: yes
+configure:23437: checking if writev is compilable
+configure:23456: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:23456: $? = 0
+configure:23458: result: yes
+configure:23473: checking if writev usage allowed
+configure:23476: result: yes
+configure:23486: checking if writev might be used
+configure:23492: result: yes
+configure:23509: checking for PF_INET6
+configure:23551: result: yes
+configure:23567: checking for AF_INET6
+configure:23609: result: yes
+configure:23626: checking for struct in6_addr
+configure:23661: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:23661: $? = 0
+configure:23668: result: yes
+configure:23684: checking for struct sockaddr_in6
+configure:23719: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:23719: $? = 0
+configure:23726: result: yes
+configure:23741: checking for struct sockaddr_in6.sin6_scope_id
+configure:23741: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:23741: $? = 0
+configure:23741: result: yes
+configure:23774: checking for struct addrinfo.ai_flags
+configure:23774: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:23774: $? = 0
+configure:23774: result: yes
+configure:23820: checking for bitncmp
+configure:23820: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+/tmp/cck4S04n.o: In function `main':
+conftest.c:(.text+0x7): undefined reference to `bitncmp'
+collect2: ld returned 1 exit status
+configure:23820: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| /* end confdefs.h.  */
+| 
+| #define bitncmp innocuous_bitncmp
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| #undef bitncmp
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char bitncmp ();
+| #if defined __stub_bitncmp || defined __stub___bitncmp
+| choke me
+| #endif
+| 
+| int main (void)
+| {
+| return bitncmp ();
+|  ;
+|  return 0;
+| }
+configure:23820: result: no
+configure:23830: checking deeper for bitncmp
+configure:23847: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+/tmp/ccfpC3Jq.o: In function `main':
+conftest.c:(.text+0x7): undefined reference to `bitncmp'
+collect2: ld returned 1 exit status
+configure:23847: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| /* end confdefs.h.  */
+| 
+| 
+| 
+| int main (void)
+| {
+| 
+|       bitncmp ();
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:23860: result: but still no
+configure:23820: checking for gettimeofday
+configure:23820: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:23820: $? = 0
+configure:23820: result: yes
+configure:23820: checking for if_indextoname
+configure:23820: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:23820: $? = 0
+configure:23820: result: yes
+configure:23874: checking for inet_net_pton
+configure:23874: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+/tmp/ccHwHrkq.o: In function `main':
+conftest.c:(.text+0x7): undefined reference to `inet_net_pton'
+collect2: ld returned 1 exit status
+configure:23874: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| /* end confdefs.h.  */
+| 
+| #define inet_net_pton innocuous_inet_net_pton
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| #undef inet_net_pton
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char inet_net_pton ();
+| #if defined __stub_inet_net_pton || defined __stub___inet_net_pton
+| choke me
+| #endif
+| 
+| int main (void)
+| {
+| return inet_net_pton ();
+|  ;
+|  return 0;
+| }
+configure:23874: result: no
+configure:23937: checking size of struct in6_addr
+configure:23942: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:23942: $? = 0
+configure:23942: ./conftest
+configure:23942: $? = 0
+configure:23982: result: 16
+configure:23997: checking size of struct in_addr
+configure:24002: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:24002: $? = 0
+configure:24002: ./conftest
+configure:24002: $? = 0
+configure:24042: result: 4
+configure:24058: checking for sys/types.h
+configure:24058: result: yes
+configure:24058: checking for sys/socket.h
+configure:24058: result: yes
+configure:24058: checking for netdb.h
+configure:24058: result: yes
+configure:24069: checking for getnameinfo
+configure:24098: gcc -o conftest -g0 -O2 -Wno-system-headers   conftest.c -lrt >&5
+configure:24098: $? = 0
+configure:24100: result: yes
+configure:24208: checking types of arguments for getnameinfo
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
+|                                            char *, size_t,
+|                                            char *, size_t,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     socklen_t salen=0;
+|                     size_t hostlen=0;
+|                     size_t servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
+|                                            char *, size_t,
+|                                            char *, size_t,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     socklen_t salen=0;
+|                     size_t hostlen=0;
+|                     size_t servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
+|                                            char *, int,
+|                                            char *, int,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     socklen_t salen=0;
+|                     int hostlen=0;
+|                     int servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
+|                                            char *, int,
+|                                            char *, int,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     socklen_t salen=0;
+|                     int hostlen=0;
+|                     int servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
+|                                            char *, socklen_t,
+|                                            char *, socklen_t,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     socklen_t salen=0;
+|                     socklen_t hostlen=0;
+|                     socklen_t servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
+|                                            char *, socklen_t,
+|                                            char *, socklen_t,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     socklen_t salen=0;
+|                     socklen_t hostlen=0;
+|                     socklen_t servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
+|                                            char *, unsigned int,
+|                                            char *, unsigned int,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     socklen_t salen=0;
+|                     unsigned int hostlen=0;
+|                     unsigned int servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
+|                                            char *, unsigned int,
+|                                            char *, unsigned int,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     socklen_t salen=0;
+|                     unsigned int hostlen=0;
+|                     unsigned int servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:201: error: expected declaration specifiers or '...' before 'DWORD'
+conftest.c:202: error: expected declaration specifiers or '...' before 'DWORD'
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+conftest.c: In function 'main':
+conftest.c:209: error: 'DWORD' undeclared (first use in this function)
+conftest.c:209: error: (Each undeclared identifier is reported only once
+conftest.c:209: error: for each function it appears in.)
+conftest.c:209: error: expected ';' before 'hostlen'
+conftest.c:210: error: expected ';' before 'servlen'
+conftest.c:212: error: 'hostlen' undeclared (first use in this function)
+conftest.c:212: error: 'servlen' undeclared (first use in this function)
+conftest.c:212: error: too many arguments to function 'getnameinfo'
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
+|                                            char *, DWORD,
+|                                            char *, DWORD,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     socklen_t salen=0;
+|                     DWORD hostlen=0;
+|                     DWORD servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:201: error: expected declaration specifiers or '...' before 'DWORD'
+conftest.c:202: error: expected declaration specifiers or '...' before 'DWORD'
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+conftest.c: In function 'main':
+conftest.c:209: error: 'DWORD' undeclared (first use in this function)
+conftest.c:209: error: (Each undeclared identifier is reported only once
+conftest.c:209: error: for each function it appears in.)
+conftest.c:209: error: expected ';' before 'hostlen'
+conftest.c:210: error: expected ';' before 'servlen'
+conftest.c:212: error: 'hostlen' undeclared (first use in this function)
+conftest.c:212: error: 'servlen' undeclared (first use in this function)
+conftest.c:212: error: too many arguments to function 'getnameinfo'
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
+|                                            char *, DWORD,
+|                                            char *, DWORD,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     socklen_t salen=0;
+|                     DWORD hostlen=0;
+|                     DWORD servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
+|                                            char *, size_t,
+|                                            char *, size_t,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     size_t salen=0;
+|                     size_t hostlen=0;
+|                     size_t servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
+|                                            char *, size_t,
+|                                            char *, size_t,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     size_t salen=0;
+|                     size_t hostlen=0;
+|                     size_t servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
+|                                            char *, int,
+|                                            char *, int,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     size_t salen=0;
+|                     int hostlen=0;
+|                     int servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
+|                                            char *, int,
+|                                            char *, int,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     size_t salen=0;
+|                     int hostlen=0;
+|                     int servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
+|                                            char *, socklen_t,
+|                                            char *, socklen_t,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     size_t salen=0;
+|                     socklen_t hostlen=0;
+|                     socklen_t servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
+|                                            char *, socklen_t,
+|                                            char *, socklen_t,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     size_t salen=0;
+|                     socklen_t hostlen=0;
+|                     socklen_t servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
+|                                            char *, unsigned int,
+|                                            char *, unsigned int,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     size_t salen=0;
+|                     unsigned int hostlen=0;
+|                     unsigned int servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
+|                                            char *, unsigned int,
+|                                            char *, unsigned int,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     size_t salen=0;
+|                     unsigned int hostlen=0;
+|                     unsigned int servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:201: error: expected declaration specifiers or '...' before 'DWORD'
+conftest.c:202: error: expected declaration specifiers or '...' before 'DWORD'
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+conftest.c: In function 'main':
+conftest.c:209: error: 'DWORD' undeclared (first use in this function)
+conftest.c:209: error: (Each undeclared identifier is reported only once
+conftest.c:209: error: for each function it appears in.)
+conftest.c:209: error: expected ';' before 'hostlen'
+conftest.c:210: error: expected ';' before 'servlen'
+conftest.c:212: error: 'hostlen' undeclared (first use in this function)
+conftest.c:212: error: 'servlen' undeclared (first use in this function)
+conftest.c:212: error: too many arguments to function 'getnameinfo'
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
+|                                            char *, DWORD,
+|                                            char *, DWORD,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     size_t salen=0;
+|                     DWORD hostlen=0;
+|                     DWORD servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:201: error: expected declaration specifiers or '...' before 'DWORD'
+conftest.c:202: error: expected declaration specifiers or '...' before 'DWORD'
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+conftest.c: In function 'main':
+conftest.c:209: error: 'DWORD' undeclared (first use in this function)
+conftest.c:209: error: (Each undeclared identifier is reported only once
+conftest.c:209: error: for each function it appears in.)
+conftest.c:209: error: expected ';' before 'hostlen'
+conftest.c:210: error: expected ';' before 'servlen'
+conftest.c:212: error: 'hostlen' undeclared (first use in this function)
+conftest.c:212: error: 'servlen' undeclared (first use in this function)
+conftest.c:212: error: too many arguments to function 'getnameinfo'
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
+|                                            char *, DWORD,
+|                                            char *, DWORD,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     size_t salen=0;
+|                     DWORD hostlen=0;
+|                     DWORD servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
+|                                            char *, size_t,
+|                                            char *, size_t,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     int salen=0;
+|                     size_t hostlen=0;
+|                     size_t servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
+|                                            char *, size_t,
+|                                            char *, size_t,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     int salen=0;
+|                     size_t hostlen=0;
+|                     size_t servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
+|                                            char *, int,
+|                                            char *, int,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     int salen=0;
+|                     int hostlen=0;
+|                     int servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
+|                                            char *, int,
+|                                            char *, int,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     int salen=0;
+|                     int hostlen=0;
+|                     int servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
+|                                            char *, socklen_t,
+|                                            char *, socklen_t,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     int salen=0;
+|                     socklen_t hostlen=0;
+|                     socklen_t servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
+|                                            char *, socklen_t,
+|                                            char *, socklen_t,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     int salen=0;
+|                     socklen_t hostlen=0;
+|                     socklen_t servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
+|                                            char *, unsigned int,
+|                                            char *, unsigned int,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     int salen=0;
+|                     unsigned int hostlen=0;
+|                     unsigned int servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
+|                                            char *, unsigned int,
+|                                            char *, unsigned int,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     int salen=0;
+|                     unsigned int hostlen=0;
+|                     unsigned int servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:201: error: expected declaration specifiers or '...' before 'DWORD'
+conftest.c:202: error: expected declaration specifiers or '...' before 'DWORD'
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+conftest.c: In function 'main':
+conftest.c:209: error: 'DWORD' undeclared (first use in this function)
+conftest.c:209: error: (Each undeclared identifier is reported only once
+conftest.c:209: error: for each function it appears in.)
+conftest.c:209: error: expected ';' before 'hostlen'
+conftest.c:210: error: expected ';' before 'servlen'
+conftest.c:212: error: 'hostlen' undeclared (first use in this function)
+conftest.c:212: error: 'servlen' undeclared (first use in this function)
+conftest.c:212: error: too many arguments to function 'getnameinfo'
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
+|                                            char *, DWORD,
+|                                            char *, DWORD,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     int salen=0;
+|                     DWORD hostlen=0;
+|                     DWORD servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:201: error: expected declaration specifiers or '...' before 'DWORD'
+conftest.c:202: error: expected declaration specifiers or '...' before 'DWORD'
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+conftest.c: In function 'main':
+conftest.c:209: error: 'DWORD' undeclared (first use in this function)
+conftest.c:209: error: (Each undeclared identifier is reported only once
+conftest.c:209: error: for each function it appears in.)
+conftest.c:209: error: expected ';' before 'hostlen'
+conftest.c:210: error: expected ';' before 'servlen'
+conftest.c:212: error: 'hostlen' undeclared (first use in this function)
+conftest.c:212: error: 'servlen' undeclared (first use in this function)
+conftest.c:212: error: too many arguments to function 'getnameinfo'
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
+|                                            char *, DWORD,
+|                                            char *, DWORD,
+|                                            unsigned int);
+| 
+| int main (void)
+| {
+| 
+|                     int salen=0;
+|                     DWORD hostlen=0;
+|                     DWORD servlen=0;
+|                     unsigned int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:200: error: conflicting types for 'getnameinfo'
+/usr/include/netdb.h:677: note: previous declaration of 'getnameinfo' was here
+configure:24272: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| /* end confdefs.h.  */
+| 
+| 
+| #undef inline
+| #ifdef HAVE_WINDOWS_H
+| #ifndef WIN32_LEAN_AND_MEAN
+| #define WIN32_LEAN_AND_MEAN
+| #endif
+| #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+| #undef _WIN32_WINNT
+| #define _WIN32_WINNT 0x0501
+| #endif
+| #include <windows.h>
+| #ifdef HAVE_WINSOCK2_H
+| #include <winsock2.h>
+| #ifdef HAVE_WS2TCPIP_H
+| #include <ws2tcpip.h>
+| #endif
+| #endif
+| #define GNICALLCONV WSAAPI
+| #else
+| #ifdef HAVE_SYS_TYPES_H
+| #include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_SOCKET_H
+| #include <sys/socket.h>
+| #endif
+| #ifdef HAVE_NETDB_H
+| #include <netdb.h>
+| #endif
+| #define GNICALLCONV
+| #endif
+|                     extern int GNICALLCONV getnameinfo(const struct sockaddr *, socklen_t,
+|                                            char *, size_t,
+|                                            char *, size_t,
+|                                            int);
+| 
+| int main (void)
+| {
+| 
+|                     socklen_t salen=0;
+|                     size_t hostlen=0;
+|                     size_t servlen=0;
+|                     int flags=0;
+|                     int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+| 
+|  ;
+|  return 0;
+| }
+| 
+configure:24272: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:24272: $? = 0
+configure:24285: result: const struct sockaddr *,socklen_t,size_t,unsigned int
+configure:24367: checking whether byte ordering is bigendian
+configure:24382: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c:176: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
+configure:24382: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| #define GETNAMEINFO_TYPE_ARG2 socklen_t
+| #define GETNAMEINFO_TYPE_ARG46 size_t
+| #define GETNAMEINFO_TYPE_ARG7 unsigned int
+| #define GETNAMEINFO_QUAL_ARG1 const
+| #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
+| #define HAVE_GETNAMEINFO 1
+| /* end confdefs.h.  */
+| #ifndef __APPLE_CC__
+| 	       not a universal capable compiler
+| 	     #endif
+| 	     typedef int dummy;
+| 
+configure:24426: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+configure:24426: $? = 0
+configure:24443: gcc -c -g0 -O2 -Wno-system-headers  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:181: error: 'not' undeclared (first use in this function)
+conftest.c:181: error: (Each undeclared identifier is reported only once
+conftest.c:181: error: for each function it appears in.)
+conftest.c:181: error: expected ';' before 'big'
+configure:24443: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "c-ares"
+| #define PACKAGE_TARNAME "c-ares"
+| #define PACKAGE_VERSION "1.7.4"
+| #define PACKAGE_STRING "c-ares 1.7.4"
+| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+| #define PACKAGE_URL ""
+| #define PACKAGE "c-ares"
+| #define VERSION "1.7.4"
+| #define OS "i686-pc-linux-gnu"
+| #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 LT_OBJDIR ".libs/"
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
+| #define STDC_HEADERS 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_SELECT_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_ASSERT_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_NETINET_TCP_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDBOOL_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_ARPA_NAMESER_H 1
+| #define HAVE_ARPA_NAMESER_COMPAT_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_STRUCT_TIMEVAL 1
+| #define SIZEOF_SIZE_T 4
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 4
+| #define CARES_SIZEOF_LONG 4
+| #define SIZEOF_TIME_T 4
+| #define HAVE_LONGLONG 1
+| #define HAVE_LL 1
+| #define HAVE_BOOL_T 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define CARES_PULL_SYS_TYPES_H 1
+| #define CARES_PULL_SYS_SOCKET_H 1
+| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
+| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
+| #define HAVE_SIGNAL_H 1
+| #define HAVE_SIG_ATOMIC_T 1
+| #define RETSIGTYPE void
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define RECV_TYPE_ARG1 int
+| #define RECV_TYPE_ARG2 void *
+| #define RECV_TYPE_ARG3 size_t
+| #define RECV_TYPE_ARG4 int
+| #define RECV_TYPE_RETV int
+| #define HAVE_RECV 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_RECVFROM 1
+| #define RECVFROM_TYPE_ARG1 int
+| #define RECVFROM_TYPE_ARG3 size_t
+| #define RECVFROM_TYPE_ARG4 int
+| #define RECVFROM_TYPE_RETV int
+| #define RECVFROM_TYPE_ARG2 void
+| #define RECVFROM_TYPE_ARG5 struct sockaddr
+| #define RECVFROM_TYPE_ARG6 socklen_t
+| #define RECVFROM_TYPE_ARG2_IS_VOID 1
+| #define HAVE_RECVFROM 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define SEND_TYPE_ARG1 int
+| #define SEND_TYPE_ARG3 size_t
+| #define SEND_TYPE_ARG4 int
+| #define SEND_TYPE_RETV int
+| #define SEND_QUAL_ARG2 const
+| #define SEND_TYPE_ARG2 void *
+| #define HAVE_SEND 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_MSG_NOSIGNAL 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_CONNECT 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FCNTL 1
+| #define HAVE_FCNTL_O_NONBLOCK 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_NETDB_H 1
+| #define HAVE_FREEADDRINFO 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETADDRINFO_THREADSAFE 1
+| #define HAVE_GETHOSTBYADDR 1
+| #define HAVE_GETHOSTBYNAME 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_GETHOSTNAME 1
+| #define HAVE_GETSERVBYPORT_R 1
+| #define GETSERVBYPORT_R_ARGS 6
+| #define GETSERVBYPORT_R_BUFSIZE 4096
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_ARPA_INET_H 1
+| #define HAVE_INET_NTOP 1
+| #define HAVE_INET_PTON 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_STROPTS_H 1
+| #define HAVE_IOCTL 1
+| #define HAVE_IOCTL_FIONBIO 1
+| #define HAVE_IOCTL_SIOCGIFADDR 1
+| #define HAVE_SETSOCKOPT 1
+| #define HAVE_SOCKET 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRNCASECMP 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UIO_H 1
+| #define HAVE_WRITEV 1
+| #define HAVE_PF_INET6 1
+| #define HAVE_AF_INET6 1
+| #define HAVE_STRUCT_IN6_ADDR 1
+| #define HAVE_STRUCT_SOCKADDR_IN6 1
+| #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+| #define HAVE_STRUCT_ADDRINFO 1
+| #define HAVE_GETTIMEOFDAY 1
+| #define HAVE_IF_INDEXTONAME 1
+| #define SIZEOF_STRUCT_IN6_ADDR 16
+| #define SIZEOF_STRUCT_IN_ADDR 4
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_NETDB_H 1
+| #define GETNAMEINFO_TYPE_ARG2 socklen_t
+| #define GETNAMEINFO_TYPE_ARG46 size_t
+| #define GETNAMEINFO_TYPE_ARG7 unsigned int
+| #define GETNAMEINFO_QUAL_ARG1 const
+| #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
+| #define HAVE_GETNAMEINFO 1
+| /* end confdefs.h.  */
+| #include <sys/types.h>
+| 		#include <sys/param.h>
+| 
+| int main (void)
+| {
+| #if BYTE_ORDER != BIG_ENDIAN
+| 		 not big endian
+| 		#endif
+| 
+|  ;
+|  return 0;
+| }
+configure:24567: result: no
+configure:24596: checking for "/dev/urandom"
+configure:24610: result: yes
+configure:24635: checking whether to enable non-blocking communications
+configure:24654: result: yes
+configure:24661: checking how to set a socket into non-blocking mode
+configure:24674: result: fcntl O_NONBLOCK
+configure:24693: checking whether hiding of library internal symbols will actually happen
+configure:24709: result: yes
+configure:24861: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by c-ares config.status 1.7.4, which was
+generated by GNU Autoconf 2.67.  Invocation command line was
+
+  CONFIG_FILES    = 
+  CONFIG_HEADERS  = 
+  CONFIG_LINKS    = 
+  CONFIG_COMMANDS = 
+  $ ./config.status 
+
+on shell2.eushells.com
+
+config.status:1227: creating Makefile
+config.status:1227: creating libcares.pc
+config.status:1227: creating ares_config.h
+config.status:1401: ares_config.h is unchanged
+config.status:1227: creating ares_build.h
+config.status:1448: executing depfiles commands
+config.status:1448: executing libtool commands
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_build=i686-pc-linux-gnu
+ac_cv_c_bigendian=no
+ac_cv_c_compiler_gnu=yes
+ac_cv_c_const=yes
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+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_LIBS_set=
+ac_cv_env_LIBS_value=
+ac_cv_env_build_alias_set=
+ac_cv_env_build_alias_value=
+ac_cv_env_host_alias_set=
+ac_cv_env_host_alias_value=
+ac_cv_env_target_alias_set=
+ac_cv_env_target_alias_value=
+ac_cv_file__dev_urandom=yes
+ac_cv_func_bitncmp=no
+ac_cv_func_clock_gettime=yes
+ac_cv_func_closesocket=no
+ac_cv_func_closesocket_camel=no
+ac_cv_func_connect=yes
+ac_cv_func_fcntl=yes
+ac_cv_func_fcntl_o_nonblock=yes
+ac_cv_func_freeaddrinfo=yes
+ac_cv_func_getaddrinfo=yes
+ac_cv_func_getaddrinfo_threadsafe=yes
+ac_cv_func_gethostbyaddr=yes
+ac_cv_func_gethostbyname=yes
+ac_cv_func_gethostname=yes
+ac_cv_func_getnameinfo=yes
+ac_cv_func_getservbyport_r=yes
+ac_cv_func_gettimeofday=yes
+ac_cv_func_if_indextoname=yes
+ac_cv_func_inet_net_pton=no
+ac_cv_func_inet_ntop=yes
+ac_cv_func_inet_pton=yes
+ac_cv_func_ioctl=yes
+ac_cv_func_ioctl_fionbio=yes
+ac_cv_func_ioctl_siocgifaddr=yes
+ac_cv_func_ioctlsocket=no
+ac_cv_func_ioctlsocket_camel=no
+ac_cv_func_recv=yes
+ac_cv_func_recvfrom=yes
+ac_cv_func_send=yes
+ac_cv_func_setsockopt=yes
+ac_cv_func_setsockopt_so_nonblock=no
+ac_cv_func_socket=yes
+ac_cv_func_strcasecmp=yes
+ac_cv_func_strcmpi=no
+ac_cv_func_strdup=yes
+ac_cv_func_stricmp=no
+ac_cv_func_strncasecmp=yes
+ac_cv_func_strncmpi=no
+ac_cv_func_strnicmp=no
+ac_cv_func_writev=yes
+ac_cv_header_arpa_inet_h=yes
+ac_cv_header_arpa_nameser_compat_h=yes
+ac_cv_header_arpa_nameser_h=yes
+ac_cv_header_assert_h=yes
+ac_cv_header_dlfcn_h=yes
+ac_cv_header_errno_h=yes
+ac_cv_header_fcntl_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_net_if_h=yes
+ac_cv_header_netdb_h=yes
+ac_cv_header_netinet_in_h=yes
+ac_cv_header_netinet_tcp_h=yes
+ac_cv_header_signal_h=yes
+ac_cv_header_socket_h=no
+ac_cv_header_stdbool_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_stropts_h=yes
+ac_cv_header_sys_ioctl_h=yes
+ac_cv_header_sys_param_h=yes
+ac_cv_header_sys_select_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_uio_h=yes
+ac_cv_header_time=yes
+ac_cv_header_time_h=yes
+ac_cv_header_unistd_h=yes
+ac_cv_header_windows_h=no
+ac_cv_header_winsock2_h=no
+ac_cv_header_winsock_h=no
+ac_cv_header_ws2tcpip_h=no
+ac_cv_host=i686-pc-linux-gnu
+ac_cv_member_struct_addrinfo_ai_flags=yes
+ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
+ac_cv_msg_nosignal=yes
+ac_cv_native_windows=no
+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_ac_pt_AR=/usr/bin/ar
+ac_cv_path_install='/usr/bin/install -c'
+ac_cv_prog_AWK=mawk
+ac_cv_prog_CPP='gcc -E'
+ac_cv_prog_ac_ct_AR=/usr/bin/ar
+ac_cv_prog_ac_ct_CC=gcc
+ac_cv_prog_ac_ct_OBJDUMP=objdump
+ac_cv_prog_ac_ct_RANLIB=ranlib
+ac_cv_prog_ac_ct_STRIP=strip
+ac_cv_prog_cc_c89=
+ac_cv_prog_cc_g=yes
+ac_cv_prog_cc_gcc_c_o=yes
+ac_cv_prog_make_make_set=yes
+ac_cv_sig_atomic_t_volatile=no
+ac_cv_sizeof_int=4
+ac_cv_sizeof_long=4
+ac_cv_sizeof_size_t=4
+ac_cv_sizeof_struct_in6_addr=16
+ac_cv_sizeof_struct_in_addr=4
+ac_cv_sizeof_time_t=4
+ac_cv_struct_timeval=yes
+ac_cv_sys_file_offset_bits=64
+ac_cv_sys_largefile_CC=no
+ac_cv_type_bool=yes
+ac_cv_type_in_addr_t=yes
+ac_cv_type_long_long=yes
+ac_cv_type_sig_atomic_t=yes
+ac_cv_type_signal=void
+ac_cv_type_size_t=yes
+ac_cv_type_ssize_t=yes
+ac_cv_type_struct_sockaddr_storage=yes
+am_cv_CC_dependencies_compiler_type=gcc3
+cares_cv_PATH_SEPARATOR=:
+curl_cv_def___GNUC__=4
+curl_cv_func_getnameinfo_args='const struct sockaddr *,socklen_t,size_t,unsigned int'
+curl_cv_func_recv_args='int,void *,size_t,int,int'
+curl_cv_func_recvfrom_args='int,void *,size_t,int,struct sockaddr *,socklen_t *,int'
+curl_cv_func_send_args='int,const void *,size_t,int,int'
+curl_cv_gclk_LIBS=-lrt
+curl_cv_getnameinfo=yes
+curl_cv_have_def__COMPILER_VERSION=no
+curl_cv_have_def__SGI_COMPILER_VERSION=no
+curl_cv_have_def___DECC=no
+curl_cv_have_def___DECC_VER=no
+curl_cv_have_def___GNUC__=yes
+curl_cv_have_def___HP_cc=no
+curl_cv_have_def___IBMC__=no
+curl_cv_have_def___INTEL_COMPILER=no
+curl_cv_have_def___LCC__=no
+curl_cv_have_def___SUNPRO_C=no
+curl_cv_have_def___TINYC__=no
+curl_cv_have_def___WATCOMC__=no
+curl_cv_have_def___clang__=no
+curl_cv_have_def___sgi=no
+curl_cv_have_def_h_errno=yes
+curl_cv_need_header_malloc_h=no
+curl_cv_need_header_memory_h=no
+curl_cv_recv=yes
+curl_cv_recvfrom=yes
+curl_cv_save_LIBS=
+curl_cv_send=yes
+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=/usr/bin/ld
+lt_cv_path_NM='/usr/bin/nm -B'
+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_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=805306365
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+ACLOCAL='${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run aclocal-1.9'
+AMDEPBACKSLASH='\'
+AMDEP_FALSE='#'
+AMDEP_TRUE=''
+AMTAR='${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run tar'
+AR='/usr/bin/ar'
+AS='as'
+AUTOCONF='${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run autoconf'
+AUTOHEADER='${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run autoheader'
+AUTOMAKE='${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run automake-1.9'
+AWK='mawk'
+CARES_CFLAG_EXTRAS=''
+CARES_PRIVATE_LIBS='-lrt'
+CC='gcc'
+CCDEPMODE='depmode=gcc3'
+CFLAGS='-g0 -O2 -Wno-system-headers -fvisibility=hidden'
+CPP='gcc -E'
+CPPFLAGS=''
+CURLDEBUG_FALSE=''
+CURLDEBUG_TRUE='#'
+CYGPATH_W='echo'
+DEFS='-DHAVE_CONFIG_H'
+DEPDIR='.deps'
+DLLTOOL='dlltool'
+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='${SHELL} $(install_sh) -c -s'
+LD='/usr/bin/ld'
+LDFLAGS=''
+LIBOBJS=''
+LIBS='-lrt'
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIPO=''
+LN_S='ln -s'
+LTLIBOBJS=''
+MAINT='#'
+MAINTAINER_MODE_FALSE=''
+MAINTAINER_MODE_TRUE='#'
+MAKEINFO='${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run makeinfo'
+NM='/usr/bin/nm -B'
+NMEDIT=''
+NO_UNDEFINED_FALSE=''
+NO_UNDEFINED_TRUE='#'
+OBJDUMP='objdump'
+OBJEXT='o'
+OTOOL64=''
+OTOOL=''
+PACKAGE='c-ares'
+PACKAGE_BUGREPORT='c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares'
+PACKAGE_NAME='c-ares'
+PACKAGE_STRING='c-ares 1.7.4'
+PACKAGE_TARNAME='c-ares'
+PACKAGE_URL=''
+PACKAGE_VERSION='1.7.4'
+PATH='/usr/local/bin:/usr/bin:/bin:/usr/games:/home/avatar/bin.linux2'
+PATH_SEPARATOR=':'
+RANDOM_FILE='/dev/urandom'
+RANLIB='ranlib'
+SED='/bin/sed'
+SET_MAKE=''
+SHELL='/bin/bash'
+STRIP='strip'
+VERSION='1.7.4'
+ac_ct_CC='gcc'
+ac_ct_DUMPBIN=''
+am__fastdepCC_FALSE='#'
+am__fastdepCC_TRUE=''
+am__include='include'
+am__leading_dot='.'
+am__quote=''
+am__tar='${AMTAR} chof - "$$tardir"'
+am__untar='${AMTAR} xf -'
+bindir='${exec_prefix}/bin'
+build='i686-pc-linux-gnu'
+build_alias=''
+build_cpu='i686'
+build_os='linux-gnu'
+build_vendor='pc'
+datadir='${datarootdir}'
+datarootdir='${prefix}/share'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+dvidir='${docdir}'
+exec_prefix='${prefix}'
+host='i686-pc-linux-gnu'
+host_alias=''
+host_cpu='i686'
+host_os='linux-gnu'
+host_vendor='pc'
+htmldir='${docdir}'
+includedir='${prefix}/include'
+infodir='${datarootdir}/info'
+install_sh='/home/avatar/src/psybnc/test-bnc/src/c-ares/install-sh'
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+localedir='${datarootdir}/locale'
+localstatedir='${prefix}/var'
+lt_ECHO='echo'
+mandir='${datarootdir}/man'
+mkdir_p='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_alias=''
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+/* confdefs.h */
+#define PACKAGE_NAME "c-ares"
+#define PACKAGE_TARNAME "c-ares"
+#define PACKAGE_VERSION "1.7.4"
+#define PACKAGE_STRING "c-ares 1.7.4"
+#define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+#define PACKAGE_URL ""
+#define PACKAGE "c-ares"
+#define VERSION "1.7.4"
+#define OS "i686-pc-linux-gnu"
+#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 LT_OBJDIR ".libs/"
+#define TIME_WITH_SYS_TIME 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_TIME_H 1
+#define HAVE_TIME_H 1
+#define HAVE_CLOCK_GETTIME_MONOTONIC 1
+#define STDC_HEADERS 1
+#define HAVE_MALLOC_H 1
+#define HAVE_MEMORY_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_TIME_H 1
+#define HAVE_SYS_SELECT_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define HAVE_SYS_IOCTL_H 1
+#define HAVE_SYS_PARAM_H 1
+#define HAVE_SYS_UIO_H 1
+#define HAVE_ASSERT_H 1
+#define HAVE_NETDB_H 1
+#define HAVE_NETINET_IN_H 1
+#define HAVE_NETINET_TCP_H 1
+#define HAVE_NET_IF_H 1
+#define HAVE_ERRNO_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STDBOOL_H 1
+#define HAVE_TIME_H 1
+#define HAVE_LIMITS_H 1
+#define HAVE_ARPA_NAMESER_H 1
+#define HAVE_ARPA_NAMESER_COMPAT_H 1
+#define HAVE_ARPA_INET_H 1
+#define TIME_WITH_SYS_TIME 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_TIME_H 1
+#define HAVE_TIME_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define HAVE_STRUCT_TIMEVAL 1
+#define SIZEOF_SIZE_T 4
+#define SIZEOF_INT 4
+#define SIZEOF_LONG 4
+#define CARES_SIZEOF_LONG 4
+#define SIZEOF_TIME_T 4
+#define HAVE_LONGLONG 1
+#define HAVE_LL 1
+#define HAVE_BOOL_T 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define CARES_PULL_SYS_TYPES_H 1
+#define CARES_PULL_SYS_SOCKET_H 1
+#define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
+#define CARES_SIZEOF_ARES_SOCKLEN_T 4
+#define HAVE_STRUCT_SOCKADDR_STORAGE 1
+#define HAVE_SIGNAL_H 1
+#define HAVE_SIG_ATOMIC_T 1
+#define RETSIGTYPE void
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define RECV_TYPE_ARG1 int
+#define RECV_TYPE_ARG2 void *
+#define RECV_TYPE_ARG3 size_t
+#define RECV_TYPE_ARG4 int
+#define RECV_TYPE_RETV int
+#define HAVE_RECV 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define HAVE_RECVFROM 1
+#define RECVFROM_TYPE_ARG1 int
+#define RECVFROM_TYPE_ARG3 size_t
+#define RECVFROM_TYPE_ARG4 int
+#define RECVFROM_TYPE_RETV int
+#define RECVFROM_TYPE_ARG2 void
+#define RECVFROM_TYPE_ARG5 struct sockaddr
+#define RECVFROM_TYPE_ARG6 socklen_t
+#define RECVFROM_TYPE_ARG2_IS_VOID 1
+#define HAVE_RECVFROM 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define SEND_TYPE_ARG1 int
+#define SEND_TYPE_ARG3 size_t
+#define SEND_TYPE_ARG4 int
+#define SEND_TYPE_RETV int
+#define SEND_QUAL_ARG2 const
+#define SEND_TYPE_ARG2 void *
+#define HAVE_SEND 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define HAVE_MSG_NOSIGNAL 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_CONNECT 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_FCNTL_H 1
+#define HAVE_FCNTL 1
+#define HAVE_FCNTL_O_NONBLOCK 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_NETDB_H 1
+#define HAVE_FREEADDRINFO 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_STRING_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_GETADDRINFO 1
+#define HAVE_GETADDRINFO_THREADSAFE 1
+#define HAVE_GETHOSTBYADDR 1
+#define HAVE_GETHOSTBYNAME 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_GETHOSTNAME 1
+#define HAVE_GETSERVBYPORT_R 1
+#define GETSERVBYPORT_R_ARGS 6
+#define GETSERVBYPORT_R_BUFSIZE 4096
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define HAVE_NETINET_IN_H 1
+#define HAVE_ARPA_INET_H 1
+#define HAVE_INET_NTOP 1
+#define HAVE_INET_PTON 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define HAVE_SYS_IOCTL_H 1
+#define HAVE_STROPTS_H 1
+#define HAVE_IOCTL 1
+#define HAVE_IOCTL_FIONBIO 1
+#define HAVE_IOCTL_SIOCGIFADDR 1
+#define HAVE_SETSOCKOPT 1
+#define HAVE_SOCKET 1
+#define HAVE_STRCASECMP 1
+#define HAVE_STRDUP 1
+#define HAVE_STRNCASECMP 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_UIO_H 1
+#define HAVE_WRITEV 1
+#define HAVE_PF_INET6 1
+#define HAVE_AF_INET6 1
+#define HAVE_STRUCT_IN6_ADDR 1
+#define HAVE_STRUCT_SOCKADDR_IN6 1
+#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+#define HAVE_STRUCT_ADDRINFO 1
+#define HAVE_GETTIMEOFDAY 1
+#define HAVE_IF_INDEXTONAME 1
+#define SIZEOF_STRUCT_IN6_ADDR 16
+#define SIZEOF_STRUCT_IN_ADDR 4
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define HAVE_NETDB_H 1
+#define GETNAMEINFO_TYPE_ARG2 socklen_t
+#define GETNAMEINFO_TYPE_ARG46 size_t
+#define GETNAMEINFO_TYPE_ARG7 unsigned int
+#define GETNAMEINFO_QUAL_ARG1 const
+#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
+#define HAVE_GETNAMEINFO 1
+#define RANDOM_FILE "/dev/urandom"
+#define CARES_SYMBOL_HIDING 1
+#define CARES_SYMBOL_SCOPE_EXTERN __attribute__ ((visibility ("default")))
+
+configure: exit 0
blob - /dev/null
blob + 3039d8c05e91f417fbccbec17ec23ca9b554ca26 (mode 755)
--- /dev/null
+++ src/c-ares/config.status
@@ -0,0 +1,2184 @@
+#! /bin/bash
+# Generated by configure.
+# Run this file to recreate the current configuration.
+# Compiler output produced by configure, useful for debugging
+# configure, is in config.log if it exists.
+
+debug=false
+ac_cs_recheck=false
+ac_cs_silent=false
+
+SHELL=${CONFIG_SHELL-/bin/bash}
+export SHELL
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
+
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
+esac
+fi
+
+
+as_nl='
+'
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='printf %s\n'
+  as_echo_n='printf %s'
+else
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_n='/usr/ucb/echo -n'
+  else
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_n_body='eval
+      arg=$1;
+      case $arg in #(
+      *"$as_nl"*)
+	expr "X$arg" : "X\\(.*\\)$as_nl";
+	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+      esac;
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+    '
+    export as_echo_n_body
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+  fi
+  export as_echo_body
+  as_echo='sh -c $as_echo_body as_echo'
+fi
+
+
+
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+IFS=" ""	$as_nl"
+
+# Find who we are.  Look in the path if we contain no directory separator.
+case $0 in #((
+  *[\\/]* ) as_myself=$0 ;;
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+  done
+IFS=$as_save_IFS
+
+     ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+  as_myself=$0
+fi
+if test ! -f "$as_myself"; then
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  exit 1
+fi
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
+
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+{
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+  fi
+  $as_echo "$as_me: error: $2" >&2
+  as_fn_exit $as_status
+} # as_fn_error
+
+
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+  return $1
+} # as_fn_set_status
+
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+{
+  set +e
+  as_fn_set_status $1
+  exit $1
+} # as_fn_exit
+
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+  { eval $1=; unset $1;}
+}
+as_unset=as_fn_unset
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+  eval 'as_fn_append ()
+  {
+    eval $1+=\$2
+  }'
+else
+  as_fn_append ()
+  {
+    eval $1=\$$1\$2
+  }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+  eval 'as_fn_arith ()
+  {
+    as_val=$(( $* ))
+  }'
+else
+  as_fn_arith ()
+  {
+    as_val=`expr "$@" || test $? -eq 1`
+  }
+fi # as_fn_arith
+
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+else
+  as_expr=false
+fi
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+else
+  as_basename=false
+fi
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+else
+  as_dirname=false
+fi
+
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+	 X"$0" : 'X\(//\)$' \| \
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+-n*)
+  case `echo 'xy\c'` in
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+       ECHO_T='	';;
+  esac;;
+*)
+  ECHO_N='-n';;
+esac
+
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
+else
+  rm -f conf$$.dir
+  mkdir conf$$.dir 2>/dev/null
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s='ln -s'
+    # ... but there are two gotchas:
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # In both cases, we have to default to `cp -p'.
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+      as_ln_s='cp -p'
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s=ln
+  else
+    as_ln_s='cp -p'
+  fi
+else
+  as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+
+
+# as_fn_mkdir_p
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
+
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  esac
+  test -d "$as_dir" || eval $as_mkdir_p || {
+    as_dirs=
+    while :; do
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *) as_qdir=$as_dir;;
+      esac
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
+	 X"$as_dir" : 'X\(//\)$' \| \
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      test -d "$as_dir" && break
+    done
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+} # as_fn_mkdir_p
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p='mkdir -p "$as_dir"'
+else
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+fi
+
+if test -x / >/dev/null 2>&1; then
+  as_test_x='test -x'
+else
+  if ls -dL / >/dev/null 2>&1; then
+    as_ls_L_option=L
+  else
+    as_ls_L_option=
+  fi
+  as_test_x='
+    eval sh -c '\''
+      if test -d "$1"; then
+	test -d "$1/.";
+      else
+	case $1 in #(
+	-*)set "./$1";;
+	esac;
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+	???[sx]*):;;*)false;;esac;fi
+    '\'' sh
+  '
+fi
+as_executable_p=$as_test_x
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+exec 6>&1
+## ----------------------------------- ##
+## Main body of $CONFIG_STATUS script. ##
+## ----------------------------------- ##
+# Save the log message, to keep $0 and so on meaningful, and to
+# report actual input values of CONFIG_FILES etc. instead of their
+# values after options handling.
+ac_log="
+This file was extended by c-ares $as_me 1.7.4, which was
+generated by GNU Autoconf 2.67.  Invocation command line was
+
+  CONFIG_FILES    = $CONFIG_FILES
+  CONFIG_HEADERS  = $CONFIG_HEADERS
+  CONFIG_LINKS    = $CONFIG_LINKS
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
+  $ $0 $@
+
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
+"
+
+# Files that config.status was made for.
+config_files=" Makefile libcares.pc"
+config_headers=" ares_config.h ares_build.h"
+config_commands=" depfiles libtool"
+
+ac_cs_usage="\
+\`$as_me' instantiates files and other configuration actions
+from templates according to the current configuration.  Unless the files
+and actions are specified as TAGs, all are instantiated by default.
+
+Usage: $0 [OPTION]... [TAG]...
+
+  -h, --help       print this help, then exit
+  -V, --version    print version number and configuration settings, then exit
+      --config     print configuration, then exit
+  -q, --quiet, --silent
+                   do not print progress messages
+  -d, --debug      don't remove temporary files
+      --recheck    update $as_me by reconfiguring in the same conditions
+      --file=FILE[:TEMPLATE]
+                   instantiate the configuration file FILE
+      --header=FILE[:TEMPLATE]
+                   instantiate the configuration header FILE
+
+Configuration files:
+$config_files
+
+Configuration headers:
+$config_headers
+
+Configuration commands:
+$config_commands
+
+Report bugs to <c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares>."
+
+ac_cs_config="'--disable-shared' '--enable-static'"
+ac_cs_version="\
+c-ares config.status 1.7.4
+configured by ./configure, generated by GNU Autoconf 2.67,
+  with options \"$ac_cs_config\"
+
+Copyright (C) 2010 Free Software Foundation, Inc.
+This config.status script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it."
+
+ac_pwd='/home/avatar/src/psybnc/test-bnc/src/c-ares'
+srcdir='.'
+INSTALL='/usr/bin/install -c'
+AWK='mawk'
+test -n "$AWK" || AWK=awk
+# The default lists apply if the user does not specify any file.
+ac_need_defaults=:
+while test $# != 0
+do
+  case $1 in
+  --*=?*)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+    ac_shift=:
+    ;;
+  --*=)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=
+    ac_shift=:
+    ;;
+  *)
+    ac_option=$1
+    ac_optarg=$2
+    ac_shift=shift
+    ;;
+  esac
+
+  case $ac_option in
+  # Handling of the options.
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+    ac_cs_recheck=: ;;
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
+    $as_echo "$ac_cs_version"; exit ;;
+  --config | --confi | --conf | --con | --co | --c )
+    $as_echo "$ac_cs_config"; exit ;;
+  --debug | --debu | --deb | --de | --d | -d )
+    debug=: ;;
+  --file | --fil | --fi | --f )
+    $ac_shift
+    case $ac_optarg in
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    '') as_fn_error $? "missing file argument" ;;
+    esac
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
+    ac_need_defaults=false;;
+  --header | --heade | --head | --hea )
+    $ac_shift
+    case $ac_optarg in
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    esac
+    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
+    ac_need_defaults=false;;
+  --he | --h)
+    # Conflict between --help and --header
+    as_fn_error $? "ambiguous option: \`$1'
+Try \`$0 --help' for more information.";;
+  --help | --hel | -h )
+    $as_echo "$ac_cs_usage"; exit ;;
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
+    ac_cs_silent=: ;;
+
+  # This is an error.
+  -*) as_fn_error $? "unrecognized option: \`$1'
+Try \`$0 --help' for more information." ;;
+
+  *) as_fn_append ac_config_targets " $1"
+     ac_need_defaults=false ;;
+
+  esac
+  shift
+done
+
+ac_configure_extra_args=
+
+if $ac_cs_silent; then
+  exec 6>/dev/null
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
+fi
+
+if $ac_cs_recheck; then
+  set X '/bin/bash' './configure'  '--disable-shared' '--enable-static' $ac_configure_extra_args --no-create --no-recursion
+  shift
+  $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
+  CONFIG_SHELL='/bin/bash'
+  export CONFIG_SHELL
+  exec "$@"
+fi
+
+exec 5>>config.log
+{
+  echo
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+## Running $as_me. ##
+_ASBOX
+  $as_echo "$ac_log"
+} >&5
+
+#
+# INIT-COMMANDS
+#
+AMDEP_TRUE="" ac_aux_dir="."
+
+
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
+AS='as'
+DLLTOOL='dlltool'
+OBJDUMP='objdump'
+macro_version='2.2.6b'
+macro_revision='1.3017'
+enable_shared='no'
+enable_static='yes'
+pic_mode='default'
+enable_fast_install='needless'
+host_alias=''
+host='i686-pc-linux-gnu'
+host_os='linux-gnu'
+build_alias=''
+build='i686-pc-linux-gnu'
+build_os='linux-gnu'
+SED='/bin/sed'
+Xsed='/bin/sed -e 1s/^X//'
+GREP='/bin/grep'
+EGREP='/bin/grep -E'
+FGREP='/bin/grep -F'
+LD='/usr/bin/ld'
+NM='/usr/bin/nm -B'
+LN_S='ln -s'
+max_cmd_len='805306365'
+ac_objext='o'
+exeext=''
+lt_unset='unset'
+lt_SP2NL='tr \040 \012'
+lt_NL2SP='tr \015\012 \040\040'
+reload_flag=' -r'
+reload_cmds='$LD$reload_flag -o $output$reload_objs'
+deplibs_check_method='pass_all'
+file_magic_cmd='$MAGIC_CMD'
+AR='/usr/bin/ar'
+AR_FLAGS='cru'
+STRIP='strip'
+RANLIB='ranlib'
+old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
+old_postuninstall_cmds=''
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
+CC='gcc'
+CFLAGS='-g0 -O2 -Wno-system-headers -fvisibility=hidden'
+compiler='gcc'
+GCC='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_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/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'\'''
+objdir='.libs'
+SHELL='/bin/bash'
+ECHO='echo'
+MAGIC_CMD='file'
+lt_prog_compiler_no_builtin_flag=' -fno-builtin'
+lt_prog_compiler_wl='-Wl,'
+lt_prog_compiler_pic=' -fPIC -DPIC'
+lt_prog_compiler_static='-static'
+lt_cv_prog_compiler_c_o='yes'
+need_locks='no'
+DSYMUTIL=''
+NMEDIT=''
+LIPO=''
+OTOOL=''
+OTOOL64=''
+libext='a'
+shrext_cmds='.so'
+extract_expsyms_cmds=''
+archive_cmds_need_lc='yes'
+enable_shared_with_static_runtimes='no'
+export_dynamic_flag_spec='${wl}--export-dynamic'
+whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
+compiler_needs_object='no'
+old_archive_from_new_cmds=''
+old_archive_from_expsyms_cmds=''
+archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
+	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	    echo "local: *; };" >> $output_objdir/$libname.ver~
+	    $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+module_cmds=''
+module_expsym_cmds=''
+with_gnu_ld='yes'
+allow_undefined_flag=''
+no_undefined_flag=''
+hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+hardcode_libdir_flag_spec_ld=''
+hardcode_libdir_separator=''
+hardcode_direct='no'
+hardcode_direct_absolute='no'
+hardcode_minus_L='no'
+hardcode_shlibpath_var='unsupported'
+hardcode_automatic='no'
+inherit_rpath='no'
+link_all_deplibs='no'
+fix_srcfile_path=''
+always_export_symbols='no'
+export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
+include_expsyms=''
+prelink_cmds=''
+file_list_spec=''
+variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
+need_lib_prefix='no'
+need_version='no'
+version_type='linux'
+runpath_var='LD_RUN_PATH'
+shlibpath_var='LD_LIBRARY_PATH'
+shlibpath_overrides_runpath='no'
+libname_spec='lib$name'
+library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+soname_spec='${libname}${release}${shared_ext}$major'
+postinstall_cmds=''
+postuninstall_cmds=''
+finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+finish_eval=''
+hardcode_into_libs='yes'
+sys_lib_search_path_spec='/usr/lib/gcc/i486-linux-gnu/4.4.5 /usr/lib /lib'
+sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib /lib /usr/lib/sasl2 /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib /usr/lib/vmware-tools/lib32/libvmGuestLib.so /usr/lib/vmware-tools/lib64/libvmGuestLib.so /usr/lib/vmware-tools/lib32/libvmGuestLibJava.so /usr/lib/vmware-tools/lib64/libvmGuestLibJava.so /usr/lib/vmware-tools/lib32/libDeployPkg.so /usr/lib/vmware-tools/lib64/libDeployPkg.so '
+hardcode_action='immediate'
+enable_dlopen='unknown'
+enable_dlopen_self='unknown'
+enable_dlopen_self_static='unknown'
+old_striplib='strip --strip-debug'
+striplib='strip --strip-unneeded'
+
+LTCC='gcc'
+LTCFLAGS=''
+compiler='gcc'
+
+# Quote evaled strings.
+for var in SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag deplibs_check_method file_magic_cmd AR AR_FLAGS STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix SHELL ECHO lt_prog_compiler_no_builtin_flag lt_prog_compiler_wl lt_prog_compiler_pic lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_flag_spec_ld hardcode_libdir_separator fix_srcfile_path exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec finish_eval old_striplib striplib; do
+    case `eval \\$ECHO "X\\$$var"` in
+    *[\\\`\"\$]*)
+      eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
+      ;;
+    *)
+      eval "lt_$var=\\\"\$$var\\\""
+      ;;
+    esac
+done
+
+# Double-quote double-evaled strings.
+for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec; do
+    case `eval \\$ECHO "X\\$$var"` in
+    *[\\\`\"\$]*)
+      eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
+      ;;
+    *)
+      eval "lt_$var=\\\"\$$var\\\""
+      ;;
+    esac
+done
+
+# Fix-up fallback echo if it was mangled by the above quoting rules.
+case $lt_ECHO in
+*'\$0 --fallback-echo"')  lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
+  ;;
+esac
+
+ac_aux_dir='.'
+xsi_shell='yes'
+lt_shell_append='yes'
+
+# See if we are running on zsh, and set the options which allow our
+# commands through without removal of \ escapes INIT.
+if test -n "${ZSH_VERSION+set}" ; then
+   setopt NO_GLOB_SUBST
+fi
+
+
+    PACKAGE='c-ares'
+    VERSION='1.7.4'
+    TIMESTAMP=''
+    RM='rm -f'
+    ofile='libtool'
+
+
+
+
+
+# Handling of arguments.
+for ac_config_target in $ac_config_targets
+do
+  case $ac_config_target in
+    "ares_config.h") CONFIG_HEADERS="$CONFIG_HEADERS ares_config.h" ;;
+    "ares_build.h") CONFIG_HEADERS="$CONFIG_HEADERS ares_build.h" ;;
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+    "libcares.pc") CONFIG_FILES="$CONFIG_FILES libcares.pc" ;;
+
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
+  esac
+done
+
+
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used.  Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+fi
+
+# Have a temporary directory for convenience.  Make it in the build tree
+# simply because there is no reason against having it here, and in addition,
+# creating and moving files from /tmp can sometimes cause problems.
+# Hook for its removal unless debugging.
+# Note that there is a small window in which the directory will not be cleaned:
+# after its creation but before its name has been assigned to `$tmp'.
+$debug ||
+{
+  tmp=
+  trap 'exit_status=$?
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
+' 0
+  trap 'as_fn_exit 1' 1 2 13 15
+}
+# Create a (secure) tmp directory for tmp files.
+
+{
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+  test -n "$tmp" && test -d "$tmp"
+}  ||
+{
+  tmp=./conf$$-$RANDOM
+  (umask 077 && mkdir "$tmp")
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+
+# Set up the scripts for CONFIG_FILES section.
+# No need to generate them if there are no CONFIG_FILES.
+# This happens for instance with `./config.status config.h'.
+if test -n "$CONFIG_FILES"; then
+
+
+ac_cr=`echo X | tr X '\015'`
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
+# But we know of no other shell where ac_cr would be empty at this
+# point, so we can use a bashism as a fallback.
+if test "x$ac_cr" = x; then
+  eval ac_cr=\$\'\\r\'
+fi
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
+  ac_cs_awk_cr='\\r'
+else
+  ac_cs_awk_cr=$ac_cr
+fi
+
+echo 'BEGIN {' >"$tmp/subs1.awk" &&
+cat >>"$tmp/subs1.awk" <<\_ACAWK &&
+S["LTLIBOBJS"]=""
+S["LIBOBJS"]=""
+S["CARES_CFLAG_EXTRAS"]=""
+S["CARES_PRIVATE_LIBS"]="-lrt"
+S["RANDOM_FILE"]="/dev/urandom"
+S["CURLDEBUG_FALSE"]=""
+S["CURLDEBUG_TRUE"]="#"
+S["NO_UNDEFINED_FALSE"]=""
+S["NO_UNDEFINED_TRUE"]="#"
+S["OTOOL64"]=""
+S["OTOOL"]=""
+S["LIPO"]=""
+S["NMEDIT"]=""
+S["DSYMUTIL"]=""
+S["lt_ECHO"]="echo"
+S["RANLIB"]="ranlib"
+S["LN_S"]="ln -s"
+S["NM"]="/usr/bin/nm -B"
+S["ac_ct_DUMPBIN"]=""
+S["DUMPBIN"]=""
+S["LD"]="/usr/bin/ld"
+S["FGREP"]="/bin/grep -F"
+S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
+S["OBJDUMP"]="objdump"
+S["DLLTOOL"]="dlltool"
+S["AS"]="as"
+S["CPP"]="gcc -E"
+S["am__fastdepCC_FALSE"]="#"
+S["am__fastdepCC_TRUE"]=""
+S["CCDEPMODE"]="depmode=gcc3"
+S["AMDEPBACKSLASH"]="\\"
+S["AMDEP_FALSE"]="#"
+S["AMDEP_TRUE"]=""
+S["am__quote"]=""
+S["am__include"]="include"
+S["DEPDIR"]=".deps"
+S["OBJEXT"]="o"
+S["EXEEXT"]=""
+S["ac_ct_CC"]="gcc"
+S["CPPFLAGS"]=""
+S["LDFLAGS"]=""
+S["CFLAGS"]="-g0 -O2 -Wno-system-headers -fvisibility=hidden"
+S["CC"]="gcc"
+S["host_os"]="linux-gnu"
+S["host_vendor"]="pc"
+S["host_cpu"]="i686"
+S["host"]="i686-pc-linux-gnu"
+S["build_os"]="linux-gnu"
+S["build_vendor"]="pc"
+S["build_cpu"]="i686"
+S["build"]="i686-pc-linux-gnu"
+S["am__untar"]="${AMTAR} xf -"
+S["am__tar"]="${AMTAR} chof - \"$$tardir\""
+S["AMTAR"]="${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run tar"
+S["am__leading_dot"]="."
+S["SET_MAKE"]=""
+S["AWK"]="mawk"
+S["mkdir_p"]="mkdir -p --"
+S["INSTALL_STRIP_PROGRAM"]="${SHELL} $(install_sh) -c -s"
+S["STRIP"]="strip"
+S["install_sh"]="/home/avatar/src/psybnc/test-bnc/src/c-ares/install-sh"
+S["MAKEINFO"]="${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run makeinfo"
+S["AUTOHEADER"]="${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run autoheader"
+S["AUTOMAKE"]="${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run automake-1.9"
+S["AUTOCONF"]="${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run autoconf"
+S["ACLOCAL"]="${SHELL} /home/avatar/src/psybnc/test-bnc/src/c-ares/missing --run aclocal-1.9"
+S["VERSION"]="1.7.4"
+S["PACKAGE"]="c-ares"
+S["CYGPATH_W"]="echo"
+S["INSTALL_DATA"]="${INSTALL} -m 644"
+S["INSTALL_SCRIPT"]="${INSTALL}"
+S["INSTALL_PROGRAM"]="${INSTALL}"
+S["AR"]="/usr/bin/ar"
+S["EGREP"]="/bin/grep -E"
+S["GREP"]="/bin/grep"
+S["SED"]="/bin/sed"
+S["MAINT"]="#"
+S["MAINTAINER_MODE_FALSE"]=""
+S["MAINTAINER_MODE_TRUE"]="#"
+S["target_alias"]=""
+S["host_alias"]=""
+S["build_alias"]=""
+S["LIBS"]="-lrt"
+S["ECHO_T"]=""
+S["ECHO_N"]="-n"
+S["ECHO_C"]=""
+S["DEFS"]="-DHAVE_CONFIG_H"
+S["mandir"]="${datarootdir}/man"
+S["localedir"]="${datarootdir}/locale"
+S["libdir"]="${exec_prefix}/lib"
+S["psdir"]="${docdir}"
+S["pdfdir"]="${docdir}"
+S["dvidir"]="${docdir}"
+S["htmldir"]="${docdir}"
+S["infodir"]="${datarootdir}/info"
+S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
+S["oldincludedir"]="/usr/include"
+S["includedir"]="${prefix}/include"
+S["localstatedir"]="${prefix}/var"
+S["sharedstatedir"]="${prefix}/com"
+S["sysconfdir"]="${prefix}/etc"
+S["datadir"]="${datarootdir}"
+S["datarootdir"]="${prefix}/share"
+S["libexecdir"]="${exec_prefix}/libexec"
+S["sbindir"]="${exec_prefix}/sbin"
+S["bindir"]="${exec_prefix}/bin"
+S["program_transform_name"]="s,x,x,"
+S["prefix"]="/usr/local"
+S["exec_prefix"]="${prefix}"
+S["PACKAGE_URL"]=""
+S["PACKAGE_BUGREPORT"]="c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
+S["PACKAGE_STRING"]="c-ares 1.7.4"
+S["PACKAGE_VERSION"]="1.7.4"
+S["PACKAGE_TARNAME"]="c-ares"
+S["PACKAGE_NAME"]="c-ares"
+S["SHELL"]="/bin/bash"
+S["PATH"]="/usr/local/bin:/usr/bin:/bin:/usr/games:/home/avatar/bin.linux2"
+S["PATH_SEPARATOR"]=":"
+_ACAWK
+cat >>"$tmp/subs1.awk" <<_ACAWK &&
+  for (key in S) S_is_set[key] = 1
+  FS = ""
+
+}
+{
+  line = $ 0
+  nfields = split(line, field, "@")
+  substed = 0
+  len = length(field[1])
+  for (i = 2; i < nfields; i++) {
+    key = field[i]
+    keylen = length(key)
+    if (S_is_set[key]) {
+      value = S[key]
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
+      len += length(value) + length(field[++i])
+      substed = 1
+    } else
+      len += 1 + keylen
+  }
+
+  print line
+}
+
+_ACAWK
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
+else
+  cat
+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
+  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
+fi # test -n "$CONFIG_FILES"
+
+# Set up the scripts for CONFIG_HEADERS section.
+# No need to generate them if there are no CONFIG_HEADERS.
+# This happens for instance with `./config.status Makefile'.
+if test -n "$CONFIG_HEADERS"; then
+cat >"$tmp/defines.awk" <<\_ACAWK ||
+BEGIN {
+D["PACKAGE_NAME"]=" \"c-ares\""
+D["PACKAGE_TARNAME"]=" \"c-ares\""
+D["PACKAGE_VERSION"]=" \"1.7.4\""
+D["PACKAGE_STRING"]=" \"c-ares 1.7.4\""
+D["PACKAGE_BUGREPORT"]=" \"c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares\""
+D["PACKAGE_URL"]=" \"\""
+D["PACKAGE"]=" \"c-ares\""
+D["VERSION"]=" \"1.7.4\""
+D["OS"]=" \"i686-pc-linux-gnu\""
+D["_FILE_OFFSET_BITS"]=" 64"
+D["STDC_HEADERS"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_SYS_STAT_H"]=" 1"
+D["HAVE_STDLIB_H"]=" 1"
+D["HAVE_STRING_H"]=" 1"
+D["HAVE_MEMORY_H"]=" 1"
+D["HAVE_STRINGS_H"]=" 1"
+D["HAVE_INTTYPES_H"]=" 1"
+D["HAVE_STDINT_H"]=" 1"
+D["HAVE_UNISTD_H"]=" 1"
+D["HAVE_DLFCN_H"]=" 1"
+D["LT_OBJDIR"]=" \".libs/\""
+D["TIME_WITH_SYS_TIME"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_SYS_TIME_H"]=" 1"
+D["HAVE_TIME_H"]=" 1"
+D["HAVE_CLOCK_GETTIME_MONOTONIC"]=" 1"
+D["STDC_HEADERS"]=" 1"
+D["HAVE_MALLOC_H"]=" 1"
+D["HAVE_MEMORY_H"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_SYS_TIME_H"]=" 1"
+D["HAVE_SYS_SELECT_H"]=" 1"
+D["HAVE_SYS_SOCKET_H"]=" 1"
+D["HAVE_SYS_IOCTL_H"]=" 1"
+D["HAVE_SYS_PARAM_H"]=" 1"
+D["HAVE_SYS_UIO_H"]=" 1"
+D["HAVE_ASSERT_H"]=" 1"
+D["HAVE_NETDB_H"]=" 1"
+D["HAVE_NETINET_IN_H"]=" 1"
+D["HAVE_NETINET_TCP_H"]=" 1"
+D["HAVE_NET_IF_H"]=" 1"
+D["HAVE_ERRNO_H"]=" 1"
+D["HAVE_STRINGS_H"]=" 1"
+D["HAVE_STDBOOL_H"]=" 1"
+D["HAVE_TIME_H"]=" 1"
+D["HAVE_LIMITS_H"]=" 1"
+D["HAVE_ARPA_NAMESER_H"]=" 1"
+D["HAVE_ARPA_NAMESER_COMPAT_H"]=" 1"
+D["HAVE_ARPA_INET_H"]=" 1"
+D["TIME_WITH_SYS_TIME"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_SYS_TIME_H"]=" 1"
+D["HAVE_TIME_H"]=" 1"
+D["HAVE_SYS_SOCKET_H"]=" 1"
+D["HAVE_STRUCT_TIMEVAL"]=" 1"
+D["SIZEOF_SIZE_T"]=" 4"
+D["SIZEOF_INT"]=" 4"
+D["SIZEOF_LONG"]=" 4"
+D["CARES_SIZEOF_LONG"]=" 4"
+D["SIZEOF_TIME_T"]=" 4"
+D["HAVE_LONGLONG"]=" 1"
+D["HAVE_LL"]=" 1"
+D["HAVE_BOOL_T"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_SYS_SOCKET_H"]=" 1"
+D["CARES_PULL_SYS_TYPES_H"]=" 1"
+D["CARES_PULL_SYS_SOCKET_H"]=" 1"
+D["CARES_TYPEOF_ARES_SOCKLEN_T"]=" socklen_t"
+D["CARES_SIZEOF_ARES_SOCKLEN_T"]=" 4"
+D["HAVE_STRUCT_SOCKADDR_STORAGE"]=" 1"
+D["HAVE_SIGNAL_H"]=" 1"
+D["HAVE_SIG_ATOMIC_T"]=" 1"
+D["RETSIGTYPE"]=" void"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_SYS_SOCKET_H"]=" 1"
+D["RECV_TYPE_ARG1"]=" int"
+D["RECV_TYPE_ARG2"]=" void *"
+D["RECV_TYPE_ARG3"]=" size_t"
+D["RECV_TYPE_ARG4"]=" int"
+D["RECV_TYPE_RETV"]=" int"
+D["HAVE_RECV"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_SYS_SOCKET_H"]=" 1"
+D["HAVE_RECVFROM"]=" 1"
+D["RECVFROM_TYPE_ARG1"]=" int"
+D["RECVFROM_TYPE_ARG3"]=" size_t"
+D["RECVFROM_TYPE_ARG4"]=" int"
+D["RECVFROM_TYPE_RETV"]=" int"
+D["RECVFROM_TYPE_ARG2"]=" void"
+D["RECVFROM_TYPE_ARG5"]=" struct sockaddr"
+D["RECVFROM_TYPE_ARG6"]=" socklen_t"
+D["RECVFROM_TYPE_ARG2_IS_VOID"]=" 1"
+D["HAVE_RECVFROM"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_SYS_SOCKET_H"]=" 1"
+D["SEND_TYPE_ARG1"]=" int"
+D["SEND_TYPE_ARG3"]=" size_t"
+D["SEND_TYPE_ARG4"]=" int"
+D["SEND_TYPE_RETV"]=" int"
+D["SEND_QUAL_ARG2"]=" const"
+D["SEND_TYPE_ARG2"]=" void *"
+D["HAVE_SEND"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_SYS_SOCKET_H"]=" 1"
+D["HAVE_MSG_NOSIGNAL"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_CONNECT"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_UNISTD_H"]=" 1"
+D["HAVE_FCNTL_H"]=" 1"
+D["HAVE_FCNTL"]=" 1"
+D["HAVE_FCNTL_O_NONBLOCK"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_NETDB_H"]=" 1"
+D["HAVE_FREEADDRINFO"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_STDLIB_H"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_STRING_H"]=" 1"
+D["HAVE_STRINGS_H"]=" 1"
+D["HAVE_GETADDRINFO"]=" 1"
+D["HAVE_GETADDRINFO_THREADSAFE"]=" 1"
+D["HAVE_GETHOSTBYADDR"]=" 1"
+D["HAVE_GETHOSTBYNAME"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_UNISTD_H"]=" 1"
+D["HAVE_GETHOSTNAME"]=" 1"
+D["HAVE_GETSERVBYPORT_R"]=" 1"
+D["GETSERVBYPORT_R_ARGS"]=" 6"
+D["GETSERVBYPORT_R_BUFSIZE"]=" 4096"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_SYS_SOCKET_H"]=" 1"
+D["HAVE_NETINET_IN_H"]=" 1"
+D["HAVE_ARPA_INET_H"]=" 1"
+D["HAVE_INET_NTOP"]=" 1"
+D["HAVE_INET_PTON"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_UNISTD_H"]=" 1"
+D["HAVE_SYS_SOCKET_H"]=" 1"
+D["HAVE_SYS_IOCTL_H"]=" 1"
+D["HAVE_STROPTS_H"]=" 1"
+D["HAVE_IOCTL"]=" 1"
+D["HAVE_IOCTL_FIONBIO"]=" 1"
+D["HAVE_IOCTL_SIOCGIFADDR"]=" 1"
+D["HAVE_SETSOCKOPT"]=" 1"
+D["HAVE_SOCKET"]=" 1"
+D["HAVE_STRCASECMP"]=" 1"
+D["HAVE_STRDUP"]=" 1"
+D["HAVE_STRNCASECMP"]=" 1"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_SYS_UIO_H"]=" 1"
+D["HAVE_WRITEV"]=" 1"
+D["HAVE_PF_INET6"]=" 1"
+D["HAVE_AF_INET6"]=" 1"
+D["HAVE_STRUCT_IN6_ADDR"]=" 1"
+D["HAVE_STRUCT_SOCKADDR_IN6"]=" 1"
+D["HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID"]=" 1"
+D["HAVE_STRUCT_ADDRINFO"]=" 1"
+D["HAVE_GETTIMEOFDAY"]=" 1"
+D["HAVE_IF_INDEXTONAME"]=" 1"
+D["SIZEOF_STRUCT_IN6_ADDR"]=" 16"
+D["SIZEOF_STRUCT_IN_ADDR"]=" 4"
+D["HAVE_SYS_TYPES_H"]=" 1"
+D["HAVE_SYS_SOCKET_H"]=" 1"
+D["HAVE_NETDB_H"]=" 1"
+D["GETNAMEINFO_TYPE_ARG2"]=" socklen_t"
+D["GETNAMEINFO_TYPE_ARG46"]=" size_t"
+D["GETNAMEINFO_TYPE_ARG7"]=" unsigned int"
+D["GETNAMEINFO_QUAL_ARG1"]=" const"
+D["GETNAMEINFO_TYPE_ARG1"]=" struct sockaddr *"
+D["HAVE_GETNAMEINFO"]=" 1"
+D["RANDOM_FILE"]=" \"/dev/urandom\""
+D["CARES_SYMBOL_HIDING"]=" 1"
+D["CARES_SYMBOL_SCOPE_EXTERN"]=" __attribute__ ((visibility (\"default\")))"
+  for (key in D) D_is_set[key] = 1
+  FS = ""
+}
+/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
+  line = $ 0
+  split(line, arg, " ")
+  if (arg[1] == "#") {
+    defundef = arg[2]
+    mac1 = arg[3]
+  } else {
+    defundef = substr(arg[1], 2)
+    mac1 = arg[2]
+  }
+  split(mac1, mac2, "(") #)
+  macro = mac2[1]
+  prefix = substr(line, 1, index(line, defundef) - 1)
+  if (D_is_set[macro]) {
+    # Preserve the white space surrounding the "#".
+    print prefix "define", macro P[macro] D[macro]
+    next
+  } else {
+    # Replace #undef with comments.  This is necessary, for example,
+    # in the case of _POSIX_SOURCE, which is predefined and required
+    # on some systems where configure will not decide to define it.
+    if (defundef == "undef") {
+      print "/*", prefix defundef, macro, "*/"
+      next
+    }
+  }
+}
+{ print }
+_ACAWK
+  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
+fi # test -n "$CONFIG_HEADERS"
+
+
+eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
+shift
+for ac_tag
+do
+  case $ac_tag in
+  :[FHLC]) ac_mode=$ac_tag; continue;;
+  esac
+  case $ac_mode$ac_tag in
+  :[FHL]*:*);;
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
+  :[FH]-) ac_tag=-:-;;
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+  esac
+  ac_save_IFS=$IFS
+  IFS=:
+  set x $ac_tag
+  IFS=$ac_save_IFS
+  shift
+  ac_file=$1
+  shift
+
+  case $ac_mode in
+  :L) ac_source=$1;;
+  :[FH])
+    ac_file_inputs=
+    for ac_f
+    do
+      case $ac_f in
+      -) ac_f="$tmp/stdin";;
+      *) # Look for the file first in the build tree, then in the source tree
+	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
+	 # because $ac_f cannot contain `:'.
+	 test -f "$ac_f" ||
+	   case $ac_f in
+	   [\\/$]*) false;;
+	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+	   esac ||
+	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
+      esac
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
+      as_fn_append ac_file_inputs " '$ac_f'"
+    done
+
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
+    # use $as_me), people would be surprised to read:
+    #    /* config.h.  Generated by config.status.  */
+    configure_input='Generated from '`
+	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
+	`' by configure.'
+    if test x"$ac_file" != x-; then
+      configure_input="$ac_file.  $configure_input"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
+$as_echo "$as_me: creating $ac_file" >&6;}
+    fi
+    # Neutralize special characters interpreted by sed in replacement strings.
+    case $configure_input in #(
+    *\&* | *\|* | *\\* )
+       ac_sed_conf_input=`$as_echo "$configure_input" |
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
+    *) ac_sed_conf_input=$configure_input;;
+    esac
+
+    case $ac_tag in
+    *:-:* | *:-) cat >"$tmp/stdin" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
+    esac
+    ;;
+  esac
+
+  ac_dir=`$as_dirname -- "$ac_file" ||
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$ac_file" : 'X\(//\)[^/]' \| \
+	 X"$ac_file" : 'X\(//\)$' \| \
+	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$ac_file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+  as_dir="$ac_dir"; as_fn_mkdir_p
+  ac_builddir=.
+
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+
+  case $ac_mode in
+  :F)
+  #
+  # CONFIG_FILE
+  #
+
+  case $INSTALL in
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
+  esac
+# If the template does not know about datarootdir, expand it.
+# FIXME: This hack should be removed a few years after 2.60.
+ac_datarootdir_hack=; ac_datarootdir_seen=
+ac_sed_dataroot='
+/datarootdir/ {
+  p
+  q
+}
+/@datadir@/p
+/@docdir@/p
+/@infodir@/p
+/@localedir@/p
+/@mandir@/p'
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
+*datarootdir*) ac_datarootdir_seen=yes;;
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
+  ac_datarootdir_hack='
+  s&@datadir@&${datarootdir}&g
+  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
+  s&@infodir@&${datarootdir}/info&g
+  s&@localedir@&${datarootdir}/locale&g
+  s&@mandir@&${datarootdir}/man&g
+  s&\${datarootdir}&${prefix}/share&g' ;;
+esac
+ac_sed_extra="/^[	 ]*VPATH[	 ]*=[	 ]*/{
+h
+s///
+s/^/:/
+s/[	 ]*$/:/
+s/:\$(srcdir):/:/g
+s/:\${srcdir}:/:/g
+s/:@srcdir@:/:/g
+s/^:*//
+s/:*$//
+x
+s/\(=[	 ]*\).*/\1/
+G
+s/\n//
+s/^[^=]*=[	 ]*$//
+}
+
+:t
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+s|@configure_input@|$ac_sed_conf_input|;t t
+s&@top_builddir@&$ac_top_builddir_sub&;t t
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
+s&@srcdir@&$ac_srcdir&;t t
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
+s&@top_srcdir@&$ac_top_srcdir&;t t
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
+s&@builddir@&$ac_builddir&;t t
+s&@abs_builddir@&$ac_abs_builddir&;t t
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
+s&@INSTALL@&$ac_INSTALL&;t t
+$ac_datarootdir_hack
+"
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined" >&5
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined" >&2;}
+
+  rm -f "$tmp/stdin"
+  case $ac_file in
+  -) cat "$tmp/out" && rm -f "$tmp/out";;
+  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
+  esac \
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+ ;;
+  :H)
+  #
+  # CONFIG_HEADER
+  #
+  if test x"$ac_file" != x-; then
+    {
+      $as_echo "/* $configure_input  */" \
+      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
+    } >"$tmp/config.h" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
+$as_echo "$as_me: $ac_file is unchanged" >&6;}
+    else
+      rm -f "$ac_file"
+      mv "$tmp/config.h" "$ac_file" \
+	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
+    fi
+  else
+    $as_echo "/* $configure_input  */" \
+      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
+      || as_fn_error $? "could not create -" "$LINENO" 5
+  fi
+# Compute "$ac_file"'s index in $config_headers.
+_am_stamp_count=1
+for _am_header in $config_headers :; do
+  case $_am_header in
+    "$ac_file" | "$ac_file":* )
+      break ;;
+    * )
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
+  esac
+done
+echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$ac_file" : 'X\(//\)[^/]' \| \
+	 X"$ac_file" : 'X\(//\)$' \| \
+	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$ac_file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`/stamp-h$_am_stamp_count
+ ;;
+
+  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
+$as_echo "$as_me: executing $ac_file commands" >&6;}
+ ;;
+  esac
+
+
+  case $ac_file$ac_mode in
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
+  # Strip MF so we end up with the name of the file.
+  mf=`echo "$mf" | sed -e 's/:.*$//'`
+  # Check whether this is an Automake generated Makefile or not.
+  # We used to match only the files named `Makefile.in', but
+  # some people rename them; so instead we look at the file content.
+  # Grep'ing the first line is not enough: some people post-process
+  # each Makefile.in and add a new line on top of each file to say so.
+  # So let's grep whole file.
+  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
+    dirpart=`$as_dirname -- "$mf" ||
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$mf" : 'X\(//\)[^/]' \| \
+	 X"$mf" : 'X\(//\)$' \| \
+	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$mf" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+  else
+    continue
+  fi
+  # Extract the definition of DEPDIR, am__include, and am__quote
+  # from the Makefile without running `make'.
+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+  test -z "$DEPDIR" && continue
+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
+  test -z "am__include" && continue
+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+  # When using ansi2knr, U may be empty or an underscore; expand it
+  U=`sed -n 's/^U = //p' < "$mf"`
+  # Find all dependency output files, they are included files with
+  # $(DEPDIR) in their names.  We invoke sed twice because it is the
+  # simplest approach to changing $(DEPDIR) to its actual value in the
+  # expansion.
+  for file in `sed -n "
+    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+    # Make sure the directory exists.
+    test -f "$dirpart/$file" && continue
+    fdir=`$as_dirname -- "$file" ||
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$file" : 'X\(//\)[^/]' \| \
+	 X"$file" : 'X\(//\)$' \| \
+	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+    as_dir=$dirpart/$fdir; as_fn_mkdir_p
+    # echo "creating $dirpart/$file"
+    echo '# dummy' > "$dirpart/$file"
+  done
+done
+ ;;
+    "libtool":C)
+
+    # See if we are running on zsh, and set the options which allow our
+    # commands through without removal of \ escapes.
+    if test -n "${ZSH_VERSION+set}" ; then
+      setopt NO_GLOB_SUBST
+    fi
+
+    cfgfile="${ofile}T"
+    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
+    $RM "$cfgfile"
+
+    cat <<_LT_EOF >> "$cfgfile"
+#! $SHELL
+
+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
+#
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
+#   Written by Gordon Matzigkeit, 1996
+#
+#   This file is part of GNU Libtool.
+#
+# GNU Libtool is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# As a special exception to the GNU General Public License,
+# if you distribute this file as part of a program or library that
+# is built using GNU Libtool, you may include this file under the
+# same distribution terms that you use for the rest of that program.
+#
+# GNU Libtool is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Libtool; see the file COPYING.  If not, a copy
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
+# obtained by writing to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+
+# The names of the tagged configurations supported by this script.
+available_tags=""
+
+# ### BEGIN LIBTOOL CONFIG
+
+# Assembler program.
+AS=$AS
+
+# DLL creation program.
+DLLTOOL=$DLLTOOL
+
+# Object dumper program.
+OBJDUMP=$OBJDUMP
+
+# Which release of libtool.m4 was used?
+macro_version=$macro_version
+macro_revision=$macro_revision
+
+# Whether or not to build shared libraries.
+build_libtool_libs=$enable_shared
+
+# Whether or not to build static libraries.
+build_old_libs=$enable_static
+
+# What type of objects to build.
+pic_mode=$pic_mode
+
+# Whether or not to optimize for fast installation.
+fast_install=$enable_fast_install
+
+# The host system.
+host_alias=$host_alias
+host=$host
+host_os=$host_os
+
+# The build system.
+build_alias=$build_alias
+build=$build
+build_os=$build_os
+
+# A sed program that does not truncate output.
+SED=$lt_SED
+
+# Sed that helps us avoid accidentally triggering echo(1) options like -n.
+Xsed="\$SED -e 1s/^X//"
+
+# A grep program that handles long lines.
+GREP=$lt_GREP
+
+# An ERE matcher.
+EGREP=$lt_EGREP
+
+# A literal string matcher.
+FGREP=$lt_FGREP
+
+# A BSD- or MS-compatible name lister.
+NM=$lt_NM
+
+# Whether we need soft or hard links.
+LN_S=$lt_LN_S
+
+# What is the maximum length of a command?
+max_cmd_len=$max_cmd_len
+
+# Object file suffix (normally "o").
+objext=$ac_objext
+
+# Executable file suffix (normally "").
+exeext=$exeext
+
+# whether the shell understands "unset".
+lt_unset=$lt_unset
+
+# turn spaces into newlines.
+SP2NL=$lt_lt_SP2NL
+
+# turn newlines into spaces.
+NL2SP=$lt_lt_NL2SP
+
+# How to create reloadable object files.
+reload_flag=$lt_reload_flag
+reload_cmds=$lt_reload_cmds
+
+# Method to check whether dependent libraries are shared objects.
+deplibs_check_method=$lt_deplibs_check_method
+
+# Command to use when deplibs_check_method == "file_magic".
+file_magic_cmd=$lt_file_magic_cmd
+
+# The archiver.
+AR=$lt_AR
+AR_FLAGS=$lt_AR_FLAGS
+
+# A symbol stripping program.
+STRIP=$lt_STRIP
+
+# Commands used to install an old-style archive.
+RANLIB=$lt_RANLIB
+old_postinstall_cmds=$lt_old_postinstall_cmds
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
+
+# A C compiler.
+LTCC=$lt_CC
+
+# LTCC compiler flags.
+LTCFLAGS=$lt_CFLAGS
+
+# Take the output of nm and produce a listing of raw symbols and C names.
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
+
+# Transform the output of nm in a proper C declaration.
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
+
+# Transform the output of nm in a C name address pair.
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
+
+# Transform the output of nm in a C name address pair when lib prefix is needed.
+global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
+
+# The name of the directory that contains temporary libtool files.
+objdir=$objdir
+
+# Shell to use when invoking shell scripts.
+SHELL=$lt_SHELL
+
+# An echo program that does not interpret backslashes.
+ECHO=$lt_ECHO
+
+# Used to examine libraries when file_magic_cmd begins with "file".
+MAGIC_CMD=$MAGIC_CMD
+
+# Must we lock files when doing compilation?
+need_locks=$lt_need_locks
+
+# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
+DSYMUTIL=$lt_DSYMUTIL
+
+# Tool to change global to local symbols on Mac OS X.
+NMEDIT=$lt_NMEDIT
+
+# Tool to manipulate fat objects and archives on Mac OS X.
+LIPO=$lt_LIPO
+
+# ldd/readelf like tool for Mach-O binaries on Mac OS X.
+OTOOL=$lt_OTOOL
+
+# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
+OTOOL64=$lt_OTOOL64
+
+# Old archive suffix (normally "a").
+libext=$libext
+
+# Shared library suffix (normally ".so").
+shrext_cmds=$lt_shrext_cmds
+
+# The commands to extract the exported symbol list from a shared archive.
+extract_expsyms_cmds=$lt_extract_expsyms_cmds
+
+# Variables whose values should be saved in libtool wrapper scripts and
+# restored at link time.
+variables_saved_for_relink=$lt_variables_saved_for_relink
+
+# Do we need the "lib" prefix for modules?
+need_lib_prefix=$need_lib_prefix
+
+# Do we need a version for libraries?
+need_version=$need_version
+
+# Library versioning type.
+version_type=$version_type
+
+# Shared library runtime path variable.
+runpath_var=$runpath_var
+
+# Shared library path variable.
+shlibpath_var=$shlibpath_var
+
+# Is shlibpath searched before the hard-coded library search path?
+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
+
+# Format of library name prefix.
+libname_spec=$lt_libname_spec
+
+# List of archive names.  First name is the real one, the rest are links.
+# The last name is the one that the linker finds with -lNAME
+library_names_spec=$lt_library_names_spec
+
+# The coded name of the library, if different from the real name.
+soname_spec=$lt_soname_spec
+
+# Command to use after installation of a shared archive.
+postinstall_cmds=$lt_postinstall_cmds
+
+# Command to use after uninstallation of a shared archive.
+postuninstall_cmds=$lt_postuninstall_cmds
+
+# Commands used to finish a libtool library installation in a directory.
+finish_cmds=$lt_finish_cmds
+
+# As "finish_cmds", except a single script fragment to be evaled but
+# not shown.
+finish_eval=$lt_finish_eval
+
+# Whether we should hardcode library paths into libraries.
+hardcode_into_libs=$hardcode_into_libs
+
+# Compile-time system search path for libraries.
+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
+
+# Run-time system search path for libraries.
+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
+
+# Whether dlopen is supported.
+dlopen_support=$enable_dlopen
+
+# Whether dlopen of programs is supported.
+dlopen_self=$enable_dlopen_self
+
+# Whether dlopen of statically linked programs is supported.
+dlopen_self_static=$enable_dlopen_self_static
+
+# Commands to strip libraries.
+old_striplib=$lt_old_striplib
+striplib=$lt_striplib
+
+
+# The linker used to build libraries.
+LD=$lt_LD
+
+# Commands used to build an old-style archive.
+old_archive_cmds=$lt_old_archive_cmds
+
+# A language specific compiler.
+CC=$lt_compiler
+
+# Is the compiler the GNU compiler?
+with_gcc=$GCC
+
+# Compiler flag to turn off builtin functions.
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
+
+# How to pass a linker flag through the compiler.
+wl=$lt_lt_prog_compiler_wl
+
+# Additional compiler flags for building library objects.
+pic_flag=$lt_lt_prog_compiler_pic
+
+# Compiler flag to prevent dynamic linking.
+link_static_flag=$lt_lt_prog_compiler_static
+
+# Does compiler simultaneously support -c and -o options?
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o
+
+# Whether or not to add -lc for building shared libraries.
+build_libtool_need_lc=$archive_cmds_need_lc
+
+# Whether or not to disallow shared libs when runtime libs are static.
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
+
+# Compiler flag to allow reflexive dlopens.
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
+
+# Compiler flag to generate shared objects directly from archives.
+whole_archive_flag_spec=$lt_whole_archive_flag_spec
+
+# Whether the compiler copes with passing no objects directly.
+compiler_needs_object=$lt_compiler_needs_object
+
+# Create an old-style archive from a shared archive.
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
+
+# Create a temporary old-style archive to link instead of a shared archive.
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
+
+# Commands used to build a shared archive.
+archive_cmds=$lt_archive_cmds
+archive_expsym_cmds=$lt_archive_expsym_cmds
+
+# Commands used to build a loadable module if different from building
+# a shared archive.
+module_cmds=$lt_module_cmds
+module_expsym_cmds=$lt_module_expsym_cmds
+
+# Whether we are building with GNU ld or not.
+with_gnu_ld=$lt_with_gnu_ld
+
+# Flag that allows shared libraries with undefined symbols to be built.
+allow_undefined_flag=$lt_allow_undefined_flag
+
+# Flag that enforces no undefined symbols.
+no_undefined_flag=$lt_no_undefined_flag
+
+# Flag to hardcode \$libdir into a binary during linking.
+# This must work even if \$libdir does not exist
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
+
+# If ld is used when linking, flag to hardcode \$libdir into a binary
+# during linking.  This must work even if \$libdir does not exist.
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
+
+# Whether we need a single "-rpath" flag with a separated argument.
+hardcode_libdir_separator=$lt_hardcode_libdir_separator
+
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
+# DIR into the resulting binary.
+hardcode_direct=$hardcode_direct
+
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
+# DIR into the resulting binary and the resulting library dependency is
+# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
+# library is relocated.
+hardcode_direct_absolute=$hardcode_direct_absolute
+
+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
+# into the resulting binary.
+hardcode_minus_L=$hardcode_minus_L
+
+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
+# into the resulting binary.
+hardcode_shlibpath_var=$hardcode_shlibpath_var
+
+# Set to "yes" if building a shared library automatically hardcodes DIR
+# into the library and all subsequent libraries and executables linked
+# against it.
+hardcode_automatic=$hardcode_automatic
+
+# Set to yes if linker adds runtime paths of dependent libraries
+# to runtime path list.
+inherit_rpath=$inherit_rpath
+
+# Whether libtool must link a program against all its dependency libraries.
+link_all_deplibs=$link_all_deplibs
+
+# Fix the shell variable \$srcfile for the compiler.
+fix_srcfile_path=$lt_fix_srcfile_path
+
+# Set to "yes" if exported symbols are required.
+always_export_symbols=$always_export_symbols
+
+# The commands to list exported symbols.
+export_symbols_cmds=$lt_export_symbols_cmds
+
+# Symbols that should not be listed in the preloaded symbols.
+exclude_expsyms=$lt_exclude_expsyms
+
+# Symbols that must always be exported.
+include_expsyms=$lt_include_expsyms
+
+# Commands necessary for linking programs (against libraries) with templates.
+prelink_cmds=$lt_prelink_cmds
+
+# Specify filename containing input files.
+file_list_spec=$lt_file_list_spec
+
+# How to hardcode a shared library path into an executable.
+hardcode_action=$hardcode_action
+
+# ### END LIBTOOL CONFIG
+
+_LT_EOF
+
+  case $host_os in
+  aix3*)
+    cat <<\_LT_EOF >> "$cfgfile"
+# AIX sometimes has problems with the GCC collect2 program.  For some
+# reason, if we set the COLLECT_NAMES environment variable, the problems
+# vanish in a puff of smoke.
+if test "X${COLLECT_NAMES+set}" != Xset; then
+  COLLECT_NAMES=
+  export COLLECT_NAMES
+fi
+_LT_EOF
+    ;;
+  esac
+
+
+ltmain="$ac_aux_dir/ltmain.sh"
+
+
+  # We use sed instead of cat because bash on DJGPP gets confused if
+  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
+  # text mode, it properly converts lines to CR/LF.  This bash problem
+  # is reportedly fixed, but why not run on old versions too?
+  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
+    || (rm -f "$cfgfile"; exit 1)
+
+  case $xsi_shell in
+  yes)
+    cat << \_LT_EOF >> "$cfgfile"
+
+# func_dirname file append nondir_replacement
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
+# otherwise set result to NONDIR_REPLACEMENT.
+func_dirname ()
+{
+  case ${1} in
+    */*) func_dirname_result="${1%/*}${2}" ;;
+    *  ) func_dirname_result="${3}" ;;
+  esac
+}
+
+# func_basename file
+func_basename ()
+{
+  func_basename_result="${1##*/}"
+}
+
+# func_dirname_and_basename file append nondir_replacement
+# perform func_basename and func_dirname in a single function
+# call:
+#   dirname:  Compute the dirname of FILE.  If nonempty,
+#             add APPEND to the result, otherwise set result
+#             to NONDIR_REPLACEMENT.
+#             value returned in "$func_dirname_result"
+#   basename: Compute filename of FILE.
+#             value retuned in "$func_basename_result"
+# Implementation must be kept synchronized with func_dirname
+# and func_basename. For efficiency, we do not delegate to
+# those functions but instead duplicate the functionality here.
+func_dirname_and_basename ()
+{
+  case ${1} in
+    */*) func_dirname_result="${1%/*}${2}" ;;
+    *  ) func_dirname_result="${3}" ;;
+  esac
+  func_basename_result="${1##*/}"
+}
+
+# func_stripname prefix suffix name
+# strip PREFIX and SUFFIX off of NAME.
+# PREFIX and SUFFIX must not contain globbing or regex special
+# characters, hashes, percent signs, but SUFFIX may contain a leading
+# dot (in which case that matches only a dot).
+func_stripname ()
+{
+  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
+  # positional parameters, so assign one to ordinary parameter first.
+  func_stripname_result=${3}
+  func_stripname_result=${func_stripname_result#"${1}"}
+  func_stripname_result=${func_stripname_result%"${2}"}
+}
+
+# func_opt_split
+func_opt_split ()
+{
+  func_opt_split_opt=${1%%=*}
+  func_opt_split_arg=${1#*=}
+}
+
+# func_lo2o object
+func_lo2o ()
+{
+  case ${1} in
+    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
+    *)    func_lo2o_result=${1} ;;
+  esac
+}
+
+# func_xform libobj-or-source
+func_xform ()
+{
+  func_xform_result=${1%.*}.lo
+}
+
+# func_arith arithmetic-term...
+func_arith ()
+{
+  func_arith_result=$(( $* ))
+}
+
+# func_len string
+# STRING may not start with a hyphen.
+func_len ()
+{
+  func_len_result=${#1}
+}
+
+_LT_EOF
+    ;;
+  *) # Bourne compatible functions.
+    cat << \_LT_EOF >> "$cfgfile"
+
+# func_dirname file append nondir_replacement
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
+# otherwise set result to NONDIR_REPLACEMENT.
+func_dirname ()
+{
+  # Extract subdirectory from the argument.
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
+  if test "X$func_dirname_result" = "X${1}"; then
+    func_dirname_result="${3}"
+  else
+    func_dirname_result="$func_dirname_result${2}"
+  fi
+}
+
+# func_basename file
+func_basename ()
+{
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
+}
+
+
+# func_stripname prefix suffix name
+# strip PREFIX and SUFFIX off of NAME.
+# PREFIX and SUFFIX must not contain globbing or regex special
+# characters, hashes, percent signs, but SUFFIX may contain a leading
+# dot (in which case that matches only a dot).
+# func_strip_suffix prefix name
+func_stripname ()
+{
+  case ${2} in
+    .*) func_stripname_result=`$ECHO "X${3}" \
+           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
+    *)  func_stripname_result=`$ECHO "X${3}" \
+           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
+  esac
+}
+
+# sed scripts:
+my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
+my_sed_long_arg='1s/^-[^=]*=//'
+
+# func_opt_split
+func_opt_split ()
+{
+  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
+  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
+}
+
+# func_lo2o object
+func_lo2o ()
+{
+  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
+}
+
+# func_xform libobj-or-source
+func_xform ()
+{
+  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
+}
+
+# func_arith arithmetic-term...
+func_arith ()
+{
+  func_arith_result=`expr "$@"`
+}
+
+# func_len string
+# STRING may not start with a hyphen.
+func_len ()
+{
+  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
+}
+
+_LT_EOF
+esac
+
+case $lt_shell_append in
+  yes)
+    cat << \_LT_EOF >> "$cfgfile"
+
+# func_append var value
+# Append VALUE to the end of shell variable VAR.
+func_append ()
+{
+  eval "$1+=\$2"
+}
+_LT_EOF
+    ;;
+  *)
+    cat << \_LT_EOF >> "$cfgfile"
+
+# func_append var value
+# Append VALUE to the end of shell variable VAR.
+func_append ()
+{
+  eval "$1=\$$1\$2"
+}
+
+_LT_EOF
+    ;;
+  esac
+
+
+  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
+    || (rm -f "$cfgfile"; exit 1)
+
+  mv -f "$cfgfile" "$ofile" ||
+    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
+  chmod +x "$ofile"
+
+ ;;
+
+  esac
+done # for ac_tag
+
+
+as_fn_exit 0
blob - /dev/null
blob + c2d125724c0ed2d2c6da5308c54567649554e5f3 (mode 755)
--- /dev/null
+++ src/c-ares/config.sub
@@ -0,0 +1,1714 @@
+#! /bin/sh
+# Configuration validation subroutine script.
+#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+#   Free Software Foundation, Inc.
+
+timestamp='2010-01-22'
+
+# This file is (in principle) common to ALL GNU software.
+# The presence of a machine in this file suggests that SOME GNU software
+# can handle that machine.  It does not imply ALL GNU software can.
+#
+# This file is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+# 02110-1301, USA.
+#
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+
+# Please send patches to <config-patches@gnu.org>.  Submit a context
+# diff and a properly formatted GNU ChangeLog entry.
+#
+# Configuration subroutine to validate and canonicalize a configuration type.
+# Supply the specified configuration type as an argument.
+# If it is invalid, we print an error message on stderr and exit with code 1.
+# Otherwise, we print the canonical config type on stdout and succeed.
+
+# You can get the latest version of this script from:
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
+
+# This file is supposed to be the same for all GNU packages
+# and recognize all the CPU types, system types and aliases
+# that are meaningful with *any* GNU software.
+# Each package is responsible for reporting which valid configurations
+# it does not support.  The user should be able to distinguish
+# a failure to support a valid configuration from a meaningless
+# configuration.
+
+# The goal of this file is to map all the various variations of a given
+# machine specification into a single specification in the form:
+#	CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
+# or in some cases, the newer four-part form:
+#	CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
+# It is wrong to echo any other type of specification.
+
+me=`echo "$0" | sed -e 's,.*/,,'`
+
+usage="\
+Usage: $0 [OPTION] CPU-MFR-OPSYS
+       $0 [OPTION] ALIAS
+
+Canonicalize a configuration name.
+
+Operation modes:
+  -h, --help         print this help, then exit
+  -t, --time-stamp   print date of last modification, then exit
+  -v, --version      print version number, then exit
+
+Report bugs and patches to <config-patches@gnu.org>."
+
+version="\
+GNU config.sub ($timestamp)
+
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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."
+
+help="
+Try \`$me --help' for more information."
+
+# Parse command line
+while test $# -gt 0 ; do
+  case $1 in
+    --time-stamp | --time* | -t )
+       echo "$timestamp" ; exit ;;
+    --version | -v )
+       echo "$version" ; exit ;;
+    --help | --h* | -h )
+       echo "$usage"; exit ;;
+    -- )     # Stop option processing
+       shift; break ;;
+    - )	# Use stdin as input.
+       break ;;
+    -* )
+       echo "$me: invalid option $1$help"
+       exit 1 ;;
+
+    *local*)
+       # First pass through any local machine types.
+       echo $1
+       exit ;;
+
+    * )
+       break ;;
+  esac
+done
+
+case $# in
+ 0) echo "$me: missing argument$help" >&2
+    exit 1;;
+ 1) ;;
+ *) echo "$me: too many arguments$help" >&2
+    exit 1;;
+esac
+
+# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
+# Here we must recognize all the valid KERNEL-OS combinations.
+maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
+case $maybe_os in
+  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
+  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
+  kopensolaris*-gnu* | \
+  storm-chaos* | os2-emx* | rtmk-nova*)
+    os=-$maybe_os
+    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
+    ;;
+  *)
+    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
+    if [ $basic_machine != $1 ]
+    then os=`echo $1 | sed 's/.*-/-/'`
+    else os=; fi
+    ;;
+esac
+
+### Let's recognize common machines as not being operating systems so
+### that things like config.sub decstation-3100 work.  We also
+### recognize some manufacturers as not being operating systems, so we
+### can provide default operating systems below.
+case $os in
+	-sun*os*)
+		# Prevent following clause from handling this invalid input.
+		;;
+	-dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
+	-att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
+	-unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
+	-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
+	-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
+	-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
+	-apple | -axis | -knuth | -cray | -microblaze)
+		os=
+		basic_machine=$1
+		;;
+        -bluegene*)
+	        os=-cnk
+		;;
+	-sim | -cisco | -oki | -wec | -winbond)
+		os=
+		basic_machine=$1
+		;;
+	-scout)
+		;;
+	-wrs)
+		os=-vxworks
+		basic_machine=$1
+		;;
+	-chorusos*)
+		os=-chorusos
+		basic_machine=$1
+		;;
+ 	-chorusrdb)
+ 		os=-chorusrdb
+		basic_machine=$1
+ 		;;
+	-hiux*)
+		os=-hiuxwe2
+		;;
+	-sco6)
+		os=-sco5v6
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco5)
+		os=-sco3.2v5
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco4)
+		os=-sco3.2v4
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco3.2.[4-9]*)
+		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco3.2v[4-9]*)
+		# Don't forget version if it is 3.2v4 or newer.
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco5v6*)
+		# Don't forget version if it is 3.2v4 or newer.
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco*)
+		os=-sco3.2v2
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-udk*)
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-isc)
+		os=-isc2.2
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-clix*)
+		basic_machine=clipper-intergraph
+		;;
+	-isc*)
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-lynx*)
+		os=-lynxos
+		;;
+	-ptx*)
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
+		;;
+	-windowsnt*)
+		os=`echo $os | sed -e 's/windowsnt/winnt/'`
+		;;
+	-psos*)
+		os=-psos
+		;;
+	-mint | -mint[0-9]*)
+		basic_machine=m68k-atari
+		os=-mint
+		;;
+esac
+
+# Decode aliases for certain CPU-COMPANY combinations.
+case $basic_machine in
+	# Recognize the basic CPU types without company name.
+	# Some are omitted here because they have special meanings below.
+	1750a | 580 \
+	| a29k \
+	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
+	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
+	| am33_2.0 \
+	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
+	| bfin \
+	| c4x | clipper \
+	| d10v | d30v | dlx | dsp16xx \
+	| fido | fr30 | frv \
+	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
+	| i370 | i860 | i960 | ia64 \
+	| ip2k | iq2000 \
+	| lm32 \
+	| m32c | m32r | m32rle | m68000 | m68k | m88k \
+	| maxq | mb | microblaze | mcore | mep | metag \
+	| mips | mipsbe | mipseb | mipsel | mipsle \
+	| mips16 \
+	| mips64 | mips64el \
+	| mips64octeon | mips64octeonel \
+	| mips64orion | mips64orionel \
+	| mips64r5900 | mips64r5900el \
+	| mips64vr | mips64vrel \
+	| mips64vr4100 | mips64vr4100el \
+	| mips64vr4300 | mips64vr4300el \
+	| mips64vr5000 | mips64vr5000el \
+	| mips64vr5900 | mips64vr5900el \
+	| mipsisa32 | mipsisa32el \
+	| mipsisa32r2 | mipsisa32r2el \
+	| mipsisa64 | mipsisa64el \
+	| mipsisa64r2 | mipsisa64r2el \
+	| mipsisa64sb1 | mipsisa64sb1el \
+	| mipsisa64sr71k | mipsisa64sr71kel \
+	| mipstx39 | mipstx39el \
+	| mn10200 | mn10300 \
+	| moxie \
+	| mt \
+	| msp430 \
+	| nios | nios2 \
+	| ns16k | ns32k \
+	| or32 \
+	| pdp10 | pdp11 | pj | pjl \
+	| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
+	| pyramid \
+	| rx \
+	| score \
+	| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
+	| sh64 | sh64le \
+	| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
+	| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
+	| spu | strongarm \
+	| tahoe | thumb | tic4x | tic80 | tron \
+	| ubicom32 \
+	| v850 | v850e \
+	| we32k \
+	| x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
+	| z8k | z80)
+		basic_machine=$basic_machine-unknown
+		;;
+	m6811 | m68hc11 | m6812 | m68hc12 | picochip)
+		# Motorola 68HC11/12.
+		basic_machine=$basic_machine-unknown
+		os=-none
+		;;
+	m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
+		;;
+	ms1)
+		basic_machine=mt-unknown
+		;;
+
+	# We use `pc' rather than `unknown'
+	# because (1) that's what they normally are, and
+	# (2) the word "unknown" tends to confuse beginning users.
+	i*86 | x86_64)
+	  basic_machine=$basic_machine-pc
+	  ;;
+	# Object if more than one company name word.
+	*-*-*)
+		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
+		exit 1
+		;;
+	# Recognize the basic CPU types with company name.
+	580-* \
+	| a29k-* \
+	| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
+	| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
+	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
+	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
+	| avr-* | avr32-* \
+	| bfin-* | bs2000-* \
+	| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
+	| clipper-* | craynv-* | cydra-* \
+	| d10v-* | d30v-* | dlx-* \
+	| elxsi-* \
+	| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
+	| h8300-* | h8500-* \
+	| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
+	| i*86-* | i860-* | i960-* | ia64-* \
+	| ip2k-* | iq2000-* \
+	| lm32-* \
+	| m32c-* | m32r-* | m32rle-* \
+	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
+	| m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
+	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
+	| mips16-* \
+	| mips64-* | mips64el-* \
+	| mips64octeon-* | mips64octeonel-* \
+	| mips64orion-* | mips64orionel-* \
+	| mips64r5900-* | mips64r5900el-* \
+	| mips64vr-* | mips64vrel-* \
+	| mips64vr4100-* | mips64vr4100el-* \
+	| mips64vr4300-* | mips64vr4300el-* \
+	| mips64vr5000-* | mips64vr5000el-* \
+	| mips64vr5900-* | mips64vr5900el-* \
+	| mipsisa32-* | mipsisa32el-* \
+	| mipsisa32r2-* | mipsisa32r2el-* \
+	| mipsisa64-* | mipsisa64el-* \
+	| mipsisa64r2-* | mipsisa64r2el-* \
+	| mipsisa64sb1-* | mipsisa64sb1el-* \
+	| mipsisa64sr71k-* | mipsisa64sr71kel-* \
+	| mipstx39-* | mipstx39el-* \
+	| mmix-* \
+	| mt-* \
+	| msp430-* \
+	| nios-* | nios2-* \
+	| none-* | np1-* | ns16k-* | ns32k-* \
+	| orion-* \
+	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
+	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
+	| pyramid-* \
+	| romp-* | rs6000-* | rx-* \
+	| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
+	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
+	| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
+	| sparclite-* \
+	| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
+	| tahoe-* | thumb-* \
+	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
+	| tile-* | tilegx-* \
+	| tron-* \
+	| ubicom32-* \
+	| v850-* | v850e-* | vax-* \
+	| we32k-* \
+	| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
+	| xstormy16-* | xtensa*-* \
+	| ymp-* \
+	| z8k-* | z80-*)
+		;;
+	# Recognize the basic CPU types without company name, with glob match.
+	xtensa*)
+		basic_machine=$basic_machine-unknown
+		;;
+	# Recognize the various machine names and aliases which stand
+	# for a CPU type and a company and sometimes even an OS.
+	386bsd)
+		basic_machine=i386-unknown
+		os=-bsd
+		;;
+	3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
+		basic_machine=m68000-att
+		;;
+	3b*)
+		basic_machine=we32k-att
+		;;
+	a29khif)
+		basic_machine=a29k-amd
+		os=-udi
+		;;
+    	abacus)
+		basic_machine=abacus-unknown
+		;;
+	adobe68k)
+		basic_machine=m68010-adobe
+		os=-scout
+		;;
+	alliant | fx80)
+		basic_machine=fx80-alliant
+		;;
+	altos | altos3068)
+		basic_machine=m68k-altos
+		;;
+	am29k)
+		basic_machine=a29k-none
+		os=-bsd
+		;;
+	amd64)
+		basic_machine=x86_64-pc
+		;;
+	amd64-*)
+		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	amdahl)
+		basic_machine=580-amdahl
+		os=-sysv
+		;;
+	amiga | amiga-*)
+		basic_machine=m68k-unknown
+		;;
+	amigaos | amigados)
+		basic_machine=m68k-unknown
+		os=-amigaos
+		;;
+	amigaunix | amix)
+		basic_machine=m68k-unknown
+		os=-sysv4
+		;;
+	apollo68)
+		basic_machine=m68k-apollo
+		os=-sysv
+		;;
+	apollo68bsd)
+		basic_machine=m68k-apollo
+		os=-bsd
+		;;
+	aros)
+		basic_machine=i386-pc
+		os=-aros
+		;;
+	aux)
+		basic_machine=m68k-apple
+		os=-aux
+		;;
+	balance)
+		basic_machine=ns32k-sequent
+		os=-dynix
+		;;
+	blackfin)
+		basic_machine=bfin-unknown
+		os=-linux
+		;;
+	blackfin-*)
+		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
+		os=-linux
+		;;
+	bluegene*)
+		basic_machine=powerpc-ibm
+		os=-cnk
+		;;
+	c90)
+		basic_machine=c90-cray
+		os=-unicos
+		;;
+        cegcc)
+		basic_machine=arm-unknown
+		os=-cegcc
+		;;
+	convex-c1)
+		basic_machine=c1-convex
+		os=-bsd
+		;;
+	convex-c2)
+		basic_machine=c2-convex
+		os=-bsd
+		;;
+	convex-c32)
+		basic_machine=c32-convex
+		os=-bsd
+		;;
+	convex-c34)
+		basic_machine=c34-convex
+		os=-bsd
+		;;
+	convex-c38)
+		basic_machine=c38-convex
+		os=-bsd
+		;;
+	cray | j90)
+		basic_machine=j90-cray
+		os=-unicos
+		;;
+	craynv)
+		basic_machine=craynv-cray
+		os=-unicosmp
+		;;
+	cr16)
+		basic_machine=cr16-unknown
+		os=-elf
+		;;
+	crds | unos)
+		basic_machine=m68k-crds
+		;;
+	crisv32 | crisv32-* | etraxfs*)
+		basic_machine=crisv32-axis
+		;;
+	cris | cris-* | etrax*)
+		basic_machine=cris-axis
+		;;
+	crx)
+		basic_machine=crx-unknown
+		os=-elf
+		;;
+	da30 | da30-*)
+		basic_machine=m68k-da30
+		;;
+	decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
+		basic_machine=mips-dec
+		;;
+	decsystem10* | dec10*)
+		basic_machine=pdp10-dec
+		os=-tops10
+		;;
+	decsystem20* | dec20*)
+		basic_machine=pdp10-dec
+		os=-tops20
+		;;
+	delta | 3300 | motorola-3300 | motorola-delta \
+	      | 3300-motorola | delta-motorola)
+		basic_machine=m68k-motorola
+		;;
+	delta88)
+		basic_machine=m88k-motorola
+		os=-sysv3
+		;;
+	dicos)
+		basic_machine=i686-pc
+		os=-dicos
+		;;
+	djgpp)
+		basic_machine=i586-pc
+		os=-msdosdjgpp
+		;;
+	dpx20 | dpx20-*)
+		basic_machine=rs6000-bull
+		os=-bosx
+		;;
+	dpx2* | dpx2*-bull)
+		basic_machine=m68k-bull
+		os=-sysv3
+		;;
+	ebmon29k)
+		basic_machine=a29k-amd
+		os=-ebmon
+		;;
+	elxsi)
+		basic_machine=elxsi-elxsi
+		os=-bsd
+		;;
+	encore | umax | mmax)
+		basic_machine=ns32k-encore
+		;;
+	es1800 | OSE68k | ose68k | ose | OSE)
+		basic_machine=m68k-ericsson
+		os=-ose
+		;;
+	fx2800)
+		basic_machine=i860-alliant
+		;;
+	genix)
+		basic_machine=ns32k-ns
+		;;
+	gmicro)
+		basic_machine=tron-gmicro
+		os=-sysv
+		;;
+	go32)
+		basic_machine=i386-pc
+		os=-go32
+		;;
+	h3050r* | hiux*)
+		basic_machine=hppa1.1-hitachi
+		os=-hiuxwe2
+		;;
+	h8300hms)
+		basic_machine=h8300-hitachi
+		os=-hms
+		;;
+	h8300xray)
+		basic_machine=h8300-hitachi
+		os=-xray
+		;;
+	h8500hms)
+		basic_machine=h8500-hitachi
+		os=-hms
+		;;
+	harris)
+		basic_machine=m88k-harris
+		os=-sysv3
+		;;
+	hp300-*)
+		basic_machine=m68k-hp
+		;;
+	hp300bsd)
+		basic_machine=m68k-hp
+		os=-bsd
+		;;
+	hp300hpux)
+		basic_machine=m68k-hp
+		os=-hpux
+		;;
+	hp3k9[0-9][0-9] | hp9[0-9][0-9])
+		basic_machine=hppa1.0-hp
+		;;
+	hp9k2[0-9][0-9] | hp9k31[0-9])
+		basic_machine=m68000-hp
+		;;
+	hp9k3[2-9][0-9])
+		basic_machine=m68k-hp
+		;;
+	hp9k6[0-9][0-9] | hp6[0-9][0-9])
+		basic_machine=hppa1.0-hp
+		;;
+	hp9k7[0-79][0-9] | hp7[0-79][0-9])
+		basic_machine=hppa1.1-hp
+		;;
+	hp9k78[0-9] | hp78[0-9])
+		# FIXME: really hppa2.0-hp
+		basic_machine=hppa1.1-hp
+		;;
+	hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
+		# FIXME: really hppa2.0-hp
+		basic_machine=hppa1.1-hp
+		;;
+	hp9k8[0-9][13679] | hp8[0-9][13679])
+		basic_machine=hppa1.1-hp
+		;;
+	hp9k8[0-9][0-9] | hp8[0-9][0-9])
+		basic_machine=hppa1.0-hp
+		;;
+	hppa-next)
+		os=-nextstep3
+		;;
+	hppaosf)
+		basic_machine=hppa1.1-hp
+		os=-osf
+		;;
+	hppro)
+		basic_machine=hppa1.1-hp
+		os=-proelf
+		;;
+	i370-ibm* | ibm*)
+		basic_machine=i370-ibm
+		;;
+# I'm not sure what "Sysv32" means.  Should this be sysv3.2?
+	i*86v32)
+		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
+		os=-sysv32
+		;;
+	i*86v4*)
+		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
+		os=-sysv4
+		;;
+	i*86v)
+		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
+		os=-sysv
+		;;
+	i*86sol2)
+		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
+		os=-solaris2
+		;;
+	i386mach)
+		basic_machine=i386-mach
+		os=-mach
+		;;
+	i386-vsta | vsta)
+		basic_machine=i386-unknown
+		os=-vsta
+		;;
+	iris | iris4d)
+		basic_machine=mips-sgi
+		case $os in
+		    -irix*)
+			;;
+		    *)
+			os=-irix4
+			;;
+		esac
+		;;
+	isi68 | isi)
+		basic_machine=m68k-isi
+		os=-sysv
+		;;
+	m68knommu)
+		basic_machine=m68k-unknown
+		os=-linux
+		;;
+	m68knommu-*)
+		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
+		os=-linux
+		;;
+	m88k-omron*)
+		basic_machine=m88k-omron
+		;;
+	magnum | m3230)
+		basic_machine=mips-mips
+		os=-sysv
+		;;
+	merlin)
+		basic_machine=ns32k-utek
+		os=-sysv
+		;;
+        microblaze)
+		basic_machine=microblaze-xilinx
+		;;
+	mingw32)
+		basic_machine=i386-pc
+		os=-mingw32
+		;;
+	mingw32ce)
+		basic_machine=arm-unknown
+		os=-mingw32ce
+		;;
+	miniframe)
+		basic_machine=m68000-convergent
+		;;
+	*mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
+		basic_machine=m68k-atari
+		os=-mint
+		;;
+	mips3*-*)
+		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
+		;;
+	mips3*)
+		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
+		;;
+	monitor)
+		basic_machine=m68k-rom68k
+		os=-coff
+		;;
+	morphos)
+		basic_machine=powerpc-unknown
+		os=-morphos
+		;;
+	msdos)
+		basic_machine=i386-pc
+		os=-msdos
+		;;
+	ms1-*)
+		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
+		;;
+	mvs)
+		basic_machine=i370-ibm
+		os=-mvs
+		;;
+	ncr3000)
+		basic_machine=i486-ncr
+		os=-sysv4
+		;;
+	netbsd386)
+		basic_machine=i386-unknown
+		os=-netbsd
+		;;
+	netwinder)
+		basic_machine=armv4l-rebel
+		os=-linux
+		;;
+	news | news700 | news800 | news900)
+		basic_machine=m68k-sony
+		os=-newsos
+		;;
+	news1000)
+		basic_machine=m68030-sony
+		os=-newsos
+		;;
+	news-3600 | risc-news)
+		basic_machine=mips-sony
+		os=-newsos
+		;;
+	necv70)
+		basic_machine=v70-nec
+		os=-sysv
+		;;
+	next | m*-next )
+		basic_machine=m68k-next
+		case $os in
+		    -nextstep* )
+			;;
+		    -ns2*)
+		      os=-nextstep2
+			;;
+		    *)
+		      os=-nextstep3
+			;;
+		esac
+		;;
+	nh3000)
+		basic_machine=m68k-harris
+		os=-cxux
+		;;
+	nh[45]000)
+		basic_machine=m88k-harris
+		os=-cxux
+		;;
+	nindy960)
+		basic_machine=i960-intel
+		os=-nindy
+		;;
+	mon960)
+		basic_machine=i960-intel
+		os=-mon960
+		;;
+	nonstopux)
+		basic_machine=mips-compaq
+		os=-nonstopux
+		;;
+	np1)
+		basic_machine=np1-gould
+		;;
+	nsr-tandem)
+		basic_machine=nsr-tandem
+		;;
+	op50n-* | op60c-*)
+		basic_machine=hppa1.1-oki
+		os=-proelf
+		;;
+	openrisc | openrisc-*)
+		basic_machine=or32-unknown
+		;;
+	os400)
+		basic_machine=powerpc-ibm
+		os=-os400
+		;;
+	OSE68000 | ose68000)
+		basic_machine=m68000-ericsson
+		os=-ose
+		;;
+	os68k)
+		basic_machine=m68k-none
+		os=-os68k
+		;;
+	pa-hitachi)
+		basic_machine=hppa1.1-hitachi
+		os=-hiuxwe2
+		;;
+	paragon)
+		basic_machine=i860-intel
+		os=-osf
+		;;
+	parisc)
+		basic_machine=hppa-unknown
+		os=-linux
+		;;
+	parisc-*)
+		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
+		os=-linux
+		;;
+	pbd)
+		basic_machine=sparc-tti
+		;;
+	pbb)
+		basic_machine=m68k-tti
+		;;
+	pc532 | pc532-*)
+		basic_machine=ns32k-pc532
+		;;
+	pc98)
+		basic_machine=i386-pc
+		;;
+	pc98-*)
+		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	pentium | p5 | k5 | k6 | nexgen | viac3)
+		basic_machine=i586-pc
+		;;
+	pentiumpro | p6 | 6x86 | athlon | athlon_*)
+		basic_machine=i686-pc
+		;;
+	pentiumii | pentium2 | pentiumiii | pentium3)
+		basic_machine=i686-pc
+		;;
+	pentium4)
+		basic_machine=i786-pc
+		;;
+	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
+		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	pentiumpro-* | p6-* | 6x86-* | athlon-*)
+		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
+		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	pentium4-*)
+		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	pn)
+		basic_machine=pn-gould
+		;;
+	power)	basic_machine=power-ibm
+		;;
+	ppc)	basic_machine=powerpc-unknown
+		;;
+	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	ppcle | powerpclittle | ppc-le | powerpc-little)
+		basic_machine=powerpcle-unknown
+		;;
+	ppcle-* | powerpclittle-*)
+		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	ppc64)	basic_machine=powerpc64-unknown
+		;;
+	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	ppc64le | powerpc64little | ppc64-le | powerpc64-little)
+		basic_machine=powerpc64le-unknown
+		;;
+	ppc64le-* | powerpc64little-*)
+		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	ps2)
+		basic_machine=i386-ibm
+		;;
+	pw32)
+		basic_machine=i586-unknown
+		os=-pw32
+		;;
+	rdos)
+		basic_machine=i386-pc
+		os=-rdos
+		;;
+	rom68k)
+		basic_machine=m68k-rom68k
+		os=-coff
+		;;
+	rm[46]00)
+		basic_machine=mips-siemens
+		;;
+	rtpc | rtpc-*)
+		basic_machine=romp-ibm
+		;;
+	s390 | s390-*)
+		basic_machine=s390-ibm
+		;;
+	s390x | s390x-*)
+		basic_machine=s390x-ibm
+		;;
+	sa29200)
+		basic_machine=a29k-amd
+		os=-udi
+		;;
+	sb1)
+		basic_machine=mipsisa64sb1-unknown
+		;;
+	sb1el)
+		basic_machine=mipsisa64sb1el-unknown
+		;;
+	sde)
+		basic_machine=mipsisa32-sde
+		os=-elf
+		;;
+	sei)
+		basic_machine=mips-sei
+		os=-seiux
+		;;
+	sequent)
+		basic_machine=i386-sequent
+		;;
+	sh)
+		basic_machine=sh-hitachi
+		os=-hms
+		;;
+	sh5el)
+		basic_machine=sh5le-unknown
+		;;
+	sh64)
+		basic_machine=sh64-unknown
+		;;
+	sparclite-wrs | simso-wrs)
+		basic_machine=sparclite-wrs
+		os=-vxworks
+		;;
+	sps7)
+		basic_machine=m68k-bull
+		os=-sysv2
+		;;
+	spur)
+		basic_machine=spur-unknown
+		;;
+	st2000)
+		basic_machine=m68k-tandem
+		;;
+	stratus)
+		basic_machine=i860-stratus
+		os=-sysv4
+		;;
+	sun2)
+		basic_machine=m68000-sun
+		;;
+	sun2os3)
+		basic_machine=m68000-sun
+		os=-sunos3
+		;;
+	sun2os4)
+		basic_machine=m68000-sun
+		os=-sunos4
+		;;
+	sun3os3)
+		basic_machine=m68k-sun
+		os=-sunos3
+		;;
+	sun3os4)
+		basic_machine=m68k-sun
+		os=-sunos4
+		;;
+	sun4os3)
+		basic_machine=sparc-sun
+		os=-sunos3
+		;;
+	sun4os4)
+		basic_machine=sparc-sun
+		os=-sunos4
+		;;
+	sun4sol2)
+		basic_machine=sparc-sun
+		os=-solaris2
+		;;
+	sun3 | sun3-*)
+		basic_machine=m68k-sun
+		;;
+	sun4)
+		basic_machine=sparc-sun
+		;;
+	sun386 | sun386i | roadrunner)
+		basic_machine=i386-sun
+		;;
+	sv1)
+		basic_machine=sv1-cray
+		os=-unicos
+		;;
+	symmetry)
+		basic_machine=i386-sequent
+		os=-dynix
+		;;
+	t3e)
+		basic_machine=alphaev5-cray
+		os=-unicos
+		;;
+	t90)
+		basic_machine=t90-cray
+		os=-unicos
+		;;
+	tic54x | c54x*)
+		basic_machine=tic54x-unknown
+		os=-coff
+		;;
+	tic55x | c55x*)
+		basic_machine=tic55x-unknown
+		os=-coff
+		;;
+	tic6x | c6x*)
+		basic_machine=tic6x-unknown
+		os=-coff
+		;;
+        # This must be matched before tile*.
+        tilegx*)
+		basic_machine=tilegx-unknown
+		os=-linux-gnu
+		;;
+	tile*)
+		basic_machine=tile-unknown
+		os=-linux-gnu
+		;;
+	tx39)
+		basic_machine=mipstx39-unknown
+		;;
+	tx39el)
+		basic_machine=mipstx39el-unknown
+		;;
+	toad1)
+		basic_machine=pdp10-xkl
+		os=-tops20
+		;;
+	tower | tower-32)
+		basic_machine=m68k-ncr
+		;;
+	tpf)
+		basic_machine=s390x-ibm
+		os=-tpf
+		;;
+	udi29k)
+		basic_machine=a29k-amd
+		os=-udi
+		;;
+	ultra3)
+		basic_machine=a29k-nyu
+		os=-sym1
+		;;
+	v810 | necv810)
+		basic_machine=v810-nec
+		os=-none
+		;;
+	vaxv)
+		basic_machine=vax-dec
+		os=-sysv
+		;;
+	vms)
+		basic_machine=vax-dec
+		os=-vms
+		;;
+	vpp*|vx|vx-*)
+		basic_machine=f301-fujitsu
+		;;
+	vxworks960)
+		basic_machine=i960-wrs
+		os=-vxworks
+		;;
+	vxworks68)
+		basic_machine=m68k-wrs
+		os=-vxworks
+		;;
+	vxworks29k)
+		basic_machine=a29k-wrs
+		os=-vxworks
+		;;
+	w65*)
+		basic_machine=w65-wdc
+		os=-none
+		;;
+	w89k-*)
+		basic_machine=hppa1.1-winbond
+		os=-proelf
+		;;
+	xbox)
+		basic_machine=i686-pc
+		os=-mingw32
+		;;
+	xps | xps100)
+		basic_machine=xps100-honeywell
+		;;
+	ymp)
+		basic_machine=ymp-cray
+		os=-unicos
+		;;
+	z8k-*-coff)
+		basic_machine=z8k-unknown
+		os=-sim
+		;;
+	z80-*-coff)
+		basic_machine=z80-unknown
+		os=-sim
+		;;
+	none)
+		basic_machine=none-none
+		os=-none
+		;;
+
+# Here we handle the default manufacturer of certain CPU types.  It is in
+# some cases the only manufacturer, in others, it is the most popular.
+	w89k)
+		basic_machine=hppa1.1-winbond
+		;;
+	op50n)
+		basic_machine=hppa1.1-oki
+		;;
+	op60c)
+		basic_machine=hppa1.1-oki
+		;;
+	romp)
+		basic_machine=romp-ibm
+		;;
+	mmix)
+		basic_machine=mmix-knuth
+		;;
+	rs6000)
+		basic_machine=rs6000-ibm
+		;;
+	vax)
+		basic_machine=vax-dec
+		;;
+	pdp10)
+		# there are many clones, so DEC is not a safe bet
+		basic_machine=pdp10-unknown
+		;;
+	pdp11)
+		basic_machine=pdp11-dec
+		;;
+	we32k)
+		basic_machine=we32k-att
+		;;
+	sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
+		basic_machine=sh-unknown
+		;;
+	sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
+		basic_machine=sparc-sun
+		;;
+	cydra)
+		basic_machine=cydra-cydrome
+		;;
+	orion)
+		basic_machine=orion-highlevel
+		;;
+	orion105)
+		basic_machine=clipper-highlevel
+		;;
+	mac | mpw | mac-mpw)
+		basic_machine=m68k-apple
+		;;
+	pmac | pmac-mpw)
+		basic_machine=powerpc-apple
+		;;
+	*-unknown)
+		# Make sure to match an already-canonicalized machine name.
+		;;
+	*)
+		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
+		exit 1
+		;;
+esac
+
+# Here we canonicalize certain aliases for manufacturers.
+case $basic_machine in
+	*-digital*)
+		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
+		;;
+	*-commodore*)
+		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
+		;;
+	*)
+		;;
+esac
+
+# Decode manufacturer-specific aliases for certain operating systems.
+
+if [ x"$os" != x"" ]
+then
+case $os in
+        # First match some system type aliases
+        # that might get confused with valid system types.
+	# -solaris* is a basic system type, with this one exception.
+        -auroraux)
+	        os=-auroraux
+		;;
+	-solaris1 | -solaris1.*)
+		os=`echo $os | sed -e 's|solaris1|sunos4|'`
+		;;
+	-solaris)
+		os=-solaris2
+		;;
+	-svr4*)
+		os=-sysv4
+		;;
+	-unixware*)
+		os=-sysv4.2uw
+		;;
+	-gnu/linux*)
+		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
+		;;
+	# First accept the basic system types.
+	# The portable systems comes first.
+	# Each alternative MUST END IN A *, to match a version number.
+	# -sysv* is not here because it comes later, after sysvr4.
+	-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
+	      | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
+	      | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
+	      | -sym* | -kopensolaris* \
+	      | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
+	      | -aos* | -aros* \
+	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
+	      | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
+	      | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
+	      | -openbsd* | -solidbsd* \
+	      | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
+	      | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
+	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
+	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
+	      | -chorusos* | -chorusrdb* | -cegcc* \
+	      | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
+	      | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
+	      | -uxpv* | -beos* | -mpeix* | -udk* \
+	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
+	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
+	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
+	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
+	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
+	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
+	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
+	# Remember, each alternative MUST END IN *, to match a version number.
+		;;
+	-qnx*)
+		case $basic_machine in
+		    x86-* | i*86-*)
+			;;
+		    *)
+			os=-nto$os
+			;;
+		esac
+		;;
+	-nto-qnx*)
+		;;
+	-nto*)
+		os=`echo $os | sed -e 's|nto|nto-qnx|'`
+		;;
+	-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
+	      | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
+	      | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
+		;;
+	-mac*)
+		os=`echo $os | sed -e 's|mac|macos|'`
+		;;
+	-linux-dietlibc)
+		os=-linux-dietlibc
+		;;
+	-linux*)
+		os=`echo $os | sed -e 's|linux|linux-gnu|'`
+		;;
+	-sunos5*)
+		os=`echo $os | sed -e 's|sunos5|solaris2|'`
+		;;
+	-sunos6*)
+		os=`echo $os | sed -e 's|sunos6|solaris3|'`
+		;;
+	-opened*)
+		os=-openedition
+		;;
+        -os400*)
+		os=-os400
+		;;
+	-wince*)
+		os=-wince
+		;;
+	-osfrose*)
+		os=-osfrose
+		;;
+	-osf*)
+		os=-osf
+		;;
+	-utek*)
+		os=-bsd
+		;;
+	-dynix*)
+		os=-bsd
+		;;
+	-acis*)
+		os=-aos
+		;;
+	-atheos*)
+		os=-atheos
+		;;
+	-syllable*)
+		os=-syllable
+		;;
+	-386bsd)
+		os=-bsd
+		;;
+	-ctix* | -uts*)
+		os=-sysv
+		;;
+	-nova*)
+		os=-rtmk-nova
+		;;
+	-ns2 )
+		os=-nextstep2
+		;;
+	-nsk*)
+		os=-nsk
+		;;
+	# Preserve the version number of sinix5.
+	-sinix5.*)
+		os=`echo $os | sed -e 's|sinix|sysv|'`
+		;;
+	-sinix*)
+		os=-sysv4
+		;;
+        -tpf*)
+		os=-tpf
+		;;
+	-triton*)
+		os=-sysv3
+		;;
+	-oss*)
+		os=-sysv3
+		;;
+	-svr4)
+		os=-sysv4
+		;;
+	-svr3)
+		os=-sysv3
+		;;
+	-sysvr4)
+		os=-sysv4
+		;;
+	# This must come after -sysvr4.
+	-sysv*)
+		;;
+	-ose*)
+		os=-ose
+		;;
+	-es1800*)
+		os=-ose
+		;;
+	-xenix)
+		os=-xenix
+		;;
+	-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
+		os=-mint
+		;;
+	-aros*)
+		os=-aros
+		;;
+	-kaos*)
+		os=-kaos
+		;;
+	-zvmoe)
+		os=-zvmoe
+		;;
+	-dicos*)
+		os=-dicos
+		;;
+        -nacl*)
+	        ;;
+	-none)
+		;;
+	*)
+		# Get rid of the `-' at the beginning of $os.
+		os=`echo $os | sed 's/[^-]*-//'`
+		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
+		exit 1
+		;;
+esac
+else
+
+# Here we handle the default operating systems that come with various machines.
+# The value should be what the vendor currently ships out the door with their
+# machine or put another way, the most popular os provided with the machine.
+
+# Note that if you're going to try to match "-MANUFACTURER" here (say,
+# "-sun"), then you have to tell the case statement up towards the top
+# that MANUFACTURER isn't an operating system.  Otherwise, code above
+# will signal an error saying that MANUFACTURER isn't an operating
+# system, and we'll never get to this point.
+
+case $basic_machine in
+        score-*)
+		os=-elf
+		;;
+        spu-*)
+		os=-elf
+		;;
+	*-acorn)
+		os=-riscix1.2
+		;;
+	arm*-rebel)
+		os=-linux
+		;;
+	arm*-semi)
+		os=-aout
+		;;
+        c4x-* | tic4x-*)
+        	os=-coff
+		;;
+	# This must come before the *-dec entry.
+	pdp10-*)
+		os=-tops20
+		;;
+	pdp11-*)
+		os=-none
+		;;
+	*-dec | vax-*)
+		os=-ultrix4.2
+		;;
+	m68*-apollo)
+		os=-domain
+		;;
+	i386-sun)
+		os=-sunos4.0.2
+		;;
+	m68000-sun)
+		os=-sunos3
+		# This also exists in the configure program, but was not the
+		# default.
+		# os=-sunos4
+		;;
+	m68*-cisco)
+		os=-aout
+		;;
+        mep-*)
+		os=-elf
+		;;
+	mips*-cisco)
+		os=-elf
+		;;
+	mips*-*)
+		os=-elf
+		;;
+	or32-*)
+		os=-coff
+		;;
+	*-tti)	# must be before sparc entry or we get the wrong os.
+		os=-sysv3
+		;;
+	sparc-* | *-sun)
+		os=-sunos4.1.1
+		;;
+	*-be)
+		os=-beos
+		;;
+	*-haiku)
+		os=-haiku
+		;;
+	*-ibm)
+		os=-aix
+		;;
+    	*-knuth)
+		os=-mmixware
+		;;
+	*-wec)
+		os=-proelf
+		;;
+	*-winbond)
+		os=-proelf
+		;;
+	*-oki)
+		os=-proelf
+		;;
+	*-hp)
+		os=-hpux
+		;;
+	*-hitachi)
+		os=-hiux
+		;;
+	i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
+		os=-sysv
+		;;
+	*-cbm)
+		os=-amigaos
+		;;
+	*-dg)
+		os=-dgux
+		;;
+	*-dolphin)
+		os=-sysv3
+		;;
+	m68k-ccur)
+		os=-rtu
+		;;
+	m88k-omron*)
+		os=-luna
+		;;
+	*-next )
+		os=-nextstep
+		;;
+	*-sequent)
+		os=-ptx
+		;;
+	*-crds)
+		os=-unos
+		;;
+	*-ns)
+		os=-genix
+		;;
+	i370-*)
+		os=-mvs
+		;;
+	*-next)
+		os=-nextstep3
+		;;
+	*-gould)
+		os=-sysv
+		;;
+	*-highlevel)
+		os=-bsd
+		;;
+	*-encore)
+		os=-bsd
+		;;
+	*-sgi)
+		os=-irix
+		;;
+	*-siemens)
+		os=-sysv4
+		;;
+	*-masscomp)
+		os=-rtu
+		;;
+	f30[01]-fujitsu | f700-fujitsu)
+		os=-uxpv
+		;;
+	*-rom68k)
+		os=-coff
+		;;
+	*-*bug)
+		os=-coff
+		;;
+	*-apple)
+		os=-macos
+		;;
+	*-atari*)
+		os=-mint
+		;;
+	*)
+		os=-none
+		;;
+esac
+fi
+
+# Here we handle the case where we know the os, and the CPU type, but not the
+# manufacturer.  We pick the logical manufacturer.
+vendor=unknown
+case $basic_machine in
+	*-unknown)
+		case $os in
+			-riscix*)
+				vendor=acorn
+				;;
+			-sunos*)
+				vendor=sun
+				;;
+			-cnk*|-aix*)
+				vendor=ibm
+				;;
+			-beos*)
+				vendor=be
+				;;
+			-hpux*)
+				vendor=hp
+				;;
+			-mpeix*)
+				vendor=hp
+				;;
+			-hiux*)
+				vendor=hitachi
+				;;
+			-unos*)
+				vendor=crds
+				;;
+			-dgux*)
+				vendor=dg
+				;;
+			-luna*)
+				vendor=omron
+				;;
+			-genix*)
+				vendor=ns
+				;;
+			-mvs* | -opened*)
+				vendor=ibm
+				;;
+			-os400*)
+				vendor=ibm
+				;;
+			-ptx*)
+				vendor=sequent
+				;;
+			-tpf*)
+				vendor=ibm
+				;;
+			-vxsim* | -vxworks* | -windiss*)
+				vendor=wrs
+				;;
+			-aux*)
+				vendor=apple
+				;;
+			-hms*)
+				vendor=hitachi
+				;;
+			-mpw* | -macos*)
+				vendor=apple
+				;;
+			-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
+				vendor=atari
+				;;
+			-vos*)
+				vendor=stratus
+				;;
+		esac
+		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
+		;;
+esac
+
+echo $basic_machine$os
+exit
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "timestamp='"
+# time-stamp-format: "%:y-%02m-%02d"
+# time-stamp-end: "'"
+# End:
blob - /dev/null
blob + f4f90d1efc75275762e18937830bc0feabb45666 (mode 755)
--- /dev/null
+++ src/c-ares/configure
@@ -0,0 +1,27058 @@
+#! /bin/sh
+# Guess values for system-dependent variables and create Makefiles.
+# Generated by GNU Autoconf 2.67 for c-ares 1.7.4.
+#
+# Report bugs to <c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares>.
+#
+#
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+# Foundation, Inc.
+#
+#
+# This configure script is free software; the Free Software Foundation
+# gives unlimited permission to copy, distribute and modify it.
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
+
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
+esac
+fi
+
+
+as_nl='
+'
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='printf %s\n'
+  as_echo_n='printf %s'
+else
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_n='/usr/ucb/echo -n'
+  else
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_n_body='eval
+      arg=$1;
+      case $arg in #(
+      *"$as_nl"*)
+	expr "X$arg" : "X\\(.*\\)$as_nl";
+	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+      esac;
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+    '
+    export as_echo_n_body
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+  fi
+  export as_echo_body
+  as_echo='sh -c $as_echo_body as_echo'
+fi
+
+
+  if test -z "$cares_cv_PATH_SEPARATOR"; then
+    if test -z "$PATH"; then
+      as_fn_error $? "PATH not set. Cannot continue without PATH being set."
+    fi
+        tst_dirs_col=0
+    tst_save_IFS=$IFS; IFS=':'
+    for tst_dir in $PATH; do
+      IFS=$tst_save_IFS
+      test -d "$tst_dir" && tst_dirs_col=`expr $tst_dirs_col + 1`
+    done
+    IFS=$tst_save_IFS
+        tst_dirs_sem=0
+    tst_save_IFS=$IFS; IFS=';'
+    for tst_dir in $PATH; do
+      IFS=$tst_save_IFS
+      test -d "$tst_dir" && tst_dirs_sem=`expr $tst_dirs_sem + 1`
+    done
+    IFS=$tst_save_IFS
+    if test $tst_dirs_sem -eq $tst_dirs_col; then
+                  if test -z "$PATH_SEPARATOR"; then
+                as_fn_error $? "PATH_SEPARATOR not set. Cannot continue without it."
+      fi
+    else
+            if test $tst_dirs_sem -gt $tst_dirs_col; then
+        tst_auto_separator=';'
+      else
+        tst_auto_separator=':'
+      fi
+      if test -z "$PATH_SEPARATOR"; then
+                PATH_SEPARATOR="$tst_auto_separator"
+      fi
+    fi
+    cares_cv_PATH_SEPARATOR="$PATH_SEPARATOR"
+  fi
+
+
+
+
+
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+IFS=" ""	$as_nl"
+
+# Find who we are.  Look in the path if we contain no directory separator.
+case $0 in #((
+  *[\\/]* ) as_myself=$0 ;;
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+  done
+IFS=$as_save_IFS
+
+     ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+  as_myself=$0
+fi
+if test ! -f "$as_myself"; then
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  exit 1
+fi
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
+
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+if test "x$CONFIG_SHELL" = x; then
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
+  setopt NO_GLOB_SUBST
+else
+  case \`(set -o) 2>/dev/null\` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
+esac
+fi
+"
+  as_required="as_fn_return () { (exit \$1); }
+as_fn_success () { as_fn_return 0; }
+as_fn_failure () { as_fn_return 1; }
+as_fn_ret_success () { return 0; }
+as_fn_ret_failure () { return 1; }
+
+exitcode=0
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
+
+else
+  exitcode=1; echo positional parameters were not saved.
+fi
+test x\$exitcode = x0 || exit 1"
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
+test \$(( 1 + 1 )) = 2 || exit 1"
+  if (eval "$as_required") 2>/dev/null; then :
+  as_have_required=yes
+else
+  as_have_required=no
+fi
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
+
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_found=false
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  as_found=:
+  case $as_dir in #(
+	 /*)
+	   for as_base in sh bash ksh sh5; do
+	     # Try only shells that exist, to save several forks.
+	     as_shell=$as_dir/$as_base
+	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
+  CONFIG_SHELL=$as_shell as_have_required=yes
+		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
+  break 2
+fi
+fi
+	   done;;
+       esac
+  as_found=false
+done
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
+	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
+  CONFIG_SHELL=$SHELL as_have_required=yes
+fi; }
+IFS=$as_save_IFS
+
+
+      if test "x$CONFIG_SHELL" != x; then :
+  # We cannot yet assume a decent shell, so we have to provide a
+	# neutralization value for shells without unset; and this also
+	# works around shells that cannot unset nonexistent variables.
+	BASH_ENV=/dev/null
+	ENV=/dev/null
+	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+	export CONFIG_SHELL
+	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
+fi
+
+    if test x$as_have_required = xno; then :
+  $as_echo "$0: This script requires a shell more modern than all"
+  $as_echo "$0: the shells that I found on your system."
+  if test x${ZSH_VERSION+set} = xset ; then
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
+  else
+    $as_echo "$0: Please tell bug-autoconf@gnu.org and c-ares mailing
+$0: list: http://cool.haxx.se/mailman/listinfo/c-ares about
+$0: your system, including any error possibly output before
+$0: this message. Then install a modern shell, or manually
+$0: run the script under such a shell if you do have one."
+  fi
+  exit 1
+fi
+fi
+fi
+SHELL=${CONFIG_SHELL-/bin/sh}
+export SHELL
+# Unset more variables known to interfere with behavior of common tools.
+CLICOLOR_FORCE= GREP_OPTIONS=
+unset CLICOLOR_FORCE GREP_OPTIONS
+
+## --------------------- ##
+## M4sh Shell Functions. ##
+## --------------------- ##
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+  { eval $1=; unset $1;}
+}
+as_unset=as_fn_unset
+
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+  return $1
+} # as_fn_set_status
+
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+{
+  set +e
+  as_fn_set_status $1
+  exit $1
+} # as_fn_exit
+
+# as_fn_mkdir_p
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
+
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  esac
+  test -d "$as_dir" || eval $as_mkdir_p || {
+    as_dirs=
+    while :; do
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *) as_qdir=$as_dir;;
+      esac
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
+	 X"$as_dir" : 'X\(//\)$' \| \
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      test -d "$as_dir" && break
+    done
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+} # as_fn_mkdir_p
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+  eval 'as_fn_append ()
+  {
+    eval $1+=\$2
+  }'
+else
+  as_fn_append ()
+  {
+    eval $1=\$$1\$2
+  }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+  eval 'as_fn_arith ()
+  {
+    as_val=$(( $* ))
+  }'
+else
+  as_fn_arith ()
+  {
+    as_val=`expr "$@" || test $? -eq 1`
+  }
+fi # as_fn_arith
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+{
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+  fi
+  $as_echo "$as_me: error: $2" >&2
+  as_fn_exit $as_status
+} # as_fn_error
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+else
+  as_expr=false
+fi
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+else
+  as_basename=false
+fi
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+else
+  as_dirname=false
+fi
+
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+	 X"$0" : 'X\(//\)$' \| \
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
+  sed -n '
+    p
+    /[$]LINENO/=
+  ' <$as_myself |
+    sed '
+      s/[$]LINENO.*/&-/
+      t lineno
+      b
+      :lineno
+      N
+      :loop
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+      t loop
+      s/-\n.*//
+    ' >$as_me.lineno &&
+  chmod +x "$as_me.lineno" ||
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
+
+  # Don't try to exec as it changes $[0], causing all sort of problems
+  # (the dirname of $[0] is not the place where we might find the
+  # original and so on.  Autoconf is especially sensitive to this).
+  . "./$as_me.lineno"
+  # Exit status is that of the last command.
+  exit
+}
+
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+-n*)
+  case `echo 'xy\c'` in
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+       ECHO_T='	';;
+  esac;;
+*)
+  ECHO_N='-n';;
+esac
+
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
+else
+  rm -f conf$$.dir
+  mkdir conf$$.dir 2>/dev/null
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s='ln -s'
+    # ... but there are two gotchas:
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # In both cases, we have to default to `cp -p'.
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+      as_ln_s='cp -p'
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s=ln
+  else
+    as_ln_s='cp -p'
+  fi
+else
+  as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p='mkdir -p "$as_dir"'
+else
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+fi
+
+if test -x / >/dev/null 2>&1; then
+  as_test_x='test -x'
+else
+  if ls -dL / >/dev/null 2>&1; then
+    as_ls_L_option=L
+  else
+    as_ls_L_option=
+  fi
+  as_test_x='
+    eval sh -c '\''
+      if test -d "$1"; then
+	test -d "$1/.";
+      else
+	case $1 in #(
+	-*)set "./$1";;
+	esac;
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+	???[sx]*):;;*)false;;esac;fi
+    '\'' sh
+  '
+fi
+as_executable_p=$as_test_x
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+
+# Check that we are running under the correct shell.
+SHELL=${CONFIG_SHELL-/bin/sh}
+
+case X$lt_ECHO in
+X*--fallback-echo)
+  # Remove one level of quotation (which was required for Make).
+  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
+  ;;
+esac
+
+ECHO=${lt_ECHO-echo}
+if test "X$1" = X--no-reexec; then
+  # Discard the --no-reexec flag, and continue.
+  shift
+elif test "X$1" = X--fallback-echo; then
+  # Avoid inline document here, it may be left over
+  :
+elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
+  # Yippee, $ECHO works!
+  :
+else
+  # Restart under the correct shell.
+  exec $SHELL "$0" --no-reexec ${1+"$@"}
+fi
+
+if test "X$1" = X--fallback-echo; then
+  # used as fallback echo
+  shift
+  cat <<_LT_EOF
+$*
+_LT_EOF
+  exit 0
+fi
+
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+if test -z "$lt_ECHO"; then
+  if test "X${echo_test_string+set}" != Xset; then
+    # find a string as large as possible, as long as the shell can cope with it
+    for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
+      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
+      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
+	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
+      then
+        break
+      fi
+    done
+  fi
+
+  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
+     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
+     test "X$echo_testing_string" = "X$echo_test_string"; then
+    :
+  else
+    # The Solaris, AIX, and Digital Unix default echo programs unquote
+    # backslashes.  This makes it impossible to quote backslashes using
+    #   echo "$something" | sed 's/\\/\\\\/g'
+    #
+    # So, first we look for a working echo in the user's PATH.
+
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+    for dir in $PATH /usr/ucb; do
+      IFS="$lt_save_ifs"
+      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
+         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
+         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
+         test "X$echo_testing_string" = "X$echo_test_string"; then
+        ECHO="$dir/echo"
+        break
+      fi
+    done
+    IFS="$lt_save_ifs"
+
+    if test "X$ECHO" = Xecho; then
+      # We didn't find a better echo, so look for alternatives.
+      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
+         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
+         test "X$echo_testing_string" = "X$echo_test_string"; then
+        # This shell has a builtin print -r that does the trick.
+        ECHO='print -r'
+      elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
+	   test "X$CONFIG_SHELL" != X/bin/ksh; then
+        # If we have ksh, try running configure again with it.
+        ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
+        export ORIGINAL_CONFIG_SHELL
+        CONFIG_SHELL=/bin/ksh
+        export CONFIG_SHELL
+        exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
+      else
+        # Try using printf.
+        ECHO='printf %s\n'
+        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
+	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
+	   test "X$echo_testing_string" = "X$echo_test_string"; then
+	  # Cool, printf works
+	  :
+        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
+	     test "X$echo_testing_string" = 'X\t' &&
+	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
+	     test "X$echo_testing_string" = "X$echo_test_string"; then
+	  CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
+	  export CONFIG_SHELL
+	  SHELL="$CONFIG_SHELL"
+	  export SHELL
+	  ECHO="$CONFIG_SHELL $0 --fallback-echo"
+        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
+	     test "X$echo_testing_string" = 'X\t' &&
+	     echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
+	     test "X$echo_testing_string" = "X$echo_test_string"; then
+	  ECHO="$CONFIG_SHELL $0 --fallback-echo"
+        else
+	  # maybe with a smaller string...
+	  prev=:
+
+	  for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
+	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
+	    then
+	      break
+	    fi
+	    prev="$cmd"
+	  done
+
+	  if test "$prev" != 'sed 50q "$0"'; then
+	    echo_test_string=`eval $prev`
+	    export echo_test_string
+	    exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
+	  else
+	    # Oops.  We lost completely, so just stick with echo.
+	    ECHO=echo
+	  fi
+        fi
+      fi
+    fi
+  fi
+fi
+
+# Copy echo and quote the copy suitably for passing to libtool from
+# the Makefile, instead of quoting the original, which is used later.
+lt_ECHO=$ECHO
+if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
+   lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
+fi
+
+
+
+
+test -n "$DJDIR" || exec 7<&0 </dev/null
+exec 6>&1
+
+# Name of the host.
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
+# so uname gets run too.
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+#
+# Initializations.
+#
+ac_default_prefix=/usr/local
+ac_clean_files=
+ac_config_libobj_dir=.
+LIBOBJS=
+cross_compiling=no
+subdirs=
+MFLAGS=
+MAKEFLAGS=
+
+# Identity of this package.
+PACKAGE_NAME='c-ares'
+PACKAGE_TARNAME='c-ares'
+PACKAGE_VERSION='1.7.4'
+PACKAGE_STRING='c-ares 1.7.4'
+PACKAGE_BUGREPORT='c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares'
+PACKAGE_URL=''
+
+ac_unique_file="ares_ipv6.h"
+# Factoring default headers for most tests.
+ac_includes_default="\
+#include <stdio.h>
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h>
+#endif
+#ifdef STDC_HEADERS
+# include <stdlib.h>
+# include <stddef.h>
+#else
+# ifdef HAVE_STDLIB_H
+#  include <stdlib.h>
+# endif
+#endif
+#ifdef HAVE_STRING_H
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+#  include <memory.h>
+# endif
+# include <string.h>
+#endif
+#ifdef HAVE_STRINGS_H
+# include <strings.h>
+#endif
+#ifdef HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif"
+
+ac_subst_vars='LTLIBOBJS
+LIBOBJS
+CARES_CFLAG_EXTRAS
+CARES_PRIVATE_LIBS
+RANDOM_FILE
+CURLDEBUG_FALSE
+CURLDEBUG_TRUE
+NO_UNDEFINED_FALSE
+NO_UNDEFINED_TRUE
+OTOOL64
+OTOOL
+LIPO
+NMEDIT
+DSYMUTIL
+lt_ECHO
+RANLIB
+LN_S
+NM
+ac_ct_DUMPBIN
+DUMPBIN
+LD
+FGREP
+LIBTOOL
+OBJDUMP
+DLLTOOL
+AS
+CPP
+am__fastdepCC_FALSE
+am__fastdepCC_TRUE
+CCDEPMODE
+AMDEPBACKSLASH
+AMDEP_FALSE
+AMDEP_TRUE
+am__quote
+am__include
+DEPDIR
+OBJEXT
+EXEEXT
+ac_ct_CC
+CPPFLAGS
+LDFLAGS
+CFLAGS
+CC
+host_os
+host_vendor
+host_cpu
+host
+build_os
+build_vendor
+build_cpu
+build
+am__untar
+am__tar
+AMTAR
+am__leading_dot
+SET_MAKE
+AWK
+mkdir_p
+INSTALL_STRIP_PROGRAM
+STRIP
+install_sh
+MAKEINFO
+AUTOHEADER
+AUTOMAKE
+AUTOCONF
+ACLOCAL
+VERSION
+PACKAGE
+CYGPATH_W
+INSTALL_DATA
+INSTALL_SCRIPT
+INSTALL_PROGRAM
+AR
+EGREP
+GREP
+SED
+MAINT
+MAINTAINER_MODE_FALSE
+MAINTAINER_MODE_TRUE
+target_alias
+host_alias
+build_alias
+LIBS
+ECHO_T
+ECHO_N
+ECHO_C
+DEFS
+mandir
+localedir
+libdir
+psdir
+pdfdir
+dvidir
+htmldir
+infodir
+docdir
+oldincludedir
+includedir
+localstatedir
+sharedstatedir
+sysconfdir
+datadir
+datarootdir
+libexecdir
+sbindir
+bindir
+program_transform_name
+prefix
+exec_prefix
+PACKAGE_URL
+PACKAGE_BUGREPORT
+PACKAGE_STRING
+PACKAGE_VERSION
+PACKAGE_TARNAME
+PACKAGE_NAME
+SHELL
+PATH
+PATH_SEPARATOR'
+ac_subst_files=''
+ac_user_opts='
+enable_option_checking
+enable_maintainer_mode
+enable_debug
+enable_optimize
+enable_warnings
+enable_werror
+enable_curldebug
+enable_symbol_hiding
+enable_dependency_tracking
+enable_largefile
+enable_shared
+enable_static
+with_pic
+enable_fast_install
+with_gnu_ld
+enable_libtool_lock
+enable_libgcc
+with_random
+enable_nonblocking
+'
+      ac_precious_vars='build_alias
+host_alias
+target_alias
+CC
+CFLAGS
+LDFLAGS
+LIBS
+CPPFLAGS
+CPP'
+
+
+# Initialize some variables set by options.
+ac_init_help=
+ac_init_version=false
+ac_unrecognized_opts=
+ac_unrecognized_sep=
+# The variables have the same names as the options, with
+# dashes changed to underlines.
+cache_file=/dev/null
+exec_prefix=NONE
+no_create=
+no_recursion=
+prefix=NONE
+program_prefix=NONE
+program_suffix=NONE
+program_transform_name=s,x,x,
+silent=
+site=
+srcdir=
+verbose=
+x_includes=NONE
+x_libraries=NONE
+
+# Installation directory options.
+# These are left unexpanded so users can "make install exec_prefix=/foo"
+# and all the variables that are supposed to be based on exec_prefix
+# by default will actually change.
+# Use braces instead of parens because sh, perl, etc. also accept them.
+# (The list follows the same order as the GNU Coding Standards.)
+bindir='${exec_prefix}/bin'
+sbindir='${exec_prefix}/sbin'
+libexecdir='${exec_prefix}/libexec'
+datarootdir='${prefix}/share'
+datadir='${datarootdir}'
+sysconfdir='${prefix}/etc'
+sharedstatedir='${prefix}/com'
+localstatedir='${prefix}/var'
+includedir='${prefix}/include'
+oldincludedir='/usr/include'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+infodir='${datarootdir}/info'
+htmldir='${docdir}'
+dvidir='${docdir}'
+pdfdir='${docdir}'
+psdir='${docdir}'
+libdir='${exec_prefix}/lib'
+localedir='${datarootdir}/locale'
+mandir='${datarootdir}/man'
+
+ac_prev=
+ac_dashdash=
+for ac_option
+do
+  # If the previous option needs an argument, assign it.
+  if test -n "$ac_prev"; then
+    eval $ac_prev=\$ac_option
+    ac_prev=
+    continue
+  fi
+
+  case $ac_option in
+  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+  *=)   ac_optarg= ;;
+  *)    ac_optarg=yes ;;
+  esac
+
+  # Accept the important Cygnus configure options, so we can diagnose typos.
+
+  case $ac_dashdash$ac_option in
+  --)
+    ac_dashdash=yes ;;
+
+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
+    ac_prev=bindir ;;
+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
+    bindir=$ac_optarg ;;
+
+  -build | --build | --buil | --bui | --bu)
+    ac_prev=build_alias ;;
+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
+    build_alias=$ac_optarg ;;
+
+  -cache-file | --cache-file | --cache-fil | --cache-fi \
+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
+    ac_prev=cache_file ;;
+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
+    cache_file=$ac_optarg ;;
+
+  --config-cache | -C)
+    cache_file=config.cache ;;
+
+  -datadir | --datadir | --datadi | --datad)
+    ac_prev=datadir ;;
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
+    datadir=$ac_optarg ;;
+
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
+  | --dataroo | --dataro | --datar)
+    ac_prev=datarootdir ;;
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
+    datarootdir=$ac_optarg ;;
+
+  -disable-* | --disable-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid feature name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"enable_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval enable_$ac_useropt=no ;;
+
+  -docdir | --docdir | --docdi | --doc | --do)
+    ac_prev=docdir ;;
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
+    docdir=$ac_optarg ;;
+
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
+    ac_prev=dvidir ;;
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
+    dvidir=$ac_optarg ;;
+
+  -enable-* | --enable-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid feature name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"enable_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval enable_$ac_useropt=\$ac_optarg ;;
+
+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
+  | --exec | --exe | --ex)
+    ac_prev=exec_prefix ;;
+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
+  | --exec=* | --exe=* | --ex=*)
+    exec_prefix=$ac_optarg ;;
+
+  -gas | --gas | --ga | --g)
+    # Obsolete; use --with-gas.
+    with_gas=yes ;;
+
+  -help | --help | --hel | --he | -h)
+    ac_init_help=long ;;
+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+    ac_init_help=recursive ;;
+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+    ac_init_help=short ;;
+
+  -host | --host | --hos | --ho)
+    ac_prev=host_alias ;;
+  -host=* | --host=* | --hos=* | --ho=*)
+    host_alias=$ac_optarg ;;
+
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
+    ac_prev=htmldir ;;
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
+  | --ht=*)
+    htmldir=$ac_optarg ;;
+
+  -includedir | --includedir | --includedi | --included | --include \
+  | --includ | --inclu | --incl | --inc)
+    ac_prev=includedir ;;
+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
+  | --includ=* | --inclu=* | --incl=* | --inc=*)
+    includedir=$ac_optarg ;;
+
+  -infodir | --infodir | --infodi | --infod | --info | --inf)
+    ac_prev=infodir ;;
+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
+    infodir=$ac_optarg ;;
+
+  -libdir | --libdir | --libdi | --libd)
+    ac_prev=libdir ;;
+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
+    libdir=$ac_optarg ;;
+
+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
+  | --libexe | --libex | --libe)
+    ac_prev=libexecdir ;;
+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
+  | --libexe=* | --libex=* | --libe=*)
+    libexecdir=$ac_optarg ;;
+
+  -localedir | --localedir | --localedi | --localed | --locale)
+    ac_prev=localedir ;;
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
+    localedir=$ac_optarg ;;
+
+  -localstatedir | --localstatedir | --localstatedi | --localstated \
+  | --localstate | --localstat | --localsta | --localst | --locals)
+    ac_prev=localstatedir ;;
+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
+    localstatedir=$ac_optarg ;;
+
+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
+    ac_prev=mandir ;;
+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
+    mandir=$ac_optarg ;;
+
+  -nfp | --nfp | --nf)
+    # Obsolete; use --without-fp.
+    with_fp=no ;;
+
+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
+  | --no-cr | --no-c | -n)
+    no_create=yes ;;
+
+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
+    no_recursion=yes ;;
+
+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
+  | --oldin | --oldi | --old | --ol | --o)
+    ac_prev=oldincludedir ;;
+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
+    oldincludedir=$ac_optarg ;;
+
+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
+    ac_prev=prefix ;;
+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
+    prefix=$ac_optarg ;;
+
+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
+  | --program-pre | --program-pr | --program-p)
+    ac_prev=program_prefix ;;
+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
+    program_prefix=$ac_optarg ;;
+
+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
+  | --program-suf | --program-su | --program-s)
+    ac_prev=program_suffix ;;
+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
+    program_suffix=$ac_optarg ;;
+
+  -program-transform-name | --program-transform-name \
+  | --program-transform-nam | --program-transform-na \
+  | --program-transform-n | --program-transform- \
+  | --program-transform | --program-transfor \
+  | --program-transfo | --program-transf \
+  | --program-trans | --program-tran \
+  | --progr-tra | --program-tr | --program-t)
+    ac_prev=program_transform_name ;;
+  -program-transform-name=* | --program-transform-name=* \
+  | --program-transform-nam=* | --program-transform-na=* \
+  | --program-transform-n=* | --program-transform-=* \
+  | --program-transform=* | --program-transfor=* \
+  | --program-transfo=* | --program-transf=* \
+  | --program-trans=* | --program-tran=* \
+  | --progr-tra=* | --program-tr=* | --program-t=*)
+    program_transform_name=$ac_optarg ;;
+
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
+    ac_prev=pdfdir ;;
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
+    pdfdir=$ac_optarg ;;
+
+  -psdir | --psdir | --psdi | --psd | --ps)
+    ac_prev=psdir ;;
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
+    psdir=$ac_optarg ;;
+
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil)
+    silent=yes ;;
+
+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
+    ac_prev=sbindir ;;
+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
+  | --sbi=* | --sb=*)
+    sbindir=$ac_optarg ;;
+
+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
+  | --sharedst | --shareds | --shared | --share | --shar \
+  | --sha | --sh)
+    ac_prev=sharedstatedir ;;
+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
+  | --sha=* | --sh=*)
+    sharedstatedir=$ac_optarg ;;
+
+  -site | --site | --sit)
+    ac_prev=site ;;
+  -site=* | --site=* | --sit=*)
+    site=$ac_optarg ;;
+
+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
+    ac_prev=srcdir ;;
+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
+    srcdir=$ac_optarg ;;
+
+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
+  | --syscon | --sysco | --sysc | --sys | --sy)
+    ac_prev=sysconfdir ;;
+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
+    sysconfdir=$ac_optarg ;;
+
+  -target | --target | --targe | --targ | --tar | --ta | --t)
+    ac_prev=target_alias ;;
+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
+    target_alias=$ac_optarg ;;
+
+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
+    verbose=yes ;;
+
+  -version | --version | --versio | --versi | --vers | -V)
+    ac_init_version=: ;;
+
+  -with-* | --with-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid package name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"with_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval with_$ac_useropt=\$ac_optarg ;;
+
+  -without-* | --without-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid package name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"with_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval with_$ac_useropt=no ;;
+
+  --x)
+    # Obsolete; use --with-x.
+    with_x=yes ;;
+
+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
+  | --x-incl | --x-inc | --x-in | --x-i)
+    ac_prev=x_includes ;;
+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
+    x_includes=$ac_optarg ;;
+
+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
+    ac_prev=x_libraries ;;
+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+    x_libraries=$ac_optarg ;;
+
+  -*) as_fn_error $? "unrecognized option: \`$ac_option'
+Try \`$0 --help' for more information"
+    ;;
+
+  *=*)
+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+    # Reject names that are not valid shell variable names.
+    case $ac_envvar in #(
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
+      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
+    esac
+    eval $ac_envvar=\$ac_optarg
+    export $ac_envvar ;;
+
+  *)
+    # FIXME: should be removed in autoconf 3.0.
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
+    ;;
+
+  esac
+done
+
+if test -n "$ac_prev"; then
+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+  as_fn_error $? "missing argument to $ac_option"
+fi
+
+if test -n "$ac_unrecognized_opts"; then
+  case $enable_option_checking in
+    no) ;;
+    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
+  esac
+fi
+
+# Check all directory arguments for consistency.
+for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
+		datadir sysconfdir sharedstatedir localstatedir includedir \
+		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+		libdir localedir mandir
+do
+  eval ac_val=\$$ac_var
+  # Remove trailing slashes.
+  case $ac_val in
+    */ )
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
+      eval $ac_var=\$ac_val;;
+  esac
+  # Be sure to have absolute directory names.
+  case $ac_val in
+    [\\/$]* | ?:[\\/]* )  continue;;
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+  esac
+  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
+done
+
+# There might be people who depend on the old broken behavior: `$host'
+# used to hold the argument of --host etc.
+# FIXME: To remove some day.
+build=$build_alias
+host=$host_alias
+target=$target_alias
+
+# FIXME: To remove some day.
+if test "x$host_alias" != x; then
+  if test "x$build_alias" = x; then
+    cross_compiling=maybe
+    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
+    If a cross compiler is detected then cross compile mode will be used" >&2
+  elif test "x$build_alias" != "x$host_alias"; then
+    cross_compiling=yes
+  fi
+fi
+
+ac_tool_prefix=
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
+
+test "$silent" = yes && exec 6>/dev/null
+
+
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ac_ls_di=`ls -di .` &&
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+  as_fn_error $? "working directory cannot be determined"
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+  as_fn_error $? "pwd does not report name of working directory"
+
+
+# Find the source files, if location was not specified.
+if test -z "$srcdir"; then
+  ac_srcdir_defaulted=yes
+  # Try the directory containing this script, then the parent directory.
+  ac_confdir=`$as_dirname -- "$as_myself" ||
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$as_myself" : 'X\(//\)[^/]' \| \
+	 X"$as_myself" : 'X\(//\)$' \| \
+	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_myself" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+  srcdir=$ac_confdir
+  if test ! -r "$srcdir/$ac_unique_file"; then
+    srcdir=..
+  fi
+else
+  ac_srcdir_defaulted=no
+fi
+if test ! -r "$srcdir/$ac_unique_file"; then
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
+fi
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ac_abs_confdir=`(
+	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
+	pwd)`
+# When building in place, set srcdir=.
+if test "$ac_abs_confdir" = "$ac_pwd"; then
+  srcdir=.
+fi
+# Remove unnecessary trailing slashes from srcdir.
+# Double slashes in file names in object file debugging info
+# mess up M-x gdb in Emacs.
+case $srcdir in
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
+esac
+for ac_var in $ac_precious_vars; do
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_env_${ac_var}_value=\$${ac_var}
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
+done
+
+#
+# Report the --help message.
+#
+if test "$ac_init_help" = "long"; then
+  # Omit some internal or obsolete options to make the list less imposing.
+  # This message is too long to be a string in the A/UX 3.1 sh.
+  cat <<_ACEOF
+\`configure' configures c-ares 1.7.4 to adapt to many kinds of systems.
+
+Usage: $0 [OPTION]... [VAR=VALUE]...
+
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
+VAR=VALUE.  See below for descriptions of some of the useful variables.
+
+Defaults for the options are specified in brackets.
+
+Configuration:
+  -h, --help              display this help and exit
+      --help=short        display options specific to this package
+      --help=recursive    display the short help of all the included packages
+  -V, --version           display version information and exit
+  -q, --quiet, --silent   do not print \`checking ...' messages
+      --cache-file=FILE   cache test results in FILE [disabled]
+  -C, --config-cache      alias for \`--cache-file=config.cache'
+  -n, --no-create         do not create output files
+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
+
+Installation directories:
+  --prefix=PREFIX         install architecture-independent files in PREFIX
+                          [$ac_default_prefix]
+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
+                          [PREFIX]
+
+By default, \`make install' will install all the files in
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
+for instance \`--prefix=\$HOME'.
+
+For better control, use the options below.
+
+Fine tuning of the installation directories:
+  --bindir=DIR            user executables [EPREFIX/bin]
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
+  --libdir=DIR            object code libraries [EPREFIX/lib]
+  --includedir=DIR        C header files [PREFIX/include]
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/c-ares]
+  --htmldir=DIR           html documentation [DOCDIR]
+  --dvidir=DIR            dvi documentation [DOCDIR]
+  --pdfdir=DIR            pdf documentation [DOCDIR]
+  --psdir=DIR             ps documentation [DOCDIR]
+_ACEOF
+
+  cat <<\_ACEOF
+
+Program names:
+  --program-prefix=PREFIX            prepend PREFIX to installed program names
+  --program-suffix=SUFFIX            append SUFFIX to installed program names
+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
+
+System types:
+  --build=BUILD     configure for building on BUILD [guessed]
+  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
+_ACEOF
+fi
+
+if test -n "$ac_init_help"; then
+  case $ac_init_help in
+     short | recursive ) echo "Configuration of c-ares 1.7.4:";;
+   esac
+  cat <<\_ACEOF
+
+Optional Features:
+  --disable-option-checking  ignore unrecognized --enable/--with options
+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
+  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
+  --enable-maintainer-mode  enable make rules and dependencies not useful
+			  (and sometimes confusing) to the casual installer
+  --enable-debug          Enable debug build options
+  --disable-debug         Disable debug build options
+  --enable-optimize(=OPT) Enable compiler optimizations (default=-O2)
+  --disable-optimize      Disable compiler optimizations
+  --enable-warnings       Enable strict compiler warnings
+  --disable-warnings      Disable strict compiler warnings
+  --enable-werror         Enable compiler warnings as errors
+  --disable-werror        Disable compiler warnings as errors
+  --enable-curldebug      Enable curl debug memory tracking
+  --disable-curldebug     Disable curl debug memory tracking
+  --enable-symbol-hiding  Enable hiding of library internal symbols
+  --disable-symbol-hiding Disable hiding of library internal symbols
+  --disable-dependency-tracking  speeds up one-time build
+  --enable-dependency-tracking   do not reject slow dependency extractors
+  --disable-largefile     omit support for large files
+  --enable-shared[=PKGS]  build shared libraries [default=yes]
+  --enable-static[=PKGS]  build static libraries [default=yes]
+  --enable-fast-install[=PKGS]
+                          optimize for fast installation [default=yes]
+  --disable-libtool-lock  avoid locking (might break parallel builds)
+  --enable-libgcc         use libgcc when linking
+  --enable-nonblocking    Enable non-blocking communications
+  --disable-nonblocking   Disable non-blocking communications
+
+Optional Packages:
+  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
+  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
+  --with-pic              try to use only PIC/non-PIC objects [default=use
+                          both]
+  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
+  --with-random=FILE      read randomness from FILE (default=/dev/urandom)
+
+Some influential environment variables:
+  CC          C compiler command
+  CFLAGS      C compiler flags
+  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
+              nonstandard directory <lib dir>
+  LIBS        libraries to pass to the linker, e.g. -l<library>
+  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
+              you have headers in a nonstandard directory <include dir>
+  CPP         C preprocessor
+
+Use these variables to override the choices made by `configure' or to help
+it to find libraries and programs with nonstandard names/locations.
+
+Report bugs to <c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares>.
+_ACEOF
+ac_status=$?
+fi
+
+if test "$ac_init_help" = "recursive"; then
+  # If there are subdirs, report their specific --help.
+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
+    test -d "$ac_dir" ||
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
+      continue
+    ac_builddir=.
+
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+    cd "$ac_dir" || { ac_status=$?; continue; }
+    # Check for guested configure.
+    if test -f "$ac_srcdir/configure.gnu"; then
+      echo &&
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
+    elif test -f "$ac_srcdir/configure"; then
+      echo &&
+      $SHELL "$ac_srcdir/configure" --help=recursive
+    else
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+    fi || ac_status=$?
+    cd "$ac_pwd" || { ac_status=$?; break; }
+  done
+fi
+
+test -n "$ac_init_help" && exit $ac_status
+if $ac_init_version; then
+  cat <<\_ACEOF
+c-ares configure 1.7.4
+generated by GNU Autoconf 2.67
+
+Copyright (C) 2010 Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.
+_ACEOF
+  exit
+fi
+
+## ------------------------ ##
+## Autoconf initialization. ##
+## ------------------------ ##
+
+# ac_fn_c_try_compile LINENO
+# --------------------------
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
+ac_fn_c_try_compile ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  rm -f conftest.$ac_objext
+  if { { ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compile") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && {
+	 test -z "$ac_c_werror_flag" ||
+	 test ! -s conftest.err
+       } && test -s conftest.$ac_objext; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+	ac_retval=1
+fi
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+  as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_compile
+
+# ac_fn_c_try_cpp LINENO
+# ----------------------
+# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
+ac_fn_c_try_cpp ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  if { { ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } > conftest.i && {
+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+	 test ! -s conftest.err
+       }; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+    ac_retval=1
+fi
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+  as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_cpp
+
+# ac_fn_c_try_link LINENO
+# -----------------------
+# Try to link conftest.$ac_ext, and return whether this succeeded.
+ac_fn_c_try_link ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  rm -f conftest.$ac_objext conftest$ac_exeext
+  if { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && {
+	 test -z "$ac_c_werror_flag" ||
+	 test ! -s conftest.err
+       } && test -s conftest$ac_exeext && {
+	 test "$cross_compiling" = yes ||
+	 $as_test_x conftest$ac_exeext
+       }; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+	ac_retval=1
+fi
+  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
+  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
+  # interfere with the next link command; also delete a directory that is
+  # left behind by Apple's compiler.  We do this before executing the actions.
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+  as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_link
+
+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
+# -------------------------------------------------------
+# Tests whether HEADER exists and can be compiled using the include files in
+# INCLUDES, setting the cache variable VAR accordingly.
+ac_fn_c_check_header_compile ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval "test \"\${$3+set}\"" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+#include <$2>
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  eval "$3=yes"
+else
+  eval "$3=no"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+
+} # ac_fn_c_check_header_compile
+
+# ac_fn_c_try_run LINENO
+# ----------------------
+# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
+# that executables *can* be run.
+ac_fn_c_try_run ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  if { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
+  { { case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; }; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: program exited with status $ac_status" >&5
+       $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+       ac_retval=$ac_status
+fi
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+  as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_run
+
+# ac_fn_c_check_func LINENO FUNC VAR
+# ----------------------------------
+# Tests whether FUNC exists, setting the cache variable VAR accordingly
+ac_fn_c_check_func ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval "test \"\${$3+set}\"" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#define $2 innocuous_$2
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef $2
+#ifdef __cplusplus
+extern "C"
+#endif
+char $2 ();
+#if defined __stub_$2 || defined __stub___$2
+choke me
+#endif
+
+int main (void)
+{
+return $2 ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  eval "$3=yes"
+else
+  eval "$3=no"
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+
+} # ac_fn_c_check_func
+
+# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
+# -------------------------------------------------------
+# Tests whether HEADER exists, giving a warning if it cannot be compiled using
+# the include files in INCLUDES and setting the cache variable VAR
+# accordingly.
+ac_fn_c_check_header_mongrel ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  if eval "test \"\${$3+set}\"" = set; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval "test \"\${$3+set}\"" = set; then :
+  $as_echo_n "(cached) " >&6
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+else
+  # Is the header compilable?
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
+$as_echo_n "checking $2 usability... " >&6; }
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+#include <$2>
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_header_compiler=yes
+else
+  ac_header_compiler=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
+$as_echo "$ac_header_compiler" >&6; }
+
+# Is the header present?
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
+$as_echo_n "checking $2 presence... " >&6; }
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <$2>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  ac_header_preproc=yes
+else
+  ac_header_preproc=no
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
+$as_echo "$ac_header_preproc" >&6; }
+
+# So?  What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
+  yes:no: )
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
+$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
+    ;;
+  no:yes:* )
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
+$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
+$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
+$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
+$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
+( $as_echo "## ------------------------------------------------------------------------------- ##
+## Report this to c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares ##
+## ------------------------------------------------------------------------------- ##"
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
+    ;;
+esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval "test \"\${$3+set}\"" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  eval "$3=\$ac_header_compiler"
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+fi
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+
+} # ac_fn_c_check_header_mongrel
+
+# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
+# -------------------------------------------
+# Tests whether TYPE exists after having included INCLUDES, setting cache
+# variable VAR accordingly.
+ac_fn_c_check_type ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval "test \"\${$3+set}\"" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  eval "$3=no"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int main (void)
+{
+if (sizeof ($2))
+	 return 0;
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int main (void)
+{
+if (sizeof (($2)))
+	    return 0;
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+else
+  eval "$3=yes"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+
+} # ac_fn_c_check_type
+
+# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
+# --------------------------------------------
+# Tries to find the compile-time value of EXPR in a program that includes
+# INCLUDES, setting VAR accordingly. Returns whether the value could be
+# computed
+ac_fn_c_compute_int ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  if test "$cross_compiling" = yes; then
+    # Depending upon the size, compute the lo and hi bounds.
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int main (void)
+{
+static int test_array [1 - 2 * !(($2) >= 0)];
+test_array [0] = 0
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_lo=0 ac_mid=0
+  while :; do
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int main (void)
+{
+static int test_array [1 - 2 * !(($2) <= $ac_mid)];
+test_array [0] = 0
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_hi=$ac_mid; break
+else
+  as_fn_arith $ac_mid + 1 && ac_lo=$as_val
+			if test $ac_lo -le $ac_mid; then
+			  ac_lo= ac_hi=
+			  break
+			fi
+			as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  done
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int main (void)
+{
+static int test_array [1 - 2 * !(($2) < 0)];
+test_array [0] = 0
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_hi=-1 ac_mid=-1
+  while :; do
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int main (void)
+{
+static int test_array [1 - 2 * !(($2) >= $ac_mid)];
+test_array [0] = 0
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_lo=$ac_mid; break
+else
+  as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
+			if test $ac_mid -le $ac_hi; then
+			  ac_lo= ac_hi=
+			  break
+			fi
+			as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  done
+else
+  ac_lo= ac_hi=
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+# Binary search between lo and hi bounds.
+while test "x$ac_lo" != "x$ac_hi"; do
+  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int main (void)
+{
+static int test_array [1 - 2 * !(($2) <= $ac_mid)];
+test_array [0] = 0
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_hi=$ac_mid
+else
+  as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+done
+case $ac_lo in #((
+?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
+'') ac_retval=1 ;;
+esac
+  else
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+static long int longval () { return $2; }
+static unsigned long int ulongval () { return $2; }
+#include <stdio.h>
+#include <stdlib.h>
+int main (void)
+{
+
+  FILE *f = fopen ("conftest.val", "w");
+  if (! f)
+    return 1;
+  if (($2) < 0)
+    {
+      long int i = longval ();
+      if (i != ($2))
+	return 1;
+      fprintf (f, "%ld", i);
+    }
+  else
+    {
+      unsigned long int i = ulongval ();
+      if (i != ($2))
+	return 1;
+      fprintf (f, "%lu", i);
+    }
+  /* Do not output a trailing newline, as this causes \r\n confusion
+     on some platforms.  */
+  return ferror (f) || fclose (f) != 0;
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
+else
+  ac_retval=1
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -f conftest.val
+
+  fi
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+  as_fn_set_status $ac_retval
+
+} # ac_fn_c_compute_int
+
+# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
+# ----------------------------------------------------
+# Tries to find if the field MEMBER exists in type AGGR, after including
+# INCLUDES, setting cache variable VAR accordingly.
+ac_fn_c_check_member ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
+$as_echo_n "checking for $2.$3... " >&6; }
+if eval "test \"\${$4+set}\"" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$5
+int main (void)
+{
+static $2 ac_aggr;
+if (ac_aggr.$3)
+return 0;
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  eval "$4=yes"
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$5
+int main (void)
+{
+static $2 ac_aggr;
+if (sizeof ac_aggr.$3)
+return 0;
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  eval "$4=yes"
+else
+  eval "$4=no"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+eval ac_res=\$$4
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+
+} # ac_fn_c_check_member
+cat >config.log <<_ACEOF
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by c-ares $as_me 1.7.4, which was
+generated by GNU Autoconf 2.67.  Invocation command line was
+
+  $ $0 $@
+
+_ACEOF
+exec 5>>config.log
+{
+cat <<_ASUNAME
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
+
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
+
+_ASUNAME
+
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    $as_echo "PATH: $as_dir"
+  done
+IFS=$as_save_IFS
+
+} >&5
+
+cat >&5 <<_ACEOF
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+_ACEOF
+
+
+# Keep a trace of the command line.
+# Strip out --no-create and --no-recursion so they do not pile up.
+# Strip out --silent because we don't want to record it for future runs.
+# Also quote any args containing shell meta-characters.
+# Make two passes to allow for proper duplicate-argument suppression.
+ac_configure_args=
+ac_configure_args0=
+ac_configure_args1=
+ac_must_keep_next=false
+for ac_pass in 1 2
+do
+  for ac_arg
+  do
+    case $ac_arg in
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+    | -silent | --silent | --silen | --sile | --sil)
+      continue ;;
+    *\'*)
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    esac
+    case $ac_pass in
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
+    2)
+      as_fn_append ac_configure_args1 " '$ac_arg'"
+      if test $ac_must_keep_next = true; then
+	ac_must_keep_next=false # Got value, back to normal.
+      else
+	case $ac_arg in
+	  *=* | --config-cache | -C | -disable-* | --disable-* \
+	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
+	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
+	  | -with-* | --with-* | -without-* | --without-* | --x)
+	    case "$ac_configure_args0 " in
+	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
+	    esac
+	    ;;
+	  -* ) ac_must_keep_next=true ;;
+	esac
+      fi
+      as_fn_append ac_configure_args " '$ac_arg'"
+      ;;
+    esac
+  done
+done
+{ ac_configure_args0=; unset ac_configure_args0;}
+{ ac_configure_args1=; unset ac_configure_args1;}
+
+# When interrupted or exit'd, cleanup temporary files, and complete
+# config.log.  We remove comments because anyway the quotes in there
+# would cause problems or look ugly.
+# WARNING: Use '\'' to represent an apostrophe within the trap.
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
+trap 'exit_status=$?
+  # Save into config.log some information that might help in debugging.
+  {
+    echo
+
+    $as_echo "## ---------------- ##
+## Cache variables. ##
+## ---------------- ##"
+    echo
+    # The following way of writing the cache mishandles newlines in values,
+(
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    *${as_nl}*)
+      case $ac_var in #(
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+      esac
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      esac ;;
+    esac
+  done
+  (set) 2>&1 |
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
+      sed -n \
+	"s/'\''/'\''\\\\'\'''\''/g;
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
+      ;; #(
+    *)
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      ;;
+    esac |
+    sort
+)
+    echo
+
+    $as_echo "## ----------------- ##
+## Output variables. ##
+## ----------------- ##"
+    echo
+    for ac_var in $ac_subst_vars
+    do
+      eval ac_val=\$$ac_var
+      case $ac_val in
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+      esac
+      $as_echo "$ac_var='\''$ac_val'\''"
+    done | sort
+    echo
+
+    if test -n "$ac_subst_files"; then
+      $as_echo "## ------------------- ##
+## File substitutions. ##
+## ------------------- ##"
+      echo
+      for ac_var in $ac_subst_files
+      do
+	eval ac_val=\$$ac_var
+	case $ac_val in
+	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+	esac
+	$as_echo "$ac_var='\''$ac_val'\''"
+      done | sort
+      echo
+    fi
+
+    if test -s confdefs.h; then
+      $as_echo "## ----------- ##
+## confdefs.h. ##
+## ----------- ##"
+      echo
+      cat confdefs.h
+      echo
+    fi
+    test "$ac_signal" != 0 &&
+      $as_echo "$as_me: caught signal $ac_signal"
+    $as_echo "$as_me: exit $exit_status"
+  } >&5
+  rm -f core *.core core.conftest.* &&
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
+    exit $exit_status
+' 0
+for ac_signal in 1 2 13 15; do
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
+done
+ac_signal=0
+
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+rm -f -r conftest* confdefs.h
+
+$as_echo "/* confdefs.h */" > confdefs.h
+
+# Predefined preprocessor variables.
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_NAME "$PACKAGE_NAME"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_VERSION "$PACKAGE_VERSION"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_STRING "$PACKAGE_STRING"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_URL "$PACKAGE_URL"
+_ACEOF
+
+
+# Let the site file select an alternate cache file if it wants to.
+# Prefer an explicitly selected file to automatically selected ones.
+ac_site_file1=NONE
+ac_site_file2=NONE
+if test -n "$CONFIG_SITE"; then
+  # We do not want a PATH search for config.site.
+  case $CONFIG_SITE in #((
+    -*)  ac_site_file1=./$CONFIG_SITE;;
+    */*) ac_site_file1=$CONFIG_SITE;;
+    *)   ac_site_file1=./$CONFIG_SITE;;
+  esac
+elif test "x$prefix" != xNONE; then
+  ac_site_file1=$prefix/share/config.site
+  ac_site_file2=$prefix/etc/config.site
+else
+  ac_site_file1=$ac_default_prefix/share/config.site
+  ac_site_file2=$ac_default_prefix/etc/config.site
+fi
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
+do
+  test "x$ac_site_file" = xNONE && continue
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
+    sed 's/^/| /' "$ac_site_file" >&5
+    . "$ac_site_file" \
+      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "failed to load site script $ac_site_file
+See \`config.log' for more details" "$LINENO" 5 ; }
+  fi
+done
+
+if test -r "$cache_file"; then
+  # Some versions of bash will fail to source /dev/null (special files
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
+$as_echo "$as_me: loading cache $cache_file" >&6;}
+    case $cache_file in
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
+      *)                      . "./$cache_file";;
+    esac
+  fi
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
+$as_echo "$as_me: creating cache $cache_file" >&6;}
+  >$cache_file
+fi
+
+# Check that the precious variables saved in the cache have kept the same
+# value.
+ac_cache_corrupted=false
+for ac_var in $ac_precious_vars; do
+  eval ac_old_set=\$ac_cv_env_${ac_var}_set
+  eval ac_new_set=\$ac_env_${ac_var}_set
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
+  eval ac_new_val=\$ac_env_${ac_var}_value
+  case $ac_old_set,$ac_new_set in
+    set,)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+      ac_cache_corrupted=: ;;
+    ,set)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+      ac_cache_corrupted=: ;;
+    ,);;
+    *)
+      if test "x$ac_old_val" != "x$ac_new_val"; then
+	# differences in whitespace do not lead to failure.
+	ac_old_val_w=`echo x $ac_old_val`
+	ac_new_val_w=`echo x $ac_new_val`
+	if test "$ac_old_val_w" != "$ac_new_val_w"; then
+	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+	  ac_cache_corrupted=:
+	else
+	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
+	  eval $ac_var=\$ac_old_val
+	fi
+	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
+	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
+      fi;;
+  esac
+  # Pass precious variables to config.status.
+  if test "$ac_new_set" = set; then
+    case $ac_new_val in
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+    *) ac_arg=$ac_var=$ac_new_val ;;
+    esac
+    case " $ac_configure_args " in
+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
+    esac
+  fi
+done
+if $ac_cache_corrupted; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+fi
+## -------------------- ##
+## Main body of script. ##
+## -------------------- ##
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
+
+
+# using cares-override.m4
+
+
+
+ac_config_headers="$ac_config_headers ares_config.h ares_build.h"
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
+    # Check whether --enable-maintainer-mode was given.
+if test "${enable_maintainer_mode+set}" = set; then :
+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
+else
+  USE_MAINTAINER_MODE=no
+fi
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
+$as_echo "$USE_MAINTAINER_MODE" >&6; }
+
+
+if test $USE_MAINTAINER_MODE = yes; then
+  MAINTAINER_MODE_TRUE=
+  MAINTAINER_MODE_FALSE='#'
+else
+  MAINTAINER_MODE_TRUE='#'
+  MAINTAINER_MODE_FALSE=
+fi
+
+  MAINT=$MAINTAINER_MODE_TRUE
+
+
+
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable debug build options" >&5
+$as_echo_n "checking whether to enable debug build options... " >&6; }
+  OPT_DEBUG_BUILD="default"
+  # Check whether --enable-debug was given.
+if test "${enable_debug+set}" = set; then :
+  enableval=$enable_debug; OPT_DEBUG_BUILD=$enableval
+fi
+
+  case "$OPT_DEBUG_BUILD" in
+    no)
+            want_debug="no"
+      ;;
+    default)
+            want_debug="no"
+      ;;
+    *)
+            want_debug="yes"
+      ;;
+  esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $want_debug" >&5
+$as_echo "$want_debug" >&6; }
+
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable compiler optimizer" >&5
+$as_echo_n "checking whether to enable compiler optimizer... " >&6; }
+  OPT_COMPILER_OPTIMIZE="default"
+  # Check whether --enable-optimize was given.
+if test "${enable_optimize+set}" = set; then :
+  enableval=$enable_optimize; OPT_COMPILER_OPTIMIZE=$enableval
+fi
+
+  case "$OPT_COMPILER_OPTIMIZE" in
+    no)
+                              want_optimize="no"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      ;;
+    default)
+                                                                        if test "$want_debug" = "yes"; then
+        want_optimize="assume_no"
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: not specified (assuming no)" >&5
+$as_echo "not specified (assuming no)" >&6; }
+      else
+        want_optimize="assume_yes"
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: not specified (assuming yes)" >&5
+$as_echo "not specified (assuming yes)" >&6; }
+      fi
+      ;;
+    *)
+                              want_optimize="yes"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      ;;
+  esac
+
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable strict compiler warnings" >&5
+$as_echo_n "checking whether to enable strict compiler warnings... " >&6; }
+  OPT_COMPILER_WARNINGS="default"
+  # Check whether --enable-warnings was given.
+if test "${enable_warnings+set}" = set; then :
+  enableval=$enable_warnings; OPT_COMPILER_WARNINGS=$enableval
+fi
+
+  case "$OPT_COMPILER_WARNINGS" in
+    no)
+            want_warnings="no"
+      ;;
+    default)
+                  want_warnings="$want_debug"
+      ;;
+    *)
+            want_warnings="yes"
+      ;;
+  esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $want_warnings" >&5
+$as_echo "$want_warnings" >&6; }
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable compiler warnings as errors" >&5
+$as_echo_n "checking whether to enable compiler warnings as errors... " >&6; }
+  OPT_COMPILER_WERROR="default"
+  # Check whether --enable-werror was given.
+if test "${enable_werror+set}" = set; then :
+  enableval=$enable_werror; OPT_COMPILER_WERROR=$enableval
+fi
+
+  case "$OPT_COMPILER_WERROR" in
+    no)
+            want_werror="no"
+      ;;
+    default)
+            want_werror="no"
+      ;;
+    *)
+            want_werror="yes"
+      ;;
+  esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $want_werror" >&5
+$as_echo "$want_werror" >&6; }
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable curl debug memory tracking" >&5
+$as_echo_n "checking whether to enable curl debug memory tracking... " >&6; }
+  OPT_CURLDEBUG_BUILD="default"
+  # Check whether --enable-curldebug was given.
+if test "${enable_curldebug+set}" = set; then :
+  enableval=$enable_curldebug; OPT_CURLDEBUG_BUILD=$enableval
+fi
+
+  case "$OPT_CURLDEBUG_BUILD" in
+    no)
+            want_curldebug="no"
+      ;;
+    default)
+            want_curldebug="no"
+      ;;
+    *)
+                                                      want_curldebug="yes"
+      ;;
+  esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $want_curldebug" >&5
+$as_echo "$want_curldebug" >&6; }
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable hiding of library internal symbols" >&5
+$as_echo_n "checking whether to enable hiding of library internal symbols... " >&6; }
+  OPT_SYMBOL_HIDING="default"
+  # Check whether --enable-symbol-hiding was given.
+if test "${enable_symbol_hiding+set}" = set; then :
+  enableval=$enable_symbol_hiding; OPT_SYMBOL_HIDING=$enableval
+fi
+
+  case "$OPT_SYMBOL_HIDING" in
+    no)
+                              want_symbol_hiding="no"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      ;;
+    default)
+                  want_symbol_hiding="yes"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      ;;
+    *)
+                        want_symbol_hiding="yes"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      ;;
+  esac
+
+
+
+
+
+# Extract the first word of "sed", so it can be a program name with args.
+set dummy sed; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_path_SED+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $SED in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_SED="$SED" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:/usr/bin:/usr/local/bin"
+for as_dir in $as_dummy
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+  test -z "$ac_cv_path_SED" && ac_cv_path_SED="not_found"
+  ;;
+esac
+fi
+SED=$ac_cv_path_SED
+if test -n "$SED"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
+$as_echo "$SED" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+if test -z "$SED" || test "$SED" = "not_found"; then
+  as_fn_error $? "sed not found in PATH. Cannot continue without sed." "$LINENO" 5
+fi
+
+
+# Extract the first word of "grep", so it can be a program name with args.
+set dummy grep; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_path_GREP+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $GREP in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_GREP="$GREP" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:/usr/bin:/usr/local/bin"
+for as_dir in $as_dummy
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_path_GREP="$as_dir/$ac_word$ac_exec_ext"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+  test -z "$ac_cv_path_GREP" && ac_cv_path_GREP="not_found"
+  ;;
+esac
+fi
+GREP=$ac_cv_path_GREP
+if test -n "$GREP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GREP" >&5
+$as_echo "$GREP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+if test -z "$GREP" || test "$GREP" = "not_found"; then
+  as_fn_error $? "grep not found in PATH. Cannot continue without grep." "$LINENO" 5
+fi
+
+
+if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
+$as_echo_n "checking for egrep... " >&6; }
+  EGREP="$GREP -E"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EGREP" >&5
+$as_echo "$EGREP" >&6; }
+else
+  # Extract the first word of "egrep", so it can be a program name with args.
+set dummy egrep; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_path_EGREP+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $EGREP in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_EGREP="$EGREP" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:/usr/bin:/usr/local/bin"
+for as_dir in $as_dummy
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_path_EGREP="$as_dir/$ac_word$ac_exec_ext"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+  test -z "$ac_cv_path_EGREP" && ac_cv_path_EGREP="not_found"
+  ;;
+esac
+fi
+EGREP=$ac_cv_path_EGREP
+if test -n "$EGREP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EGREP" >&5
+$as_echo "$EGREP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$EGREP" || test "$EGREP" = "not_found"; then
+  as_fn_error $? "egrep not found in PATH. Cannot continue without egrep." "$LINENO" 5
+fi
+
+
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
+set dummy ${ac_tool_prefix}ar; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_path_AR+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $AR in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_AR="$AR" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:/usr/bin:/usr/local/bin"
+for as_dir in $as_dummy
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+  ;;
+esac
+fi
+AR=$ac_cv_path_AR
+if test -n "$AR"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
+$as_echo "$AR" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_path_AR"; then
+  ac_pt_AR=$AR
+  # Extract the first word of "ar", so it can be a program name with args.
+set dummy ar; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_path_ac_pt_AR+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $ac_pt_AR in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_ac_pt_AR="$ac_pt_AR" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:/usr/bin:/usr/local/bin"
+for as_dir in $as_dummy
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_path_ac_pt_AR="$as_dir/$ac_word$ac_exec_ext"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+  ;;
+esac
+fi
+ac_pt_AR=$ac_cv_path_ac_pt_AR
+if test -n "$ac_pt_AR"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_AR" >&5
+$as_echo "$ac_pt_AR" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_pt_AR" = x; then
+    AR="not_found"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    AR=$ac_pt_AR
+  fi
+else
+  AR="$ac_cv_path_AR"
+fi
+
+if test -z "$AR" || test "$AR" = "not_found"; then
+  as_fn_error $? "ar not found in PATH. Cannot continue without ar." "$LINENO" 5
+fi
+
+
+if test -f ${srcdir}/ares_build.h; then
+  rm -f ${srcdir}/ares_build.h
+fi
+
+VERSION=`$SED -ne 's/^#define ARES_VERSION_STR "\(.*\)"/\1/p' ${srcdir}/ares_version.h`
+am__api_version="1.9"
+ac_aux_dir=
+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
+  if test -f "$ac_dir/install-sh"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/install-sh -c"
+    break
+  elif test -f "$ac_dir/install.sh"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/install.sh -c"
+    break
+  elif test -f "$ac_dir/shtool"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/shtool install -c"
+    break
+  fi
+done
+if test -z "$ac_aux_dir"; then
+  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
+fi
+
+# These three variables are undocumented and unsupported,
+# and are intended to be withdrawn in a future Autoconf release.
+# They can cause serious problems if a builder's source tree is in a directory
+# whose full name contains unusual characters.
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
+
+
+# Find a good install program.  We prefer a C program (faster),
+# so one script is as good as another.  But avoid the broken or
+# incompatible versions:
+# SysV /etc/install, /usr/sbin/install
+# SunOS /usr/etc/install
+# IRIX /sbin/install
+# AIX /bin/install
+# AmigaOS /C/install, which installs bootblocks on floppy discs
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+# OS/2's system install, which has a completely different semantic
+# ./install, which can be erroneously created by make from ./install.sh.
+# Reject install programs that cannot install multiple files.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
+if test -z "$INSTALL"; then
+if test "${ac_cv_path_install+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    # Account for people who put trailing slashes in PATH elements.
+case $as_dir/ in #((
+  ./ | .// | /[cC]/* | \
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
+  /usr/ucb/* ) ;;
+  *)
+    # OSF1 and SCO ODT 3.0 have their own names for install.
+    # Don't use installbsd from OSF since it installs stuff as root
+    # by default.
+    for ac_prog in ginstall scoinst install; do
+      for ac_exec_ext in '' $ac_executable_extensions; do
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
+	  if test $ac_prog = install &&
+	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+	    # AIX install.  It has an incompatible calling convention.
+	    :
+	  elif test $ac_prog = install &&
+	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+	    # program-specific install script used by HP pwplus--don't use.
+	    :
+	  else
+	    rm -rf conftest.one conftest.two conftest.dir
+	    echo one > conftest.one
+	    echo two > conftest.two
+	    mkdir conftest.dir
+	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
+	      test -s conftest.one && test -s conftest.two &&
+	      test -s conftest.dir/conftest.one &&
+	      test -s conftest.dir/conftest.two
+	    then
+	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+	      break 3
+	    fi
+	  fi
+	fi
+      done
+    done
+    ;;
+esac
+
+  done
+IFS=$as_save_IFS
+
+rm -rf conftest.one conftest.two conftest.dir
+
+fi
+  if test "${ac_cv_path_install+set}" = set; then
+    INSTALL=$ac_cv_path_install
+  else
+    # As a last resort, use the slow shell script.  Don't cache a
+    # value for INSTALL within a source directory, because that will
+    # break other packages using the cache if that directory is
+    # removed, or if the value is a relative name.
+    INSTALL=$ac_install_sh
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
+$as_echo "$INSTALL" >&6; }
+
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+# It thinks the first close brace ends the variable substitution.
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
+
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
+$as_echo_n "checking whether build environment is sane... " >&6; }
+# Just in case
+sleep 1
+echo timestamp > conftest.file
+# Do `set' in a subshell so we don't clobber the current shell's
+# arguments.  Must try -L first in case configure is actually a
+# symlink; some systems play weird games with the mod time of symlinks
+# (eg FreeBSD returns the mod time of the symlink's containing
+# directory).
+if (
+   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
+   if test "$*" = "X"; then
+      # -L didn't work.
+      set X `ls -t $srcdir/configure conftest.file`
+   fi
+   rm -f conftest.file
+   if test "$*" != "X $srcdir/configure conftest.file" \
+      && test "$*" != "X conftest.file $srcdir/configure"; then
+
+      # If neither matched, then we have a broken ls.  This can happen
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
+      # broken ls alias from the environment.  This has actually
+      # happened.  Such a system could not be considered "sane".
+      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
+alias in your environment" "$LINENO" 5
+   fi
+
+   test "$2" = conftest.file
+   )
+then
+   # Ok.
+   :
+else
+   as_fn_error $? "newly created file is older than distributed files!
+Check your system clock" "$LINENO" 5
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+test "$program_prefix" != NONE &&
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
+# Use a double $ so make ignores it.
+test "$program_suffix" != NONE &&
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
+# Double any \ or $.
+# By default was `s,x,x', remove it if useless.
+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
+
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`cd $ac_aux_dir && pwd`
+
+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
+# Use eval to expand $SHELL
+if eval "$MISSING --run true"; then
+  am_missing_run="$MISSING --run "
+else
+  am_missing_run=
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
+fi
+
+if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
+  # We used to keeping the `.' as first argument, in order to
+  # allow $(mkdir_p) to be used without argument.  As in
+  #   $(mkdir_p) $(somedir)
+  # where $(somedir) is conditionally defined.  However this is wrong
+  # for two reasons:
+  #  1. if the package is installed by a user who cannot write `.'
+  #     make install will fail,
+  #  2. the above comment should most certainly read
+  #     $(mkdir_p) $(DESTDIR)$(somedir)
+  #     so it does not work when $(somedir) is undefined and
+  #     $(DESTDIR) is not.
+  #  To support the latter case, we have to write
+  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
+  #  so the `.' trick is pointless.
+  mkdir_p='mkdir -p --'
+else
+  # On NextStep and OpenStep, the `mkdir' command does not
+  # recognize any option.  It will interpret all options as
+  # directories to create, and then abort because `.' already
+  # exists.
+  for d in ./-p ./--version;
+  do
+    test -d $d && rmdir $d
+  done
+  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
+  if test -f "$ac_aux_dir/mkinstalldirs"; then
+    mkdir_p='$(mkinstalldirs)'
+  else
+    mkdir_p='$(install_sh) -d'
+  fi
+fi
+
+for ac_prog in gawk mawk nawk awk
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_AWK+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$AWK"; then
+  ac_cv_prog_AWK="$AWK" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_AWK="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+AWK=$ac_cv_prog_AWK
+if test -n "$AWK"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
+$as_echo "$AWK" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$AWK" && break
+done
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
+set x ${MAKE-make}
+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat >conftest.make <<\_ACEOF
+SHELL = /bin/sh
+all:
+	@echo '@@@%%%=$(MAKE)=@@@%%%'
+_ACEOF
+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
+  *@@@%%%=?*=@@@%%%*)
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
+  *)
+    eval ac_cv_prog_make_${ac_make}_set=no;;
+esac
+rm -f conftest.make
+fi
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+  SET_MAKE=
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  SET_MAKE="MAKE=${MAKE-make}"
+fi
+
+rm -rf .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+if test -d .tst; then
+  am__leading_dot=.
+else
+  am__leading_dot=_
+fi
+rmdir .tst 2>/dev/null
+
+# test to see if srcdir already configured
+if test "`cd $srcdir && pwd`" != "`pwd`" &&
+   test -f $srcdir/config.status; then
+  as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
+fi
+
+# test whether we have cygpath
+if test -z "$CYGPATH_W"; then
+  if (cygpath --version) >/dev/null 2>/dev/null; then
+    CYGPATH_W='cygpath -w'
+  else
+    CYGPATH_W=echo
+  fi
+fi
+
+
+# Define the identity of the package.
+ PACKAGE=c-ares
+ VERSION=$VERSION
+
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE "$PACKAGE"
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define VERSION "$VERSION"
+_ACEOF
+
+# Some tools Automake needs.
+
+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
+
+
+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
+
+
+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
+
+
+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
+
+
+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
+
+install_sh=${install_sh-"$am_aux_dir/install-sh"}
+
+# Installed binaries are usually stripped using `strip' when the user
+# run `make install-strip'.  However `strip' might not be the right
+# tool to use in cross-compilation environments, therefore Automake
+# will honor the `STRIP' environment variable to overrule this program.
+if test "$cross_compiling" != no; then
+  if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+set dummy ${ac_tool_prefix}strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_STRIP+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$STRIP"; then
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+STRIP=$ac_cv_prog_STRIP
+if test -n "$STRIP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
+$as_echo "$STRIP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_STRIP"; then
+  ac_ct_STRIP=$STRIP
+  # Extract the first word of "strip", so it can be a program name with args.
+set dummy strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_STRIP"; then
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_STRIP="strip"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+if test -n "$ac_ct_STRIP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
+$as_echo "$ac_ct_STRIP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_STRIP" = x; then
+    STRIP=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    STRIP=$ac_ct_STRIP
+  fi
+else
+  STRIP="$ac_cv_prog_STRIP"
+fi
+
+fi
+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
+
+# We need awk for the "check" target.  The system "awk" is bad on
+# some platforms.
+# Always define AMTAR for backward compatibility.
+
+AMTAR=${AMTAR-"${am_missing_run}tar"}
+
+am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking c-ares version" >&5
+$as_echo_n "checking c-ares version... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $VERSION" >&5
+$as_echo "$VERSION" >&6; }
+
+
+# Make sure we can run config.sub.
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
+  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
+$as_echo_n "checking build system type... " >&6; }
+if test "${ac_cv_build+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_build_alias=$build_alias
+test "x$ac_build_alias" = x &&
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
+test "x$ac_build_alias" = x &&
+  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
+  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
+$as_echo "$ac_cv_build" >&6; }
+case $ac_cv_build in
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
+esac
+build=$ac_cv_build
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_build
+shift
+build_cpu=$1
+build_vendor=$2
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+build_os=$*
+IFS=$ac_save_IFS
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
+$as_echo_n "checking host system type... " >&6; }
+if test "${ac_cv_host+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "x$host_alias" = x; then
+  ac_cv_host=$ac_cv_build
+else
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
+$as_echo "$ac_cv_host" >&6; }
+case $ac_cv_host in
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
+esac
+host=$ac_cv_host
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_host
+shift
+host_cpu=$1
+host_vendor=$2
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+host_os=$*
+IFS=$ac_save_IFS
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
+
+
+
+cat >>confdefs.h <<_ACEOF
+#define OS "${host}"
+_ACEOF
+
+
+DEPDIR="${am__leading_dot}deps"
+
+ac_config_commands="$ac_config_commands depfiles"
+
+
+am_make=${MAKE-make}
+cat > confinc << 'END'
+am__doit:
+	@echo done
+.PHONY: am__doit
+END
+# If we don't find an include directive, just comment out the code.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
+$as_echo_n "checking for style of include used by $am_make... " >&6; }
+am__include="#"
+am__quote=
+_am_result=none
+# First try GNU make style include.
+echo "include confinc" > confmf
+# We grep out `Entering directory' and `Leaving directory'
+# messages which can occur if `w' ends up in MAKEFLAGS.
+# In particular we don't look at `^make:' because GNU make might
+# be invoked under some other name (usually "gmake"), in which
+# case it prints its new name instead of `make'.
+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
+   am__include=include
+   am__quote=
+   _am_result=GNU
+fi
+# Now try BSD make style include.
+if test "$am__include" = "#"; then
+   echo '.include "confinc"' > confmf
+   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
+      am__include=.include
+      am__quote="\""
+      _am_result=BSD
+   fi
+fi
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
+$as_echo "$_am_result" >&6; }
+rm -f confinc confmf
+
+# Check whether --enable-dependency-tracking was given.
+if test "${enable_dependency_tracking+set}" = set; then :
+  enableval=$enable_dependency_tracking;
+fi
+
+if test "x$enable_dependency_tracking" != xno; then
+  am_depcomp="$ac_aux_dir/depcomp"
+  AMDEPBACKSLASH='\'
+fi
+
+
+if test "x$enable_dependency_tracking" != xno; then
+  AMDEP_TRUE=
+  AMDEP_FALSE='#'
+else
+  AMDEP_TRUE='#'
+  AMDEP_FALSE=
+fi
+
+
+
+
+  ac_save_CFLAGS="$CFLAGS"
+  ac_save_CPPFLAGS="$CPPFLAGS"
+  ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_CC+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_CC="${ac_tool_prefix}gcc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_CC"; then
+  ac_ct_CC=$CC
+  # Extract the first word of "gcc", so it can be a program name with args.
+set dummy gcc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_CC"; then
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_CC="gcc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+$as_echo "$ac_ct_CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_CC" = x; then
+    CC=""
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    CC=$ac_ct_CC
+  fi
+else
+  CC="$ac_cv_prog_CC"
+fi
+
+if test -z "$CC"; then
+          if test -n "$ac_tool_prefix"; then
+    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}cc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_CC+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_CC="${ac_tool_prefix}cc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  fi
+fi
+if test -z "$CC"; then
+  # Extract the first word of "cc", so it can be a program name with args.
+set dummy cc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_CC+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+  ac_prog_rejected=no
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
+       ac_prog_rejected=yes
+       continue
+     fi
+    ac_cv_prog_CC="cc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+if test $ac_prog_rejected = yes; then
+  # We found a bogon in the path, so make sure we never use it.
+  set dummy $ac_cv_prog_CC
+  shift
+  if test $# != 0; then
+    # We chose a different compiler from the bogus one.
+    # However, it has the same basename, so the bogon will be chosen
+    # first if we set CC to just the basename; use the full file name.
+    shift
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
+  fi
+fi
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$CC"; then
+  if test -n "$ac_tool_prefix"; then
+  for ac_prog in cl.exe
+  do
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_CC+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+    test -n "$CC" && break
+  done
+fi
+if test -z "$CC"; then
+  ac_ct_CC=$CC
+  for ac_prog in cl.exe
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_CC"; then
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_CC="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+$as_echo "$ac_ct_CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$ac_ct_CC" && break
+done
+
+  if test "x$ac_ct_CC" = x; then
+    CC=""
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    CC=$ac_ct_CC
+  fi
+fi
+
+fi
+
+
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "no acceptable C compiler found in \$PATH
+See \`config.log' for more details" "$LINENO" 5 ; }
+
+# Provide some information about the compiler.
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
+set X $ac_compile
+ac_compiler=$2
+for ac_option in --version -v -V -qversion; do
+  { { ac_try="$ac_compiler $ac_option >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    sed '10a\
+... rest of stderr output deleted ...
+         10q' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+  fi
+  rm -f conftest.er1 conftest.err
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+done
+
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int main (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
+# Try to create an executable without -o first, disregard a.out.
+# It will help us diagnose broken compilers, and finding out an intuition
+# of exeext.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
+$as_echo_n "checking whether the C compiler works... " >&6; }
+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+
+# The possible output files:
+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
+
+ac_rmfiles=
+for ac_file in $ac_files
+do
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
+    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
+  esac
+done
+rm -f $ac_rmfiles
+
+if { { ac_try="$ac_link_default"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link_default") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then :
+  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
+# in a Makefile.  We should not override ac_cv_exeext if it was cached,
+# so that the user can short-circuit this test for compilers unknown to
+# Autoconf.
+for ac_file in $ac_files ''
+do
+  test -f "$ac_file" || continue
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
+	;;
+    [ab].out )
+	# We found the default executable, but exeext='' is most
+	# certainly right.
+	break;;
+    *.* )
+	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
+	then :; else
+	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+	fi
+	# We set ac_cv_exeext here because the later test for it is not
+	# safe: cross compilers may not add the suffix if given an `-o'
+	# argument, so we may need to know it at that point already.
+	# Even if this section looks crufty: it has the advantage of
+	# actually working.
+	break;;
+    * )
+	break;;
+  esac
+done
+test "$ac_cv_exeext" = no && ac_cv_exeext=
+
+else
+  ac_file=''
+fi
+if test -z "$ac_file"; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error 77 "C compiler cannot create executables
+See \`config.log' for more details" "$LINENO" 5 ; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
+$as_echo_n "checking for C compiler default output file name... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
+$as_echo "$ac_file" >&6; }
+ac_exeext=$ac_cv_exeext
+
+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
+ac_clean_files=$ac_clean_files_save
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
+$as_echo_n "checking for suffix of executables... " >&6; }
+if { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then :
+  # If both `conftest.exe' and `conftest' are `present' (well, observable)
+# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
+# work properly (i.e., refer to `conftest.exe'), while it won't with
+# `rm'.
+for ac_file in conftest.exe conftest conftest.*; do
+  test -f "$ac_file" || continue
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
+    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+	  break;;
+    * ) break;;
+  esac
+done
+else
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot compute suffix of executables: cannot compile and link
+See \`config.log' for more details" "$LINENO" 5 ; }
+fi
+rm -f conftest conftest$ac_cv_exeext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
+$as_echo "$ac_cv_exeext" >&6; }
+
+rm -f conftest.$ac_ext
+EXEEXT=$ac_cv_exeext
+ac_exeext=$EXEEXT
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdio.h>
+int main (void)
+{
+FILE *f = fopen ("conftest.out", "w");
+ return ferror (f) || fclose (f) != 0;
+
+ ;
+ return 0;
+}
+_ACEOF
+ac_clean_files="$ac_clean_files conftest.out"
+# Check that the compiler produces executables we can run.  If not, either
+# the compiler is broken, or we cross compile.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
+$as_echo_n "checking whether we are cross compiling... " >&6; }
+if test "$cross_compiling" != yes; then
+  { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+  if { ac_try='./conftest$ac_cv_exeext'
+  { { case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; }; then
+    cross_compiling=no
+  else
+    if test "$cross_compiling" = maybe; then
+	cross_compiling=yes
+    else
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot run C compiled programs.
+If you meant to cross compile, use \`--host'.
+See \`config.log' for more details" "$LINENO" 5 ; }
+    fi
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
+$as_echo "$cross_compiling" >&6; }
+
+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
+ac_clean_files=$ac_clean_files_save
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
+$as_echo_n "checking for suffix of object files... " >&6; }
+if test "${ac_cv_objext+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int main (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.o conftest.obj
+if { { ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compile") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then :
+  for ac_file in conftest.o conftest.obj conftest.*; do
+  test -f "$ac_file" || continue;
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
+    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+       break;;
+  esac
+done
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot compute suffix of object files: cannot compile
+See \`config.log' for more details" "$LINENO" 5 ; }
+fi
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
+$as_echo "$ac_cv_objext" >&6; }
+OBJEXT=$ac_cv_objext
+ac_objext=$OBJEXT
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
+if test "${ac_cv_c_compiler_gnu+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int main (void)
+{
+#ifndef __GNUC__
+       choke me
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_compiler_gnu=yes
+else
+  ac_compiler_gnu=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
+if test $ac_compiler_gnu = yes; then
+  GCC=yes
+else
+  GCC=
+fi
+ac_test_CFLAGS=${CFLAGS+set}
+ac_save_CFLAGS=$CFLAGS
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
+if test "${ac_cv_prog_cc_g+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_save_c_werror_flag=$ac_c_werror_flag
+   ac_c_werror_flag=yes
+   ac_cv_prog_cc_g=no
+   CFLAGS="-g"
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int main (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_g=yes
+else
+  CFLAGS=""
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int main (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+else
+  ac_c_werror_flag=$ac_save_c_werror_flag
+	 CFLAGS="-g"
+	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int main (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_g=yes
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+   ac_c_werror_flag=$ac_save_c_werror_flag
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
+$as_echo "$ac_cv_prog_cc_g" >&6; }
+if test "$ac_test_CFLAGS" = set; then
+  CFLAGS=$ac_save_CFLAGS
+elif test $ac_cv_prog_cc_g = yes; then
+  if test "$GCC" = yes; then
+    CFLAGS="-g -O2"
+  else
+    CFLAGS="-g"
+  fi
+else
+  if test "$GCC" = yes; then
+    CFLAGS="-O2"
+  else
+    CFLAGS=
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
+if test "${ac_cv_prog_cc_c89+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_cv_prog_cc_c89=no
+ac_save_CC=$CC
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdarg.h>
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
+struct buf { int x; };
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
+static char *e (p, i)
+     char **p;
+     int i;
+{
+  return p[i];
+}
+static char *f (char * (*g) (char **, int), char **p, ...)
+{
+  char *s;
+  va_list v;
+  va_start (v,p);
+  s = g (p, va_arg (v,int));
+  va_end (v);
+  return s;
+}
+
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
+   function prototypes and stuff, but not '\xHH' hex character constants.
+   These don't provoke an error unfortunately, instead are silently treated
+   as 'x'.  The following induces an error, until -std is added to get
+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
+   array size at least.  It's necessary to write '\x00'==0 to get something
+   that's true only with -std.  */
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
+
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
+   inside strings and character constants.  */
+#define FOO(x) 'x'
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
+
+int test (int i, double x);
+struct s1 {int (*f) (int a);};
+struct s2 {int (*f) (double a);};
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
+int argc;
+char **argv;
+int main (void)
+{
+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
+ ;
+ return 0;
+}
+_ACEOF
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
+	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+do
+  CC="$ac_save_CC $ac_arg"
+  if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_c89=$ac_arg
+fi
+rm -f core conftest.err conftest.$ac_objext
+  test "x$ac_cv_prog_cc_c89" != "xno" && break
+done
+rm -f conftest.$ac_ext
+CC=$ac_save_CC
+
+fi
+# AC_CACHE_VAL
+case "x$ac_cv_prog_cc_c89" in
+  x)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
+$as_echo "none needed" >&6; } ;;
+  xno)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
+$as_echo "unsupported" >&6; } ;;
+  *)
+    CC="$CC $ac_cv_prog_cc_c89"
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
+esac
+if test "x$ac_cv_prog_cc_c89" != xno; then :
+
+fi
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+depcc="$CC"   am_compiler_list=
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
+$as_echo_n "checking dependency style of $depcc... " >&6; }
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named `D' -- because `-MD' means `put the output
+  # in D'.
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  mkdir sub
+
+  am_cv_CC_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+  fi
+  for depmode in $am_compiler_list; do
+    # Setup a source with many dependencies, because some compilers
+    # like to wrap large dependency lists on column 80 (with \), and
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Solaris 8's {/usr,}/bin/sh.
+      touch sub/conftst$i.h
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+    case $depmode in
+    nosideeffect)
+      # after this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested
+      if test "x$enable_dependency_tracking" = xyes; then
+	continue
+      else
+	break
+      fi
+      ;;
+    none) break ;;
+    esac
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
+    # mode.  It turns out that the SunPro C++ compiler does not properly
+    # handle `-M -o', and we need to detect this.
+    if depmode=$depmode \
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+      # icc doesn't choke on unknown options, it will just issue warnings
+      # or remarks (even with -Werror).  So we grep stderr for any message
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_CC_dependencies_compiler_type=$depmode
+        break
+      fi
+    fi
+  done
+
+  cd ..
+  rm -rf conftest.dir
+else
+  am_cv_CC_dependencies_compiler_type=none
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
+
+
+
+if
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+  am__fastdepCC_TRUE=
+  am__fastdepCC_FALSE='#'
+else
+  am__fastdepCC_TRUE='#'
+  am__fastdepCC_FALSE=
+fi
+
+
+  CFLAGS="$ac_save_CFLAGS"
+  CPPFLAGS="$ac_save_CPPFLAGS"
+
+if test "x$CC" != xcc; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
+$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
+$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
+fi
+set dummy $CC; ac_cc=`$as_echo "$2" |
+		      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
+if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int main (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+# Make sure it works both with $CC and with simple cc.
+# We do the test twice because some compilers refuse to overwrite an
+# existing .o file with -o, though they will create one.
+ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
+rm -f conftest2.*
+if { { case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } &&
+   test -f conftest2.$ac_objext && { { case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; };
+then
+  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
+  if test "x$CC" != xcc; then
+    # Test first that cc exists at all.
+    if { ac_try='cc -c conftest.$ac_ext >&5'
+  { { case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; }; then
+      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
+      rm -f conftest2.*
+      if { { case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } &&
+	 test -f conftest2.$ac_objext && { { case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; };
+      then
+	# cc works too.
+	:
+      else
+	# cc exists but doesn't like -o.
+	eval ac_cv_prog_cc_${ac_cc}_c_o=no
+      fi
+    fi
+  fi
+else
+  eval ac_cv_prog_cc_${ac_cc}_c_o=no
+fi
+rm -f core conftest*
+
+fi
+if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
+
+fi
+
+# FIXME: we rely on the cache variable name because
+# there is no other way.
+set dummy $CC
+ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
+if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
+   # Losing compiler, so override with the script.
+   # FIXME: It is wrong to rewrite CC.
+   # But if we don't then we get into trouble of one sort or another.
+   # A longer-term fix would be to have automake use am__CC in this case,
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
+   CC="$am_aux_dir/compile $CC"
+fi
+
+
+
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
+$as_echo_n "checking how to run the C preprocessor... " >&6; }
+# On Suns, sometimes $CPP names a directory.
+if test -n "$CPP" && test -d "$CPP"; then
+  CPP=
+fi
+if test -z "$CPP"; then
+  if test "${ac_cv_prog_CPP+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+      # Double quotes because CPP needs to be expanded
+    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
+    do
+      ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
+do
+  # Use a header file that comes with gcc, so configuring glibc
+  # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> exists even on freestanding compilers.
+  # On the NeXT, cc -E runs the code through the compiler's parser,
+  # not just through cpp. "Syntax error" is here to catch this case.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+		     Syntax error
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+else
+  # Broken: fails on valid input.
+continue
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+  # OK, works on sane cases.  Now check whether nonexistent headers
+  # can be detected and how.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <ac_nonexistent.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # Broken: success on invalid input.
+continue
+else
+  # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+done
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.i conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then :
+  break
+fi
+
+    done
+    ac_cv_prog_CPP=$CPP
+
+fi
+  CPP=$ac_cv_prog_CPP
+else
+  ac_cv_prog_CPP=$CPP
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
+$as_echo "$CPP" >&6; }
+ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
+do
+  # Use a header file that comes with gcc, so configuring glibc
+  # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> exists even on freestanding compilers.
+  # On the NeXT, cc -E runs the code through the compiler's parser,
+  # not just through cpp. "Syntax error" is here to catch this case.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+		     Syntax error
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+else
+  # Broken: fails on valid input.
+continue
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+  # OK, works on sane cases.  Now check whether nonexistent headers
+  # can be detected and how.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <ac_nonexistent.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # Broken: success on invalid input.
+continue
+else
+  # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+done
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.i conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then :
+
+else
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details" "$LINENO" 5 ; }
+fi
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
+$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
+if test "${ac_cv_path_GREP+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -z "$GREP"; then
+  ac_path_GREP_found=false
+  # Loop through the user's path and test for each of PROGNAME-LIST
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in grep ggrep; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
+      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
+# Check for GNU ac_path_GREP and select it if it is found.
+  # Check for GNU $ac_path_GREP
+case `"$ac_path_GREP" --version 2>&1` in
+*GNU*)
+  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
+*)
+  ac_count=0
+  $as_echo_n 0123456789 >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    $as_echo 'GREP' >> "conftest.nl"
+    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
+    if test $ac_count -gt ${ac_path_GREP_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_GREP="$ac_path_GREP"
+      ac_path_GREP_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+      $ac_path_GREP_found && break 3
+    done
+  done
+  done
+IFS=$as_save_IFS
+  if test -z "$ac_cv_path_GREP"; then
+    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+  fi
+else
+  ac_cv_path_GREP=$GREP
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
+$as_echo "$ac_cv_path_GREP" >&6; }
+ GREP="$ac_cv_path_GREP"
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
+$as_echo_n "checking for egrep... " >&6; }
+if test "${ac_cv_path_EGREP+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
+   then ac_cv_path_EGREP="$GREP -E"
+   else
+     if test -z "$EGREP"; then
+  ac_path_EGREP_found=false
+  # Loop through the user's path and test for each of PROGNAME-LIST
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in egrep; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
+      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
+# Check for GNU ac_path_EGREP and select it if it is found.
+  # Check for GNU $ac_path_EGREP
+case `"$ac_path_EGREP" --version 2>&1` in
+*GNU*)
+  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
+*)
+  ac_count=0
+  $as_echo_n 0123456789 >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    $as_echo 'EGREP' >> "conftest.nl"
+    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
+    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_EGREP="$ac_path_EGREP"
+      ac_path_EGREP_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+      $ac_path_EGREP_found && break 3
+    done
+  done
+  done
+IFS=$as_save_IFS
+  if test -z "$ac_cv_path_EGREP"; then
+    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+  fi
+else
+  ac_cv_path_EGREP=$EGREP
+fi
+
+   fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
+$as_echo "$ac_cv_path_EGREP" >&6; }
+ EGREP="$ac_cv_path_EGREP"
+
+
+
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if OS is AIX (to define _ALL_SOURCE)" >&5
+$as_echo_n "checking if OS is AIX (to define _ALL_SOURCE)... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#ifdef _AIX
+   yes_this_is_aix
+#endif
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "yes_this_is_aix" >/dev/null 2>&1; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
+
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+fi
+rm -f conftest*
+
+
+
+
+    #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if _THREAD_SAFE is already defined" >&5
+$as_echo_n "checking if _THREAD_SAFE is already defined... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+#ifdef _THREAD_SAFE
+      int dummy=1;
+#else
+      force compilation error
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tmp_thread_safe_initially_defined="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tmp_thread_safe_initially_defined="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  #
+  if test "$tmp_thread_safe_initially_defined" = "no"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if _THREAD_SAFE is actually needed" >&5
+$as_echo_n "checking if _THREAD_SAFE is actually needed... " >&6; }
+
+  case $host_os in
+    aix[123].* | aix4.[012].*)
+            tmp_need_thread_safe="no"
+      ;;
+    aix*)
+            tmp_need_thread_safe="yes"
+      ;;
+    *)
+      tmp_need_thread_safe="no"
+      ;;
+  esac
+
+    if test "$tmp_need_thread_safe" = "yes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if _THREAD_SAFE is onwards defined" >&5
+$as_echo_n "checking if _THREAD_SAFE is onwards defined... " >&6; }
+  if test "$tmp_thread_safe_initially_defined" = "yes" ||
+    test "$tmp_need_thread_safe" = "yes"; then
+
+
+$as_echo "#define NEED_THREAD_SAFE 1" >>confdefs.h
+
+cat >>confdefs.h <<_EOF
+#ifndef _THREAD_SAFE
+#  define _THREAD_SAFE
+#endif
+_EOF
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+  #
+
+
+    #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if _REENTRANT is already defined" >&5
+$as_echo_n "checking if _REENTRANT is already defined... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+#ifdef _REENTRANT
+      int dummy=1;
+#else
+      force compilation error
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tmp_reentrant_initially_defined="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tmp_reentrant_initially_defined="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  #
+  if test "$tmp_reentrant_initially_defined" = "no"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if _REENTRANT is actually needed" >&5
+$as_echo_n "checking if _REENTRANT is actually needed... " >&6; }
+
+  case $host_os in
+    solaris*)
+      tmp_need_reentrant="yes"
+      ;;
+    *)
+      tmp_need_reentrant="no"
+      ;;
+  esac
+
+    if test "$tmp_need_reentrant" = "no"; then
+
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#include <errno.h>
+
+int main (void)
+{
+
+      if(0 != errno)
+        return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+    tmp_errno="yes"
+
+else
+
+    tmp_errno="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  if test "$tmp_errno" = "yes"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#include <errno.h>
+
+int main (void)
+{
+
+#ifdef errno
+        int dummy=1;
+#else
+        force compilation error
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      tmp_errno="errno_macro_defined"
+
+else
+
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define _REENTRANT
+#include <errno.h>
+
+int main (void)
+{
+
+#ifdef errno
+          int dummy=1;
+#else
+          force compilation error
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+        tmp_errno="errno_macro_needs_reentrant"
+        tmp_need_reentrant="yes"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+
+    fi
+    if test "$tmp_need_reentrant" = "no"; then
+
+  if test "$tmp_need_reentrant" = "no"; then
+
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define gmtime_r innocuous_gmtime_r
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef gmtime_r
+#ifdef __cplusplus
+extern "C"
+#endif
+char gmtime_r ();
+#if defined __stub_gmtime_r || defined __stub___gmtime_r
+choke me
+#endif
+
+int main (void)
+{
+return gmtime_r ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    tmp_gmtime_r="yes"
+
+else
+
+    tmp_gmtime_r="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  if test "$tmp_gmtime_r" = "yes"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <sys/types.h>
+#include <time.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "gmtime_r" >/dev/null 2>&1; then :
+
+      tmp_gmtime_r="proto_declared"
+
+else
+
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#define _REENTRANT
+#include <sys/types.h>
+#include <time.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "gmtime_r" >/dev/null 2>&1; then :
+
+        tmp_gmtime_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+
+fi
+rm -f conftest*
+
+
+fi
+rm -f conftest*
+
+  fi
+
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define localtime_r innocuous_localtime_r
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef localtime_r
+#ifdef __cplusplus
+extern "C"
+#endif
+char localtime_r ();
+#if defined __stub_localtime_r || defined __stub___localtime_r
+choke me
+#endif
+
+int main (void)
+{
+return localtime_r ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    tmp_localtime_r="yes"
+
+else
+
+    tmp_localtime_r="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  if test "$tmp_localtime_r" = "yes"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <sys/types.h>
+#include <time.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "localtime_r" >/dev/null 2>&1; then :
+
+      tmp_localtime_r="proto_declared"
+
+else
+
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#define _REENTRANT
+#include <sys/types.h>
+#include <time.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "localtime_r" >/dev/null 2>&1; then :
+
+        tmp_localtime_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+
+fi
+rm -f conftest*
+
+
+fi
+rm -f conftest*
+
+  fi
+
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define strerror_r innocuous_strerror_r
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef strerror_r
+#ifdef __cplusplus
+extern "C"
+#endif
+char strerror_r ();
+#if defined __stub_strerror_r || defined __stub___strerror_r
+choke me
+#endif
+
+int main (void)
+{
+return strerror_r ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    tmp_strerror_r="yes"
+
+else
+
+    tmp_strerror_r="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  if test "$tmp_strerror_r" = "yes"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <sys/types.h>
+#include <string.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "strerror_r" >/dev/null 2>&1; then :
+
+      tmp_strerror_r="proto_declared"
+
+else
+
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#define _REENTRANT
+#include <sys/types.h>
+#include <string.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "strerror_r" >/dev/null 2>&1; then :
+
+        tmp_strerror_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+
+fi
+rm -f conftest*
+
+
+fi
+rm -f conftest*
+
+  fi
+
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define strtok_r innocuous_strtok_r
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef strtok_r
+#ifdef __cplusplus
+extern "C"
+#endif
+char strtok_r ();
+#if defined __stub_strtok_r || defined __stub___strtok_r
+choke me
+#endif
+
+int main (void)
+{
+return strtok_r ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    tmp_strtok_r="yes"
+
+else
+
+    tmp_strtok_r="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  if test "$tmp_strtok_r" = "yes"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <sys/types.h>
+#include <string.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "strtok_r" >/dev/null 2>&1; then :
+
+      tmp_strtok_r="proto_declared"
+
+else
+
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#define _REENTRANT
+#include <sys/types.h>
+#include <string.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "strtok_r" >/dev/null 2>&1; then :
+
+        tmp_strtok_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+
+fi
+rm -f conftest*
+
+
+fi
+rm -f conftest*
+
+  fi
+
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define inet_ntoa_r innocuous_inet_ntoa_r
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef inet_ntoa_r
+#ifdef __cplusplus
+extern "C"
+#endif
+char inet_ntoa_r ();
+#if defined __stub_inet_ntoa_r || defined __stub___inet_ntoa_r
+choke me
+#endif
+
+int main (void)
+{
+return inet_ntoa_r ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    tmp_inet_ntoa_r="yes"
+
+else
+
+    tmp_inet_ntoa_r="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  if test "$tmp_inet_ntoa_r" = "yes"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "inet_ntoa_r" >/dev/null 2>&1; then :
+
+      tmp_inet_ntoa_r="proto_declared"
+
+else
+
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#define _REENTRANT
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "inet_ntoa_r" >/dev/null 2>&1; then :
+
+        tmp_inet_ntoa_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+
+fi
+rm -f conftest*
+
+
+fi
+rm -f conftest*
+
+  fi
+
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define gethostbyaddr_r innocuous_gethostbyaddr_r
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef gethostbyaddr_r
+#ifdef __cplusplus
+extern "C"
+#endif
+char gethostbyaddr_r ();
+#if defined __stub_gethostbyaddr_r || defined __stub___gethostbyaddr_r
+choke me
+#endif
+
+int main (void)
+{
+return gethostbyaddr_r ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    tmp_gethostbyaddr_r="yes"
+
+else
+
+    tmp_gethostbyaddr_r="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  if test "$tmp_gethostbyaddr_r" = "yes"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <sys/types.h>
+#include <netdb.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "gethostbyaddr_r" >/dev/null 2>&1; then :
+
+      tmp_gethostbyaddr_r="proto_declared"
+
+else
+
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#define _REENTRANT
+#include <sys/types.h>
+#include <netdb.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "gethostbyaddr_r" >/dev/null 2>&1; then :
+
+        tmp_gethostbyaddr_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+
+fi
+rm -f conftest*
+
+
+fi
+rm -f conftest*
+
+  fi
+
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define gethostbyname_r innocuous_gethostbyname_r
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef gethostbyname_r
+#ifdef __cplusplus
+extern "C"
+#endif
+char gethostbyname_r ();
+#if defined __stub_gethostbyname_r || defined __stub___gethostbyname_r
+choke me
+#endif
+
+int main (void)
+{
+return gethostbyname_r ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    tmp_gethostbyname_r="yes"
+
+else
+
+    tmp_gethostbyname_r="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  if test "$tmp_gethostbyname_r" = "yes"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <sys/types.h>
+#include <netdb.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "gethostbyname_r" >/dev/null 2>&1; then :
+
+      tmp_gethostbyname_r="proto_declared"
+
+else
+
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#define _REENTRANT
+#include <sys/types.h>
+#include <netdb.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "gethostbyname_r" >/dev/null 2>&1; then :
+
+        tmp_gethostbyname_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+
+fi
+rm -f conftest*
+
+
+fi
+rm -f conftest*
+
+  fi
+
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define getprotobyname_r innocuous_getprotobyname_r
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef getprotobyname_r
+#ifdef __cplusplus
+extern "C"
+#endif
+char getprotobyname_r ();
+#if defined __stub_getprotobyname_r || defined __stub___getprotobyname_r
+choke me
+#endif
+
+int main (void)
+{
+return getprotobyname_r ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    tmp_getprotobyname_r="yes"
+
+else
+
+    tmp_getprotobyname_r="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  if test "$tmp_getprotobyname_r" = "yes"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <sys/types.h>
+#include <netdb.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "getprotobyname_r" >/dev/null 2>&1; then :
+
+      tmp_getprotobyname_r="proto_declared"
+
+else
+
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#define _REENTRANT
+#include <sys/types.h>
+#include <netdb.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "getprotobyname_r" >/dev/null 2>&1; then :
+
+        tmp_getprotobyname_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+
+fi
+rm -f conftest*
+
+
+fi
+rm -f conftest*
+
+  fi
+
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define getservbyport_r innocuous_getservbyport_r
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef getservbyport_r
+#ifdef __cplusplus
+extern "C"
+#endif
+char getservbyport_r ();
+#if defined __stub_getservbyport_r || defined __stub___getservbyport_r
+choke me
+#endif
+
+int main (void)
+{
+return getservbyport_r ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    tmp_getservbyport_r="yes"
+
+else
+
+    tmp_getservbyport_r="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  if test "$tmp_getservbyport_r" = "yes"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <sys/types.h>
+#include <netdb.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "getservbyport_r" >/dev/null 2>&1; then :
+
+      tmp_getservbyport_r="proto_declared"
+
+else
+
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#define _REENTRANT
+#include <sys/types.h>
+#include <netdb.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "getservbyport_r" >/dev/null 2>&1; then :
+
+        tmp_getservbyport_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+
+fi
+rm -f conftest*
+
+
+fi
+rm -f conftest*
+
+  fi
+
+  fi
+
+    fi
+    if test "$tmp_need_reentrant" = "yes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if _REENTRANT is onwards defined" >&5
+$as_echo_n "checking if _REENTRANT is onwards defined... " >&6; }
+  if test "$tmp_reentrant_initially_defined" = "yes" ||
+    test "$tmp_need_reentrant" = "yes"; then
+
+
+$as_echo "#define NEED_REENTRANT 1" >>confdefs.h
+
+cat >>confdefs.h <<_EOF
+#ifndef _REENTRANT
+#  define _REENTRANT
+#endif
+_EOF
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+  #
+
+
+# Check whether --enable-largefile was given.
+if test "${enable_largefile+set}" = set; then :
+  enableval=$enable_largefile;
+fi
+
+if test "$enable_largefile" != no; then
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
+$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
+if test "${ac_cv_sys_largefile_CC+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_cv_sys_largefile_CC=no
+     if test "$GCC" != yes; then
+       ac_save_CC=$CC
+       while :; do
+	 # IRIX 6.2 and later do not support large files by default,
+	 # so use the C compiler's -n32 option if that helps.
+	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+ /* 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 (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+	 if ac_fn_c_try_compile "$LINENO"; then :
+  break
+fi
+rm -f core conftest.err conftest.$ac_objext
+	 CC="$CC -n32"
+	 if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_sys_largefile_CC=' -n32'; break
+fi
+rm -f core conftest.err conftest.$ac_objext
+	 break
+       done
+       CC=$ac_save_CC
+       rm -f conftest.$ac_ext
+    fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
+$as_echo "$ac_cv_sys_largefile_CC" >&6; }
+  if test "$ac_cv_sys_largefile_CC" != no; then
+    CC=$CC$ac_cv_sys_largefile_CC
+  fi
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
+$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
+if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  while :; do
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+ /* 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 (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_sys_file_offset_bits=no; break
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#define _FILE_OFFSET_BITS 64
+#include <sys/types.h>
+ /* 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 (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_sys_file_offset_bits=64; break
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  ac_cv_sys_file_offset_bits=unknown
+  break
+done
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
+$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
+case $ac_cv_sys_file_offset_bits in #(
+  no | unknown) ;;
+  *)
+cat >>confdefs.h <<_ACEOF
+#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
+_ACEOF
+;;
+esac
+rm -rf conftest*
+  if test $ac_cv_sys_file_offset_bits = unknown; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
+$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
+if test "${ac_cv_sys_large_files+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  while :; do
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+ /* 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 (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_sys_large_files=no; break
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#define _LARGE_FILES 1
+#include <sys/types.h>
+ /* 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 (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_sys_large_files=1; break
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  ac_cv_sys_large_files=unknown
+  break
+done
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
+$as_echo "$ac_cv_sys_large_files" >&6; }
+case $ac_cv_sys_large_files in #(
+  no | unknown) ;;
+  *)
+cat >>confdefs.h <<_ACEOF
+#define _LARGE_FILES $ac_cv_sys_large_files
+_ACEOF
+;;
+esac
+rm -rf conftest*
+  fi
+fi
+
+
+case $host_os in
+  solaris*)
+
+$as_echo "#define ETC_INET 1" >>confdefs.h
+
+    ;;
+esac
+
+enable_win32_dll=yes
+
+case $host in
+*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
+  if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
+set dummy ${ac_tool_prefix}as; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_AS+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$AS"; then
+  ac_cv_prog_AS="$AS" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_AS="${ac_tool_prefix}as"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+AS=$ac_cv_prog_AS
+if test -n "$AS"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
+$as_echo "$AS" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_AS"; then
+  ac_ct_AS=$AS
+  # Extract the first word of "as", so it can be a program name with args.
+set dummy as; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_AS+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_AS"; then
+  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_AS="as"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_AS=$ac_cv_prog_ac_ct_AS
+if test -n "$ac_ct_AS"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
+$as_echo "$ac_ct_AS" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_AS" = x; then
+    AS="false"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    AS=$ac_ct_AS
+  fi
+else
+  AS="$ac_cv_prog_AS"
+fi
+
+  if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
+set dummy ${ac_tool_prefix}dlltool; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$DLLTOOL"; then
+  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+DLLTOOL=$ac_cv_prog_DLLTOOL
+if test -n "$DLLTOOL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
+$as_echo "$DLLTOOL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_DLLTOOL"; then
+  ac_ct_DLLTOOL=$DLLTOOL
+  # Extract the first word of "dlltool", so it can be a program name with args.
+set dummy dlltool; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_DLLTOOL"; then
+  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
+if test -n "$ac_ct_DLLTOOL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
+$as_echo "$ac_ct_DLLTOOL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_DLLTOOL" = x; then
+    DLLTOOL="false"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    DLLTOOL=$ac_ct_DLLTOOL
+  fi
+else
+  DLLTOOL="$ac_cv_prog_DLLTOOL"
+fi
+
+  if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
+set dummy ${ac_tool_prefix}objdump; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$OBJDUMP"; then
+  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+OBJDUMP=$ac_cv_prog_OBJDUMP
+if test -n "$OBJDUMP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
+$as_echo "$OBJDUMP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_OBJDUMP"; then
+  ac_ct_OBJDUMP=$OBJDUMP
+  # Extract the first word of "objdump", so it can be a program name with args.
+set dummy objdump; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_OBJDUMP"; then
+  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_OBJDUMP="objdump"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
+if test -n "$ac_ct_OBJDUMP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
+$as_echo "$ac_ct_OBJDUMP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_OBJDUMP" = x; then
+    OBJDUMP="false"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    OBJDUMP=$ac_ct_OBJDUMP
+  fi
+else
+  OBJDUMP="$ac_cv_prog_OBJDUMP"
+fi
+
+  ;;
+esac
+
+test -z "$AS" && AS=as
+
+
+
+
+
+test -z "$DLLTOOL" && DLLTOOL=dlltool
+
+
+
+
+
+test -z "$OBJDUMP" && OBJDUMP=objdump
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if arch-OS host is AMD64-Linux/FreeBSD (to build static libraries with PIC)" >&5
+$as_echo_n "checking if arch-OS host is AMD64-Linux/FreeBSD (to build static libraries with PIC)... " >&6; }
+case $host in
+  x86_64*linux*|amd64*freebsd*|ia64*freebsd*)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    with_pic=yes
+    ;;
+  *)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ;;
+esac
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler is icc (to build with PIC)" >&5
+$as_echo_n "checking if compiler is icc (to build with PIC)... " >&6; }
+case $CC in
+  icc | */icc)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    with_pic=yes
+    ;;
+  *)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ;;
+esac
+
+case `pwd` in
+  *\ * | *\	*)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
+$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
+esac
+
+
+
+macro_version='2.2.6b'
+macro_revision='1.3017'
+
+
+
+
+
+
+
+
+
+
+
+
+
+ltmain="$ac_aux_dir/ltmain.sh"
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
+$as_echo_n "checking for a sed that does not truncate output... " >&6; }
+if test "${ac_cv_path_SED+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
+     for ac_i in 1 2 3 4 5 6 7; do
+       ac_script="$ac_script$as_nl$ac_script"
+     done
+     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
+     { ac_script=; unset ac_script;}
+     if test -z "$SED"; then
+  ac_path_SED_found=false
+  # Loop through the user's path and test for each of PROGNAME-LIST
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in sed gsed; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
+      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
+# Check for GNU ac_path_SED and select it if it is found.
+  # Check for GNU $ac_path_SED
+case `"$ac_path_SED" --version 2>&1` in
+*GNU*)
+  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
+*)
+  ac_count=0
+  $as_echo_n 0123456789 >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    $as_echo '' >> "conftest.nl"
+    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
+    if test $ac_count -gt ${ac_path_SED_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_SED="$ac_path_SED"
+      ac_path_SED_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+      $ac_path_SED_found && break 3
+    done
+  done
+  done
+IFS=$as_save_IFS
+  if test -z "$ac_cv_path_SED"; then
+    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
+  fi
+else
+  ac_cv_path_SED=$SED
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
+$as_echo "$ac_cv_path_SED" >&6; }
+ SED="$ac_cv_path_SED"
+  rm -f conftest.sed
+
+test -z "$SED" && SED=sed
+Xsed="$SED -e 1s/^X//"
+
+
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
+$as_echo_n "checking for fgrep... " >&6; }
+if test "${ac_cv_path_FGREP+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
+   then ac_cv_path_FGREP="$GREP -F"
+   else
+     if test -z "$FGREP"; then
+  ac_path_FGREP_found=false
+  # Loop through the user's path and test for each of PROGNAME-LIST
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in fgrep; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
+      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
+# Check for GNU ac_path_FGREP and select it if it is found.
+  # Check for GNU $ac_path_FGREP
+case `"$ac_path_FGREP" --version 2>&1` in
+*GNU*)
+  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
+*)
+  ac_count=0
+  $as_echo_n 0123456789 >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    $as_echo 'FGREP' >> "conftest.nl"
+    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
+    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_FGREP="$ac_path_FGREP"
+      ac_path_FGREP_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+      $ac_path_FGREP_found && break 3
+    done
+  done
+  done
+IFS=$as_save_IFS
+  if test -z "$ac_cv_path_FGREP"; then
+    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+  fi
+else
+  ac_cv_path_FGREP=$FGREP
+fi
+
+   fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
+$as_echo "$ac_cv_path_FGREP" >&6; }
+ FGREP="$ac_cv_path_FGREP"
+
+
+test -z "$GREP" && GREP=grep
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+# Check whether --with-gnu-ld was given.
+if test "${with_gnu_ld+set}" = set; then :
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
+else
+  with_gnu_ld=no
+fi
+
+ac_prog=ld
+if test "$GCC" = yes; then
+  # Check if gcc -print-prog-name=ld gives a path.
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
+$as_echo_n "checking for ld used by $CC... " >&6; }
+  case $host in
+  *-*-mingw*)
+    # gcc leaves a trailing carriage return which upsets mingw
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+  *)
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+  esac
+  case $ac_prog in
+    # Accept absolute paths.
+    [\\/]* | ?:[\\/]*)
+      re_direlt='/[^/][^/]*/\.\./'
+      # Canonicalize the pathname of ld
+      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
+      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
+	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
+      done
+      test -z "$LD" && LD="$ac_prog"
+      ;;
+  "")
+    # If it fails, then pretend we aren't using GCC.
+    ac_prog=ld
+    ;;
+  *)
+    # If it is relative, then search for the first ld in PATH.
+    with_gnu_ld=unknown
+    ;;
+  esac
+elif test "$with_gnu_ld" = yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
+$as_echo_n "checking for GNU ld... " >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
+$as_echo_n "checking for non-GNU ld... " >&6; }
+fi
+if test "${lt_cv_path_LD+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -z "$LD"; then
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+  for ac_dir in $PATH; do
+    IFS="$lt_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+      lt_cv_path_LD="$ac_dir/$ac_prog"
+      # Check to see if the program is GNU ld.  I'd rather use --version,
+      # but apparently some variants of GNU ld only accept -v.
+      # Break only if it was the GNU/non-GNU ld that we prefer.
+      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
+      *GNU* | *'with BFD'*)
+	test "$with_gnu_ld" != no && break
+	;;
+      *)
+	test "$with_gnu_ld" != yes && break
+	;;
+      esac
+    fi
+  done
+  IFS="$lt_save_ifs"
+else
+  lt_cv_path_LD="$LD" # Let the user override the test with a path.
+fi
+fi
+
+LD="$lt_cv_path_LD"
+if test -n "$LD"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
+$as_echo "$LD" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
+if test "${lt_cv_prog_gnu_ld+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  # I'd rather use --version here, but apparently some GNU lds only accept -v.
+case `$LD -v 2>&1 </dev/null` in
+*GNU* | *'with BFD'*)
+  lt_cv_prog_gnu_ld=yes
+  ;;
+*)
+  lt_cv_prog_gnu_ld=no
+  ;;
+esac
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
+$as_echo "$lt_cv_prog_gnu_ld" >&6; }
+with_gnu_ld=$lt_cv_prog_gnu_ld
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
+$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
+if test "${lt_cv_path_NM+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$NM"; then
+  # Let the user override the test.
+  lt_cv_path_NM="$NM"
+else
+  lt_nm_to_check="${ac_tool_prefix}nm"
+  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
+    lt_nm_to_check="$lt_nm_to_check nm"
+  fi
+  for lt_tmp_nm in $lt_nm_to_check; do
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
+      IFS="$lt_save_ifs"
+      test -z "$ac_dir" && ac_dir=.
+      tmp_nm="$ac_dir/$lt_tmp_nm"
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
+	# Check to see if the nm accepts a BSD-compat flag.
+	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
+	#   nm: unknown option "B" ignored
+	# Tru64's nm complains that /dev/null is an invalid object file
+	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
+	*/dev/null* | *'Invalid file or object type'*)
+	  lt_cv_path_NM="$tmp_nm -B"
+	  break
+	  ;;
+	*)
+	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
+	  */dev/null*)
+	    lt_cv_path_NM="$tmp_nm -p"
+	    break
+	    ;;
+	  *)
+	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
+	    continue # so that we can try to find one that supports BSD flags
+	    ;;
+	  esac
+	  ;;
+	esac
+      fi
+    done
+    IFS="$lt_save_ifs"
+  done
+  : ${lt_cv_path_NM=no}
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
+$as_echo "$lt_cv_path_NM" >&6; }
+if test "$lt_cv_path_NM" != "no"; then
+  NM="$lt_cv_path_NM"
+else
+  # Didn't find any BSD compatible name lister, look for dumpbin.
+  if test -n "$ac_tool_prefix"; then
+  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
+  do
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$DUMPBIN"; then
+  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+DUMPBIN=$ac_cv_prog_DUMPBIN
+if test -n "$DUMPBIN"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
+$as_echo "$DUMPBIN" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+    test -n "$DUMPBIN" && break
+  done
+fi
+if test -z "$DUMPBIN"; then
+  ac_ct_DUMPBIN=$DUMPBIN
+  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_DUMPBIN"; then
+  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
+if test -n "$ac_ct_DUMPBIN"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
+$as_echo "$ac_ct_DUMPBIN" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$ac_ct_DUMPBIN" && break
+done
+
+  if test "x$ac_ct_DUMPBIN" = x; then
+    DUMPBIN=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    DUMPBIN=$ac_ct_DUMPBIN
+  fi
+fi
+
+
+  if test "$DUMPBIN" != ":"; then
+    NM="$DUMPBIN"
+  fi
+fi
+test -z "$NM" && NM=nm
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
+$as_echo_n "checking the name lister ($NM) interface... " >&6; }
+if test "${lt_cv_nm_interface+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_nm_interface="BSD nm"
+  echo "int some_variable = 0;" > conftest.$ac_ext
+  (eval echo "\"\$as_me:7003: $ac_compile\"" >&5)
+  (eval "$ac_compile" 2>conftest.err)
+  cat conftest.err >&5
+  (eval echo "\"\$as_me:7006: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
+  cat conftest.err >&5
+  (eval echo "\"\$as_me:7009: output\"" >&5)
+  cat conftest.out >&5
+  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
+    lt_cv_nm_interface="MS dumpbin"
+  fi
+  rm -f conftest*
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
+$as_echo "$lt_cv_nm_interface" >&6; }
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
+$as_echo_n "checking whether ln -s works... " >&6; }
+LN_S=$as_ln_s
+if test "$LN_S" = "ln -s"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
+$as_echo "no, using $LN_S" >&6; }
+fi
+
+# find the maximum length of command line arguments
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
+$as_echo_n "checking the maximum length of command line arguments... " >&6; }
+if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+    i=0
+  teststring="ABCD"
+
+  case $build_os in
+  msdosdjgpp*)
+    # On DJGPP, this test can blow up pretty badly due to problems in libc
+    # (any single argument exceeding 2000 bytes causes a buffer overrun
+    # during glob expansion).  Even if it were fixed, the result of this
+    # check would be larger than it should be.
+    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
+    ;;
+
+  gnu*)
+    # Under GNU Hurd, this test is not required because there is
+    # no limit to the length of command line arguments.
+    # Libtool will interpret -1 as no limit whatsoever
+    lt_cv_sys_max_cmd_len=-1;
+    ;;
+
+  cygwin* | mingw* | cegcc*)
+    # On Win9x/ME, this test blows up -- it succeeds, but takes
+    # about 5 minutes as the teststring grows exponentially.
+    # Worse, since 9x/ME are not pre-emptively multitasking,
+    # you end up with a "frozen" computer, even though with patience
+    # the test eventually succeeds (with a max line length of 256k).
+    # Instead, let's just punt: use the minimum linelength reported by
+    # all of the supported platforms: 8192 (on NT/2K/XP).
+    lt_cv_sys_max_cmd_len=8192;
+    ;;
+
+  amigaos*)
+    # On AmigaOS with pdksh, this test takes hours, literally.
+    # So we just punt and use a minimum line length of 8192.
+    lt_cv_sys_max_cmd_len=8192;
+    ;;
+
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
+    # This has been around since 386BSD, at least.  Likely further.
+    if test -x /sbin/sysctl; then
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
+    elif test -x /usr/sbin/sysctl; then
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
+    else
+      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
+    fi
+    # And add a safety zone
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
+    ;;
+
+  interix*)
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
+    lt_cv_sys_max_cmd_len=196608
+    ;;
+
+  osf*)
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
+    # nice to cause kernel panics so lets avoid the loop below.
+    # First set a reasonable default.
+    lt_cv_sys_max_cmd_len=16384
+    #
+    if test -x /sbin/sysconfig; then
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
+      esac
+    fi
+    ;;
+  sco3.2v5*)
+    lt_cv_sys_max_cmd_len=102400
+    ;;
+  sysv5* | sco5v6* | sysv4.2uw2*)
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
+    if test -n "$kargmax"; then
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
+    else
+      lt_cv_sys_max_cmd_len=32768
+    fi
+    ;;
+  *)
+    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
+    if test -n "$lt_cv_sys_max_cmd_len"; then
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
+    else
+      # Make teststring a little bigger before we do anything with it.
+      # a 1K string should be a reasonable start.
+      for i in 1 2 3 4 5 6 7 8 ; do
+        teststring=$teststring$teststring
+      done
+      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
+      # If test is not a shell built-in, we'll probably end up computing a
+      # maximum length that is only half of the actual maximum length, but
+      # we can't tell.
+      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
+	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
+	      test $i != 17 # 1/2 MB should be enough
+      do
+        i=`expr $i + 1`
+        teststring=$teststring$teststring
+      done
+      # Only check the string length outside the loop.
+      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
+      teststring=
+      # Add a significant safety factor because C++ compilers can tack on
+      # massive amounts of additional arguments before passing them to the
+      # linker.  It appears as though 1/2 is a usable value.
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
+    fi
+    ;;
+  esac
+
+fi
+
+if test -n $lt_cv_sys_max_cmd_len ; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
+$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
+$as_echo "none" >&6; }
+fi
+max_cmd_len=$lt_cv_sys_max_cmd_len
+
+
+
+
+
+
+: ${CP="cp -f"}
+: ${MV="mv -f"}
+: ${RM="rm -f"}
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
+$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
+# Try some XSI features
+xsi_shell=no
+( _lt_dummy="a/b/c"
+  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
+      = c,a/b,, \
+    && eval 'test $(( 1 + 1 )) -eq 2 \
+    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
+  && xsi_shell=yes
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
+$as_echo "$xsi_shell" >&6; }
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
+$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
+lt_shell_append=no
+( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
+    >/dev/null 2>&1 \
+  && lt_shell_append=yes
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
+$as_echo "$lt_shell_append" >&6; }
+
+
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+  lt_unset=unset
+else
+  lt_unset=false
+fi
+
+
+
+
+
+# test EBCDIC or ASCII
+case `echo X|tr X '\101'` in
+ A) # ASCII based system
+    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
+  lt_SP2NL='tr \040 \012'
+  lt_NL2SP='tr \015\012 \040\040'
+  ;;
+ *) # EBCDIC based system
+  lt_SP2NL='tr \100 \n'
+  lt_NL2SP='tr \r\n \100\100'
+  ;;
+esac
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
+$as_echo_n "checking for $LD option to reload object files... " >&6; }
+if test "${lt_cv_ld_reload_flag+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_ld_reload_flag='-r'
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
+$as_echo "$lt_cv_ld_reload_flag" >&6; }
+reload_flag=$lt_cv_ld_reload_flag
+case $reload_flag in
+"" | " "*) ;;
+*) reload_flag=" $reload_flag" ;;
+esac
+reload_cmds='$LD$reload_flag -o $output$reload_objs'
+case $host_os in
+  darwin*)
+    if test "$GCC" = yes; then
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
+    else
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
+    fi
+    ;;
+esac
+
+
+
+
+
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
+set dummy ${ac_tool_prefix}objdump; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$OBJDUMP"; then
+  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+OBJDUMP=$ac_cv_prog_OBJDUMP
+if test -n "$OBJDUMP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
+$as_echo "$OBJDUMP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_OBJDUMP"; then
+  ac_ct_OBJDUMP=$OBJDUMP
+  # Extract the first word of "objdump", so it can be a program name with args.
+set dummy objdump; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_OBJDUMP"; then
+  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_OBJDUMP="objdump"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
+if test -n "$ac_ct_OBJDUMP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
+$as_echo "$ac_ct_OBJDUMP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_OBJDUMP" = x; then
+    OBJDUMP="false"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    OBJDUMP=$ac_ct_OBJDUMP
+  fi
+else
+  OBJDUMP="$ac_cv_prog_OBJDUMP"
+fi
+
+test -z "$OBJDUMP" && OBJDUMP=objdump
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
+$as_echo_n "checking how to recognize dependent libraries... " >&6; }
+if test "${lt_cv_deplibs_check_method+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_file_magic_cmd='$MAGIC_CMD'
+lt_cv_file_magic_test_file=
+lt_cv_deplibs_check_method='unknown'
+# Need to set the preceding variable on all platforms that support
+# interlibrary dependencies.
+# 'none' -- dependencies not supported.
+# `unknown' -- same as none, but documents that we really don't know.
+# 'pass_all' -- all dependencies passed with no checks.
+# 'test_compile' -- check by making test program.
+# 'file_magic [[regex]]' -- check by looking for files in library path
+# which responds to the $file_magic_cmd with a given extended regex.
+# If you have `file' or equivalent on your system and you're not sure
+# whether `pass_all' will *always* work, you probably want this one.
+
+case $host_os in
+aix[4-9]*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+beos*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+bsdi[45]*)
+  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
+  lt_cv_file_magic_cmd='/usr/bin/file -L'
+  lt_cv_file_magic_test_file=/shlib/libc.so
+  ;;
+
+cygwin*)
+  # func_win32_libid is a shell function defined in ltmain.sh
+  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+  lt_cv_file_magic_cmd='func_win32_libid'
+  ;;
+
+mingw* | pw32*)
+  # Base MSYS/MinGW do not provide the 'file' command needed by
+  # func_win32_libid shell function, so use a weaker test based on 'objdump',
+  # unless we find 'file', for example because we are cross-compiling.
+  if ( file / ) >/dev/null 2>&1; then
+    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+    lt_cv_file_magic_cmd='func_win32_libid'
+  else
+    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
+    lt_cv_file_magic_cmd='$OBJDUMP -f'
+  fi
+  ;;
+
+cegcc)
+  # use the weaker test based on 'objdump'. See mingw*.
+  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
+  lt_cv_file_magic_cmd='$OBJDUMP -f'
+  ;;
+
+darwin* | rhapsody*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+freebsd* | dragonfly*)
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+    case $host_cpu in
+    i*86 )
+      # Not sure whether the presence of OpenBSD here was a mistake.
+      # Let's accept both of them until this is cleared up.
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
+      lt_cv_file_magic_cmd=/usr/bin/file
+      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+      ;;
+    esac
+  else
+    lt_cv_deplibs_check_method=pass_all
+  fi
+  ;;
+
+gnu*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+hpux10.20* | hpux11*)
+  lt_cv_file_magic_cmd=/usr/bin/file
+  case $host_cpu in
+  ia64*)
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
+    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
+    ;;
+  hppa*64*)
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
+    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
+    ;;
+  *)
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
+    lt_cv_file_magic_test_file=/usr/lib/libc.sl
+    ;;
+  esac
+  ;;
+
+interix[3-9]*)
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
+  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
+  ;;
+
+irix5* | irix6* | nonstopux*)
+  case $LD in
+  *-32|*"-32 ") libmagic=32-bit;;
+  *-n32|*"-n32 ") libmagic=N32;;
+  *-64|*"-64 ") libmagic=64-bit;;
+  *) libmagic=never-match;;
+  esac
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+# This must be Linux ELF.
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+netbsd* | netbsdelf*-gnu)
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
+  else
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
+  fi
+  ;;
+
+newos6*)
+  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
+  lt_cv_file_magic_cmd=/usr/bin/file
+  lt_cv_file_magic_test_file=/usr/lib/libnls.so
+  ;;
+
+*nto* | *qnx*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+openbsd*)
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
+  else
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
+  fi
+  ;;
+
+osf3* | osf4* | osf5*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+rdos*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+solaris*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+sysv4 | sysv4.3*)
+  case $host_vendor in
+  motorola)
+    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
+    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
+    ;;
+  ncr)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
+  sequent)
+    lt_cv_file_magic_cmd='/bin/file'
+    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
+    ;;
+  sni)
+    lt_cv_file_magic_cmd='/bin/file'
+    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
+    lt_cv_file_magic_test_file=/lib/libc.so
+    ;;
+  siemens)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
+  pc)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
+  esac
+  ;;
+
+tpf*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+esac
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
+$as_echo "$lt_cv_deplibs_check_method" >&6; }
+file_magic_cmd=$lt_cv_file_magic_cmd
+deplibs_check_method=$lt_cv_deplibs_check_method
+test -z "$deplibs_check_method" && deplibs_check_method=unknown
+
+
+
+
+
+
+
+
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
+set dummy ${ac_tool_prefix}ar; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_AR+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$AR"; then
+  ac_cv_prog_AR="$AR" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_AR="${ac_tool_prefix}ar"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+AR=$ac_cv_prog_AR
+if test -n "$AR"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
+$as_echo "$AR" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_AR"; then
+  ac_ct_AR=$AR
+  # Extract the first word of "ar", so it can be a program name with args.
+set dummy ar; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_AR"; then
+  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_AR="ar"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_AR=$ac_cv_prog_ac_ct_AR
+if test -n "$ac_ct_AR"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
+$as_echo "$ac_ct_AR" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_AR" = x; then
+    AR="false"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    AR=$ac_ct_AR
+  fi
+else
+  AR="$ac_cv_prog_AR"
+fi
+
+test -z "$AR" && AR=ar
+test -z "$AR_FLAGS" && AR_FLAGS=cru
+
+
+
+
+
+
+
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+set dummy ${ac_tool_prefix}strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_STRIP+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$STRIP"; then
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+STRIP=$ac_cv_prog_STRIP
+if test -n "$STRIP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
+$as_echo "$STRIP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_STRIP"; then
+  ac_ct_STRIP=$STRIP
+  # Extract the first word of "strip", so it can be a program name with args.
+set dummy strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_STRIP"; then
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_STRIP="strip"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+if test -n "$ac_ct_STRIP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
+$as_echo "$ac_ct_STRIP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_STRIP" = x; then
+    STRIP=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    STRIP=$ac_ct_STRIP
+  fi
+else
+  STRIP="$ac_cv_prog_STRIP"
+fi
+
+test -z "$STRIP" && STRIP=:
+
+
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_RANLIB+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$RANLIB"; then
+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+RANLIB=$ac_cv_prog_RANLIB
+if test -n "$RANLIB"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
+$as_echo "$RANLIB" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_RANLIB"; then
+  ac_ct_RANLIB=$RANLIB
+  # Extract the first word of "ranlib", so it can be a program name with args.
+set dummy ranlib; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_RANLIB"; then
+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_RANLIB="ranlib"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
+if test -n "$ac_ct_RANLIB"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
+$as_echo "$ac_ct_RANLIB" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_RANLIB" = x; then
+    RANLIB=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    RANLIB=$ac_ct_RANLIB
+  fi
+else
+  RANLIB="$ac_cv_prog_RANLIB"
+fi
+
+test -z "$RANLIB" && RANLIB=:
+
+
+
+
+
+
+# Determine commands to create old-style static archives.
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
+old_postinstall_cmds='chmod 644 $oldlib'
+old_postuninstall_cmds=
+
+if test -n "$RANLIB"; then
+  case $host_os in
+  openbsd*)
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
+    ;;
+  *)
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
+    ;;
+  esac
+  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+# If no C compiler was specified, use CC.
+LTCC=${LTCC-"$CC"}
+
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
+# Allow CC to be a program name with arguments.
+compiler=$CC
+
+
+# Check for command to grab the raw symbol name followed by C symbol from nm.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
+$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
+if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+# These are sane defaults that work on at least a few old systems.
+# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
+
+# Character class describing NM global symbol codes.
+symcode='[BCDEGRST]'
+
+# Regexp to match symbols that can be accessed directly from C.
+sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
+
+# Define system-specific variables.
+case $host_os in
+aix*)
+  symcode='[BCDT]'
+  ;;
+cygwin* | mingw* | pw32* | cegcc*)
+  symcode='[ABCDGISTW]'
+  ;;
+hpux*)
+  if test "$host_cpu" = ia64; then
+    symcode='[ABCDEGRST]'
+  fi
+  ;;
+irix* | nonstopux*)
+  symcode='[BCDEGRST]'
+  ;;
+osf*)
+  symcode='[BCDEGQRST]'
+  ;;
+solaris*)
+  symcode='[BDRT]'
+  ;;
+sco3.2v5*)
+  symcode='[DT]'
+  ;;
+sysv4.2uw2*)
+  symcode='[DT]'
+  ;;
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
+  symcode='[ABDT]'
+  ;;
+sysv4)
+  symcode='[DFNSTU]'
+  ;;
+esac
+
+# If we're using GNU nm, then use its standard symbol codes.
+case `$NM -V 2>&1` in
+*GNU* | *'with BFD'*)
+  symcode='[ABCDGIRSTW]' ;;
+esac
+
+# Transform an extracted symbol line into a proper C declaration.
+# Some systems (esp. on ia64) link data and code symbols differently,
+# so use this general approach.
+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+
+# Transform an extracted symbol line into symbol name and symbol address
+lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\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/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
+
+# Handle CRLF in mingw tool chain
+opt_cr=
+case $build_os in
+mingw*)
+  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
+  ;;
+esac
+
+# Try without a prefix underscore, then with it.
+for ac_symprfx in "" "_"; do
+
+  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
+  symxfrm="\\1 $ac_symprfx\\2 \\2"
+
+  # Write the raw and C identifiers.
+  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+    # Fake it for dumpbin and say T for any non-static function
+    # and D for any global variable.
+    # Also find C++ and __fastcall symbols from MSVC++,
+    # which start with @ or ?.
+    lt_cv_sys_global_symbol_pipe="$AWK '"\
+"     {last_section=section; section=\$ 3};"\
+"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
+"     \$ 0!~/External *\|/{next};"\
+"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
+"     {if(hide[section]) next};"\
+"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
+"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
+"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
+"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
+"     ' prfx=^$ac_symprfx"
+  else
+    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
+  fi
+
+  # Check to see that the pipe works correctly.
+  pipe_works=no
+
+  rm -f conftest*
+  cat > conftest.$ac_ext <<_LT_EOF
+#ifdef __cplusplus
+extern "C" {
+#endif
+char nm_test_var;
+void nm_test_func(void);
+void nm_test_func(void){}
+#ifdef __cplusplus
+}
+#endif
+int main(){nm_test_var='a';nm_test_func();return(0);}
+_LT_EOF
+
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+    # Now try to grab the symbols.
+    nlist=conftest.nm
+    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
+  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && test -s "$nlist"; then
+      # Try sorting and uniquifying the output.
+      if sort "$nlist" | uniq > "$nlist"T; then
+	mv -f "$nlist"T "$nlist"
+      else
+	rm -f "$nlist"T
+      fi
+
+      # Make sure that we snagged all the symbols we need.
+      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
+	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
+	  cat <<_LT_EOF > conftest.$ac_ext
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+_LT_EOF
+	  # Now generate the symbol file.
+	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
+
+	  cat <<_LT_EOF >> conftest.$ac_ext
+
+/* The mapping between symbol names and symbols.  */
+const struct {
+  const char *name;
+  void       *address;
+}
+lt__PROGRAM__LTX_preloaded_symbols[] =
+{
+  { "@PROGRAM@", (void *) 0 },
+_LT_EOF
+	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
+	  cat <<\_LT_EOF >> conftest.$ac_ext
+  {0, (void *) 0}
+};
+
+/* This works around a problem in FreeBSD linker */
+#ifdef FREEBSD_WORKAROUND
+static const void *lt_preloaded_setup() {
+  return lt__PROGRAM__LTX_preloaded_symbols;
+}
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+_LT_EOF
+	  # Now try linking the two files.
+	  mv conftest.$ac_objext conftstm.$ac_objext
+	  lt_save_LIBS="$LIBS"
+	  lt_save_CFLAGS="$CFLAGS"
+	  LIBS="conftstm.$ac_objext"
+	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
+	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+  (eval $ac_link) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && test -s conftest${ac_exeext}; then
+	    pipe_works=yes
+	  fi
+	  LIBS="$lt_save_LIBS"
+	  CFLAGS="$lt_save_CFLAGS"
+	else
+	  echo "cannot find nm_test_func in $nlist" >&5
+	fi
+      else
+	echo "cannot find nm_test_var in $nlist" >&5
+      fi
+    else
+      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
+    fi
+  else
+    echo "$progname: failed program was:" >&5
+    cat conftest.$ac_ext >&5
+  fi
+  rm -rf conftest* conftst*
+
+  # Do not use the global_symbol_pipe unless it works.
+  if test "$pipe_works" = yes; then
+    break
+  else
+    lt_cv_sys_global_symbol_pipe=
+  fi
+done
+
+fi
+
+if test -z "$lt_cv_sys_global_symbol_pipe"; then
+  lt_cv_sys_global_symbol_to_cdecl=
+fi
+if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
+$as_echo "failed" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
+$as_echo "ok" >&6; }
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+# Check whether --enable-libtool-lock was given.
+if test "${enable_libtool_lock+set}" = set; then :
+  enableval=$enable_libtool_lock;
+fi
+
+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
+
+# Some flags need to be propagated to the compiler or linker for good
+# libtool support.
+case $host in
+ia64-*-hpux*)
+  # Find out which ABI we are using.
+  echo 'int i;' > conftest.$ac_ext
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+    case `/usr/bin/file conftest.$ac_objext` in
+      *ELF-32*)
+	HPUX_IA64_MODE="32"
+	;;
+      *ELF-64*)
+	HPUX_IA64_MODE="64"
+	;;
+    esac
+  fi
+  rm -rf conftest*
+  ;;
+*-*-irix6*)
+  # Find out which ABI we are using.
+  echo '#line 8211 "configure"' > conftest.$ac_ext
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+    if test "$lt_cv_prog_gnu_ld" = yes; then
+      case `/usr/bin/file conftest.$ac_objext` in
+	*32-bit*)
+	  LD="${LD-ld} -melf32bsmip"
+	  ;;
+	*N32*)
+	  LD="${LD-ld} -melf32bmipn32"
+	  ;;
+	*64-bit*)
+	  LD="${LD-ld} -melf64bmip"
+	;;
+      esac
+    else
+      case `/usr/bin/file conftest.$ac_objext` in
+	*32-bit*)
+	  LD="${LD-ld} -32"
+	  ;;
+	*N32*)
+	  LD="${LD-ld} -n32"
+	  ;;
+	*64-bit*)
+	  LD="${LD-ld} -64"
+	  ;;
+      esac
+    fi
+  fi
+  rm -rf conftest*
+  ;;
+
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
+  # Find out which ABI we are using.
+  echo 'int i;' > conftest.$ac_ext
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+    case `/usr/bin/file conftest.o` in
+      *32-bit*)
+	case $host in
+	  x86_64-*kfreebsd*-gnu)
+	    LD="${LD-ld} -m elf_i386_fbsd"
+	    ;;
+	  x86_64-*linux*)
+	    LD="${LD-ld} -m elf_i386"
+	    ;;
+	  ppc64-*linux*|powerpc64-*linux*)
+	    LD="${LD-ld} -m elf32ppclinux"
+	    ;;
+	  s390x-*linux*)
+	    LD="${LD-ld} -m elf_s390"
+	    ;;
+	  sparc64-*linux*)
+	    LD="${LD-ld} -m elf32_sparc"
+	    ;;
+	esac
+	;;
+      *64-bit*)
+	case $host in
+	  x86_64-*kfreebsd*-gnu)
+	    LD="${LD-ld} -m elf_x86_64_fbsd"
+	    ;;
+	  x86_64-*linux*)
+	    LD="${LD-ld} -m elf_x86_64"
+	    ;;
+	  ppc*-*linux*|powerpc*-*linux*)
+	    LD="${LD-ld} -m elf64ppc"
+	    ;;
+	  s390*-*linux*|s390*-*tpf*)
+	    LD="${LD-ld} -m elf64_s390"
+	    ;;
+	  sparc*-*linux*)
+	    LD="${LD-ld} -m elf64_sparc"
+	    ;;
+	esac
+	;;
+    esac
+  fi
+  rm -rf conftest*
+  ;;
+
+*-*-sco3.2v5*)
+  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
+  SAVE_CFLAGS="$CFLAGS"
+  CFLAGS="$CFLAGS -belf"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
+$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
+if test "${lt_cv_cc_needs_belf+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int main (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  lt_cv_cc_needs_belf=yes
+else
+  lt_cv_cc_needs_belf=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
+$as_echo "$lt_cv_cc_needs_belf" >&6; }
+  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
+    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
+    CFLAGS="$SAVE_CFLAGS"
+  fi
+  ;;
+sparc*-*solaris*)
+  # Find out which ABI we are using.
+  echo 'int i;' > conftest.$ac_ext
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+    case `/usr/bin/file conftest.o` in
+    *64-bit*)
+      case $lt_cv_prog_gnu_ld in
+      yes*) LD="${LD-ld} -m elf64_sparc" ;;
+      *)
+	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
+	  LD="${LD-ld} -64"
+	fi
+	;;
+      esac
+      ;;
+    esac
+  fi
+  rm -rf conftest*
+  ;;
+esac
+
+need_locks="$enable_libtool_lock"
+
+
+  case $host_os in
+    rhapsody* | darwin*)
+    if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
+set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$DSYMUTIL"; then
+  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+DSYMUTIL=$ac_cv_prog_DSYMUTIL
+if test -n "$DSYMUTIL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
+$as_echo "$DSYMUTIL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_DSYMUTIL"; then
+  ac_ct_DSYMUTIL=$DSYMUTIL
+  # Extract the first word of "dsymutil", so it can be a program name with args.
+set dummy dsymutil; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_DSYMUTIL"; then
+  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
+if test -n "$ac_ct_DSYMUTIL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
+$as_echo "$ac_ct_DSYMUTIL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_DSYMUTIL" = x; then
+    DSYMUTIL=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    DSYMUTIL=$ac_ct_DSYMUTIL
+  fi
+else
+  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
+fi
+
+    if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
+set dummy ${ac_tool_prefix}nmedit; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_NMEDIT+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$NMEDIT"; then
+  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+NMEDIT=$ac_cv_prog_NMEDIT
+if test -n "$NMEDIT"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
+$as_echo "$NMEDIT" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_NMEDIT"; then
+  ac_ct_NMEDIT=$NMEDIT
+  # Extract the first word of "nmedit", so it can be a program name with args.
+set dummy nmedit; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_NMEDIT"; then
+  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_NMEDIT="nmedit"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
+if test -n "$ac_ct_NMEDIT"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
+$as_echo "$ac_ct_NMEDIT" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_NMEDIT" = x; then
+    NMEDIT=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    NMEDIT=$ac_ct_NMEDIT
+  fi
+else
+  NMEDIT="$ac_cv_prog_NMEDIT"
+fi
+
+    if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
+set dummy ${ac_tool_prefix}lipo; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_LIPO+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$LIPO"; then
+  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+LIPO=$ac_cv_prog_LIPO
+if test -n "$LIPO"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
+$as_echo "$LIPO" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_LIPO"; then
+  ac_ct_LIPO=$LIPO
+  # Extract the first word of "lipo", so it can be a program name with args.
+set dummy lipo; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_LIPO"; then
+  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_LIPO="lipo"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
+if test -n "$ac_ct_LIPO"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
+$as_echo "$ac_ct_LIPO" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_LIPO" = x; then
+    LIPO=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    LIPO=$ac_ct_LIPO
+  fi
+else
+  LIPO="$ac_cv_prog_LIPO"
+fi
+
+    if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
+set dummy ${ac_tool_prefix}otool; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_OTOOL+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$OTOOL"; then
+  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+OTOOL=$ac_cv_prog_OTOOL
+if test -n "$OTOOL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
+$as_echo "$OTOOL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_OTOOL"; then
+  ac_ct_OTOOL=$OTOOL
+  # Extract the first word of "otool", so it can be a program name with args.
+set dummy otool; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_OTOOL"; then
+  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_OTOOL="otool"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
+if test -n "$ac_ct_OTOOL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
+$as_echo "$ac_ct_OTOOL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_OTOOL" = x; then
+    OTOOL=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    OTOOL=$ac_ct_OTOOL
+  fi
+else
+  OTOOL="$ac_cv_prog_OTOOL"
+fi
+
+    if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
+set dummy ${ac_tool_prefix}otool64; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_OTOOL64+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$OTOOL64"; then
+  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+OTOOL64=$ac_cv_prog_OTOOL64
+if test -n "$OTOOL64"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
+$as_echo "$OTOOL64" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_OTOOL64"; then
+  ac_ct_OTOOL64=$OTOOL64
+  # Extract the first word of "otool64", so it can be a program name with args.
+set dummy otool64; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_OTOOL64"; then
+  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_OTOOL64="otool64"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
+if test -n "$ac_ct_OTOOL64"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
+$as_echo "$ac_ct_OTOOL64" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_OTOOL64" = x; then
+    OTOOL64=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    OTOOL64=$ac_ct_OTOOL64
+  fi
+else
+  OTOOL64="$ac_cv_prog_OTOOL64"
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
+$as_echo_n "checking for -single_module linker flag... " >&6; }
+if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_apple_cc_single_mod=no
+      if test -z "${LT_MULTI_MODULE}"; then
+	# By default we will add the -single_module flag. You can override
+	# by either setting the environment variable LT_MULTI_MODULE
+	# non-empty at configure time, or by adding -multi_module to the
+	# link flags.
+	rm -rf libconftest.dylib*
+	echo "int foo(void){return 1;}" > conftest.c
+	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
+-dynamiclib -Wl,-single_module conftest.c" >&5
+	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
+	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
+        _lt_result=$?
+	if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
+	  lt_cv_apple_cc_single_mod=yes
+	else
+	  cat conftest.err >&5
+	fi
+	rm -rf libconftest.dylib*
+	rm -f conftest.*
+      fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
+$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
+$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
+if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_ld_exported_symbols_list=no
+      save_LDFLAGS=$LDFLAGS
+      echo "_main" > conftest.sym
+      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int main (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  lt_cv_ld_exported_symbols_list=yes
+else
+  lt_cv_ld_exported_symbols_list=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+	LDFLAGS="$save_LDFLAGS"
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
+$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
+    case $host_os in
+    rhapsody* | darwin1.[012])
+      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
+    darwin1.*)
+      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+    darwin*) # darwin 5.x on
+      # if running on 10.5 or later, the deployment target defaults
+      # to the OS version, if on x86, and 10.4, the deployment
+      # target defaults to 10.4. Don't you love it?
+      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
+	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
+	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+	10.[012]*)
+	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+	10.*)
+	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+      esac
+    ;;
+  esac
+    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
+      _lt_dar_single_mod='$single_module'
+    fi
+    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
+      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
+    else
+      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
+    fi
+    if test "$DSYMUTIL" != ":"; then
+      _lt_dsymutil='~$DSYMUTIL $lib || :'
+    else
+      _lt_dsymutil=
+    fi
+    ;;
+  esac
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
+$as_echo_n "checking for ANSI C header files... " >&6; }
+if test "${ac_cv_header_stdc+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdlib.h>
+#include <stdarg.h>
+#include <string.h>
+#include <float.h>
+
+int main (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_stdc=yes
+else
+  ac_cv_header_stdc=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+if test $ac_cv_header_stdc = yes; then
+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <string.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "memchr" >/dev/null 2>&1; then :
+
+else
+  ac_cv_header_stdc=no
+fi
+rm -f conftest*
+
+fi
+
+if test $ac_cv_header_stdc = yes; then
+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdlib.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "free" >/dev/null 2>&1; then :
+
+else
+  ac_cv_header_stdc=no
+fi
+rm -f conftest*
+
+fi
+
+if test $ac_cv_header_stdc = yes; then
+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
+  if test "$cross_compiling" = yes; then :
+  :
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <ctype.h>
+#include <stdlib.h>
+#if ((' ' & 0x0FF) == 0x020)
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
+#else
+# define ISLOWER(c) \
+		   (('a' <= (c) && (c) <= 'i') \
+		     || ('j' <= (c) && (c) <= 'r') \
+		     || ('s' <= (c) && (c) <= 'z'))
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
+#endif
+
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
+int
+main ()
+{
+  int i;
+  for (i = 0; i < 256; i++)
+    if (XOR (islower (i), ISLOWER (i))
+	|| toupper (i) != TOUPPER (i))
+      return 2;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+
+else
+  ac_cv_header_stdc=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
+$as_echo "$ac_cv_header_stdc" >&6; }
+if test $ac_cv_header_stdc = yes; then
+
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
+
+fi
+
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+		  inttypes.h stdint.h unistd.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+for ac_header in dlfcn.h
+do :
+  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
+"
+if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_DLFCN_H 1
+_ACEOF
+
+fi
+
+done
+
+
+
+# Set options
+
+
+
+        enable_dlopen=no
+
+
+
+            # Check whether --enable-shared was given.
+if test "${enable_shared+set}" = set; then :
+  enableval=$enable_shared; p=${PACKAGE-default}
+    case $enableval in
+    yes) enable_shared=yes ;;
+    no) enable_shared=no ;;
+    *)
+      enable_shared=no
+      # Look at the argument we got.  We use all the common list separators.
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+      for pkg in $enableval; do
+	IFS="$lt_save_ifs"
+	if test "X$pkg" = "X$p"; then
+	  enable_shared=yes
+	fi
+      done
+      IFS="$lt_save_ifs"
+      ;;
+    esac
+else
+  enable_shared=yes
+fi
+
+
+
+
+
+
+
+
+
+  # Check whether --enable-static was given.
+if test "${enable_static+set}" = set; then :
+  enableval=$enable_static; p=${PACKAGE-default}
+    case $enableval in
+    yes) enable_static=yes ;;
+    no) enable_static=no ;;
+    *)
+     enable_static=no
+      # Look at the argument we got.  We use all the common list separators.
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+      for pkg in $enableval; do
+	IFS="$lt_save_ifs"
+	if test "X$pkg" = "X$p"; then
+	  enable_static=yes
+	fi
+      done
+      IFS="$lt_save_ifs"
+      ;;
+    esac
+else
+  enable_static=yes
+fi
+
+
+
+
+
+
+
+
+
+
+# Check whether --with-pic was given.
+if test "${with_pic+set}" = set; then :
+  withval=$with_pic; pic_mode="$withval"
+else
+  pic_mode=default
+fi
+
+
+test -z "$pic_mode" && pic_mode=default
+
+
+
+
+
+
+
+  # Check whether --enable-fast-install was given.
+if test "${enable_fast_install+set}" = set; then :
+  enableval=$enable_fast_install; p=${PACKAGE-default}
+    case $enableval in
+    yes) enable_fast_install=yes ;;
+    no) enable_fast_install=no ;;
+    *)
+      enable_fast_install=no
+      # Look at the argument we got.  We use all the common list separators.
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+      for pkg in $enableval; do
+	IFS="$lt_save_ifs"
+	if test "X$pkg" = "X$p"; then
+	  enable_fast_install=yes
+	fi
+      done
+      IFS="$lt_save_ifs"
+      ;;
+    esac
+else
+  enable_fast_install=yes
+fi
+
+
+
+
+
+
+
+
+
+
+
+# This can be used to rebuild libtool when needed
+LIBTOOL_DEPS="$ltmain"
+
+# Always use our own libtool.
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+test -z "$LN_S" && LN_S="ln -s"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+if test -n "${ZSH_VERSION+set}" ; then
+   setopt NO_GLOB_SUBST
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
+$as_echo_n "checking for objdir... " >&6; }
+if test "${lt_cv_objdir+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  rm -f .libs 2>/dev/null
+mkdir .libs 2>/dev/null
+if test -d .libs; then
+  lt_cv_objdir=.libs
+else
+  # MS-DOS does not allow filenames that begin with a dot.
+  lt_cv_objdir=_libs
+fi
+rmdir .libs 2>/dev/null
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
+$as_echo "$lt_cv_objdir" >&6; }
+objdir=$lt_cv_objdir
+
+
+
+
+
+cat >>confdefs.h <<_ACEOF
+#define LT_OBJDIR "$lt_cv_objdir/"
+_ACEOF
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+case $host_os in
+aix3*)
+  # AIX sometimes has problems with the GCC collect2 program.  For some
+  # reason, if we set the COLLECT_NAMES environment variable, the problems
+  # vanish in a puff of smoke.
+  if test "X${COLLECT_NAMES+set}" != Xset; then
+    COLLECT_NAMES=
+    export COLLECT_NAMES
+  fi
+  ;;
+esac
+
+# Sed substitution that helps us do robust quoting.  It backslashifies
+# metacharacters that are still active within double-quoted strings.
+sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
+
+# Same as above, but do not quote variable references.
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
+
+# Sed substitution to delay expansion of an escaped shell variable in a
+# double_quote_subst'ed string.
+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
+
+# Sed substitution to delay expansion of an escaped single quote.
+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
+
+# Sed substitution to avoid accidental globbing in evaled expressions
+no_glob_subst='s/\*/\\\*/g'
+
+# Global variables:
+ofile=libtool
+can_build_shared=yes
+
+# All known linkers require a `.a' archive for static linking (except MSVC,
+# which needs '.lib').
+libext=a
+
+with_gnu_ld="$lt_cv_prog_gnu_ld"
+
+old_CC="$CC"
+old_CFLAGS="$CFLAGS"
+
+# Set sane defaults for various variables
+test -z "$CC" && CC=cc
+test -z "$LTCC" && LTCC=$CC
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
+test -z "$LD" && LD=ld
+test -z "$ac_objext" && ac_objext=o
+
+for cc_temp in $compiler""; do
+  case $cc_temp in
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
+
+
+# Only perform the check for file, if the check method requires it
+test -z "$MAGIC_CMD" && MAGIC_CMD=file
+case $deplibs_check_method in
+file_magic*)
+  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
+$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $MAGIC_CMD in
+[\\/*] |  ?:[\\/]*)
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
+  ;;
+*)
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
+  for ac_dir in $ac_dummy; do
+    IFS="$lt_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/${ac_tool_prefix}file; then
+      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
+      if test -n "$file_magic_test_file"; then
+	case $deplibs_check_method in
+	"file_magic "*)
+	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
+	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+	    $EGREP "$file_magic_regex" > /dev/null; then
+	    :
+	  else
+	    cat <<_LT_EOF 1>&2
+
+*** Warning: the command libtool uses to detect shared libraries,
+*** $file_magic_cmd, produces output that libtool cannot recognize.
+*** The result is that libtool may fail to recognize shared libraries
+*** as such.  This will affect the creation of libtool libraries that
+*** depend on shared libraries, but programs linked with such libtool
+*** libraries will work regardless of this problem.  Nevertheless, you
+*** may want to report the problem to your system manager and/or to
+*** bug-libtool@gnu.org
+
+_LT_EOF
+	  fi ;;
+	esac
+      fi
+      break
+    fi
+  done
+  IFS="$lt_save_ifs"
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
+  ;;
+esac
+fi
+
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+if test -n "$MAGIC_CMD"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
+$as_echo "$MAGIC_CMD" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+
+
+
+if test -z "$lt_cv_path_MAGIC_CMD"; then
+  if test -n "$ac_tool_prefix"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
+$as_echo_n "checking for file... " >&6; }
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $MAGIC_CMD in
+[\\/*] |  ?:[\\/]*)
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
+  ;;
+*)
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
+  for ac_dir in $ac_dummy; do
+    IFS="$lt_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/file; then
+      lt_cv_path_MAGIC_CMD="$ac_dir/file"
+      if test -n "$file_magic_test_file"; then
+	case $deplibs_check_method in
+	"file_magic "*)
+	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
+	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+	    $EGREP "$file_magic_regex" > /dev/null; then
+	    :
+	  else
+	    cat <<_LT_EOF 1>&2
+
+*** Warning: the command libtool uses to detect shared libraries,
+*** $file_magic_cmd, produces output that libtool cannot recognize.
+*** The result is that libtool may fail to recognize shared libraries
+*** as such.  This will affect the creation of libtool libraries that
+*** depend on shared libraries, but programs linked with such libtool
+*** libraries will work regardless of this problem.  Nevertheless, you
+*** may want to report the problem to your system manager and/or to
+*** bug-libtool@gnu.org
+
+_LT_EOF
+	  fi ;;
+	esac
+      fi
+      break
+    fi
+  done
+  IFS="$lt_save_ifs"
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
+  ;;
+esac
+fi
+
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+if test -n "$MAGIC_CMD"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
+$as_echo "$MAGIC_CMD" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  else
+    MAGIC_CMD=:
+  fi
+fi
+
+  fi
+  ;;
+esac
+
+# Use C for the default configuration in the libtool script
+
+lt_save_CC="$CC"
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+# Source file extension for C test sources.
+ac_ext=c
+
+# Object file extension for compiled C test sources.
+objext=o
+objext=$objext
+
+# Code to be used in simple compile tests
+lt_simple_compile_test_code="int some_variable = 0;"
+
+# Code to be used in simple link tests
+lt_simple_link_test_code='int main(){return(0);}'
+
+
+
+
+
+
+
+# If no C compiler was specified, use CC.
+LTCC=${LTCC-"$CC"}
+
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
+# Allow CC to be a program name with arguments.
+compiler=$CC
+
+# Save the default compiler, since it gets overwritten when the other
+# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
+compiler_DEFAULT=$CC
+
+# save warnings/boilerplate of simple test code
+ac_outfile=conftest.$ac_objext
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_compiler_boilerplate=`cat conftest.err`
+$RM conftest*
+
+ac_outfile=conftest.$ac_objext
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_linker_boilerplate=`cat conftest.err`
+$RM -r conftest*
+
+
+## CAVEAT EMPTOR:
+## There is no encapsulation within the following macros, do not change
+## the running order or otherwise move them around unless you know exactly
+## what you are doing...
+if test -n "$compiler"; then
+
+lt_prog_compiler_no_builtin_flag=
+
+if test "$GCC" = yes; then
+  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
+if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_rtti_exceptions=no
+   ac_outfile=conftest.$ac_objext
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+   lt_compiler_flag="-fno-rtti -fno-exceptions"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   # The option is referenced via a variable to avoid confusing sed.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:9597: $lt_compile\"" >&5)
+   (eval "$lt_compile" 2>conftest.err)
+   ac_status=$?
+   cat conftest.err >&5
+   echo "$as_me:9601: \$? = $ac_status" >&5
+   if (exit $ac_status) && test -s "$ac_outfile"; then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings other than the usual output.
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+       lt_cv_prog_compiler_rtti_exceptions=yes
+     fi
+   fi
+   $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
+$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
+
+if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
+    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
+else
+    :
+fi
+
+fi
+
+
+
+
+
+
+  lt_prog_compiler_wl=
+lt_prog_compiler_pic=
+lt_prog_compiler_static=
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
+
+  if test "$GCC" = yes; then
+    lt_prog_compiler_wl='-Wl,'
+    lt_prog_compiler_static='-static'
+
+    case $host_os in
+      aix*)
+      # All AIX code is PIC.
+      if test "$host_cpu" = ia64; then
+	# AIX 5 now supports IA64 processor
+	lt_prog_compiler_static='-Bstatic'
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            lt_prog_compiler_pic='-fPIC'
+        ;;
+      m68k)
+            # FIXME: we need at least 68020 code to build shared libraries, but
+            # adding the `-m68020' flag to GCC prevents building anything better,
+            # like `-m68040'.
+            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
+        ;;
+      esac
+      ;;
+
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
+      # PIC is the default for these OSes.
+      ;;
+
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
+      # This hack is so that the source file can tell whether it is being
+      # built for inclusion in a dll (and should export symbols for example).
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
+      # (--disable-auto-import) libraries
+      lt_prog_compiler_pic='-DDLL_EXPORT'
+      ;;
+
+    darwin* | rhapsody*)
+      # PIC is the default on this platform
+      # Common symbols not allowed in MH_DYLIB files
+      lt_prog_compiler_pic='-fno-common'
+      ;;
+
+    hpux*)
+      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
+      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
+      # sets the default TLS model and affects inlining.
+      case $host_cpu in
+      hppa*64*)
+	# +Z the default
+	;;
+      *)
+	lt_prog_compiler_pic='-fPIC'
+	;;
+      esac
+      ;;
+
+    interix[3-9]*)
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+      # Instead, we relocate shared libraries at runtime.
+      ;;
+
+    msdosdjgpp*)
+      # Just because we use GCC doesn't mean we suddenly get shared libraries
+      # on systems that don't support them.
+      lt_prog_compiler_can_build_shared=no
+      enable_shared=no
+      ;;
+
+    *nto* | *qnx*)
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
+      # it will coredump.
+      lt_prog_compiler_pic='-fPIC -shared'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec; then
+	lt_prog_compiler_pic=-Kconform_pic
+      fi
+      ;;
+
+    *)
+      lt_prog_compiler_pic='-fPIC'
+      ;;
+    esac
+  else
+    # PORTME Check for flag to pass linker flags through the system compiler.
+    case $host_os in
+    aix*)
+      lt_prog_compiler_wl='-Wl,'
+      if test "$host_cpu" = ia64; then
+	# AIX 5 now supports IA64 processor
+	lt_prog_compiler_static='-Bstatic'
+      else
+	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
+      fi
+      ;;
+
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
+      # This hack is so that the source file can tell whether it is being
+      # built for inclusion in a dll (and should export symbols for example).
+      lt_prog_compiler_pic='-DDLL_EXPORT'
+      ;;
+
+    hpux9* | hpux10* | hpux11*)
+      lt_prog_compiler_wl='-Wl,'
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+      # not for PA HP-UX.
+      case $host_cpu in
+      hppa*64*|ia64*)
+	# +Z the default
+	;;
+      *)
+	lt_prog_compiler_pic='+Z'
+	;;
+      esac
+      # Is there a better lt_prog_compiler_static that works with the bundled CC?
+      lt_prog_compiler_static='${wl}-a ${wl}archive'
+      ;;
+
+    irix5* | irix6* | nonstopux*)
+      lt_prog_compiler_wl='-Wl,'
+      # PIC (with -KPIC) is the default.
+      lt_prog_compiler_static='-non_shared'
+      ;;
+
+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
+      case $cc_basename in
+      # old Intel for x86_64 which still supported -KPIC.
+      ecc*)
+	lt_prog_compiler_wl='-Wl,'
+	lt_prog_compiler_pic='-KPIC'
+	lt_prog_compiler_static='-static'
+        ;;
+      # icc used to be incompatible with GCC.
+      # ICC 10 doesn't accept -KPIC any more.
+      icc* | ifort*)
+	lt_prog_compiler_wl='-Wl,'
+	lt_prog_compiler_pic='-fPIC'
+	lt_prog_compiler_static='-static'
+        ;;
+      # Lahey Fortran 8.1.
+      lf95*)
+	lt_prog_compiler_wl='-Wl,'
+	lt_prog_compiler_pic='--shared'
+	lt_prog_compiler_static='--static'
+	;;
+      pgcc* | pgf77* | pgf90* | pgf95*)
+        # Portland Group compilers (*not* the Pentium gcc compiler,
+	# which looks to be a dead project)
+	lt_prog_compiler_wl='-Wl,'
+	lt_prog_compiler_pic='-fpic'
+	lt_prog_compiler_static='-Bstatic'
+        ;;
+      ccc*)
+        lt_prog_compiler_wl='-Wl,'
+        # All Alpha code is PIC.
+        lt_prog_compiler_static='-non_shared'
+        ;;
+      xl*)
+	# IBM XL C 8.0/Fortran 10.1 on PPC
+	lt_prog_compiler_wl='-Wl,'
+	lt_prog_compiler_pic='-qpic'
+	lt_prog_compiler_static='-qstaticlink'
+	;;
+      *)
+	case `$CC -V 2>&1 | sed 5q` in
+	*Sun\ C*)
+	  # Sun C 5.9
+	  lt_prog_compiler_pic='-KPIC'
+	  lt_prog_compiler_static='-Bstatic'
+	  lt_prog_compiler_wl='-Wl,'
+	  ;;
+	*Sun\ F*)
+	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
+	  lt_prog_compiler_pic='-KPIC'
+	  lt_prog_compiler_static='-Bstatic'
+	  lt_prog_compiler_wl=''
+	  ;;
+	esac
+	;;
+      esac
+      ;;
+
+    newsos6)
+      lt_prog_compiler_pic='-KPIC'
+      lt_prog_compiler_static='-Bstatic'
+      ;;
+
+    *nto* | *qnx*)
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
+      # it will coredump.
+      lt_prog_compiler_pic='-fPIC -shared'
+      ;;
+
+    osf3* | osf4* | osf5*)
+      lt_prog_compiler_wl='-Wl,'
+      # All OSF/1 code is PIC.
+      lt_prog_compiler_static='-non_shared'
+      ;;
+
+    rdos*)
+      lt_prog_compiler_static='-non_shared'
+      ;;
+
+    solaris*)
+      lt_prog_compiler_pic='-KPIC'
+      lt_prog_compiler_static='-Bstatic'
+      case $cc_basename in
+      f77* | f90* | f95*)
+	lt_prog_compiler_wl='-Qoption ld ';;
+      *)
+	lt_prog_compiler_wl='-Wl,';;
+      esac
+      ;;
+
+    sunos4*)
+      lt_prog_compiler_wl='-Qoption ld '
+      lt_prog_compiler_pic='-PIC'
+      lt_prog_compiler_static='-Bstatic'
+      ;;
+
+    sysv4 | sysv4.2uw2* | sysv4.3*)
+      lt_prog_compiler_wl='-Wl,'
+      lt_prog_compiler_pic='-KPIC'
+      lt_prog_compiler_static='-Bstatic'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec ;then
+	lt_prog_compiler_pic='-Kconform_pic'
+	lt_prog_compiler_static='-Bstatic'
+      fi
+      ;;
+
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+      lt_prog_compiler_wl='-Wl,'
+      lt_prog_compiler_pic='-KPIC'
+      lt_prog_compiler_static='-Bstatic'
+      ;;
+
+    unicos*)
+      lt_prog_compiler_wl='-Wl,'
+      lt_prog_compiler_can_build_shared=no
+      ;;
+
+    uts4*)
+      lt_prog_compiler_pic='-pic'
+      lt_prog_compiler_static='-Bstatic'
+      ;;
+
+    *)
+      lt_prog_compiler_can_build_shared=no
+      ;;
+    esac
+  fi
+
+case $host_os in
+  # For platforms which do not support PIC, -DPIC is meaningless:
+  *djgpp*)
+    lt_prog_compiler_pic=
+    ;;
+  *)
+    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
+    ;;
+esac
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
+$as_echo "$lt_prog_compiler_pic" >&6; }
+
+
+
+
+
+
+#
+# Check to make sure the PIC flag actually works.
+#
+if test -n "$lt_prog_compiler_pic"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
+if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_pic_works=no
+   ac_outfile=conftest.$ac_objext
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   # The option is referenced via a variable to avoid confusing sed.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:9936: $lt_compile\"" >&5)
+   (eval "$lt_compile" 2>conftest.err)
+   ac_status=$?
+   cat conftest.err >&5
+   echo "$as_me:9940: \$? = $ac_status" >&5
+   if (exit $ac_status) && test -s "$ac_outfile"; then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings other than the usual output.
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+       lt_cv_prog_compiler_pic_works=yes
+     fi
+   fi
+   $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
+$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
+
+if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
+    case $lt_prog_compiler_pic in
+     "" | " "*) ;;
+     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
+     esac
+else
+    lt_prog_compiler_pic=
+     lt_prog_compiler_can_build_shared=no
+fi
+
+fi
+
+
+
+
+
+
+#
+# Check to make sure the static flag actually works.
+#
+wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
+if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_static_works=no
+   save_LDFLAGS="$LDFLAGS"
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+     # The linker can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     if test -s conftest.err; then
+       # Append any errors to the config.log.
+       cat conftest.err 1>&5
+       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+       if diff conftest.exp conftest.er2 >/dev/null; then
+         lt_cv_prog_compiler_static_works=yes
+       fi
+     else
+       lt_cv_prog_compiler_static_works=yes
+     fi
+   fi
+   $RM -r conftest*
+   LDFLAGS="$save_LDFLAGS"
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
+$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
+
+if test x"$lt_cv_prog_compiler_static_works" = xyes; then
+    :
+else
+    lt_prog_compiler_static=
+fi
+
+
+
+
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_c_o=no
+   $RM -r conftest 2>/dev/null
+   mkdir conftest
+   cd conftest
+   mkdir out
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:10041: $lt_compile\"" >&5)
+   (eval "$lt_compile" 2>out/conftest.err)
+   ac_status=$?
+   cat out/conftest.err >&5
+   echo "$as_me:10045: \$? = $ac_status" >&5
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
+   then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+       lt_cv_prog_compiler_c_o=yes
+     fi
+   fi
+   chmod u+w . 2>&5
+   $RM conftest*
+   # SGI C++ compiler will create directory out/ii_files/ for
+   # template instantiation
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
+   $RM out/* && rmdir out
+   cd ..
+   $RM -r conftest
+   $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
+$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
+
+
+
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_c_o=no
+   $RM -r conftest 2>/dev/null
+   mkdir conftest
+   cd conftest
+   mkdir out
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:10096: $lt_compile\"" >&5)
+   (eval "$lt_compile" 2>out/conftest.err)
+   ac_status=$?
+   cat out/conftest.err >&5
+   echo "$as_me:10100: \$? = $ac_status" >&5
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
+   then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+       lt_cv_prog_compiler_c_o=yes
+     fi
+   fi
+   chmod u+w . 2>&5
+   $RM conftest*
+   # SGI C++ compiler will create directory out/ii_files/ for
+   # template instantiation
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
+   $RM out/* && rmdir out
+   cd ..
+   $RM -r conftest
+   $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
+$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
+
+
+
+
+hard_links="nottested"
+if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
+  # do not overwrite the value of need_locks provided by the user
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
+$as_echo_n "checking if we can lock with hard links... " >&6; }
+  hard_links=yes
+  $RM conftest*
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
+  touch conftest.a
+  ln conftest.a conftest.b 2>&5 || hard_links=no
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
+$as_echo "$hard_links" >&6; }
+  if test "$hard_links" = no; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
+    need_locks=warn
+  fi
+else
+  need_locks=no
+fi
+
+
+
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
+
+  runpath_var=
+  allow_undefined_flag=
+  always_export_symbols=no
+  archive_cmds=
+  archive_expsym_cmds=
+  compiler_needs_object=no
+  enable_shared_with_static_runtimes=no
+  export_dynamic_flag_spec=
+  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+  hardcode_automatic=no
+  hardcode_direct=no
+  hardcode_direct_absolute=no
+  hardcode_libdir_flag_spec=
+  hardcode_libdir_flag_spec_ld=
+  hardcode_libdir_separator=
+  hardcode_minus_L=no
+  hardcode_shlibpath_var=unsupported
+  inherit_rpath=no
+  link_all_deplibs=unknown
+  module_cmds=
+  module_expsym_cmds=
+  old_archive_from_new_cmds=
+  old_archive_from_expsyms_cmds=
+  thread_safe_flag_spec=
+  whole_archive_flag_spec=
+  # include_expsyms should be a list of space-separated symbols to be *always*
+  # included in the symbol list
+  include_expsyms=
+  # exclude_expsyms can be an extended regexp of symbols to exclude
+  # it will be wrapped by ` (' and `)$', so one must not match beginning or
+  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
+  # as well as any symbol that contains `d'.
+  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
+  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
+  # platforms (ab)use it in PIC code, but their linkers get confused if
+  # the symbol is explicitly referenced.  Since portable code cannot
+  # rely on this symbol name, it's probably fine to never include it in
+  # preloaded symbol tables.
+  # Exclude shared library initialization/finalization symbols.
+  extract_expsyms_cmds=
+
+  case $host_os in
+  cygwin* | mingw* | pw32* | cegcc*)
+    # FIXME: the MSVC++ port hasn't been tested in a loooong time
+    # When not using gcc, we currently assume that we are using
+    # Microsoft Visual C++.
+    if test "$GCC" != yes; then
+      with_gnu_ld=no
+    fi
+    ;;
+  interix*)
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
+    with_gnu_ld=yes
+    ;;
+  openbsd*)
+    with_gnu_ld=no
+    ;;
+  linux* | k*bsd*-gnu)
+    link_all_deplibs=no
+    ;;
+  esac
+
+  ld_shlibs=yes
+  if test "$with_gnu_ld" = yes; then
+    # If archive_cmds runs LD, not CC, wlarc should be empty
+    wlarc='${wl}'
+
+    # Set some defaults for GNU ld with shared library support. These
+    # are reset later if shared libraries are not supported. Putting them
+    # here allows them to be overridden if necessary.
+    runpath_var=LD_RUN_PATH
+    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+    export_dynamic_flag_spec='${wl}--export-dynamic'
+    # ancient GNU ld didn't support --whole-archive et. al.
+    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
+      whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+    else
+      whole_archive_flag_spec=
+    fi
+    supports_anon_versioning=no
+    case `$LD -v 2>&1` in
+      *GNU\ gold*) supports_anon_versioning=yes ;;
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
+      *\ 2.11.*) ;; # other 2.11 versions
+      *) supports_anon_versioning=yes ;;
+    esac
+
+    # See if GNU ld supports shared libraries.
+    case $host_os in
+    aix[3-9]*)
+      # On AIX/PPC, the GNU linker is very broken
+      if test "$host_cpu" != ia64; then
+	ld_shlibs=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: the GNU linker, at least up to release 2.9.1, is reported
+*** to be unable to reliably create shared libraries on AIX.
+*** Therefore, libtool is disabling shared libraries support.  If you
+*** really care for shared libraries, you may want to modify your PATH
+*** so that a non-GNU linker is found, and then restart.
+
+_LT_EOF
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+            archive_expsym_cmds=''
+        ;;
+      m68k)
+            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
+            hardcode_libdir_flag_spec='-L$libdir'
+            hardcode_minus_L=yes
+        ;;
+      esac
+      ;;
+
+    beos*)
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	allow_undefined_flag=unsupported
+	# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
+	# support --undefined.  This deserves some investigation.  FIXME
+	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+      else
+	ld_shlibs=no
+      fi
+      ;;
+
+    cygwin* | mingw* | pw32* | cegcc*)
+      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
+      # as there is no search path for DLLs.
+      hardcode_libdir_flag_spec='-L$libdir'
+      allow_undefined_flag=unsupported
+      always_export_symbols=no
+      enable_shared_with_static_runtimes=yes
+      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
+
+      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
+        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+	# If the export-symbols file already is a .def file (1st line
+	# is EXPORTS), use it as is; otherwise, prepend...
+	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	  cp $export_symbols $output_objdir/$soname.def;
+	else
+	  echo EXPORTS > $output_objdir/$soname.def;
+	  cat $export_symbols >> $output_objdir/$soname.def;
+	fi~
+	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+      else
+	ld_shlibs=no
+      fi
+      ;;
+
+    interix[3-9]*)
+      hardcode_direct=no
+      hardcode_shlibpath_var=no
+      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+      export_dynamic_flag_spec='${wl}-E'
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
+      # default) and relocated if they conflict, which is a slow very memory
+      # consuming and fragmenting process.  To avoid this, we pick a random,
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
+      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      ;;
+
+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
+      tmp_diet=no
+      if test "$host_os" = linux-dietlibc; then
+	case $cc_basename in
+	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
+	esac
+      fi
+      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
+	 && test "$tmp_diet" = no
+      then
+	tmp_addflag=
+	tmp_sharedflag='-shared'
+	case $cc_basename,$host_cpu in
+        pgcc*)				# Portland Group C compiler
+	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag'
+	  ;;
+	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
+	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag -Mnomain' ;;
+	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
+	  tmp_addflag=' -i_dynamic' ;;
+	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
+	  tmp_addflag=' -i_dynamic -nofor_main' ;;
+	ifc* | ifort*)			# Intel Fortran compiler
+	  tmp_addflag=' -nofor_main' ;;
+	lf95*)				# Lahey Fortran 8.1
+	  whole_archive_flag_spec=
+	  tmp_sharedflag='--shared' ;;
+	xl[cC]*)			# IBM XL C 8.0 on PPC (deal with xlf below)
+	  tmp_sharedflag='-qmkshrobj'
+	  tmp_addflag= ;;
+	esac
+	case `$CC -V 2>&1 | sed 5q` in
+	*Sun\ C*)			# Sun C 5.9
+	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
+	  compiler_needs_object=yes
+	  tmp_sharedflag='-G' ;;
+	*Sun\ F*)			# Sun Fortran 8.3
+	  tmp_sharedflag='-G' ;;
+	esac
+	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+
+        if test "x$supports_anon_versioning" = xyes; then
+          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
+	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	    echo "local: *; };" >> $output_objdir/$libname.ver~
+	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+        fi
+
+	case $cc_basename in
+	xlf*)
+	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
+	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
+	  hardcode_libdir_flag_spec=
+	  hardcode_libdir_flag_spec_ld='-rpath $libdir'
+	  archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
+	  if test "x$supports_anon_versioning" = xyes; then
+	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
+	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	      echo "local: *; };" >> $output_objdir/$libname.ver~
+	      $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
+	  fi
+	  ;;
+	esac
+      else
+        ld_shlibs=no
+      fi
+      ;;
+
+    netbsd* | netbsdelf*-gnu)
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+	wlarc=
+      else
+	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      fi
+      ;;
+
+    solaris*)
+      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
+	ld_shlibs=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: The releases 2.8.* of the GNU linker cannot reliably
+*** create shared libraries on Solaris systems.  Therefore, libtool
+*** is disabling shared libraries support.  We urge you to upgrade GNU
+*** binutils to release 2.9.1 or newer.  Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      else
+	ld_shlibs=no
+      fi
+      ;;
+
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
+      case `$LD -v 2>&1` in
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
+	ld_shlibs=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
+*** is disabling shared libraries support.  We urge you to upgrade GNU
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+	;;
+	*)
+	  # For security reasons, it is highly recommended that you always
+	  # use absolute paths for naming shared libraries, and exclude the
+	  # DT_RUNPATH tag from executables and libraries.  But doing so
+	  # requires that you compile everything twice, which is a pain.
+	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+	  else
+	    ld_shlibs=no
+	  fi
+	;;
+      esac
+      ;;
+
+    sunos4*)
+      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+      wlarc=
+      hardcode_direct=yes
+      hardcode_shlibpath_var=no
+      ;;
+
+    *)
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      else
+	ld_shlibs=no
+      fi
+      ;;
+    esac
+
+    if test "$ld_shlibs" = no; then
+      runpath_var=
+      hardcode_libdir_flag_spec=
+      export_dynamic_flag_spec=
+      whole_archive_flag_spec=
+    fi
+  else
+    # PORTME fill in a description of your system's linker (not GNU ld)
+    case $host_os in
+    aix3*)
+      allow_undefined_flag=unsupported
+      always_export_symbols=yes
+      archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
+      # Note: this linker hardcodes the directories in LIBPATH if there
+      # are no directories specified by -L.
+      hardcode_minus_L=yes
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
+	# Neither direct hardcoding nor static linking is supported with a
+	# broken collect2.
+	hardcode_direct=unsupported
+      fi
+      ;;
+
+    aix[4-9]*)
+      if test "$host_cpu" = ia64; then
+	# On IA64, the linker does run time linking by default, so we don't
+	# have to do anything special.
+	aix_use_runtimelinking=no
+	exp_sym_flag='-Bexport'
+	no_entry_flag=""
+      else
+	# If we're using GNU nm, then we don't want the "-C" option.
+	# -C means demangle to AIX nm, but means don't demangle with GNU nm
+	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+	  export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+	else
+	  export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+	fi
+	aix_use_runtimelinking=no
+
+	# Test if we are trying to use run time linking or normal
+	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
+	# need to do runtime linking.
+	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
+	  for ld_flag in $LDFLAGS; do
+	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
+	    aix_use_runtimelinking=yes
+	    break
+	  fi
+	  done
+	  ;;
+	esac
+
+	exp_sym_flag='-bexport'
+	no_entry_flag='-bnoentry'
+      fi
+
+      # When large executables or shared objects are built, AIX ld can
+      # have problems creating the table of contents.  If linking a library
+      # or program results in "error TOC overflow" add -mminimal-toc to
+      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
+      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
+
+      archive_cmds=''
+      hardcode_direct=yes
+      hardcode_direct_absolute=yes
+      hardcode_libdir_separator=':'
+      link_all_deplibs=yes
+      file_list_spec='${wl}-f,'
+
+      if test "$GCC" = yes; then
+	case $host_os in aix4.[012]|aix4.[012].*)
+	# We only want to do this on AIX 4.2 and lower, the check
+	# below for broken collect2 doesn't work under 4.3+
+	  collect2name=`${CC} -print-prog-name=collect2`
+	  if test -f "$collect2name" &&
+	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
+	  then
+	  # We have reworked collect2
+	  :
+	  else
+	  # We have old collect2
+	  hardcode_direct=unsupported
+	  # It fails to find uninstalled libraries when the uninstalled
+	  # path is not listed in the libpath.  Setting hardcode_minus_L
+	  # to unsupported forces relinking
+	  hardcode_minus_L=yes
+	  hardcode_libdir_flag_spec='-L$libdir'
+	  hardcode_libdir_separator=
+	  fi
+	  ;;
+	esac
+	shared_flag='-shared'
+	if test "$aix_use_runtimelinking" = yes; then
+	  shared_flag="$shared_flag "'${wl}-G'
+	fi
+	link_all_deplibs=no
+      else
+	# not using gcc
+	if test "$host_cpu" = ia64; then
+	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
+	# chokes on -Wl,-G. The following line is correct:
+	  shared_flag='-G'
+	else
+	  if test "$aix_use_runtimelinking" = yes; then
+	    shared_flag='${wl}-G'
+	  else
+	    shared_flag='${wl}-bM:SRE'
+	  fi
+	fi
+      fi
+
+      export_dynamic_flag_spec='${wl}-bexpall'
+      # It seems that -bexpall does not export symbols beginning with
+      # underscore (_), so it is better to generate a list of symbols to export.
+      always_export_symbols=yes
+      if test "$aix_use_runtimelinking" = yes; then
+	# Warning - without using the other runtime loading flags (-brtl),
+	# -berok will link without error, but may produce a broken library.
+	allow_undefined_flag='-berok'
+        # Determine the default libpath from the value encoded in an
+        # empty executable.
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int main (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+lt_aix_libpath_sed='
+    /Import File Strings/,/^$/ {
+	/^0/ {
+	    s/^0  *\(.*\)$/\1/
+	    p
+	}
+    }'
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+# Check for a 64-bit object if we didn't find anything.
+if test -z "$aix_libpath"; then
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+
+        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
+        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+      else
+	if test "$host_cpu" = ia64; then
+	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
+	  allow_undefined_flag="-z nodefs"
+	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
+	else
+	 # Determine the default libpath from the value encoded in an
+	 # empty executable.
+	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int main (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+lt_aix_libpath_sed='
+    /Import File Strings/,/^$/ {
+	/^0/ {
+	    s/^0  *\(.*\)$/\1/
+	    p
+	}
+    }'
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+# Check for a 64-bit object if we didn't find anything.
+if test -z "$aix_libpath"; then
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+
+	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
+	  # Warning - without using the other run time loading flags,
+	  # -berok will link without error, but may produce a broken library.
+	  no_undefined_flag=' ${wl}-bernotok'
+	  allow_undefined_flag=' ${wl}-berok'
+	  # Exported symbols can be pulled into shared objects from archives
+	  whole_archive_flag_spec='$convenience'
+	  archive_cmds_need_lc=yes
+	  # This is similar to how AIX traditionally builds its shared libraries.
+	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+	fi
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+            archive_expsym_cmds=''
+        ;;
+      m68k)
+            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
+            hardcode_libdir_flag_spec='-L$libdir'
+            hardcode_minus_L=yes
+        ;;
+      esac
+      ;;
+
+    bsdi[45]*)
+      export_dynamic_flag_spec=-rdynamic
+      ;;
+
+    cygwin* | mingw* | pw32* | cegcc*)
+      # When not using gcc, we currently assume that we are using
+      # Microsoft Visual C++.
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
+      # no search path for DLLs.
+      hardcode_libdir_flag_spec=' '
+      allow_undefined_flag=unsupported
+      # Tell ltmain to make .lib files, not .a files.
+      libext=lib
+      # Tell ltmain to make .dll files, not .so files.
+      shrext_cmds=".dll"
+      # FIXME: Setting linknames here is a bad hack.
+      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
+      # The linker will automatically build a .lib file if we build a DLL.
+      old_archive_from_new_cmds='true'
+      # FIXME: Should let the user specify the lib program.
+      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
+      fix_srcfile_path='`cygpath -w "$srcfile"`'
+      enable_shared_with_static_runtimes=yes
+      ;;
+
+    darwin* | rhapsody*)
+
+
+  archive_cmds_need_lc=no
+  hardcode_direct=no
+  hardcode_automatic=yes
+  hardcode_shlibpath_var=unsupported
+  whole_archive_flag_spec=''
+  link_all_deplibs=yes
+  allow_undefined_flag="$_lt_dar_allow_undefined"
+  case $cc_basename in
+     ifort*) _lt_dar_can_shared=yes ;;
+     *) _lt_dar_can_shared=$GCC ;;
+  esac
+  if test "$_lt_dar_can_shared" = "yes"; then
+    output_verbose_link_cmd=echo
+    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
+    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
+    archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
+    module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
+
+  else
+  ld_shlibs=no
+  fi
+
+      ;;
+
+    dgux*)
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_shlibpath_var=no
+      ;;
+
+    freebsd1*)
+      ld_shlibs=no
+      ;;
+
+    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
+    # support.  Future versions do this automatically, but an explicit c++rt0.o
+    # does not break anything, and helps significantly (at the cost of a little
+    # extra space).
+    freebsd2.2*)
+      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
+      hardcode_libdir_flag_spec='-R$libdir'
+      hardcode_direct=yes
+      hardcode_shlibpath_var=no
+      ;;
+
+    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
+    freebsd2*)
+      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_direct=yes
+      hardcode_minus_L=yes
+      hardcode_shlibpath_var=no
+      ;;
+
+    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+    freebsd* | dragonfly*)
+      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+      hardcode_libdir_flag_spec='-R$libdir'
+      hardcode_direct=yes
+      hardcode_shlibpath_var=no
+      ;;
+
+    hpux9*)
+      if test "$GCC" = yes; then
+	archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+      else
+	archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+      fi
+      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+      hardcode_libdir_separator=:
+      hardcode_direct=yes
+
+      # hardcode_minus_L: Not really in the search PATH,
+      # but as the default location of the library.
+      hardcode_minus_L=yes
+      export_dynamic_flag_spec='${wl}-E'
+      ;;
+
+    hpux10*)
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+	archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+      fi
+      if test "$with_gnu_ld" = no; then
+	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+	hardcode_libdir_flag_spec_ld='+b $libdir'
+	hardcode_libdir_separator=:
+	hardcode_direct=yes
+	hardcode_direct_absolute=yes
+	export_dynamic_flag_spec='${wl}-E'
+	# hardcode_minus_L: Not really in the search PATH,
+	# but as the default location of the library.
+	hardcode_minus_L=yes
+      fi
+      ;;
+
+    hpux11*)
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+	case $host_cpu in
+	hppa*64*)
+	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	ia64*)
+	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	*)
+	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	esac
+      else
+	case $host_cpu in
+	hppa*64*)
+	  archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	ia64*)
+	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	*)
+	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	esac
+      fi
+      if test "$with_gnu_ld" = no; then
+	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+	hardcode_libdir_separator=:
+
+	case $host_cpu in
+	hppa*64*|ia64*)
+	  hardcode_direct=no
+	  hardcode_shlibpath_var=no
+	  ;;
+	*)
+	  hardcode_direct=yes
+	  hardcode_direct_absolute=yes
+	  export_dynamic_flag_spec='${wl}-E'
+
+	  # hardcode_minus_L: Not really in the search PATH,
+	  # but as the default location of the library.
+	  hardcode_minus_L=yes
+	  ;;
+	esac
+      fi
+      ;;
+
+    irix5* | irix6* | nonstopux*)
+      if test "$GCC" = yes; then
+	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+	# Try to use the -exported_symbol ld option, if it does not
+	# work, assume that -exports_file does not work either and
+	# implicitly export all symbols.
+        save_LDFLAGS="$LDFLAGS"
+        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+int foo(void) {}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+        LDFLAGS="$save_LDFLAGS"
+      else
+	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
+	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
+      fi
+      archive_cmds_need_lc='no'
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+      hardcode_libdir_separator=:
+      inherit_rpath=yes
+      link_all_deplibs=yes
+      ;;
+
+    netbsd* | netbsdelf*-gnu)
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+      else
+	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
+      fi
+      hardcode_libdir_flag_spec='-R$libdir'
+      hardcode_direct=yes
+      hardcode_shlibpath_var=no
+      ;;
+
+    newsos6)
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_direct=yes
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+      hardcode_libdir_separator=:
+      hardcode_shlibpath_var=no
+      ;;
+
+    *nto* | *qnx*)
+      ;;
+
+    openbsd*)
+      if test -f /usr/libexec/ld.so; then
+	hardcode_direct=yes
+	hardcode_shlibpath_var=no
+	hardcode_direct_absolute=yes
+	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+	  hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+	  export_dynamic_flag_spec='${wl}-E'
+	else
+	  case $host_os in
+	   openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+	     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+	     hardcode_libdir_flag_spec='-R$libdir'
+	     ;;
+	   *)
+	     archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	     hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+	     ;;
+	  esac
+	fi
+      else
+	ld_shlibs=no
+      fi
+      ;;
+
+    os2*)
+      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_minus_L=yes
+      allow_undefined_flag=unsupported
+      archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+      old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
+      ;;
+
+    osf3*)
+      if test "$GCC" = yes; then
+	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
+	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+      else
+	allow_undefined_flag=' -expect_unresolved \*'
+	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
+      fi
+      archive_cmds_need_lc='no'
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+      hardcode_libdir_separator=:
+      ;;
+
+    osf4* | osf5*)	# as osf3* with the addition of -msym flag
+      if test "$GCC" = yes; then
+	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
+	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+      else
+	allow_undefined_flag=' -expect_unresolved \*'
+	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
+	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
+	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
+
+	# Both c and cxx compiler support -rpath directly
+	hardcode_libdir_flag_spec='-rpath $libdir'
+      fi
+      archive_cmds_need_lc='no'
+      hardcode_libdir_separator=:
+      ;;
+
+    solaris*)
+      no_undefined_flag=' -z defs'
+      if test "$GCC" = yes; then
+	wlarc='${wl}'
+	archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+      else
+	case `$CC -V 2>&1` in
+	*"Compilers 5.0"*)
+	  wlarc=''
+	  archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
+	  ;;
+	*)
+	  wlarc='${wl}'
+	  archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
+	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+	  ;;
+	esac
+      fi
+      hardcode_libdir_flag_spec='-R$libdir'
+      hardcode_shlibpath_var=no
+      case $host_os in
+      solaris2.[0-5] | solaris2.[0-5].*) ;;
+      *)
+	# The compiler driver will combine and reorder linker options,
+	# but understands `-z linker_flag'.  GCC discards it without `$wl',
+	# but is careful enough not to reorder.
+	# Supported since Solaris 2.6 (maybe 2.5.1?)
+	if test "$GCC" = yes; then
+	  whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
+	else
+	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
+	fi
+	;;
+      esac
+      link_all_deplibs=yes
+      ;;
+
+    sunos4*)
+      if test "x$host_vendor" = xsequent; then
+	# Use $CC to link under sequent, because it throws in some extra .o
+	# files that make .init and .fini sections work.
+	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+      fi
+      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_direct=yes
+      hardcode_minus_L=yes
+      hardcode_shlibpath_var=no
+      ;;
+
+    sysv4)
+      case $host_vendor in
+	sni)
+	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  hardcode_direct=yes # is this really true???
+	;;
+	siemens)
+	  ## LD is ld it makes a PLAMLIB
+	  ## CC just makes a GrossModule.
+	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
+	  reload_cmds='$CC -r -o $output$reload_objs'
+	  hardcode_direct=no
+        ;;
+	motorola)
+	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
+	;;
+      esac
+      runpath_var='LD_RUN_PATH'
+      hardcode_shlibpath_var=no
+      ;;
+
+    sysv4.3*)
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_shlibpath_var=no
+      export_dynamic_flag_spec='-Bexport'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec; then
+	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	hardcode_shlibpath_var=no
+	runpath_var=LD_RUN_PATH
+	hardcode_runpath_var=yes
+	ld_shlibs=yes
+      fi
+      ;;
+
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
+      no_undefined_flag='${wl}-z,text'
+      archive_cmds_need_lc=no
+      hardcode_shlibpath_var=no
+      runpath_var='LD_RUN_PATH'
+
+      if test "$GCC" = yes; then
+	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      fi
+      ;;
+
+    sysv5* | sco3.2v5* | sco5v6*)
+      # Note: We can NOT use -z defs as we might desire, because we do not
+      # link with -lc, and that would cause any symbols used from libc to
+      # always be unresolved, which means just about no library would
+      # ever link correctly.  If we're not using GNU ld we use -z text
+      # though, which does catch some bad symbols but isn't as heavy-handed
+      # as -z defs.
+      no_undefined_flag='${wl}-z,text'
+      allow_undefined_flag='${wl}-z,nodefs'
+      archive_cmds_need_lc=no
+      hardcode_shlibpath_var=no
+      hardcode_libdir_flag_spec='${wl}-R,$libdir'
+      hardcode_libdir_separator=':'
+      link_all_deplibs=yes
+      export_dynamic_flag_spec='${wl}-Bexport'
+      runpath_var='LD_RUN_PATH'
+
+      if test "$GCC" = yes; then
+	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      fi
+      ;;
+
+    uts4*)
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_shlibpath_var=no
+      ;;
+
+    *)
+      ld_shlibs=no
+      ;;
+    esac
+
+    if test x$host_vendor = xsni; then
+      case $host in
+      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+	export_dynamic_flag_spec='${wl}-Blargedynsym'
+	;;
+      esac
+    fi
+  fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
+$as_echo "$ld_shlibs" >&6; }
+test "$ld_shlibs" = no && can_build_shared=no
+
+with_gnu_ld=$with_gnu_ld
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#
+# Do we need to explicitly link libc?
+#
+case "x$archive_cmds_need_lc" in
+x|xyes)
+  # Assume -lc should be added
+  archive_cmds_need_lc=yes
+
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
+    case $archive_cmds in
+    *'~'*)
+      # FIXME: we may have to deal with multi-command sequences.
+      ;;
+    '$CC '*)
+      # Test whether the compiler implicitly links with -lc since on some
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
+      # to ld, don't add -lc before -lgcc.
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
+      $RM conftest*
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+      if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } 2>conftest.err; then
+        soname=conftest
+        lib=conftest
+        libobjs=conftest.$ac_objext
+        deplibs=
+        wl=$lt_prog_compiler_wl
+	pic_flag=$lt_prog_compiler_pic
+        compiler_flags=-v
+        linker_flags=-v
+        verstring=
+        output_objdir=.
+        libname=conftest
+        lt_save_allow_undefined_flag=$allow_undefined_flag
+        allow_undefined_flag=
+        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
+  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+        then
+	  archive_cmds_need_lc=no
+        else
+	  archive_cmds_need_lc=yes
+        fi
+        allow_undefined_flag=$lt_save_allow_undefined_flag
+      else
+        cat conftest.err 1>&5
+      fi
+      $RM conftest*
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
+$as_echo "$archive_cmds_need_lc" >&6; }
+      ;;
+    esac
+  fi
+  ;;
+esac
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
+$as_echo_n "checking dynamic linker characteristics... " >&6; }
+
+if test "$GCC" = yes; then
+  case $host_os in
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
+    *) lt_awk_arg="/^libraries:/" ;;
+  esac
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
+  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
+    # if the path contains ";" then we assume it to be the separator
+    # otherwise default to the standard path separator (i.e. ":") - it is
+    # assumed that no part of a normal pathname contains ";" but that should
+    # okay in the real world where ";" in dirpaths is itself problematic.
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
+  else
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
+  fi
+  # Ok, now we have the path, separated by spaces, we can step through it
+  # and add multilib dir if necessary.
+  lt_tmp_lt_search_path_spec=
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
+  for lt_sys_path in $lt_search_path_spec; do
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
+    else
+      test -d "$lt_sys_path" && \
+	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
+    fi
+  done
+  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
+BEGIN {RS=" "; FS="/|\n";} {
+  lt_foo="";
+  lt_count=0;
+  for (lt_i = NF; lt_i > 0; lt_i--) {
+    if ($lt_i != "" && $lt_i != ".") {
+      if ($lt_i == "..") {
+        lt_count++;
+      } else {
+        if (lt_count == 0) {
+          lt_foo="/" $lt_i lt_foo;
+        } else {
+          lt_count--;
+        }
+      }
+    }
+  }
+  if (lt_foo != "") { lt_freq[lt_foo]++; }
+  if (lt_freq[lt_foo] == 1) { print lt_foo; }
+}'`
+  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
+else
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
+fi
+library_names_spec=
+libname_spec='lib$name'
+soname_spec=
+shrext_cmds=".so"
+postinstall_cmds=
+postuninstall_cmds=
+finish_cmds=
+finish_eval=
+shlibpath_var=
+shlibpath_overrides_runpath=unknown
+version_type=none
+dynamic_linker="$host_os ld.so"
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
+need_lib_prefix=unknown
+hardcode_into_libs=no
+
+# when you set need_version to no, make sure it does not cause -set_version
+# flags to be left without arguments
+need_version=unknown
+
+case $host_os in
+aix3*)
+  version_type=linux
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
+  shlibpath_var=LIBPATH
+
+  # AIX 3 has no versioning support, so we append a major version to the name.
+  soname_spec='${libname}${release}${shared_ext}$major'
+  ;;
+
+aix[4-9]*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  hardcode_into_libs=yes
+  if test "$host_cpu" = ia64; then
+    # AIX 5 supports IA64
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
+    shlibpath_var=LD_LIBRARY_PATH
+  else
+    # With GCC up to 2.95.x, collect2 would create an import file
+    # for dependence libraries.  The import file would start with
+    # the line `#! .'.  This would cause the generated library to
+    # depend on `.', always an invalid library.  This was fixed in
+    # development snapshots of GCC prior to 3.0.
+    case $host_os in
+      aix4 | aix4.[01] | aix4.[01].*)
+      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
+	   echo ' yes '
+	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
+	:
+      else
+	can_build_shared=no
+      fi
+      ;;
+    esac
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
+    # soname into executable. Probably we can add versioning support to
+    # collect2, so additional links can be useful in future.
+    if test "$aix_use_runtimelinking" = yes; then
+      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
+      # instead of lib<name>.a to let people know that these are not
+      # typical AIX shared libraries.
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    else
+      # We preserve .a as extension for shared libraries through AIX4.2
+      # and later when we are not doing run time linking.
+      library_names_spec='${libname}${release}.a $libname.a'
+      soname_spec='${libname}${release}${shared_ext}$major'
+    fi
+    shlibpath_var=LIBPATH
+  fi
+  ;;
+
+amigaos*)
+  case $host_cpu in
+  powerpc)
+    # Since July 2007 AmigaOS4 officially supports .so libraries.
+    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    ;;
+  m68k)
+    library_names_spec='$libname.ixlibrary $libname.a'
+    # Create ${libname}_ixlibrary.a entries in /sys/libs.
+    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+    ;;
+  esac
+  ;;
+
+beos*)
+  library_names_spec='${libname}${shared_ext}'
+  dynamic_linker="$host_os ld.so"
+  shlibpath_var=LIBRARY_PATH
+  ;;
+
+bsdi[45]*)
+  version_type=linux
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
+  # the default ld.so.conf also contains /usr/contrib/lib and
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
+  # libtool to hard-code these into programs
+  ;;
+
+cygwin* | mingw* | pw32* | cegcc*)
+  version_type=windows
+  shrext_cmds=".dll"
+  need_version=no
+  need_lib_prefix=no
+
+  case $GCC,$host_os in
+  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
+    library_names_spec='$libname.dll.a'
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
+    postinstall_cmds='base_file=`basename \${file}`~
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
+      dldir=$destdir/`dirname \$dlpath`~
+      test -d \$dldir || mkdir -p \$dldir~
+      $install_prog $dir/$dlname \$dldir/$dlname~
+      chmod a+x \$dldir/$dlname~
+      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
+      fi'
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+      dlpath=$dir/\$dldll~
+       $RM \$dlpath'
+    shlibpath_overrides_runpath=yes
+
+    case $host_os in
+    cygwin*)
+      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
+      ;;
+    mingw* | cegcc*)
+      # MinGW DLLs use traditional 'lib' prefix
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
+      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
+        # It is most probably a Windows format PATH printed by
+        # mingw gcc, but we are running on Cygwin. Gcc prints its search
+        # path with ; separators, and with drive letters. We can handle the
+        # drive letters (cygwin fileutils understands them), so leave them,
+        # especially as we might pass files found there to a mingw objdump,
+        # which wouldn't understand a cygwinified path. Ahh.
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
+      else
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
+      fi
+      ;;
+    pw32*)
+      # pw32 DLLs use 'pw' prefix rather than 'lib'
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+      ;;
+    esac
+    ;;
+
+  *)
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
+    ;;
+  esac
+  dynamic_linker='Win32 ld.exe'
+  # FIXME: first we should search . and the directory the executable is in
+  shlibpath_var=PATH
+  ;;
+
+darwin* | rhapsody*)
+  dynamic_linker="$host_os dyld"
+  version_type=darwin
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
+  soname_spec='${libname}${release}${major}$shared_ext'
+  shlibpath_overrides_runpath=yes
+  shlibpath_var=DYLD_LIBRARY_PATH
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+
+  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
+  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
+  ;;
+
+dgux*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  ;;
+
+freebsd1*)
+  dynamic_linker=no
+  ;;
+
+freebsd* | dragonfly*)
+  # DragonFly does not have aout.  When/if they implement a new
+  # versioning mechanism, adjust this.
+  if test -x /usr/bin/objformat; then
+    objformat=`/usr/bin/objformat`
+  else
+    case $host_os in
+    freebsd[123]*) objformat=aout ;;
+    *) objformat=elf ;;
+    esac
+  fi
+  version_type=freebsd-$objformat
+  case $version_type in
+    freebsd-elf*)
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+      need_version=no
+      need_lib_prefix=no
+      ;;
+    freebsd-*)
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
+      need_version=yes
+      ;;
+  esac
+  shlibpath_var=LD_LIBRARY_PATH
+  case $host_os in
+  freebsd2*)
+    shlibpath_overrides_runpath=yes
+    ;;
+  freebsd3.[01]* | freebsdelf3.[01]*)
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
+    shlibpath_overrides_runpath=no
+    hardcode_into_libs=yes
+    ;;
+  *) # from 4.6 on, and DragonFly
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
+  esac
+  ;;
+
+gnu*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  hardcode_into_libs=yes
+  ;;
+
+hpux9* | hpux10* | hpux11*)
+  # Give a soname corresponding to the major version so that dld.sl refuses to
+  # link against other versions.
+  version_type=sunos
+  need_lib_prefix=no
+  need_version=no
+  case $host_cpu in
+  ia64*)
+    shrext_cmds='.so'
+    hardcode_into_libs=yes
+    dynamic_linker="$host_os dld.so"
+    shlibpath_var=LD_LIBRARY_PATH
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    if test "X$HPUX_IA64_MODE" = X32; then
+      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
+    else
+      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
+    fi
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+    ;;
+  hppa*64*)
+    shrext_cmds='.sl'
+    hardcode_into_libs=yes
+    dynamic_linker="$host_os dld.sl"
+    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+    ;;
+  *)
+    shrext_cmds='.sl'
+    dynamic_linker="$host_os dld.sl"
+    shlibpath_var=SHLIB_PATH
+    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    ;;
+  esac
+  # HP-UX runs *really* slowly unless shared libraries are mode 555.
+  postinstall_cmds='chmod 555 $lib'
+  ;;
+
+interix[3-9]*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
+irix5* | irix6* | nonstopux*)
+  case $host_os in
+    nonstopux*) version_type=nonstopux ;;
+    *)
+	if test "$lt_cv_prog_gnu_ld" = yes; then
+		version_type=linux
+	else
+		version_type=irix
+	fi ;;
+  esac
+  need_lib_prefix=no
+  need_version=no
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
+  case $host_os in
+  irix5* | nonstopux*)
+    libsuff= shlibsuff=
+    ;;
+  *)
+    case $LD in # libtool.m4 will add one of these switches to LD
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
+      libsuff= shlibsuff= libmagic=32-bit;;
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
+    *) libsuff= shlibsuff= libmagic=never-match;;
+    esac
+    ;;
+  esac
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
+  shlibpath_overrides_runpath=no
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
+  hardcode_into_libs=yes
+  ;;
+
+# No shared lib support for Linux oldld, aout, or coff.
+linux*oldld* | linux*aout* | linux*coff*)
+  dynamic_linker=no
+  ;;
+
+# This must be Linux ELF.
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  # Some binutils ld are patched to set DT_RUNPATH
+  save_LDFLAGS=$LDFLAGS
+  save_libdir=$libdir
+  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
+       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int main (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
+  shlibpath_overrides_runpath=yes
+fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  LDFLAGS=$save_LDFLAGS
+  libdir=$save_libdir
+
+  # This implies no fast_install, which is unacceptable.
+  # Some rework will be needed to allow for fast_install
+  # before this can be enabled.
+  hardcode_into_libs=yes
+
+  # Append ld.so.conf contents to the search path
+  if test -f /etc/ld.so.conf; then
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+  fi
+
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
+  # powerpc, because MkLinux only supported shared libraries with the
+  # GNU dynamic linker.  Since this was broken with cross compilers,
+  # most powerpc-linux boxes support dynamic linking these days and
+  # people can always --disable-shared, the test was removed, and we
+  # assume the GNU/Linux dynamic linker is in use.
+  dynamic_linker='GNU/Linux ld.so'
+  ;;
+
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
+netbsd*)
+  version_type=sunos
+  need_lib_prefix=no
+  need_version=no
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+    dynamic_linker='NetBSD (a.out) ld.so'
+  else
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    dynamic_linker='NetBSD ld.elf_so'
+  fi
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  ;;
+
+newsos6)
+  version_type=linux
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  ;;
+
+*nto* | *qnx*)
+  version_type=qnx
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='ldqnx.so'
+  ;;
+
+openbsd*)
+  version_type=sunos
+  sys_lib_dlsearch_path_spec="/usr/lib"
+  need_lib_prefix=no
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
+  case $host_os in
+    openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
+    *)				need_version=no  ;;
+  esac
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+    case $host_os in
+      openbsd2.[89] | openbsd2.[89].*)
+	shlibpath_overrides_runpath=no
+	;;
+      *)
+	shlibpath_overrides_runpath=yes
+	;;
+      esac
+  else
+    shlibpath_overrides_runpath=yes
+  fi
+  ;;
+
+os2*)
+  libname_spec='$name'
+  shrext_cmds=".dll"
+  need_lib_prefix=no
+  library_names_spec='$libname${shared_ext} $libname.a'
+  dynamic_linker='OS/2 ld.exe'
+  shlibpath_var=LIBPATH
+  ;;
+
+osf3* | osf4* | osf5*)
+  version_type=osf
+  need_lib_prefix=no
+  need_version=no
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
+  ;;
+
+rdos*)
+  dynamic_linker=no
+  ;;
+
+solaris*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  # ldd complains unless libraries are executable
+  postinstall_cmds='chmod +x $lib'
+  ;;
+
+sunos4*)
+  version_type=sunos
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  if test "$with_gnu_ld" = yes; then
+    need_lib_prefix=no
+  fi
+  need_version=yes
+  ;;
+
+sysv4 | sysv4.3*)
+  version_type=linux
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  case $host_vendor in
+    sni)
+      shlibpath_overrides_runpath=no
+      need_lib_prefix=no
+      runpath_var=LD_RUN_PATH
+      ;;
+    siemens)
+      need_lib_prefix=no
+      ;;
+    motorola)
+      need_lib_prefix=no
+      need_version=no
+      shlibpath_overrides_runpath=no
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
+      ;;
+  esac
+  ;;
+
+sysv4*MP*)
+  if test -d /usr/nec ;then
+    version_type=linux
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
+    soname_spec='$libname${shared_ext}.$major'
+    shlibpath_var=LD_LIBRARY_PATH
+  fi
+  ;;
+
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+  version_type=freebsd-elf
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  if test "$with_gnu_ld" = yes; then
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
+  else
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
+    case $host_os in
+      sco3.2v5*)
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
+	;;
+    esac
+  fi
+  sys_lib_dlsearch_path_spec='/usr/lib'
+  ;;
+
+tpf*)
+  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
+uts4*)
+  version_type=linux
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  ;;
+
+*)
+  dynamic_linker=no
+  ;;
+esac
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
+$as_echo "$dynamic_linker" >&6; }
+test "$dynamic_linker" = no && can_build_shared=no
+
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+if test "$GCC" = yes; then
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+fi
+
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
+fi
+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
+hardcode_action=
+if test -n "$hardcode_libdir_flag_spec" ||
+   test -n "$runpath_var" ||
+   test "X$hardcode_automatic" = "Xyes" ; then
+
+  # We can hardcode non-existent directories.
+  if test "$hardcode_direct" != no &&
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
+     # have to relink, otherwise we might link with an installed library
+     # when we should be linking with a yet-to-be-installed one
+     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
+     test "$hardcode_minus_L" != no; then
+    # Linking always hardcodes the temporary library directory.
+    hardcode_action=relink
+  else
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
+    hardcode_action=immediate
+  fi
+else
+  # We cannot hardcode anything, or else we can only hardcode existing
+  # directories.
+  hardcode_action=unsupported
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
+$as_echo "$hardcode_action" >&6; }
+
+if test "$hardcode_action" = relink ||
+   test "$inherit_rpath" = yes; then
+  # Fast installation is not supported
+  enable_fast_install=no
+elif test "$shlibpath_overrides_runpath" = yes ||
+     test "$enable_shared" = no; then
+  # Fast installation is not necessary
+  enable_fast_install=needless
+fi
+
+
+
+
+
+
+  if test "x$enable_dlopen" != xyes; then
+  enable_dlopen=unknown
+  enable_dlopen_self=unknown
+  enable_dlopen_self_static=unknown
+else
+  lt_cv_dlopen=no
+  lt_cv_dlopen_libs=
+
+  case $host_os in
+  beos*)
+    lt_cv_dlopen="load_add_on"
+    lt_cv_dlopen_libs=
+    lt_cv_dlopen_self=yes
+    ;;
+
+  mingw* | pw32* | cegcc*)
+    lt_cv_dlopen="LoadLibrary"
+    lt_cv_dlopen_libs=
+    ;;
+
+  cygwin*)
+    lt_cv_dlopen="dlopen"
+    lt_cv_dlopen_libs=
+    ;;
+
+  darwin*)
+  # if libdl is installed we need to link against it
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldl  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __cplusplus
+extern "C"
+#endif
+char dlopen ();
+int main (void)
+{
+return dlopen ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_dl_dlopen=yes
+else
+  ac_cv_lib_dl_dlopen=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
+else
+
+    lt_cv_dlopen="dyld"
+    lt_cv_dlopen_libs=
+    lt_cv_dlopen_self=yes
+
+fi
+
+    ;;
+
+  *)
+    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
+if test "x$ac_cv_func_shl_load" = x""yes; then :
+  lt_cv_dlopen="shl_load"
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
+$as_echo_n "checking for shl_load in -ldld... " >&6; }
+if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldld  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __cplusplus
+extern "C"
+#endif
+char shl_load ();
+int main (void)
+{
+return shl_load ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_dld_shl_load=yes
+else
+  ac_cv_lib_dld_shl_load=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
+$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
+if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
+  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
+else
+  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
+if test "x$ac_cv_func_dlopen" = x""yes; then :
+  lt_cv_dlopen="dlopen"
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldl  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __cplusplus
+extern "C"
+#endif
+char dlopen ();
+int main (void)
+{
+return dlopen ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_dl_dlopen=yes
+else
+  ac_cv_lib_dl_dlopen=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
+$as_echo_n "checking for dlopen in -lsvld... " >&6; }
+if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lsvld  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __cplusplus
+extern "C"
+#endif
+char dlopen ();
+int main (void)
+{
+return dlopen ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_svld_dlopen=yes
+else
+  ac_cv_lib_svld_dlopen=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
+$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
+if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
+$as_echo_n "checking for dld_link in -ldld... " >&6; }
+if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldld  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __cplusplus
+extern "C"
+#endif
+char dld_link ();
+int main (void)
+{
+return dld_link ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_dld_dld_link=yes
+else
+  ac_cv_lib_dld_dld_link=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
+$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
+if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
+  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
+fi
+
+
+fi
+
+
+fi
+
+
+fi
+
+
+fi
+
+
+fi
+
+    ;;
+  esac
+
+  if test "x$lt_cv_dlopen" != xno; then
+    enable_dlopen=yes
+  else
+    enable_dlopen=no
+  fi
+
+  case $lt_cv_dlopen in
+  dlopen)
+    save_CPPFLAGS="$CPPFLAGS"
+    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+
+    save_LDFLAGS="$LDFLAGS"
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+
+    save_LIBS="$LIBS"
+    LIBS="$lt_cv_dlopen_libs $LIBS"
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
+$as_echo_n "checking whether a program can dlopen itself... " >&6; }
+if test "${lt_cv_dlopen_self+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  	  if test "$cross_compiling" = yes; then :
+  lt_cv_dlopen_self=cross
+else
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+  lt_status=$lt_dlunknown
+  cat > conftest.$ac_ext <<_LT_EOF
+#line 12462 "configure"
+#include "confdefs.h"
+
+#if HAVE_DLFCN_H
+#include <dlfcn.h>
+#endif
+
+#include <stdio.h>
+
+#ifdef RTLD_GLOBAL
+#  define LT_DLGLOBAL		RTLD_GLOBAL
+#else
+#  ifdef DL_GLOBAL
+#    define LT_DLGLOBAL		DL_GLOBAL
+#  else
+#    define LT_DLGLOBAL		0
+#  endif
+#endif
+
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
+   find out it does not work in some platform. */
+#ifndef LT_DLLAZY_OR_NOW
+#  ifdef RTLD_LAZY
+#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
+#  else
+#    ifdef DL_LAZY
+#      define LT_DLLAZY_OR_NOW		DL_LAZY
+#    else
+#      ifdef RTLD_NOW
+#        define LT_DLLAZY_OR_NOW	RTLD_NOW
+#      else
+#        ifdef DL_NOW
+#          define LT_DLLAZY_OR_NOW	DL_NOW
+#        else
+#          define LT_DLLAZY_OR_NOW	0
+#        endif
+#      endif
+#    endif
+#  endif
+#endif
+
+void fnord() { int i=42;}
+int main ()
+{
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+  int status = $lt_dlunknown;
+
+  if (self)
+    {
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
+      /* dlclose (self); */
+    }
+  else
+    puts (dlerror ());
+
+  return status;
+}
+_LT_EOF
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+  (eval $ac_link) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
+    (./conftest; exit; ) >&5 2>/dev/null
+    lt_status=$?
+    case x$lt_status in
+      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
+      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
+      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
+    esac
+  else :
+    # compilation failed
+    lt_cv_dlopen_self=no
+  fi
+fi
+rm -fr conftest*
+
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
+$as_echo "$lt_cv_dlopen_self" >&6; }
+
+    if test "x$lt_cv_dlopen_self" = xyes; then
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
+$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
+if test "${lt_cv_dlopen_self_static+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  	  if test "$cross_compiling" = yes; then :
+  lt_cv_dlopen_self_static=cross
+else
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+  lt_status=$lt_dlunknown
+  cat > conftest.$ac_ext <<_LT_EOF
+#line 12558 "configure"
+#include "confdefs.h"
+
+#if HAVE_DLFCN_H
+#include <dlfcn.h>
+#endif
+
+#include <stdio.h>
+
+#ifdef RTLD_GLOBAL
+#  define LT_DLGLOBAL		RTLD_GLOBAL
+#else
+#  ifdef DL_GLOBAL
+#    define LT_DLGLOBAL		DL_GLOBAL
+#  else
+#    define LT_DLGLOBAL		0
+#  endif
+#endif
+
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
+   find out it does not work in some platform. */
+#ifndef LT_DLLAZY_OR_NOW
+#  ifdef RTLD_LAZY
+#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
+#  else
+#    ifdef DL_LAZY
+#      define LT_DLLAZY_OR_NOW		DL_LAZY
+#    else
+#      ifdef RTLD_NOW
+#        define LT_DLLAZY_OR_NOW	RTLD_NOW
+#      else
+#        ifdef DL_NOW
+#          define LT_DLLAZY_OR_NOW	DL_NOW
+#        else
+#          define LT_DLLAZY_OR_NOW	0
+#        endif
+#      endif
+#    endif
+#  endif
+#endif
+
+void fnord() { int i=42;}
+int main ()
+{
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+  int status = $lt_dlunknown;
+
+  if (self)
+    {
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
+      /* dlclose (self); */
+    }
+  else
+    puts (dlerror ());
+
+  return status;
+}
+_LT_EOF
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+  (eval $ac_link) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
+    (./conftest; exit; ) >&5 2>/dev/null
+    lt_status=$?
+    case x$lt_status in
+      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
+      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
+      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
+    esac
+  else :
+    # compilation failed
+    lt_cv_dlopen_self_static=no
+  fi
+fi
+rm -fr conftest*
+
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
+$as_echo "$lt_cv_dlopen_self_static" >&6; }
+    fi
+
+    CPPFLAGS="$save_CPPFLAGS"
+    LDFLAGS="$save_LDFLAGS"
+    LIBS="$save_LIBS"
+    ;;
+  esac
+
+  case $lt_cv_dlopen_self in
+  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
+  *) enable_dlopen_self=unknown ;;
+  esac
+
+  case $lt_cv_dlopen_self_static in
+  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
+  *) enable_dlopen_self_static=unknown ;;
+  esac
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+striplib=
+old_striplib=
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
+$as_echo_n "checking whether stripping libraries is possible... " >&6; }
+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
+  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
+  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+else
+# FIXME - insert some real tests, host_os isn't really good enough
+  case $host_os in
+  darwin*)
+    if test -n "$STRIP" ; then
+      striplib="$STRIP -x"
+      old_striplib="$STRIP -S"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    fi
+    ;;
+  *)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ;;
+  esac
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+  # Report which library types will actually be built
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
+$as_echo_n "checking if libtool supports shared libraries... " >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
+$as_echo "$can_build_shared" >&6; }
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
+$as_echo_n "checking whether to build shared libraries... " >&6; }
+  test "$can_build_shared" = "no" && enable_shared=no
+
+  # On AIX, shared libraries and static libraries use the same namespace, and
+  # are all built from PIC.
+  case $host_os in
+  aix3*)
+    test "$enable_shared" = yes && enable_static=no
+    if test -n "$RANLIB"; then
+      archive_cmds="$archive_cmds~\$RANLIB \$lib"
+      postinstall_cmds='$RANLIB $lib'
+    fi
+    ;;
+
+  aix[4-9]*)
+    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+      test "$enable_shared" = yes && enable_static=no
+    fi
+    ;;
+  esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
+$as_echo "$enable_shared" >&6; }
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
+$as_echo_n "checking whether to build static libraries... " >&6; }
+  # Make sure either enable_shared or enable_static is yes.
+  test "$enable_shared" = yes || enable_static=yes
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
+$as_echo "$enable_static" >&6; }
+
+
+
+
+fi
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+CC="$lt_save_CC"
+
+
+
+
+
+
+
+
+
+
+
+
+
+        ac_config_commands="$ac_config_commands libtool"
+
+
+
+
+# Only expand once:
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if we need CARES_BUILDING_LIBRARY" >&5
+$as_echo_n "checking if we need CARES_BUILDING_LIBRARY... " >&6; }
+case $host in
+  *-*-mingw*)
+
+$as_echo "#define CARES_BUILDING_LIBRARY 1" >>confdefs.h
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we need CARES_STATICLIB" >&5
+$as_echo_n "checking if we need CARES_STATICLIB... " >&6; }
+    if test "X$enable_shared" = "Xno"
+    then
+
+$as_echo "#define CARES_STATICLIB 1" >>confdefs.h
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    fi
+    ;;
+  *)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ;;
+esac
+
+
+
+    #
+  compiler_id="unknown"
+  compiler_num="0"
+  #
+  flags_dbg_all="unknown"
+  flags_dbg_yes="unknown"
+  flags_dbg_off="unknown"
+  flags_opt_all="unknown"
+  flags_opt_yes="unknown"
+  flags_opt_off="unknown"
+  #
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler is DEC/Compaq/HP C" >&5
+$as_echo_n "checking if compiler is DEC/Compaq/HP C... " >&6; }
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __DECC
+CURL_DEF_TOKEN __DECC
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__DECC"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___DECC=no
+
+  else
+    curl_cv_have_def___DECC=yes
+    curl_cv_def___DECC=$tmp_exp
+
+  fi
+
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __DECC_VER
+CURL_DEF_TOKEN __DECC_VER
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__DECC_VER"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___DECC_VER=no
+
+  else
+    curl_cv_have_def___DECC_VER=yes
+    curl_cv_def___DECC_VER=$tmp_exp
+
+  fi
+
+  if test "$curl_cv_have_def___DECC" = "yes" &&
+    test "$curl_cv_have_def___DECC_VER" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    compiler_id="DEC_C"
+    flags_dbg_all="-g -g0 -g1 -g2 -g3"
+    flags_dbg_yes="-g2"
+    flags_dbg_off="-g0"
+    flags_opt_all="-O -O0 -O1 -O2 -O3 -O4"
+    flags_opt_yes="-O1"
+    flags_opt_off="-O0"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler is HP-UX C" >&5
+$as_echo_n "checking if compiler is HP-UX C... " >&6; }
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __HP_cc
+CURL_DEF_TOKEN __HP_cc
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__HP_cc"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___HP_cc=no
+
+  else
+    curl_cv_have_def___HP_cc=yes
+    curl_cv_def___HP_cc=$tmp_exp
+
+  fi
+
+  if test "$curl_cv_have_def___HP_cc" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    compiler_id="HP_UX_C"
+    flags_dbg_all="-g -s"
+    flags_dbg_yes="-g"
+    flags_dbg_off="-s"
+    flags_opt_all="-O +O0 +O1 +O2 +O3 +O4"
+    flags_opt_yes="+O2"
+    flags_opt_off="+O0"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler is IBM C" >&5
+$as_echo_n "checking if compiler is IBM C... " >&6; }
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __IBMC__
+CURL_DEF_TOKEN __IBMC__
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__IBMC__"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___IBMC__=no
+
+  else
+    curl_cv_have_def___IBMC__=yes
+    curl_cv_def___IBMC__=$tmp_exp
+
+  fi
+
+  if test "$curl_cv_have_def___IBMC__" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    compiler_id="IBM_C"
+    flags_dbg_all="-g -g0 -g1 -g2 -g3"
+    flags_dbg_yes="-g"
+    flags_dbg_off=""
+    flags_opt_all="-O -O0 -O1 -O2 -O3 -O4 -O5"
+    flags_opt_all="$flags_opt_all -qnooptimize"
+    flags_opt_all="$flags_opt_all -qoptimize=0"
+    flags_opt_all="$flags_opt_all -qoptimize=1"
+    flags_opt_all="$flags_opt_all -qoptimize=2"
+    flags_opt_all="$flags_opt_all -qoptimize=3"
+    flags_opt_all="$flags_opt_all -qoptimize=4"
+    flags_opt_all="$flags_opt_all -qoptimize=5"
+    flags_opt_yes="-O2"
+    flags_opt_off="-qnooptimize"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler is Intel C" >&5
+$as_echo_n "checking if compiler is Intel C... " >&6; }
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __INTEL_COMPILER
+CURL_DEF_TOKEN __INTEL_COMPILER
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__INTEL_COMPILER"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___INTEL_COMPILER=no
+
+  else
+    curl_cv_have_def___INTEL_COMPILER=yes
+    curl_cv_def___INTEL_COMPILER=$tmp_exp
+
+  fi
+
+  if test "$curl_cv_have_def___INTEL_COMPILER" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    compiler_num="$curl_cv_def___INTEL_COMPILER"
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __unix__
+CURL_DEF_TOKEN __unix__
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = ""; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___unix__=no
+
+  else
+    curl_cv_have_def___unix__=yes
+    curl_cv_def___unix__=$tmp_exp
+
+  fi
+
+    if test "$curl_cv_have_def___unix__" = "yes"; then
+      compiler_id="INTEL_UNIX_C"
+      flags_dbg_all="-g -g0"
+      flags_dbg_yes="-g"
+      flags_dbg_off="-g0"
+      flags_opt_all="-O -O0 -O1 -O2 -O3 -Os"
+      flags_opt_yes="-O2"
+      flags_opt_off="-O0"
+    else
+      compiler_id="INTEL_WINDOWS_C"
+      flags_dbg_all="/ZI /Zi /zI /zi /ZD /Zd /zD /zd /Z7 /z7 /Oy /Oy-"
+      flags_dbg_all="$flags_dbg_all /debug"
+      flags_dbg_all="$flags_dbg_all /debug:none"
+      flags_dbg_all="$flags_dbg_all /debug:minimal"
+      flags_dbg_all="$flags_dbg_all /debug:partial"
+      flags_dbg_all="$flags_dbg_all /debug:full"
+      flags_dbg_all="$flags_dbg_all /debug:semantic_stepping"
+      flags_dbg_all="$flags_dbg_all /debug:extended"
+      flags_dbg_yes="/Zi /Oy-"
+      flags_dbg_off="/debug:none /Oy-"
+      flags_opt_all="/O /O0 /O1 /O2 /O3 /Od /Og /Og- /Oi /Oi-"
+      flags_opt_yes="/O2"
+      flags_opt_off="/Od"
+    fi
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler is clang" >&5
+$as_echo_n "checking if compiler is clang... " >&6; }
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __clang__
+CURL_DEF_TOKEN __clang__
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__clang__"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___clang__=no
+
+  else
+    curl_cv_have_def___clang__=yes
+    curl_cv_def___clang__=$tmp_exp
+
+  fi
+
+  if test "$curl_cv_have_def___clang__" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    compiler_id="CLANG"
+    clangver=`$CC -dumpversion`
+    clangvhi=`echo $clangver | cut -d . -f1`
+    clangvlo=`echo $clangver | cut -d . -f2`
+    compiler_num=`(expr $clangvhi "*" 100 + $clangvlo) 2>/dev/null`
+    flags_dbg_all="-g -g0 -g1 -g2 -g3"
+    flags_dbg_all="$flags_dbg_all -ggdb"
+    flags_dbg_all="$flags_dbg_all -gstabs"
+    flags_dbg_all="$flags_dbg_all -gstabs+"
+    flags_dbg_all="$flags_dbg_all -gcoff"
+    flags_dbg_all="$flags_dbg_all -gxcoff"
+    flags_dbg_all="$flags_dbg_all -gdwarf-2"
+    flags_dbg_all="$flags_dbg_all -gvms"
+    flags_dbg_yes="-g"
+    flags_dbg_off="-g0"
+    flags_opt_all="-O -O0 -O1 -O2 -Os -O3 -O4"
+    flags_opt_yes="-Os"
+    flags_opt_off="-O0"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler is GNU C" >&5
+$as_echo_n "checking if compiler is GNU C... " >&6; }
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __GNUC__
+CURL_DEF_TOKEN __GNUC__
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__GNUC__"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___GNUC__=no
+
+  else
+    curl_cv_have_def___GNUC__=yes
+    curl_cv_def___GNUC__=$tmp_exp
+
+  fi
+
+  if test "$curl_cv_have_def___GNUC__" = "yes" &&
+    test "$compiler_id" = "unknown"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    compiler_id="GNU_C"
+    gccver=`$CC -dumpversion`
+    gccvhi=`echo $gccver | cut -d . -f1`
+    gccvlo=`echo $gccver | cut -d . -f2`
+    compiler_num=`(expr $gccvhi "*" 100 + $gccvlo) 2>/dev/null`
+    flags_dbg_all="-g -g0 -g1 -g2 -g3"
+    flags_dbg_all="$flags_dbg_all -ggdb"
+    flags_dbg_all="$flags_dbg_all -gstabs"
+    flags_dbg_all="$flags_dbg_all -gstabs+"
+    flags_dbg_all="$flags_dbg_all -gcoff"
+    flags_dbg_all="$flags_dbg_all -gxcoff"
+    flags_dbg_all="$flags_dbg_all -gdwarf-2"
+    flags_dbg_all="$flags_dbg_all -gvms"
+    flags_dbg_yes="-g"
+    flags_dbg_off="-g0"
+    flags_opt_all="-O -O0 -O1 -O2 -O3 -Os"
+    flags_opt_yes="-O2"
+    flags_opt_off="-O0"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler is LCC" >&5
+$as_echo_n "checking if compiler is LCC... " >&6; }
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __LCC__
+CURL_DEF_TOKEN __LCC__
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__LCC__"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___LCC__=no
+
+  else
+    curl_cv_have_def___LCC__=yes
+    curl_cv_def___LCC__=$tmp_exp
+
+  fi
+
+  if test "$curl_cv_have_def___LCC__" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    compiler_id="LCC"
+    flags_dbg_all="-g"
+    flags_dbg_yes="-g"
+    flags_dbg_off=""
+    flags_opt_all=""
+    flags_opt_yes=""
+    flags_opt_off=""
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler is SGI MIPSpro C" >&5
+$as_echo_n "checking if compiler is SGI MIPSpro C... " >&6; }
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __GNUC__
+CURL_DEF_TOKEN __GNUC__
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__GNUC__"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___GNUC__=no
+
+  else
+    curl_cv_have_def___GNUC__=yes
+    curl_cv_def___GNUC__=$tmp_exp
+
+  fi
+
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef _COMPILER_VERSION
+CURL_DEF_TOKEN _COMPILER_VERSION
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "_COMPILER_VERSION"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def__COMPILER_VERSION=no
+
+  else
+    curl_cv_have_def__COMPILER_VERSION=yes
+    curl_cv_def__COMPILER_VERSION=$tmp_exp
+
+  fi
+
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef _SGI_COMPILER_VERSION
+CURL_DEF_TOKEN _SGI_COMPILER_VERSION
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "_SGI_COMPILER_VERSION"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def__SGI_COMPILER_VERSION=no
+
+  else
+    curl_cv_have_def__SGI_COMPILER_VERSION=yes
+    curl_cv_def__SGI_COMPILER_VERSION=$tmp_exp
+
+  fi
+
+  if test "$curl_cv_have_def___GNUC__" = "no" &&
+    (test "$curl_cv_have_def__SGI_COMPILER_VERSION" = "yes" ||
+     test "$curl_cv_have_def__COMPILER_VERSION" = "yes"); then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    compiler_id="SGI_MIPSPRO_C"
+    flags_dbg_all="-g -g0 -g1 -g2 -g3"
+    flags_dbg_yes="-g"
+    flags_dbg_off="-g0"
+    flags_opt_all="-O -O0 -O1 -O2 -O3 -Ofast"
+    flags_opt_yes="-O2"
+    flags_opt_off="-O0"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler is SGI MIPS C" >&5
+$as_echo_n "checking if compiler is SGI MIPS C... " >&6; }
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __GNUC__
+CURL_DEF_TOKEN __GNUC__
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__GNUC__"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___GNUC__=no
+
+  else
+    curl_cv_have_def___GNUC__=yes
+    curl_cv_def___GNUC__=$tmp_exp
+
+  fi
+
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __sgi
+CURL_DEF_TOKEN __sgi
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__sgi"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___sgi=no
+
+  else
+    curl_cv_have_def___sgi=yes
+    curl_cv_def___sgi=$tmp_exp
+
+  fi
+
+  if test "$curl_cv_have_def___GNUC__" = "no" &&
+    test "$curl_cv_have_def___sgi" = "yes" &&
+    test "$compiler_id" = "unknown"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    compiler_id="SGI_MIPS_C"
+    flags_dbg_all="-g -g0 -g1 -g2 -g3"
+    flags_dbg_yes="-g"
+    flags_dbg_off="-g0"
+    flags_opt_all="-O -O0 -O1 -O2 -O3 -Ofast"
+    flags_opt_yes="-O2"
+    flags_opt_off="-O0"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler is SunPro C" >&5
+$as_echo_n "checking if compiler is SunPro C... " >&6; }
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __SUNPRO_C
+CURL_DEF_TOKEN __SUNPRO_C
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__SUNPRO_C"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___SUNPRO_C=no
+
+  else
+    curl_cv_have_def___SUNPRO_C=yes
+    curl_cv_def___SUNPRO_C=$tmp_exp
+
+  fi
+
+  if test "$curl_cv_have_def___SUNPRO_C" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    compiler_id="SUNPRO_C"
+    flags_dbg_all="-g -s"
+    flags_dbg_yes="-g"
+    flags_dbg_off="-s"
+    flags_opt_all="-O -xO -xO1 -xO2 -xO3 -xO4 -xO5"
+    flags_opt_yes="-xO2"
+    flags_opt_off=""
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler is Tiny C" >&5
+$as_echo_n "checking if compiler is Tiny C... " >&6; }
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __TINYC__
+CURL_DEF_TOKEN __TINYC__
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__TINYC__"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___TINYC__=no
+
+  else
+    curl_cv_have_def___TINYC__=yes
+    curl_cv_def___TINYC__=$tmp_exp
+
+  fi
+
+  if test "$curl_cv_have_def___TINYC__" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    compiler_id="TINY_C"
+    flags_dbg_all="-g -b"
+    flags_dbg_yes="-g"
+    flags_dbg_off=""
+    flags_opt_all=""
+    flags_opt_yes=""
+    flags_opt_off=""
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler is Watcom C" >&5
+$as_echo_n "checking if compiler is Watcom C... " >&6; }
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __WATCOMC__
+CURL_DEF_TOKEN __WATCOMC__
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__WATCOMC__"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___WATCOMC__=no
+
+  else
+    curl_cv_have_def___WATCOMC__=yes
+    curl_cv_def___WATCOMC__=$tmp_exp
+
+  fi
+
+  if test "$curl_cv_have_def___WATCOMC__" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+      if test -z "$SED"; then
+    as_fn_error $? "SED not set. Cannot continue without SED being set." "$LINENO" 5
+  fi
+  if test -z "$GREP"; then
+    as_fn_error $? "GREP not set. Cannot continue without GREP being set." "$LINENO" 5
+  fi
+
+  tmp_exp=""
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __UNIX__
+CURL_DEF_TOKEN __UNIX__
+#endif
+
+
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+    tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
+      "$GREP" CURL_DEF_TOKEN 2>/dev/null | \
+      "$SED" 's/.*CURL_DEF_TOKEN[ ]//' 2>/dev/null | \
+      "$SED" 's/["][ ]*["]//g' 2>/dev/null`
+    if test -z "$tmp_exp" || test "$tmp_exp" = "__UNIX__"; then
+      tmp_exp=""
+    fi
+
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+  if test -z "$tmp_exp"; then
+    curl_cv_have_def___UNIX__=no
+
+  else
+    curl_cv_have_def___UNIX__=yes
+    curl_cv_def___UNIX__=$tmp_exp
+
+  fi
+
+    if test "$curl_cv_have_def___UNIX__" = "yes"; then
+      compiler_id="WATCOM_UNIX_C"
+      flags_dbg_all="-g1 -g1+ -g2 -g3"
+      flags_dbg_yes="-g2"
+      flags_dbg_off=""
+      flags_opt_all="-O0 -O1 -O2 -O3"
+      flags_opt_yes="-O2"
+      flags_opt_off="-O0"
+    else
+      compiler_id="WATCOM_WINDOWS_C"
+      flags_dbg_all=""
+      flags_dbg_yes=""
+      flags_dbg_off=""
+      flags_opt_all=""
+      flags_opt_yes=""
+      flags_opt_off=""
+    fi
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+
+  #
+  if test "$compiler_id" = "unknown"; then
+  cat <<_EOF 1>&2
+***
+*** Warning: This configure script does not have information about the
+*** compiler you are using, relative to the flags required to enable or
+*** disable generation of debug info, optimization options or warnings.
+***
+*** Whatever settings are present in CFLAGS will be used for this run.
+***
+*** If you wish to help the c-ares project to better support your compiler
+*** you can report this and the required info on the c-ares development
+*** mailing list: http://cool.haxx.se/mailman/listinfo/c-ares/
+***
+_EOF
+  fi
+
+
+squeeze() {
+  _sqz_result=""
+  eval _sqz_input=\$$1
+  for _sqz_token in $_sqz_input; do
+    if test -z "$_sqz_result"; then
+      _sqz_result="$_sqz_token"
+    else
+      _sqz_result="$_sqz_result $_sqz_token"
+    fi
+  done
+  eval $1=\$_sqz_result
+  return 0
+}
+
+
+      #
+  if test "$compiler_id" != "unknown"; then
+    #
+    if test "$compiler_id" = "GNU_C" ||
+      test "$compiler_id" = "CLANG"; then
+
+    tmp_has_include="no"
+  tmp_chg_FLAGS="$CFLAGS"
+  for word1 in $tmp_chg_FLAGS; do
+    case "$word1" in
+      -I*)
+        tmp_has_include="yes"
+        ;;
+    esac
+  done
+  if test "$tmp_has_include" = "yes"; then
+    tmp_chg_FLAGS=`echo "$tmp_chg_FLAGS" | "$SED" 's/^-I/ -isystem /g'`
+    tmp_chg_FLAGS=`echo "$tmp_chg_FLAGS" | "$SED" 's/ -I/ -isystem /g'`
+    CFLAGS="$tmp_chg_FLAGS"
+    squeeze CFLAGS
+  fi
+  tmp_has_include="no"
+  tmp_chg_FLAGS="$CPPFLAGS"
+  for word1 in $tmp_chg_FLAGS; do
+    case "$word1" in
+      -I*)
+        tmp_has_include="yes"
+        ;;
+    esac
+  done
+  if test "$tmp_has_include" = "yes"; then
+    tmp_chg_FLAGS=`echo "$tmp_chg_FLAGS" | "$SED" 's/^-I/ -isystem /g'`
+    tmp_chg_FLAGS=`echo "$tmp_chg_FLAGS" | "$SED" 's/ -I/ -isystem /g'`
+    CPPFLAGS="$tmp_chg_FLAGS"
+    squeeze CPPFLAGS
+  fi
+
+    fi
+    #
+    tmp_save_CPPFLAGS="$CPPFLAGS"
+    tmp_save_CFLAGS="$CFLAGS"
+    tmp_CPPFLAGS=""
+    tmp_CFLAGS=""
+    #
+    case "$compiler_id" in
+        #
+      CLANG)
+        #
+                                tmp_CFLAGS="$tmp_CFLAGS -Qunused-arguments"
+        ;;
+        #
+      DEC_C)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS -std1"
+                tmp_CFLAGS="$tmp_CFLAGS -noansi_alias"
+                tmp_CFLAGS="$tmp_CFLAGS -warnprotos"
+                tmp_CFLAGS="$tmp_CFLAGS -msg_fatal toofewargs,toomanyargs"
+        ;;
+        #
+      GNU_C)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      HP_UX_C)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS -z"
+                                tmp_CFLAGS="$tmp_CFLAGS +W 4227,4255"
+        ;;
+        #
+      IBM_C)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS -qthreaded"
+                                        tmp_CFLAGS="$tmp_CFLAGS -qnoansialias"
+                        tmp_CFLAGS="$tmp_CFLAGS -qhalt=e"
+        ;;
+        #
+      INTEL_UNIX_C)
+        #
+                        tmp_CFLAGS="$tmp_CFLAGS -std=gnu89"
+                                                tmp_CPPFLAGS="$tmp_CPPFLAGS -we 140,147,165,266"
+                                        tmp_CPPFLAGS="$tmp_CPPFLAGS -wd 279,981,1469"
+        ;;
+        #
+      INTEL_WINDOWS_C)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      LCC)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS -n"
+        ;;
+        #
+      SGI_MIPS_C)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      SGI_MIPSPRO_C)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      SUNPRO_C)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      TINY_C)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      WATCOM_UNIX_C)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      WATCOM_WINDOWS_C)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+    esac
+    #
+    squeeze tmp_CPPFLAGS
+    squeeze tmp_CFLAGS
+    #
+    if test ! -z "$tmp_CFLAGS" || test ! -z "$tmp_CPPFLAGS"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts some basic options" >&5
+$as_echo_n "checking if compiler accepts some basic options... " >&6; }
+      CPPFLAGS="$tmp_save_CPPFLAGS $tmp_CPPFLAGS"
+      CFLAGS="$tmp_save_CFLAGS $tmp_CFLAGS"
+      squeeze CPPFLAGS
+      squeeze CFLAGS
+
+    tmp_compiler_works="unknown"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+      int i = 1;
+      return i;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+    tmp_compiler_works="yes"
+
+else
+
+    tmp_compiler_works="no"
+    echo " " >&6
+    sed 's/^/cc-fail: /' conftest.err >&6
+    echo " " >&6
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    if test "$tmp_compiler_works" = "yes"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+        int i = 1;
+        return i;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+      tmp_compiler_works="yes"
+
+else
+
+      tmp_compiler_works="no"
+      echo " " >&6
+      sed 's/^/link-fail: /' conftest.err >&6
+      echo " " >&6
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  fi
+    if test "x$cross_compiling" != "xyes" &&
+    test "$tmp_compiler_works" = "yes"; then
+    if test "$cross_compiling" = yes; then :
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot run test program while cross compiling
+See \`config.log' for more details" "$LINENO" 5 ; }
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#       ifdef __STDC__
+#         include <stdlib.h>
+#       endif
+
+int main (void)
+{
+
+        int i = 0;
+        exit(i);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+
+      tmp_compiler_works="yes"
+
+else
+
+      tmp_compiler_works="no"
+      echo " " >&6
+      echo "run-fail: test program exited with status $ac_status" >&6
+      echo " " >&6
+
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+  fi
+    if test "$tmp_compiler_works" = "yes"; then
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: compiler options added: $tmp_CFLAGS $tmp_CPPFLAGS" >&5
+$as_echo "$as_me: compiler options added: $tmp_CFLAGS $tmp_CPPFLAGS" >&6;}
+
+  else
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compiler options rejected: $tmp_CFLAGS $tmp_CPPFLAGS" >&5
+$as_echo "$as_me: WARNING: compiler options rejected: $tmp_CFLAGS $tmp_CPPFLAGS" >&2;}
+                CPPFLAGS="$tmp_save_CPPFLAGS"
+        CFLAGS="$tmp_save_CFLAGS"
+
+  fi
+
+    fi
+    #
+  fi
+
+
+        #
+  if test "$compiler_id" != "unknown"; then
+    #
+    tmp_save_CFLAGS="$CFLAGS"
+    tmp_save_CPPFLAGS="$CPPFLAGS"
+    #
+    tmp_options=""
+    tmp_CFLAGS="$CFLAGS"
+    tmp_CPPFLAGS="$CPPFLAGS"
+
+    ac_var_stripped=""
+  for word1 in $tmp_CFLAGS; do
+    ac_var_strip_word="no"
+    for word2 in $flags_dbg_all; do
+      if test "$word1" = "$word2"; then
+        ac_var_strip_word="yes"
+      fi
+    done
+    if test "$ac_var_strip_word" = "no"; then
+      ac_var_stripped="$ac_var_stripped $word1"
+    fi
+  done
+    tmp_CFLAGS="$ac_var_stripped"
+  squeeze tmp_CFLAGS
+
+
+    ac_var_stripped=""
+  for word1 in $tmp_CPPFLAGS; do
+    ac_var_strip_word="no"
+    for word2 in $flags_dbg_all; do
+      if test "$word1" = "$word2"; then
+        ac_var_strip_word="yes"
+      fi
+    done
+    if test "$ac_var_strip_word" = "no"; then
+      ac_var_stripped="$ac_var_stripped $word1"
+    fi
+  done
+    tmp_CPPFLAGS="$ac_var_stripped"
+  squeeze tmp_CPPFLAGS
+
+    #
+    if test "$want_debug" = "yes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts debug enabling options" >&5
+$as_echo_n "checking if compiler accepts debug enabling options... " >&6; }
+      tmp_options="$flags_dbg_yes"
+    fi
+    if test "$want_debug" = "no"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts debug disabling options" >&5
+$as_echo_n "checking if compiler accepts debug disabling options... " >&6; }
+      tmp_options="$flags_dbg_off"
+    fi
+    #
+    CPPFLAGS="$tmp_CPPFLAGS"
+    CFLAGS="$tmp_CFLAGS $tmp_options"
+    squeeze CPPFLAGS
+    squeeze CFLAGS
+
+    tmp_compiler_works="unknown"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+      int i = 1;
+      return i;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+    tmp_compiler_works="yes"
+
+else
+
+    tmp_compiler_works="no"
+    echo " " >&6
+    sed 's/^/cc-fail: /' conftest.err >&6
+    echo " " >&6
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    if test "$tmp_compiler_works" = "yes"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+        int i = 1;
+        return i;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+      tmp_compiler_works="yes"
+
+else
+
+      tmp_compiler_works="no"
+      echo " " >&6
+      sed 's/^/link-fail: /' conftest.err >&6
+      echo " " >&6
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  fi
+    if test "x$cross_compiling" != "xyes" &&
+    test "$tmp_compiler_works" = "yes"; then
+    if test "$cross_compiling" = yes; then :
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot run test program while cross compiling
+See \`config.log' for more details" "$LINENO" 5 ; }
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#       ifdef __STDC__
+#         include <stdlib.h>
+#       endif
+
+int main (void)
+{
+
+        int i = 0;
+        exit(i);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+
+      tmp_compiler_works="yes"
+
+else
+
+      tmp_compiler_works="no"
+      echo " " >&6
+      echo "run-fail: test program exited with status $ac_status" >&6
+      echo " " >&6
+
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+  fi
+    if test "$tmp_compiler_works" = "yes"; then
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      { $as_echo "$as_me:${as_lineno-$LINENO}: compiler options added: $tmp_options" >&5
+$as_echo "$as_me: compiler options added: $tmp_options" >&6;}
+
+  else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compiler options rejected: $tmp_options" >&5
+$as_echo "$as_me: WARNING: compiler options rejected: $tmp_options" >&2;}
+            CPPFLAGS="$tmp_save_CPPFLAGS"
+      CFLAGS="$tmp_save_CFLAGS"
+
+  fi
+
+    #
+  fi
+
+
+        #
+  if test "$compiler_id" != "unknown"; then
+    #
+    tmp_save_CFLAGS="$CFLAGS"
+    tmp_save_CPPFLAGS="$CPPFLAGS"
+    #
+    tmp_options=""
+    tmp_CFLAGS="$CFLAGS"
+    tmp_CPPFLAGS="$CPPFLAGS"
+    honor_optimize_option="yes"
+    #
+                        #
+    if test "$want_optimize" = "assume_no" ||
+       test "$want_optimize" = "assume_yes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler optimizer assumed setting might be used" >&5
+$as_echo_n "checking if compiler optimizer assumed setting might be used... " >&6; }
+
+
+  ac_var_match_word="no"
+  for word1 in $tmp_CFLAGS; do
+    for word2 in $flags_opt_all; do
+      if test "$word1" = "$word2"; then
+        ac_var_match_word="yes"
+      fi
+    done
+  done
+
+  if test "$ac_var_match_word" = "yes"; then
+
+        honor_optimize_option="no"
+
+
+  fi
+
+
+
+  ac_var_match_word="no"
+  for word1 in $tmp_CPPFLAGS; do
+    for word2 in $flags_opt_all; do
+      if test "$word1" = "$word2"; then
+        ac_var_match_word="yes"
+      fi
+    done
+  done
+
+  if test "$ac_var_match_word" = "yes"; then
+
+        honor_optimize_option="no"
+
+
+  fi
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $honor_optimize_option" >&5
+$as_echo "$honor_optimize_option" >&6; }
+      if test "$honor_optimize_option" = "yes"; then
+        if test "$want_optimize" = "assume_yes"; then
+          want_optimize="yes"
+        fi
+        if test "$want_optimize" = "assume_no"; then
+          want_optimize="no"
+        fi
+      fi
+    fi
+    #
+    if test "$honor_optimize_option" = "yes"; then
+
+    ac_var_stripped=""
+  for word1 in $tmp_CFLAGS; do
+    ac_var_strip_word="no"
+    for word2 in $flags_opt_all; do
+      if test "$word1" = "$word2"; then
+        ac_var_strip_word="yes"
+      fi
+    done
+    if test "$ac_var_strip_word" = "no"; then
+      ac_var_stripped="$ac_var_stripped $word1"
+    fi
+  done
+    tmp_CFLAGS="$ac_var_stripped"
+  squeeze tmp_CFLAGS
+
+
+    ac_var_stripped=""
+  for word1 in $tmp_CPPFLAGS; do
+    ac_var_strip_word="no"
+    for word2 in $flags_opt_all; do
+      if test "$word1" = "$word2"; then
+        ac_var_strip_word="yes"
+      fi
+    done
+    if test "$ac_var_strip_word" = "no"; then
+      ac_var_stripped="$ac_var_stripped $word1"
+    fi
+  done
+    tmp_CPPFLAGS="$ac_var_stripped"
+  squeeze tmp_CPPFLAGS
+
+      if test "$want_optimize" = "yes"; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts optimizer enabling options" >&5
+$as_echo_n "checking if compiler accepts optimizer enabling options... " >&6; }
+        tmp_options="$flags_opt_yes"
+      fi
+      if test "$want_optimize" = "no"; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts optimizer disabling options" >&5
+$as_echo_n "checking if compiler accepts optimizer disabling options... " >&6; }
+        tmp_options="$flags_opt_off"
+      fi
+      CPPFLAGS="$tmp_CPPFLAGS"
+      CFLAGS="$tmp_CFLAGS $tmp_options"
+      squeeze CPPFLAGS
+      squeeze CFLAGS
+
+    tmp_compiler_works="unknown"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+      int i = 1;
+      return i;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+    tmp_compiler_works="yes"
+
+else
+
+    tmp_compiler_works="no"
+    echo " " >&6
+    sed 's/^/cc-fail: /' conftest.err >&6
+    echo " " >&6
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    if test "$tmp_compiler_works" = "yes"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+        int i = 1;
+        return i;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+      tmp_compiler_works="yes"
+
+else
+
+      tmp_compiler_works="no"
+      echo " " >&6
+      sed 's/^/link-fail: /' conftest.err >&6
+      echo " " >&6
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  fi
+    if test "x$cross_compiling" != "xyes" &&
+    test "$tmp_compiler_works" = "yes"; then
+    if test "$cross_compiling" = yes; then :
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot run test program while cross compiling
+See \`config.log' for more details" "$LINENO" 5 ; }
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#       ifdef __STDC__
+#         include <stdlib.h>
+#       endif
+
+int main (void)
+{
+
+        int i = 0;
+        exit(i);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+
+      tmp_compiler_works="yes"
+
+else
+
+      tmp_compiler_works="no"
+      echo " " >&6
+      echo "run-fail: test program exited with status $ac_status" >&6
+      echo " " >&6
+
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+  fi
+    if test "$tmp_compiler_works" = "yes"; then
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: compiler options added: $tmp_options" >&5
+$as_echo "$as_me: compiler options added: $tmp_options" >&6;}
+
+  else
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compiler options rejected: $tmp_options" >&5
+$as_echo "$as_me: WARNING: compiler options rejected: $tmp_options" >&2;}
+                CPPFLAGS="$tmp_save_CPPFLAGS"
+        CFLAGS="$tmp_save_CFLAGS"
+
+  fi
+
+    fi
+    #
+  fi
+
+
+        #
+  if test "$compiler_id" != "unknown"; then
+    #
+    tmp_save_CPPFLAGS="$CPPFLAGS"
+    tmp_save_CFLAGS="$CFLAGS"
+    tmp_CPPFLAGS=""
+    tmp_CFLAGS=""
+    #
+    case "$compiler_id" in
+        #
+      CLANG)
+        #
+        if test "$want_warnings" = "yes"; then
+                              tmp_CFLAGS="$tmp_CFLAGS -pedantic"
+          tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra"
+          tmp_CFLAGS="$tmp_CFLAGS -Wpointer-arith -Wwrite-strings"
+          tmp_CFLAGS="$tmp_CFLAGS -Wshadow"
+          tmp_CFLAGS="$tmp_CFLAGS -Winline -Wnested-externs"
+          tmp_CFLAGS="$tmp_CFLAGS -Wmissing-declarations"
+          tmp_CFLAGS="$tmp_CFLAGS -Wmissing-prototypes"
+          tmp_CFLAGS="$tmp_CFLAGS -Wno-long-long"
+          tmp_CFLAGS="$tmp_CFLAGS -Wfloat-equal"
+          tmp_CFLAGS="$tmp_CFLAGS -Wno-multichar -Wsign-compare"
+          tmp_CFLAGS="$tmp_CFLAGS -Wundef"
+          tmp_CFLAGS="$tmp_CFLAGS -Wno-format-nonliteral"
+          tmp_CFLAGS="$tmp_CFLAGS -Wendif-labels -Wstrict-prototypes"
+          tmp_CFLAGS="$tmp_CFLAGS -Wdeclaration-after-statement"
+          tmp_CFLAGS="$tmp_CFLAGS -Wcast-align"
+          tmp_CFLAGS="$tmp_CFLAGS -Wno-system-headers"
+          tmp_CFLAGS="$tmp_CFLAGS -Wshorten-64-to-32"
+          #
+                    if test "$compiler_num" -ge "101"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wunused"
+          fi
+        fi
+        ;;
+        #
+      DEC_C)
+        #
+        if test "$want_warnings" = "yes"; then
+                    tmp_CFLAGS="$tmp_CFLAGS -msg_enable level3"
+        fi
+        ;;
+        #
+      GNU_C)
+        #
+        if test "$want_warnings" = "yes"; then
+          #
+                              if test "x$cross_compiling" != "xyes" ||
+            test "$compiler_num" -ge "300"; then
+            tmp_CFLAGS="$tmp_CFLAGS -pedantic"
+          fi
+          #
+                    tmp_CFLAGS="$tmp_CFLAGS -Wall -W"
+          #
+                    if test "$compiler_num" -ge "104"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wpointer-arith -Wwrite-strings"
+                        if test "x$cross_compiling" != "xyes" ||
+              test "$compiler_num" -ge "300"; then
+              tmp_CFLAGS="$tmp_CFLAGS -Wunused -Wshadow"
+            fi
+          fi
+          #
+                    if test "$compiler_num" -ge "207"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Winline -Wnested-externs"
+                        if test "x$cross_compiling" != "xyes" ||
+              test "$compiler_num" -ge "300"; then
+              tmp_CFLAGS="$tmp_CFLAGS -Wmissing-declarations"
+              tmp_CFLAGS="$tmp_CFLAGS -Wmissing-prototypes"
+            fi
+          fi
+          #
+                    if test "$compiler_num" -ge "295"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wno-long-long"
+          fi
+          #
+                    if test "$compiler_num" -ge "296"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wfloat-equal"
+            tmp_CFLAGS="$tmp_CFLAGS -Wno-multichar -Wsign-compare"
+                                                tmp_CFLAGS="$tmp_CFLAGS -Wundef"
+          fi
+          #
+                    if test "$compiler_num" -ge "297"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wno-format-nonliteral"
+          fi
+          #
+                    if test "$compiler_num" -ge "300"; then
+                                                            tmp_CFLAGS="$tmp_CFLAGS"
+          fi
+          #
+                    if test "$compiler_num" -ge "303"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wendif-labels -Wstrict-prototypes"
+          fi
+          #
+                    if test "$compiler_num" -ge "304"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wdeclaration-after-statement"
+          fi
+          #
+                    if test "$compiler_num" -ge "403"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wtype-limits -Wold-style-declaration"
+            tmp_CFLAGS="$tmp_CFLAGS -Wmissing-parameter-type -Wempty-body"
+            tmp_CFLAGS="$tmp_CFLAGS -Wclobbered -Wignored-qualifiers"
+          fi
+          #
+        fi
+        #
+                if test "$compiler_num" -ge "300"; then
+          tmp_CFLAGS="$tmp_CFLAGS -Wno-system-headers"
+        else
+                              if test "x$cross_compiling" = "xyes"; then
+            if test "$compiler_num" -ge "104"; then
+                            tmp_CFLAGS="$tmp_CFLAGS -Wno-unused -Wno-shadow"
+            fi
+            if test "$compiler_num" -ge "207"; then
+                            tmp_CFLAGS="$tmp_CFLAGS -Wno-missing-declarations"
+              tmp_CFLAGS="$tmp_CFLAGS -Wno-missing-prototypes"
+            fi
+          fi
+        fi
+        ;;
+        #
+      HP_UX_C)
+        #
+        if test "$want_warnings" = "yes"; then
+                    tmp_CFLAGS="$tmp_CFLAGS +w1"
+        fi
+        ;;
+        #
+      IBM_C)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      INTEL_UNIX_C)
+        #
+        if test "$want_warnings" = "yes"; then
+          if test "$compiler_num" -gt "600"; then
+                        tmp_CPPFLAGS="$tmp_CPPFLAGS -Wall -w2"
+                        tmp_CPPFLAGS="$tmp_CPPFLAGS -Wcheck"
+                        tmp_CPPFLAGS="$tmp_CPPFLAGS -Wcomment"
+                        tmp_CPPFLAGS="$tmp_CPPFLAGS -Wdeprecated"
+                        tmp_CPPFLAGS="$tmp_CPPFLAGS -Wmissing-prototypes"
+                        tmp_CPPFLAGS="$tmp_CPPFLAGS -Wp64"
+                        tmp_CPPFLAGS="$tmp_CPPFLAGS -Wpointer-arith"
+                        tmp_CPPFLAGS="$tmp_CPPFLAGS -Wreturn-type"
+                        tmp_CPPFLAGS="$tmp_CPPFLAGS -Wshadow"
+                        tmp_CPPFLAGS="$tmp_CPPFLAGS -Wuninitialized"
+                        tmp_CPPFLAGS="$tmp_CPPFLAGS -Wunused-function"
+          fi
+        fi
+                tmp_CFLAGS="$tmp_CFLAGS -fno-omit-frame-pointer"
+                tmp_CFLAGS="$tmp_CFLAGS -fno-strict-aliasing"
+                tmp_CFLAGS="$tmp_CFLAGS -fp-model precise"
+                if test "$compiler_num" -ge "1000"; then
+                    tmp_CFLAGS="$tmp_CFLAGS -vec-report0"
+        fi
+        ;;
+        #
+      INTEL_WINDOWS_C)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      LCC)
+        #
+        if test "$want_warnings" = "yes"; then
+                                                  tmp_CFLAGS="$tmp_CFLAGS"
+        fi
+        ;;
+        #
+      SGI_MIPS_C)
+        #
+        if test "$want_warnings" = "yes"; then
+                    tmp_CFLAGS="$tmp_CFLAGS -fullwarn"
+        fi
+        ;;
+        #
+      SGI_MIPSPRO_C)
+        #
+        if test "$want_warnings" = "yes"; then
+                    tmp_CFLAGS="$tmp_CFLAGS -fullwarn"
+                              tmp_CFLAGS="$tmp_CFLAGS -woff 1209"
+        fi
+        ;;
+        #
+      SUNPRO_C)
+        #
+        if test "$want_warnings" = "yes"; then
+                    tmp_CFLAGS="$tmp_CFLAGS -v"
+        fi
+        ;;
+        #
+      TINY_C)
+        #
+        if test "$want_warnings" = "yes"; then
+                    tmp_CFLAGS="$tmp_CFLAGS -Wall"
+                    tmp_CFLAGS="$tmp_CFLAGS -Wwrite-strings"
+                    tmp_CFLAGS="$tmp_CFLAGS -Wunsupported"
+        fi
+        ;;
+        #
+      WATCOM_UNIX_C)
+        #
+        if test "$want_warnings" = "yes"; then
+                    tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra"
+        fi
+        ;;
+        #
+      WATCOM_WINDOWS_C)
+        #
+                tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+    esac
+    #
+    squeeze tmp_CPPFLAGS
+    squeeze tmp_CFLAGS
+    #
+    if test ! -z "$tmp_CFLAGS" || test ! -z "$tmp_CPPFLAGS"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts strict warning options" >&5
+$as_echo_n "checking if compiler accepts strict warning options... " >&6; }
+      CPPFLAGS="$tmp_save_CPPFLAGS $tmp_CPPFLAGS"
+      CFLAGS="$tmp_save_CFLAGS $tmp_CFLAGS"
+      squeeze CPPFLAGS
+      squeeze CFLAGS
+
+    tmp_compiler_works="unknown"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+      int i = 1;
+      return i;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+    tmp_compiler_works="yes"
+
+else
+
+    tmp_compiler_works="no"
+    echo " " >&6
+    sed 's/^/cc-fail: /' conftest.err >&6
+    echo " " >&6
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    if test "$tmp_compiler_works" = "yes"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+        int i = 1;
+        return i;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+      tmp_compiler_works="yes"
+
+else
+
+      tmp_compiler_works="no"
+      echo " " >&6
+      sed 's/^/link-fail: /' conftest.err >&6
+      echo " " >&6
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  fi
+    if test "x$cross_compiling" != "xyes" &&
+    test "$tmp_compiler_works" = "yes"; then
+    if test "$cross_compiling" = yes; then :
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot run test program while cross compiling
+See \`config.log' for more details" "$LINENO" 5 ; }
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#       ifdef __STDC__
+#         include <stdlib.h>
+#       endif
+
+int main (void)
+{
+
+        int i = 0;
+        exit(i);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+
+      tmp_compiler_works="yes"
+
+else
+
+      tmp_compiler_works="no"
+      echo " " >&6
+      echo "run-fail: test program exited with status $ac_status" >&6
+      echo " " >&6
+
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+  fi
+    if test "$tmp_compiler_works" = "yes"; then
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: compiler options added: $tmp_CFLAGS $tmp_CPPFLAGS" >&5
+$as_echo "$as_me: compiler options added: $tmp_CFLAGS $tmp_CPPFLAGS" >&6;}
+
+  else
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compiler options rejected: $tmp_CFLAGS $tmp_CPPFLAGS" >&5
+$as_echo "$as_me: WARNING: compiler options rejected: $tmp_CFLAGS $tmp_CPPFLAGS" >&2;}
+                CPPFLAGS="$tmp_save_CPPFLAGS"
+        CFLAGS="$tmp_save_CFLAGS"
+
+  fi
+
+    fi
+    #
+  fi
+
+
+if test "$compiler_id" = "INTEL_UNIX_C"; then
+  #
+  if test "$compiler_num" -ge "1000"; then
+        CFLAGS="$CFLAGS -shared-intel"
+  elif test "$compiler_num" -ge "900"; then
+        CFLAGS="$CFLAGS -i-dynamic"
+  fi
+  #
+fi
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler halts on compilation errors" >&5
+$as_echo_n "checking if compiler halts on compilation errors... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+      force compilation error
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    as_fn_error $? "compiler does not halt on compilation errors." "$LINENO" 5
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler halts on negative sized arrays" >&5
+$as_echo_n "checking if compiler halts on negative sized arrays... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+      typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ];
+
+int main (void)
+{
+
+      bad_t dummy;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    as_fn_error $? "compiler does not halt on negative sized arrays." "$LINENO" 5
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler supports hiding library internal symbols" >&5
+$as_echo_n "checking if compiler supports hiding library internal symbols... " >&6; }
+  supports_symbol_hiding="no"
+  symbol_hiding_CFLAGS=""
+  symbol_hiding_EXTERN=""
+  tmp_CFLAGS=""
+  tmp_EXTERN=""
+  case "$compiler_id" in
+    CLANG)
+            tmp_EXTERN="__attribute__ ((visibility (\"default\")))"
+      tmp_CFLAGS="-fvisibility=hidden"
+      supports_symbol_hiding="yes"
+      ;;
+    GNU_C)
+            if test "$compiler_num" -ge "304"; then
+        if $CC --help --verbose 2>&1 | grep fvisibility= > /dev/null ; then
+          tmp_EXTERN="__attribute__ ((visibility (\"default\")))"
+          tmp_CFLAGS="-fvisibility=hidden"
+          supports_symbol_hiding="yes"
+        fi
+      fi
+      ;;
+    INTEL_UNIX_C)
+            if test "$compiler_num" -ge "900"; then
+        if $CC --help --verbose 2>&1 | grep fvisibility= > /dev/null ; then
+          tmp_save_CFLAGS="$CFLAGS"
+          CFLAGS="$CFLAGS -fvisibility=hidden"
+          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#             include <stdio.h>
+
+int main (void)
+{
+
+              printf("icc fvisibility bug test");
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+            tmp_EXTERN="__attribute__ ((visibility (\"default\")))"
+            tmp_CFLAGS="-fvisibility=hidden"
+            supports_symbol_hiding="yes"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+          CFLAGS="$tmp_save_CFLAGS"
+        fi
+      fi
+      ;;
+    SUNPRO_C)
+      if $CC 2>&1 | grep flags >/dev/null && $CC -flags | grep xldscope= >/dev/null ; then
+        tmp_EXTERN="__global"
+        tmp_CFLAGS="-xldscope=hidden"
+        supports_symbol_hiding="yes"
+      fi
+      ;;
+  esac
+  if test "$supports_symbol_hiding" = "yes"; then
+    tmp_save_CFLAGS="$CFLAGS"
+    CFLAGS="$tmp_save_CFLAGS $tmp_CFLAGS"
+    squeeze CFLAGS
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $tmp_EXTERN char *dummy(char *buff);
+        char *dummy(char *buff)
+        {
+         if(buff)
+           return ++buff;
+         else
+           return buff;
+        }
+
+int main (void)
+{
+
+        char b[16];
+        char *r = dummy(&b);
+        if(r)
+          return (int)*r;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      supports_symbol_hiding="yes"
+
+else
+
+      supports_symbol_hiding="no"
+      echo " " >&6
+      sed 's/^/cc-src: /' conftest.$ac_ext >&6
+      sed 's/^/cc-err: /' conftest.err >&6
+      echo " " >&6
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    CFLAGS="$tmp_save_CFLAGS"
+  fi
+  if test "$supports_symbol_hiding" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    symbol_hiding_CFLAGS="$tmp_CFLAGS"
+    symbol_hiding_EXTERN="$tmp_EXTERN"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if shared libraries need -no-undefined" >&5
+$as_echo_n "checking if shared libraries need -no-undefined... " >&6; }
+  need_no_undefined="no"
+  case $host in
+    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc* | *-*-aix*)
+      need_no_undefined="yes"
+      ;;
+  esac
+  if test "x$allow_undefined" = "xno"; then
+    need_no_undefined="yes"
+  elif test "x$allow_undefined_flag" = "xunsupported"; then
+    need_no_undefined="yes"
+  fi
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $need_no_undefined" >&5
+$as_echo "$need_no_undefined" >&6; }
+
+
+
+if test x$need_no_undefined = xyes; then
+  NO_UNDEFINED_TRUE=
+  NO_UNDEFINED_FALSE='#'
+else
+  NO_UNDEFINED_TRUE='#'
+  NO_UNDEFINED_FALSE=
+fi
+
+
+
+    cares_builddir=`pwd`
+  supports_curldebug="unknown"
+  if test "$want_curldebug" = "yes"; then
+    if test "x$enable_shared" != "xno" &&
+      test "x$enable_shared" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unknown enable_shared setting." >&5
+$as_echo "$as_me: WARNING: unknown enable_shared setting." >&2;}
+      supports_curldebug="no"
+    fi
+    if test "x$enable_static" != "xno" &&
+      test "x$enable_static" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unknown enable_static setting." >&5
+$as_echo "$as_me: WARNING: unknown enable_static setting." >&2;}
+      supports_curldebug="no"
+    fi
+    if test "$supports_curldebug" != "no"; then
+      if test "$enable_shared" = "yes" &&
+        test "$need_no_undefined" = "yes"; then
+        supports_curldebug="no"
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: shared library does not support undefined symbols." >&5
+$as_echo "$as_me: WARNING: shared library does not support undefined symbols." >&2;}
+      fi
+      if test ! -f "$srcdir/../include/curl/curlbuild.h.dist"; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: c-ares source not embedded in curl's CVS tree." >&5
+$as_echo "$as_me: WARNING: c-ares source not embedded in curl's CVS tree." >&2;}
+        supports_curldebug="no"
+      elif test ! -f "$srcdir/../include/curl/Makefile.in"; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: curl's buildconf has not been run." >&5
+$as_echo "$as_me: WARNING: curl's buildconf has not been run." >&2;}
+        supports_curldebug="no"
+      elif test ! -f "$cares_builddir/../libcurl.pc" ||
+        test ! -f "$cares_builddir/../include/curl/curlbuild.h"; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: curl's configure has not been run." >&5
+$as_echo "$as_me: WARNING: curl's configure has not been run." >&2;}
+        supports_curldebug="no"
+      elif test ! -f "$cares_builddir/../lib/curl_config.h"; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libcurl's curl_config.h is missing." >&5
+$as_echo "$as_me: WARNING: libcurl's curl_config.h is missing." >&2;}
+        supports_curldebug="no"
+      elif test ! -f "$cares_builddir/../config.status"; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: curl's config.status is missing." >&5
+$as_echo "$as_me: WARNING: curl's config.status is missing." >&2;}
+        supports_curldebug="no"
+      fi
+      if test "$supports_curldebug" != "no"; then
+        grep '^#define USE_ARES' "$cares_builddir/../lib/curl_config.h" >/dev/null
+        if test "$?" -ne "0"; then
+          { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libcurl configured without c-ares support." >&5
+$as_echo "$as_me: WARNING: libcurl configured without c-ares support." >&2;}
+          supports_curldebug="no"
+        fi
+      fi
+      if test "$supports_curldebug" != "no"; then
+        grep 'CPPFLAGS.*CURLDEBUG' "$cares_builddir/../config.status" >/dev/null
+        if test "$?" -ne "0"; then
+          { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libcurl configured without curldebug support." >&5
+$as_echo "$as_me: WARNING: libcurl configured without curldebug support." >&2;}
+          supports_curldebug="no"
+        fi
+      fi
+    fi
+  fi
+  #
+  if test "$want_curldebug" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if curl debug memory tracking can be enabled" >&5
+$as_echo_n "checking if curl debug memory tracking can be enabled... " >&6; }
+    test "$supports_curldebug" = "no" || supports_curldebug="yes"
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supports_curldebug" >&5
+$as_echo "$supports_curldebug" >&6; }
+    if test "$supports_curldebug" = "no"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot enable curl debug memory tracking." >&5
+$as_echo "$as_me: WARNING: cannot enable curl debug memory tracking." >&2;}
+      want_curldebug="no"
+    fi
+  fi
+  #
+  if test "$want_curldebug" = "yes"; then
+
+$as_echo "#define BUILDING_LIBCURL 1" >>confdefs.h
+
+    CPPFLAGS="$CPPFLAGS -DCURLDEBUG"
+    squeeze CPPFLAGS
+  fi
+  #
+  if test "$want_debug" = "yes"; then
+    CPPFLAGS="$CPPFLAGS -DDEBUGBUILD"
+    squeeze CPPFLAGS
+  fi
+
+
+
+if test x$want_curldebug = xyes; then
+  CURLDEBUG_TRUE=
+  CURLDEBUG_FALSE='#'
+else
+  CURLDEBUG_TRUE='#'
+  CURLDEBUG_FALSE=
+fi
+
+
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windows.h" >&5
+$as_echo_n "checking for windows.h... " >&6; }
+if test "${ac_cv_header_windows_h+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+
+int main (void)
+{
+
+#if defined(__CYGWIN__) || defined(__CEGCC__)
+        HAVE_WINDOWS_H shall not be defined.
+#else
+        int dummy=2*WINVER;
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      ac_cv_header_windows_h="yes"
+
+else
+
+      ac_cv_header_windows_h="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_windows_h" >&5
+$as_echo "$ac_cv_header_windows_h" >&6; }
+  case "$ac_cv_header_windows_h" in
+    yes)
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_WINDOWS_H 1
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define WIN32_LEAN_AND_MEAN 1
+_ACEOF
+
+      ;;
+  esac
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build target is a native Windows one" >&5
+$as_echo_n "checking whether build target is a native Windows one... " >&6; }
+if test "${ac_cv_native_windows+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    if test "$ac_cv_header_windows_h" = "no"; then
+      ac_cv_native_windows="no"
+    else
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+#if defined(__MINGW32__) || defined(__MINGW32CE__) || \
+   (defined(_MSC_VER) && (defined(_WIN32) || defined(_WIN64)))
+          int dummy=1;
+#else
+          Not a native Windows build target.
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+        ac_cv_native_windows="yes"
+
+else
+
+        ac_cv_native_windows="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_native_windows" >&5
+$as_echo "$ac_cv_native_windows" >&6; }
+  case "$ac_cv_native_windows" in
+    yes)
+
+cat >>confdefs.h <<_ACEOF
+#define NATIVE_WINDOWS 1
+_ACEOF
+
+      ;;
+  esac
+
+case X-"$ac_cv_native_windows" in
+  X-yes)
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for winsock.h" >&5
+$as_echo_n "checking for winsock.h... " >&6; }
+if test "${ac_cv_header_winsock_h+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#include <winsock.h>
+
+int main (void)
+{
+
+#if defined(__CYGWIN__) || defined(__CEGCC__)
+        HAVE_WINSOCK_H shall not be defined.
+#else
+        int dummy=WSACleanup();
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      ac_cv_header_winsock_h="yes"
+
+else
+
+      ac_cv_header_winsock_h="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_winsock_h" >&5
+$as_echo "$ac_cv_header_winsock_h" >&6; }
+  case "$ac_cv_header_winsock_h" in
+    yes)
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_WINSOCK_H 1
+_ACEOF
+
+      ;;
+  esac
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for winsock2.h" >&5
+$as_echo_n "checking for winsock2.h... " >&6; }
+if test "${ac_cv_header_winsock2_h+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#include <winsock2.h>
+
+int main (void)
+{
+
+#if defined(__CYGWIN__) || defined(__CEGCC__) || defined(__MINGW32CE__)
+        HAVE_WINSOCK2_H shall not be defined.
+#else
+        int dummy=2*IPPROTO_ESP;
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      ac_cv_header_winsock2_h="yes"
+
+else
+
+      ac_cv_header_winsock2_h="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_winsock2_h" >&5
+$as_echo "$ac_cv_header_winsock2_h" >&6; }
+  case "$ac_cv_header_winsock2_h" in
+    yes)
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_WINSOCK2_H 1
+_ACEOF
+
+      ;;
+  esac
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ws2tcpip.h" >&5
+$as_echo_n "checking for ws2tcpip.h... " >&6; }
+if test "${ac_cv_header_ws2tcpip_h+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#include <winsock2.h>
+#include <ws2tcpip.h>
+
+int main (void)
+{
+
+#if defined(__CYGWIN__) || defined(__CEGCC__) || defined(__MINGW32CE__)
+        HAVE_WS2TCPIP_H shall not be defined.
+#else
+        int dummy=2*IP_PKTINFO;
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      ac_cv_header_ws2tcpip_h="yes"
+
+else
+
+      ac_cv_header_ws2tcpip_h="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_ws2tcpip_h" >&5
+$as_echo "$ac_cv_header_ws2tcpip_h" >&6; }
+  case "$ac_cv_header_ws2tcpip_h" in
+    yes)
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_WS2TCPIP_H 1
+_ACEOF
+
+      ;;
+  esac
+
+    ;;
+  *)
+    ac_cv_header_winsock_h="no"
+    ac_cv_header_winsock2_h="no"
+    ac_cv_header_ws2tcpip_h="no"
+    ;;
+esac
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if X/Open network library is required" >&5
+$as_echo_n "checking if X/Open network library is required... " >&6; }
+  tst_lib_xnet_required="no"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+int main (void)
+{
+#if defined(__hpux) && defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 600)
+  return 0;
+#elif defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED)
+  return 0;
+#else
+  force compilation error
+#endif
+}
+
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+    tst_lib_xnet_required="yes"
+    LIBS="$LIBS -lxnet"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tst_lib_xnet_required" >&5
+$as_echo "$tst_lib_xnet_required" >&6; }
+
+
+ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
+if test "x$ac_cv_func_gethostbyname" = x""yes; then :
+  HAVE_GETHOSTBYNAME="1"
+
+else
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
+$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
+if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lnsl  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __cplusplus
+extern "C"
+#endif
+char gethostbyname ();
+int main (void)
+{
+return gethostbyname ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_nsl_gethostbyname=yes
+else
+  ac_cv_lib_nsl_gethostbyname=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
+$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
+if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
+  HAVE_GETHOSTBYNAME="1"
+                             LIBS="$LIBS -lnsl"
+
+fi
+
+
+fi
+
+
+if test "$HAVE_GETHOSTBYNAME" != "1"
+then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lsocket" >&5
+$as_echo_n "checking for gethostbyname in -lsocket... " >&6; }
+if test "${ac_cv_lib_socket_gethostbyname+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lsocket  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __cplusplus
+extern "C"
+#endif
+char gethostbyname ();
+int main (void)
+{
+return gethostbyname ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_socket_gethostbyname=yes
+else
+  ac_cv_lib_socket_gethostbyname=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_gethostbyname" >&5
+$as_echo "$ac_cv_lib_socket_gethostbyname" >&6; }
+if test "x$ac_cv_lib_socket_gethostbyname" = x""yes; then :
+  HAVE_GETHOSTBYNAME="1"
+               LIBS="$LIBS -lsocket"
+
+fi
+
+fi
+
+if test "$HAVE_GETHOSTBYNAME" != "1"
+then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname with both nsl and socket libs" >&5
+$as_echo_n "checking for gethostbyname with both nsl and socket libs... " >&6; }
+  my_ac_save_LIBS=$LIBS
+  LIBS="-lnsl -lsocket $LIBS"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+      gethostbyname();
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    HAVE_GETHOSTBYNAME="1"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    LIBS=$my_ac_save_LIBS
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi
+
+if test "$HAVE_GETHOSTBYNAME" != "1"
+then
+    if test "$ac_cv_header_windows_h" = "yes"; then
+    if test "$ac_cv_header_winsock_h" = "yes"; then
+      case $host in
+        *-*-mingw32ce*)
+          winsock_LIB="-lwinsock"
+          ;;
+        *)
+          winsock_LIB="-lwsock32"
+          ;;
+      esac
+    fi
+    if test "$ac_cv_header_winsock2_h" = "yes"; then
+      winsock_LIB="-lws2_32"
+    fi
+    if test ! -z "$winsock_LIB"; then
+      my_ac_save_LIBS=$LIBS
+      LIBS="$winsock_LIB $LIBS"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in $winsock_LIB" >&5
+$as_echo_n "checking for gethostbyname in $winsock_LIB... " >&6; }
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#endif
+
+int main (void)
+{
+
+          gethostbyname("www.dummysite.com");
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+        HAVE_GETHOSTBYNAME="1"
+
+else
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        winsock_LIB=""
+        LIBS=$my_ac_save_LIBS
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+    fi
+  fi
+fi
+
+if test "$HAVE_GETHOSTBYNAME" != "1"
+then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname for Minix 3" >&5
+$as_echo_n "checking for gethostbyname for Minix 3... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+/* Older Minix versions may need <net/gen/netdb.h> here instead */
+#include <netdb.h>
+
+int main (void)
+{
+
+      gethostbyname("www.dummysite.com");
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    HAVE_GETHOSTBYNAME="1"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi
+
+if test "$HAVE_GETHOSTBYNAME" != "1"
+then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname for eCos" >&5
+$as_echo_n "checking for gethostbyname for eCos... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#include <stdio.h>
+#include <netdb.h>
+
+int main (void)
+{
+
+      gethostbyname("www.dummysite.com");
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    HAVE_GETHOSTBYNAME="1"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi
+
+if test "$HAVE_GETHOSTBYNAME" != "1"
+then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnet" >&5
+$as_echo_n "checking for gethostbyname in -lnet... " >&6; }
+if test "${ac_cv_lib_net_gethostbyname+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lnet  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __cplusplus
+extern "C"
+#endif
+char gethostbyname ();
+int main (void)
+{
+return gethostbyname ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_net_gethostbyname=yes
+else
+  ac_cv_lib_net_gethostbyname=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_net_gethostbyname" >&5
+$as_echo "$ac_cv_lib_net_gethostbyname" >&6; }
+if test "x$ac_cv_lib_net_gethostbyname" = x""yes; then :
+  HAVE_GETHOSTBYNAME="1"
+               LIBS="$LIBS -lnet"
+
+fi
+
+fi
+
+
+if test "$HAVE_GETHOSTBYNAME" != "1"; then
+  as_fn_error $? "couldn't find libraries for gethostbyname()" "$LINENO" 5
+fi
+
+ac_fn_c_check_func "$LINENO" "strcasecmp" "ac_cv_func_strcasecmp"
+if test "x$ac_cv_func_strcasecmp" = x""yes; then :
+
+else
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strcasecmp in -lresolve" >&5
+$as_echo_n "checking for strcasecmp in -lresolve... " >&6; }
+if test "${ac_cv_lib_resolve_strcasecmp+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lresolve  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __cplusplus
+extern "C"
+#endif
+char strcasecmp ();
+int main (void)
+{
+return strcasecmp ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_resolve_strcasecmp=yes
+else
+  ac_cv_lib_resolve_strcasecmp=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolve_strcasecmp" >&5
+$as_echo "$ac_cv_lib_resolve_strcasecmp" >&6; }
+if test "x$ac_cv_lib_resolve_strcasecmp" = x""yes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_LIBRESOLVE 1
+_ACEOF
+
+  LIBS="-lresolve $LIBS"
+
+fi
+
+fi
+
+
+if test "$ac_cv_lib_resolve_strcasecmp" = "$ac_cv_func_strcasecmp"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strcasecmp in -lresolve" >&5
+$as_echo_n "checking for strcasecmp in -lresolve... " >&6; }
+if test "${ac_cv_lib_resolve_strcasecmp+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lresolve -lnsl $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef __cplusplus
+extern "C"
+#endif
+char strcasecmp ();
+int main (void)
+{
+return strcasecmp ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_resolve_strcasecmp=yes
+else
+  ac_cv_lib_resolve_strcasecmp=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolve_strcasecmp" >&5
+$as_echo "$ac_cv_lib_resolve_strcasecmp" >&6; }
+if test "x$ac_cv_lib_resolve_strcasecmp" = x""yes; then :
+  LIBS="-lresolve $LIBS"
+fi
+
+fi
+ac_cv_func_strcasecmp="no"
+
+
+cares_includes_winsock2="\
+/* includes start */
+#ifdef HAVE_WINDOWS_H
+#  ifndef WIN32_LEAN_AND_MEAN
+#    define WIN32_LEAN_AND_MEAN
+#  endif
+#  include <windows.h>
+#  ifdef HAVE_WINSOCK2_H
+#    include <winsock2.h>
+#  else
+#    ifdef HAVE_WINSOCK_H
+#      include <winsock.h>
+#    endif
+#  endif
+#endif
+/* includes end */"
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windows.h" >&5
+$as_echo_n "checking for windows.h... " >&6; }
+if test "${ac_cv_header_windows_h+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+
+int main (void)
+{
+
+#if defined(__CYGWIN__) || defined(__CEGCC__)
+        HAVE_WINDOWS_H shall not be defined.
+#else
+        int dummy=2*WINVER;
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      ac_cv_header_windows_h="yes"
+
+else
+
+      ac_cv_header_windows_h="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_windows_h" >&5
+$as_echo "$ac_cv_header_windows_h" >&6; }
+  case "$ac_cv_header_windows_h" in
+    yes)
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_WINDOWS_H 1
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define WIN32_LEAN_AND_MEAN 1
+_ACEOF
+
+      ;;
+  esac
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for winsock.h" >&5
+$as_echo_n "checking for winsock.h... " >&6; }
+if test "${ac_cv_header_winsock_h+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#include <winsock.h>
+
+int main (void)
+{
+
+#if defined(__CYGWIN__) || defined(__CEGCC__)
+        HAVE_WINSOCK_H shall not be defined.
+#else
+        int dummy=WSACleanup();
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      ac_cv_header_winsock_h="yes"
+
+else
+
+      ac_cv_header_winsock_h="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_winsock_h" >&5
+$as_echo "$ac_cv_header_winsock_h" >&6; }
+  case "$ac_cv_header_winsock_h" in
+    yes)
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_WINSOCK_H 1
+_ACEOF
+
+      ;;
+  esac
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for winsock2.h" >&5
+$as_echo_n "checking for winsock2.h... " >&6; }
+if test "${ac_cv_header_winsock2_h+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#include <winsock2.h>
+
+int main (void)
+{
+
+#if defined(__CYGWIN__) || defined(__CEGCC__) || defined(__MINGW32CE__)
+        HAVE_WINSOCK2_H shall not be defined.
+#else
+        int dummy=2*IPPROTO_ESP;
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      ac_cv_header_winsock2_h="yes"
+
+else
+
+      ac_cv_header_winsock2_h="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_winsock2_h" >&5
+$as_echo "$ac_cv_header_winsock2_h" >&6; }
+  case "$ac_cv_header_winsock2_h" in
+    yes)
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_WINSOCK2_H 1
+_ACEOF
+
+      ;;
+  esac
+
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in libraries" >&5
+$as_echo_n "checking for connect in libraries... " >&6; }
+  tst_connect_save_LIBS="$LIBS"
+  tst_connect_need_LIBS="unknown"
+  for tst_lib in '' '-lsocket' ; do
+    if test "$tst_connect_need_LIBS" = "unknown"; then
+      LIBS="$tst_lib $tst_connect_save_LIBS"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+          $cares_includes_winsock2
+          #ifndef HAVE_WINDOWS_H
+            int connect(int, void*, int);
+          #endif
+
+int main (void)
+{
+
+          if(0 != connect(0, 0, 0))
+            return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+        tst_connect_need_LIBS="$tst_lib"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+    fi
+  done
+  LIBS="$tst_connect_save_LIBS"
+  #
+  case X-"$tst_connect_need_LIBS" in
+    X-unknown)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: cannot find connect" >&5
+$as_echo "cannot find connect" >&6; }
+      as_fn_error $? "cannot find connect function in libraries." "$LINENO" 5
+      ;;
+    X-)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      ;;
+    *)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tst_connect_need_LIBS" >&5
+$as_echo "$tst_connect_need_LIBS" >&6; }
+      LIBS="$tst_connect_need_LIBS $tst_connect_save_LIBS"
+      ;;
+  esac
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
+$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
+if test "${ac_cv_header_time+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+#include <sys/time.h>
+#include <time.h>
+
+int main (void)
+{
+if ((struct tm *) 0)
+return 0;
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_time=yes
+else
+  ac_cv_header_time=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
+$as_echo "$ac_cv_header_time" >&6; }
+if test $ac_cv_header_time = yes; then
+
+$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
+
+fi
+
+
+    for ac_header in sys/types.h sys/time.h time.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for monotonic clock_gettime" >&5
+$as_echo_n "checking for monotonic clock_gettime... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#ifdef TIME_WITH_SYS_TIME
+#include <time.h>
+#endif
+#else
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
+#endif
+
+int main (void)
+{
+
+      struct timespec ts;
+      (void)clock_gettime(CLOCK_MONOTONIC, &ts);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    ac_cv_func_clock_gettime="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_clock_gettime="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+
+    #
+  if test "$ac_cv_func_clock_gettime" = "yes"; then
+    #
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in libraries" >&5
+$as_echo_n "checking for clock_gettime in libraries... " >&6; }
+    #
+    curl_cv_save_LIBS="$LIBS"
+    curl_cv_gclk_LIBS="unknown"
+    #
+    for x_xlibs in '' '-lrt' '-lposix4' ; do
+      if test "$curl_cv_gclk_LIBS" = "unknown"; then
+        if test -z "$x_xlibs"; then
+          LIBS="$curl_cv_save_LIBS"
+        else
+          LIBS="$x_xlibs $curl_cv_save_LIBS"
+        fi
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#ifdef TIME_WITH_SYS_TIME
+#include <time.h>
+#endif
+#else
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
+#endif
+
+int main (void)
+{
+
+            struct timespec ts;
+            (void)clock_gettime(CLOCK_MONOTONIC, &ts);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+          curl_cv_gclk_LIBS="$x_xlibs"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+      fi
+    done
+    #
+    LIBS="$curl_cv_save_LIBS"
+    #
+    case X-"$curl_cv_gclk_LIBS" in
+      X-unknown)
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: cannot find clock_gettime" >&5
+$as_echo "cannot find clock_gettime" >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: HAVE_CLOCK_GETTIME_MONOTONIC will not be defined" >&5
+$as_echo "$as_me: WARNING: HAVE_CLOCK_GETTIME_MONOTONIC will not be defined" >&2;}
+        ac_cv_func_clock_gettime="no"
+        ;;
+      X-)
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no additional lib required" >&5
+$as_echo "no additional lib required" >&6; }
+        ac_cv_func_clock_gettime="yes"
+        ;;
+      *)
+        if test -z "$curl_cv_save_LIBS"; then
+          LIBS="$curl_cv_gclk_LIBS"
+        else
+          LIBS="$curl_cv_gclk_LIBS $curl_cv_save_LIBS"
+        fi
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $curl_cv_gclk_LIBS" >&5
+$as_echo "$curl_cv_gclk_LIBS" >&6; }
+        ac_cv_func_clock_gettime="yes"
+        ;;
+    esac
+    #
+        if test "x$cross_compiling" != "xyes" &&
+      test "$ac_cv_func_clock_gettime" = "yes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if monotonic clock_gettime works" >&5
+$as_echo_n "checking if monotonic clock_gettime works... " >&6; }
+      if test "$cross_compiling" = yes; then :
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot run test program while cross compiling
+See \`config.log' for more details" "$LINENO" 5 ; }
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#ifdef TIME_WITH_SYS_TIME
+#include <time.h>
+#endif
+#else
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
+#endif
+
+int main (void)
+{
+
+          struct timespec ts;
+          if (0 == clock_gettime(CLOCK_MONOTONIC, &ts))
+            exit(0);
+          else
+            exit(1);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+else
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: HAVE_CLOCK_GETTIME_MONOTONIC will not be defined" >&5
+$as_echo "$as_me: WARNING: HAVE_CLOCK_GETTIME_MONOTONIC will not be defined" >&2;}
+        ac_cv_func_clock_gettime="no"
+        LIBS="$curl_cv_save_LIBS"
+
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+    fi
+    #
+    case "$ac_cv_func_clock_gettime" in
+      yes)
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_CLOCK_GETTIME_MONOTONIC 1
+_ACEOF
+
+        ;;
+    esac
+    #
+  fi
+  #
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use libgcc" >&5
+$as_echo_n "checking whether to use libgcc... " >&6; }
+# Check whether --enable-libgcc was given.
+if test "${enable_libgcc+set}" = set; then :
+  enableval=$enable_libgcc;  case "$enableval" in
+  yes)
+        LIBS="$LIBS -lgcc"
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+       ;;
+  *)   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+       ;;
+  esac
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+fi
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
+$as_echo_n "checking for ANSI C header files... " >&6; }
+if test "${ac_cv_header_stdc+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdlib.h>
+#include <stdarg.h>
+#include <string.h>
+#include <float.h>
+
+int main (void)
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_stdc=yes
+else
+  ac_cv_header_stdc=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+if test $ac_cv_header_stdc = yes; then
+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <string.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "memchr" >/dev/null 2>&1; then :
+
+else
+  ac_cv_header_stdc=no
+fi
+rm -f conftest*
+
+fi
+
+if test $ac_cv_header_stdc = yes; then
+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdlib.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "free" >/dev/null 2>&1; then :
+
+else
+  ac_cv_header_stdc=no
+fi
+rm -f conftest*
+
+fi
+
+if test $ac_cv_header_stdc = yes; then
+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
+  if test "$cross_compiling" = yes; then :
+  :
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <ctype.h>
+#include <stdlib.h>
+#if ((' ' & 0x0FF) == 0x020)
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
+#else
+# define ISLOWER(c) \
+		   (('a' <= (c) && (c) <= 'i') \
+		     || ('j' <= (c) && (c) <= 'r') \
+		     || ('s' <= (c) && (c) <= 'z'))
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
+#endif
+
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
+int
+main ()
+{
+  int i;
+  for (i = 0; i < 256; i++)
+    if (XOR (islower (i), ISLOWER (i))
+	|| toupper (i) != TOUPPER (i))
+      return 2;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+
+else
+  ac_cv_header_stdc=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
+$as_echo "$ac_cv_header_stdc" >&6; }
+if test $ac_cv_header_stdc = yes; then
+
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
+
+fi
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for malloc.h" >&5
+$as_echo_n "checking for malloc.h... " >&6; }
+if test "${ac_cv_header_malloc_h+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#include <malloc.h>
+
+int main (void)
+{
+
+        void *p = malloc(10);
+        void *q = calloc(10,10);
+        free(p);
+        free(q);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      ac_cv_header_malloc_h="yes"
+
+else
+
+      ac_cv_header_malloc_h="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_malloc_h" >&5
+$as_echo "$ac_cv_header_malloc_h" >&6; }
+  if test "$ac_cv_header_malloc_h" = "yes"; then
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_MALLOC_H 1
+_ACEOF
+
+    #
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#include <stdlib.h>
+
+int main (void)
+{
+
+        void *p = malloc(10);
+        void *q = calloc(10,10);
+        free(p);
+        free(q);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      curl_cv_need_header_malloc_h="no"
+
+else
+
+      curl_cv_need_header_malloc_h="yes"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    #
+    case "$curl_cv_need_header_malloc_h" in
+      yes)
+
+cat >>confdefs.h <<_ACEOF
+#define NEED_MALLOC_H 1
+_ACEOF
+
+        ;;
+    esac
+  fi
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for memory.h" >&5
+$as_echo_n "checking for memory.h... " >&6; }
+if test "${ac_cv_header_memory_h+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#include <memory.h>
+
+int main (void)
+{
+
+        void *p = malloc(10);
+        void *q = calloc(10,10);
+        free(p);
+        free(q);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      ac_cv_header_memory_h="yes"
+
+else
+
+      ac_cv_header_memory_h="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_memory_h" >&5
+$as_echo "$ac_cv_header_memory_h" >&6; }
+  if test "$ac_cv_header_memory_h" = "yes"; then
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_MEMORY_H 1
+_ACEOF
+
+    #
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#include <stdlib.h>
+
+int main (void)
+{
+
+        void *p = malloc(10);
+        void *q = calloc(10,10);
+        free(p);
+        free(q);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      curl_cv_need_header_memory_h="no"
+
+else
+
+      curl_cv_need_header_memory_h="yes"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    #
+    case "$curl_cv_need_header_memory_h" in
+      yes)
+
+cat >>confdefs.h <<_ACEOF
+#define NEED_MEMORY_H 1
+_ACEOF
+
+        ;;
+    esac
+  fi
+
+
+for ac_header in sys/types.h \
+       sys/time.h \
+       sys/select.h \
+       sys/socket.h \
+       sys/ioctl.h \
+       sys/param.h \
+       sys/uio.h \
+       assert.h \
+       netdb.h \
+       netinet/in.h \
+       netinet/tcp.h \
+       net/if.h \
+       errno.h \
+       socket.h \
+       strings.h \
+       stdbool.h \
+       time.h \
+       limits.h \
+       arpa/nameser.h \
+       arpa/nameser_compat.h \
+       arpa/inet.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#include <arpa/nameser.h>
+#endif
+
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+
+
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
+$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
+if test "${ac_cv_c_const+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int main (void)
+{
+/* FIXME: Include the comments suggested by Paul. */
+#ifndef __cplusplus
+  /* Ultrix mips cc rejects this.  */
+  typedef int charset[2];
+  const charset cs;
+  /* SunOS 4.1.1 cc rejects this.  */
+  char const *const *pcpcc;
+  char **ppc;
+  /* NEC SVR4.0.2 mips cc rejects this.  */
+  struct point {int x, y;};
+  static struct point const zero = {0,0};
+  /* AIX XL C 1.02.0.0 rejects this.
+     It does not let you subtract one const X* pointer from another in
+     an arm of an if-expression whose if-part is not a constant
+     expression */
+  const char *g = "string";
+  pcpcc = &g + (g ? g-g : 0);
+  /* HPUX 7.0 cc rejects these. */
+  ++pcpcc;
+  ppc = (char**) pcpcc;
+  pcpcc = (char const *const *) ppc;
+  { /* SCO 3.2v4 cc rejects this.  */
+    char *t;
+    char const *s = 0 ? (char *) 0 : (char const *) 0;
+
+    *t++ = 0;
+    if (s) return 0;
+  }
+  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
+    int x[] = {25, 17};
+    const int *foo = &x[0];
+    ++foo;
+  }
+  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
+    typedef const int *iptr;
+    iptr p = 0;
+    ++p;
+  }
+  { /* AIX XL C 1.02.0.0 rejects this saying
+       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
+    struct s { int j; const int *ap[3]; };
+    struct s *b; b->j = 5;
+  }
+  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
+    const int foo = 10;
+    if (!foo) return 0;
+  }
+  return !cs[0] && !zero.x;
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_c_const=yes
+else
+  ac_cv_c_const=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
+$as_echo "$ac_cv_c_const" >&6; }
+if test $ac_cv_c_const = no; then
+
+$as_echo "#define const /**/" >>confdefs.h
+
+fi
+
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
+if test "x$ac_cv_type_size_t" = x""yes; then :
+
+else
+
+cat >>confdefs.h <<_ACEOF
+#define size_t unsigned int
+_ACEOF
+
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
+$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
+if test "${ac_cv_header_time+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+#include <sys/time.h>
+#include <time.h>
+
+int main (void)
+{
+if ((struct tm *) 0)
+return 0;
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_time=yes
+else
+  ac_cv_header_time=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
+$as_echo "$ac_cv_header_time" >&6; }
+if test $ac_cv_header_time = yes; then
+
+$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
+
+fi
+
+
+        for ac_header in sys/types.h sys/time.h time.h sys/socket.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5
+$as_echo_n "checking for struct timeval... " >&6; }
+if test "${ac_cv_struct_timeval+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#ifdef TIME_WITH_SYS_TIME
+#include <time.h>
+#endif
+#else
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+
+int main (void)
+{
+
+        struct timeval ts;
+        ts.tv_sec  = 0;
+        ts.tv_usec = 0;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      ac_cv_struct_timeval="yes"
+
+else
+
+      ac_cv_struct_timeval="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_timeval" >&5
+$as_echo "$ac_cv_struct_timeval" >&6; }
+  case "$ac_cv_struct_timeval" in
+    yes)
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_TIMEVAL 1
+_ACEOF
+
+      ;;
+  esac
+
+
+# The cast to long int works around a bug in the HP C Compiler
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
+# This bug is HP SR number 8606223364.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5
+$as_echo_n "checking size of size_t... " >&6; }
+if test "${ac_cv_sizeof_size_t+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t"        "$ac_includes_default"; then :
+
+else
+  if test "$ac_cv_type_size_t" = yes; then
+     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error 77 "cannot compute sizeof (size_t)
+See \`config.log' for more details" "$LINENO" 5 ; }
+   else
+     ac_cv_sizeof_size_t=0
+   fi
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_size_t" >&5
+$as_echo "$ac_cv_sizeof_size_t" >&6; }
+
+
+
+cat >>confdefs.h <<_ACEOF
+#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
+_ACEOF
+
+
+# The cast to long int works around a bug in the HP C Compiler
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
+# This bug is HP SR number 8606223364.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
+$as_echo_n "checking size of int... " >&6; }
+if test "${ac_cv_sizeof_int+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
+
+else
+  if test "$ac_cv_type_int" = yes; then
+     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error 77 "cannot compute sizeof (int)
+See \`config.log' for more details" "$LINENO" 5 ; }
+   else
+     ac_cv_sizeof_int=0
+   fi
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
+$as_echo "$ac_cv_sizeof_int" >&6; }
+
+
+
+cat >>confdefs.h <<_ACEOF
+#define SIZEOF_INT $ac_cv_sizeof_int
+_ACEOF
+
+
+# The cast to long int works around a bug in the HP C Compiler
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
+# This bug is HP SR number 8606223364.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
+$as_echo_n "checking size of long... " >&6; }
+if test "${ac_cv_sizeof_long+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
+
+else
+  if test "$ac_cv_type_long" = yes; then
+     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error 77 "cannot compute sizeof (long)
+See \`config.log' for more details" "$LINENO" 5 ; }
+   else
+     ac_cv_sizeof_long=0
+   fi
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
+$as_echo "$ac_cv_sizeof_long" >&6; }
+
+
+
+cat >>confdefs.h <<_ACEOF
+#define SIZEOF_LONG $ac_cv_sizeof_long
+_ACEOF
+
+
+
+  if test -z "$ac_cv_sizeof_long" ||
+    test "$ac_cv_sizeof_long" -eq "0"; then
+    as_fn_error $? "cannot find out size of long." "$LINENO" 5
+  fi
+
+cat >>confdefs.h <<_EOF
+#define CARES_SIZEOF_LONG $ac_cv_sizeof_long
+_EOF
+
+
+# The cast to long int works around a bug in the HP C Compiler
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
+# This bug is HP SR number 8606223364.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of time_t" >&5
+$as_echo_n "checking size of time_t... " >&6; }
+if test "${ac_cv_sizeof_time_t+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (time_t))" "ac_cv_sizeof_time_t"        "$ac_includes_default"; then :
+
+else
+  if test "$ac_cv_type_time_t" = yes; then
+     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error 77 "cannot compute sizeof (time_t)
+See \`config.log' for more details" "$LINENO" 5 ; }
+   else
+     ac_cv_sizeof_time_t=0
+   fi
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_time_t" >&5
+$as_echo "$ac_cv_sizeof_time_t" >&6; }
+
+
+
+cat >>confdefs.h <<_ACEOF
+#define SIZEOF_TIME_T $ac_cv_sizeof_time_t
+_ACEOF
+
+
+
+ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
+if test "x$ac_cv_type_long_long" = x""yes; then :
+
+$as_echo "#define HAVE_LONGLONG 1" >>confdefs.h
+
+   longlong="yes"
+
+fi
+
+
+if test "xyes" = "x$longlong"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if numberLL works" >&5
+$as_echo_n "checking if numberLL works... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+      long long val = 1000LL;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+$as_echo "#define HAVE_LL 1" >>confdefs.h
+
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+
+
+# check for ssize_t
+ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
+if test "x$ac_cv_type_ssize_t" = x""yes; then :
+
+else
+
+$as_echo "#define ssize_t int" >>confdefs.h
+
+fi
+
+
+# check for bool type
+ac_fn_c_check_type "$LINENO" "bool" "ac_cv_type_bool" "
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_STDBOOL_H
+#include <stdbool.h>
+#endif
+
+"
+if test "x$ac_cv_type_bool" = x""yes; then :
+
+
+$as_echo "#define HAVE_BOOL_T 1" >>confdefs.h
+
+
+fi
+
+
+
+cares_includes_ws2tcpip="\
+/* includes start */
+#ifdef HAVE_WINDOWS_H
+#  ifndef WIN32_LEAN_AND_MEAN
+#    define WIN32_LEAN_AND_MEAN
+#  endif
+#  include <windows.h>
+#  ifdef HAVE_WINSOCK2_H
+#    include <winsock2.h>
+#    ifdef HAVE_WS2TCPIP_H
+#       include <ws2tcpip.h>
+#    endif
+#  endif
+#endif
+/* includes end */"
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windows.h" >&5
+$as_echo_n "checking for windows.h... " >&6; }
+if test "${ac_cv_header_windows_h+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+
+int main (void)
+{
+
+#if defined(__CYGWIN__) || defined(__CEGCC__)
+        HAVE_WINDOWS_H shall not be defined.
+#else
+        int dummy=2*WINVER;
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      ac_cv_header_windows_h="yes"
+
+else
+
+      ac_cv_header_windows_h="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_windows_h" >&5
+$as_echo "$ac_cv_header_windows_h" >&6; }
+  case "$ac_cv_header_windows_h" in
+    yes)
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_WINDOWS_H 1
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define WIN32_LEAN_AND_MEAN 1
+_ACEOF
+
+      ;;
+  esac
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for winsock2.h" >&5
+$as_echo_n "checking for winsock2.h... " >&6; }
+if test "${ac_cv_header_winsock2_h+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#include <winsock2.h>
+
+int main (void)
+{
+
+#if defined(__CYGWIN__) || defined(__CEGCC__) || defined(__MINGW32CE__)
+        HAVE_WINSOCK2_H shall not be defined.
+#else
+        int dummy=2*IPPROTO_ESP;
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      ac_cv_header_winsock2_h="yes"
+
+else
+
+      ac_cv_header_winsock2_h="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_winsock2_h" >&5
+$as_echo "$ac_cv_header_winsock2_h" >&6; }
+  case "$ac_cv_header_winsock2_h" in
+    yes)
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_WINSOCK2_H 1
+_ACEOF
+
+      ;;
+  esac
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ws2tcpip.h" >&5
+$as_echo_n "checking for ws2tcpip.h... " >&6; }
+if test "${ac_cv_header_ws2tcpip_h+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#include <winsock2.h>
+#include <ws2tcpip.h>
+
+int main (void)
+{
+
+#if defined(__CYGWIN__) || defined(__CEGCC__) || defined(__MINGW32CE__)
+        HAVE_WS2TCPIP_H shall not be defined.
+#else
+        int dummy=2*IP_PKTINFO;
+#endif
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      ac_cv_header_ws2tcpip_h="yes"
+
+else
+
+      ac_cv_header_ws2tcpip_h="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_ws2tcpip_h" >&5
+$as_echo "$ac_cv_header_ws2tcpip_h" >&6; }
+  case "$ac_cv_header_ws2tcpip_h" in
+    yes)
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_WS2TCPIP_H 1
+_ACEOF
+
+      ;;
+  esac
+
+
+
+cares_includes_sys_socket="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+/* includes end */"
+  for ac_header in sys/types.h sys/socket.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$cares_includes_sys_socket
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+
+cares_preprocess_callconv="\
+/* preprocess start */
+#ifdef HAVE_WINDOWS_H
+#  define FUNCALLCONV __stdcall
+#else
+#  define FUNCALLCONV
+#endif
+/* preprocess end */"
+
+
+        #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ares_socklen_t data type" >&5
+$as_echo_n "checking for ares_socklen_t data type... " >&6; }
+  cares_typeof_ares_socklen_t="unknown"
+  for arg1 in int SOCKET; do
+    for arg2 in 'struct sockaddr' void; do
+      for t in socklen_t int size_t 'unsigned int' long 'unsigned long' void; do
+        if test "$cares_typeof_ares_socklen_t" = "unknown"; then
+          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+              $cares_includes_ws2tcpip
+              $cares_includes_sys_socket
+              $cares_preprocess_callconv
+              extern int FUNCALLCONV getpeername($arg1, $arg2 *, $t *);
+
+int main (void)
+{
+
+              $t *lenptr = 0;
+              if(0 != getpeername(0, 0, lenptr))
+                return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+            cares_typeof_ares_socklen_t="$t"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+        fi
+      done
+    done
+  done
+  for t in socklen_t int; do
+    if test "$cares_typeof_ares_socklen_t" = "void"; then
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+          $cares_includes_sys_socket
+          typedef $t ares_socklen_t;
+
+int main (void)
+{
+
+          ares_socklen_t dummy;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+        cares_typeof_ares_socklen_t="$t"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    fi
+  done
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cares_typeof_ares_socklen_t" >&5
+$as_echo "$cares_typeof_ares_socklen_t" >&6; }
+  if test "$cares_typeof_ares_socklen_t" = "void" ||
+    test "$cares_typeof_ares_socklen_t" = "unknown"; then
+    as_fn_error $? "cannot find data type for ares_socklen_t." "$LINENO" 5
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of ares_socklen_t" >&5
+$as_echo_n "checking size of ares_socklen_t... " >&6; }
+  cares_sizeof_ares_socklen_t="unknown"
+  cares_pull_headers_socklen_t="unknown"
+  if test "$ac_cv_header_ws2tcpip_h" = "yes"; then
+    tst_pull_header_checks='none ws2tcpip'
+    tst_size_checks='4'
+  else
+    tst_pull_header_checks='none systypes syssocket'
+    tst_size_checks='4 8 2'
+  fi
+  for tst_size in $tst_size_checks; do
+    for tst_pull_headers in $tst_pull_header_checks; do
+      if test "$cares_sizeof_ares_socklen_t" = "unknown"; then
+        case $tst_pull_headers in
+          ws2tcpip)
+            tmp_includes="$cares_includes_ws2tcpip"
+            ;;
+          systypes)
+            tmp_includes="$cares_includes_sys_types"
+            ;;
+          syssocket)
+            tmp_includes="$cares_includes_sys_socket"
+            ;;
+          *)
+            tmp_includes=""
+            ;;
+        esac
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+            $tmp_includes
+            typedef $cares_typeof_ares_socklen_t ares_socklen_t;
+            typedef char dummy_arr[sizeof(ares_socklen_t) == $tst_size ? 1 : -1];
+
+int main (void)
+{
+
+            ares_socklen_t dummy;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+          cares_sizeof_ares_socklen_t="$tst_size"
+          cares_pull_headers_socklen_t="$tst_pull_headers"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      fi
+    done
+  done
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cares_sizeof_ares_socklen_t" >&5
+$as_echo "$cares_sizeof_ares_socklen_t" >&6; }
+  if test "$cares_sizeof_ares_socklen_t" = "unknown"; then
+    as_fn_error $? "cannot find out size of ares_socklen_t." "$LINENO" 5
+  fi
+  #
+  case $cares_pull_headers_socklen_t in
+    ws2tcpip)
+
+cat >>confdefs.h <<_EOF
+#define CARES_PULL_WS2TCPIP_H 1
+_EOF
+
+      ;;
+    systypes)
+
+cat >>confdefs.h <<_EOF
+#define CARES_PULL_SYS_TYPES_H 1
+_EOF
+
+      ;;
+    syssocket)
+
+cat >>confdefs.h <<_EOF
+#define CARES_PULL_SYS_TYPES_H 1
+_EOF
+
+
+cat >>confdefs.h <<_EOF
+#define CARES_PULL_SYS_SOCKET_H 1
+_EOF
+
+      ;;
+  esac
+
+cat >>confdefs.h <<_EOF
+#define CARES_TYPEOF_ARES_SOCKLEN_T $cares_typeof_ares_socklen_t
+_EOF
+
+
+cat >>confdefs.h <<_EOF
+#define CARES_SIZEOF_ARES_SOCKLEN_T $cares_sizeof_ares_socklen_t
+_EOF
+
+
+
+
+  ac_fn_c_check_type "$LINENO" "in_addr_t" "ac_cv_type_in_addr_t" "
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#endif
+
+"
+if test "x$ac_cv_type_in_addr_t" = x""yes; then :
+
+else
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for in_addr_t equivalent" >&5
+$as_echo_n "checking for in_addr_t equivalent... " >&6; }
+if test "${curl_cv_in_addr_t_equiv+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+      curl_cv_in_addr_t_equiv="unknown"
+      for t in "unsigned long" int size_t unsigned long; do
+        if test "$curl_cv_in_addr_t_equiv" = "unknown"; then
+          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#endif
+
+int main (void)
+{
+
+              $t data = inet_addr ("1.2.3.4");
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+            curl_cv_in_addr_t_equiv="$t"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+        fi
+      done
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $curl_cv_in_addr_t_equiv" >&5
+$as_echo "$curl_cv_in_addr_t_equiv" >&6; }
+    case "$curl_cv_in_addr_t_equiv" in
+      unknown)
+        as_fn_error $? "Cannot find a type to use in place of in_addr_t" "$LINENO" 5
+        ;;
+      *)
+
+cat >>confdefs.h <<_ACEOF
+#define in_addr_t $curl_cv_in_addr_t_equiv
+_ACEOF
+
+        ;;
+    esac
+
+fi
+
+
+
+
+   ac_fn_c_check_type "$LINENO" "struct sockaddr_storage" "ac_cv_type_struct_sockaddr_storage" "
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#endif
+
+"
+if test "x$ac_cv_type_struct_sockaddr_storage" = x""yes; then :
+
+$as_echo "#define HAVE_STRUCT_SOCKADDR_STORAGE 1" >>confdefs.h
+
+fi
+
+
+
+
+  for ac_header in signal.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "signal.h" "ac_cv_header_signal_h" "$ac_includes_default"
+if test "x$ac_cv_header_signal_h" = x""yes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_SIGNAL_H 1
+_ACEOF
+
+fi
+
+done
+
+  ac_fn_c_check_type "$LINENO" "sig_atomic_t" "ac_cv_type_sig_atomic_t" "
+#ifdef HAVE_SIGNAL_H
+#include <signal.h>
+#endif
+
+"
+if test "x$ac_cv_type_sig_atomic_t" = x""yes; then :
+
+
+$as_echo "#define HAVE_SIG_ATOMIC_T 1" >>confdefs.h
+
+
+fi
+
+  case "$ac_cv_type_sig_atomic_t" in
+    yes)
+      #
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if sig_atomic_t is already defined as volatile" >&5
+$as_echo_n "checking if sig_atomic_t is already defined as volatile... " >&6; }
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#ifdef HAVE_SIGNAL_H
+#include <signal.h>
+#endif
+
+int main (void)
+{
+
+          static volatile sig_atomic_t dummy = 0;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        ac_cv_sig_atomic_t_volatile="no"
+
+else
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+        ac_cv_sig_atomic_t_volatile="yes"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+      #
+      if test "$ac_cv_sig_atomic_t_volatile" = "yes"; then
+
+$as_echo "#define HAVE_SIG_ATOMIC_T_VOLATILE 1" >>confdefs.h
+
+      fi
+      ;;
+  esac
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
+$as_echo_n "checking return type of signal handlers... " >&6; }
+if test "${ac_cv_type_signal+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+#include <signal.h>
+
+int main (void)
+{
+return *(signal (0, 0)) (0) == 1;
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_type_signal=int
+else
+  ac_cv_type_signal=void
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
+$as_echo "$ac_cv_type_signal" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define RETSIGTYPE $ac_cv_type_signal
+_ACEOF
+
+
+
+
+      for ac_header in sys/types.h sys/socket.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recv" >&5
+$as_echo_n "checking for recv... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#endif
+
+int main (void)
+{
+
+      recv(0, 0, 0, 0);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    curl_cv_recv="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    curl_cv_recv="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$curl_cv_recv" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of args and return type for recv" >&5
+$as_echo_n "checking types of args and return type for recv... " >&6; }
+if test "${curl_cv_func_recv_args+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+      curl_cv_func_recv_args="unknown"
+      for recv_retv in 'int' 'ssize_t'; do
+        for recv_arg1 in 'int' 'ssize_t' 'SOCKET'; do
+          for recv_arg2 in 'char *' 'void *'; do
+            for recv_arg3 in 'size_t' 'int' 'socklen_t' 'unsigned int'; do
+              for recv_arg4 in 'int' 'unsigned int'; do
+                if test "$curl_cv_func_recv_args" = "unknown"; then
+                  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#define RECVCALLCONV PASCAL
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#define RECVCALLCONV
+#endif
+                      extern $recv_retv RECVCALLCONV
+                      recv($recv_arg1, $recv_arg2, $recv_arg3, $recv_arg4);
+
+int main (void)
+{
+
+                      $recv_arg1 s=0;
+                      $recv_arg2 buf=0;
+                      $recv_arg3 len=0;
+                      $recv_arg4 flags=0;
+                      $recv_retv res = recv(s, buf, len, flags);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+                    curl_cv_func_recv_args="$recv_arg1,$recv_arg2,$recv_arg3,$recv_arg4,$recv_retv"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+                fi
+              done
+            done
+          done
+        done
+      done
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $curl_cv_func_recv_args" >&5
+$as_echo "$curl_cv_func_recv_args" >&6; } # AC-CACHE-CHECK
+    if test "$curl_cv_func_recv_args" = "unknown"; then
+      as_fn_error $? "Cannot find proper types to use for recv args" "$LINENO" 5
+    else
+      recv_prev_IFS=$IFS; IFS=','
+      set dummy `echo "$curl_cv_func_recv_args" | sed 's/\*/\*/g'`
+      IFS=$recv_prev_IFS
+      shift
+      #
+
+cat >>confdefs.h <<_ACEOF
+#define RECV_TYPE_ARG1 $1
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define RECV_TYPE_ARG2 $2
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define RECV_TYPE_ARG3 $3
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define RECV_TYPE_ARG4 $4
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define RECV_TYPE_RETV $5
+_ACEOF
+
+      #
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_RECV 1
+_ACEOF
+
+      ac_cv_func_recv="yes"
+    fi
+  else
+    as_fn_error $? "Unable to link function recv" "$LINENO" 5
+  fi
+
+
+      for ac_header in sys/types.h sys/socket.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recvfrom" >&5
+$as_echo_n "checking for recvfrom... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#endif
+
+int main (void)
+{
+
+      recvfrom(0, 0, 0, 0, 0, 0);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    curl_cv_recvfrom="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    curl_cv_recvfrom="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$curl_cv_recvfrom" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of args and return type for recvfrom" >&5
+$as_echo_n "checking types of args and return type for recvfrom... " >&6; }
+if test "${curl_cv_func_recvfrom_args+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+      curl_cv_func_recvfrom_args="unknown"
+      for recvfrom_retv in 'int' 'ssize_t'; do
+        for recvfrom_arg1 in 'int' 'ssize_t' 'SOCKET'; do
+          for recvfrom_arg2 in 'char *' 'void *'; do
+            for recvfrom_arg3 in 'size_t' 'int' 'socklen_t' 'unsigned int'; do
+              for recvfrom_arg4 in 'int' 'unsigned int'; do
+                for recvfrom_arg5 in 'struct sockaddr *' 'void *'; do
+                  for recvfrom_arg6 in 'socklen_t *' 'int *' 'unsigned int *' 'size_t *' 'void *'; do
+                    if test "$curl_cv_func_recvfrom_args" = "unknown"; then
+                      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#define RECVFROMCALLCONV PASCAL
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#define RECVFROMCALLCONV
+#endif
+                          extern $recvfrom_retv RECVFROMCALLCONV
+                          recvfrom($recvfrom_arg1, $recvfrom_arg2,
+                                   $recvfrom_arg3, $recvfrom_arg4,
+                                   $recvfrom_arg5, $recvfrom_arg6);
+
+int main (void)
+{
+
+                          $recvfrom_arg1 s=0;
+                          $recvfrom_arg2 buf=0;
+                          $recvfrom_arg3 len=0;
+                          $recvfrom_arg4 flags=0;
+                          $recvfrom_arg5 addr=0;
+                          $recvfrom_arg6 addrlen=0;
+                          $recvfrom_retv res=0;
+                          res = recvfrom(s, buf, len, flags, addr, addrlen);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+                        curl_cv_func_recvfrom_args="$recvfrom_arg1,$recvfrom_arg2,$recvfrom_arg3,$recvfrom_arg4,$recvfrom_arg5,$recvfrom_arg6,$recvfrom_retv"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+                    fi
+                  done
+                done
+              done
+            done
+          done
+        done
+      done
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $curl_cv_func_recvfrom_args" >&5
+$as_echo "$curl_cv_func_recvfrom_args" >&6; } # AC-CACHE-CHECK
+    # Nearly last minute change for this release starts here
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_RECVFROM 1
+_ACEOF
+
+    ac_cv_func_recvfrom="yes"
+    # Nearly last minute change for this release ends here
+    if test "$curl_cv_func_recvfrom_args" = "unknown"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find proper types to use for recvfrom args" >&5
+$as_echo "$as_me: WARNING: Cannot find proper types to use for recvfrom args" >&2;}
+    else
+      recvfrom_prev_IFS=$IFS; IFS=','
+      set dummy `echo "$curl_cv_func_recvfrom_args" | sed 's/\*/\*/g'`
+      IFS=$recvfrom_prev_IFS
+      shift
+      #
+      recvfrom_ptrt_arg2=$2
+      recvfrom_ptrt_arg5=$5
+      recvfrom_ptrt_arg6=$6
+      #
+
+cat >>confdefs.h <<_ACEOF
+#define RECVFROM_TYPE_ARG1 $1
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define RECVFROM_TYPE_ARG3 $3
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define RECVFROM_TYPE_ARG4 $4
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define RECVFROM_TYPE_RETV $7
+_ACEOF
+
+      #
+      prev_sh_opts=$-
+      #
+      case $prev_sh_opts in
+        *f*)
+          ;;
+        *)
+          set -f
+          ;;
+      esac
+      #
+      recvfrom_type_arg2=`echo $recvfrom_ptrt_arg2 | sed 's/ \*//'`
+      recvfrom_type_arg5=`echo $recvfrom_ptrt_arg5 | sed 's/ \*//'`
+      recvfrom_type_arg6=`echo $recvfrom_ptrt_arg6 | sed 's/ \*//'`
+      #
+
+cat >>confdefs.h <<_ACEOF
+#define RECVFROM_TYPE_ARG2 $recvfrom_type_arg2
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define RECVFROM_TYPE_ARG5 $recvfrom_type_arg5
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define RECVFROM_TYPE_ARG6 $recvfrom_type_arg6
+_ACEOF
+
+      #
+      if test "$recvfrom_type_arg2" = "void"; then
+
+cat >>confdefs.h <<_ACEOF
+#define RECVFROM_TYPE_ARG2_IS_VOID 1
+_ACEOF
+
+      fi
+      if test "$recvfrom_type_arg5" = "void"; then
+
+cat >>confdefs.h <<_ACEOF
+#define RECVFROM_TYPE_ARG5_IS_VOID 1
+_ACEOF
+
+      fi
+      if test "$recvfrom_type_arg6" = "void"; then
+
+cat >>confdefs.h <<_ACEOF
+#define RECVFROM_TYPE_ARG6_IS_VOID 1
+_ACEOF
+
+      fi
+      #
+      case $prev_sh_opts in
+        *f*)
+          ;;
+        *)
+          set +f
+          ;;
+      esac
+      #
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_RECVFROM 1
+_ACEOF
+
+      ac_cv_func_recvfrom="yes"
+    fi
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to link function recvfrom" >&5
+$as_echo "$as_me: WARNING: Unable to link function recvfrom" >&2;}
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your system will be vulnerable to some forms of DNS cache poisoning" >&5
+$as_echo "$as_me: WARNING: Your system will be vulnerable to some forms of DNS cache poisoning" >&2;}
+  fi
+
+
+      for ac_header in sys/types.h sys/socket.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for send" >&5
+$as_echo_n "checking for send... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#endif
+
+int main (void)
+{
+
+      send(0, 0, 0, 0);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    curl_cv_send="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    curl_cv_send="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$curl_cv_send" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of args and return type for send" >&5
+$as_echo_n "checking types of args and return type for send... " >&6; }
+if test "${curl_cv_func_send_args+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+      curl_cv_func_send_args="unknown"
+      for send_retv in 'int' 'ssize_t'; do
+        for send_arg1 in 'int' 'ssize_t' 'SOCKET'; do
+          for send_arg2 in 'char *' 'void *' 'const char *' 'const void *'; do
+            for send_arg3 in 'size_t' 'int' 'socklen_t' 'unsigned int'; do
+              for send_arg4 in 'int' 'unsigned int'; do
+                if test "$curl_cv_func_send_args" = "unknown"; then
+                  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#define SENDCALLCONV PASCAL
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#define SENDCALLCONV
+#endif
+                      extern $send_retv SENDCALLCONV
+                      send($send_arg1, $send_arg2, $send_arg3, $send_arg4);
+
+int main (void)
+{
+
+                      $send_arg1 s=0;
+                      $send_arg3 len=0;
+                      $send_arg4 flags=0;
+                      $send_retv res = send(s, 0, len, flags);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+                    curl_cv_func_send_args="$send_arg1,$send_arg2,$send_arg3,$send_arg4,$send_retv"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+                fi
+              done
+            done
+          done
+        done
+      done
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $curl_cv_func_send_args" >&5
+$as_echo "$curl_cv_func_send_args" >&6; } # AC-CACHE-CHECK
+    if test "$curl_cv_func_send_args" = "unknown"; then
+      as_fn_error $? "Cannot find proper types to use for send args" "$LINENO" 5
+    else
+      send_prev_IFS=$IFS; IFS=','
+      set dummy `echo "$curl_cv_func_send_args" | sed 's/\*/\*/g'`
+      IFS=$send_prev_IFS
+      shift
+      #
+      send_qual_type_arg2=$2
+      #
+
+cat >>confdefs.h <<_ACEOF
+#define SEND_TYPE_ARG1 $1
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define SEND_TYPE_ARG3 $3
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define SEND_TYPE_ARG4 $4
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define SEND_TYPE_RETV $5
+_ACEOF
+
+      #
+      prev_sh_opts=$-
+      #
+      case $prev_sh_opts in
+        *f*)
+          ;;
+        *)
+          set -f
+          ;;
+      esac
+      #
+      case "$send_qual_type_arg2" in
+        const*)
+          send_qual_arg2=const
+          send_type_arg2=`echo $send_qual_type_arg2 | sed 's/^const //'`
+        ;;
+        *)
+          send_qual_arg2=
+          send_type_arg2=$send_qual_type_arg2
+        ;;
+      esac
+      #
+
+cat >>confdefs.h <<_ACEOF
+#define SEND_QUAL_ARG2 $send_qual_arg2
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define SEND_TYPE_ARG2 $send_type_arg2
+_ACEOF
+
+      #
+      case $prev_sh_opts in
+        *f*)
+          ;;
+        *)
+          set +f
+          ;;
+      esac
+      #
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_SEND 1
+_ACEOF
+
+      ac_cv_func_send="yes"
+    fi
+  else
+    as_fn_error $? "Unable to link function send" "$LINENO" 5
+  fi
+
+
+  for ac_header in sys/types.h sys/socket.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MSG_NOSIGNAL" >&5
+$as_echo_n "checking for MSG_NOSIGNAL... " >&6; }
+if test "${ac_cv_msg_nosignal+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#endif
+
+int main (void)
+{
+
+        int flag=MSG_NOSIGNAL;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      ac_cv_msg_nosignal="yes"
+
+else
+
+      ac_cv_msg_nosignal="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_msg_nosignal" >&5
+$as_echo "$ac_cv_msg_nosignal" >&6; }
+  case "$ac_cv_msg_nosignal" in
+    yes)
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_MSG_NOSIGNAL 1
+_ACEOF
+
+      ;;
+  esac
+
+
+
+cares_includes_socket="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_SOCKET_H
+#  include <socket.h>
+#endif
+/* includes end */"
+  for ac_header in sys/types.h socket.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$cares_includes_socket
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+
+      #
+  tst_links_closesocket="unknown"
+  tst_proto_closesocket="unknown"
+  tst_compi_closesocket="unknown"
+  tst_allow_closesocket="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if closesocket can be linked" >&5
+$as_echo_n "checking if closesocket can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+      $cares_includes_winsock2
+      $cares_includes_socket
+
+int main (void)
+{
+
+      if(0 != closesocket(0))
+        return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_closesocket="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_closesocket="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_closesocket" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if closesocket is prototyped" >&5
+$as_echo_n "checking if closesocket is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_winsock2
+      $cares_includes_socket
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "closesocket" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_closesocket="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_closesocket="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_closesocket" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if closesocket is compilable" >&5
+$as_echo_n "checking if closesocket is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_winsock2
+        $cares_includes_socket
+
+int main (void)
+{
+
+        if(0 != closesocket(0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_closesocket="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_closesocket="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_closesocket" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if closesocket usage allowed" >&5
+$as_echo_n "checking if closesocket usage allowed... " >&6; }
+    if test "x$cares_disallow_closesocket" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_closesocket="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_closesocket="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if closesocket might be used" >&5
+$as_echo_n "checking if closesocket might be used... " >&6; }
+  if test "$tst_links_closesocket" = "yes" &&
+     test "$tst_proto_closesocket" = "yes" &&
+     test "$tst_compi_closesocket" = "yes" &&
+     test "$tst_allow_closesocket" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_CLOSESOCKET 1
+_ACEOF
+
+    ac_cv_func_closesocket="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_closesocket="no"
+  fi
+
+
+    #
+  tst_links_closesocket_camel="unknown"
+  tst_proto_closesocket_camel="unknown"
+  tst_compi_closesocket_camel="unknown"
+  tst_allow_closesocket_camel="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CloseSocket can be linked" >&5
+$as_echo_n "checking if CloseSocket can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+      $cares_includes_sys_socket
+
+int main (void)
+{
+
+      if(0 != CloseSocket(0))
+        return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_closesocket_camel="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_closesocket_camel="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_closesocket_camel" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CloseSocket is prototyped" >&5
+$as_echo_n "checking if CloseSocket is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_sys_socket
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "CloseSocket" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_closesocket_camel="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_closesocket_camel="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_closesocket_camel" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CloseSocket is compilable" >&5
+$as_echo_n "checking if CloseSocket is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_sys_socket
+
+int main (void)
+{
+
+        if(0 != CloseSocket(0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_closesocket_camel="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_closesocket_camel="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_closesocket_camel" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CloseSocket usage allowed" >&5
+$as_echo_n "checking if CloseSocket usage allowed... " >&6; }
+    if test "x$cares_disallow_closesocket_camel" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_closesocket_camel="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_closesocket_camel="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CloseSocket might be used" >&5
+$as_echo_n "checking if CloseSocket might be used... " >&6; }
+  if test "$tst_links_closesocket_camel" = "yes" &&
+     test "$tst_proto_closesocket_camel" = "yes" &&
+     test "$tst_compi_closesocket_camel" = "yes" &&
+     test "$tst_allow_closesocket_camel" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_CLOSESOCKET_CAMEL 1
+_ACEOF
+
+    ac_cv_func_closesocket_camel="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_closesocket_camel="no"
+  fi
+
+
+        #
+  tst_links_connect="unknown"
+  tst_proto_connect="unknown"
+  tst_compi_connect="unknown"
+  tst_allow_connect="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if connect can be linked" >&5
+$as_echo_n "checking if connect can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+      $cares_includes_winsock2
+      $cares_includes_sys_socket
+      $cares_includes_socket
+
+int main (void)
+{
+
+      if(0 != connect(0, 0, 0))
+        return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_connect="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_connect="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_connect" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if connect is prototyped" >&5
+$as_echo_n "checking if connect is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_winsock2
+      $cares_includes_sys_socket
+      $cares_includes_socket
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "connect" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_connect="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_connect="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_connect" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if connect is compilable" >&5
+$as_echo_n "checking if connect is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_winsock2
+        $cares_includes_sys_socket
+        $cares_includes_socket
+
+int main (void)
+{
+
+        if(0 != connect(0, 0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_connect="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_connect="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_connect" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if connect usage allowed" >&5
+$as_echo_n "checking if connect usage allowed... " >&6; }
+    if test "x$cares_disallow_connect" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_connect="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_connect="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if connect might be used" >&5
+$as_echo_n "checking if connect might be used... " >&6; }
+  if test "$tst_links_connect" = "yes" &&
+     test "$tst_proto_connect" = "yes" &&
+     test "$tst_compi_connect" = "yes" &&
+     test "$tst_allow_connect" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_CONNECT 1
+_ACEOF
+
+    ac_cv_func_connect="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_connect="no"
+  fi
+
+
+cares_includes_fcntl="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_UNISTD_H
+#  include <unistd.h>
+#endif
+#ifdef HAVE_FCNTL_H
+#  include <fcntl.h>
+#endif
+/* includes end */"
+  for ac_header in sys/types.h unistd.h fcntl.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$cares_includes_fcntl
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+
+    #
+  tst_links_fcntl="unknown"
+  tst_proto_fcntl="unknown"
+  tst_compi_fcntl="unknown"
+  tst_allow_fcntl="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if fcntl can be linked" >&5
+$as_echo_n "checking if fcntl can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define fcntl innocuous_fcntl
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef fcntl
+#ifdef __cplusplus
+extern "C"
+#endif
+char fcntl ();
+#if defined __stub_fcntl || defined __stub___fcntl
+choke me
+#endif
+
+int main (void)
+{
+return fcntl ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_fcntl="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_fcntl="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_fcntl" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if fcntl is prototyped" >&5
+$as_echo_n "checking if fcntl is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_fcntl
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "fcntl" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_fcntl="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_fcntl="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_fcntl" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if fcntl is compilable" >&5
+$as_echo_n "checking if fcntl is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_fcntl
+
+int main (void)
+{
+
+        if(0 != fcntl(0, 0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_fcntl="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_fcntl="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_fcntl" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if fcntl usage allowed" >&5
+$as_echo_n "checking if fcntl usage allowed... " >&6; }
+    if test "x$cares_disallow_fcntl" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_fcntl="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_fcntl="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if fcntl might be used" >&5
+$as_echo_n "checking if fcntl might be used... " >&6; }
+  if test "$tst_links_fcntl" = "yes" &&
+     test "$tst_proto_fcntl" = "yes" &&
+     test "$tst_compi_fcntl" = "yes" &&
+     test "$tst_allow_fcntl" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_FCNTL 1
+_ACEOF
+
+    ac_cv_func_fcntl="yes"
+
+  #
+  tst_compi_fcntl_o_nonblock="unknown"
+  tst_allow_fcntl_o_nonblock="unknown"
+  #
+  case $host_os in
+    sunos4* | aix3* | beos*)
+            cares_disallow_fcntl_o_nonblock="yes"
+      ;;
+  esac
+  #
+  if test "$ac_cv_func_fcntl" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if fcntl O_NONBLOCK is compilable" >&5
+$as_echo_n "checking if fcntl O_NONBLOCK is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_fcntl
+
+int main (void)
+{
+
+        int flags = 0;
+        if(0 != fcntl(0, F_SETFL, flags | O_NONBLOCK))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_fcntl_o_nonblock="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_fcntl_o_nonblock="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_fcntl_o_nonblock" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if fcntl O_NONBLOCK usage allowed" >&5
+$as_echo_n "checking if fcntl O_NONBLOCK usage allowed... " >&6; }
+    if test "x$cares_disallow_fcntl_o_nonblock" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_fcntl_o_nonblock="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_fcntl_o_nonblock="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if fcntl O_NONBLOCK might be used" >&5
+$as_echo_n "checking if fcntl O_NONBLOCK might be used... " >&6; }
+  if test "$tst_compi_fcntl_o_nonblock" = "yes" &&
+     test "$tst_allow_fcntl_o_nonblock" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_FCNTL_O_NONBLOCK 1
+_ACEOF
+
+    ac_cv_func_fcntl_o_nonblock="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_fcntl_o_nonblock="no"
+  fi
+
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_fcntl="no"
+  fi
+
+
+cares_includes_netdb="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+/* includes end */"
+  for ac_header in sys/types.h netdb.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$cares_includes_netdb
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+
+        #
+  tst_links_freeaddrinfo="unknown"
+  tst_proto_freeaddrinfo="unknown"
+  tst_compi_freeaddrinfo="unknown"
+  tst_allow_freeaddrinfo="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if freeaddrinfo can be linked" >&5
+$as_echo_n "checking if freeaddrinfo can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+      $cares_includes_ws2tcpip
+      $cares_includes_sys_socket
+      $cares_includes_netdb
+
+int main (void)
+{
+
+      freeaddrinfo(0);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_freeaddrinfo="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_freeaddrinfo="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_freeaddrinfo" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if freeaddrinfo is prototyped" >&5
+$as_echo_n "checking if freeaddrinfo is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_ws2tcpip
+      $cares_includes_sys_socket
+      $cares_includes_netdb
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "freeaddrinfo" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_freeaddrinfo="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_freeaddrinfo="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_freeaddrinfo" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if freeaddrinfo is compilable" >&5
+$as_echo_n "checking if freeaddrinfo is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_ws2tcpip
+        $cares_includes_sys_socket
+        $cares_includes_netdb
+
+int main (void)
+{
+
+        freeaddrinfo(0);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_freeaddrinfo="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_freeaddrinfo="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_freeaddrinfo" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if freeaddrinfo usage allowed" >&5
+$as_echo_n "checking if freeaddrinfo usage allowed... " >&6; }
+    if test "x$cares_disallow_freeaddrinfo" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_freeaddrinfo="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_freeaddrinfo="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if freeaddrinfo might be used" >&5
+$as_echo_n "checking if freeaddrinfo might be used... " >&6; }
+  if test "$tst_links_freeaddrinfo" = "yes" &&
+     test "$tst_proto_freeaddrinfo" = "yes" &&
+     test "$tst_compi_freeaddrinfo" = "yes" &&
+     test "$tst_allow_freeaddrinfo" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_FREEADDRINFO 1
+_ACEOF
+
+    ac_cv_func_freeaddrinfo="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_freeaddrinfo="no"
+  fi
+
+
+cares_includes_stdlib="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_STDLIB_H
+#  include <stdlib.h>
+#endif
+/* includes end */"
+  for ac_header in sys/types.h stdlib.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$cares_includes_stdlib
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+
+cares_includes_string="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_STRING_H
+#  include <string.h>
+#endif
+#ifdef HAVE_STRINGS_H
+#  include <strings.h>
+#endif
+/* includes end */"
+  for ac_header in sys/types.h string.h strings.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$cares_includes_string
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+
+            #
+  tst_links_getaddrinfo="unknown"
+  tst_proto_getaddrinfo="unknown"
+  tst_compi_getaddrinfo="unknown"
+  tst_works_getaddrinfo="unknown"
+  tst_allow_getaddrinfo="unknown"
+  tst_tsafe_getaddrinfo="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getaddrinfo can be linked" >&5
+$as_echo_n "checking if getaddrinfo can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+      $cares_includes_ws2tcpip
+      $cares_includes_sys_socket
+      $cares_includes_netdb
+
+int main (void)
+{
+
+      if(0 != getaddrinfo(0, 0, 0, 0))
+        return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_getaddrinfo="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_getaddrinfo="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_getaddrinfo" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getaddrinfo is prototyped" >&5
+$as_echo_n "checking if getaddrinfo is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_ws2tcpip
+      $cares_includes_sys_socket
+      $cares_includes_netdb
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "getaddrinfo" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_getaddrinfo="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_getaddrinfo="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_getaddrinfo" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getaddrinfo is compilable" >&5
+$as_echo_n "checking if getaddrinfo is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_ws2tcpip
+        $cares_includes_sys_socket
+        $cares_includes_netdb
+
+int main (void)
+{
+
+        if(0 != getaddrinfo(0, 0, 0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_getaddrinfo="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_getaddrinfo="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+    if test "x$cross_compiling" != "xyes" &&
+    test "$tst_compi_getaddrinfo" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getaddrinfo seems to work" >&5
+$as_echo_n "checking if getaddrinfo seems to work... " >&6; }
+    if test "$cross_compiling" = yes; then :
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot run test program while cross compiling
+See \`config.log' for more details" "$LINENO" 5 ; }
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_ws2tcpip
+        $cares_includes_stdlib
+        $cares_includes_string
+        $cares_includes_sys_socket
+        $cares_includes_netdb
+
+int main (void)
+{
+
+        struct addrinfo hints;
+        struct addrinfo *ai = 0;
+        int error;
+
+        memset(&hints, 0, sizeof(hints));
+        hints.ai_flags = AI_NUMERICHOST;
+        hints.ai_family = AF_UNSPEC;
+        hints.ai_socktype = SOCK_STREAM;
+        error = getaddrinfo("127.0.0.1", 0, &hints, &ai);
+        if(error || !ai)
+          exit(1); /* fail */
+        else
+          exit(0);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_works_getaddrinfo="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_works_getaddrinfo="no"
+
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+  fi
+  #
+  if test "$tst_compi_getaddrinfo" = "yes" &&
+    test "$tst_works_getaddrinfo" != "no"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getaddrinfo usage allowed" >&5
+$as_echo_n "checking if getaddrinfo usage allowed... " >&6; }
+    if test "x$cares_disallow_getaddrinfo" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_getaddrinfo="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_getaddrinfo="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getaddrinfo might be used" >&5
+$as_echo_n "checking if getaddrinfo might be used... " >&6; }
+  if test "$tst_links_getaddrinfo" = "yes" &&
+     test "$tst_proto_getaddrinfo" = "yes" &&
+     test "$tst_compi_getaddrinfo" = "yes" &&
+     test "$tst_allow_getaddrinfo" = "yes" &&
+     test "$tst_works_getaddrinfo" != "no"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_GETADDRINFO 1
+_ACEOF
+
+    ac_cv_func_getaddrinfo="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_getaddrinfo="no"
+    ac_cv_func_getaddrinfo_threadsafe="no"
+  fi
+  #
+  if test "$ac_cv_func_getaddrinfo" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getaddrinfo is threadsafe" >&5
+$as_echo_n "checking if getaddrinfo is threadsafe... " >&6; }
+    case $host_os in
+      aix[1234].* | aix5.[01].*)
+                tst_tsafe_getaddrinfo="no"
+        ;;
+      aix*)
+                tst_tsafe_getaddrinfo="yes"
+        ;;
+      darwin[12345].*)
+                tst_tsafe_getaddrinfo="no"
+        ;;
+      darwin*)
+                tst_tsafe_getaddrinfo="yes"
+        ;;
+      freebsd[1234].* | freebsd5.[1234]*)
+                tst_tsafe_getaddrinfo="no"
+        ;;
+      freebsd*)
+                tst_tsafe_getaddrinfo="yes"
+        ;;
+      hpux[123456789].* | hpux10.* | hpux11.0* | hpux11.10*)
+                tst_tsafe_getaddrinfo="no"
+        ;;
+      hpux*)
+                tst_tsafe_getaddrinfo="yes"
+        ;;
+      netbsd[123].*)
+                tst_tsafe_getaddrinfo="no"
+        ;;
+      netbsd*)
+                tst_tsafe_getaddrinfo="yes"
+        ;;
+      *bsd*)
+                tst_tsafe_getaddrinfo="no"
+        ;;
+      solaris2*)
+                tst_tsafe_getaddrinfo="yes"
+        ;;
+    esac
+    if test "$tst_tsafe_getaddrinfo" = "unknown"; then
+
+
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_ws2tcpip
+        $cares_includes_sys_socket
+        $cares_includes_netdb
+
+int main (void)
+{
+#ifdef h_errno
+  return 0;
+#else
+  force compilation error
+#endif
+}
+
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+    tst_symbol_defined="yes"
+
+else
+
+    tst_symbol_defined="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  if test "$tst_symbol_defined" = "yes"; then
+    curl_cv_have_def_h_errno=yes
+
+  else
+    curl_cv_have_def_h_errno=no
+
+  fi
+
+      if test "$curl_cv_have_def_h_errno" = "no"; then
+        tst_tsafe_getaddrinfo="no"
+      fi
+    fi
+    if test "$tst_tsafe_getaddrinfo" = "unknown"; then
+      tst_tsafe_getaddrinfo="yes"
+    fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tst_tsafe_getaddrinfo" >&5
+$as_echo "$tst_tsafe_getaddrinfo" >&6; }
+    if test "$tst_tsafe_getaddrinfo" = "yes"; then
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_GETADDRINFO_THREADSAFE 1
+_ACEOF
+
+      ac_cv_func_getaddrinfo_threadsafe="yes"
+    else
+      ac_cv_func_getaddrinfo_threadsafe="no"
+    fi
+  fi
+
+
+      #
+  tst_links_gethostbyaddr="unknown"
+  tst_proto_gethostbyaddr="unknown"
+  tst_compi_gethostbyaddr="unknown"
+  tst_allow_gethostbyaddr="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostbyaddr can be linked" >&5
+$as_echo_n "checking if gethostbyaddr can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+      $cares_includes_winsock2
+      $cares_includes_netdb
+
+int main (void)
+{
+
+      if(0 != gethostbyaddr(0, 0, 0))
+        return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_gethostbyaddr="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_gethostbyaddr="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_gethostbyaddr" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostbyaddr is prototyped" >&5
+$as_echo_n "checking if gethostbyaddr is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_winsock2
+      $cares_includes_netdb
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "gethostbyaddr" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_gethostbyaddr="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_gethostbyaddr="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_gethostbyaddr" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostbyaddr is compilable" >&5
+$as_echo_n "checking if gethostbyaddr is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_winsock2
+        $cares_includes_netdb
+
+int main (void)
+{
+
+        if(0 != gethostbyaddr(0, 0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_gethostbyaddr="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_gethostbyaddr="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_gethostbyaddr" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostbyaddr usage allowed" >&5
+$as_echo_n "checking if gethostbyaddr usage allowed... " >&6; }
+    if test "x$cares_disallow_gethostbyaddr" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_gethostbyaddr="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_gethostbyaddr="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostbyaddr might be used" >&5
+$as_echo_n "checking if gethostbyaddr might be used... " >&6; }
+  if test "$tst_links_gethostbyaddr" = "yes" &&
+     test "$tst_proto_gethostbyaddr" = "yes" &&
+     test "$tst_compi_gethostbyaddr" = "yes" &&
+     test "$tst_allow_gethostbyaddr" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_GETHOSTBYADDR 1
+_ACEOF
+
+    ac_cv_func_gethostbyaddr="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_gethostbyaddr="no"
+  fi
+
+
+      #
+  tst_links_gethostbyname="unknown"
+  tst_proto_gethostbyname="unknown"
+  tst_compi_gethostbyname="unknown"
+  tst_allow_gethostbyname="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostbyname can be linked" >&5
+$as_echo_n "checking if gethostbyname can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+      $cares_includes_winsock2
+      $cares_includes_netdb
+
+int main (void)
+{
+
+      if(0 != gethostbyname(0))
+        return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_gethostbyname="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_gethostbyname="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_gethostbyname" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostbyname is prototyped" >&5
+$as_echo_n "checking if gethostbyname is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_winsock2
+      $cares_includes_netdb
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "gethostbyname" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_gethostbyname="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_gethostbyname="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_gethostbyname" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostbyname is compilable" >&5
+$as_echo_n "checking if gethostbyname is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_winsock2
+        $cares_includes_netdb
+
+int main (void)
+{
+
+        if(0 != gethostbyname(0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_gethostbyname="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_gethostbyname="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_gethostbyname" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostbyname usage allowed" >&5
+$as_echo_n "checking if gethostbyname usage allowed... " >&6; }
+    if test "x$cares_disallow_gethostbyname" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_gethostbyname="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_gethostbyname="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostbyname might be used" >&5
+$as_echo_n "checking if gethostbyname might be used... " >&6; }
+  if test "$tst_links_gethostbyname" = "yes" &&
+     test "$tst_proto_gethostbyname" = "yes" &&
+     test "$tst_compi_gethostbyname" = "yes" &&
+     test "$tst_allow_gethostbyname" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_GETHOSTBYNAME 1
+_ACEOF
+
+    ac_cv_func_gethostbyname="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_gethostbyname="no"
+  fi
+
+
+cares_includes_unistd="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_UNISTD_H
+#  include <unistd.h>
+#endif
+/* includes end */"
+  for ac_header in sys/types.h unistd.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$cares_includes_unistd
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+
+      #
+  tst_links_gethostname="unknown"
+  tst_proto_gethostname="unknown"
+  tst_compi_gethostname="unknown"
+  tst_allow_gethostname="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostname can be linked" >&5
+$as_echo_n "checking if gethostname can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+      $cares_includes_winsock2
+      $cares_includes_unistd
+
+int main (void)
+{
+
+      if(0 != gethostname(0, 0))
+        return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_gethostname="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_gethostname="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_gethostname" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostname is prototyped" >&5
+$as_echo_n "checking if gethostname is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_winsock2
+      $cares_includes_unistd
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "gethostname" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_gethostname="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_gethostname="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_gethostname" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostname is compilable" >&5
+$as_echo_n "checking if gethostname is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_winsock2
+        $cares_includes_unistd
+
+int main (void)
+{
+
+        if(0 != gethostname(0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_gethostname="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_gethostname="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_gethostname" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostname usage allowed" >&5
+$as_echo_n "checking if gethostname usage allowed... " >&6; }
+    if test "x$cares_disallow_gethostname" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_gethostname="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_gethostname="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostname might be used" >&5
+$as_echo_n "checking if gethostname might be used... " >&6; }
+  if test "$tst_links_gethostname" = "yes" &&
+     test "$tst_proto_gethostname" = "yes" &&
+     test "$tst_compi_gethostname" = "yes" &&
+     test "$tst_allow_gethostname" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_GETHOSTNAME 1
+_ACEOF
+
+    ac_cv_func_gethostname="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_gethostname="no"
+  fi
+
+
+    #
+  tst_links_getservbyport_r="unknown"
+  tst_proto_getservbyport_r="unknown"
+  tst_compi_getservbyport_r="unknown"
+  tst_allow_getservbyport_r="unknown"
+  tst_nargs_getservbyport_r="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getservbyport_r can be linked" >&5
+$as_echo_n "checking if getservbyport_r can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define getservbyport_r innocuous_getservbyport_r
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef getservbyport_r
+#ifdef __cplusplus
+extern "C"
+#endif
+char getservbyport_r ();
+#if defined __stub_getservbyport_r || defined __stub___getservbyport_r
+choke me
+#endif
+
+int main (void)
+{
+return getservbyport_r ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_getservbyport_r="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_getservbyport_r="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_getservbyport_r" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getservbyport_r is prototyped" >&5
+$as_echo_n "checking if getservbyport_r is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_netdb
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "getservbyport_r" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_getservbyport_r="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_getservbyport_r="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_getservbyport_r" = "yes"; then
+    if test "$tst_nargs_getservbyport_r" = "unknown"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getservbyport_r takes 4 args." >&5
+$as_echo_n "checking if getservbyport_r takes 4 args.... " >&6; }
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+          $cares_includes_netdb
+
+int main (void)
+{
+
+          if(0 != getservbyport_r(0, 0, 0, 0))
+            return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+        tst_compi_getservbyport_r="yes"
+        tst_nargs_getservbyport_r="4"
+
+else
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        tst_compi_getservbyport_r="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    fi
+    if test "$tst_nargs_getservbyport_r" = "unknown"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getservbyport_r takes 5 args." >&5
+$as_echo_n "checking if getservbyport_r takes 5 args.... " >&6; }
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+          $cares_includes_netdb
+
+int main (void)
+{
+
+          if(0 != getservbyport_r(0, 0, 0, 0, 0))
+            return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+        tst_compi_getservbyport_r="yes"
+        tst_nargs_getservbyport_r="5"
+
+else
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        tst_compi_getservbyport_r="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    fi
+    if test "$tst_nargs_getservbyport_r" = "unknown"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getservbyport_r takes 6 args." >&5
+$as_echo_n "checking if getservbyport_r takes 6 args.... " >&6; }
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+          $cares_includes_netdb
+
+int main (void)
+{
+
+          if(0 != getservbyport_r(0, 0, 0, 0, 0, 0))
+            return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+        tst_compi_getservbyport_r="yes"
+        tst_nargs_getservbyport_r="6"
+
+else
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        tst_compi_getservbyport_r="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getservbyport_r is compilable" >&5
+$as_echo_n "checking if getservbyport_r is compilable... " >&6; }
+    if test "$tst_compi_getservbyport_r" = "yes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    fi
+  fi
+  #
+  if test "$tst_compi_getservbyport_r" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getservbyport_r usage allowed" >&5
+$as_echo_n "checking if getservbyport_r usage allowed... " >&6; }
+    if test "x$cares_disallow_getservbyport_r" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_getservbyport_r="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_getservbyport_r="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getservbyport_r might be used" >&5
+$as_echo_n "checking if getservbyport_r might be used... " >&6; }
+  if test "$tst_links_getservbyport_r" = "yes" &&
+     test "$tst_proto_getservbyport_r" = "yes" &&
+     test "$tst_compi_getservbyport_r" = "yes" &&
+     test "$tst_allow_getservbyport_r" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_GETSERVBYPORT_R 1
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define GETSERVBYPORT_R_ARGS $tst_nargs_getservbyport_r
+_ACEOF
+
+    if test "$tst_nargs_getservbyport_r" -eq "4"; then
+
+$as_echo "#define GETSERVBYPORT_R_BUFSIZE sizeof(struct servent_data)" >>confdefs.h
+
+    else
+
+$as_echo "#define GETSERVBYPORT_R_BUFSIZE 4096" >>confdefs.h
+
+    fi
+    ac_cv_func_getservbyport_r="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_getservbyport_r="no"
+  fi
+
+
+cares_includes_arpa_inet="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+/* includes end */"
+  for ac_header in sys/types.h sys/socket.h netinet/in.h arpa/inet.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$cares_includes_arpa_inet
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+
+        #
+  tst_links_inet_ntop="unknown"
+  tst_proto_inet_ntop="unknown"
+  tst_compi_inet_ntop="unknown"
+  tst_works_inet_ntop="unknown"
+  tst_allow_inet_ntop="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_ntop can be linked" >&5
+$as_echo_n "checking if inet_ntop can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define inet_ntop innocuous_inet_ntop
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef inet_ntop
+#ifdef __cplusplus
+extern "C"
+#endif
+char inet_ntop ();
+#if defined __stub_inet_ntop || defined __stub___inet_ntop
+choke me
+#endif
+
+int main (void)
+{
+return inet_ntop ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_inet_ntop="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_inet_ntop="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_inet_ntop" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_ntop is prototyped" >&5
+$as_echo_n "checking if inet_ntop is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_arpa_inet
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "inet_ntop" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_inet_ntop="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_inet_ntop="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_inet_ntop" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_ntop is compilable" >&5
+$as_echo_n "checking if inet_ntop is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_arpa_inet
+
+int main (void)
+{
+
+        if(0 != inet_ntop(0, 0, 0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_inet_ntop="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_inet_ntop="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+    if test "x$cross_compiling" != "xyes" &&
+    test "$tst_compi_inet_ntop" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_ntop seems to work" >&5
+$as_echo_n "checking if inet_ntop seems to work... " >&6; }
+    if test "$cross_compiling" = yes; then :
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot run test program while cross compiling
+See \`config.log' for more details" "$LINENO" 5 ; }
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_stdlib
+        $cares_includes_arpa_inet
+        $cares_includes_string
+
+int main (void)
+{
+
+        char ipv6res[sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")];
+        char ipv4res[sizeof "255.255.255.255"];
+        unsigned char ipv6a[26];
+        unsigned char ipv4a[5];
+        char *ipv6ptr = 0;
+        char *ipv4ptr = 0;
+        /* - */
+        ipv4res[0] = '\0';
+        ipv4a[0] = 0xc0;
+        ipv4a[1] = 0xa8;
+        ipv4a[2] = 0x64;
+        ipv4a[3] = 0x01;
+        ipv4a[4] = 0x01;
+        /* - */
+        ipv4ptr = inet_ntop(AF_INET, ipv4a, ipv4res, sizeof(ipv4res));
+        if(!ipv4ptr)
+          exit(1); /* fail */
+        if(ipv4ptr != ipv4res)
+          exit(1); /* fail */
+        if(!ipv4ptr[0])
+          exit(1); /* fail */
+        if(memcmp(ipv4res, "192.168.100.1", 13) != 0)
+          exit(1); /* fail */
+        /* - */
+        ipv6res[0] = '\0';
+        memset(ipv6a, 0, sizeof(ipv6a));
+        ipv6a[0] = 0xfe;
+        ipv6a[1] = 0x80;
+        ipv6a[8] = 0x02;
+        ipv6a[9] = 0x14;
+        ipv6a[10] = 0x4f;
+        ipv6a[11] = 0xff;
+        ipv6a[12] = 0xfe;
+        ipv6a[13] = 0x0b;
+        ipv6a[14] = 0x76;
+        ipv6a[15] = 0xc8;
+        ipv6a[25] = 0x01;
+        /* - */
+        ipv6ptr = inet_ntop(AF_INET6, ipv6a, ipv6res, sizeof(ipv6res));
+        if(!ipv6ptr)
+          exit(1); /* fail */
+        if(ipv6ptr != ipv6res)
+          exit(1); /* fail */
+        if(!ipv6ptr[0])
+          exit(1); /* fail */
+        if(memcmp(ipv6res, "fe80::214:4fff:fe0b:76c8", 24) != 0)
+          exit(1); /* fail */
+        /* - */
+        exit(0);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_works_inet_ntop="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_works_inet_ntop="no"
+
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+  fi
+  #
+  if test "$tst_compi_inet_ntop" = "yes" &&
+    test "$tst_works_inet_ntop" != "no"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_ntop usage allowed" >&5
+$as_echo_n "checking if inet_ntop usage allowed... " >&6; }
+    if test "x$cares_disallow_inet_ntop" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_inet_ntop="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_inet_ntop="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_ntop might be used" >&5
+$as_echo_n "checking if inet_ntop might be used... " >&6; }
+  if test "$tst_links_inet_ntop" = "yes" &&
+     test "$tst_proto_inet_ntop" = "yes" &&
+     test "$tst_compi_inet_ntop" = "yes" &&
+     test "$tst_allow_inet_ntop" = "yes" &&
+     test "$tst_works_inet_ntop" != "no"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_INET_NTOP 1
+_ACEOF
+
+    ac_cv_func_inet_ntop="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_inet_ntop="no"
+  fi
+
+
+        #
+  tst_links_inet_pton="unknown"
+  tst_proto_inet_pton="unknown"
+  tst_compi_inet_pton="unknown"
+  tst_works_inet_pton="unknown"
+  tst_allow_inet_pton="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_pton can be linked" >&5
+$as_echo_n "checking if inet_pton can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define inet_pton innocuous_inet_pton
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef inet_pton
+#ifdef __cplusplus
+extern "C"
+#endif
+char inet_pton ();
+#if defined __stub_inet_pton || defined __stub___inet_pton
+choke me
+#endif
+
+int main (void)
+{
+return inet_pton ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_inet_pton="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_inet_pton="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_inet_pton" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_pton is prototyped" >&5
+$as_echo_n "checking if inet_pton is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_arpa_inet
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "inet_pton" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_inet_pton="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_inet_pton="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_inet_pton" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_pton is compilable" >&5
+$as_echo_n "checking if inet_pton is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_arpa_inet
+
+int main (void)
+{
+
+        if(0 != inet_pton(0, 0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_inet_pton="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_inet_pton="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+    if test "x$cross_compiling" != "xyes" &&
+    test "$tst_compi_inet_pton" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_pton seems to work" >&5
+$as_echo_n "checking if inet_pton seems to work... " >&6; }
+    if test "$cross_compiling" = yes; then :
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot run test program while cross compiling
+See \`config.log' for more details" "$LINENO" 5 ; }
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_stdlib
+        $cares_includes_arpa_inet
+        $cares_includes_string
+
+int main (void)
+{
+
+        unsigned char ipv6a[16+1];
+        unsigned char ipv4a[4+1];
+        const char *ipv6src = "fe80::214:4fff:fe0b:76c8";
+        const char *ipv4src = "192.168.100.1";
+        /* - */
+        memset(ipv4a, 1, sizeof(ipv4a));
+        if(1 != inet_pton(AF_INET, ipv4src, ipv4a))
+          exit(1); /* fail */
+        /* - */
+        if( (ipv4a[0] != 0xc0) ||
+            (ipv4a[1] != 0xa8) ||
+            (ipv4a[2] != 0x64) ||
+            (ipv4a[3] != 0x01) ||
+            (ipv4a[4] != 0x01) )
+          exit(1); /* fail */
+        /* - */
+        memset(ipv6a, 1, sizeof(ipv6a));
+        if(1 != inet_pton(AF_INET6, ipv6src, ipv6a))
+          exit(1); /* fail */
+        /* - */
+        if( (ipv6a[0]  != 0xfe) ||
+            (ipv6a[1]  != 0x80) ||
+            (ipv6a[8]  != 0x02) ||
+            (ipv6a[9]  != 0x14) ||
+            (ipv6a[10] != 0x4f) ||
+            (ipv6a[11] != 0xff) ||
+            (ipv6a[12] != 0xfe) ||
+            (ipv6a[13] != 0x0b) ||
+            (ipv6a[14] != 0x76) ||
+            (ipv6a[15] != 0xc8) ||
+            (ipv6a[16] != 0x01) )
+          exit(1); /* fail */
+        /* - */
+        if( (ipv6a[2]  != 0x0) ||
+            (ipv6a[3]  != 0x0) ||
+            (ipv6a[4]  != 0x0) ||
+            (ipv6a[5]  != 0x0) ||
+            (ipv6a[6]  != 0x0) ||
+            (ipv6a[7]  != 0x0) )
+          exit(1); /* fail */
+        /* - */
+        exit(0);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_works_inet_pton="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_works_inet_pton="no"
+
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+  fi
+  #
+  if test "$tst_compi_inet_pton" = "yes" &&
+    test "$tst_works_inet_pton" != "no"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_pton usage allowed" >&5
+$as_echo_n "checking if inet_pton usage allowed... " >&6; }
+    if test "x$cares_disallow_inet_pton" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_inet_pton="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_inet_pton="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_pton might be used" >&5
+$as_echo_n "checking if inet_pton might be used... " >&6; }
+  if test "$tst_links_inet_pton" = "yes" &&
+     test "$tst_proto_inet_pton" = "yes" &&
+     test "$tst_compi_inet_pton" = "yes" &&
+     test "$tst_allow_inet_pton" = "yes" &&
+     test "$tst_works_inet_pton" != "no"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_INET_PTON 1
+_ACEOF
+
+    ac_cv_func_inet_pton="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_inet_pton="no"
+  fi
+
+
+cares_includes_stropts="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_UNISTD_H
+#  include <unistd.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_SYS_IOCTL_H
+#  include <sys/ioctl.h>
+#endif
+#ifdef HAVE_STROPTS_H
+#  include <stropts.h>
+#endif
+/* includes end */"
+  for ac_header in sys/types.h unistd.h sys/socket.h sys/ioctl.h stropts.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$cares_includes_stropts
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+
+    #
+  tst_links_ioctl="unknown"
+  tst_proto_ioctl="unknown"
+  tst_compi_ioctl="unknown"
+  tst_allow_ioctl="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctl can be linked" >&5
+$as_echo_n "checking if ioctl can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define ioctl innocuous_ioctl
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef ioctl
+#ifdef __cplusplus
+extern "C"
+#endif
+char ioctl ();
+#if defined __stub_ioctl || defined __stub___ioctl
+choke me
+#endif
+
+int main (void)
+{
+return ioctl ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_ioctl="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_ioctl="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_ioctl" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctl is prototyped" >&5
+$as_echo_n "checking if ioctl is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_stropts
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "ioctl" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_ioctl="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_ioctl="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_ioctl" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctl is compilable" >&5
+$as_echo_n "checking if ioctl is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_stropts
+
+int main (void)
+{
+
+        if(0 != ioctl(0, 0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_ioctl="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_ioctl="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_ioctl" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctl usage allowed" >&5
+$as_echo_n "checking if ioctl usage allowed... " >&6; }
+    if test "x$cares_disallow_ioctl" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_ioctl="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_ioctl="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctl might be used" >&5
+$as_echo_n "checking if ioctl might be used... " >&6; }
+  if test "$tst_links_ioctl" = "yes" &&
+     test "$tst_proto_ioctl" = "yes" &&
+     test "$tst_compi_ioctl" = "yes" &&
+     test "$tst_allow_ioctl" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_IOCTL 1
+_ACEOF
+
+    ac_cv_func_ioctl="yes"
+
+  #
+  tst_compi_ioctl_fionbio="unknown"
+  tst_allow_ioctl_fionbio="unknown"
+  #
+  if test "$ac_cv_func_ioctl" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctl FIONBIO is compilable" >&5
+$as_echo_n "checking if ioctl FIONBIO is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_stropts
+
+int main (void)
+{
+
+        int flags = 0;
+        if(0 != ioctl(0, FIONBIO, &flags))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_ioctl_fionbio="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_ioctl_fionbio="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_ioctl_fionbio" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctl FIONBIO usage allowed" >&5
+$as_echo_n "checking if ioctl FIONBIO usage allowed... " >&6; }
+    if test "x$cares_disallow_ioctl_fionbio" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_ioctl_fionbio="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_ioctl_fionbio="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctl FIONBIO might be used" >&5
+$as_echo_n "checking if ioctl FIONBIO might be used... " >&6; }
+  if test "$tst_compi_ioctl_fionbio" = "yes" &&
+     test "$tst_allow_ioctl_fionbio" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_IOCTL_FIONBIO 1
+_ACEOF
+
+    ac_cv_func_ioctl_fionbio="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_ioctl_fionbio="no"
+  fi
+
+
+  #
+  tst_compi_ioctl_siocgifaddr="unknown"
+  tst_allow_ioctl_siocgifaddr="unknown"
+  #
+  if test "$ac_cv_func_ioctl" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctl SIOCGIFADDR is compilable" >&5
+$as_echo_n "checking if ioctl SIOCGIFADDR is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_stropts
+        #include <net/if.h>
+
+int main (void)
+{
+
+        struct ifreq ifr;
+        if(0 != ioctl(0, SIOCGIFADDR, &ifr))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_ioctl_siocgifaddr="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_ioctl_siocgifaddr="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_ioctl_siocgifaddr" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctl SIOCGIFADDR usage allowed" >&5
+$as_echo_n "checking if ioctl SIOCGIFADDR usage allowed... " >&6; }
+    if test "x$cares_disallow_ioctl_siocgifaddr" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_ioctl_siocgifaddr="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_ioctl_siocgifaddr="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctl SIOCGIFADDR might be used" >&5
+$as_echo_n "checking if ioctl SIOCGIFADDR might be used... " >&6; }
+  if test "$tst_compi_ioctl_siocgifaddr" = "yes" &&
+     test "$tst_allow_ioctl_siocgifaddr" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_IOCTL_SIOCGIFADDR 1
+_ACEOF
+
+    ac_cv_func_ioctl_siocgifaddr="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_ioctl_siocgifaddr="no"
+  fi
+
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_ioctl="no"
+  fi
+
+
+    #
+  tst_links_ioctlsocket="unknown"
+  tst_proto_ioctlsocket="unknown"
+  tst_compi_ioctlsocket="unknown"
+  tst_allow_ioctlsocket="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctlsocket can be linked" >&5
+$as_echo_n "checking if ioctlsocket can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+      $cares_includes_winsock2
+
+int main (void)
+{
+
+      if(0 != ioctlsocket(0, 0, 0))
+        return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_ioctlsocket="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_ioctlsocket="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_ioctlsocket" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctlsocket is prototyped" >&5
+$as_echo_n "checking if ioctlsocket is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_winsock2
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "ioctlsocket" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_ioctlsocket="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_ioctlsocket="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_ioctlsocket" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctlsocket is compilable" >&5
+$as_echo_n "checking if ioctlsocket is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_winsock2
+
+int main (void)
+{
+
+        if(0 != ioctlsocket(0, 0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_ioctlsocket="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_ioctlsocket="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_ioctlsocket" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctlsocket usage allowed" >&5
+$as_echo_n "checking if ioctlsocket usage allowed... " >&6; }
+    if test "x$cares_disallow_ioctlsocket" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_ioctlsocket="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_ioctlsocket="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctlsocket might be used" >&5
+$as_echo_n "checking if ioctlsocket might be used... " >&6; }
+  if test "$tst_links_ioctlsocket" = "yes" &&
+     test "$tst_proto_ioctlsocket" = "yes" &&
+     test "$tst_compi_ioctlsocket" = "yes" &&
+     test "$tst_allow_ioctlsocket" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_IOCTLSOCKET 1
+_ACEOF
+
+    ac_cv_func_ioctlsocket="yes"
+
+  #
+  tst_compi_ioctlsocket_fionbio="unknown"
+  tst_allow_ioctlsocket_fionbio="unknown"
+  #
+  if test "$ac_cv_func_ioctlsocket" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctlsocket FIONBIO is compilable" >&5
+$as_echo_n "checking if ioctlsocket FIONBIO is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_winsock2
+
+int main (void)
+{
+
+        int flags = 0;
+        if(0 != ioctlsocket(0, FIONBIO, &flags))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_ioctlsocket_fionbio="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_ioctlsocket_fionbio="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_ioctlsocket_fionbio" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctlsocket FIONBIO usage allowed" >&5
+$as_echo_n "checking if ioctlsocket FIONBIO usage allowed... " >&6; }
+    if test "x$cares_disallow_ioctlsocket_fionbio" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_ioctlsocket_fionbio="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_ioctlsocket_fionbio="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ioctlsocket FIONBIO might be used" >&5
+$as_echo_n "checking if ioctlsocket FIONBIO might be used... " >&6; }
+  if test "$tst_compi_ioctlsocket_fionbio" = "yes" &&
+     test "$tst_allow_ioctlsocket_fionbio" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_IOCTLSOCKET_FIONBIO 1
+_ACEOF
+
+    ac_cv_func_ioctlsocket_fionbio="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_ioctlsocket_fionbio="no"
+  fi
+
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_ioctlsocket="no"
+  fi
+
+
+    #
+  tst_links_ioctlsocket_camel="unknown"
+  tst_proto_ioctlsocket_camel="unknown"
+  tst_compi_ioctlsocket_camel="unknown"
+  tst_allow_ioctlsocket_camel="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if IoctlSocket can be linked" >&5
+$as_echo_n "checking if IoctlSocket can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define IoctlSocket innocuous_IoctlSocket
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef IoctlSocket
+#ifdef __cplusplus
+extern "C"
+#endif
+char IoctlSocket ();
+#if defined __stub_IoctlSocket || defined __stub___IoctlSocket
+choke me
+#endif
+
+int main (void)
+{
+return IoctlSocket ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_ioctlsocket_camel="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_ioctlsocket_camel="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_ioctlsocket_camel" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if IoctlSocket is prototyped" >&5
+$as_echo_n "checking if IoctlSocket is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_stropts
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "IoctlSocket" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_ioctlsocket_camel="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_ioctlsocket_camel="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_ioctlsocket_camel" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if IoctlSocket is compilable" >&5
+$as_echo_n "checking if IoctlSocket is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_stropts
+
+int main (void)
+{
+
+        if(0 != IoctlSocket(0, 0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_ioctlsocket_camel="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_ioctlsocket_camel="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_ioctlsocket_camel" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if IoctlSocket usage allowed" >&5
+$as_echo_n "checking if IoctlSocket usage allowed... " >&6; }
+    if test "x$cares_disallow_ioctlsocket_camel" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_ioctlsocket_camel="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_ioctlsocket_camel="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if IoctlSocket might be used" >&5
+$as_echo_n "checking if IoctlSocket might be used... " >&6; }
+  if test "$tst_links_ioctlsocket_camel" = "yes" &&
+     test "$tst_proto_ioctlsocket_camel" = "yes" &&
+     test "$tst_compi_ioctlsocket_camel" = "yes" &&
+     test "$tst_allow_ioctlsocket_camel" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_IOCTLSOCKET_CAMEL 1
+_ACEOF
+
+    ac_cv_func_ioctlsocket_camel="yes"
+
+  #
+  tst_compi_ioctlsocket_camel_fionbio="unknown"
+  tst_allow_ioctlsocket_camel_fionbio="unknown"
+  #
+  if test "$ac_cv_func_ioctlsocket_camel" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if IoctlSocket FIONBIO is compilable" >&5
+$as_echo_n "checking if IoctlSocket FIONBIO is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_stropts
+
+int main (void)
+{
+
+        long flags = 0;
+        if(0 != ioctlsocket(0, FIONBIO, &flags))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_ioctlsocket_camel_fionbio="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_ioctlsocket_camel_fionbio="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_ioctlsocket_camel_fionbio" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if IoctlSocket FIONBIO usage allowed" >&5
+$as_echo_n "checking if IoctlSocket FIONBIO usage allowed... " >&6; }
+    if test "x$cares_disallow_ioctlsocket_camel_fionbio" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_ioctlsocket_camel_fionbio="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_ioctlsocket_camel_fionbio="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if IoctlSocket FIONBIO might be used" >&5
+$as_echo_n "checking if IoctlSocket FIONBIO might be used... " >&6; }
+  if test "$tst_compi_ioctlsocket_camel_fionbio" = "yes" &&
+     test "$tst_allow_ioctlsocket_camel_fionbio" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_IOCTLSOCKET_CAMEL_FIONBIO 1
+_ACEOF
+
+    ac_cv_func_ioctlsocket_camel_fionbio="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_ioctlsocket_camel_fionbio="no"
+  fi
+
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_ioctlsocket_camel="no"
+  fi
+
+
+      #
+  tst_links_setsockopt="unknown"
+  tst_proto_setsockopt="unknown"
+  tst_compi_setsockopt="unknown"
+  tst_allow_setsockopt="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if setsockopt can be linked" >&5
+$as_echo_n "checking if setsockopt can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+      $cares_includes_winsock2
+      $cares_includes_sys_socket
+
+int main (void)
+{
+
+      if(0 != setsockopt(0, 0, 0, 0, 0))
+        return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_setsockopt="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_setsockopt="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_setsockopt" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if setsockopt is prototyped" >&5
+$as_echo_n "checking if setsockopt is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_winsock2
+      $cares_includes_sys_socket
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "setsockopt" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_setsockopt="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_setsockopt="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_setsockopt" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if setsockopt is compilable" >&5
+$as_echo_n "checking if setsockopt is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_winsock2
+        $cares_includes_sys_socket
+
+int main (void)
+{
+
+        if(0 != setsockopt(0, 0, 0, 0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_setsockopt="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_setsockopt="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_setsockopt" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if setsockopt usage allowed" >&5
+$as_echo_n "checking if setsockopt usage allowed... " >&6; }
+    if test "x$cares_disallow_setsockopt" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_setsockopt="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_setsockopt="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if setsockopt might be used" >&5
+$as_echo_n "checking if setsockopt might be used... " >&6; }
+  if test "$tst_links_setsockopt" = "yes" &&
+     test "$tst_proto_setsockopt" = "yes" &&
+     test "$tst_compi_setsockopt" = "yes" &&
+     test "$tst_allow_setsockopt" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_SETSOCKOPT 1
+_ACEOF
+
+    ac_cv_func_setsockopt="yes"
+
+  #
+  tst_compi_setsockopt_so_nonblock="unknown"
+  tst_allow_setsockopt_so_nonblock="unknown"
+  #
+  if test "$ac_cv_func_setsockopt" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if setsockopt SO_NONBLOCK is compilable" >&5
+$as_echo_n "checking if setsockopt SO_NONBLOCK is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_winsock2
+        $cares_includes_sys_socket
+
+int main (void)
+{
+
+        if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_setsockopt_so_nonblock="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_setsockopt_so_nonblock="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_setsockopt_so_nonblock" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if setsockopt SO_NONBLOCK usage allowed" >&5
+$as_echo_n "checking if setsockopt SO_NONBLOCK usage allowed... " >&6; }
+    if test "x$cares_disallow_setsockopt_so_nonblock" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_setsockopt_so_nonblock="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_setsockopt_so_nonblock="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if setsockopt SO_NONBLOCK might be used" >&5
+$as_echo_n "checking if setsockopt SO_NONBLOCK might be used... " >&6; }
+  if test "$tst_compi_setsockopt_so_nonblock" = "yes" &&
+     test "$tst_allow_setsockopt_so_nonblock" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_SETSOCKOPT_SO_NONBLOCK 1
+_ACEOF
+
+    ac_cv_func_setsockopt_so_nonblock="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_setsockopt_so_nonblock="no"
+  fi
+
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_setsockopt="no"
+  fi
+
+
+        #
+  tst_links_socket="unknown"
+  tst_proto_socket="unknown"
+  tst_compi_socket="unknown"
+  tst_allow_socket="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if socket can be linked" >&5
+$as_echo_n "checking if socket can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+      $cares_includes_winsock2
+      $cares_includes_sys_socket
+      $cares_includes_socket
+
+int main (void)
+{
+
+      if(0 != socket(0, 0, 0))
+        return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_socket="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_socket="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_socket" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if socket is prototyped" >&5
+$as_echo_n "checking if socket is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_winsock2
+      $cares_includes_sys_socket
+      $cares_includes_socket
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "socket" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_socket="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_socket="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_socket" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if socket is compilable" >&5
+$as_echo_n "checking if socket is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_winsock2
+        $cares_includes_sys_socket
+        $cares_includes_socket
+
+int main (void)
+{
+
+        if(0 != socket(0, 0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_socket="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_socket="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_socket" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if socket usage allowed" >&5
+$as_echo_n "checking if socket usage allowed... " >&6; }
+    if test "x$cares_disallow_socket" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_socket="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_socket="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if socket might be used" >&5
+$as_echo_n "checking if socket might be used... " >&6; }
+  if test "$tst_links_socket" = "yes" &&
+     test "$tst_proto_socket" = "yes" &&
+     test "$tst_compi_socket" = "yes" &&
+     test "$tst_allow_socket" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_SOCKET 1
+_ACEOF
+
+    ac_cv_func_socket="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_socket="no"
+  fi
+
+
+    #
+  tst_links_strcasecmp="unknown"
+  tst_proto_strcasecmp="unknown"
+  tst_compi_strcasecmp="unknown"
+  tst_allow_strcasecmp="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strcasecmp can be linked" >&5
+$as_echo_n "checking if strcasecmp can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define strcasecmp innocuous_strcasecmp
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef strcasecmp
+#ifdef __cplusplus
+extern "C"
+#endif
+char strcasecmp ();
+#if defined __stub_strcasecmp || defined __stub___strcasecmp
+choke me
+#endif
+
+int main (void)
+{
+return strcasecmp ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_strcasecmp="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_strcasecmp="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_strcasecmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strcasecmp is prototyped" >&5
+$as_echo_n "checking if strcasecmp is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_string
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "strcasecmp" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_strcasecmp="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_strcasecmp="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_strcasecmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strcasecmp is compilable" >&5
+$as_echo_n "checking if strcasecmp is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_string
+
+int main (void)
+{
+
+        if(0 != strcasecmp(0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_strcasecmp="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_strcasecmp="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_strcasecmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strcasecmp usage allowed" >&5
+$as_echo_n "checking if strcasecmp usage allowed... " >&6; }
+    if test "x$cares_disallow_strcasecmp" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_strcasecmp="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_strcasecmp="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strcasecmp might be used" >&5
+$as_echo_n "checking if strcasecmp might be used... " >&6; }
+  if test "$tst_links_strcasecmp" = "yes" &&
+     test "$tst_proto_strcasecmp" = "yes" &&
+     test "$tst_compi_strcasecmp" = "yes" &&
+     test "$tst_allow_strcasecmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRCASECMP 1
+_ACEOF
+
+    ac_cv_func_strcasecmp="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_strcasecmp="no"
+  fi
+
+
+    #
+  tst_links_strcmpi="unknown"
+  tst_proto_strcmpi="unknown"
+  tst_compi_strcmpi="unknown"
+  tst_allow_strcmpi="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strcmpi can be linked" >&5
+$as_echo_n "checking if strcmpi can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define strcmpi innocuous_strcmpi
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef strcmpi
+#ifdef __cplusplus
+extern "C"
+#endif
+char strcmpi ();
+#if defined __stub_strcmpi || defined __stub___strcmpi
+choke me
+#endif
+
+int main (void)
+{
+return strcmpi ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_strcmpi="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_strcmpi="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_strcmpi" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strcmpi is prototyped" >&5
+$as_echo_n "checking if strcmpi is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_string
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "strcmpi" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_strcmpi="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_strcmpi="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_strcmpi" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strcmpi is compilable" >&5
+$as_echo_n "checking if strcmpi is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_string
+
+int main (void)
+{
+
+        if(0 != strcmpi(0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_strcmpi="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_strcmpi="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_strcmpi" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strcmpi usage allowed" >&5
+$as_echo_n "checking if strcmpi usage allowed... " >&6; }
+    if test "x$cares_disallow_strcmpi" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_strcmpi="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_strcmpi="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strcmpi might be used" >&5
+$as_echo_n "checking if strcmpi might be used... " >&6; }
+  if test "$tst_links_strcmpi" = "yes" &&
+     test "$tst_proto_strcmpi" = "yes" &&
+     test "$tst_compi_strcmpi" = "yes" &&
+     test "$tst_allow_strcmpi" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRCMPI 1
+_ACEOF
+
+    ac_cv_func_strcmpi="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_strcmpi="no"
+  fi
+
+
+    #
+  tst_links_strdup="unknown"
+  tst_proto_strdup="unknown"
+  tst_compi_strdup="unknown"
+  tst_allow_strdup="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strdup can be linked" >&5
+$as_echo_n "checking if strdup can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define strdup innocuous_strdup
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef strdup
+#ifdef __cplusplus
+extern "C"
+#endif
+char strdup ();
+#if defined __stub_strdup || defined __stub___strdup
+choke me
+#endif
+
+int main (void)
+{
+return strdup ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_strdup="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_strdup="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_strdup" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strdup is prototyped" >&5
+$as_echo_n "checking if strdup is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_string
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "strdup" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_strdup="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_strdup="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_strdup" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strdup is compilable" >&5
+$as_echo_n "checking if strdup is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_string
+
+int main (void)
+{
+
+        if(0 != strdup(0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_strdup="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_strdup="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_strdup" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strdup usage allowed" >&5
+$as_echo_n "checking if strdup usage allowed... " >&6; }
+    if test "x$cares_disallow_strdup" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_strdup="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_strdup="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strdup might be used" >&5
+$as_echo_n "checking if strdup might be used... " >&6; }
+  if test "$tst_links_strdup" = "yes" &&
+     test "$tst_proto_strdup" = "yes" &&
+     test "$tst_compi_strdup" = "yes" &&
+     test "$tst_allow_strdup" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRDUP 1
+_ACEOF
+
+    ac_cv_func_strdup="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_strdup="no"
+  fi
+
+
+    #
+  tst_links_stricmp="unknown"
+  tst_proto_stricmp="unknown"
+  tst_compi_stricmp="unknown"
+  tst_allow_stricmp="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if stricmp can be linked" >&5
+$as_echo_n "checking if stricmp can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define stricmp innocuous_stricmp
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef stricmp
+#ifdef __cplusplus
+extern "C"
+#endif
+char stricmp ();
+#if defined __stub_stricmp || defined __stub___stricmp
+choke me
+#endif
+
+int main (void)
+{
+return stricmp ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_stricmp="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_stricmp="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_stricmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if stricmp is prototyped" >&5
+$as_echo_n "checking if stricmp is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_string
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "stricmp" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_stricmp="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_stricmp="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_stricmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if stricmp is compilable" >&5
+$as_echo_n "checking if stricmp is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_string
+
+int main (void)
+{
+
+        if(0 != stricmp(0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_stricmp="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_stricmp="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_stricmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if stricmp usage allowed" >&5
+$as_echo_n "checking if stricmp usage allowed... " >&6; }
+    if test "x$cares_disallow_stricmp" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_stricmp="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_stricmp="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if stricmp might be used" >&5
+$as_echo_n "checking if stricmp might be used... " >&6; }
+  if test "$tst_links_stricmp" = "yes" &&
+     test "$tst_proto_stricmp" = "yes" &&
+     test "$tst_compi_stricmp" = "yes" &&
+     test "$tst_allow_stricmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRICMP 1
+_ACEOF
+
+    ac_cv_func_stricmp="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_stricmp="no"
+  fi
+
+
+    #
+  tst_links_strncasecmp="unknown"
+  tst_proto_strncasecmp="unknown"
+  tst_compi_strncasecmp="unknown"
+  tst_allow_strncasecmp="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strncasecmp can be linked" >&5
+$as_echo_n "checking if strncasecmp can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define strncasecmp innocuous_strncasecmp
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef strncasecmp
+#ifdef __cplusplus
+extern "C"
+#endif
+char strncasecmp ();
+#if defined __stub_strncasecmp || defined __stub___strncasecmp
+choke me
+#endif
+
+int main (void)
+{
+return strncasecmp ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_strncasecmp="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_strncasecmp="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_strncasecmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strncasecmp is prototyped" >&5
+$as_echo_n "checking if strncasecmp is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_string
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "strncasecmp" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_strncasecmp="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_strncasecmp="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_strncasecmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strncasecmp is compilable" >&5
+$as_echo_n "checking if strncasecmp is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_string
+
+int main (void)
+{
+
+        if(0 != strncasecmp(0, 0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_strncasecmp="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_strncasecmp="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_strncasecmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strncasecmp usage allowed" >&5
+$as_echo_n "checking if strncasecmp usage allowed... " >&6; }
+    if test "x$cares_disallow_strncasecmp" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_strncasecmp="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_strncasecmp="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strncasecmp might be used" >&5
+$as_echo_n "checking if strncasecmp might be used... " >&6; }
+  if test "$tst_links_strncasecmp" = "yes" &&
+     test "$tst_proto_strncasecmp" = "yes" &&
+     test "$tst_compi_strncasecmp" = "yes" &&
+     test "$tst_allow_strncasecmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRNCASECMP 1
+_ACEOF
+
+    ac_cv_func_strncasecmp="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_strncasecmp="no"
+  fi
+
+
+    #
+  tst_links_strncmpi="unknown"
+  tst_proto_strncmpi="unknown"
+  tst_compi_strncmpi="unknown"
+  tst_allow_strncmpi="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strncmpi can be linked" >&5
+$as_echo_n "checking if strncmpi can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define strncmpi innocuous_strncmpi
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef strncmpi
+#ifdef __cplusplus
+extern "C"
+#endif
+char strncmpi ();
+#if defined __stub_strncmpi || defined __stub___strncmpi
+choke me
+#endif
+
+int main (void)
+{
+return strncmpi ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_strncmpi="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_strncmpi="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_strncmpi" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strncmpi is prototyped" >&5
+$as_echo_n "checking if strncmpi is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_string
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "strncmpi" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_strncmpi="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_strncmpi="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_strncmpi" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strncmpi is compilable" >&5
+$as_echo_n "checking if strncmpi is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_string
+
+int main (void)
+{
+
+        if(0 != strncmpi(0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_strncmpi="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_strncmpi="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_strncmpi" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strncmpi usage allowed" >&5
+$as_echo_n "checking if strncmpi usage allowed... " >&6; }
+    if test "x$cares_disallow_strncmpi" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_strncmpi="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_strncmpi="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strncmpi might be used" >&5
+$as_echo_n "checking if strncmpi might be used... " >&6; }
+  if test "$tst_links_strncmpi" = "yes" &&
+     test "$tst_proto_strncmpi" = "yes" &&
+     test "$tst_compi_strncmpi" = "yes" &&
+     test "$tst_allow_strncmpi" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRNCMPI 1
+_ACEOF
+
+    ac_cv_func_strncmpi="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_strncmpi="no"
+  fi
+
+
+    #
+  tst_links_strnicmp="unknown"
+  tst_proto_strnicmp="unknown"
+  tst_compi_strnicmp="unknown"
+  tst_allow_strnicmp="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnicmp can be linked" >&5
+$as_echo_n "checking if strnicmp can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define strnicmp innocuous_strnicmp
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef strnicmp
+#ifdef __cplusplus
+extern "C"
+#endif
+char strnicmp ();
+#if defined __stub_strnicmp || defined __stub___strnicmp
+choke me
+#endif
+
+int main (void)
+{
+return strnicmp ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_strnicmp="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_strnicmp="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_strnicmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnicmp is prototyped" >&5
+$as_echo_n "checking if strnicmp is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_string
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "strnicmp" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_strnicmp="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_strnicmp="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_strnicmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnicmp is compilable" >&5
+$as_echo_n "checking if strnicmp is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_string
+
+int main (void)
+{
+
+        if(0 != strnicmp(0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_strnicmp="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_strnicmp="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_strnicmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnicmp usage allowed" >&5
+$as_echo_n "checking if strnicmp usage allowed... " >&6; }
+    if test "x$cares_disallow_strnicmp" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_strnicmp="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_strnicmp="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnicmp might be used" >&5
+$as_echo_n "checking if strnicmp might be used... " >&6; }
+  if test "$tst_links_strnicmp" = "yes" &&
+     test "$tst_proto_strnicmp" = "yes" &&
+     test "$tst_compi_strnicmp" = "yes" &&
+     test "$tst_allow_strnicmp" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRNICMP 1
+_ACEOF
+
+    ac_cv_func_strnicmp="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_strnicmp="no"
+  fi
+
+
+cares_includes_sys_uio="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_UIO_H
+#  include <sys/uio.h>
+#endif
+/* includes end */"
+  for ac_header in sys/types.h sys/uio.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$cares_includes_sys_uio
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+
+    #
+  tst_links_writev="unknown"
+  tst_proto_writev="unknown"
+  tst_compi_writev="unknown"
+  tst_allow_writev="unknown"
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if writev can be linked" >&5
+$as_echo_n "checking if writev can be linked... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define writev innocuous_writev
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef writev
+#ifdef __cplusplus
+extern "C"
+#endif
+char writev ();
+#if defined __stub_writev || defined __stub___writev
+choke me
+#endif
+
+int main (void)
+{
+return writev ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    tst_links_writev="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    tst_links_writev="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$tst_links_writev" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if writev is prototyped" >&5
+$as_echo_n "checking if writev is prototyped... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+      $cares_includes_sys_uio
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "writev" >/dev/null 2>&1; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_proto_writev="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_proto_writev="no"
+
+fi
+rm -f conftest*
+
+  fi
+  #
+  if test "$tst_proto_writev" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if writev is compilable" >&5
+$as_echo_n "checking if writev is compilable... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+        $cares_includes_sys_uio
+
+int main (void)
+{
+
+        if(0 != writev(0, 0, 0))
+          return 1;
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_compi_writev="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_compi_writev="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  #
+  if test "$tst_compi_writev" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if writev usage allowed" >&5
+$as_echo_n "checking if writev usage allowed... " >&6; }
+    if test "x$cares_disallow_writev" != "xyes"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      tst_allow_writev="yes"
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      tst_allow_writev="no"
+    fi
+  fi
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if writev might be used" >&5
+$as_echo_n "checking if writev might be used... " >&6; }
+  if test "$tst_links_writev" = "yes" &&
+     test "$tst_proto_writev" = "yes" &&
+     test "$tst_compi_writev" = "yes" &&
+     test "$tst_allow_writev" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_WRITEV 1
+_ACEOF
+
+    ac_cv_func_writev="yes"
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ac_cv_func_writev="no"
+  fi
+
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PF_INET6" >&5
+$as_echo_n "checking for PF_INET6... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#endif
+
+
+      #ifdef PF_INET6
+        VARIABLEWASDEFINED
+      #else
+        NJET
+      #endif
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "VARIABLEWASDEFINED" >/dev/null 2>&1; then :
+  ac_constant="yes"
+else
+  ac_constant="no"
+
+fi
+rm -f conftest*
+
+  if test "$ac_constant" = "yes" ; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_PF_INET6 1
+_ACEOF
+
+
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+  fi
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AF_INET6" >&5
+$as_echo_n "checking for AF_INET6... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#endif
+
+
+      #ifdef AF_INET6
+        VARIABLEWASDEFINED
+      #else
+        NJET
+      #endif
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "VARIABLEWASDEFINED" >/dev/null 2>&1; then :
+  ac_constant="yes"
+else
+  ac_constant="no"
+
+fi
+rm -f conftest*
+
+  if test "$ac_constant" = "yes" ; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_AF_INET6 1
+_ACEOF
+
+
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+  fi
+
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct in6_addr" >&5
+$as_echo_n "checking for struct in6_addr... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#endif
+
+int main (void)
+{
+
+      struct in6_addr struct_instance;
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_struct="yes"
+else
+  ac_found="no"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  if test "$ac_struct" = "yes" ; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_IN6_ADDR 1
+_ACEOF
+
+
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+  fi
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct sockaddr_in6" >&5
+$as_echo_n "checking for struct sockaddr_in6... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#endif
+
+int main (void)
+{
+
+      struct sockaddr_in6 struct_instance;
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_struct="yes"
+else
+  ac_found="no"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  if test "$ac_struct" = "yes" ; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_SOCKADDR_IN6 1
+_ACEOF
+ ac_have_sockaddr_in6=yes
+
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+  fi
+
+
+ac_fn_c_check_member "$LINENO" "struct sockaddr_in6" "sin6_scope_id" "ac_cv_member_struct_sockaddr_in6_sin6_scope_id" "
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#endif
+
+"
+if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
+_ACEOF
+
+
+fi
+
+
+ac_fn_c_check_member "$LINENO" "struct addrinfo" "ai_flags" "ac_cv_member_struct_addrinfo_ai_flags" "
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#endif
+
+
+"
+if test "x$ac_cv_member_struct_addrinfo_ai_flags" = x""yes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_ADDRINFO 1
+_ACEOF
+
+fi
+
+
+
+for ac_func in bitncmp \
+  gettimeofday \
+  if_indextoname
+
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+
+
+else
+
+  func="$ac_func"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking deeper for $func" >&5
+$as_echo_n "checking deeper for $func... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+      $func ();
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    eval "ac_cv_func_$func=yes"
+
+cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$func" | $as_tr_cpp` 1
+_ACEOF
+
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: but still no" >&5
+$as_echo "but still no" >&6; }
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+
+fi
+done
+
+
+
+for ac_func in inet_net_pton
+do :
+  ac_fn_c_check_func "$LINENO" "inet_net_pton" "ac_cv_func_inet_net_pton"
+if test "x$ac_cv_func_inet_net_pton" = x""yes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_INET_NET_PTON 1
+_ACEOF
+
+fi
+done
+
+if test "$ac_cv_func_inet_net_pton" = "yes" ; then
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_net_pton supports IPv6" >&5
+$as_echo_n "checking if inet_net_pton supports IPv6... " >&6; }
+if test "$cross_compiling" = yes; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+int main()
+  {
+    struct in6_addr addr6;
+    if (inet_net_pton(AF_INET6, "::1", &addr6, sizeof(addr6)) < 1)
+      exit(1);
+    else
+      exit(0);
+  }
+
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_INET_NET_PTON_IPV6 1
+_ACEOF
+
+
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+fi
+
+
+# The cast to long int works around a bug in the HP C Compiler
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
+# This bug is HP SR number 8606223364.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of struct in6_addr" >&5
+$as_echo_n "checking size of struct in6_addr... " >&6; }
+if test "${ac_cv_sizeof_struct_in6_addr+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (struct in6_addr))" "ac_cv_sizeof_struct_in6_addr"        "
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#endif
+
+
+"; then :
+
+else
+  if test "$ac_cv_type_struct_in6_addr" = yes; then
+     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error 77 "cannot compute sizeof (struct in6_addr)
+See \`config.log' for more details" "$LINENO" 5 ; }
+   else
+     ac_cv_sizeof_struct_in6_addr=0
+   fi
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_struct_in6_addr" >&5
+$as_echo "$ac_cv_sizeof_struct_in6_addr" >&6; }
+
+
+
+cat >>confdefs.h <<_ACEOF
+#define SIZEOF_STRUCT_IN6_ADDR $ac_cv_sizeof_struct_in6_addr
+_ACEOF
+
+
+
+# The cast to long int works around a bug in the HP C Compiler
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
+# This bug is HP SR number 8606223364.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of struct in_addr" >&5
+$as_echo_n "checking size of struct in_addr... " >&6; }
+if test "${ac_cv_sizeof_struct_in_addr+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (struct in_addr))" "ac_cv_sizeof_struct_in_addr"        "
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#endif
+
+
+"; then :
+
+else
+  if test "$ac_cv_type_struct_in_addr" = yes; then
+     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error 77 "cannot compute sizeof (struct in_addr)
+See \`config.log' for more details" "$LINENO" 5 ; }
+   else
+     ac_cv_sizeof_struct_in_addr=0
+   fi
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_struct_in_addr" >&5
+$as_echo "$ac_cv_sizeof_struct_in_addr" >&6; }
+
+
+
+cat >>confdefs.h <<_ACEOF
+#define SIZEOF_STRUCT_IN_ADDR $ac_cv_sizeof_struct_in_addr
+_ACEOF
+
+
+
+
+
+    for ac_header in sys/types.h sys/socket.h netdb.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+  #
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getnameinfo" >&5
+$as_echo_n "checking for getnameinfo... " >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#define getnameinfo innocuous_getnameinfo
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef getnameinfo
+#ifdef __cplusplus
+extern "C"
+#endif
+char getnameinfo ();
+#if defined __stub_getnameinfo || defined __stub___getnameinfo
+choke me
+#endif
+
+int main (void)
+{
+return getnameinfo ();
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    curl_cv_getnameinfo="yes"
+
+else
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    curl_cv_getnameinfo="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  #
+  if test "$curl_cv_getnameinfo" != "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking deeper for getnameinfo" >&5
+$as_echo_n "checking deeper for getnameinfo... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+
+int main (void)
+{
+
+        getnameinfo();
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      curl_cv_getnameinfo="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: but still no" >&5
+$as_echo "but still no" >&6; }
+      curl_cv_getnameinfo="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  fi
+  #
+  if test "$curl_cv_getnameinfo" != "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking deeper and deeper for getnameinfo" >&5
+$as_echo_n "checking deeper and deeper for getnameinfo... " >&6; }
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#endif
+
+int main (void)
+{
+
+        getnameinfo(0, 0, 0, 0, 0, 0, 0);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+      curl_cv_getnameinfo="yes"
+
+else
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: but still no" >&5
+$as_echo "but still no" >&6; }
+      curl_cv_getnameinfo="no"
+
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  fi
+  #
+  if test "$curl_cv_getnameinfo" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for getnameinfo" >&5
+$as_echo_n "checking types of arguments for getnameinfo... " >&6; }
+if test "${curl_cv_func_getnameinfo_args+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+
+      curl_cv_func_getnameinfo_args="unknown"
+      for gni_arg1 in 'struct sockaddr *' 'const struct sockaddr *' 'void *'; do
+        for gni_arg2 in 'socklen_t' 'size_t' 'int'; do
+          for gni_arg46 in 'size_t' 'int' 'socklen_t' 'unsigned int' 'DWORD'; do
+            for gni_arg7 in 'int' 'unsigned int'; do
+              if test "$curl_cv_func_getnameinfo_args" = "unknown"; then
+                cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
+#undef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#define GNICALLCONV WSAAPI
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#define GNICALLCONV
+#endif
+                    extern int GNICALLCONV getnameinfo($gni_arg1, $gni_arg2,
+                                           char *, $gni_arg46,
+                                           char *, $gni_arg46,
+                                           $gni_arg7);
+
+int main (void)
+{
+
+                    $gni_arg2 salen=0;
+                    $gni_arg46 hostlen=0;
+                    $gni_arg46 servlen=0;
+                    $gni_arg7 flags=0;
+                    int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
+
+ ;
+ return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+                  curl_cv_func_getnameinfo_args="$gni_arg1,$gni_arg2,$gni_arg46,$gni_arg7"
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+              fi
+            done
+          done
+        done
+      done
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $curl_cv_func_getnameinfo_args" >&5
+$as_echo "$curl_cv_func_getnameinfo_args" >&6; } # AC-CACHE-CHECK
+    if test "$curl_cv_func_getnameinfo_args" = "unknown"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find proper types to use for getnameinfo args" >&5
+$as_echo "$as_me: WARNING: Cannot find proper types to use for getnameinfo args" >&2;}
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: HAVE_GETNAMEINFO will not be defined" >&5
+$as_echo "$as_me: WARNING: HAVE_GETNAMEINFO will not be defined" >&2;}
+    else
+      gni_prev_IFS=$IFS; IFS=','
+      set dummy `echo "$curl_cv_func_getnameinfo_args" | sed 's/\*/\*/g'`
+      IFS=$gni_prev_IFS
+      shift
+      #
+      gni_qual_type_arg1=$1
+      #
+
+cat >>confdefs.h <<_ACEOF
+#define GETNAMEINFO_TYPE_ARG2 $2
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define GETNAMEINFO_TYPE_ARG46 $3
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define GETNAMEINFO_TYPE_ARG7 $4
+_ACEOF
+
+      #
+      prev_sh_opts=$-
+      #
+      case $prev_sh_opts in
+        *f*)
+          ;;
+        *)
+          set -f
+          ;;
+      esac
+      #
+      case "$gni_qual_type_arg1" in
+        const*)
+          gni_qual_arg1=const
+          gni_type_arg1=`echo $gni_qual_type_arg1 | sed 's/^const //'`
+        ;;
+        *)
+          gni_qual_arg1=
+          gni_type_arg1=$gni_qual_type_arg1
+        ;;
+      esac
+      #
+
+cat >>confdefs.h <<_ACEOF
+#define GETNAMEINFO_QUAL_ARG1 $gni_qual_arg1
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define GETNAMEINFO_TYPE_ARG1 $gni_type_arg1
+_ACEOF
+
+      #
+      case $prev_sh_opts in
+        *f*)
+          ;;
+        *)
+          set +f
+          ;;
+      esac
+      #
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_GETNAMEINFO 1
+_ACEOF
+
+      ac_cv_func_getnameinfo="yes"
+    fi
+  fi
+
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
+$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
+if test "${ac_cv_c_bigendian+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_cv_c_bigendian=unknown
+    # See if we're dealing with a universal compiler.
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifndef __APPLE_CC__
+	       not a universal capable compiler
+	     #endif
+	     typedef int dummy;
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+	# Check for potential -arch flags.  It is not universal unless
+	# there are at least two -arch flags with different values.
+	ac_arch=
+	ac_prev=
+	for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
+	 if test -n "$ac_prev"; then
+	   case $ac_word in
+	     i?86 | x86_64 | ppc | ppc64)
+	       if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
+		 ac_arch=$ac_word
+	       else
+		 ac_cv_c_bigendian=universal
+		 break
+	       fi
+	       ;;
+	   esac
+	   ac_prev=
+	 elif test "x$ac_word" = "x-arch"; then
+	   ac_prev=arch
+	 fi
+       done
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    if test $ac_cv_c_bigendian = unknown; then
+      # See if sys/param.h defines the BYTE_ORDER macro.
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+	     #include <sys/param.h>
+
+int main (void)
+{
+#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
+		     && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
+		     && LITTLE_ENDIAN)
+	      bogus endian macros
+	     #endif
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  # It does; now see whether it defined to BIG_ENDIAN or not.
+	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+		#include <sys/param.h>
+
+int main (void)
+{
+#if BYTE_ORDER != BIG_ENDIAN
+		 not big endian
+		#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_c_bigendian=yes
+else
+  ac_cv_c_bigendian=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    fi
+    if test $ac_cv_c_bigendian = unknown; then
+      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <limits.h>
+
+int main (void)
+{
+#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
+	      bogus endian macros
+	     #endif
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  # It does; now see whether it defined to _BIG_ENDIAN or not.
+	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <limits.h>
+
+int main (void)
+{
+#ifndef _BIG_ENDIAN
+		 not big endian
+		#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_c_bigendian=yes
+else
+  ac_cv_c_bigendian=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    fi
+    if test $ac_cv_c_bigendian = unknown; then
+      # Compile a test program.
+      if test "$cross_compiling" = yes; then :
+  # Try to guess by grepping values from an object file.
+	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+short int ascii_mm[] =
+		  { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
+		short int ascii_ii[] =
+		  { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
+		int use_ascii (int i) {
+		  return ascii_mm[i] + ascii_ii[i];
+		}
+		short int ebcdic_ii[] =
+		  { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
+		short int ebcdic_mm[] =
+		  { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
+		int use_ebcdic (int i) {
+		  return ebcdic_mm[i] + ebcdic_ii[i];
+		}
+		extern int foo;
+
+int main (void)
+{
+return use_ascii (foo) == use_ebcdic (foo);
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
+	      ac_cv_c_bigendian=yes
+	    fi
+	    if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
+	      if test "$ac_cv_c_bigendian" = unknown; then
+		ac_cv_c_bigendian=no
+	      else
+		# finding both strings is unlikely to happen, but who knows?
+		ac_cv_c_bigendian=unknown
+	      fi
+	    fi
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$ac_includes_default
+int main (void)
+{
+
+	     /* Are we little or big endian?  From Harbison&Steele.  */
+	     union
+	     {
+	       long int l;
+	       char c[sizeof (long int)];
+	     } u;
+	     u.l = 1;
+	     return u.c[sizeof (long int) - 1] == 1;
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_c_bigendian=no
+else
+  ac_cv_c_bigendian=yes
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+    fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
+$as_echo "$ac_cv_c_bigendian" >&6; }
+ case $ac_cv_c_bigendian in #(
+   yes)
+
+$as_echo "#define ARES_BIG_ENDIAN 1" >>confdefs.h
+;; #(
+   no)
+      ;; #(
+   universal)
+
+$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
+
+     ;; #(
+   *)
+     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: couldn't figure out endianess, assuming little endian!" >&5
+$as_echo "$as_me: WARNING: couldn't figure out endianess, assuming little endian!" >&2;}
+ ;;
+ esac
+
+
+
+# Check whether --with-random was given.
+if test "${with_random+set}" = set; then :
+  withval=$with_random;  RANDOM_FILE="$withval"
+else
+
+                                if test "$cross_compiling" = "no"; then
+          as_ac_File=`$as_echo "ac_cv_file_"/dev/urandom"" | $as_tr_sh`
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"/dev/urandom\"" >&5
+$as_echo_n "checking for \"/dev/urandom\"... " >&6; }
+if eval "test \"\${$as_ac_File+set}\"" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  test "$cross_compiling" = yes &&
+  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
+if test -r ""/dev/urandom""; then
+  eval "$as_ac_File=yes"
+else
+  eval "$as_ac_File=no"
+fi
+fi
+eval ac_res=\$$as_ac_File
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
+   RANDOM_FILE="/dev/urandom"
+fi
+
+        else
+          { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot check for /dev/urandom while cross compiling; assuming none" >&5
+$as_echo "$as_me: WARNING: cannot check for /dev/urandom while cross compiling; assuming none" >&2;}
+        fi
+
+
+
+fi
+
+if test -n "$RANDOM_FILE" && test X"$RANDOM_FILE" != Xno ; then
+
+
+cat >>confdefs.h <<_ACEOF
+#define RANDOM_FILE "$RANDOM_FILE"
+_ACEOF
+
+fi
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable non-blocking communications" >&5
+$as_echo_n "checking whether to enable non-blocking communications... " >&6; }
+  OPT_NONBLOCKING="default"
+  # Check whether --enable-nonblocking was given.
+if test "${enable_nonblocking+set}" = set; then :
+  enableval=$enable_nonblocking; OPT_NONBLOCKING=$enableval
+fi
+
+  case "$OPT_NONBLOCKING" in
+    no)
+            want_nonblocking="no"
+      ;;
+    default)
+            want_nonblocking="yes"
+      ;;
+    *)
+            want_nonblocking="yes"
+      ;;
+  esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $want_nonblocking" >&5
+$as_echo "$want_nonblocking" >&6; }
+
+
+              #
+  tst_method="unknown"
+  if test "$want_nonblocking" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to set a socket into non-blocking mode" >&5
+$as_echo_n "checking how to set a socket into non-blocking mode... " >&6; }
+    if test "x$ac_cv_func_fcntl_o_nonblock" = "xyes"; then
+      tst_method="fcntl O_NONBLOCK"
+    elif test "x$ac_cv_func_ioctl_fionbio" = "xyes"; then
+      tst_method="ioctl FIONBIO"
+    elif test "x$ac_cv_func_ioctlsocket_fionbio" = "xyes"; then
+      tst_method="ioctlsocket FIONBIO"
+    elif test "x$ac_cv_func_ioctlsocket_camel_fionbio" = "xyes"; then
+      tst_method="IoctlSocket FIONBIO"
+    elif test "x$ac_cv_func_setsockopt_so_nonblock" = "xyes"; then
+      tst_method="setsockopt SO_NONBLOCK"
+    fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tst_method" >&5
+$as_echo "$tst_method" >&6; }
+    if test "$tst_method" = "unknown"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot determine non-blocking socket method." >&5
+$as_echo "$as_me: WARNING: cannot determine non-blocking socket method." >&2;}
+    fi
+  fi
+  if test "$tst_method" = "unknown"; then
+
+cat >>confdefs.h <<_ACEOF
+#define USE_BLOCKING_SOCKETS 1
+_ACEOF
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: non-blocking sockets disabled." >&5
+$as_echo "$as_me: WARNING: non-blocking sockets disabled." >&2;}
+  fi
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether hiding of library internal symbols will actually happen" >&5
+$as_echo_n "checking whether hiding of library internal symbols will actually happen... " >&6; }
+  if test x"$ac_cv_native_windows" != "xyes" &&
+    test "$want_symbol_hiding" = "yes" &&
+    test "$supports_symbol_hiding" = "yes"; then
+    CFLAGS="$CFLAGS $symbol_hiding_CFLAGS"
+
+cat >>confdefs.h <<_ACEOF
+#define CARES_SYMBOL_HIDING 1
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define CARES_SYMBOL_SCOPE_EXTERN $symbol_hiding_EXTERN
+_ACEOF
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  fi
+
+
+CARES_PRIVATE_LIBS="$LIBS"
+
+
+CARES_CFLAG_EXTRAS=""
+if test X"$want_werror" == Xyes; then
+  CARES_CFLAG_EXTRAS="-Werror"
+fi
+
+
+
+squeeze CFLAGS
+squeeze CPPFLAGS
+squeeze DEFS
+squeeze LDFLAGS
+squeeze LIBS
+
+squeeze CARES_PRIVATE_LIBS
+
+ac_config_files="$ac_config_files Makefile libcares.pc"
+
+cat >confcache <<\_ACEOF
+# This file is a shell script that caches the results of configure
+# tests run on this system so they can be shared between configure
+# scripts and configure runs, see configure's option --config-cache.
+# It is not useful on other systems.  If it contains results you don't
+# want to keep, you may remove or edit it.
+#
+# config.status only pays attention to the cache file if you give it
+# the --recheck option to rerun configure.
+#
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# following values.
+
+_ACEOF
+
+# The following way of writing the cache mishandles newlines in values,
+# but we know of no workaround that is simple, portable, and efficient.
+# So, we kill variables containing newlines.
+# Ultrix sh set writes to stderr and can't be redirected directly,
+# and sets the high bit in the cache file unless we assign to the vars.
+(
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    *${as_nl}*)
+      case $ac_var in #(
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+      esac
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      esac ;;
+    esac
+  done
+
+  (set) 2>&1 |
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
+      # `set' does not quote correctly, so add quotes: double-quote
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
+      sed -n \
+	"s/'/'\\\\''/g;
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+      ;; #(
+    *)
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      ;;
+    esac |
+    sort
+) |
+  sed '
+     /^ac_cv_env_/b end
+     t clear
+     :clear
+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+     t end
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+     :end' >>confcache
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
+  if test -w "$cache_file"; then
+    test "x$cache_file" != "x/dev/null" &&
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
+$as_echo "$as_me: updating cache $cache_file" >&6;}
+    cat confcache >$cache_file
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
+  fi
+fi
+rm -f confcache
+
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+# Let make expand exec_prefix.
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+
+DEFS=-DHAVE_CONFIG_H
+
+ac_libobjs=
+ac_ltlibobjs=
+U=
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+  # 1. Remove the extension, and $U if already installed.
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
+  #    will be set to the directory where LIBOBJS objects are built.
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
+done
+LIBOBJS=$ac_libobjs
+
+LTLIBOBJS=$ac_ltlibobjs
+
+
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
+  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+  as_fn_error $? "conditional \"AMDEP\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${NO_UNDEFINED_TRUE}" && test -z "${NO_UNDEFINED_FALSE}"; then
+  as_fn_error $? "conditional \"NO_UNDEFINED\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${CURLDEBUG_TRUE}" && test -z "${CURLDEBUG_FALSE}"; then
+  as_fn_error $? "conditional \"CURLDEBUG\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+
+
+: ${CONFIG_STATUS=./config.status}
+ac_write_fail=0
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
+as_write_fail=0
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
+#! $SHELL
+# Generated by $as_me.
+# Run this file to recreate the current configuration.
+# Compiler output produced by configure, useful for debugging
+# configure, is in config.log if it exists.
+
+debug=false
+ac_cs_recheck=false
+ac_cs_silent=false
+
+SHELL=\${CONFIG_SHELL-$SHELL}
+export SHELL
+_ASEOF
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
+
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
+esac
+fi
+
+
+as_nl='
+'
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='printf %s\n'
+  as_echo_n='printf %s'
+else
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_n='/usr/ucb/echo -n'
+  else
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_n_body='eval
+      arg=$1;
+      case $arg in #(
+      *"$as_nl"*)
+	expr "X$arg" : "X\\(.*\\)$as_nl";
+	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+      esac;
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+    '
+    export as_echo_n_body
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+  fi
+  export as_echo_body
+  as_echo='sh -c $as_echo_body as_echo'
+fi
+
+
+
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+IFS=" ""	$as_nl"
+
+# Find who we are.  Look in the path if we contain no directory separator.
+case $0 in #((
+  *[\\/]* ) as_myself=$0 ;;
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+  done
+IFS=$as_save_IFS
+
+     ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+  as_myself=$0
+fi
+if test ! -f "$as_myself"; then
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  exit 1
+fi
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
+
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+{
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+  fi
+  $as_echo "$as_me: error: $2" >&2
+  as_fn_exit $as_status
+} # as_fn_error
+
+
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+  return $1
+} # as_fn_set_status
+
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+{
+  set +e
+  as_fn_set_status $1
+  exit $1
+} # as_fn_exit
+
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+  { eval $1=; unset $1;}
+}
+as_unset=as_fn_unset
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+  eval 'as_fn_append ()
+  {
+    eval $1+=\$2
+  }'
+else
+  as_fn_append ()
+  {
+    eval $1=\$$1\$2
+  }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+  eval 'as_fn_arith ()
+  {
+    as_val=$(( $* ))
+  }'
+else
+  as_fn_arith ()
+  {
+    as_val=`expr "$@" || test $? -eq 1`
+  }
+fi # as_fn_arith
+
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+else
+  as_expr=false
+fi
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+else
+  as_basename=false
+fi
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+else
+  as_dirname=false
+fi
+
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+	 X"$0" : 'X\(//\)$' \| \
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+-n*)
+  case `echo 'xy\c'` in
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+       ECHO_T='	';;
+  esac;;
+*)
+  ECHO_N='-n';;
+esac
+
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
+else
+  rm -f conf$$.dir
+  mkdir conf$$.dir 2>/dev/null
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s='ln -s'
+    # ... but there are two gotchas:
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # In both cases, we have to default to `cp -p'.
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+      as_ln_s='cp -p'
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s=ln
+  else
+    as_ln_s='cp -p'
+  fi
+else
+  as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+
+
+# as_fn_mkdir_p
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
+
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  esac
+  test -d "$as_dir" || eval $as_mkdir_p || {
+    as_dirs=
+    while :; do
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *) as_qdir=$as_dir;;
+      esac
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
+	 X"$as_dir" : 'X\(//\)$' \| \
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      test -d "$as_dir" && break
+    done
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+} # as_fn_mkdir_p
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p='mkdir -p "$as_dir"'
+else
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+fi
+
+if test -x / >/dev/null 2>&1; then
+  as_test_x='test -x'
+else
+  if ls -dL / >/dev/null 2>&1; then
+    as_ls_L_option=L
+  else
+    as_ls_L_option=
+  fi
+  as_test_x='
+    eval sh -c '\''
+      if test -d "$1"; then
+	test -d "$1/.";
+      else
+	case $1 in #(
+	-*)set "./$1";;
+	esac;
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+	???[sx]*):;;*)false;;esac;fi
+    '\'' sh
+  '
+fi
+as_executable_p=$as_test_x
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+exec 6>&1
+## ----------------------------------- ##
+## Main body of $CONFIG_STATUS script. ##
+## ----------------------------------- ##
+_ASEOF
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# Save the log message, to keep $0 and so on meaningful, and to
+# report actual input values of CONFIG_FILES etc. instead of their
+# values after options handling.
+ac_log="
+This file was extended by c-ares $as_me 1.7.4, which was
+generated by GNU Autoconf 2.67.  Invocation command line was
+
+  CONFIG_FILES    = $CONFIG_FILES
+  CONFIG_HEADERS  = $CONFIG_HEADERS
+  CONFIG_LINKS    = $CONFIG_LINKS
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
+  $ $0 $@
+
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
+"
+
+_ACEOF
+
+case $ac_config_files in *"
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
+esac
+
+case $ac_config_headers in *"
+"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
+esac
+
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+# Files that config.status was made for.
+config_files="$ac_config_files"
+config_headers="$ac_config_headers"
+config_commands="$ac_config_commands"
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+ac_cs_usage="\
+\`$as_me' instantiates files and other configuration actions
+from templates according to the current configuration.  Unless the files
+and actions are specified as TAGs, all are instantiated by default.
+
+Usage: $0 [OPTION]... [TAG]...
+
+  -h, --help       print this help, then exit
+  -V, --version    print version number and configuration settings, then exit
+      --config     print configuration, then exit
+  -q, --quiet, --silent
+                   do not print progress messages
+  -d, --debug      don't remove temporary files
+      --recheck    update $as_me by reconfiguring in the same conditions
+      --file=FILE[:TEMPLATE]
+                   instantiate the configuration file FILE
+      --header=FILE[:TEMPLATE]
+                   instantiate the configuration header FILE
+
+Configuration files:
+$config_files
+
+Configuration headers:
+$config_headers
+
+Configuration commands:
+$config_commands
+
+Report bugs to <c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares>."
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ac_cs_version="\\
+c-ares config.status 1.7.4
+configured by $0, generated by GNU Autoconf 2.67,
+  with options \\"\$ac_cs_config\\"
+
+Copyright (C) 2010 Free Software Foundation, Inc.
+This config.status script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it."
+
+ac_pwd='$ac_pwd'
+srcdir='$srcdir'
+INSTALL='$INSTALL'
+AWK='$AWK'
+test -n "\$AWK" || AWK=awk
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# The default lists apply if the user does not specify any file.
+ac_need_defaults=:
+while test $# != 0
+do
+  case $1 in
+  --*=?*)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+    ac_shift=:
+    ;;
+  --*=)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=
+    ac_shift=:
+    ;;
+  *)
+    ac_option=$1
+    ac_optarg=$2
+    ac_shift=shift
+    ;;
+  esac
+
+  case $ac_option in
+  # Handling of the options.
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+    ac_cs_recheck=: ;;
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
+    $as_echo "$ac_cs_version"; exit ;;
+  --config | --confi | --conf | --con | --co | --c )
+    $as_echo "$ac_cs_config"; exit ;;
+  --debug | --debu | --deb | --de | --d | -d )
+    debug=: ;;
+  --file | --fil | --fi | --f )
+    $ac_shift
+    case $ac_optarg in
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    '') as_fn_error $? "missing file argument" ;;
+    esac
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
+    ac_need_defaults=false;;
+  --header | --heade | --head | --hea )
+    $ac_shift
+    case $ac_optarg in
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    esac
+    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
+    ac_need_defaults=false;;
+  --he | --h)
+    # Conflict between --help and --header
+    as_fn_error $? "ambiguous option: \`$1'
+Try \`$0 --help' for more information.";;
+  --help | --hel | -h )
+    $as_echo "$ac_cs_usage"; exit ;;
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
+    ac_cs_silent=: ;;
+
+  # This is an error.
+  -*) as_fn_error $? "unrecognized option: \`$1'
+Try \`$0 --help' for more information." ;;
+
+  *) as_fn_append ac_config_targets " $1"
+     ac_need_defaults=false ;;
+
+  esac
+  shift
+done
+
+ac_configure_extra_args=
+
+if $ac_cs_silent; then
+  exec 6>/dev/null
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+if \$ac_cs_recheck; then
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+  shift
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
+  CONFIG_SHELL='$SHELL'
+  export CONFIG_SHELL
+  exec "\$@"
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+exec 5>>config.log
+{
+  echo
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+## Running $as_me. ##
+_ASBOX
+  $as_echo "$ac_log"
+} >&5
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+#
+# INIT-COMMANDS
+#
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
+
+
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+sed_quote_subst='$sed_quote_subst'
+double_quote_subst='$double_quote_subst'
+delay_variable_subst='$delay_variable_subst'
+AS='`$ECHO "X$AS" | $Xsed -e "$delay_single_quote_subst"`'
+DLLTOOL='`$ECHO "X$DLLTOOL" | $Xsed -e "$delay_single_quote_subst"`'
+OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
+macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
+macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
+enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
+enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
+pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
+enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
+host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
+host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
+host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
+build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
+build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
+build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
+SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
+Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
+GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
+EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
+FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
+LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
+NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
+LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
+max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
+ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
+exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
+lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
+lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
+lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
+reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
+reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
+file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
+AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
+AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
+STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
+RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
+old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
+CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
+compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
+GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
+lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
+lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
+lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
+objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
+SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
+ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
+MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
+lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
+lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
+lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
+lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
+lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
+need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
+DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
+NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
+LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
+OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
+OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
+libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
+shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
+enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
+export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
+whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
+compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
+old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
+allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
+no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
+hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
+hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
+hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
+hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
+hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
+hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
+hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
+hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
+inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
+link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
+fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
+always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
+export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
+include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
+prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
+variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
+need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
+need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
+version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
+runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
+shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
+shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
+libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
+library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
+soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
+postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
+finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
+hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
+sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
+sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
+hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
+enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
+enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
+enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
+old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
+striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
+
+LTCC='$LTCC'
+LTCFLAGS='$LTCFLAGS'
+compiler='$compiler_DEFAULT'
+
+# Quote evaled strings.
+for var in SED \
+GREP \
+EGREP \
+FGREP \
+LD \
+NM \
+LN_S \
+lt_SP2NL \
+lt_NL2SP \
+reload_flag \
+deplibs_check_method \
+file_magic_cmd \
+AR \
+AR_FLAGS \
+STRIP \
+RANLIB \
+CC \
+CFLAGS \
+compiler \
+lt_cv_sys_global_symbol_pipe \
+lt_cv_sys_global_symbol_to_cdecl \
+lt_cv_sys_global_symbol_to_c_name_address \
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
+SHELL \
+ECHO \
+lt_prog_compiler_no_builtin_flag \
+lt_prog_compiler_wl \
+lt_prog_compiler_pic \
+lt_prog_compiler_static \
+lt_cv_prog_compiler_c_o \
+need_locks \
+DSYMUTIL \
+NMEDIT \
+LIPO \
+OTOOL \
+OTOOL64 \
+shrext_cmds \
+export_dynamic_flag_spec \
+whole_archive_flag_spec \
+compiler_needs_object \
+with_gnu_ld \
+allow_undefined_flag \
+no_undefined_flag \
+hardcode_libdir_flag_spec \
+hardcode_libdir_flag_spec_ld \
+hardcode_libdir_separator \
+fix_srcfile_path \
+exclude_expsyms \
+include_expsyms \
+file_list_spec \
+variables_saved_for_relink \
+libname_spec \
+library_names_spec \
+soname_spec \
+finish_eval \
+old_striplib \
+striplib; do
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
+    *[\\\\\\\`\\"\\\$]*)
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
+      ;;
+    *)
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
+      ;;
+    esac
+done
+
+# Double-quote double-evaled strings.
+for var in reload_cmds \
+old_postinstall_cmds \
+old_postuninstall_cmds \
+old_archive_cmds \
+extract_expsyms_cmds \
+old_archive_from_new_cmds \
+old_archive_from_expsyms_cmds \
+archive_cmds \
+archive_expsym_cmds \
+module_cmds \
+module_expsym_cmds \
+export_symbols_cmds \
+prelink_cmds \
+postinstall_cmds \
+postuninstall_cmds \
+finish_cmds \
+sys_lib_search_path_spec \
+sys_lib_dlsearch_path_spec; do
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
+    *[\\\\\\\`\\"\\\$]*)
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
+      ;;
+    *)
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
+      ;;
+    esac
+done
+
+# Fix-up fallback echo if it was mangled by the above quoting rules.
+case \$lt_ECHO in
+*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
+  ;;
+esac
+
+ac_aux_dir='$ac_aux_dir'
+xsi_shell='$xsi_shell'
+lt_shell_append='$lt_shell_append'
+
+# See if we are running on zsh, and set the options which allow our
+# commands through without removal of \ escapes INIT.
+if test -n "\${ZSH_VERSION+set}" ; then
+   setopt NO_GLOB_SUBST
+fi
+
+
+    PACKAGE='$PACKAGE'
+    VERSION='$VERSION'
+    TIMESTAMP='$TIMESTAMP'
+    RM='$RM'
+    ofile='$ofile'
+
+
+
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+
+# Handling of arguments.
+for ac_config_target in $ac_config_targets
+do
+  case $ac_config_target in
+    "ares_config.h") CONFIG_HEADERS="$CONFIG_HEADERS ares_config.h" ;;
+    "ares_build.h") CONFIG_HEADERS="$CONFIG_HEADERS ares_build.h" ;;
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+    "libcares.pc") CONFIG_FILES="$CONFIG_FILES libcares.pc" ;;
+
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
+  esac
+done
+
+
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used.  Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+fi
+
+# Have a temporary directory for convenience.  Make it in the build tree
+# simply because there is no reason against having it here, and in addition,
+# creating and moving files from /tmp can sometimes cause problems.
+# Hook for its removal unless debugging.
+# Note that there is a small window in which the directory will not be cleaned:
+# after its creation but before its name has been assigned to `$tmp'.
+$debug ||
+{
+  tmp=
+  trap 'exit_status=$?
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
+' 0
+  trap 'as_fn_exit 1' 1 2 13 15
+}
+# Create a (secure) tmp directory for tmp files.
+
+{
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+  test -n "$tmp" && test -d "$tmp"
+}  ||
+{
+  tmp=./conf$$-$RANDOM
+  (umask 077 && mkdir "$tmp")
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+
+# Set up the scripts for CONFIG_FILES section.
+# No need to generate them if there are no CONFIG_FILES.
+# This happens for instance with `./config.status config.h'.
+if test -n "$CONFIG_FILES"; then
+
+
+ac_cr=`echo X | tr X '\015'`
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
+# But we know of no other shell where ac_cr would be empty at this
+# point, so we can use a bashism as a fallback.
+if test "x$ac_cr" = x; then
+  eval ac_cr=\$\'\\r\'
+fi
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
+  ac_cs_awk_cr='\\r'
+else
+  ac_cs_awk_cr=$ac_cr
+fi
+
+echo 'BEGIN {' >"$tmp/subs1.awk" &&
+_ACEOF
+
+
+{
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
+  echo "_ACEOF"
+} >conf$$subs.sh ||
+  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
+ac_delim='%!_!# '
+for ac_last_try in false false false false false :; do
+  . ./conf$$subs.sh ||
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
+  if test $ac_delim_n = $ac_delim_num; then
+    break
+  elif $ac_last_try; then
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+  else
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+  fi
+done
+rm -f conf$$subs.sh
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
+_ACEOF
+sed -n '
+h
+s/^/S["/; s/!.*/"]=/
+p
+g
+s/^[^!]*!//
+:repl
+t repl
+s/'"$ac_delim"'$//
+t delim
+:nl
+h
+s/\(.\{148\}\)..*/\1/
+t more1
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
+p
+n
+b repl
+:more1
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+g
+s/.\{148\}//
+t nl
+:delim
+h
+s/\(.\{148\}\)..*/\1/
+t more2
+s/["\\]/\\&/g; s/^/"/; s/$/"/
+p
+b
+:more2
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+g
+s/.\{148\}//
+t delim
+' <conf$$subs.awk | sed '
+/^[^""]/{
+  N
+  s/\n//
+}
+' >>$CONFIG_STATUS || ac_write_fail=1
+rm -f conf$$subs.awk
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+_ACAWK
+cat >>"\$tmp/subs1.awk" <<_ACAWK &&
+  for (key in S) S_is_set[key] = 1
+  FS = ""
+
+}
+{
+  line = $ 0
+  nfields = split(line, field, "@")
+  substed = 0
+  len = length(field[1])
+  for (i = 2; i < nfields; i++) {
+    key = field[i]
+    keylen = length(key)
+    if (S_is_set[key]) {
+      value = S[key]
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
+      len += length(value) + length(field[++i])
+      substed = 1
+    } else
+      len += 1 + keylen
+  }
+
+  print line
+}
+
+_ACAWK
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
+else
+  cat
+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
+  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
+_ACEOF
+
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
+# trailing colons and then remove the whole line if VPATH becomes empty
+# (actually we leave an empty line to preserve line numbers).
+if test "x$srcdir" = x.; then
+  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
+h
+s///
+s/^/:/
+s/[	 ]*$/:/
+s/:\$(srcdir):/:/g
+s/:\${srcdir}:/:/g
+s/:@srcdir@:/:/g
+s/^:*//
+s/:*$//
+x
+s/\(=[	 ]*\).*/\1/
+G
+s/\n//
+s/^[^=]*=[	 ]*$//
+}'
+fi
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+fi # test -n "$CONFIG_FILES"
+
+# Set up the scripts for CONFIG_HEADERS section.
+# No need to generate them if there are no CONFIG_HEADERS.
+# This happens for instance with `./config.status Makefile'.
+if test -n "$CONFIG_HEADERS"; then
+cat >"$tmp/defines.awk" <<\_ACAWK ||
+BEGIN {
+_ACEOF
+
+# Transform confdefs.h into an awk script `defines.awk', embedded as
+# here-document in config.status, that substitutes the proper values into
+# config.h.in to produce config.h.
+
+# Create a delimiter string that does not exist in confdefs.h, to ease
+# handling of long lines.
+ac_delim='%!_!# '
+for ac_last_try in false false :; do
+  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
+  if test -z "$ac_t"; then
+    break
+  elif $ac_last_try; then
+    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
+  else
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+  fi
+done
+
+# For the awk script, D is an array of macro values keyed by name,
+# likewise P contains macro parameters if any.  Preserve backslash
+# newline sequences.
+
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
+sed -n '
+s/.\{148\}/&'"$ac_delim"'/g
+t rset
+:rset
+s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
+t def
+d
+:def
+s/\\$//
+t bsnl
+s/["\\]/\\&/g
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
+D["\1"]=" \3"/p
+s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
+d
+:bsnl
+s/["\\]/\\&/g
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
+D["\1"]=" \3\\\\\\n"\\/p
+t cont
+s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
+t cont
+d
+:cont
+n
+s/.\{148\}/&'"$ac_delim"'/g
+t clear
+:clear
+s/\\$//
+t bsnlc
+s/["\\]/\\&/g; s/^/"/; s/$/"/p
+d
+:bsnlc
+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
+b cont
+' <confdefs.h | sed '
+s/'"$ac_delim"'/"\\\
+"/g' >>$CONFIG_STATUS || ac_write_fail=1
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+  for (key in D) D_is_set[key] = 1
+  FS = ""
+}
+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
+  line = \$ 0
+  split(line, arg, " ")
+  if (arg[1] == "#") {
+    defundef = arg[2]
+    mac1 = arg[3]
+  } else {
+    defundef = substr(arg[1], 2)
+    mac1 = arg[2]
+  }
+  split(mac1, mac2, "(") #)
+  macro = mac2[1]
+  prefix = substr(line, 1, index(line, defundef) - 1)
+  if (D_is_set[macro]) {
+    # Preserve the white space surrounding the "#".
+    print prefix "define", macro P[macro] D[macro]
+    next
+  } else {
+    # Replace #undef with comments.  This is necessary, for example,
+    # in the case of _POSIX_SOURCE, which is predefined and required
+    # on some systems where configure will not decide to define it.
+    if (defundef == "undef") {
+      print "/*", prefix defundef, macro, "*/"
+      next
+    }
+  }
+}
+{ print }
+_ACAWK
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
+fi # test -n "$CONFIG_HEADERS"
+
+
+eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
+shift
+for ac_tag
+do
+  case $ac_tag in
+  :[FHLC]) ac_mode=$ac_tag; continue;;
+  esac
+  case $ac_mode$ac_tag in
+  :[FHL]*:*);;
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
+  :[FH]-) ac_tag=-:-;;
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+  esac
+  ac_save_IFS=$IFS
+  IFS=:
+  set x $ac_tag
+  IFS=$ac_save_IFS
+  shift
+  ac_file=$1
+  shift
+
+  case $ac_mode in
+  :L) ac_source=$1;;
+  :[FH])
+    ac_file_inputs=
+    for ac_f
+    do
+      case $ac_f in
+      -) ac_f="$tmp/stdin";;
+      *) # Look for the file first in the build tree, then in the source tree
+	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
+	 # because $ac_f cannot contain `:'.
+	 test -f "$ac_f" ||
+	   case $ac_f in
+	   [\\/$]*) false;;
+	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+	   esac ||
+	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
+      esac
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
+      as_fn_append ac_file_inputs " '$ac_f'"
+    done
+
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
+    # use $as_me), people would be surprised to read:
+    #    /* config.h.  Generated by config.status.  */
+    configure_input='Generated from '`
+	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
+	`' by configure.'
+    if test x"$ac_file" != x-; then
+      configure_input="$ac_file.  $configure_input"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
+$as_echo "$as_me: creating $ac_file" >&6;}
+    fi
+    # Neutralize special characters interpreted by sed in replacement strings.
+    case $configure_input in #(
+    *\&* | *\|* | *\\* )
+       ac_sed_conf_input=`$as_echo "$configure_input" |
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
+    *) ac_sed_conf_input=$configure_input;;
+    esac
+
+    case $ac_tag in
+    *:-:* | *:-) cat >"$tmp/stdin" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
+    esac
+    ;;
+  esac
+
+  ac_dir=`$as_dirname -- "$ac_file" ||
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$ac_file" : 'X\(//\)[^/]' \| \
+	 X"$ac_file" : 'X\(//\)$' \| \
+	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$ac_file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+  as_dir="$ac_dir"; as_fn_mkdir_p
+  ac_builddir=.
+
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+
+  case $ac_mode in
+  :F)
+  #
+  # CONFIG_FILE
+  #
+
+  case $INSTALL in
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
+  esac
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# If the template does not know about datarootdir, expand it.
+# FIXME: This hack should be removed a few years after 2.60.
+ac_datarootdir_hack=; ac_datarootdir_seen=
+ac_sed_dataroot='
+/datarootdir/ {
+  p
+  q
+}
+/@datadir@/p
+/@docdir@/p
+/@infodir@/p
+/@localedir@/p
+/@mandir@/p'
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
+*datarootdir*) ac_datarootdir_seen=yes;;
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+  ac_datarootdir_hack='
+  s&@datadir@&$datadir&g
+  s&@docdir@&$docdir&g
+  s&@infodir@&$infodir&g
+  s&@localedir@&$localedir&g
+  s&@mandir@&$mandir&g
+  s&\\\${datarootdir}&$datarootdir&g' ;;
+esac
+_ACEOF
+
+# Neutralize VPATH when `$srcdir' = `.'.
+# Shell code in configure.ac might set extrasub.
+# FIXME: do we really want to maintain this feature?
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_sed_extra="$ac_vpsub
+$extrasub
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+:t
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+s|@configure_input@|$ac_sed_conf_input|;t t
+s&@top_builddir@&$ac_top_builddir_sub&;t t
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
+s&@srcdir@&$ac_srcdir&;t t
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
+s&@top_srcdir@&$ac_top_srcdir&;t t
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
+s&@builddir@&$ac_builddir&;t t
+s&@abs_builddir@&$ac_abs_builddir&;t t
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
+s&@INSTALL@&$ac_INSTALL&;t t
+$ac_datarootdir_hack
+"
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined" >&5
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined" >&2;}
+
+  rm -f "$tmp/stdin"
+  case $ac_file in
+  -) cat "$tmp/out" && rm -f "$tmp/out";;
+  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
+  esac \
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+ ;;
+  :H)
+  #
+  # CONFIG_HEADER
+  #
+  if test x"$ac_file" != x-; then
+    {
+      $as_echo "/* $configure_input  */" \
+      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
+    } >"$tmp/config.h" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
+$as_echo "$as_me: $ac_file is unchanged" >&6;}
+    else
+      rm -f "$ac_file"
+      mv "$tmp/config.h" "$ac_file" \
+	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
+    fi
+  else
+    $as_echo "/* $configure_input  */" \
+      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
+      || as_fn_error $? "could not create -" "$LINENO" 5
+  fi
+# Compute "$ac_file"'s index in $config_headers.
+_am_stamp_count=1
+for _am_header in $config_headers :; do
+  case $_am_header in
+    "$ac_file" | "$ac_file":* )
+      break ;;
+    * )
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
+  esac
+done
+echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$ac_file" : 'X\(//\)[^/]' \| \
+	 X"$ac_file" : 'X\(//\)$' \| \
+	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$ac_file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`/stamp-h$_am_stamp_count
+ ;;
+
+  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
+$as_echo "$as_me: executing $ac_file commands" >&6;}
+ ;;
+  esac
+
+
+  case $ac_file$ac_mode in
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
+  # Strip MF so we end up with the name of the file.
+  mf=`echo "$mf" | sed -e 's/:.*$//'`
+  # Check whether this is an Automake generated Makefile or not.
+  # We used to match only the files named `Makefile.in', but
+  # some people rename them; so instead we look at the file content.
+  # Grep'ing the first line is not enough: some people post-process
+  # each Makefile.in and add a new line on top of each file to say so.
+  # So let's grep whole file.
+  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
+    dirpart=`$as_dirname -- "$mf" ||
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$mf" : 'X\(//\)[^/]' \| \
+	 X"$mf" : 'X\(//\)$' \| \
+	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$mf" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+  else
+    continue
+  fi
+  # Extract the definition of DEPDIR, am__include, and am__quote
+  # from the Makefile without running `make'.
+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+  test -z "$DEPDIR" && continue
+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
+  test -z "am__include" && continue
+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+  # When using ansi2knr, U may be empty or an underscore; expand it
+  U=`sed -n 's/^U = //p' < "$mf"`
+  # Find all dependency output files, they are included files with
+  # $(DEPDIR) in their names.  We invoke sed twice because it is the
+  # simplest approach to changing $(DEPDIR) to its actual value in the
+  # expansion.
+  for file in `sed -n "
+    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+    # Make sure the directory exists.
+    test -f "$dirpart/$file" && continue
+    fdir=`$as_dirname -- "$file" ||
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$file" : 'X\(//\)[^/]' \| \
+	 X"$file" : 'X\(//\)$' \| \
+	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+    as_dir=$dirpart/$fdir; as_fn_mkdir_p
+    # echo "creating $dirpart/$file"
+    echo '# dummy' > "$dirpart/$file"
+  done
+done
+ ;;
+    "libtool":C)
+
+    # See if we are running on zsh, and set the options which allow our
+    # commands through without removal of \ escapes.
+    if test -n "${ZSH_VERSION+set}" ; then
+      setopt NO_GLOB_SUBST
+    fi
+
+    cfgfile="${ofile}T"
+    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
+    $RM "$cfgfile"
+
+    cat <<_LT_EOF >> "$cfgfile"
+#! $SHELL
+
+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
+#
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
+#   Written by Gordon Matzigkeit, 1996
+#
+#   This file is part of GNU Libtool.
+#
+# GNU Libtool is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# As a special exception to the GNU General Public License,
+# if you distribute this file as part of a program or library that
+# is built using GNU Libtool, you may include this file under the
+# same distribution terms that you use for the rest of that program.
+#
+# GNU Libtool is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Libtool; see the file COPYING.  If not, a copy
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
+# obtained by writing to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+
+# The names of the tagged configurations supported by this script.
+available_tags=""
+
+# ### BEGIN LIBTOOL CONFIG
+
+# Assembler program.
+AS=$AS
+
+# DLL creation program.
+DLLTOOL=$DLLTOOL
+
+# Object dumper program.
+OBJDUMP=$OBJDUMP
+
+# Which release of libtool.m4 was used?
+macro_version=$macro_version
+macro_revision=$macro_revision
+
+# Whether or not to build shared libraries.
+build_libtool_libs=$enable_shared
+
+# Whether or not to build static libraries.
+build_old_libs=$enable_static
+
+# What type of objects to build.
+pic_mode=$pic_mode
+
+# Whether or not to optimize for fast installation.
+fast_install=$enable_fast_install
+
+# The host system.
+host_alias=$host_alias
+host=$host
+host_os=$host_os
+
+# The build system.
+build_alias=$build_alias
+build=$build
+build_os=$build_os
+
+# A sed program that does not truncate output.
+SED=$lt_SED
+
+# Sed that helps us avoid accidentally triggering echo(1) options like -n.
+Xsed="\$SED -e 1s/^X//"
+
+# A grep program that handles long lines.
+GREP=$lt_GREP
+
+# An ERE matcher.
+EGREP=$lt_EGREP
+
+# A literal string matcher.
+FGREP=$lt_FGREP
+
+# A BSD- or MS-compatible name lister.
+NM=$lt_NM
+
+# Whether we need soft or hard links.
+LN_S=$lt_LN_S
+
+# What is the maximum length of a command?
+max_cmd_len=$max_cmd_len
+
+# Object file suffix (normally "o").
+objext=$ac_objext
+
+# Executable file suffix (normally "").
+exeext=$exeext
+
+# whether the shell understands "unset".
+lt_unset=$lt_unset
+
+# turn spaces into newlines.
+SP2NL=$lt_lt_SP2NL
+
+# turn newlines into spaces.
+NL2SP=$lt_lt_NL2SP
+
+# How to create reloadable object files.
+reload_flag=$lt_reload_flag
+reload_cmds=$lt_reload_cmds
+
+# Method to check whether dependent libraries are shared objects.
+deplibs_check_method=$lt_deplibs_check_method
+
+# Command to use when deplibs_check_method == "file_magic".
+file_magic_cmd=$lt_file_magic_cmd
+
+# The archiver.
+AR=$lt_AR
+AR_FLAGS=$lt_AR_FLAGS
+
+# A symbol stripping program.
+STRIP=$lt_STRIP
+
+# Commands used to install an old-style archive.
+RANLIB=$lt_RANLIB
+old_postinstall_cmds=$lt_old_postinstall_cmds
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
+
+# A C compiler.
+LTCC=$lt_CC
+
+# LTCC compiler flags.
+LTCFLAGS=$lt_CFLAGS
+
+# Take the output of nm and produce a listing of raw symbols and C names.
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
+
+# Transform the output of nm in a proper C declaration.
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
+
+# Transform the output of nm in a C name address pair.
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
+
+# Transform the output of nm in a C name address pair when lib prefix is needed.
+global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
+
+# The name of the directory that contains temporary libtool files.
+objdir=$objdir
+
+# Shell to use when invoking shell scripts.
+SHELL=$lt_SHELL
+
+# An echo program that does not interpret backslashes.
+ECHO=$lt_ECHO
+
+# Used to examine libraries when file_magic_cmd begins with "file".
+MAGIC_CMD=$MAGIC_CMD
+
+# Must we lock files when doing compilation?
+need_locks=$lt_need_locks
+
+# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
+DSYMUTIL=$lt_DSYMUTIL
+
+# Tool to change global to local symbols on Mac OS X.
+NMEDIT=$lt_NMEDIT
+
+# Tool to manipulate fat objects and archives on Mac OS X.
+LIPO=$lt_LIPO
+
+# ldd/readelf like tool for Mach-O binaries on Mac OS X.
+OTOOL=$lt_OTOOL
+
+# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
+OTOOL64=$lt_OTOOL64
+
+# Old archive suffix (normally "a").
+libext=$libext
+
+# Shared library suffix (normally ".so").
+shrext_cmds=$lt_shrext_cmds
+
+# The commands to extract the exported symbol list from a shared archive.
+extract_expsyms_cmds=$lt_extract_expsyms_cmds
+
+# Variables whose values should be saved in libtool wrapper scripts and
+# restored at link time.
+variables_saved_for_relink=$lt_variables_saved_for_relink
+
+# Do we need the "lib" prefix for modules?
+need_lib_prefix=$need_lib_prefix
+
+# Do we need a version for libraries?
+need_version=$need_version
+
+# Library versioning type.
+version_type=$version_type
+
+# Shared library runtime path variable.
+runpath_var=$runpath_var
+
+# Shared library path variable.
+shlibpath_var=$shlibpath_var
+
+# Is shlibpath searched before the hard-coded library search path?
+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
+
+# Format of library name prefix.
+libname_spec=$lt_libname_spec
+
+# List of archive names.  First name is the real one, the rest are links.
+# The last name is the one that the linker finds with -lNAME
+library_names_spec=$lt_library_names_spec
+
+# The coded name of the library, if different from the real name.
+soname_spec=$lt_soname_spec
+
+# Command to use after installation of a shared archive.
+postinstall_cmds=$lt_postinstall_cmds
+
+# Command to use after uninstallation of a shared archive.
+postuninstall_cmds=$lt_postuninstall_cmds
+
+# Commands used to finish a libtool library installation in a directory.
+finish_cmds=$lt_finish_cmds
+
+# As "finish_cmds", except a single script fragment to be evaled but
+# not shown.
+finish_eval=$lt_finish_eval
+
+# Whether we should hardcode library paths into libraries.
+hardcode_into_libs=$hardcode_into_libs
+
+# Compile-time system search path for libraries.
+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
+
+# Run-time system search path for libraries.
+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
+
+# Whether dlopen is supported.
+dlopen_support=$enable_dlopen
+
+# Whether dlopen of programs is supported.
+dlopen_self=$enable_dlopen_self
+
+# Whether dlopen of statically linked programs is supported.
+dlopen_self_static=$enable_dlopen_self_static
+
+# Commands to strip libraries.
+old_striplib=$lt_old_striplib
+striplib=$lt_striplib
+
+
+# The linker used to build libraries.
+LD=$lt_LD
+
+# Commands used to build an old-style archive.
+old_archive_cmds=$lt_old_archive_cmds
+
+# A language specific compiler.
+CC=$lt_compiler
+
+# Is the compiler the GNU compiler?
+with_gcc=$GCC
+
+# Compiler flag to turn off builtin functions.
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
+
+# How to pass a linker flag through the compiler.
+wl=$lt_lt_prog_compiler_wl
+
+# Additional compiler flags for building library objects.
+pic_flag=$lt_lt_prog_compiler_pic
+
+# Compiler flag to prevent dynamic linking.
+link_static_flag=$lt_lt_prog_compiler_static
+
+# Does compiler simultaneously support -c and -o options?
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o
+
+# Whether or not to add -lc for building shared libraries.
+build_libtool_need_lc=$archive_cmds_need_lc
+
+# Whether or not to disallow shared libs when runtime libs are static.
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
+
+# Compiler flag to allow reflexive dlopens.
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
+
+# Compiler flag to generate shared objects directly from archives.
+whole_archive_flag_spec=$lt_whole_archive_flag_spec
+
+# Whether the compiler copes with passing no objects directly.
+compiler_needs_object=$lt_compiler_needs_object
+
+# Create an old-style archive from a shared archive.
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
+
+# Create a temporary old-style archive to link instead of a shared archive.
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
+
+# Commands used to build a shared archive.
+archive_cmds=$lt_archive_cmds
+archive_expsym_cmds=$lt_archive_expsym_cmds
+
+# Commands used to build a loadable module if different from building
+# a shared archive.
+module_cmds=$lt_module_cmds
+module_expsym_cmds=$lt_module_expsym_cmds
+
+# Whether we are building with GNU ld or not.
+with_gnu_ld=$lt_with_gnu_ld
+
+# Flag that allows shared libraries with undefined symbols to be built.
+allow_undefined_flag=$lt_allow_undefined_flag
+
+# Flag that enforces no undefined symbols.
+no_undefined_flag=$lt_no_undefined_flag
+
+# Flag to hardcode \$libdir into a binary during linking.
+# This must work even if \$libdir does not exist
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
+
+# If ld is used when linking, flag to hardcode \$libdir into a binary
+# during linking.  This must work even if \$libdir does not exist.
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
+
+# Whether we need a single "-rpath" flag with a separated argument.
+hardcode_libdir_separator=$lt_hardcode_libdir_separator
+
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
+# DIR into the resulting binary.
+hardcode_direct=$hardcode_direct
+
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
+# DIR into the resulting binary and the resulting library dependency is
+# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
+# library is relocated.
+hardcode_direct_absolute=$hardcode_direct_absolute
+
+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
+# into the resulting binary.
+hardcode_minus_L=$hardcode_minus_L
+
+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
+# into the resulting binary.
+hardcode_shlibpath_var=$hardcode_shlibpath_var
+
+# Set to "yes" if building a shared library automatically hardcodes DIR
+# into the library and all subsequent libraries and executables linked
+# against it.
+hardcode_automatic=$hardcode_automatic
+
+# Set to yes if linker adds runtime paths of dependent libraries
+# to runtime path list.
+inherit_rpath=$inherit_rpath
+
+# Whether libtool must link a program against all its dependency libraries.
+link_all_deplibs=$link_all_deplibs
+
+# Fix the shell variable \$srcfile for the compiler.
+fix_srcfile_path=$lt_fix_srcfile_path
+
+# Set to "yes" if exported symbols are required.
+always_export_symbols=$always_export_symbols
+
+# The commands to list exported symbols.
+export_symbols_cmds=$lt_export_symbols_cmds
+
+# Symbols that should not be listed in the preloaded symbols.
+exclude_expsyms=$lt_exclude_expsyms
+
+# Symbols that must always be exported.
+include_expsyms=$lt_include_expsyms
+
+# Commands necessary for linking programs (against libraries) with templates.
+prelink_cmds=$lt_prelink_cmds
+
+# Specify filename containing input files.
+file_list_spec=$lt_file_list_spec
+
+# How to hardcode a shared library path into an executable.
+hardcode_action=$hardcode_action
+
+# ### END LIBTOOL CONFIG
+
+_LT_EOF
+
+  case $host_os in
+  aix3*)
+    cat <<\_LT_EOF >> "$cfgfile"
+# AIX sometimes has problems with the GCC collect2 program.  For some
+# reason, if we set the COLLECT_NAMES environment variable, the problems
+# vanish in a puff of smoke.
+if test "X${COLLECT_NAMES+set}" != Xset; then
+  COLLECT_NAMES=
+  export COLLECT_NAMES
+fi
+_LT_EOF
+    ;;
+  esac
+
+
+ltmain="$ac_aux_dir/ltmain.sh"
+
+
+  # We use sed instead of cat because bash on DJGPP gets confused if
+  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
+  # text mode, it properly converts lines to CR/LF.  This bash problem
+  # is reportedly fixed, but why not run on old versions too?
+  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
+    || (rm -f "$cfgfile"; exit 1)
+
+  case $xsi_shell in
+  yes)
+    cat << \_LT_EOF >> "$cfgfile"
+
+# func_dirname file append nondir_replacement
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
+# otherwise set result to NONDIR_REPLACEMENT.
+func_dirname ()
+{
+  case ${1} in
+    */*) func_dirname_result="${1%/*}${2}" ;;
+    *  ) func_dirname_result="${3}" ;;
+  esac
+}
+
+# func_basename file
+func_basename ()
+{
+  func_basename_result="${1##*/}"
+}
+
+# func_dirname_and_basename file append nondir_replacement
+# perform func_basename and func_dirname in a single function
+# call:
+#   dirname:  Compute the dirname of FILE.  If nonempty,
+#             add APPEND to the result, otherwise set result
+#             to NONDIR_REPLACEMENT.
+#             value returned in "$func_dirname_result"
+#   basename: Compute filename of FILE.
+#             value retuned in "$func_basename_result"
+# Implementation must be kept synchronized with func_dirname
+# and func_basename. For efficiency, we do not delegate to
+# those functions but instead duplicate the functionality here.
+func_dirname_and_basename ()
+{
+  case ${1} in
+    */*) func_dirname_result="${1%/*}${2}" ;;
+    *  ) func_dirname_result="${3}" ;;
+  esac
+  func_basename_result="${1##*/}"
+}
+
+# func_stripname prefix suffix name
+# strip PREFIX and SUFFIX off of NAME.
+# PREFIX and SUFFIX must not contain globbing or regex special
+# characters, hashes, percent signs, but SUFFIX may contain a leading
+# dot (in which case that matches only a dot).
+func_stripname ()
+{
+  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
+  # positional parameters, so assign one to ordinary parameter first.
+  func_stripname_result=${3}
+  func_stripname_result=${func_stripname_result#"${1}"}
+  func_stripname_result=${func_stripname_result%"${2}"}
+}
+
+# func_opt_split
+func_opt_split ()
+{
+  func_opt_split_opt=${1%%=*}
+  func_opt_split_arg=${1#*=}
+}
+
+# func_lo2o object
+func_lo2o ()
+{
+  case ${1} in
+    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
+    *)    func_lo2o_result=${1} ;;
+  esac
+}
+
+# func_xform libobj-or-source
+func_xform ()
+{
+  func_xform_result=${1%.*}.lo
+}
+
+# func_arith arithmetic-term...
+func_arith ()
+{
+  func_arith_result=$(( $* ))
+}
+
+# func_len string
+# STRING may not start with a hyphen.
+func_len ()
+{
+  func_len_result=${#1}
+}
+
+_LT_EOF
+    ;;
+  *) # Bourne compatible functions.
+    cat << \_LT_EOF >> "$cfgfile"
+
+# func_dirname file append nondir_replacement
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
+# otherwise set result to NONDIR_REPLACEMENT.
+func_dirname ()
+{
+  # Extract subdirectory from the argument.
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
+  if test "X$func_dirname_result" = "X${1}"; then
+    func_dirname_result="${3}"
+  else
+    func_dirname_result="$func_dirname_result${2}"
+  fi
+}
+
+# func_basename file
+func_basename ()
+{
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
+}
+
+
+# func_stripname prefix suffix name
+# strip PREFIX and SUFFIX off of NAME.
+# PREFIX and SUFFIX must not contain globbing or regex special
+# characters, hashes, percent signs, but SUFFIX may contain a leading
+# dot (in which case that matches only a dot).
+# func_strip_suffix prefix name
+func_stripname ()
+{
+  case ${2} in
+    .*) func_stripname_result=`$ECHO "X${3}" \
+           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
+    *)  func_stripname_result=`$ECHO "X${3}" \
+           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
+  esac
+}
+
+# sed scripts:
+my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
+my_sed_long_arg='1s/^-[^=]*=//'
+
+# func_opt_split
+func_opt_split ()
+{
+  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
+  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
+}
+
+# func_lo2o object
+func_lo2o ()
+{
+  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
+}
+
+# func_xform libobj-or-source
+func_xform ()
+{
+  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
+}
+
+# func_arith arithmetic-term...
+func_arith ()
+{
+  func_arith_result=`expr "$@"`
+}
+
+# func_len string
+# STRING may not start with a hyphen.
+func_len ()
+{
+  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
+}
+
+_LT_EOF
+esac
+
+case $lt_shell_append in
+  yes)
+    cat << \_LT_EOF >> "$cfgfile"
+
+# func_append var value
+# Append VALUE to the end of shell variable VAR.
+func_append ()
+{
+  eval "$1+=\$2"
+}
+_LT_EOF
+    ;;
+  *)
+    cat << \_LT_EOF >> "$cfgfile"
+
+# func_append var value
+# Append VALUE to the end of shell variable VAR.
+func_append ()
+{
+  eval "$1=\$$1\$2"
+}
+
+_LT_EOF
+    ;;
+  esac
+
+
+  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
+    || (rm -f "$cfgfile"; exit 1)
+
+  mv -f "$cfgfile" "$ofile" ||
+    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
+  chmod +x "$ofile"
+
+ ;;
+
+  esac
+done # for ac_tag
+
+
+as_fn_exit 0
+_ACEOF
+ac_clean_files=$ac_clean_files_save
+
+test $ac_write_fail = 0 ||
+  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
+
+
+# configure is writing to config.log, and then calls config.status.
+# config.status does its own redirection, appending to config.log.
+# Unfortunately, on DOS this fails, as config.log is still kept open
+# by configure, so config.status won't be able to write to it; its
+# output is simply discarded.  So we exec the FD to /dev/null,
+# effectively closing config.log, so it can be properly (re)opened and
+# appended to by config.status.  When coming back to configure, we
+# need to make the FD available again.
+if test "$no_create" != yes; then
+  ac_cs_success=:
+  ac_config_status_args=
+  test "$silent" = yes &&
+    ac_config_status_args="$ac_config_status_args --quiet"
+  exec 5>/dev/null
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
+  exec 5>>config.log
+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+  # would make configure fail if this is the last instruction.
+  $ac_cs_success || as_fn_exit 1
+fi
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
+fi
+
blob - /dev/null
blob + 1e6cd721188a6889b6618a85842114b35e7c84b9 (mode 644)
--- /dev/null
+++ src/c-ares/configure.ac
@@ -0,0 +1,889 @@
+AC_PREREQ(2.57)
+
+dnl Version not hardcoded here. Fetched later from ares_version.h
+AC_INIT([c-ares], [1.7.4],
+  [c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares])
+
+CARES_OVERRIDE_AUTOCONF
+
+AC_CONFIG_SRCDIR([ares_ipv6.h])
+AM_CONFIG_HEADER([ares_config.h ares_build.h])
+AM_MAINTAINER_MODE
+
+CARES_CHECK_OPTION_DEBUG
+CARES_CHECK_OPTION_OPTIMIZE
+CARES_CHECK_OPTION_WARNINGS
+CARES_CHECK_OPTION_WERROR
+CARES_CHECK_OPTION_CURLDEBUG
+CARES_CHECK_OPTION_SYMBOL_HIDING
+
+CARES_CHECK_PATH_SEPARATOR_REQUIRED
+
+dnl SED is mandatory for configure process and libtool.
+dnl Set it now, allowing it to be changed later.
+AC_PATH_PROG([SED], [sed], [not_found],
+  [$PATH:/usr/bin:/usr/local/bin])
+if test -z "$SED" || test "$SED" = "not_found"; then
+  AC_MSG_ERROR([sed not found in PATH. Cannot continue without sed.])
+fi
+AC_SUBST([SED])
+
+dnl GREP is mandatory for configure process and libtool.
+dnl Set it now, allowing it to be changed later.
+AC_PATH_PROG([GREP], [grep], [not_found],
+  [$PATH:/usr/bin:/usr/local/bin])
+if test -z "$GREP" || test "$GREP" = "not_found"; then
+  AC_MSG_ERROR([grep not found in PATH. Cannot continue without grep.])
+fi
+AC_SUBST([GREP])
+
+dnl EGREP is mandatory for configure process and libtool.
+dnl Set it now, allowing it to be changed later.
+if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then
+  AC_MSG_CHECKING([for egrep])
+  EGREP="$GREP -E"
+  AC_MSG_RESULT([$EGREP])
+else
+  AC_PATH_PROG([EGREP], [egrep], [not_found],
+    [$PATH:/usr/bin:/usr/local/bin])
+fi
+if test -z "$EGREP" || test "$EGREP" = "not_found"; then
+  AC_MSG_ERROR([egrep not found in PATH. Cannot continue without egrep.])
+fi
+AC_SUBST([EGREP])
+
+dnl AR is mandatory for configure process and libtool.
+dnl This is target dependent, so check it as a tool.
+AC_PATH_TOOL([AR], [ar], [not_found],
+  [$PATH:/usr/bin:/usr/local/bin])
+if test -z "$AR" || test "$AR" = "not_found"; then
+  AC_MSG_ERROR([ar not found in PATH. Cannot continue without ar.])
+fi
+AC_SUBST([AR])
+
+dnl Remove non-configure distributed ares_build.h
+if test -f ${srcdir}/ares_build.h; then
+  rm -f ${srcdir}/ares_build.h
+fi
+
+dnl Fetch c-ares version from ares_version.h
+VERSION=`$SED -ne 's/^#define ARES_VERSION_STR "\(.*\)"/\1/p' ${srcdir}/ares_version.h`
+AM_INIT_AUTOMAKE([c-ares], [$VERSION])
+AC_MSG_CHECKING([c-ares version])
+AC_MSG_RESULT([$VERSION])
+
+dnl
+dnl Detect the canonical host and target build environment
+dnl
+
+AC_CANONICAL_HOST
+dnl Get system canonical name
+AC_DEFINE_UNQUOTED(OS, "${host}", [cpu-machine-OS])
+
+CARES_CHECK_PROG_CC
+AM_PROG_CC_C_O
+AC_PROG_INSTALL
+
+dnl This defines _ALL_SOURCE for AIX
+CARES_CHECK_AIX_ALL_SOURCE
+
+dnl Our configure and build reentrant settings
+CARES_CONFIGURE_THREAD_SAFE
+CARES_CONFIGURE_REENTRANT
+
+dnl check for how to do large files
+AC_SYS_LARGEFILE
+
+case $host_os in
+  solaris*)
+    AC_DEFINE(ETC_INET, 1, [if a /etc/inet dir is being used])
+    ;;
+esac
+
+dnl support building of Windows DLLs
+AC_LIBTOOL_WIN32_DLL
+
+dnl force libtool to build static libraries with PIC on AMD64-Linux & FreeBSD
+AC_MSG_CHECKING([if arch-OS host is AMD64-Linux/FreeBSD (to build static libraries with PIC)])
+case $host in
+  x86_64*linux*|amd64*freebsd*|ia64*freebsd*)
+    AC_MSG_RESULT([yes])
+    with_pic=yes
+    ;;
+  *)
+    AC_MSG_RESULT([no])
+    ;;
+esac
+
+AC_MSG_CHECKING([if compiler is icc (to build with PIC)])
+case $CC in
+  icc | */icc)
+    AC_MSG_RESULT([yes])
+    with_pic=yes
+    ;;
+  *)
+    AC_MSG_RESULT([no])
+    ;;
+esac
+
+dnl libtool setup
+AC_PROG_LIBTOOL
+
+AC_MSG_CHECKING([if we need CARES_BUILDING_LIBRARY])
+case $host in
+  *-*-mingw*)
+    AC_DEFINE(CARES_BUILDING_LIBRARY, 1, [when building c-ares library])
+    AC_MSG_RESULT(yes)
+    AC_MSG_CHECKING([if we need CARES_STATICLIB])
+    if test "X$enable_shared" = "Xno"
+    then
+      AC_DEFINE(CARES_STATICLIB, 1, [when not building a shared library])
+      AC_MSG_RESULT(yes)
+    else
+      AC_MSG_RESULT(no)
+    fi
+    ;;
+  *)
+    AC_MSG_RESULT(no)
+    ;;
+esac
+
+dnl **********************************************************************
+dnl platform/compiler/architecture specific checks/flags
+dnl **********************************************************************
+
+CARES_CHECK_COMPILER
+CARES_SET_COMPILER_BASIC_OPTS
+CARES_SET_COMPILER_DEBUG_OPTS
+CARES_SET_COMPILER_OPTIMIZE_OPTS
+CARES_SET_COMPILER_WARNING_OPTS
+
+if test "$compiler_id" = "INTEL_UNIX_C"; then
+  #
+  if test "$compiler_num" -ge "1000"; then
+    dnl icc 10.X or later
+    CFLAGS="$CFLAGS -shared-intel"
+  elif test "$compiler_num" -ge "900"; then
+    dnl icc 9.X specific
+    CFLAGS="$CFLAGS -i-dynamic"
+  fi
+  #
+fi
+
+CARES_CHECK_COMPILER_HALT_ON_ERROR
+CARES_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE
+CARES_CHECK_COMPILER_SYMBOL_HIDING
+
+CARES_CHECK_NO_UNDEFINED
+AM_CONDITIONAL(NO_UNDEFINED, test x$need_no_undefined = xyes)
+
+CARES_CHECK_CURLDEBUG
+AM_CONDITIONAL(CURLDEBUG, test x$want_curldebug = xyes)
+
+dnl **********************************************************************
+dnl Compilation based checks should not be done before this point.
+dnl **********************************************************************
+
+dnl **********************************************************************
+dnl Make sure that our checks for headers windows.h winsock.h winsock2.h 
+dnl and ws2tcpip.h take precedence over any other further checks which 
+dnl could be done later using AC_CHECK_HEADER or AC_CHECK_HEADERS for
+dnl this specific header files. And do them before its results are used.
+dnl **********************************************************************
+
+CURL_CHECK_HEADER_WINDOWS
+CURL_CHECK_NATIVE_WINDOWS
+case X-"$ac_cv_native_windows" in
+  X-yes)
+    CURL_CHECK_HEADER_WINSOCK
+    CURL_CHECK_HEADER_WINSOCK2
+    CURL_CHECK_HEADER_WS2TCPIP
+    ;;
+  *)
+    ac_cv_header_winsock_h="no"
+    ac_cv_header_winsock2_h="no"
+    ac_cv_header_ws2tcpip_h="no"
+    ;;
+esac
+
+dnl **********************************************************************
+dnl Checks for libraries.
+dnl **********************************************************************
+
+CARES_CHECK_LIB_XNET
+
+dnl gethostbyname without lib or in the nsl lib?
+AC_CHECK_FUNC(gethostbyname,
+              [HAVE_GETHOSTBYNAME="1"
+              ],
+              [ AC_CHECK_LIB(nsl, gethostbyname,
+                             [HAVE_GETHOSTBYNAME="1"
+                             LIBS="$LIBS -lnsl"
+                             ])
+              ])
+
+if test "$HAVE_GETHOSTBYNAME" != "1"
+then
+  dnl gethostbyname in the socket lib?
+  AC_CHECK_LIB(socket, gethostbyname,
+               [HAVE_GETHOSTBYNAME="1"
+               LIBS="$LIBS -lsocket"
+               ])
+fi
+
+dnl At least one system has been identified to require BOTH nsl and socket
+dnl libs at the same time to link properly.
+if test "$HAVE_GETHOSTBYNAME" != "1"
+then
+  AC_MSG_CHECKING([for gethostbyname with both nsl and socket libs])
+  my_ac_save_LIBS=$LIBS
+  LIBS="-lnsl -lsocket $LIBS"
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+    ]],[[
+      gethostbyname();
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    HAVE_GETHOSTBYNAME="1"
+  ],[
+    AC_MSG_RESULT([no])
+    LIBS=$my_ac_save_LIBS
+  ])
+fi
+
+if test "$HAVE_GETHOSTBYNAME" != "1"
+then
+  dnl This is for winsock systems
+  if test "$ac_cv_header_windows_h" = "yes"; then
+    if test "$ac_cv_header_winsock_h" = "yes"; then
+      case $host in
+        *-*-mingw32ce*)
+          winsock_LIB="-lwinsock"
+          ;;
+        *)
+          winsock_LIB="-lwsock32"
+          ;;
+      esac
+    fi
+    if test "$ac_cv_header_winsock2_h" = "yes"; then
+      winsock_LIB="-lws2_32"
+    fi
+    if test ! -z "$winsock_LIB"; then
+      my_ac_save_LIBS=$LIBS
+      LIBS="$winsock_LIB $LIBS"
+      AC_MSG_CHECKING([for gethostbyname in $winsock_LIB])
+      AC_LINK_IFELSE([
+        AC_LANG_PROGRAM([[
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#else
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+#endif
+#endif
+        ]],[[
+          gethostbyname("www.dummysite.com");
+        ]])
+      ],[
+        AC_MSG_RESULT([yes])
+        HAVE_GETHOSTBYNAME="1"
+      ],[
+        AC_MSG_RESULT([no])
+        winsock_LIB=""
+        LIBS=$my_ac_save_LIBS
+      ])
+    fi
+  fi
+fi
+
+if test "$HAVE_GETHOSTBYNAME" != "1"
+then
+  dnl This is for Minix 3.1
+  AC_MSG_CHECKING([for gethostbyname for Minix 3])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+/* Older Minix versions may need <net/gen/netdb.h> here instead */
+#include <netdb.h>
+    ]],[[
+      gethostbyname("www.dummysite.com");
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    HAVE_GETHOSTBYNAME="1"
+  ],[
+    AC_MSG_RESULT([no])
+  ])
+fi
+
+if test "$HAVE_GETHOSTBYNAME" != "1"
+then
+  dnl This is for eCos with a stubbed DNS implementation
+  AC_MSG_CHECKING([for gethostbyname for eCos])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+#include <stdio.h>
+#include <netdb.h>
+    ]],[[
+      gethostbyname("www.dummysite.com");
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    HAVE_GETHOSTBYNAME="1"
+  ],[
+    AC_MSG_RESULT([no])
+  ])
+fi
+
+if test "$HAVE_GETHOSTBYNAME" != "1"
+then
+  dnl gethostbyname in the net lib - for BeOS
+  AC_CHECK_LIB(net, gethostbyname,
+               [HAVE_GETHOSTBYNAME="1"
+               LIBS="$LIBS -lnet"
+               ])
+fi
+
+
+if test "$HAVE_GETHOSTBYNAME" != "1"; then
+  AC_MSG_ERROR([couldn't find libraries for gethostbyname()])
+fi
+
+dnl resolve lib?
+AC_CHECK_FUNC(strcasecmp, , [ AC_CHECK_LIB(resolve, strcasecmp) ])
+
+if test "$ac_cv_lib_resolve_strcasecmp" = "$ac_cv_func_strcasecmp"; then
+  AC_CHECK_LIB(resolve, strcasecmp,
+              [LIBS="-lresolve $LIBS"],
+               ,
+               -lnsl)
+fi
+ac_cv_func_strcasecmp="no"
+
+CARES_CHECK_LIBS_CONNECT
+
+dnl **********************************************************************
+dnl In case that function clock_gettime with monotonic timer is available,
+dnl check for additional required libraries.
+dnl **********************************************************************
+CURL_CHECK_LIBS_CLOCK_GETTIME_MONOTONIC
+
+AC_MSG_CHECKING([whether to use libgcc])
+AC_ARG_ENABLE(libgcc,
+AC_HELP_STRING([--enable-libgcc],[use libgcc when linking]),
+[ case "$enableval" in
+  yes)
+        LIBS="$LIBS -lgcc"
+       AC_MSG_RESULT(yes)
+       ;;
+  *)   AC_MSG_RESULT(no)
+       ;;
+  esac ],
+       AC_MSG_RESULT(no)
+)
+
+
+dnl Let's hope this split URL remains working:
+dnl http://publibn.boulder.ibm.com/doc_link/en_US/a_doc_lib/aixprggd/ \
+dnl genprogc/thread_quick_ref.htm
+
+
+dnl **********************************************************************
+dnl Back to "normal" configuring
+dnl **********************************************************************
+
+dnl Checks for header files.
+AC_HEADER_STDC
+
+CURL_CHECK_HEADER_MALLOC
+CURL_CHECK_HEADER_MEMORY
+
+dnl check for a few basic system headers we need
+AC_CHECK_HEADERS(
+       sys/types.h \
+       sys/time.h \
+       sys/select.h \
+       sys/socket.h \
+       sys/ioctl.h \
+       sys/param.h \
+       sys/uio.h \
+       assert.h \
+       netdb.h \
+       netinet/in.h \
+       netinet/tcp.h \
+       net/if.h \
+       errno.h \
+       socket.h \
+       strings.h \
+       stdbool.h \
+       time.h \
+       limits.h \
+       arpa/nameser.h \
+       arpa/nameser_compat.h \
+       arpa/inet.h,
+dnl to do if not found
+[],
+dnl to do if found
+[],
+dnl default includes
+[
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+dnl We do this default-include simply to make sure that the nameser_compat.h
+dnl header *REALLY* can be include after the new nameser.h. It seems AIX 5.1
+dnl (and others?) is not designed to allow this.
+#ifdef HAVE_ARPA_NAMESER_H
+#include <arpa/nameser.h>
+#endif
+
+dnl *Sigh* these are needed in order for net/if.h to get properly detected.
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+]
+)
+
+dnl Checks for typedefs, structures, and compiler characteristics.
+AC_C_CONST
+AC_TYPE_SIZE_T
+AC_HEADER_TIME
+CURL_CHECK_STRUCT_TIMEVAL
+
+AC_CHECK_SIZEOF(size_t)
+AC_CHECK_SIZEOF(int)
+AC_CHECK_SIZEOF(long)
+CARES_CONFIGURE_LONG
+AC_CHECK_SIZEOF(time_t)
+
+AC_CHECK_TYPE(long long,
+   [AC_DEFINE(HAVE_LONGLONG, 1,
+     [Define to 1 if the compiler supports the 'long long' data type.])]
+   longlong="yes"  
+)
+
+if test "xyes" = "x$longlong"; then
+  AC_MSG_CHECKING([if numberLL works])
+  AC_COMPILE_IFELSE([
+    AC_LANG_PROGRAM([[
+    ]],[[
+      long long val = 1000LL;
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    AC_DEFINE(HAVE_LL, 1, [if your compiler supports LL])
+  ],[
+    AC_MSG_RESULT([no])
+  ])
+fi
+
+
+# check for ssize_t
+AC_CHECK_TYPE(ssize_t, ,
+   AC_DEFINE(ssize_t, int, [the signed version of size_t]))
+
+# check for bool type
+AC_CHECK_TYPE([bool],[
+  AC_DEFINE(HAVE_BOOL_T, 1,
+    [Define to 1 if bool is an available type.])
+], ,[
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_STDBOOL_H
+#include <stdbool.h>
+#endif
+])
+
+CARES_CONFIGURE_ARES_SOCKLEN_T
+
+TYPE_IN_ADDR_T
+
+TYPE_SOCKADDR_STORAGE
+
+TYPE_SIG_ATOMIC_T
+
+AC_TYPE_SIGNAL
+
+CURL_CHECK_FUNC_RECV
+CURL_CHECK_FUNC_RECVFROM
+CURL_CHECK_FUNC_SEND
+CURL_CHECK_MSG_NOSIGNAL
+
+CARES_CHECK_FUNC_CLOSESOCKET
+CARES_CHECK_FUNC_CLOSESOCKET_CAMEL
+CARES_CHECK_FUNC_CONNECT
+CARES_CHECK_FUNC_FCNTL
+CARES_CHECK_FUNC_FREEADDRINFO
+CARES_CHECK_FUNC_GETADDRINFO
+CARES_CHECK_FUNC_GETHOSTBYADDR
+CARES_CHECK_FUNC_GETHOSTBYNAME
+CARES_CHECK_FUNC_GETHOSTNAME
+CARES_CHECK_FUNC_GETSERVBYPORT_R
+CARES_CHECK_FUNC_INET_NTOP
+CARES_CHECK_FUNC_INET_PTON
+CARES_CHECK_FUNC_IOCTL
+CARES_CHECK_FUNC_IOCTLSOCKET
+CARES_CHECK_FUNC_IOCTLSOCKET_CAMEL
+CARES_CHECK_FUNC_SETSOCKOPT
+CARES_CHECK_FUNC_SOCKET
+CARES_CHECK_FUNC_STRCASECMP
+CARES_CHECK_FUNC_STRCMPI
+CARES_CHECK_FUNC_STRDUP
+CARES_CHECK_FUNC_STRICMP
+CARES_CHECK_FUNC_STRNCASECMP
+CARES_CHECK_FUNC_STRNCMPI
+CARES_CHECK_FUNC_STRNICMP
+CARES_CHECK_FUNC_WRITEV
+
+
+dnl check for AF_INET6
+CARES_CHECK_CONSTANT(
+  [
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#endif
+  ], [PF_INET6], 
+     AC_DEFINE_UNQUOTED(HAVE_PF_INET6,1,[Define to 1 if you have PF_INET6.])
+)
+
+dnl check for PF_INET6
+CARES_CHECK_CONSTANT(
+  [
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#endif
+  ], [AF_INET6], 
+     AC_DEFINE_UNQUOTED(HAVE_AF_INET6,1,[Define to 1 if you have AF_INET6.])
+)
+
+
+dnl check for the in6_addr structure
+CARES_CHECK_STRUCT(
+  [
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#endif
+  ], [in6_addr], 
+     AC_DEFINE_UNQUOTED(HAVE_STRUCT_IN6_ADDR,1,[Define to 1 if you have struct in6_addr.])
+)
+
+dnl check for the sockaddr_in6 structure
+CARES_CHECK_STRUCT(
+  [
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#endif
+  ], [sockaddr_in6], 
+     AC_DEFINE_UNQUOTED(HAVE_STRUCT_SOCKADDR_IN6,1,
+       [Define to 1 if you have struct sockaddr_in6.]) ac_have_sockaddr_in6=yes
+)
+
+AC_CHECK_MEMBER(struct sockaddr_in6.sin6_scope_id,
+    AC_DEFINE_UNQUOTED(HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID,1,
+      [Define to 1 if your struct sockaddr_in6 has sin6_scope_id.])
+   , ,
+  [
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#endif
+  ])
+
+dnl check for the addrinfo structure
+AC_CHECK_MEMBER(struct addrinfo.ai_flags,
+     AC_DEFINE_UNQUOTED(HAVE_STRUCT_ADDRINFO,1,
+       [Define to 1 if you have struct addrinfo.]),,
+  [
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#endif
+  ]
+)
+
+
+AC_CHECK_FUNCS([bitncmp \
+  gettimeofday \
+  if_indextoname
+],[
+],[
+  func="$ac_func"
+  AC_MSG_CHECKING([deeper for $func])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+    ]],[[
+      $func ();
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    eval "ac_cv_func_$func=yes"
+    AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$func]), [1],
+      [Define to 1 if you have the $func function.])
+  ],[
+    AC_MSG_RESULT([but still no])
+  ])
+])
+
+
+dnl Check for inet_net_pton
+AC_CHECK_FUNCS(inet_net_pton)
+dnl Again, some systems have it, but not IPv6
+if test "$ac_cv_func_inet_net_pton" = "yes" ; then
+AC_MSG_CHECKING(if inet_net_pton supports IPv6)
+AC_TRY_RUN(
+  [
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+int main()
+  {
+    struct in6_addr addr6;
+    if (inet_net_pton(AF_INET6, "::1", &addr6, sizeof(addr6)) < 1)
+      exit(1);
+    else
+      exit(0);
+  }
+  ], [
+       AC_MSG_RESULT(yes)
+       AC_DEFINE_UNQUOTED(HAVE_INET_NET_PTON_IPV6,1,[Define to 1 if inet_net_pton supports IPv6.])
+     ], AC_MSG_RESULT(no),AC_MSG_RESULT(no))
+fi
+
+
+AC_CHECK_SIZEOF(struct in6_addr, ,
+[
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#endif
+]
+)
+
+AC_CHECK_SIZEOF(struct in_addr, ,
+[
+#undef inline
+#ifdef HAVE_WINDOWS_H
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#ifdef HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#endif
+#else
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#endif
+]
+)
+
+
+dnl Check if the getnameinfo function is available
+dnl and get the types of five of its arguments.
+CURL_CHECK_FUNC_GETNAMEINFO
+
+
+AC_C_BIGENDIAN(
+    [AC_DEFINE(ARES_BIG_ENDIAN, 1,
+      [define this if ares is built for a big endian system])],
+    ,
+    [AC_MSG_WARN([couldn't figure out endianess, assuming little endian!])]
+)
+
+dnl Check for user-specified random device
+AC_ARG_WITH(random,
+AC_HELP_STRING([--with-random=FILE],
+               [read randomness from FILE (default=/dev/urandom)]),
+    [ RANDOM_FILE="$withval" ],
+    [
+        dnl Check for random device.  If we're cross compiling, we can't
+        dnl check, and it's better to assume it doesn't exist than it is
+        dnl to fail on AC_CHECK_FILE or later.
+        if test "$cross_compiling" = "no"; then
+          AC_CHECK_FILE("/dev/urandom", [ RANDOM_FILE="/dev/urandom"] )
+        else
+          AC_MSG_WARN([cannot check for /dev/urandom while cross compiling; assuming none])
+        fi
+        
+    ]
+)
+if test -n "$RANDOM_FILE" && test X"$RANDOM_FILE" != Xno ; then
+        AC_SUBST(RANDOM_FILE)
+        AC_DEFINE_UNQUOTED(RANDOM_FILE, "$RANDOM_FILE",
+        [a suitable file/device to read random data from])
+fi
+
+CARES_CHECK_OPTION_NONBLOCKING
+CARES_CHECK_NONBLOCKING_SOCKET
+
+CARES_CONFIGURE_SYMBOL_HIDING
+
+CARES_PRIVATE_LIBS="$LIBS"
+AC_SUBST(CARES_PRIVATE_LIBS)
+
+CARES_CFLAG_EXTRAS=""
+if test X"$want_werror" == Xyes; then
+  CARES_CFLAG_EXTRAS="-Werror"
+fi
+AC_SUBST(CARES_CFLAG_EXTRAS)
+
+dnl squeeze whitespace out of some variables
+
+squeeze CFLAGS
+squeeze CPPFLAGS
+squeeze DEFS
+squeeze LDFLAGS
+squeeze LIBS
+
+squeeze CARES_PRIVATE_LIBS
+
+AC_CONFIG_FILES([Makefile libcares.pc])
+AC_OUTPUT
blob - /dev/null
blob + 04701da536f33a7c39d7bb01b87a70ae3a776df5 (mode 755)
--- /dev/null
+++ src/c-ares/depcomp
@@ -0,0 +1,530 @@
+#! /bin/sh
+# depcomp - compile a program generating dependencies as side-effects
+
+scriptversion=2005-07-09.11
+
+# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>.
+
+case $1 in
+  '')
+     echo "$0: No command.  Try \`$0 --help' for more information." 1>&2
+     exit 1;
+     ;;
+  -h | --h*)
+    cat <<\EOF
+Usage: depcomp [--help] [--version] PROGRAM [ARGS]
+
+Run PROGRAMS ARGS to compile a file, generating dependencies
+as side-effects.
+
+Environment variables:
+  depmode     Dependency tracking mode.
+  source      Source file read by `PROGRAMS ARGS'.
+  object      Object file output by `PROGRAMS ARGS'.
+  DEPDIR      directory where to store dependencies.
+  depfile     Dependency file to output.
+  tmpdepfile  Temporary file to use when outputing dependencies.
+  libtool     Whether libtool is used (yes/no).
+
+Report bugs to <bug-automake@gnu.org>.
+EOF
+    exit $?
+    ;;
+  -v | --v*)
+    echo "depcomp $scriptversion"
+    exit $?
+    ;;
+esac
+
+if test -z "$depmode" || test -z "$source" || test -z "$object"; then
+  echo "depcomp: Variables source, object and depmode must be set" 1>&2
+  exit 1
+fi
+
+# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
+depfile=${depfile-`echo "$object" |
+  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
+tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
+
+rm -f "$tmpdepfile"
+
+# Some modes work just like other modes, but use different flags.  We
+# parameterize here, but still list the modes in the big case below,
+# to make depend.m4 easier to write.  Note that we *cannot* use a case
+# here, because this file can only contain one case statement.
+if test "$depmode" = hp; then
+  # HP compiler uses -M and no extra arg.
+  gccflag=-M
+  depmode=gcc
+fi
+
+if test "$depmode" = dashXmstdout; then
+   # This is just like dashmstdout with a different argument.
+   dashmflag=-xM
+   depmode=dashmstdout
+fi
+
+case "$depmode" in
+gcc3)
+## gcc 3 implements dependency tracking that does exactly what
+## we want.  Yay!  Note: for some reason libtool 1.4 doesn't like
+## it if -MD -MP comes after the -MF stuff.  Hmm.
+  "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  mv "$tmpdepfile" "$depfile"
+  ;;
+
+gcc)
+## There are various ways to get dependency output from gcc.  Here's
+## why we pick this rather obscure method:
+## - Don't want to use -MD because we'd like the dependencies to end
+##   up in a subdir.  Having to rename by hand is ugly.
+##   (We might end up doing this anyway to support other compilers.)
+## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
+##   -MM, not -M (despite what the docs say).
+## - Using -M directly means running the compiler twice (even worse
+##   than renaming).
+  if test -z "$gccflag"; then
+    gccflag=-MD,
+  fi
+  "$@" -Wp,"$gccflag$tmpdepfile"
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  rm -f "$depfile"
+  echo "$object : \\" > "$depfile"
+  alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
+## The second -e expression handles DOS-style file names with drive letters.
+  sed -e 's/^[^:]*: / /' \
+      -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
+## This next piece of magic avoids the `deleted header file' problem.
+## The problem is that when a header file which appears in a .P file
+## is deleted, the dependency causes make to die (because there is
+## typically no way to rebuild the header).  We avoid this by adding
+## dummy dependencies for each header file.  Too bad gcc doesn't do
+## this for us directly.
+  tr ' ' '
+' < "$tmpdepfile" |
+## Some versions of gcc put a space before the `:'.  On the theory
+## that the space means something, we add a space to the output as
+## well.
+## Some versions of the HPUX 10.20 sed can't process this invocation
+## correctly.  Breaking it into two sed invocations is a workaround.
+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+hp)
+  # This case exists only to let depend.m4 do its work.  It works by
+  # looking at the text of this script.  This case will never be run,
+  # since it is checked for above.
+  exit 1
+  ;;
+
+sgi)
+  if test "$libtool" = yes; then
+    "$@" "-Wp,-MDupdate,$tmpdepfile"
+  else
+    "$@" -MDupdate "$tmpdepfile"
+  fi
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  rm -f "$depfile"
+
+  if test -f "$tmpdepfile"; then  # yes, the sourcefile depend on other files
+    echo "$object : \\" > "$depfile"
+
+    # Clip off the initial element (the dependent).  Don't try to be
+    # clever and replace this with sed code, as IRIX sed won't handle
+    # lines with more than a fixed number of characters (4096 in
+    # IRIX 6.2 sed, 8192 in IRIX 6.5).  We also remove comment lines;
+    # the IRIX cc adds comments like `#:fec' to the end of the
+    # dependency line.
+    tr ' ' '
+' < "$tmpdepfile" \
+    | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
+    tr '
+' ' ' >> $depfile
+    echo >> $depfile
+
+    # The second pass generates a dummy entry for each header file.
+    tr ' ' '
+' < "$tmpdepfile" \
+   | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
+   >> $depfile
+  else
+    # The sourcefile does not contain any dependencies, so just
+    # store a dummy comment line, to avoid errors with the Makefile
+    # "include basename.Plo" scheme.
+    echo "#dummy" > "$depfile"
+  fi
+  rm -f "$tmpdepfile"
+  ;;
+
+aix)
+  # The C for AIX Compiler uses -M and outputs the dependencies
+  # in a .u file.  In older versions, this file always lives in the
+  # current directory.  Also, the AIX compiler puts `$object:' at the
+  # start of each line; $object doesn't have directory information.
+  # Version 6 uses the directory in both cases.
+  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
+  tmpdepfile="$stripped.u"
+  if test "$libtool" = yes; then
+    "$@" -Wc,-M
+  else
+    "$@" -M
+  fi
+  stat=$?
+
+  if test -f "$tmpdepfile"; then :
+  else
+    stripped=`echo "$stripped" | sed 's,^.*/,,'`
+    tmpdepfile="$stripped.u"
+  fi
+
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+
+  if test -f "$tmpdepfile"; then
+    outname="$stripped.o"
+    # Each line is of the form `foo.o: dependent.h'.
+    # Do two passes, one to just change these to
+    # `$object: dependent.h' and one to simply `dependent.h:'.
+    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
+    sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
+  else
+    # The sourcefile does not contain any dependencies, so just
+    # store a dummy comment line, to avoid errors with the Makefile
+    # "include basename.Plo" scheme.
+    echo "#dummy" > "$depfile"
+  fi
+  rm -f "$tmpdepfile"
+  ;;
+
+icc)
+  # Intel's C compiler understands `-MD -MF file'.  However on
+  #    icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
+  # ICC 7.0 will fill foo.d with something like
+  #    foo.o: sub/foo.c
+  #    foo.o: sub/foo.h
+  # which is wrong.  We want:
+  #    sub/foo.o: sub/foo.c
+  #    sub/foo.o: sub/foo.h
+  #    sub/foo.c:
+  #    sub/foo.h:
+  # ICC 7.1 will output
+  #    foo.o: sub/foo.c sub/foo.h
+  # and will wrap long lines using \ :
+  #    foo.o: sub/foo.c ... \
+  #     sub/foo.h ... \
+  #     ...
+
+  "$@" -MD -MF "$tmpdepfile"
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  rm -f "$depfile"
+  # Each line is of the form `foo.o: dependent.h',
+  # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
+  # Do two passes, one to just change these to
+  # `$object: dependent.h' and one to simply `dependent.h:'.
+  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
+  # Some versions of the HPUX 10.20 sed can't process this invocation
+  # correctly.  Breaking it into two sed invocations is a workaround.
+  sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
+    sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+tru64)
+   # The Tru64 compiler uses -MD to generate dependencies as a side
+   # effect.  `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
+   # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
+   # dependencies in `foo.d' instead, so we check for that too.
+   # Subdirectories are respected.
+   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
+   test "x$dir" = "x$object" && dir=
+   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
+
+   if test "$libtool" = yes; then
+      # With Tru64 cc, shared objects can also be used to make a
+      # static library.  This mecanism is used in libtool 1.4 series to
+      # handle both shared and static libraries in a single compilation.
+      # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
+      #
+      # With libtool 1.5 this exception was removed, and libtool now
+      # generates 2 separate objects for the 2 libraries.  These two
+      # compilations output dependencies in in $dir.libs/$base.o.d and
+      # in $dir$base.o.d.  We have to check for both files, because
+      # one of the two compilations can be disabled.  We should prefer
+      # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
+      # automatically cleaned when .libs/ is deleted, while ignoring
+      # the former would cause a distcleancheck panic.
+      tmpdepfile1=$dir.libs/$base.lo.d   # libtool 1.4
+      tmpdepfile2=$dir$base.o.d          # libtool 1.5
+      tmpdepfile3=$dir.libs/$base.o.d    # libtool 1.5
+      tmpdepfile4=$dir.libs/$base.d      # Compaq CCC V6.2-504
+      "$@" -Wc,-MD
+   else
+      tmpdepfile1=$dir$base.o.d
+      tmpdepfile2=$dir$base.d
+      tmpdepfile3=$dir$base.d
+      tmpdepfile4=$dir$base.d
+      "$@" -MD
+   fi
+
+   stat=$?
+   if test $stat -eq 0; then :
+   else
+      rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
+      exit $stat
+   fi
+
+   for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
+   do
+     test -f "$tmpdepfile" && break
+   done
+   if test -f "$tmpdepfile"; then
+      sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
+      # That's a tab and a space in the [].
+      sed -e 's,^.*\.[a-z]*:[	 ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
+   else
+      echo "#dummy" > "$depfile"
+   fi
+   rm -f "$tmpdepfile"
+   ;;
+
+#nosideeffect)
+  # This comment above is used by automake to tell side-effect
+  # dependency tracking mechanisms from slower ones.
+
+dashmstdout)
+  # Important note: in order to support this mode, a compiler *must*
+  # always write the preprocessed file to stdout, regardless of -o.
+  "$@" || exit $?
+
+  # Remove the call to Libtool.
+  if test "$libtool" = yes; then
+    while test $1 != '--mode=compile'; do
+      shift
+    done
+    shift
+  fi
+
+  # Remove `-o $object'.
+  IFS=" "
+  for arg
+  do
+    case $arg in
+    -o)
+      shift
+      ;;
+    $object)
+      shift
+      ;;
+    *)
+      set fnord "$@" "$arg"
+      shift # fnord
+      shift # $arg
+      ;;
+    esac
+  done
+
+  test -z "$dashmflag" && dashmflag=-M
+  # Require at least two characters before searching for `:'
+  # in the target name.  This is to cope with DOS-style filenames:
+  # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
+  "$@" $dashmflag |
+    sed 's:^[  ]*[^: ][^:][^:]*\:[    ]*:'"$object"'\: :' > "$tmpdepfile"
+  rm -f "$depfile"
+  cat < "$tmpdepfile" > "$depfile"
+  tr ' ' '
+' < "$tmpdepfile" | \
+## Some versions of the HPUX 10.20 sed can't process this invocation
+## correctly.  Breaking it into two sed invocations is a workaround.
+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+dashXmstdout)
+  # This case only exists to satisfy depend.m4.  It is never actually
+  # run, as this mode is specially recognized in the preamble.
+  exit 1
+  ;;
+
+makedepend)
+  "$@" || exit $?
+  # Remove any Libtool call
+  if test "$libtool" = yes; then
+    while test $1 != '--mode=compile'; do
+      shift
+    done
+    shift
+  fi
+  # X makedepend
+  shift
+  cleared=no
+  for arg in "$@"; do
+    case $cleared in
+    no)
+      set ""; shift
+      cleared=yes ;;
+    esac
+    case "$arg" in
+    -D*|-I*)
+      set fnord "$@" "$arg"; shift ;;
+    # Strip any option that makedepend may not understand.  Remove
+    # the object too, otherwise makedepend will parse it as a source file.
+    -*|$object)
+      ;;
+    *)
+      set fnord "$@" "$arg"; shift ;;
+    esac
+  done
+  obj_suffix="`echo $object | sed 's/^.*\././'`"
+  touch "$tmpdepfile"
+  ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
+  rm -f "$depfile"
+  cat < "$tmpdepfile" > "$depfile"
+  sed '1,2d' "$tmpdepfile" | tr ' ' '
+' | \
+## Some versions of the HPUX 10.20 sed can't process this invocation
+## correctly.  Breaking it into two sed invocations is a workaround.
+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile" "$tmpdepfile".bak
+  ;;
+
+cpp)
+  # Important note: in order to support this mode, a compiler *must*
+  # always write the preprocessed file to stdout.
+  "$@" || exit $?
+
+  # Remove the call to Libtool.
+  if test "$libtool" = yes; then
+    while test $1 != '--mode=compile'; do
+      shift
+    done
+    shift
+  fi
+
+  # Remove `-o $object'.
+  IFS=" "
+  for arg
+  do
+    case $arg in
+    -o)
+      shift
+      ;;
+    $object)
+      shift
+      ;;
+    *)
+      set fnord "$@" "$arg"
+      shift # fnord
+      shift # $arg
+      ;;
+    esac
+  done
+
+  "$@" -E |
+    sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
+       -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
+    sed '$ s: \\$::' > "$tmpdepfile"
+  rm -f "$depfile"
+  echo "$object : \\" > "$depfile"
+  cat < "$tmpdepfile" >> "$depfile"
+  sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+msvisualcpp)
+  # Important note: in order to support this mode, a compiler *must*
+  # always write the preprocessed file to stdout, regardless of -o,
+  # because we must use -o when running libtool.
+  "$@" || exit $?
+  IFS=" "
+  for arg
+  do
+    case "$arg" in
+    "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
+	set fnord "$@"
+	shift
+	shift
+	;;
+    *)
+	set fnord "$@" "$arg"
+	shift
+	shift
+	;;
+    esac
+  done
+  "$@" -E |
+  sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
+  rm -f "$depfile"
+  echo "$object : \\" > "$depfile"
+  . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::	\1 \\:p' >> "$depfile"
+  echo "	" >> "$depfile"
+  . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+none)
+  exec "$@"
+  ;;
+
+*)
+  echo "Unknown depmode $depmode" 1>&2
+  exit 1
+  ;;
+esac
+
+exit 0
+
+# Local Variables:
+# mode: shell-script
+# sh-indentation: 2
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-end: "$"
+# End:
blob - /dev/null
blob + a63c729a9dc5c920f129fc61b3f81e30356e6d14 (mode 644)
--- /dev/null
+++ src/c-ares/get_ver.awk
@@ -0,0 +1,35 @@
+# ***************************************************************************
+# *  Project: c-ares
+# *
+# ***************************************************************************
+# awk script which fetches c-ares version number and string from input
+# file and writes them to STDOUT. Here you can get an awk version for Win32:
+# http://www.gknw.net/development/prgtools/awk-20070501.zip
+#
+BEGIN {
+  if (match (ARGV[1], /ares_version.h/)) {
+    while ((getline < ARGV[1]) > 0) {
+      if (match ($0, /^#define ARES_COPYRIGHT "[^"]+"$/)) {
+        libcares_copyright_str = substr($0, 25, length($0)-25);
+      }
+      else if (match ($0, /^#define ARES_VERSION_STR "[^"]+"$/)) {
+        libcares_ver_str = substr($3, 2, length($3)-2);
+      }
+      else if (match ($0, /^#define ARES_VERSION_MAJOR [0-9]+$/)) {
+        libcares_ver_major = substr($3, 1, length($3));
+      }
+      else if (match ($0, /^#define ARES_VERSION_MINOR [0-9]+$/)) {
+        libcares_ver_minor = substr($3, 1, length($3));
+      }
+      else if (match ($0, /^#define ARES_VERSION_PATCH [0-9]+$/)) {
+        libcares_ver_patch = substr($3, 1, length($3));
+      }
+    }
+    libcares_ver = libcares_ver_major "," libcares_ver_minor "," libcares_ver_patch;
+    print "LIBCARES_VERSION = " libcares_ver "";
+    print "LIBCARES_VERSION_STR = " libcares_ver_str "";
+    print "LIBCARES_COPYRIGHT_STR = " libcares_copyright_str "";
+  }
+}
+
+
blob - /dev/null
blob + 0b2accf19777217dbcda96ad75d3fd43d2cca74d (mode 644)
--- /dev/null
+++ src/c-ares/inet_net_pton.c
@@ -0,0 +1,450 @@
+
+/*
+ * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 1996,1999 by Internet Software Consortium.
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#include <ctype.h>
+#include <errno.h>
+#include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
+
+#include "ares.h"
+#include "ares_ipv6.h"
+#include "inet_net_pton.h"
+
+
+const struct ares_in6_addr ares_in6addr_any = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } };
+
+
+#if !defined(HAVE_INET_NET_PTON) || !defined(HAVE_INET_NET_PTON_IPV6)
+
+/*
+ * static int
+ * inet_net_pton_ipv4(src, dst, size)
+ *      convert IPv4 network number from presentation to network format.
+ *      accepts hex octets, hex strings, decimal octets, and /CIDR.
+ *      "size" is in bytes and describes "dst".
+ * return:
+ *      number of bits, either imputed classfully or specified with /CIDR,
+ *      or -1 if some failure occurred (check errno).  ENOENT means it was
+ *      not an IPv4 network specification.
+ * note:
+ *      network byte order assumed.  this means 192.5.5.240/28 has
+ *      0b11110000 in its fourth octet.
+ * note:
+ *      On Windows we store the error in the thread errno, not
+ *      in the winsock error code. This is to avoid loosing the
+ *      actual last winsock error. So use macro ERRNO to fetch the
+ *      errno this funtion sets when returning (-1), not SOCKERRNO.
+ * author:
+ *      Paul Vixie (ISC), June 1996
+ */
+static int
+inet_net_pton_ipv4(const char *src, unsigned char *dst, size_t size)
+{
+  static const char xdigits[] = "0123456789abcdef";
+  static const char digits[] = "0123456789";
+  int n, ch, tmp = 0, dirty, bits;
+  const unsigned char *odst = dst;
+
+  ch = *src++;
+  if (ch == '0' && (src[0] == 'x' || src[0] == 'X')
+      && ISXDIGIT(src[1])) {
+    /* Hexadecimal: Eat nybble string. */
+    if (!size)
+      goto emsgsize;
+    dirty = 0;
+    src++;  /* skip x or X. */
+    while ((ch = *src++) != '\0' && ISXDIGIT(ch)) {
+      if (ISUPPER(ch))
+        ch = tolower(ch);
+      n = (int)(strchr(xdigits, ch) - xdigits);
+      if (dirty == 0)
+        tmp = n;
+      else
+        tmp = (tmp << 4) | n;
+      if (++dirty == 2) {
+        if (!size--)
+          goto emsgsize;
+        *dst++ = (unsigned char) tmp;
+        dirty = 0;
+      }
+    }
+    if (dirty) {  /* Odd trailing nybble? */
+      if (!size--)
+        goto emsgsize;
+      *dst++ = (unsigned char) (tmp << 4);
+    }
+  } else if (ISDIGIT(ch)) {
+    /* Decimal: eat dotted digit string. */
+    for (;;) {
+      tmp = 0;
+      do {
+        n = (int)(strchr(digits, ch) - digits);
+        tmp *= 10;
+        tmp += n;
+        if (tmp > 255)
+          goto enoent;
+      } while ((ch = *src++) != '\0' &&
+               ISDIGIT(ch));
+      if (!size--)
+        goto emsgsize;
+      *dst++ = (unsigned char) tmp;
+      if (ch == '\0' || ch == '/')
+        break;
+      if (ch != '.')
+        goto enoent;
+      ch = *src++;
+      if (!ISDIGIT(ch))
+        goto enoent;
+    }
+  } else
+    goto enoent;
+
+  bits = -1;
+  if (ch == '/' &&
+      ISDIGIT(src[0]) && dst > odst) {
+    /* CIDR width specifier.  Nothing can follow it. */
+    ch = *src++;    /* Skip over the /. */
+    bits = 0;
+    do {
+      n = (int)(strchr(digits, ch) - digits);
+      bits *= 10;
+      bits += n;
+    } while ((ch = *src++) != '\0' && ISDIGIT(ch));
+    if (ch != '\0')
+      goto enoent;
+    if (bits > 32)
+      goto emsgsize;
+  }
+
+  /* Firey death and destruction unless we prefetched EOS. */
+  if (ch != '\0')
+    goto enoent;
+
+  /* If nothing was written to the destination, we found no address. */
+  if (dst == odst)
+    goto enoent;
+  /* If no CIDR spec was given, infer width from net class. */
+  if (bits == -1) {
+    if (*odst >= 240)       /* Class E */
+      bits = 32;
+    else if (*odst >= 224)  /* Class D */
+      bits = 8;
+    else if (*odst >= 192)  /* Class C */
+      bits = 24;
+    else if (*odst >= 128)  /* Class B */
+      bits = 16;
+    else                    /* Class A */
+      bits = 8;
+    /* If imputed mask is narrower than specified octets, widen. */
+    if (bits < ((dst - odst) * 8))
+      bits = (int)(dst - odst) * 8;
+    /*
+     * If there are no additional bits specified for a class D
+     * address adjust bits to 4.
+     */
+    if (bits == 8 && *odst == 224)
+      bits = 4;
+  }
+  /* Extend network to cover the actual mask. */
+  while (bits > ((dst - odst) * 8)) {
+    if (!size--)
+      goto emsgsize;
+    *dst++ = '\0';
+  }
+  return (bits);
+
+  enoent:
+  SET_ERRNO(ENOENT);
+  return (-1);
+
+  emsgsize:
+  SET_ERRNO(EMSGSIZE);
+  return (-1);
+}
+
+static int
+getbits(const char *src, int *bitsp)
+{
+  static const char digits[] = "0123456789";
+  int n;
+  int val;
+  char ch;
+
+  val = 0;
+  n = 0;
+  while ((ch = *src++) != '\0') {
+    const char *pch;
+
+    pch = strchr(digits, ch);
+    if (pch != NULL) {
+      if (n++ != 0 && val == 0)       /* no leading zeros */
+        return (0);
+      val *= 10;
+      val += (pch - digits);
+      if (val > 128)                  /* range */
+        return (0);
+      continue;
+    }
+    return (0);
+  }
+  if (n == 0)
+    return (0);
+  *bitsp = val;
+  return (1);
+}
+
+static int
+getv4(const char *src, unsigned char *dst, int *bitsp)
+{
+  static const char digits[] = "0123456789";
+  unsigned char *odst = dst;
+  int n;
+  unsigned int val;
+  char ch;
+
+  val = 0;
+  n = 0;
+  while ((ch = *src++) != '\0') {
+    const char *pch;
+
+    pch = strchr(digits, ch);
+    if (pch != NULL) {
+      if (n++ != 0 && val == 0)       /* no leading zeros */
+        return (0);
+      val *= 10;
+      val += (pch - digits);
+      if (val > 255)                  /* range */
+        return (0);
+      continue;
+    }
+    if (ch == '.' || ch == '/') {
+      if (dst - odst > 3)             /* too many octets? */
+        return (0);
+      *dst++ = (unsigned char)val;
+      if (ch == '/')
+        return (getbits(src, bitsp));
+      val = 0;
+      n = 0;
+      continue;
+    }
+    return (0);
+  }
+  if (n == 0)
+    return (0);
+  if (dst - odst > 3)             /* too many octets? */
+    return (0);
+  *dst++ = (unsigned char)val;
+  return (1);
+}
+
+static int
+inet_net_pton_ipv6(const char *src, unsigned char *dst, size_t size)
+{
+  static const char xdigits_l[] = "0123456789abcdef",
+    xdigits_u[] = "0123456789ABCDEF";
+  unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp;
+  const char *xdigits, *curtok;
+  int ch, saw_xdigit;
+  unsigned int val;
+  int digits;
+  int bits;
+  size_t bytes;
+  int words;
+  int ipv4;
+
+  memset((tp = tmp), '\0', NS_IN6ADDRSZ);
+  endp = tp + NS_IN6ADDRSZ;
+  colonp = NULL;
+  /* Leading :: requires some special handling. */
+  if (*src == ':')
+    if (*++src != ':')
+      goto enoent;
+  curtok = src;
+  saw_xdigit = 0;
+  val = 0;
+  digits = 0;
+  bits = -1;
+  ipv4 = 0;
+  while ((ch = *src++) != '\0') {
+    const char *pch;
+
+    if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
+      pch = strchr((xdigits = xdigits_u), ch);
+    if (pch != NULL) {
+      val <<= 4;
+      val |= (pch - xdigits);
+      if (++digits > 4)
+        goto enoent;
+      saw_xdigit = 1;
+      continue;
+    }
+    if (ch == ':') {
+      curtok = src;
+      if (!saw_xdigit) {
+        if (colonp)
+          goto enoent;
+        colonp = tp;
+        continue;
+      } else if (*src == '\0')
+        goto enoent;
+      if (tp + NS_INT16SZ > endp)
+        return (0);
+      *tp++ = (unsigned char)((val >> 8) & 0xff);
+      *tp++ = (unsigned char)(val & 0xff);
+      saw_xdigit = 0;
+      digits = 0;
+      val = 0;
+      continue;
+    }
+    if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
+        getv4(curtok, tp, &bits) > 0) {
+      tp += NS_INADDRSZ;
+      saw_xdigit = 0;
+      ipv4 = 1;
+      break;  /* '\0' was seen by inet_pton4(). */
+    }
+    if (ch == '/' && getbits(src, &bits) > 0)
+      break;
+    goto enoent;
+  }
+  if (saw_xdigit) {
+    if (tp + NS_INT16SZ > endp)
+      goto enoent;
+    *tp++ = (unsigned char)((val >> 8) & 0xff);
+    *tp++ = (unsigned char)(val & 0xff);
+  }
+  if (bits == -1)
+    bits = 128;
+
+  words = (bits + 15) / 16;
+  if (words < 2)
+    words = 2;
+  if (ipv4)
+    words = 8;
+  endp =  tmp + 2 * words;
+
+  if (colonp != NULL) {
+    /*
+     * Since some memmove()'s erroneously fail to handle
+     * overlapping regions, we'll do the shift by hand.
+     */
+    const ssize_t n = tp - colonp;
+    ssize_t i;
+
+    if (tp == endp)
+      goto enoent;
+    for (i = 1; i <= n; i++) {
+      *(endp - i) = *(colonp + n - i);
+      *(colonp + n - i) = 0;
+    }
+    tp = endp;
+  }
+  if (tp != endp)
+    goto enoent;
+
+  bytes = (bits + 7) / 8;
+  if (bytes > size)
+    goto emsgsize;
+  memcpy(dst, tmp, bytes);
+  return (bits);
+
+  enoent:
+  SET_ERRNO(ENOENT);
+  return (-1);
+
+  emsgsize:
+  SET_ERRNO(EMSGSIZE);
+  return (-1);
+}
+
+/*
+ * int
+ * inet_net_pton(af, src, dst, size)
+ *      convert network number from presentation to network format.
+ *      accepts hex octets, hex strings, decimal octets, and /CIDR.
+ *      "size" is in bytes and describes "dst".
+ * return:
+ *      number of bits, either imputed classfully or specified with /CIDR,
+ *      or -1 if some failure occurred (check errno).  ENOENT means it was
+ *      not a valid network specification.
+ * note:
+ *      On Windows we store the error in the thread errno, not
+ *      in the winsock error code. This is to avoid loosing the
+ *      actual last winsock error. So use macro ERRNO to fetch the
+ *      errno this funtion sets when returning (-1), not SOCKERRNO.
+ * author:
+ *      Paul Vixie (ISC), June 1996
+ */
+int
+ares_inet_net_pton(int af, const char *src, void *dst, size_t size)
+{
+  switch (af) {
+  case AF_INET:
+    return (inet_net_pton_ipv4(src, dst, size));
+  case AF_INET6:
+    return (inet_net_pton_ipv6(src, dst, size));
+  default:
+    SET_ERRNO(EAFNOSUPPORT);
+    return (-1);
+  }
+}
+
+#endif
+
+#ifndef HAVE_INET_PTON
+int ares_inet_pton(int af, const char *src, void *dst)
+{
+  int result;
+  size_t size;
+
+  if (af == AF_INET)
+    size = sizeof(struct in_addr);
+  else if (af == AF_INET6)
+    size = sizeof(struct ares_in6_addr);
+  else
+  {
+    SET_ERRNO(EAFNOSUPPORT);
+    return -1;
+  }
+  result = ares_inet_net_pton(af, src, dst, size);
+  if (result == -1 && ERRNO == ENOENT)
+    return 0;
+  return (result > -1 ? 1 : -1);
+}
+#endif
blob - /dev/null
blob + e04bc11b1658b82a5e92b644f5792f3d6654e6e9 (mode 644)
--- /dev/null
+++ src/c-ares/inet_net_pton.h
@@ -0,0 +1,31 @@
+#ifndef __ARES_INET_NET_PTON_H
+#define __ARES_INET_NET_PTON_H
+
+
+/* Copyright (C) 2005 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#ifdef HAVE_INET_PTON
+#define ares_inet_pton(x,y,z) inet_pton(x,y,z)
+#else
+int ares_inet_pton(int af, const char *src, void *dst);
+#endif
+#if defined(HAVE_INET_NET_PTON) && defined(HAVE_INET_NET_PTON_IPV6)
+#define ares_inet_net_pton(w,x,y,z) inet_net_pton(w,x,y,z)
+#else
+int ares_inet_net_pton(int af, const char *src, void *dst, size_t size);
+#endif
+
+#endif /* __ARES_INET_NET_PTON_H */
blob - /dev/null
blob + 71385cc8c9af36e4c74f8e3a52440bfd0549fa41 (mode 644)
--- /dev/null
+++ src/c-ares/inet_ntop.c
@@ -0,0 +1,232 @@
+
+/* Copyright (c) 1996 by Internet Software Consortium.
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
+ * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
+ * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+ * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ * SOFTWARE.
+ */
+
+#include "ares_setup.h"
+
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h>
+#else
+#  include "nameser.h"
+#endif
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#  include <arpa/nameser_compat.h>
+#endif
+
+#include <ctype.h>
+#include <errno.h>
+#include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
+
+#include "ares.h"
+#include "ares_ipv6.h"
+#include "inet_ntop.h"
+
+
+#ifndef HAVE_INET_NTOP
+
+#ifdef SPRINTF_CHAR
+# define SPRINTF(x) strlen(sprintf/**/x)
+#else
+# define SPRINTF(x) ((size_t)sprintf x)
+#endif
+
+/*
+ * WARNING: Don't even consider trying to compile this on a system where
+ * sizeof(int) < 4.  sizeof(int) > 4 is fine; all the world's not a VAX.
+ */
+
+static const char *inet_ntop4(const unsigned char *src, char *dst, size_t size);
+static const char *inet_ntop6(const unsigned char *src, char *dst, size_t size);
+
+/* char *
+ * inet_ntop(af, src, dst, size)
+ *     convert a network format address to presentation format.
+ * return:
+ *     pointer to presentation format address (`dst'), or NULL (see errno).
+ * note:
+ *      On Windows we store the error in the thread errno, not
+ *      in the winsock error code. This is to avoid loosing the
+ *      actual last winsock error. So use macro ERRNO to fetch the
+ *      errno this funtion sets when returning NULL, not SOCKERRNO.
+ * author:
+ *     Paul Vixie, 1996.
+ */
+const char *
+ares_inet_ntop(int af, const void *src, char *dst, size_t size)
+{
+  switch (af)
+    {
+    case AF_INET:
+      return (inet_ntop4(src, dst, size));
+    case AF_INET6:
+      return (inet_ntop6(src, dst, size));
+    default:
+      SET_ERRNO(EAFNOSUPPORT);
+      return (NULL);
+    }
+  /* NOTREACHED */
+}
+
+/* const char *
+ * inet_ntop4(src, dst, size)
+ *     format an IPv4 address, more or less like inet_ntoa()
+ * return:
+ *     `dst' (as a const)
+ * notes:
+ *     (1) uses no statics
+ *     (2) takes a unsigned char* not an in_addr as input
+ * author:
+ *     Paul Vixie, 1996.
+ */
+static const char *
+inet_ntop4(const unsigned char *src, char *dst, size_t size)
+{
+  static const char fmt[] = "%u.%u.%u.%u";
+  char tmp[sizeof "255.255.255.255"];
+
+  if (SPRINTF((tmp, fmt, src[0], src[1], src[2], src[3])) > size)
+    {
+      SET_ERRNO(ENOSPC);
+      return (NULL);
+    }
+    strcpy(dst, tmp);
+    return (dst);
+}
+
+/* const char *
+ * inet_ntop6(src, dst, size)
+ *    convert IPv6 binary address into presentation (printable) format
+ * author:
+ *    Paul Vixie, 1996.
+ */
+static const char *
+inet_ntop6(const unsigned char *src, char *dst, size_t size)
+{
+  /*
+   * Note that int32_t and int16_t need only be "at least" large enough
+   * to contain a value of the specified size.  On some systems, like
+   * Crays, there is no such thing as an integer variable with 16 bits.
+   * Keep this in mind if you think this function should have been coded
+   * to use pointer overlays.  All the world's not a VAX.
+   */
+  char tmp[sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")];
+  char *tp;
+  struct {
+    long base;
+    long len;
+  } best, cur;
+  unsigned long words[NS_IN6ADDRSZ / NS_INT16SZ];
+  int i;
+
+  /*
+   * Preprocess:
+   *  Copy the input (bytewise) array into a wordwise array.
+   *  Find the longest run of 0x00's in src[] for :: shorthanding.
+   */
+  memset(words, '\0', sizeof(words));
+  for (i = 0; i < NS_IN6ADDRSZ; i++)
+      words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3));
+
+  best.base = -1;
+  cur.base = -1;
+  best.len = 0;
+  cur.len = 0;
+
+  for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++)
+    {
+      if (words[i] == 0)
+        {
+          if (cur.base == -1)
+            cur.base = i, cur.len = 1;
+          else
+            cur.len++;
+        }
+      else
+        {
+          if (cur.base != -1)
+            {
+              if (best.base == -1 || cur.len > best.len)
+                best = cur;
+              cur.base = -1;
+            }
+        }
+    }
+  if (cur.base != -1)
+    {
+      if (best.base == -1 || cur.len > best.len)
+        best = cur;
+    }
+  if (best.base != -1 && best.len < 2)
+    best.base = -1;
+
+  /*
+   * Format the result.
+   */
+  tp = tmp;
+  for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++)
+    {
+      /* Are we inside the best run of 0x00's? */
+      if (best.base != -1 && i >= best.base &&
+          i < (best.base + best.len))
+        {
+          if (i == best.base)
+             *tp++ = ':';
+          continue;
+        }
+      /* Are we following an initial run of 0x00s or any real hex? */
+      if (i != 0)
+        *tp++ = ':';
+      /* Is this address an encapsulated IPv4? */
+      if (i == 6 && best.base == 0 &&
+          (best.len == 6 || (best.len == 5 && words[5] == 0xffff)))
+        {
+          if (!inet_ntop4(src+12, tp, sizeof(tmp) - (tp - tmp)))
+            return (NULL);
+          tp += strlen(tp);
+          break;
+        }
+        tp += SPRINTF((tp, "%lx", words[i]));
+    }
+
+  /* Was it a trailing run of 0x00's? */
+  if (best.base != -1 && (best.base + best.len) == (NS_IN6ADDRSZ / NS_INT16SZ))
+    *tp++ = ':';
+  *tp++ = '\0';
+
+  /*
+   * Check for overflow, copy, and we're done.
+   */
+  if ((size_t)(tp - tmp) > size)
+    {
+      SET_ERRNO(ENOSPC);
+      return (NULL);
+    }
+  strcpy(dst, tmp);
+  return (dst);
+}
+#endif
+
blob - /dev/null
blob + c583488f75e736f78cca93c8e13539de2a60e4a0 (mode 644)
--- /dev/null
+++ src/c-ares/inet_ntop.h
@@ -0,0 +1,26 @@
+#ifndef __ARES_INET_NTOP_H
+#define __ARES_INET_NTOP_H
+
+
+/* Copyright (C) 2005 by Dominick Meglio
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#ifdef HAVE_INET_NTOP
+#define ares_inet_ntop(w,x,y,z) inet_ntop(w,x,y,z)
+#else
+const char *ares_inet_ntop(int af, const void *src, char *dst, size_t size);
+#endif
+
+#endif /* __ARES_INET_NTOP_H */
blob - /dev/null
blob + e8436696c19d1bfd9e4d53c7113deb6a991818a8 (mode 755)
--- /dev/null
+++ src/c-ares/install-sh
@@ -0,0 +1,250 @@
+#!/bin/sh
+#
+# install - install a program, script, or datafile
+# This comes from X11R5 (mit/util/scripts/install.sh).
+#
+# Copyright 1991 by the Massachusetts Institute of Technology
+#
+# Permission to use, copy, modify, distribute, and sell this software and its
+# documentation for any purpose is hereby granted without fee, provided that
+# the above copyright notice appear in all copies and that both that
+# copyright notice and this permission notice appear in supporting
+# documentation, and that the name of M.I.T. not be used in advertising or
+# publicity pertaining to distribution of the software without specific,
+# written prior permission.  M.I.T. makes no representations about the
+# suitability of this software for any purpose.  It is provided "as is"
+# without express or implied warranty.
+#
+# Calling this script install-sh is preferred over install.sh, to prevent
+# `make' implicit rules from creating a file called install from it
+# when there is no Makefile.
+#
+# This script is compatible with the BSD install script, but was written
+# from scratch.  It can only install one file at a time, a restriction
+# shared with many OS's install programs.
+
+
+# set DOITPROG to echo to test this script
+
+# Don't use :- since 4.3BSD and earlier shells don't like it.
+doit="${DOITPROG-}"
+
+
+# put in absolute paths if you don't have them in your path; or use env. vars.
+
+mvprog="${MVPROG-mv}"
+cpprog="${CPPROG-cp}"
+chmodprog="${CHMODPROG-chmod}"
+chownprog="${CHOWNPROG-chown}"
+chgrpprog="${CHGRPPROG-chgrp}"
+stripprog="${STRIPPROG-strip}"
+rmprog="${RMPROG-rm}"
+mkdirprog="${MKDIRPROG-mkdir}"
+
+transformbasename=""
+transform_arg=""
+instcmd="$mvprog"
+chmodcmd="$chmodprog 0755"
+chowncmd=""
+chgrpcmd=""
+stripcmd=""
+rmcmd="$rmprog -f"
+mvcmd="$mvprog"
+src=""
+dst=""
+dir_arg=""
+
+while [ x"$1" != x ]; do
+    case $1 in
+	-c) instcmd="$cpprog"
+	    shift
+	    continue;;
+
+	-d) dir_arg=true
+	    shift
+	    continue;;
+
+	-m) chmodcmd="$chmodprog $2"
+	    shift
+	    shift
+	    continue;;
+
+	-o) chowncmd="$chownprog $2"
+	    shift
+	    shift
+	    continue;;
+
+	-g) chgrpcmd="$chgrpprog $2"
+	    shift
+	    shift
+	    continue;;
+
+	-s) stripcmd="$stripprog"
+	    shift
+	    continue;;
+
+	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
+	    shift
+	    continue;;
+
+	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
+	    shift
+	    continue;;
+
+	*)  if [ x"$src" = x ]
+	    then
+		src=$1
+	    else
+		# this colon is to work around a 386BSD /bin/sh bug
+		:
+		dst=$1
+	    fi
+	    shift
+	    continue;;
+    esac
+done
+
+if [ x"$src" = x ]
+then
+	echo "install:	no input file specified"
+	exit 1
+else
+	true
+fi
+
+if [ x"$dir_arg" != x ]; then
+	dst=$src
+	src=""
+	
+	if [ -d $dst ]; then
+		instcmd=:
+	else
+		instcmd=mkdir
+	fi
+else
+
+# Waiting for this to be detected by the "$instcmd $src $dsttmp" command
+# might cause directories to be created, which would be especially bad 
+# if $src (and thus $dsttmp) contains '*'.
+
+	if [ -f $src -o -d $src ]
+	then
+		true
+	else
+		echo "install:  $src does not exist"
+		exit 1
+	fi
+	
+	if [ x"$dst" = x ]
+	then
+		echo "install:	no destination specified"
+		exit 1
+	else
+		true
+	fi
+
+# If destination is a directory, append the input filename; if your system
+# does not like double slashes in filenames, you may need to add some logic
+
+	if [ -d $dst ]
+	then
+		dst="$dst"/`basename $src`
+	else
+		true
+	fi
+fi
+
+## this sed command emulates the dirname command
+dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
+
+# Make sure that the destination directory exists.
+#  this part is taken from Noah Friedman's mkinstalldirs script
+
+# Skip lots of stat calls in the usual case.
+if [ ! -d "$dstdir" ]; then
+defaultIFS='	
+'
+IFS="${IFS-${defaultIFS}}"
+
+oIFS="${IFS}"
+# Some sh's can't handle IFS=/ for some reason.
+IFS='%'
+set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
+IFS="${oIFS}"
+
+pathcomp=''
+
+while [ $# -ne 0 ] ; do
+	pathcomp="${pathcomp}${1}"
+	shift
+
+	if [ ! -d "${pathcomp}" ] ;
+        then
+		$mkdirprog "${pathcomp}"
+	else
+		true
+	fi
+
+	pathcomp="${pathcomp}/"
+done
+fi
+
+if [ x"$dir_arg" != x ]
+then
+	$doit $instcmd $dst &&
+
+	if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
+	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
+	if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
+	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
+else
+
+# If we're going to rename the final executable, determine the name now.
+
+	if [ x"$transformarg" = x ] 
+	then
+		dstfile=`basename $dst`
+	else
+		dstfile=`basename $dst $transformbasename | 
+			sed $transformarg`$transformbasename
+	fi
+
+# don't allow the sed command to completely eliminate the filename
+
+	if [ x"$dstfile" = x ] 
+	then
+		dstfile=`basename $dst`
+	else
+		true
+	fi
+
+# Make a temp file name in the proper directory.
+
+	dsttmp=$dstdir/#inst.$$#
+
+# Move or copy the file name to the temp name
+
+	$doit $instcmd $src $dsttmp &&
+
+	trap "rm -f ${dsttmp}" 0 &&
+
+# and set any options; do chmod last to preserve setuid bits
+
+# If any of these fail, we abort the whole thing.  If we want to
+# ignore errors from any of these, just make sure not to ignore
+# errors from the above "$doit $instcmd $src $dsttmp" command.
+
+	if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
+	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
+	if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
+	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi &&
+
+# Now rename the file to the real destination.
+
+	$doit $rmcmd -f $dstdir/$dstfile &&
+	$doit $mvcmd $dsttmp $dstdir/$dstfile 
+
+fi &&
+
+
+exit 0
blob - /dev/null
blob + c8bb987911d0a29f52698db04f5fab61bef21cec (mode 644)
--- /dev/null
+++ src/c-ares/libcares.pc
@@ -0,0 +1,20 @@
+#***************************************************************************
+# Project        ___       __ _ _ __ ___  ___ 
+#               / __|____ / _` | '__/ _ \/ __|
+#              | (_|_____| (_| | | |  __/\__ \
+#               \___|     \__,_|_|  \___||___/
+#
+prefix=/usr/local
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: c-ares
+URL: http://daniel.haxx.se/projects/c-ares/
+Description: asynchronous DNS lookup library
+Version: 1.7.4
+Requires: 
+Requires.private: 
+Cflags: -I${includedir}
+Libs: -L${libdir} -lcares
+Libs.private: -lrt
blob - /dev/null
blob + 42672bd2d9cd308c69c465a4882a8131a9e9cd19 (mode 644)
--- /dev/null
+++ src/c-ares/libcares.pc.in
@@ -0,0 +1,20 @@
+#***************************************************************************
+# Project        ___       __ _ _ __ ___  ___ 
+#               / __|____ / _` | '__/ _ \/ __|
+#              | (_|_____| (_| | | |  __/\__ \
+#               \___|     \__,_|_|  \___||___/
+#
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: c-ares
+URL: http://daniel.haxx.se/projects/c-ares/
+Description: asynchronous DNS lookup library
+Version: @VERSION@
+Requires: 
+Requires.private: 
+Cflags: -I${includedir}
+Libs: -L${libdir} -lcares
+Libs.private: @CARES_PRIVATE_LIBS@
blob - /dev/null
blob + 818a5794dc970b4772770c89cac84dca7cda90f9 (mode 755)
--- /dev/null
+++ src/c-ares/libtool
@@ -0,0 +1,8906 @@
+#! /bin/bash
+
+# libtool - Provide generalized library-building support services.
+# Generated automatically by config.status (c-ares) 1.7.4
+# Libtool was configured on host shell2.eushells.com:
+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
+#
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
+#   Written by Gordon Matzigkeit, 1996
+#
+#   This file is part of GNU Libtool.
+#
+# GNU Libtool is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# As a special exception to the GNU General Public License,
+# if you distribute this file as part of a program or library that
+# is built using GNU Libtool, you may include this file under the
+# same distribution terms that you use for the rest of that program.
+#
+# GNU Libtool is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Libtool; see the file COPYING.  If not, a copy
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
+# obtained by writing to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+
+# The names of the tagged configurations supported by this script.
+available_tags=""
+
+# ### BEGIN LIBTOOL CONFIG
+
+# Assembler program.
+AS=as
+
+# DLL creation program.
+DLLTOOL=dlltool
+
+# Object dumper program.
+OBJDUMP=objdump
+
+# Which release of libtool.m4 was used?
+macro_version=2.2.6b
+macro_revision=1.3017
+
+# Whether or not to build shared libraries.
+build_libtool_libs=no
+
+# Whether or not to build static libraries.
+build_old_libs=yes
+
+# What type of objects to build.
+pic_mode=default
+
+# Whether or not to optimize for fast installation.
+fast_install=needless
+
+# The host system.
+host_alias=
+host=i686-pc-linux-gnu
+host_os=linux-gnu
+
+# The build system.
+build_alias=
+build=i686-pc-linux-gnu
+build_os=linux-gnu
+
+# A sed program that does not truncate output.
+SED="/bin/sed"
+
+# Sed that helps us avoid accidentally triggering echo(1) options like -n.
+Xsed="$SED -e 1s/^X//"
+
+# A grep program that handles long lines.
+GREP="/bin/grep"
+
+# An ERE matcher.
+EGREP="/bin/grep -E"
+
+# A literal string matcher.
+FGREP="/bin/grep -F"
+
+# A BSD- or MS-compatible name lister.
+NM="/usr/bin/nm -B"
+
+# Whether we need soft or hard links.
+LN_S="ln -s"
+
+# What is the maximum length of a command?
+max_cmd_len=805306365
+
+# Object file suffix (normally "o").
+objext=o
+
+# Executable file suffix (normally "").
+exeext=
+
+# whether the shell understands "unset".
+lt_unset=unset
+
+# turn spaces into newlines.
+SP2NL="tr \\040 \\012"
+
+# turn newlines into spaces.
+NL2SP="tr \\015\\012 \\040\\040"
+
+# How to create reloadable object files.
+reload_flag=" -r"
+reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs"
+
+# Method to check whether dependent libraries are shared objects.
+deplibs_check_method="pass_all"
+
+# Command to use when deplibs_check_method == "file_magic".
+file_magic_cmd="\$MAGIC_CMD"
+
+# The archiver.
+AR="/usr/bin/ar"
+AR_FLAGS="cru"
+
+# A symbol stripping program.
+STRIP="strip"
+
+# Commands used to install an old-style archive.
+RANLIB="ranlib"
+old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$oldlib"
+old_postuninstall_cmds=""
+
+# A C compiler.
+LTCC="gcc"
+
+# LTCC compiler flags.
+LTCFLAGS="-g0 -O2 -Wno-system-headers -fvisibility=hidden"
+
+# Take the output of nm and produce a listing of raw symbols and C names.
+global_symbol_pipe="sed -n -e 's/^.*[	 ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[	 ][	 ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'"
+
+# Transform the output of nm in a proper C declaration.
+global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[ABCDGIRSTW]* .* \\(.*\\)\$/extern char \\1;/p'"
+
+# Transform the output of nm in a C name address pair.
+global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (void *) 0},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (void *) \\&\\2},/p'"
+
+# Transform the output of nm in a C name address pair when lib prefix is needed.
+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'"
+
+# The name of the directory that contains temporary libtool files.
+objdir=.libs
+
+# Shell to use when invoking shell scripts.
+SHELL="/bin/bash"
+
+# An echo program that does not interpret backslashes.
+ECHO="echo"
+
+# Used to examine libraries when file_magic_cmd begins with "file".
+MAGIC_CMD=file
+
+# Must we lock files when doing compilation?
+need_locks="no"
+
+# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
+DSYMUTIL=""
+
+# Tool to change global to local symbols on Mac OS X.
+NMEDIT=""
+
+# Tool to manipulate fat objects and archives on Mac OS X.
+LIPO=""
+
+# ldd/readelf like tool for Mach-O binaries on Mac OS X.
+OTOOL=""
+
+# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
+OTOOL64=""
+
+# Old archive suffix (normally "a").
+libext=a
+
+# Shared library suffix (normally ".so").
+shrext_cmds=".so"
+
+# The commands to extract the exported symbol list from a shared archive.
+extract_expsyms_cmds=""
+
+# Variables whose values should be saved in libtool wrapper scripts and
+# restored at link time.
+variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+
+# Do we need the "lib" prefix for modules?
+need_lib_prefix=no
+
+# Do we need a version for libraries?
+need_version=no
+
+# Library versioning type.
+version_type=linux
+
+# Shared library runtime path variable.
+runpath_var=LD_RUN_PATH
+
+# Shared library path variable.
+shlibpath_var=LD_LIBRARY_PATH
+
+# Is shlibpath searched before the hard-coded library search path?
+shlibpath_overrides_runpath=no
+
+# Format of library name prefix.
+libname_spec="lib\$name"
+
+# List of archive names.  First name is the real one, the rest are links.
+# The last name is the one that the linker finds with -lNAME
+library_names_spec="\${libname}\${release}\${shared_ext}\$versuffix \${libname}\${release}\${shared_ext}\$major \$libname\${shared_ext}"
+
+# The coded name of the library, if different from the real name.
+soname_spec="\${libname}\${release}\${shared_ext}\$major"
+
+# Command to use after installation of a shared archive.
+postinstall_cmds=""
+
+# Command to use after uninstallation of a shared archive.
+postuninstall_cmds=""
+
+# Commands used to finish a libtool library installation in a directory.
+finish_cmds="PATH=\\\"\\\$PATH:/sbin\\\" ldconfig -n \$libdir"
+
+# As "finish_cmds", except a single script fragment to be evaled but
+# not shown.
+finish_eval=""
+
+# Whether we should hardcode library paths into libraries.
+hardcode_into_libs=yes
+
+# Compile-time system search path for libraries.
+sys_lib_search_path_spec="/usr/lib/gcc/i486-linux-gnu/4.4.5 /usr/lib /lib"
+
+# Run-time system search path for libraries.
+sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib /lib /usr/lib/sasl2 /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib /usr/lib/vmware-tools/lib32/libvmGuestLib.so /usr/lib/vmware-tools/lib64/libvmGuestLib.so /usr/lib/vmware-tools/lib32/libvmGuestLibJava.so /usr/lib/vmware-tools/lib64/libvmGuestLibJava.so /usr/lib/vmware-tools/lib32/libDeployPkg.so /usr/lib/vmware-tools/lib64/libDeployPkg.so "
+
+# Whether dlopen is supported.
+dlopen_support=unknown
+
+# Whether dlopen of programs is supported.
+dlopen_self=unknown
+
+# Whether dlopen of statically linked programs is supported.
+dlopen_self_static=unknown
+
+# Commands to strip libraries.
+old_striplib="strip --strip-debug"
+striplib="strip --strip-unneeded"
+
+
+# The linker used to build libraries.
+LD="/usr/bin/ld"
+
+# Commands used to build an old-style archive.
+old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib"
+
+# A language specific compiler.
+CC="gcc"
+
+# Is the compiler the GNU compiler?
+with_gcc=yes
+
+# Compiler flag to turn off builtin functions.
+no_builtin_flag=" -fno-builtin"
+
+# How to pass a linker flag through the compiler.
+wl="-Wl,"
+
+# Additional compiler flags for building library objects.
+pic_flag=" -fPIC -DPIC"
+
+# Compiler flag to prevent dynamic linking.
+link_static_flag="-static"
+
+# Does compiler simultaneously support -c and -o options?
+compiler_c_o="yes"
+
+# Whether or not to add -lc for building shared libraries.
+build_libtool_need_lc=yes
+
+# Whether or not to disallow shared libs when runtime libs are static.
+allow_libtool_libs_with_static_runtimes=no
+
+# Compiler flag to allow reflexive dlopens.
+export_dynamic_flag_spec="\${wl}--export-dynamic"
+
+# Compiler flag to generate shared objects directly from archives.
+whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive"
+
+# Whether the compiler copes with passing no objects directly.
+compiler_needs_object="no"
+
+# Create an old-style archive from a shared archive.
+old_archive_from_new_cmds=""
+
+# Create a temporary old-style archive to link instead of a shared archive.
+old_archive_from_expsyms_cmds=""
+
+# Commands used to build a shared archive.
+archive_cmds="\$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
+archive_expsym_cmds="echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~
+	    cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~
+	    echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~
+	    \$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-version-script \${wl}\$output_objdir/\$libname.ver -o \$lib"
+
+# Commands used to build a loadable module if different from building
+# a shared archive.
+module_cmds=""
+module_expsym_cmds=""
+
+# Whether we are building with GNU ld or not.
+with_gnu_ld="yes"
+
+# Flag that allows shared libraries with undefined symbols to be built.
+allow_undefined_flag=""
+
+# Flag that enforces no undefined symbols.
+no_undefined_flag=""
+
+# Flag to hardcode $libdir into a binary during linking.
+# This must work even if $libdir does not exist
+hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir"
+
+# If ld is used when linking, flag to hardcode $libdir into a binary
+# during linking.  This must work even if $libdir does not exist.
+hardcode_libdir_flag_spec_ld=""
+
+# Whether we need a single "-rpath" flag with a separated argument.
+hardcode_libdir_separator=""
+
+# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
+# DIR into the resulting binary.
+hardcode_direct=no
+
+# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
+# DIR into the resulting binary and the resulting library dependency is
+# "absolute",i.e impossible to change by setting ${shlibpath_var} if the
+# library is relocated.
+hardcode_direct_absolute=no
+
+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
+# into the resulting binary.
+hardcode_minus_L=no
+
+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
+# into the resulting binary.
+hardcode_shlibpath_var=unsupported
+
+# Set to "yes" if building a shared library automatically hardcodes DIR
+# into the library and all subsequent libraries and executables linked
+# against it.
+hardcode_automatic=no
+
+# Set to yes if linker adds runtime paths of dependent libraries
+# to runtime path list.
+inherit_rpath=no
+
+# Whether libtool must link a program against all its dependency libraries.
+link_all_deplibs=no
+
+# Fix the shell variable $srcfile for the compiler.
+fix_srcfile_path=""
+
+# Set to "yes" if exported symbols are required.
+always_export_symbols=no
+
+# The commands to list exported symbols.
+export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols"
+
+# Symbols that should not be listed in the preloaded symbols.
+exclude_expsyms="_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*"
+
+# Symbols that must always be exported.
+include_expsyms=""
+
+# Commands necessary for linking programs (against libraries) with templates.
+prelink_cmds=""
+
+# Specify filename containing input files.
+file_list_spec=""
+
+# How to hardcode a shared library path into an executable.
+hardcode_action=immediate
+
+# ### END LIBTOOL CONFIG
+
+# Generated from ltmain.m4sh.
+
+# ltmain.sh (GNU libtool) 2.2.6b
+# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
+
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 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.
+
+# GNU Libtool is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# As a special exception to the GNU General Public License,
+# if you distribute this file as part of a program or library that
+# is built using GNU Libtool, you may include this file under the
+# same distribution terms that you use for the rest of that program.
+#
+# GNU Libtool is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Libtool; see the file COPYING.  If not, a copy
+# can be downloaded from http://www.gnu.org/licenses/gpl.html,
+# or obtained by writing to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+# Usage: $progname [OPTION]... [MODE-ARG]...
+#
+# Provide generalized library-building support services.
+#
+#     --config             show all configuration variables
+#     --debug              enable verbose shell tracing
+# -n, --dry-run            display commands without modifying any files
+#     --features           display basic configuration information and exit
+#     --mode=MODE          use operation mode MODE
+#     --preserve-dup-deps  don't remove duplicate dependency libraries
+#     --quiet, --silent    don't print informational messages
+#     --tag=TAG            use configuration variables from tag TAG
+# -v, --verbose            print informational messages (default)
+#     --version            print version information
+# -h, --help               print short or long help message
+#
+# MODE must be one of the following:
+#
+#       clean              remove files from the build directory
+#       compile            compile a source file into a libtool object
+#       execute            automatically set library path, then run a program
+#       finish             complete the installation of libtool libraries
+#       install            install libraries or executables
+#       link               create a library or an executable
+#       uninstall          remove libraries from an installed directory
+#
+# MODE-ARGS vary depending on the MODE.
+# Try `$progname --help --mode=MODE' for a more detailed description of MODE.
+#
+# When reporting a bug, please describe a test case to reproduce it and
+# include the following information:
+#
+#       host-triplet:	$host
+#       shell:		$SHELL
+#       compiler:		$LTCC
+#       compiler flags:		$LTCFLAGS
+#       linker:		$LD (gnu? $with_gnu_ld)
+#       $progname:		(GNU libtool) 2.2.6b Debian-2.2.6b-2
+#       automake:		$automake_version
+#       autoconf:		$autoconf_version
+#
+# Report bugs to <bug-libtool@gnu.org>.
+
+PROGRAM=ltmain.sh
+PACKAGE=libtool
+VERSION="2.2.6b Debian-2.2.6b-2"
+TIMESTAMP=""
+package_revision=1.3017
+
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+  emulate sh
+  NULLCMD=:
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
+fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
+DUALCASE=1; export DUALCASE # for MKS sh
+
+# NLS nuisances: We save the old values to restore during execute mode.
+# Only set LANG and LC_ALL to C if already set.
+# These must not be set unconditionally because not all systems understand
+# e.g. LANG=C (notably SCO).
+lt_user_locale=
+lt_safe_locale=
+for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+do
+  eval "if test \"\${$lt_var+set}\" = set; then
+          save_$lt_var=\$$lt_var
+          $lt_var=C
+	  export $lt_var
+	  lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\"
+	  lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\"
+	fi"
+done
+
+$lt_unset CDPATH
+
+
+
+
+
+: ${CP="cp -f"}
+: ${ECHO="echo"}
+: ${EGREP="/bin/grep -E"}
+: ${FGREP="/bin/grep -F"}
+: ${GREP="/bin/grep"}
+: ${LN_S="ln -s"}
+: ${MAKE="make"}
+: ${MKDIR="mkdir"}
+: ${MV="mv -f"}
+: ${RM="rm -f"}
+: ${SED="/bin/sed"}
+: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
+: ${Xsed="$SED -e 1s/^X//"}
+
+# Global variables:
+EXIT_SUCCESS=0
+EXIT_FAILURE=1
+EXIT_MISMATCH=63  # $? = 63 is used to indicate version mismatch to missing.
+EXIT_SKIP=77	  # $? = 77 is used to indicate a skipped test to automake.
+
+exit_status=$EXIT_SUCCESS
+
+# Make sure IFS has a sensible default
+lt_nl='
+'
+IFS=" 	$lt_nl"
+
+dirname="s,/[^/]*$,,"
+basename="s,^.*/,,"
+
+# func_dirname_and_basename file append nondir_replacement
+# perform func_basename and func_dirname in a single function
+# call:
+#   dirname:  Compute the dirname of FILE.  If nonempty,
+#             add APPEND to the result, otherwise set result
+#             to NONDIR_REPLACEMENT.
+#             value returned in "$func_dirname_result"
+#   basename: Compute filename of FILE.
+#             value retuned in "$func_basename_result"
+# Implementation must be kept synchronized with func_dirname
+# and func_basename. For efficiency, we do not delegate to
+# those functions but instead duplicate the functionality here.
+func_dirname_and_basename ()
+{
+  # Extract subdirectory from the argument.
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
+  if test "X$func_dirname_result" = "X${1}"; then
+    func_dirname_result="${3}"
+  else
+    func_dirname_result="$func_dirname_result${2}"
+  fi
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
+}
+
+# Generated shell functions inserted here.
+
+# func_dirname file append nondir_replacement
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
+# otherwise set result to NONDIR_REPLACEMENT.
+func_dirname ()
+{
+  case ${1} in
+    */*) func_dirname_result="${1%/*}${2}" ;;
+    *  ) func_dirname_result="${3}" ;;
+  esac
+}
+
+# func_basename file
+func_basename ()
+{
+  func_basename_result="${1##*/}"
+}
+
+# func_dirname_and_basename file append nondir_replacement
+# perform func_basename and func_dirname in a single function
+# call:
+#   dirname:  Compute the dirname of FILE.  If nonempty,
+#             add APPEND to the result, otherwise set result
+#             to NONDIR_REPLACEMENT.
+#             value returned in "$func_dirname_result"
+#   basename: Compute filename of FILE.
+#             value retuned in "$func_basename_result"
+# Implementation must be kept synchronized with func_dirname
+# and func_basename. For efficiency, we do not delegate to
+# those functions but instead duplicate the functionality here.
+func_dirname_and_basename ()
+{
+  case ${1} in
+    */*) func_dirname_result="${1%/*}${2}" ;;
+    *  ) func_dirname_result="${3}" ;;
+  esac
+  func_basename_result="${1##*/}"
+}
+
+# func_stripname prefix suffix name
+# strip PREFIX and SUFFIX off of NAME.
+# PREFIX and SUFFIX must not contain globbing or regex special
+# characters, hashes, percent signs, but SUFFIX may contain a leading
+# dot (in which case that matches only a dot).
+func_stripname ()
+{
+  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
+  # positional parameters, so assign one to ordinary parameter first.
+  func_stripname_result=${3}
+  func_stripname_result=${func_stripname_result#"${1}"}
+  func_stripname_result=${func_stripname_result%"${2}"}
+}
+
+# func_opt_split
+func_opt_split ()
+{
+  func_opt_split_opt=${1%%=*}
+  func_opt_split_arg=${1#*=}
+}
+
+# func_lo2o object
+func_lo2o ()
+{
+  case ${1} in
+    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
+    *)    func_lo2o_result=${1} ;;
+  esac
+}
+
+# func_xform libobj-or-source
+func_xform ()
+{
+  func_xform_result=${1%.*}.lo
+}
+
+# func_arith arithmetic-term...
+func_arith ()
+{
+  func_arith_result=$(( $* ))
+}
+
+# func_len string
+# STRING may not start with a hyphen.
+func_len ()
+{
+  func_len_result=${#1}
+}
+
+
+# func_append var value
+# Append VALUE to the end of shell variable VAR.
+func_append ()
+{
+  eval "$1+=\$2"
+}
+# Generated shell functions inserted here.
+
+# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
+# is ksh but when the shell is invoked as "sh" and the current value of
+# the _XPG environment variable is not equal to 1 (one), the special
+# positional parameter $0, within a function call, is the name of the
+# function.
+progpath="$0"
+
+# The name of this program:
+# In the unlikely event $progname began with a '-', it would play havoc with
+# func_echo (imagine progname=-n), so we prepend ./ in that case:
+func_dirname_and_basename "$progpath"
+progname=$func_basename_result
+case $progname in
+  -*) progname=./$progname ;;
+esac
+
+# Make sure we have an absolute path for reexecution:
+case $progpath in
+  [\\/]*|[A-Za-z]:\\*) ;;
+  *[\\/]*)
+     progdir=$func_dirname_result
+     progdir=`cd "$progdir" && pwd`
+     progpath="$progdir/$progname"
+     ;;
+  *)
+     save_IFS="$IFS"
+     IFS=:
+     for progdir in $PATH; do
+       IFS="$save_IFS"
+       test -x "$progdir/$progname" && break
+     done
+     IFS="$save_IFS"
+     test -n "$progdir" || progdir=`pwd`
+     progpath="$progdir/$progname"
+     ;;
+esac
+
+# Sed substitution that helps us do robust quoting.  It backslashifies
+# metacharacters that are still active within double-quoted strings.
+Xsed="${SED}"' -e 1s/^X//'
+sed_quote_subst='s/\([`"$\\]\)/\\\1/g'
+
+# Same as above, but do not quote variable references.
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
+
+# Re-`\' parameter expansions in output of double_quote_subst that were
+# `\'-ed in input to the same.  If an odd number of `\' preceded a '$'
+# in input to double_quote_subst, that '$' was protected from expansion.
+# Since each input `\' is now two `\'s, look for any number of runs of
+# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
+bs='\\'
+bs2='\\\\'
+bs4='\\\\\\\\'
+dollar='\$'
+sed_double_backslash="\
+  s/$bs4/&\\
+/g
+  s/^$bs2$dollar/$bs&/
+  s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
+  s/\n//g"
+
+# Standard options:
+opt_dry_run=false
+opt_help=false
+opt_quiet=false
+opt_verbose=false
+opt_warning=:
+
+# func_echo arg...
+# Echo program name prefixed message, along with the current mode
+# name if it has been set yet.
+func_echo ()
+{
+    $ECHO "$progname${mode+: }$mode: $*"
+}
+
+# func_verbose arg...
+# Echo program name prefixed message in verbose mode only.
+func_verbose ()
+{
+    $opt_verbose && func_echo ${1+"$@"}
+
+    # A bug in bash halts the script if the last line of a function
+    # fails when set -e is in force, so we need another command to
+    # work around that:
+    :
+}
+
+# func_error arg...
+# Echo program name prefixed message to standard error.
+func_error ()
+{
+    $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2
+}
+
+# func_warning arg...
+# Echo program name prefixed warning message to standard error.
+func_warning ()
+{
+    $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2
+
+    # bash bug again:
+    :
+}
+
+# func_fatal_error arg...
+# Echo program name prefixed message to standard error, and exit.
+func_fatal_error ()
+{
+    func_error ${1+"$@"}
+    exit $EXIT_FAILURE
+}
+
+# func_fatal_help arg...
+# Echo program name prefixed message to standard error, followed by
+# a help hint, and exit.
+func_fatal_help ()
+{
+    func_error ${1+"$@"}
+    func_fatal_error "$help"
+}
+help="Try \`$progname --help' for more information."  ## default
+
+
+# func_grep expression filename
+# Check whether EXPRESSION matches any line of FILENAME, without output.
+func_grep ()
+{
+    $GREP "$1" "$2" >/dev/null 2>&1
+}
+
+
+# func_mkdir_p directory-path
+# Make sure the entire path to DIRECTORY-PATH is available.
+func_mkdir_p ()
+{
+    my_directory_path="$1"
+    my_dir_list=
+
+    if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
+
+      # Protect directory names starting with `-'
+      case $my_directory_path in
+        -*) my_directory_path="./$my_directory_path" ;;
+      esac
+
+      # While some portion of DIR does not yet exist...
+      while test ! -d "$my_directory_path"; do
+        # ...make a list in topmost first order.  Use a colon delimited
+	# list incase some portion of path contains whitespace.
+        my_dir_list="$my_directory_path:$my_dir_list"
+
+        # If the last portion added has no slash in it, the list is done
+        case $my_directory_path in */*) ;; *) break ;; esac
+
+        # ...otherwise throw away the child directory and loop
+        my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
+      done
+      my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`
+
+      save_mkdir_p_IFS="$IFS"; IFS=':'
+      for my_dir in $my_dir_list; do
+	IFS="$save_mkdir_p_IFS"
+        # mkdir can fail with a `File exist' error if two processes
+        # try to create one of the directories concurrently.  Don't
+        # stop in that case!
+        $MKDIR "$my_dir" 2>/dev/null || :
+      done
+      IFS="$save_mkdir_p_IFS"
+
+      # Bail out if we (or some other process) failed to create a directory.
+      test -d "$my_directory_path" || \
+        func_fatal_error "Failed to create \`$1'"
+    fi
+}
+
+
+# func_mktempdir [string]
+# Make a temporary directory that won't clash with other running
+# libtool processes, and avoids race conditions if possible.  If
+# given, STRING is the basename for that directory.
+func_mktempdir ()
+{
+    my_template="${TMPDIR-/tmp}/${1-$progname}"
+
+    if test "$opt_dry_run" = ":"; then
+      # Return a directory name, but don't create it in dry-run mode
+      my_tmpdir="${my_template}-$$"
+    else
+
+      # If mktemp works, use that first and foremost
+      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
+
+      if test ! -d "$my_tmpdir"; then
+        # Failing that, at least try and use $RANDOM to avoid a race
+        my_tmpdir="${my_template}-${RANDOM-0}$$"
+
+        save_mktempdir_umask=`umask`
+        umask 0077
+        $MKDIR "$my_tmpdir"
+        umask $save_mktempdir_umask
+      fi
+
+      # If we're not in dry-run mode, bomb out on failure
+      test -d "$my_tmpdir" || \
+        func_fatal_error "cannot create temporary directory \`$my_tmpdir'"
+    fi
+
+    $ECHO "X$my_tmpdir" | $Xsed
+}
+
+
+# func_quote_for_eval arg
+# Aesthetically quote ARG to be evaled later.
+# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT
+# is double-quoted, suitable for a subsequent eval, whereas
+# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters
+# which are still active within double quotes backslashified.
+func_quote_for_eval ()
+{
+    case $1 in
+      *[\\\`\"\$]*)
+	func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
+      *)
+        func_quote_for_eval_unquoted_result="$1" ;;
+    esac
+
+    case $func_quote_for_eval_unquoted_result in
+      # Double-quote args containing shell metacharacters to delay
+      # word splitting, command substitution and and variable
+      # expansion for a subsequent eval.
+      # Many Bourne shells cannot handle close brackets correctly
+      # in scan sets, so we specify it separately.
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
+        func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""
+        ;;
+      *)
+        func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
+    esac
+}
+
+
+# func_quote_for_expand arg
+# Aesthetically quote ARG to be evaled later; same as above,
+# but do not quote variable references.
+func_quote_for_expand ()
+{
+    case $1 in
+      *[\\\`\"]*)
+	my_arg=`$ECHO "X$1" | $Xsed \
+	    -e "$double_quote_subst" -e "$sed_double_backslash"` ;;
+      *)
+        my_arg="$1" ;;
+    esac
+
+    case $my_arg in
+      # Double-quote args containing shell metacharacters to delay
+      # word splitting and command substitution for a subsequent eval.
+      # Many Bourne shells cannot handle close brackets correctly
+      # in scan sets, so we specify it separately.
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
+        my_arg="\"$my_arg\""
+        ;;
+    esac
+
+    func_quote_for_expand_result="$my_arg"
+}
+
+
+# func_show_eval cmd [fail_exp]
+# Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is
+# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
+# is given, then evaluate it.
+func_show_eval ()
+{
+    my_cmd="$1"
+    my_fail_exp="${2-:}"
+
+    ${opt_silent-false} || {
+      func_quote_for_expand "$my_cmd"
+      eval "func_echo $func_quote_for_expand_result"
+    }
+
+    if ${opt_dry_run-false}; then :; else
+      eval "$my_cmd"
+      my_status=$?
+      if test "$my_status" -eq 0; then :; else
+	eval "(exit $my_status); $my_fail_exp"
+      fi
+    fi
+}
+
+
+# func_show_eval_locale cmd [fail_exp]
+# Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is
+# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
+# is given, then evaluate it.  Use the saved locale for evaluation.
+func_show_eval_locale ()
+{
+    my_cmd="$1"
+    my_fail_exp="${2-:}"
+
+    ${opt_silent-false} || {
+      func_quote_for_expand "$my_cmd"
+      eval "func_echo $func_quote_for_expand_result"
+    }
+
+    if ${opt_dry_run-false}; then :; else
+      eval "$lt_user_locale
+	    $my_cmd"
+      my_status=$?
+      eval "$lt_safe_locale"
+      if test "$my_status" -eq 0; then :; else
+	eval "(exit $my_status); $my_fail_exp"
+      fi
+    fi
+}
+
+
+
+
+
+# func_version
+# Echo version message to standard output and exit.
+func_version ()
+{
+    $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / {
+        s/^# //
+	s/^# *$//
+        s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/
+        p
+     }' < "$progpath"
+     exit $?
+}
+
+# func_usage
+# Echo short help message to standard output and exit.
+func_usage ()
+{
+    $SED -n '/^# Usage:/,/# -h/ {
+        s/^# //
+	s/^# *$//
+	s/\$progname/'$progname'/
+	p
+    }' < "$progpath"
+    $ECHO
+    $ECHO "run \`$progname --help | more' for full usage"
+    exit $?
+}
+
+# func_help
+# Echo long help message to standard output and exit.
+func_help ()
+{
+    $SED -n '/^# Usage:/,/# Report bugs to/ {
+        s/^# //
+	s/^# *$//
+	s*\$progname*'$progname'*
+	s*\$host*'"$host"'*
+	s*\$SHELL*'"$SHELL"'*
+	s*\$LTCC*'"$LTCC"'*
+	s*\$LTCFLAGS*'"$LTCFLAGS"'*
+	s*\$LD*'"$LD"'*
+	s/\$with_gnu_ld/'"$with_gnu_ld"'/
+	s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
+	s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
+	p
+     }' < "$progpath"
+    exit $?
+}
+
+# func_missing_arg argname
+# Echo program name prefixed message to standard error and set global
+# exit_cmd.
+func_missing_arg ()
+{
+    func_error "missing argument for $1"
+    exit_cmd=exit
+}
+
+exit_cmd=:
+
+
+
+
+
+# Check that we have a working $ECHO.
+if test "X$1" = X--no-reexec; then
+  # Discard the --no-reexec flag, and continue.
+  shift
+elif test "X$1" = X--fallback-echo; then
+  # Avoid inline document here, it may be left over
+  :
+elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then
+  # Yippee, $ECHO works!
+  :
+else
+  # Restart under the correct shell, and then maybe $ECHO will work.
+  exec $SHELL "$progpath" --no-reexec ${1+"$@"}
+fi
+
+if test "X$1" = X--fallback-echo; then
+  # used as fallback echo
+  shift
+  cat <<EOF
+$*
+EOF
+  exit $EXIT_SUCCESS
+fi
+
+magic="%%%MAGIC variable%%%"
+magic_exe="%%%MAGIC EXE variable%%%"
+
+# Global variables.
+# $mode is unset
+nonopt=
+execute_dlfiles=
+preserve_args=
+lo2o="s/\\.lo\$/.${objext}/"
+o2lo="s/\\.${objext}\$/.lo/"
+extracted_archives=
+extracted_serial=0
+
+opt_dry_run=false
+opt_duplicate_deps=false
+opt_silent=false
+opt_debug=:
+
+# If this variable is set in any of the actions, the command in it
+# will be execed at the end.  This prevents here-documents from being
+# left over by shells.
+exec_cmd=
+
+# func_fatal_configuration arg...
+# Echo program name prefixed message to standard error, followed by
+# a configuration failure hint, and exit.
+func_fatal_configuration ()
+{
+    func_error ${1+"$@"}
+    func_error "See the $PACKAGE documentation for more information."
+    func_fatal_error "Fatal configuration error."
+}
+
+
+# func_config
+# Display the configuration for all the tags in this script.
+func_config ()
+{
+    re_begincf='^# ### BEGIN LIBTOOL'
+    re_endcf='^# ### END LIBTOOL'
+
+    # Default configuration.
+    $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
+
+    # Now print the configurations for the tags.
+    for tagname in $taglist; do
+      $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
+    done
+
+    exit $?
+}
+
+# func_features
+# Display the features supported by this script.
+func_features ()
+{
+    $ECHO "host: $host"
+    if test "$build_libtool_libs" = yes; then
+      $ECHO "enable shared libraries"
+    else
+      $ECHO "disable shared libraries"
+    fi
+    if test "$build_old_libs" = yes; then
+      $ECHO "enable static libraries"
+    else
+      $ECHO "disable static libraries"
+    fi
+
+    exit $?
+}
+
+# func_enable_tag tagname
+# Verify that TAGNAME is valid, and either flag an error and exit, or
+# enable the TAGNAME tag.  We also add TAGNAME to the global $taglist
+# variable here.
+func_enable_tag ()
+{
+  # Global variable:
+  tagname="$1"
+
+  re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
+  re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
+  sed_extractcf="/$re_begincf/,/$re_endcf/p"
+
+  # Validate tagname.
+  case $tagname in
+    *[!-_A-Za-z0-9,/]*)
+      func_fatal_error "invalid tag name: $tagname"
+      ;;
+  esac
+
+  # Don't test for the "default" C tag, as we know it's
+  # there but not specially marked.
+  case $tagname in
+    CC) ;;
+    *)
+      if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
+	taglist="$taglist $tagname"
+
+	# Evaluate the configuration.  Be careful to quote the path
+	# and the sed script, to avoid splitting on whitespace, but
+	# also don't use non-portable quotes within backquotes within
+	# quotes we have to do it in 2 steps:
+	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
+	eval "$extractedcf"
+      else
+	func_error "ignoring unknown tag $tagname"
+      fi
+      ;;
+  esac
+}
+
+# Parse options once, thoroughly.  This comes as soon as possible in
+# the script to make things like `libtool --version' happen quickly.
+{
+
+  # Shorthand for --mode=foo, only valid as the first argument
+  case $1 in
+  clean|clea|cle|cl)
+    shift; set dummy --mode clean ${1+"$@"}; shift
+    ;;
+  compile|compil|compi|comp|com|co|c)
+    shift; set dummy --mode compile ${1+"$@"}; shift
+    ;;
+  execute|execut|execu|exec|exe|ex|e)
+    shift; set dummy --mode execute ${1+"$@"}; shift
+    ;;
+  finish|finis|fini|fin|fi|f)
+    shift; set dummy --mode finish ${1+"$@"}; shift
+    ;;
+  install|instal|insta|inst|ins|in|i)
+    shift; set dummy --mode install ${1+"$@"}; shift
+    ;;
+  link|lin|li|l)
+    shift; set dummy --mode link ${1+"$@"}; shift
+    ;;
+  uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
+    shift; set dummy --mode uninstall ${1+"$@"}; shift
+    ;;
+  esac
+
+  # Parse non-mode specific arguments:
+  while test "$#" -gt 0; do
+    opt="$1"
+    shift
+
+    case $opt in
+      --config)		func_config					;;
+
+      --debug)		preserve_args="$preserve_args $opt"
+			func_echo "enabling shell trace mode"
+			opt_debug='set -x'
+			$opt_debug
+			;;
+
+      -dlopen)		test "$#" -eq 0 && func_missing_arg "$opt" && break
+			execute_dlfiles="$execute_dlfiles $1"
+			shift
+			;;
+
+      --dry-run | -n)	opt_dry_run=:					;;
+      --features)       func_features					;;
+      --finish)		mode="finish"					;;
+
+      --mode)		test "$#" -eq 0 && func_missing_arg "$opt" && break
+			case $1 in
+			  # Valid mode arguments:
+			  clean)	;;
+			  compile)	;;
+			  execute)	;;
+			  finish)	;;
+			  install)	;;
+			  link)		;;
+			  relink)	;;
+			  uninstall)	;;
+
+			  # Catch anything else as an error
+			  *) func_error "invalid argument for $opt"
+			     exit_cmd=exit
+			     break
+			     ;;
+		        esac
+
+			mode="$1"
+			shift
+			;;
+
+      --preserve-dup-deps)
+			opt_duplicate_deps=:				;;
+
+      --quiet|--silent)	preserve_args="$preserve_args $opt"
+			opt_silent=:
+			;;
+
+      --verbose| -v)	preserve_args="$preserve_args $opt"
+			opt_silent=false
+			;;
+
+      --tag)		test "$#" -eq 0 && func_missing_arg "$opt" && break
+			preserve_args="$preserve_args $opt $1"
+			func_enable_tag "$1"	# tagname is set here
+			shift
+			;;
+
+      # Separate optargs to long options:
+      -dlopen=*|--mode=*|--tag=*)
+			func_opt_split "$opt"
+			set dummy "$func_opt_split_opt" "$func_opt_split_arg" ${1+"$@"}
+			shift
+			;;
+
+      -\?|-h)		func_usage					;;
+      --help)		opt_help=:					;;
+      --version)	func_version					;;
+
+      -*)		func_fatal_help "unrecognized option \`$opt'"	;;
+
+      *)		nonopt="$opt"
+			break
+			;;
+    esac
+  done
+
+
+  case $host in
+    *cygwin* | *mingw* | *pw32* | *cegcc*)
+      # don't eliminate duplications in $postdeps and $predeps
+      opt_duplicate_compiler_generated_deps=:
+      ;;
+    *)
+      opt_duplicate_compiler_generated_deps=$opt_duplicate_deps
+      ;;
+  esac
+
+  # Having warned about all mis-specified options, bail out if
+  # anything was wrong.
+  $exit_cmd $EXIT_FAILURE
+}
+
+# func_check_version_match
+# Ensure that we are using m4 macros, and libtool script from the same
+# release of libtool.
+func_check_version_match ()
+{
+  if test "$package_revision" != "$macro_revision"; then
+    if test "$VERSION" != "$macro_version"; then
+      if test -z "$macro_version"; then
+        cat >&2 <<_LT_EOF
+$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
+$progname: definition of this LT_INIT comes from an older release.
+$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
+$progname: and run autoconf again.
+_LT_EOF
+      else
+        cat >&2 <<_LT_EOF
+$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
+$progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
+$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
+$progname: and run autoconf again.
+_LT_EOF
+      fi
+    else
+      cat >&2 <<_LT_EOF
+$progname: Version mismatch error.  This is $PACKAGE $VERSION, revision $package_revision,
+$progname: but the definition of this LT_INIT comes from revision $macro_revision.
+$progname: You should recreate aclocal.m4 with macros from revision $package_revision
+$progname: of $PACKAGE $VERSION and run autoconf again.
+_LT_EOF
+    fi
+
+    exit $EXIT_MISMATCH
+  fi
+}
+
+
+## ----------- ##
+##    Main.    ##
+## ----------- ##
+
+$opt_help || {
+  # Sanity checks first:
+  func_check_version_match
+
+  if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
+    func_fatal_configuration "not configured to build any kind of library"
+  fi
+
+  test -z "$mode" && func_fatal_error "error: you must specify a MODE."
+
+
+  # Darwin sucks
+  eval std_shrext=\"$shrext_cmds\"
+
+
+  # Only execute mode is allowed to have -dlopen flags.
+  if test -n "$execute_dlfiles" && test "$mode" != execute; then
+    func_error "unrecognized option \`-dlopen'"
+    $ECHO "$help" 1>&2
+    exit $EXIT_FAILURE
+  fi
+
+  # Change the help message to a mode-specific one.
+  generic_help="$help"
+  help="Try \`$progname --help --mode=$mode' for more information."
+}
+
+
+# func_lalib_p file
+# True iff FILE is a libtool `.la' library or `.lo' object file.
+# This function is only a basic sanity check; it will hardly flush out
+# determined imposters.
+func_lalib_p ()
+{
+    test -f "$1" &&
+      $SED -e 4q "$1" 2>/dev/null \
+        | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
+}
+
+# func_lalib_unsafe_p file
+# True iff FILE is a libtool `.la' library or `.lo' object file.
+# This function implements the same check as func_lalib_p without
+# resorting to external programs.  To this end, it redirects stdin and
+# closes it afterwards, without saving the original file descriptor.
+# As a safety measure, use it only where a negative result would be
+# fatal anyway.  Works if `file' does not exist.
+func_lalib_unsafe_p ()
+{
+    lalib_p=no
+    if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then
+	for lalib_p_l in 1 2 3 4
+	do
+	    read lalib_p_line
+	    case "$lalib_p_line" in
+		\#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
+	    esac
+	done
+	exec 0<&5 5<&-
+    fi
+    test "$lalib_p" = yes
+}
+
+# func_ltwrapper_script_p file
+# True iff FILE is a libtool wrapper script
+# This function is only a basic sanity check; it will hardly flush out
+# determined imposters.
+func_ltwrapper_script_p ()
+{
+    func_lalib_p "$1"
+}
+
+# func_ltwrapper_executable_p file
+# True iff FILE is a libtool wrapper executable
+# This function is only a basic sanity check; it will hardly flush out
+# determined imposters.
+func_ltwrapper_executable_p ()
+{
+    func_ltwrapper_exec_suffix=
+    case $1 in
+    *.exe) ;;
+    *) func_ltwrapper_exec_suffix=.exe ;;
+    esac
+    $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
+}
+
+# func_ltwrapper_scriptname file
+# Assumes file is an ltwrapper_executable
+# uses $file to determine the appropriate filename for a
+# temporary ltwrapper_script.
+func_ltwrapper_scriptname ()
+{
+    func_ltwrapper_scriptname_result=""
+    if func_ltwrapper_executable_p "$1"; then
+	func_dirname_and_basename "$1" "" "."
+	func_stripname '' '.exe' "$func_basename_result"
+	func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper"
+    fi
+}
+
+# func_ltwrapper_p file
+# True iff FILE is a libtool wrapper script or wrapper executable
+# This function is only a basic sanity check; it will hardly flush out
+# determined imposters.
+func_ltwrapper_p ()
+{
+    func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1"
+}
+
+
+# func_execute_cmds commands fail_cmd
+# Execute tilde-delimited COMMANDS.
+# If FAIL_CMD is given, eval that upon failure.
+# FAIL_CMD may read-access the current command in variable CMD!
+func_execute_cmds ()
+{
+    $opt_debug
+    save_ifs=$IFS; IFS='~'
+    for cmd in $1; do
+      IFS=$save_ifs
+      eval cmd=\"$cmd\"
+      func_show_eval "$cmd" "${2-:}"
+    done
+    IFS=$save_ifs
+}
+
+
+# func_source file
+# Source FILE, adding directory component if necessary.
+# Note that it is not necessary on cygwin/mingw to append a dot to
+# FILE even if both FILE and FILE.exe exist: automatic-append-.exe
+# behavior happens only for exec(3), not for open(2)!  Also, sourcing
+# `FILE.' does not work on cygwin managed mounts.
+func_source ()
+{
+    $opt_debug
+    case $1 in
+    */* | *\\*)	. "$1" ;;
+    *)		. "./$1" ;;
+    esac
+}
+
+
+# func_infer_tag arg
+# Infer tagged configuration to use if any are available and
+# if one wasn't chosen via the "--tag" command line option.
+# Only attempt this if the compiler in the base compile
+# command doesn't match the default compiler.
+# arg is usually of the form 'gcc ...'
+func_infer_tag ()
+{
+    $opt_debug
+    if test -n "$available_tags" && test -z "$tagname"; then
+      CC_quoted=
+      for arg in $CC; do
+        func_quote_for_eval "$arg"
+	CC_quoted="$CC_quoted $func_quote_for_eval_result"
+      done
+      case $@ in
+      # Blanks in the command may have been stripped by the calling shell,
+      # but not from the CC environment variable when configure was run.
+      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;;
+      # Blanks at the start of $base_compile will cause this to fail
+      # if we don't check for them as well.
+      *)
+	for z in $available_tags; do
+	  if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
+	    # Evaluate the configuration.
+	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
+	    CC_quoted=
+	    for arg in $CC; do
+	      # Double-quote args containing other shell metacharacters.
+	      func_quote_for_eval "$arg"
+	      CC_quoted="$CC_quoted $func_quote_for_eval_result"
+	    done
+	    case "$@ " in
+	      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*)
+	      # The compiler in the base compile command matches
+	      # the one in the tagged configuration.
+	      # Assume this is the tagged configuration we want.
+	      tagname=$z
+	      break
+	      ;;
+	    esac
+	  fi
+	done
+	# If $tagname still isn't set, then no tagged configuration
+	# was found and let the user know that the "--tag" command
+	# line option must be used.
+	if test -z "$tagname"; then
+	  func_echo "unable to infer tagged configuration"
+	  func_fatal_error "specify a tag with \`--tag'"
+#	else
+#	  func_verbose "using $tagname tagged configuration"
+	fi
+	;;
+      esac
+    fi
+}
+
+
+
+# func_write_libtool_object output_name pic_name nonpic_name
+# Create a libtool object file (analogous to a ".la" file),
+# but don't create it if we're doing a dry run.
+func_write_libtool_object ()
+{
+    write_libobj=${1}
+    if test "$build_libtool_libs" = yes; then
+      write_lobj=\'${2}\'
+    else
+      write_lobj=none
+    fi
+
+    if test "$build_old_libs" = yes; then
+      write_oldobj=\'${3}\'
+    else
+      write_oldobj=none
+    fi
+
+    $opt_dry_run || {
+      cat >${write_libobj}T <<EOF
+# $write_libobj - a libtool object file
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# Name of the PIC object.
+pic_object=$write_lobj
+
+# Name of the non-PIC object
+non_pic_object=$write_oldobj
+
+EOF
+      $MV "${write_libobj}T" "${write_libobj}"
+    }
+}
+
+# func_mode_compile arg...
+func_mode_compile ()
+{
+    $opt_debug
+    # Get the compilation command and the source file.
+    base_compile=
+    srcfile="$nonopt"  #  always keep a non-empty value in "srcfile"
+    suppress_opt=yes
+    suppress_output=
+    arg_mode=normal
+    libobj=
+    later=
+    pie_flag=
+
+    for arg
+    do
+      case $arg_mode in
+      arg  )
+	# do not "continue".  Instead, add this to base_compile
+	lastarg="$arg"
+	arg_mode=normal
+	;;
+
+      target )
+	libobj="$arg"
+	arg_mode=normal
+	continue
+	;;
+
+      normal )
+	# Accept any command-line options.
+	case $arg in
+	-o)
+	  test -n "$libobj" && \
+	    func_fatal_error "you cannot specify \`-o' more than once"
+	  arg_mode=target
+	  continue
+	  ;;
+
+	-pie | -fpie | -fPIE)
+          pie_flag="$pie_flag $arg"
+	  continue
+	  ;;
+
+	-shared | -static | -prefer-pic | -prefer-non-pic)
+	  later="$later $arg"
+	  continue
+	  ;;
+
+	-no-suppress)
+	  suppress_opt=no
+	  continue
+	  ;;
+
+	-Xcompiler)
+	  arg_mode=arg  #  the next one goes into the "base_compile" arg list
+	  continue      #  The current "srcfile" will either be retained or
+	  ;;            #  replaced later.  I would guess that would be a bug.
+
+	-Wc,*)
+	  func_stripname '-Wc,' '' "$arg"
+	  args=$func_stripname_result
+	  lastarg=
+	  save_ifs="$IFS"; IFS=','
+	  for arg in $args; do
+	    IFS="$save_ifs"
+	    func_quote_for_eval "$arg"
+	    lastarg="$lastarg $func_quote_for_eval_result"
+	  done
+	  IFS="$save_ifs"
+	  func_stripname ' ' '' "$lastarg"
+	  lastarg=$func_stripname_result
+
+	  # Add the arguments to base_compile.
+	  base_compile="$base_compile $lastarg"
+	  continue
+	  ;;
+
+	*)
+	  # Accept the current argument as the source file.
+	  # The previous "srcfile" becomes the current argument.
+	  #
+	  lastarg="$srcfile"
+	  srcfile="$arg"
+	  ;;
+	esac  #  case $arg
+	;;
+      esac    #  case $arg_mode
+
+      # Aesthetically quote the previous argument.
+      func_quote_for_eval "$lastarg"
+      base_compile="$base_compile $func_quote_for_eval_result"
+    done # for arg
+
+    case $arg_mode in
+    arg)
+      func_fatal_error "you must specify an argument for -Xcompile"
+      ;;
+    target)
+      func_fatal_error "you must specify a target with \`-o'"
+      ;;
+    *)
+      # Get the name of the library object.
+      test -z "$libobj" && {
+	func_basename "$srcfile"
+	libobj="$func_basename_result"
+      }
+      ;;
+    esac
+
+    # Recognize several different file suffixes.
+    # If the user specifies -o file.o, it is replaced with file.lo
+    case $libobj in
+    *.[cCFSifmso] | \
+    *.ada | *.adb | *.ads | *.asm | \
+    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
+    *.[fF][09]? | *.for | *.java | *.obj | *.sx)
+      func_xform "$libobj"
+      libobj=$func_xform_result
+      ;;
+    esac
+
+    case $libobj in
+    *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
+    *)
+      func_fatal_error "cannot determine name of library object from \`$libobj'"
+      ;;
+    esac
+
+    func_infer_tag $base_compile
+
+    for arg in $later; do
+      case $arg in
+      -shared)
+	test "$build_libtool_libs" != yes && \
+	  func_fatal_configuration "can not build a shared library"
+	build_old_libs=no
+	continue
+	;;
+
+      -static)
+	build_libtool_libs=no
+	build_old_libs=yes
+	continue
+	;;
+
+      -prefer-pic)
+	pic_mode=yes
+	continue
+	;;
+
+      -prefer-non-pic)
+	pic_mode=no
+	continue
+	;;
+      esac
+    done
+
+    func_quote_for_eval "$libobj"
+    test "X$libobj" != "X$func_quote_for_eval_result" \
+      && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"'	 &()|`$[]' \
+      && func_warning "libobj name \`$libobj' may not contain shell special characters."
+    func_dirname_and_basename "$obj" "/" ""
+    objname="$func_basename_result"
+    xdir="$func_dirname_result"
+    lobj=${xdir}$objdir/$objname
+
+    test -z "$base_compile" && \
+      func_fatal_help "you must specify a compilation command"
+
+    # Delete any leftover library objects.
+    if test "$build_old_libs" = yes; then
+      removelist="$obj $lobj $libobj ${libobj}T"
+    else
+      removelist="$lobj $libobj ${libobj}T"
+    fi
+
+    # On Cygwin there's no "real" PIC flag so we must build both object types
+    case $host_os in
+    cygwin* | mingw* | pw32* | os2* | cegcc*)
+      pic_mode=default
+      ;;
+    esac
+    if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
+      # non-PIC code in shared libraries is not supported
+      pic_mode=default
+    fi
+
+    # Calculate the filename of the output object if compiler does
+    # not support -o with -c
+    if test "$compiler_c_o" = no; then
+      output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
+      lockfile="$output_obj.lock"
+    else
+      output_obj=
+      need_locks=no
+      lockfile=
+    fi
+
+    # Lock this critical section if it is needed
+    # We use this script file to make the link, it avoids creating a new file
+    if test "$need_locks" = yes; then
+      until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
+	func_echo "Waiting for $lockfile to be removed"
+	sleep 2
+      done
+    elif test "$need_locks" = warn; then
+      if test -f "$lockfile"; then
+	$ECHO "\
+*** ERROR, $lockfile exists and contains:
+`cat $lockfile 2>/dev/null`
+
+This indicates that another process is trying to use the same
+temporary object file, and libtool could not work around it because
+your compiler does not support \`-c' and \`-o' together.  If you
+repeat this compilation, it may succeed, by chance, but you had better
+avoid parallel builds (make -j) in this platform, or get a better
+compiler."
+
+	$opt_dry_run || $RM $removelist
+	exit $EXIT_FAILURE
+      fi
+      removelist="$removelist $output_obj"
+      $ECHO "$srcfile" > "$lockfile"
+    fi
+
+    $opt_dry_run || $RM $removelist
+    removelist="$removelist $lockfile"
+    trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
+
+    if test -n "$fix_srcfile_path"; then
+      eval srcfile=\"$fix_srcfile_path\"
+    fi
+    func_quote_for_eval "$srcfile"
+    qsrcfile=$func_quote_for_eval_result
+
+    # Only build a PIC object if we are building libtool libraries.
+    if test "$build_libtool_libs" = yes; then
+      # Without this assignment, base_compile gets emptied.
+      fbsd_hideous_sh_bug=$base_compile
+
+      if test "$pic_mode" != no; then
+	command="$base_compile $qsrcfile $pic_flag"
+      else
+	# Don't build PIC code
+	command="$base_compile $qsrcfile"
+      fi
+
+      func_mkdir_p "$xdir$objdir"
+
+      if test -z "$output_obj"; then
+	# Place PIC objects in $objdir
+	command="$command -o $lobj"
+      fi
+
+      func_show_eval_locale "$command"	\
+          'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
+
+      if test "$need_locks" = warn &&
+	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
+	$ECHO "\
+*** ERROR, $lockfile contains:
+`cat $lockfile 2>/dev/null`
+
+but it should contain:
+$srcfile
+
+This indicates that another process is trying to use the same
+temporary object file, and libtool could not work around it because
+your compiler does not support \`-c' and \`-o' together.  If you
+repeat this compilation, it may succeed, by chance, but you had better
+avoid parallel builds (make -j) in this platform, or get a better
+compiler."
+
+	$opt_dry_run || $RM $removelist
+	exit $EXIT_FAILURE
+      fi
+
+      # Just move the object if needed, then go on to compile the next one
+      if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
+	func_show_eval '$MV "$output_obj" "$lobj"' \
+	  'error=$?; $opt_dry_run || $RM $removelist; exit $error'
+      fi
+
+      # Allow error messages only from the first compilation.
+      if test "$suppress_opt" = yes; then
+	suppress_output=' >/dev/null 2>&1'
+      fi
+    fi
+
+    # Only build a position-dependent object if we build old libraries.
+    if test "$build_old_libs" = yes; then
+      if test "$pic_mode" != yes; then
+	# Don't build PIC code
+	command="$base_compile $qsrcfile$pie_flag"
+      else
+	command="$base_compile $qsrcfile $pic_flag"
+      fi
+      if test "$compiler_c_o" = yes; then
+	command="$command -o $obj"
+      fi
+
+      # Suppress compiler output if we already did a PIC compilation.
+      command="$command$suppress_output"
+      func_show_eval_locale "$command" \
+        '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
+
+      if test "$need_locks" = warn &&
+	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
+	$ECHO "\
+*** ERROR, $lockfile contains:
+`cat $lockfile 2>/dev/null`
+
+but it should contain:
+$srcfile
+
+This indicates that another process is trying to use the same
+temporary object file, and libtool could not work around it because
+your compiler does not support \`-c' and \`-o' together.  If you
+repeat this compilation, it may succeed, by chance, but you had better
+avoid parallel builds (make -j) in this platform, or get a better
+compiler."
+
+	$opt_dry_run || $RM $removelist
+	exit $EXIT_FAILURE
+      fi
+
+      # Just move the object if needed
+      if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
+	func_show_eval '$MV "$output_obj" "$obj"' \
+	  'error=$?; $opt_dry_run || $RM $removelist; exit $error'
+      fi
+    fi
+
+    $opt_dry_run || {
+      func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
+
+      # Unlock the critical section if it was locked
+      if test "$need_locks" != no; then
+	removelist=$lockfile
+        $RM "$lockfile"
+      fi
+    }
+
+    exit $EXIT_SUCCESS
+}
+
+$opt_help || {
+test "$mode" = compile && func_mode_compile ${1+"$@"}
+}
+
+func_mode_help ()
+{
+    # We need to display help for each of the modes.
+    case $mode in
+      "")
+        # Generic help is extracted from the usage comments
+        # at the start of this file.
+        func_help
+        ;;
+
+      clean)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
+
+Remove files from the build directory.
+
+RM is the name of the program to use to delete files associated with each FILE
+(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
+to RM.
+
+If FILE is a libtool library, object or program, all the files associated
+with it are deleted. Otherwise, only FILE itself is deleted using RM."
+        ;;
+
+      compile)
+      $ECHO \
+"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
+
+Compile a source file into a libtool library object.
+
+This mode accepts the following additional options:
+
+  -o OUTPUT-FILE    set the output file name to OUTPUT-FILE
+  -no-suppress      do not suppress compiler output for multiple passes
+  -prefer-pic       try to building PIC objects only
+  -prefer-non-pic   try to building non-PIC objects only
+  -shared           do not build a \`.o' file suitable for static linking
+  -static           only build a \`.o' file suitable for static linking
+
+COMPILE-COMMAND is a command to be used in creating a \`standard' object file
+from the given SOURCEFILE.
+
+The output file name is determined by removing the directory component from
+SOURCEFILE, then substituting the C source code suffix \`.c' with the
+library object suffix, \`.lo'."
+        ;;
+
+      execute)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
+
+Automatically set library path, then run a program.
+
+This mode accepts the following additional options:
+
+  -dlopen FILE      add the directory containing FILE to the library path
+
+This mode sets the library path environment variable according to \`-dlopen'
+flags.
+
+If any of the ARGS are libtool executable wrappers, then they are translated
+into their corresponding uninstalled binary, and any of their required library
+directories are added to the library path.
+
+Then, COMMAND is executed, with ARGS as arguments."
+        ;;
+
+      finish)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
+
+Complete the installation of libtool libraries.
+
+Each LIBDIR is a directory that contains libtool libraries.
+
+The commands that this mode executes may require superuser privileges.  Use
+the \`--dry-run' option if you just want to see what would be executed."
+        ;;
+
+      install)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
+
+Install executables or libraries.
+
+INSTALL-COMMAND is the installation command.  The first component should be
+either the \`install' or \`cp' program.
+
+The following components of INSTALL-COMMAND are treated specially:
+
+  -inst-prefix PREFIX-DIR  Use PREFIX-DIR as a staging area for installation
+
+The rest of the components are interpreted as arguments to that command (only
+BSD-compatible install options are recognized)."
+        ;;
+
+      link)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
+
+Link object files or libraries together to form another library, or to
+create an executable program.
+
+LINK-COMMAND is a command using the C compiler that you would use to create
+a program from several object files.
+
+The following components of LINK-COMMAND are treated specially:
+
+  -all-static       do not do any dynamic linking at all
+  -avoid-version    do not add a version suffix if possible
+  -dlopen FILE      \`-dlpreopen' FILE if it cannot be dlopened at runtime
+  -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
+  -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
+  -export-symbols SYMFILE
+                    try to export only the symbols listed in SYMFILE
+  -export-symbols-regex REGEX
+                    try to export only the symbols matching REGEX
+  -LLIBDIR          search LIBDIR for required installed libraries
+  -lNAME            OUTPUT-FILE requires the installed library libNAME
+  -module           build a library that can dlopened
+  -no-fast-install  disable the fast-install mode
+  -no-install       link a not-installable executable
+  -no-undefined     declare that a library does not refer to external symbols
+  -o OUTPUT-FILE    create OUTPUT-FILE from the specified objects
+  -objectlist FILE  Use a list of object files found in FILE to specify objects
+  -precious-files-regex REGEX
+                    don't remove output files matching REGEX
+  -release RELEASE  specify package release information
+  -rpath LIBDIR     the created library will eventually be installed in LIBDIR
+  -R[ ]LIBDIR       add LIBDIR to the runtime path of programs and libraries
+  -shared           only do dynamic linking of libtool libraries
+  -shrext SUFFIX    override the standard shared library file extension
+  -static           do not do any dynamic linking of uninstalled libtool libraries
+  -static-libtool-libs
+                    do not do any dynamic linking of libtool libraries
+  -version-info CURRENT[:REVISION[:AGE]]
+                    specify library version info [each variable defaults to 0]
+  -weak LIBNAME     declare that the target provides the LIBNAME interface
+
+All other options (arguments beginning with \`-') are ignored.
+
+Every other argument is treated as a filename.  Files ending in \`.la' are
+treated as uninstalled libtool libraries, other files are standard or library
+object files.
+
+If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
+only library objects (\`.lo' files) may be specified, and \`-rpath' is
+required, except when creating a convenience library.
+
+If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
+using \`ar' and \`ranlib', or on Windows using \`lib'.
+
+If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
+is created, otherwise an executable program is created."
+        ;;
+
+      uninstall)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
+
+Remove libraries from an installation directory.
+
+RM is the name of the program to use to delete files associated with each FILE
+(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
+to RM.
+
+If FILE is a libtool library, all the files associated with it are deleted.
+Otherwise, only FILE itself is deleted using RM."
+        ;;
+
+      *)
+        func_fatal_help "invalid operation mode \`$mode'"
+        ;;
+    esac
+
+    $ECHO
+    $ECHO "Try \`$progname --help' for more information about other modes."
+
+    exit $?
+}
+
+  # Now that we've collected a possible --mode arg, show help if necessary
+  $opt_help && func_mode_help
+
+
+# func_mode_execute arg...
+func_mode_execute ()
+{
+    $opt_debug
+    # The first argument is the command name.
+    cmd="$nonopt"
+    test -z "$cmd" && \
+      func_fatal_help "you must specify a COMMAND"
+
+    # Handle -dlopen flags immediately.
+    for file in $execute_dlfiles; do
+      test -f "$file" \
+	|| func_fatal_help "\`$file' is not a file"
+
+      dir=
+      case $file in
+      *.la)
+	# Check to see that this really is a libtool archive.
+	func_lalib_unsafe_p "$file" \
+	  || func_fatal_help "\`$lib' is not a valid libtool archive"
+
+	# Read the libtool library.
+	dlname=
+	library_names=
+	func_source "$file"
+
+	# Skip this library if it cannot be dlopened.
+	if test -z "$dlname"; then
+	  # Warn if it was a shared library.
+	  test -n "$library_names" && \
+	    func_warning "\`$file' was not linked with \`-export-dynamic'"
+	  continue
+	fi
+
+	func_dirname "$file" "" "."
+	dir="$func_dirname_result"
+
+	if test -f "$dir/$objdir/$dlname"; then
+	  dir="$dir/$objdir"
+	else
+	  if test ! -f "$dir/$dlname"; then
+	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
+	  fi
+	fi
+	;;
+
+      *.lo)
+	# Just add the directory containing the .lo file.
+	func_dirname "$file" "" "."
+	dir="$func_dirname_result"
+	;;
+
+      *)
+	func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
+	continue
+	;;
+      esac
+
+      # Get the absolute pathname.
+      absdir=`cd "$dir" && pwd`
+      test -n "$absdir" && dir="$absdir"
+
+      # Now add the directory to shlibpath_var.
+      if eval "test -z \"\$$shlibpath_var\""; then
+	eval "$shlibpath_var=\"\$dir\""
+      else
+	eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
+      fi
+    done
+
+    # This variable tells wrapper scripts just to set shlibpath_var
+    # rather than running their programs.
+    libtool_execute_magic="$magic"
+
+    # Check if any of the arguments is a wrapper script.
+    args=
+    for file
+    do
+      case $file in
+      -*) ;;
+      *)
+	# Do a test to see if this is really a libtool program.
+	if func_ltwrapper_script_p "$file"; then
+	  func_source "$file"
+	  # Transform arg to wrapped name.
+	  file="$progdir/$program"
+	elif func_ltwrapper_executable_p "$file"; then
+	  func_ltwrapper_scriptname "$file"
+	  func_source "$func_ltwrapper_scriptname_result"
+	  # Transform arg to wrapped name.
+	  file="$progdir/$program"
+	fi
+	;;
+      esac
+      # Quote arguments (to preserve shell metacharacters).
+      func_quote_for_eval "$file"
+      args="$args $func_quote_for_eval_result"
+    done
+
+    if test "X$opt_dry_run" = Xfalse; then
+      if test -n "$shlibpath_var"; then
+	# Export the shlibpath_var.
+	eval "export $shlibpath_var"
+      fi
+
+      # Restore saved environment variables
+      for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+      do
+	eval "if test \"\${save_$lt_var+set}\" = set; then
+                $lt_var=\$save_$lt_var; export $lt_var
+	      else
+		$lt_unset $lt_var
+	      fi"
+      done
+
+      # Now prepare to actually exec the command.
+      exec_cmd="\$cmd$args"
+    else
+      # Display what would be done.
+      if test -n "$shlibpath_var"; then
+	eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
+	$ECHO "export $shlibpath_var"
+      fi
+      $ECHO "$cmd$args"
+      exit $EXIT_SUCCESS
+    fi
+}
+
+test "$mode" = execute && func_mode_execute ${1+"$@"}
+
+
+# func_mode_finish arg...
+func_mode_finish ()
+{
+    $opt_debug
+    libdirs="$nonopt"
+    admincmds=
+
+    if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
+      for dir
+      do
+	libdirs="$libdirs $dir"
+      done
+
+      for libdir in $libdirs; do
+	if test -n "$finish_cmds"; then
+	  # Do each command in the finish commands.
+	  func_execute_cmds "$finish_cmds" 'admincmds="$admincmds
+'"$cmd"'"'
+	fi
+	if test -n "$finish_eval"; then
+	  # Do the single finish_eval.
+	  eval cmds=\"$finish_eval\"
+	  $opt_dry_run || eval "$cmds" || admincmds="$admincmds
+       $cmds"
+	fi
+      done
+    fi
+
+    # Exit here if they wanted silent mode.
+    $opt_silent && exit $EXIT_SUCCESS
+
+    $ECHO "X----------------------------------------------------------------------" | $Xsed
+    $ECHO "Libraries have been installed in:"
+    for libdir in $libdirs; do
+      $ECHO "   $libdir"
+    done
+    $ECHO
+    $ECHO "If you ever happen to want to link against installed libraries"
+    $ECHO "in a given directory, LIBDIR, you must either use libtool, and"
+    $ECHO "specify the full pathname of the library, or use the \`-LLIBDIR'"
+    $ECHO "flag during linking and do at least one of the following:"
+    if test -n "$shlibpath_var"; then
+      $ECHO "   - add LIBDIR to the \`$shlibpath_var' environment variable"
+      $ECHO "     during execution"
+    fi
+    if test -n "$runpath_var"; then
+      $ECHO "   - add LIBDIR to the \`$runpath_var' environment variable"
+      $ECHO "     during linking"
+    fi
+    if test -n "$hardcode_libdir_flag_spec"; then
+      libdir=LIBDIR
+      eval flag=\"$hardcode_libdir_flag_spec\"
+
+      $ECHO "   - use the \`$flag' linker flag"
+    fi
+    if test -n "$admincmds"; then
+      $ECHO "   - have your system administrator run these commands:$admincmds"
+    fi
+    if test -f /etc/ld.so.conf; then
+      $ECHO "   - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
+    fi
+    $ECHO
+
+    $ECHO "See any operating system documentation about shared libraries for"
+    case $host in
+      solaris2.[6789]|solaris2.1[0-9])
+        $ECHO "more information, such as the ld(1), crle(1) and ld.so(8) manual"
+	$ECHO "pages."
+	;;
+      *)
+        $ECHO "more information, such as the ld(1) and ld.so(8) manual pages."
+        ;;
+    esac
+    $ECHO "X----------------------------------------------------------------------" | $Xsed
+    exit $EXIT_SUCCESS
+}
+
+test "$mode" = finish && func_mode_finish ${1+"$@"}
+
+
+# func_mode_install arg...
+func_mode_install ()
+{
+    $opt_debug
+    # There may be an optional sh(1) argument at the beginning of
+    # install_prog (especially on Windows NT).
+    if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
+       # Allow the use of GNU shtool's install command.
+       $ECHO "X$nonopt" | $GREP shtool >/dev/null; then
+      # Aesthetically quote it.
+      func_quote_for_eval "$nonopt"
+      install_prog="$func_quote_for_eval_result "
+      arg=$1
+      shift
+    else
+      install_prog=
+      arg=$nonopt
+    fi
+
+    # The real first argument should be the name of the installation program.
+    # Aesthetically quote it.
+    func_quote_for_eval "$arg"
+    install_prog="$install_prog$func_quote_for_eval_result"
+
+    # We need to accept at least all the BSD install flags.
+    dest=
+    files=
+    opts=
+    prev=
+    install_type=
+    isdir=no
+    stripme=
+    for arg
+    do
+      if test -n "$dest"; then
+	files="$files $dest"
+	dest=$arg
+	continue
+      fi
+
+      case $arg in
+      -d) isdir=yes ;;
+      -f)
+	case " $install_prog " in
+	*[\\\ /]cp\ *) ;;
+	*) prev=$arg ;;
+	esac
+	;;
+      -g | -m | -o)
+	prev=$arg
+	;;
+      -s)
+	stripme=" -s"
+	continue
+	;;
+      -*)
+	;;
+      *)
+	# If the previous option needed an argument, then skip it.
+	if test -n "$prev"; then
+	  prev=
+	else
+	  dest=$arg
+	  continue
+	fi
+	;;
+      esac
+
+      # Aesthetically quote the argument.
+      func_quote_for_eval "$arg"
+      install_prog="$install_prog $func_quote_for_eval_result"
+    done
+
+    test -z "$install_prog" && \
+      func_fatal_help "you must specify an install program"
+
+    test -n "$prev" && \
+      func_fatal_help "the \`$prev' option requires an argument"
+
+    if test -z "$files"; then
+      if test -z "$dest"; then
+	func_fatal_help "no file or destination specified"
+      else
+	func_fatal_help "you must specify a destination"
+      fi
+    fi
+
+    # Strip any trailing slash from the destination.
+    func_stripname '' '/' "$dest"
+    dest=$func_stripname_result
+
+    # Check to see that the destination is a directory.
+    test -d "$dest" && isdir=yes
+    if test "$isdir" = yes; then
+      destdir="$dest"
+      destname=
+    else
+      func_dirname_and_basename "$dest" "" "."
+      destdir="$func_dirname_result"
+      destname="$func_basename_result"
+
+      # Not a directory, so check to see that there is only one file specified.
+      set dummy $files; shift
+      test "$#" -gt 1 && \
+	func_fatal_help "\`$dest' is not a directory"
+    fi
+    case $destdir in
+    [\\/]* | [A-Za-z]:[\\/]*) ;;
+    *)
+      for file in $files; do
+	case $file in
+	*.lo) ;;
+	*)
+	  func_fatal_help "\`$destdir' must be an absolute directory name"
+	  ;;
+	esac
+      done
+      ;;
+    esac
+
+    # This variable tells wrapper scripts just to set variables rather
+    # than running their programs.
+    libtool_install_magic="$magic"
+
+    staticlibs=
+    future_libdirs=
+    current_libdirs=
+    for file in $files; do
+
+      # Do each installation.
+      case $file in
+      *.$libext)
+	# Do the static libraries later.
+	staticlibs="$staticlibs $file"
+	;;
+
+      *.la)
+	# Check to see that this really is a libtool archive.
+	func_lalib_unsafe_p "$file" \
+	  || func_fatal_help "\`$file' is not a valid libtool archive"
+
+	library_names=
+	old_library=
+	relink_command=
+	func_source "$file"
+
+	# Add the libdir to current_libdirs if it is the destination.
+	if test "X$destdir" = "X$libdir"; then
+	  case "$current_libdirs " in
+	  *" $libdir "*) ;;
+	  *) current_libdirs="$current_libdirs $libdir" ;;
+	  esac
+	else
+	  # Note the libdir as a future libdir.
+	  case "$future_libdirs " in
+	  *" $libdir "*) ;;
+	  *) future_libdirs="$future_libdirs $libdir" ;;
+	  esac
+	fi
+
+	func_dirname "$file" "/" ""
+	dir="$func_dirname_result"
+	dir="$dir$objdir"
+
+	if test -n "$relink_command"; then
+	  # Determine the prefix the user has applied to our future dir.
+	  inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
+
+	  # Don't allow the user to place us outside of our expected
+	  # location b/c this prevents finding dependent libraries that
+	  # are installed to the same prefix.
+	  # At present, this check doesn't affect windows .dll's that
+	  # are installed into $libdir/../bin (currently, that works fine)
+	  # but it's something to keep an eye on.
+	  test "$inst_prefix_dir" = "$destdir" && \
+	    func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
+
+	  if test -n "$inst_prefix_dir"; then
+	    # Stick the inst_prefix_dir data into the link command.
+	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
+	  else
+	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
+	  fi
+
+	  func_warning "relinking \`$file'"
+	  func_show_eval "$relink_command" \
+	    'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
+	fi
+
+	# See the names of the shared library.
+	set dummy $library_names; shift
+	if test -n "$1"; then
+	  realname="$1"
+	  shift
+
+	  srcname="$realname"
+	  test -n "$relink_command" && srcname="$realname"T
+
+	  # Install the shared library and build the symlinks.
+	  func_show_eval "$install_prog $dir/$srcname $destdir/$realname" \
+	      'exit $?'
+	  tstripme="$stripme"
+	  case $host_os in
+	  cygwin* | mingw* | pw32* | cegcc*)
+	    case $realname in
+	    *.dll.a)
+	      tstripme=""
+	      ;;
+	    esac
+	    ;;
+	  esac
+	  if test -n "$tstripme" && test -n "$striplib"; then
+	    func_show_eval "$striplib $destdir/$realname" 'exit $?'
+	  fi
+
+	  if test "$#" -gt 0; then
+	    # Delete the old symlinks, and create new ones.
+	    # Try `ln -sf' first, because the `ln' binary might depend on
+	    # the symlink we replace!  Solaris /bin/ln does not understand -f,
+	    # so we also need to try rm && ln -s.
+	    for linkname
+	    do
+	      test "$linkname" != "$realname" \
+		&& func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
+	    done
+	  fi
+
+	  # Do each command in the postinstall commands.
+	  lib="$destdir/$realname"
+	  func_execute_cmds "$postinstall_cmds" 'exit $?'
+	fi
+
+	# Install the pseudo-library for information purposes.
+	func_basename "$file"
+	name="$func_basename_result"
+	instname="$dir/$name"i
+	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
+
+	# Maybe install the static library, too.
+	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
+	;;
+
+      *.lo)
+	# Install (i.e. copy) a libtool object.
+
+	# Figure out destination file name, if it wasn't already specified.
+	if test -n "$destname"; then
+	  destfile="$destdir/$destname"
+	else
+	  func_basename "$file"
+	  destfile="$func_basename_result"
+	  destfile="$destdir/$destfile"
+	fi
+
+	# Deduce the name of the destination old-style object file.
+	case $destfile in
+	*.lo)
+	  func_lo2o "$destfile"
+	  staticdest=$func_lo2o_result
+	  ;;
+	*.$objext)
+	  staticdest="$destfile"
+	  destfile=
+	  ;;
+	*)
+	  func_fatal_help "cannot copy a libtool object to \`$destfile'"
+	  ;;
+	esac
+
+	# Install the libtool object if requested.
+	test -n "$destfile" && \
+	  func_show_eval "$install_prog $file $destfile" 'exit $?'
+
+	# Install the old object if enabled.
+	if test "$build_old_libs" = yes; then
+	  # Deduce the name of the old-style object file.
+	  func_lo2o "$file"
+	  staticobj=$func_lo2o_result
+	  func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?'
+	fi
+	exit $EXIT_SUCCESS
+	;;
+
+      *)
+	# Figure out destination file name, if it wasn't already specified.
+	if test -n "$destname"; then
+	  destfile="$destdir/$destname"
+	else
+	  func_basename "$file"
+	  destfile="$func_basename_result"
+	  destfile="$destdir/$destfile"
+	fi
+
+	# If the file is missing, and there is a .exe on the end, strip it
+	# because it is most likely a libtool script we actually want to
+	# install
+	stripped_ext=""
+	case $file in
+	  *.exe)
+	    if test ! -f "$file"; then
+	      func_stripname '' '.exe' "$file"
+	      file=$func_stripname_result
+	      stripped_ext=".exe"
+	    fi
+	    ;;
+	esac
+
+	# Do a test to see if this is really a libtool program.
+	case $host in
+	*cygwin* | *mingw*)
+	    if func_ltwrapper_executable_p "$file"; then
+	      func_ltwrapper_scriptname "$file"
+	      wrapper=$func_ltwrapper_scriptname_result
+	    else
+	      func_stripname '' '.exe' "$file"
+	      wrapper=$func_stripname_result
+	    fi
+	    ;;
+	*)
+	    wrapper=$file
+	    ;;
+	esac
+	if func_ltwrapper_script_p "$wrapper"; then
+	  notinst_deplibs=
+	  relink_command=
+
+	  func_source "$wrapper"
+
+	  # Check the variables that should have been set.
+	  test -z "$generated_by_libtool_version" && \
+	    func_fatal_error "invalid libtool wrapper script \`$wrapper'"
+
+	  finalize=yes
+	  for lib in $notinst_deplibs; do
+	    # Check to see that each library is installed.
+	    libdir=
+	    if test -f "$lib"; then
+	      func_source "$lib"
+	    fi
+	    libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
+	    if test -n "$libdir" && test ! -f "$libfile"; then
+	      func_warning "\`$lib' has not been installed in \`$libdir'"
+	      finalize=no
+	    fi
+	  done
+
+	  relink_command=
+	  func_source "$wrapper"
+
+	  outputname=
+	  if test "$fast_install" = no && test -n "$relink_command"; then
+	    $opt_dry_run || {
+	      if test "$finalize" = yes; then
+	        tmpdir=`func_mktempdir`
+		func_basename "$file$stripped_ext"
+		file="$func_basename_result"
+	        outputname="$tmpdir/$file"
+	        # Replace the output file specification.
+	        relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
+
+	        $opt_silent || {
+	          func_quote_for_expand "$relink_command"
+		  eval "func_echo $func_quote_for_expand_result"
+	        }
+	        if eval "$relink_command"; then :
+	          else
+		  func_error "error: relink \`$file' with the above command before installing it"
+		  $opt_dry_run || ${RM}r "$tmpdir"
+		  continue
+	        fi
+	        file="$outputname"
+	      else
+	        func_warning "cannot relink \`$file'"
+	      fi
+	    }
+	  else
+	    # Install the binary that we compiled earlier.
+	    file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
+	  fi
+	fi
+
+	# remove .exe since cygwin /usr/bin/install will append another
+	# one anyway
+	case $install_prog,$host in
+	*/usr/bin/install*,*cygwin*)
+	  case $file:$destfile in
+	  *.exe:*.exe)
+	    # this is ok
+	    ;;
+	  *.exe:*)
+	    destfile=$destfile.exe
+	    ;;
+	  *:*.exe)
+	    func_stripname '' '.exe' "$destfile"
+	    destfile=$func_stripname_result
+	    ;;
+	  esac
+	  ;;
+	esac
+	func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?'
+	$opt_dry_run || if test -n "$outputname"; then
+	  ${RM}r "$tmpdir"
+	fi
+	;;
+      esac
+    done
+
+    for file in $staticlibs; do
+      func_basename "$file"
+      name="$func_basename_result"
+
+      # Set up the ranlib parameters.
+      oldlib="$destdir/$name"
+
+      func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
+
+      if test -n "$stripme" && test -n "$old_striplib"; then
+	func_show_eval "$old_striplib $oldlib" 'exit $?'
+      fi
+
+      # Do each command in the postinstall commands.
+      func_execute_cmds "$old_postinstall_cmds" 'exit $?'
+    done
+
+    test -n "$future_libdirs" && \
+      func_warning "remember to run \`$progname --finish$future_libdirs'"
+
+    if test -n "$current_libdirs"; then
+      # Maybe just do a dry run.
+      $opt_dry_run && current_libdirs=" -n$current_libdirs"
+      exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
+    else
+      exit $EXIT_SUCCESS
+    fi
+}
+
+test "$mode" = install && func_mode_install ${1+"$@"}
+
+
+# func_generate_dlsyms outputname originator pic_p
+# Extract symbols from dlprefiles and create ${outputname}S.o with
+# a dlpreopen symbol table.
+func_generate_dlsyms ()
+{
+    $opt_debug
+    my_outputname="$1"
+    my_originator="$2"
+    my_pic_p="${3-no}"
+    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
+    my_dlsyms=
+
+    if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
+      if test -n "$NM" && test -n "$global_symbol_pipe"; then
+	my_dlsyms="${my_outputname}S.c"
+      else
+	func_error "not configured to extract global symbols from dlpreopened files"
+      fi
+    fi
+
+    if test -n "$my_dlsyms"; then
+      case $my_dlsyms in
+      "") ;;
+      *.c)
+	# Discover the nlist of each of the dlfiles.
+	nlist="$output_objdir/${my_outputname}.nm"
+
+	func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
+
+	# Parse the name list into a source file.
+	func_verbose "creating $output_objdir/$my_dlsyms"
+
+	$opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
+/* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */
+/* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */
+
+#ifdef __cplusplus
+extern \"C\" {
+#endif
+
+/* External symbol declarations for the compiler. */\
+"
+
+	if test "$dlself" = yes; then
+	  func_verbose "generating symbol list for \`$output'"
+
+	  $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
+
+	  # Add our own program objects to the symbol list.
+	  progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
+	  for progfile in $progfiles; do
+	    func_verbose "extracting global C symbols from \`$progfile'"
+	    $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'"
+	  done
+
+	  if test -n "$exclude_expsyms"; then
+	    $opt_dry_run || {
+	      eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
+	      eval '$MV "$nlist"T "$nlist"'
+	    }
+	  fi
+
+	  if test -n "$export_symbols_regex"; then
+	    $opt_dry_run || {
+	      eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
+	      eval '$MV "$nlist"T "$nlist"'
+	    }
+	  fi
+
+	  # Prepare the list of exported symbols
+	  if test -z "$export_symbols"; then
+	    export_symbols="$output_objdir/$outputname.exp"
+	    $opt_dry_run || {
+	      $RM $export_symbols
+	      eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
+	      case $host in
+	      *cygwin* | *mingw* | *cegcc* )
+                eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
+                eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
+	        ;;
+	      esac
+	    }
+	  else
+	    $opt_dry_run || {
+	      eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
+	      eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
+	      eval '$MV "$nlist"T "$nlist"'
+	      case $host in
+	        *cygwin | *mingw* | *cegcc* )
+	          eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
+	          eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
+	          ;;
+	      esac
+	    }
+	  fi
+	fi
+
+	for dlprefile in $dlprefiles; do
+	  func_verbose "extracting global C symbols from \`$dlprefile'"
+	  func_basename "$dlprefile"
+	  name="$func_basename_result"
+	  $opt_dry_run || {
+	    eval '$ECHO ": $name " >> "$nlist"'
+	    eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'"
+	  }
+	done
+
+	$opt_dry_run || {
+	  # Make sure we have at least an empty file.
+	  test -f "$nlist" || : > "$nlist"
+
+	  if test -n "$exclude_expsyms"; then
+	    $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
+	    $MV "$nlist"T "$nlist"
+	  fi
+
+	  # Try sorting and uniquifying the output.
+	  if $GREP -v "^: " < "$nlist" |
+	      if sort -k 3 </dev/null >/dev/null 2>&1; then
+		sort -k 3
+	      else
+		sort +2
+	      fi |
+	      uniq > "$nlist"S; then
+	    :
+	  else
+	    $GREP -v "^: " < "$nlist" > "$nlist"S
+	  fi
+
+	  if test -f "$nlist"S; then
+	    eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
+	  else
+	    $ECHO '/* NONE */' >> "$output_objdir/$my_dlsyms"
+	  fi
+
+	  $ECHO >> "$output_objdir/$my_dlsyms" "\
+
+/* The mapping between symbol names and symbols.  */
+typedef struct {
+  const char *name;
+  void *address;
+} lt_dlsymlist;
+"
+	  case $host in
+	  *cygwin* | *mingw* | *cegcc* )
+	    $ECHO >> "$output_objdir/$my_dlsyms" "\
+/* DATA imports from DLLs on WIN32 con't be const, because
+   runtime relocations are performed -- see ld's documentation
+   on pseudo-relocs.  */"
+	    lt_dlsym_const= ;;
+	  *osf5*)
+	    echo >> "$output_objdir/$my_dlsyms" "\
+/* This system does not cope well with relocations in const data */"
+	    lt_dlsym_const= ;;
+	  *)
+	    lt_dlsym_const=const ;;
+	  esac
+
+	  $ECHO >> "$output_objdir/$my_dlsyms" "\
+extern $lt_dlsym_const lt_dlsymlist
+lt_${my_prefix}_LTX_preloaded_symbols[];
+$lt_dlsym_const lt_dlsymlist
+lt_${my_prefix}_LTX_preloaded_symbols[] =
+{\
+  { \"$my_originator\", (void *) 0 },"
+
+	  case $need_lib_prefix in
+	  no)
+	    eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
+	    ;;
+	  *)
+	    eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
+	    ;;
+	  esac
+	  $ECHO >> "$output_objdir/$my_dlsyms" "\
+  {0, (void *) 0}
+};
+
+/* This works around a problem in FreeBSD linker */
+#ifdef FREEBSD_WORKAROUND
+static const void *lt_preloaded_setup() {
+  return lt_${my_prefix}_LTX_preloaded_symbols;
+}
+#endif
+
+#ifdef __cplusplus
+}
+#endif\
+"
+	} # !$opt_dry_run
+
+	pic_flag_for_symtable=
+	case "$compile_command " in
+	*" -static "*) ;;
+	*)
+	  case $host in
+	  # compiling the symbol table file with pic_flag works around
+	  # a FreeBSD bug that causes programs to crash when -lm is
+	  # linked before any other PIC object.  But we must not use
+	  # pic_flag when linking with -static.  The problem exists in
+	  # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
+	  *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
+	    pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
+	  *-*-hpux*)
+	    pic_flag_for_symtable=" $pic_flag"  ;;
+	  *)
+	    if test "X$my_pic_p" != Xno; then
+	      pic_flag_for_symtable=" $pic_flag"
+	    fi
+	    ;;
+	  esac
+	  ;;
+	esac
+	symtab_cflags=
+	for arg in $LTCFLAGS; do
+	  case $arg in
+	  -pie | -fpie | -fPIE) ;;
+	  *) symtab_cflags="$symtab_cflags $arg" ;;
+	  esac
+	done
+
+	# Now compile the dynamic symbol file.
+	func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
+
+	# Clean up the generated files.
+	func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
+
+	# Transform the symbol file into the correct name.
+	symfileobj="$output_objdir/${my_outputname}S.$objext"
+	case $host in
+	*cygwin* | *mingw* | *cegcc* )
+	  if test -f "$output_objdir/$my_outputname.def"; then
+	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
+	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
+	  else
+	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
+	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
+	  fi
+	  ;;
+	*)
+	  compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
+	  finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
+	  ;;
+	esac
+	;;
+      *)
+	func_fatal_error "unknown suffix for \`$my_dlsyms'"
+	;;
+      esac
+    else
+      # We keep going just in case the user didn't refer to
+      # lt_preloaded_symbols.  The linker will fail if global_symbol_pipe
+      # really was required.
+
+      # Nullify the symbol file.
+      compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
+      finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
+    fi
+}
+
+# func_win32_libid arg
+# return the library type of file 'arg'
+#
+# Need a lot of goo to handle *both* DLLs and import libs
+# Has to be a shell function in order to 'eat' the argument
+# that is supplied when $file_magic_command is called.
+func_win32_libid ()
+{
+  $opt_debug
+  win32_libid_type="unknown"
+  win32_fileres=`file -L $1 2>/dev/null`
+  case $win32_fileres in
+  *ar\ archive\ import\ library*) # definitely import
+    win32_libid_type="x86 archive import"
+    ;;
+  *ar\ archive*) # could be an import, or static
+    if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
+       $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
+      win32_nmres=`eval $NM -f posix -A $1 |
+	$SED -n -e '
+	    1,100{
+		/ I /{
+		    s,.*,import,
+		    p
+		    q
+		}
+	    }'`
+      case $win32_nmres in
+      import*)  win32_libid_type="x86 archive import";;
+      *)        win32_libid_type="x86 archive static";;
+      esac
+    fi
+    ;;
+  *DLL*)
+    win32_libid_type="x86 DLL"
+    ;;
+  *executable*) # but shell scripts are "executable" too...
+    case $win32_fileres in
+    *MS\ Windows\ PE\ Intel*)
+      win32_libid_type="x86 DLL"
+      ;;
+    esac
+    ;;
+  esac
+  $ECHO "$win32_libid_type"
+}
+
+
+
+# func_extract_an_archive dir oldlib
+func_extract_an_archive ()
+{
+    $opt_debug
+    f_ex_an_ar_dir="$1"; shift
+    f_ex_an_ar_oldlib="$1"
+    func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" 'exit $?'
+    if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
+     :
+    else
+      func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
+    fi
+}
+
+
+# func_extract_archives gentop oldlib ...
+func_extract_archives ()
+{
+    $opt_debug
+    my_gentop="$1"; shift
+    my_oldlibs=${1+"$@"}
+    my_oldobjs=""
+    my_xlib=""
+    my_xabs=""
+    my_xdir=""
+
+    for my_xlib in $my_oldlibs; do
+      # Extract the objects.
+      case $my_xlib in
+	[\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;;
+	*) my_xabs=`pwd`"/$my_xlib" ;;
+      esac
+      func_basename "$my_xlib"
+      my_xlib="$func_basename_result"
+      my_xlib_u=$my_xlib
+      while :; do
+        case " $extracted_archives " in
+	*" $my_xlib_u "*)
+	  func_arith $extracted_serial + 1
+	  extracted_serial=$func_arith_result
+	  my_xlib_u=lt$extracted_serial-$my_xlib ;;
+	*) break ;;
+	esac
+      done
+      extracted_archives="$extracted_archives $my_xlib_u"
+      my_xdir="$my_gentop/$my_xlib_u"
+
+      func_mkdir_p "$my_xdir"
+
+      case $host in
+      *-darwin*)
+	func_verbose "Extracting $my_xabs"
+	# Do not bother doing anything if just a dry run
+	$opt_dry_run || {
+	  darwin_orig_dir=`pwd`
+	  cd $my_xdir || exit $?
+	  darwin_archive=$my_xabs
+	  darwin_curdir=`pwd`
+	  darwin_base_archive=`basename "$darwin_archive"`
+	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
+	  if test -n "$darwin_arches"; then
+	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
+	    darwin_arch=
+	    func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
+	    for darwin_arch in  $darwin_arches ; do
+	      func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
+	      $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
+	      cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
+	      func_extract_an_archive "`pwd`" "${darwin_base_archive}"
+	      cd "$darwin_curdir"
+	      $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
+	    done # $darwin_arches
+            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
+	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
+	    darwin_file=
+	    darwin_files=
+	    for darwin_file in $darwin_filelist; do
+	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
+	      $LIPO -create -output "$darwin_file" $darwin_files
+	    done # $darwin_filelist
+	    $RM -rf unfat-$$
+	    cd "$darwin_orig_dir"
+	  else
+	    cd $darwin_orig_dir
+	    func_extract_an_archive "$my_xdir" "$my_xabs"
+	  fi # $darwin_arches
+	} # !$opt_dry_run
+	;;
+      *)
+        func_extract_an_archive "$my_xdir" "$my_xabs"
+	;;
+      esac
+      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
+    done
+
+    func_extract_archives_result="$my_oldobjs"
+}
+
+
+
+# func_emit_wrapper_part1 [arg=no]
+#
+# Emit the first part of a libtool wrapper script on stdout.
+# For more information, see the description associated with
+# func_emit_wrapper(), below.
+func_emit_wrapper_part1 ()
+{
+	func_emit_wrapper_part1_arg1=no
+	if test -n "$1" ; then
+	  func_emit_wrapper_part1_arg1=$1
+	fi
+
+	$ECHO "\
+#! $SHELL
+
+# $output - temporary wrapper script for $objdir/$outputname
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
+#
+# The $output program cannot be directly executed until all the libtool
+# libraries that it depends on are installed.
+#
+# This wrapper script should never be moved out of the build directory.
+# If it is, it will not operate correctly.
+
+# Sed substitution that helps us do robust quoting.  It backslashifies
+# metacharacters that are still active within double-quoted strings.
+Xsed='${SED} -e 1s/^X//'
+sed_quote_subst='$sed_quote_subst'
+
+# Be Bourne compatible
+if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
+  emulate sh
+  NULLCMD=:
+  # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
+  setopt NO_GLOB_SUBST
+else
+  case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
+fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
+DUALCASE=1; export DUALCASE # for MKS sh
+
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+relink_command=\"$relink_command\"
+
+# This environment variable determines our operation mode.
+if test \"\$libtool_install_magic\" = \"$magic\"; then
+  # install mode needs the following variables:
+  generated_by_libtool_version='$macro_version'
+  notinst_deplibs='$notinst_deplibs'
+else
+  # When we are sourced in execute mode, \$file and \$ECHO are already set.
+  if test \"\$libtool_execute_magic\" != \"$magic\"; then
+    ECHO=\"$qecho\"
+    file=\"\$0\"
+    # Make sure echo works.
+    if test \"X\$1\" = X--no-reexec; then
+      # Discard the --no-reexec flag, and continue.
+      shift
+    elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then
+      # Yippee, \$ECHO works!
+      :
+    else
+      # Restart under the correct shell, and then maybe \$ECHO will work.
+      exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"}
+    fi
+  fi\
+"
+	$ECHO "\
+
+  # Find the directory that this script lives in.
+  thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
+  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
+
+  # Follow symbolic links until we get to the real thisdir.
+  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
+  while test -n \"\$file\"; do
+    destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
+
+    # If there was a directory component, then change thisdir.
+    if test \"x\$destdir\" != \"x\$file\"; then
+      case \"\$destdir\" in
+      [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
+      *) thisdir=\"\$thisdir/\$destdir\" ;;
+      esac
+    fi
+
+    file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
+    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
+  done
+"
+}
+# end: func_emit_wrapper_part1
+
+# func_emit_wrapper_part2 [arg=no]
+#
+# Emit the second part of a libtool wrapper script on stdout.
+# For more information, see the description associated with
+# func_emit_wrapper(), below.
+func_emit_wrapper_part2 ()
+{
+	func_emit_wrapper_part2_arg1=no
+	if test -n "$1" ; then
+	  func_emit_wrapper_part2_arg1=$1
+	fi
+
+	$ECHO "\
+
+  # Usually 'no', except on cygwin/mingw when embedded into
+  # the cwrapper.
+  WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_part2_arg1
+  if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
+    # special case for '.'
+    if test \"\$thisdir\" = \".\"; then
+      thisdir=\`pwd\`
+    fi
+    # remove .libs from thisdir
+    case \"\$thisdir\" in
+    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;;
+    $objdir )   thisdir=. ;;
+    esac
+  fi
+
+  # Try to get the absolute directory name.
+  absdir=\`cd \"\$thisdir\" && pwd\`
+  test -n \"\$absdir\" && thisdir=\"\$absdir\"
+"
+
+	if test "$fast_install" = yes; then
+	  $ECHO "\
+  program=lt-'$outputname'$exeext
+  progdir=\"\$thisdir/$objdir\"
+
+  if test ! -f \"\$progdir/\$program\" ||
+     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
+       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
+
+    file=\"\$\$-\$program\"
+
+    if test ! -d \"\$progdir\"; then
+      $MKDIR \"\$progdir\"
+    else
+      $RM \"\$progdir/\$file\"
+    fi"
+
+	  $ECHO "\
+
+    # relink executable if necessary
+    if test -n \"\$relink_command\"; then
+      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
+      else
+	$ECHO \"\$relink_command_output\" >&2
+	$RM \"\$progdir/\$file\"
+	exit 1
+      fi
+    fi
+
+    $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
+    { $RM \"\$progdir/\$program\";
+      $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; }
+    $RM \"\$progdir/\$file\"
+  fi"
+	else
+	  $ECHO "\
+  program='$outputname'
+  progdir=\"\$thisdir/$objdir\"
+"
+	fi
+
+	$ECHO "\
+
+  if test -f \"\$progdir/\$program\"; then"
+
+	# Export our shlibpath_var if we have one.
+	if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
+	  $ECHO "\
+    # Add our own library path to $shlibpath_var
+    $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
+
+    # Some systems cannot cope with colon-terminated $shlibpath_var
+    # The second colon is a workaround for a bug in BeOS R4 sed
+    $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
+
+    export $shlibpath_var
+"
+	fi
+
+	# fixup the dll searchpath if we need to.
+	if test -n "$dllsearchpath"; then
+	  $ECHO "\
+    # Add the dll search path components to the executable PATH
+    PATH=$dllsearchpath:\$PATH
+"
+	fi
+
+	$ECHO "\
+    if test \"\$libtool_execute_magic\" != \"$magic\"; then
+      # Run the actual program with our arguments.
+"
+	case $host in
+	# Backslashes separate directories on plain windows
+	*-*-mingw | *-*-os2* | *-cegcc*)
+	  $ECHO "\
+      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
+"
+	  ;;
+
+	*)
+	  $ECHO "\
+      exec \"\$progdir/\$program\" \${1+\"\$@\"}
+"
+	  ;;
+	esac
+	$ECHO "\
+      \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2
+      exit 1
+    fi
+  else
+    # The program doesn't exist.
+    \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
+    \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
+    $ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
+    exit 1
+  fi
+fi\
+"
+}
+# end: func_emit_wrapper_part2
+
+
+# func_emit_wrapper [arg=no]
+#
+# Emit a libtool wrapper script on stdout.
+# Don't directly open a file because we may want to
+# incorporate the script contents within a cygwin/mingw
+# wrapper executable.  Must ONLY be called from within
+# func_mode_link because it depends on a number of variables
+# set therein.
+#
+# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
+# variable will take.  If 'yes', then the emitted script
+# will assume that the directory in which it is stored is
+# the $objdir directory.  This is a cygwin/mingw-specific
+# behavior.
+func_emit_wrapper ()
+{
+	func_emit_wrapper_arg1=no
+	if test -n "$1" ; then
+	  func_emit_wrapper_arg1=$1
+	fi
+
+	# split this up so that func_emit_cwrapperexe_src
+	# can call each part independently.
+	func_emit_wrapper_part1 "${func_emit_wrapper_arg1}"
+	func_emit_wrapper_part2 "${func_emit_wrapper_arg1}"
+}
+
+
+# func_to_host_path arg
+#
+# Convert paths to host format when used with build tools.
+# Intended for use with "native" mingw (where libtool itself
+# is running under the msys shell), or in the following cross-
+# build environments:
+#    $build          $host
+#    mingw (msys)    mingw  [e.g. native]
+#    cygwin          mingw
+#    *nix + wine     mingw
+# where wine is equipped with the `winepath' executable.
+# In the native mingw case, the (msys) shell automatically
+# converts paths for any non-msys applications it launches,
+# but that facility isn't available from inside the cwrapper.
+# Similar accommodations are necessary for $host mingw and
+# $build cygwin.  Calling this function does no harm for other
+# $host/$build combinations not listed above.
+#
+# ARG is the path (on $build) that should be converted to
+# the proper representation for $host. The result is stored
+# in $func_to_host_path_result.
+func_to_host_path ()
+{
+  func_to_host_path_result="$1"
+  if test -n "$1" ; then
+    case $host in
+      *mingw* )
+        lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
+        case $build in
+          *mingw* ) # actually, msys
+            # awkward: cmd appends spaces to result
+            lt_sed_strip_trailing_spaces="s/[ ]*\$//"
+            func_to_host_path_tmp1=`( cmd //c echo "$1" |\
+              $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
+            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
+              $SED -e "$lt_sed_naive_backslashify"`
+            ;;
+          *cygwin* )
+            func_to_host_path_tmp1=`cygpath -w "$1"`
+            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
+              $SED -e "$lt_sed_naive_backslashify"`
+            ;;
+          * )
+            # Unfortunately, winepath does not exit with a non-zero
+            # error code, so we are forced to check the contents of
+            # stdout. On the other hand, if the command is not
+            # found, the shell will set an exit code of 127 and print
+            # *an error message* to stdout. So we must check for both
+            # error code of zero AND non-empty stdout, which explains
+            # the odd construction:
+            func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
+            if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
+              func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
+                $SED -e "$lt_sed_naive_backslashify"`
+            else
+              # Allow warning below.
+              func_to_host_path_result=""
+            fi
+            ;;
+        esac
+        if test -z "$func_to_host_path_result" ; then
+          func_error "Could not determine host path corresponding to"
+          func_error "  '$1'"
+          func_error "Continuing, but uninstalled executables may not work."
+          # Fallback:
+          func_to_host_path_result="$1"
+        fi
+        ;;
+    esac
+  fi
+}
+# end: func_to_host_path
+
+# func_to_host_pathlist arg
+#
+# Convert pathlists to host format when used with build tools.
+# See func_to_host_path(), above. This function supports the
+# following $build/$host combinations (but does no harm for
+# combinations not listed here):
+#    $build          $host
+#    mingw (msys)    mingw  [e.g. native]
+#    cygwin          mingw
+#    *nix + wine     mingw
+#
+# Path separators are also converted from $build format to
+# $host format. If ARG begins or ends with a path separator
+# character, it is preserved (but converted to $host format)
+# on output.
+#
+# ARG is a pathlist (on $build) that should be converted to
+# the proper representation on $host. The result is stored
+# in $func_to_host_pathlist_result.
+func_to_host_pathlist ()
+{
+  func_to_host_pathlist_result="$1"
+  if test -n "$1" ; then
+    case $host in
+      *mingw* )
+        lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
+        # Remove leading and trailing path separator characters from
+        # ARG. msys behavior is inconsistent here, cygpath turns them
+        # into '.;' and ';.', and winepath ignores them completely.
+        func_to_host_pathlist_tmp2="$1"
+        # Once set for this call, this variable should not be
+        # reassigned. It is used in tha fallback case.
+        func_to_host_pathlist_tmp1=`echo "$func_to_host_pathlist_tmp2" |\
+          $SED -e 's|^:*||' -e 's|:*$||'`
+        case $build in
+          *mingw* ) # Actually, msys.
+            # Awkward: cmd appends spaces to result.
+            lt_sed_strip_trailing_spaces="s/[ ]*\$//"
+            func_to_host_pathlist_tmp2=`( cmd //c echo "$func_to_host_pathlist_tmp1" |\
+              $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
+            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
+              $SED -e "$lt_sed_naive_backslashify"`
+            ;;
+          *cygwin* )
+            func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
+            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
+              $SED -e "$lt_sed_naive_backslashify"`
+            ;;
+          * )
+            # unfortunately, winepath doesn't convert pathlists
+            func_to_host_pathlist_result=""
+            func_to_host_pathlist_oldIFS=$IFS
+            IFS=:
+            for func_to_host_pathlist_f in $func_to_host_pathlist_tmp1 ; do
+              IFS=$func_to_host_pathlist_oldIFS
+              if test -n "$func_to_host_pathlist_f" ; then
+                func_to_host_path "$func_to_host_pathlist_f"
+                if test -n "$func_to_host_path_result" ; then
+                  if test -z "$func_to_host_pathlist_result" ; then
+                    func_to_host_pathlist_result="$func_to_host_path_result"
+                  else
+                    func_to_host_pathlist_result="$func_to_host_pathlist_result;$func_to_host_path_result"
+                  fi
+                fi
+              fi
+              IFS=:
+            done
+            IFS=$func_to_host_pathlist_oldIFS
+            ;;
+        esac
+        if test -z "$func_to_host_pathlist_result" ; then
+          func_error "Could not determine the host path(s) corresponding to"
+          func_error "  '$1'"
+          func_error "Continuing, but uninstalled executables may not work."
+          # Fallback. This may break if $1 contains DOS-style drive
+          # specifications. The fix is not to complicate the expression
+          # below, but for the user to provide a working wine installation
+          # with winepath so that path translation in the cross-to-mingw
+          # case works properly.
+          lt_replace_pathsep_nix_to_dos="s|:|;|g"
+          func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp1" |\
+            $SED -e "$lt_replace_pathsep_nix_to_dos"`
+        fi
+        # Now, add the leading and trailing path separators back
+        case "$1" in
+          :* ) func_to_host_pathlist_result=";$func_to_host_pathlist_result"
+            ;;
+        esac
+        case "$1" in
+          *: ) func_to_host_pathlist_result="$func_to_host_pathlist_result;"
+            ;;
+        esac
+        ;;
+    esac
+  fi
+}
+# end: func_to_host_pathlist
+
+# func_emit_cwrapperexe_src
+# emit the source code for a wrapper executable on stdout
+# Must ONLY be called from within func_mode_link because
+# it depends on a number of variable set therein.
+func_emit_cwrapperexe_src ()
+{
+	cat <<EOF
+
+/* $cwrappersource - temporary wrapper executable for $objdir/$outputname
+   Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
+
+   The $output program cannot be directly executed until all the libtool
+   libraries that it depends on are installed.
+
+   This wrapper executable should never be moved out of the build directory.
+   If it is, it will not operate correctly.
+
+   Currently, it simply execs the wrapper *script* "$SHELL $output",
+   but could eventually absorb all of the scripts functionality and
+   exec $objdir/$outputname directly.
+*/
+EOF
+	    cat <<"EOF"
+#include <stdio.h>
+#include <stdlib.h>
+#ifdef _MSC_VER
+# include <direct.h>
+# include <process.h>
+# include <io.h>
+# define setmode _setmode
+#else
+# include <unistd.h>
+# include <stdint.h>
+# ifdef __CYGWIN__
+#  include <io.h>
+#  define HAVE_SETENV
+#  ifdef __STRICT_ANSI__
+char *realpath (const char *, char *);
+int putenv (char *);
+int setenv (const char *, const char *, int);
+#  endif
+# endif
+#endif
+#include <malloc.h>
+#include <stdarg.h>
+#include <assert.h>
+#include <string.h>
+#include <ctype.h>
+#include <errno.h>
+#include <fcntl.h>
+#include <sys/stat.h>
+
+#if defined(PATH_MAX)
+# define LT_PATHMAX PATH_MAX
+#elif defined(MAXPATHLEN)
+# define LT_PATHMAX MAXPATHLEN
+#else
+# define LT_PATHMAX 1024
+#endif
+
+#ifndef S_IXOTH
+# define S_IXOTH 0
+#endif
+#ifndef S_IXGRP
+# define S_IXGRP 0
+#endif
+
+#ifdef _MSC_VER
+# define S_IXUSR _S_IEXEC
+# define stat _stat
+# ifndef _INTPTR_T_DEFINED
+#  define intptr_t int
+# endif
+#endif
+
+#ifndef DIR_SEPARATOR
+# define DIR_SEPARATOR '/'
+# define PATH_SEPARATOR ':'
+#endif
+
+#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
+  defined (__OS2__)
+# define HAVE_DOS_BASED_FILE_SYSTEM
+# define FOPEN_WB "wb"
+# ifndef DIR_SEPARATOR_2
+#  define DIR_SEPARATOR_2 '\\'
+# endif
+# ifndef PATH_SEPARATOR_2
+#  define PATH_SEPARATOR_2 ';'
+# endif
+#endif
+
+#ifndef DIR_SEPARATOR_2
+# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
+#else /* DIR_SEPARATOR_2 */
+# define IS_DIR_SEPARATOR(ch) \
+	(((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
+#endif /* DIR_SEPARATOR_2 */
+
+#ifndef PATH_SEPARATOR_2
+# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
+#else /* PATH_SEPARATOR_2 */
+# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
+#endif /* PATH_SEPARATOR_2 */
+
+#ifdef __CYGWIN__
+# define FOPEN_WB "wb"
+#endif
+
+#ifndef FOPEN_WB
+# define FOPEN_WB "w"
+#endif
+#ifndef _O_BINARY
+# define _O_BINARY 0
+#endif
+
+#define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
+#define XFREE(stale) do { \
+  if (stale) { free ((void *) stale); stale = 0; } \
+} while (0)
+
+#undef LTWRAPPER_DEBUGPRINTF
+#if defined DEBUGWRAPPER
+# define LTWRAPPER_DEBUGPRINTF(args) ltwrapper_debugprintf args
+static void
+ltwrapper_debugprintf (const char *fmt, ...)
+{
+    va_list args;
+    va_start (args, fmt);
+    (void) vfprintf (stderr, fmt, args);
+    va_end (args);
+}
+#else
+# define LTWRAPPER_DEBUGPRINTF(args)
+#endif
+
+const char *program_name = NULL;
+
+void *xmalloc (size_t num);
+char *xstrdup (const char *string);
+const char *base_name (const char *name);
+char *find_executable (const char *wrapper);
+char *chase_symlinks (const char *pathspec);
+int make_executable (const char *path);
+int check_executable (const char *path);
+char *strendzap (char *str, const char *pat);
+void lt_fatal (const char *message, ...);
+void lt_setenv (const char *name, const char *value);
+char *lt_extend_str (const char *orig_value, const char *add, int to_end);
+void lt_opt_process_env_set (const char *arg);
+void lt_opt_process_env_prepend (const char *arg);
+void lt_opt_process_env_append (const char *arg);
+int lt_split_name_value (const char *arg, char** name, char** value);
+void lt_update_exe_path (const char *name, const char *value);
+void lt_update_lib_path (const char *name, const char *value);
+
+static const char *script_text_part1 =
+EOF
+
+	    func_emit_wrapper_part1 yes |
+	        $SED -e 's/\([\\"]\)/\\\1/g' \
+	             -e 's/^/  "/' -e 's/$/\\n"/'
+	    echo ";"
+	    cat <<EOF
+
+static const char *script_text_part2 =
+EOF
+	    func_emit_wrapper_part2 yes |
+	        $SED -e 's/\([\\"]\)/\\\1/g' \
+	             -e 's/^/  "/' -e 's/$/\\n"/'
+	    echo ";"
+
+	    cat <<EOF
+const char * MAGIC_EXE = "$magic_exe";
+const char * LIB_PATH_VARNAME = "$shlibpath_var";
+EOF
+
+	    if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
+              func_to_host_pathlist "$temp_rpath"
+	      cat <<EOF
+const char * LIB_PATH_VALUE   = "$func_to_host_pathlist_result";
+EOF
+	    else
+	      cat <<"EOF"
+const char * LIB_PATH_VALUE   = "";
+EOF
+	    fi
+
+	    if test -n "$dllsearchpath"; then
+              func_to_host_pathlist "$dllsearchpath:"
+	      cat <<EOF
+const char * EXE_PATH_VARNAME = "PATH";
+const char * EXE_PATH_VALUE   = "$func_to_host_pathlist_result";
+EOF
+	    else
+	      cat <<"EOF"
+const char * EXE_PATH_VARNAME = "";
+const char * EXE_PATH_VALUE   = "";
+EOF
+	    fi
+
+	    if test "$fast_install" = yes; then
+	      cat <<EOF
+const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
+EOF
+	    else
+	      cat <<EOF
+const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
+EOF
+	    fi
+
+
+	    cat <<"EOF"
+
+#define LTWRAPPER_OPTION_PREFIX         "--lt-"
+#define LTWRAPPER_OPTION_PREFIX_LENGTH  5
+
+static const size_t opt_prefix_len         = LTWRAPPER_OPTION_PREFIX_LENGTH;
+static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
+
+static const char *dumpscript_opt       = LTWRAPPER_OPTION_PREFIX "dump-script";
+
+static const size_t env_set_opt_len     = LTWRAPPER_OPTION_PREFIX_LENGTH + 7;
+static const char *env_set_opt          = LTWRAPPER_OPTION_PREFIX "env-set";
+  /* argument is putenv-style "foo=bar", value of foo is set to bar */
+
+static const size_t env_prepend_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 11;
+static const char *env_prepend_opt      = LTWRAPPER_OPTION_PREFIX "env-prepend";
+  /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */
+
+static const size_t env_append_opt_len  = LTWRAPPER_OPTION_PREFIX_LENGTH + 10;
+static const char *env_append_opt       = LTWRAPPER_OPTION_PREFIX "env-append";
+  /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
+
+int
+main (int argc, char *argv[])
+{
+  char **newargz;
+  int  newargc;
+  char *tmp_pathspec;
+  char *actual_cwrapper_path;
+  char *actual_cwrapper_name;
+  char *target_name;
+  char *lt_argv_zero;
+  intptr_t rval = 127;
+
+  int i;
+
+  program_name = (char *) xstrdup (base_name (argv[0]));
+  LTWRAPPER_DEBUGPRINTF (("(main) argv[0]      : %s\n", argv[0]));
+  LTWRAPPER_DEBUGPRINTF (("(main) program_name : %s\n", program_name));
+
+  /* very simple arg parsing; don't want to rely on getopt */
+  for (i = 1; i < argc; i++)
+    {
+      if (strcmp (argv[i], dumpscript_opt) == 0)
+	{
+EOF
+	    case "$host" in
+	      *mingw* | *cygwin* )
+		# make stdout use "unix" line endings
+		echo "          setmode(1,_O_BINARY);"
+		;;
+	      esac
+
+	    cat <<"EOF"
+	  printf ("%s", script_text_part1);
+	  printf ("%s", script_text_part2);
+	  return 0;
+	}
+    }
+
+  newargz = XMALLOC (char *, argc + 1);
+  tmp_pathspec = find_executable (argv[0]);
+  if (tmp_pathspec == NULL)
+    lt_fatal ("Couldn't find %s", argv[0]);
+  LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
+			  tmp_pathspec));
+
+  actual_cwrapper_path = chase_symlinks (tmp_pathspec);
+  LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",
+			  actual_cwrapper_path));
+  XFREE (tmp_pathspec);
+
+  actual_cwrapper_name = xstrdup( base_name (actual_cwrapper_path));
+  strendzap (actual_cwrapper_path, actual_cwrapper_name);
+
+  /* wrapper name transforms */
+  strendzap (actual_cwrapper_name, ".exe");
+  tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
+  XFREE (actual_cwrapper_name);
+  actual_cwrapper_name = tmp_pathspec;
+  tmp_pathspec = 0;
+
+  /* target_name transforms -- use actual target program name; might have lt- prefix */
+  target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
+  strendzap (target_name, ".exe");
+  tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
+  XFREE (target_name);
+  target_name = tmp_pathspec;
+  tmp_pathspec = 0;
+
+  LTWRAPPER_DEBUGPRINTF (("(main) libtool target name: %s\n",
+			  target_name));
+EOF
+
+	    cat <<EOF
+  newargz[0] =
+    XMALLOC (char, (strlen (actual_cwrapper_path) +
+		    strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
+  strcpy (newargz[0], actual_cwrapper_path);
+  strcat (newargz[0], "$objdir");
+  strcat (newargz[0], "/");
+EOF
+
+	    cat <<"EOF"
+  /* stop here, and copy so we don't have to do this twice */
+  tmp_pathspec = xstrdup (newargz[0]);
+
+  /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
+  strcat (newargz[0], actual_cwrapper_name);
+
+  /* DO want the lt- prefix here if it exists, so use target_name */
+  lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
+  XFREE (tmp_pathspec);
+  tmp_pathspec = NULL;
+EOF
+
+	    case $host_os in
+	      mingw*)
+	    cat <<"EOF"
+  {
+    char* p;
+    while ((p = strchr (newargz[0], '\\')) != NULL)
+      {
+	*p = '/';
+      }
+    while ((p = strchr (lt_argv_zero, '\\')) != NULL)
+      {
+	*p = '/';
+      }
+  }
+EOF
+	    ;;
+	    esac
+
+	    cat <<"EOF"
+  XFREE (target_name);
+  XFREE (actual_cwrapper_path);
+  XFREE (actual_cwrapper_name);
+
+  lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
+  lt_setenv ("DUALCASE", "1");  /* for MSK sh */
+  lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
+  lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
+
+  newargc=0;
+  for (i = 1; i < argc; i++)
+    {
+      if (strncmp (argv[i], env_set_opt, env_set_opt_len) == 0)
+        {
+          if (argv[i][env_set_opt_len] == '=')
+            {
+              const char *p = argv[i] + env_set_opt_len + 1;
+              lt_opt_process_env_set (p);
+            }
+          else if (argv[i][env_set_opt_len] == '\0' && i + 1 < argc)
+            {
+              lt_opt_process_env_set (argv[++i]); /* don't copy */
+            }
+          else
+            lt_fatal ("%s missing required argument", env_set_opt);
+          continue;
+        }
+      if (strncmp (argv[i], env_prepend_opt, env_prepend_opt_len) == 0)
+        {
+          if (argv[i][env_prepend_opt_len] == '=')
+            {
+              const char *p = argv[i] + env_prepend_opt_len + 1;
+              lt_opt_process_env_prepend (p);
+            }
+          else if (argv[i][env_prepend_opt_len] == '\0' && i + 1 < argc)
+            {
+              lt_opt_process_env_prepend (argv[++i]); /* don't copy */
+            }
+          else
+            lt_fatal ("%s missing required argument", env_prepend_opt);
+          continue;
+        }
+      if (strncmp (argv[i], env_append_opt, env_append_opt_len) == 0)
+        {
+          if (argv[i][env_append_opt_len] == '=')
+            {
+              const char *p = argv[i] + env_append_opt_len + 1;
+              lt_opt_process_env_append (p);
+            }
+          else if (argv[i][env_append_opt_len] == '\0' && i + 1 < argc)
+            {
+              lt_opt_process_env_append (argv[++i]); /* don't copy */
+            }
+          else
+            lt_fatal ("%s missing required argument", env_append_opt);
+          continue;
+        }
+      if (strncmp (argv[i], ltwrapper_option_prefix, opt_prefix_len) == 0)
+        {
+          /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
+             namespace, but it is not one of the ones we know about and
+             have already dealt with, above (inluding dump-script), then
+             report an error. Otherwise, targets might begin to believe
+             they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
+             namespace. The first time any user complains about this, we'll
+             need to make LTWRAPPER_OPTION_PREFIX a configure-time option
+             or a configure.ac-settable value.
+           */
+          lt_fatal ("Unrecognized option in %s namespace: '%s'",
+                    ltwrapper_option_prefix, argv[i]);
+        }
+      /* otherwise ... */
+      newargz[++newargc] = xstrdup (argv[i]);
+    }
+  newargz[++newargc] = NULL;
+
+  LTWRAPPER_DEBUGPRINTF     (("(main) lt_argv_zero : %s\n", (lt_argv_zero ? lt_argv_zero : "<NULL>")));
+  for (i = 0; i < newargc; i++)
+    {
+      LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d]   : %s\n", i, (newargz[i] ? newargz[i] : "<NULL>")));
+    }
+
+EOF
+
+	    case $host_os in
+	      mingw*)
+		cat <<"EOF"
+  /* execv doesn't actually work on mingw as expected on unix */
+  rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
+  if (rval == -1)
+    {
+      /* failed to start process */
+      LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno));
+      return 127;
+    }
+  return rval;
+EOF
+		;;
+	      *)
+		cat <<"EOF"
+  execv (lt_argv_zero, newargz);
+  return rval; /* =127, but avoids unused variable warning */
+EOF
+		;;
+	    esac
+
+	    cat <<"EOF"
+}
+
+void *
+xmalloc (size_t num)
+{
+  void *p = (void *) malloc (num);
+  if (!p)
+    lt_fatal ("Memory exhausted");
+
+  return p;
+}
+
+char *
+xstrdup (const char *string)
+{
+  return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
+			  string) : NULL;
+}
+
+const char *
+base_name (const char *name)
+{
+  const char *base;
+
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
+  /* Skip over the disk name in MSDOS pathnames. */
+  if (isalpha ((unsigned char) name[0]) && name[1] == ':')
+    name += 2;
+#endif
+
+  for (base = name; *name; name++)
+    if (IS_DIR_SEPARATOR (*name))
+      base = name + 1;
+  return base;
+}
+
+int
+check_executable (const char *path)
+{
+  struct stat st;
+
+  LTWRAPPER_DEBUGPRINTF (("(check_executable)  : %s\n",
+			  path ? (*path ? path : "EMPTY!") : "NULL!"));
+  if ((!path) || (!*path))
+    return 0;
+
+  if ((stat (path, &st) >= 0)
+      && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
+    return 1;
+  else
+    return 0;
+}
+
+int
+make_executable (const char *path)
+{
+  int rval = 0;
+  struct stat st;
+
+  LTWRAPPER_DEBUGPRINTF (("(make_executable)   : %s\n",
+			  path ? (*path ? path : "EMPTY!") : "NULL!"));
+  if ((!path) || (!*path))
+    return 0;
+
+  if (stat (path, &st) >= 0)
+    {
+      rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
+    }
+  return rval;
+}
+
+/* Searches for the full path of the wrapper.  Returns
+   newly allocated full path name if found, NULL otherwise
+   Does not chase symlinks, even on platforms that support them.
+*/
+char *
+find_executable (const char *wrapper)
+{
+  int has_slash = 0;
+  const char *p;
+  const char *p_next;
+  /* static buffer for getcwd */
+  char tmp[LT_PATHMAX + 1];
+  int tmp_len;
+  char *concat_name;
+
+  LTWRAPPER_DEBUGPRINTF (("(find_executable)   : %s\n",
+			  wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
+
+  if ((wrapper == NULL) || (*wrapper == '\0'))
+    return NULL;
+
+  /* Absolute path? */
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
+  if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
+    {
+      concat_name = xstrdup (wrapper);
+      if (check_executable (concat_name))
+	return concat_name;
+      XFREE (concat_name);
+    }
+  else
+    {
+#endif
+      if (IS_DIR_SEPARATOR (wrapper[0]))
+	{
+	  concat_name = xstrdup (wrapper);
+	  if (check_executable (concat_name))
+	    return concat_name;
+	  XFREE (concat_name);
+	}
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
+    }
+#endif
+
+  for (p = wrapper; *p; p++)
+    if (*p == '/')
+      {
+	has_slash = 1;
+	break;
+      }
+  if (!has_slash)
+    {
+      /* no slashes; search PATH */
+      const char *path = getenv ("PATH");
+      if (path != NULL)
+	{
+	  for (p = path; *p; p = p_next)
+	    {
+	      const char *q;
+	      size_t p_len;
+	      for (q = p; *q; q++)
+		if (IS_PATH_SEPARATOR (*q))
+		  break;
+	      p_len = q - p;
+	      p_next = (*q == '\0' ? q : q + 1);
+	      if (p_len == 0)
+		{
+		  /* empty path: current directory */
+		  if (getcwd (tmp, LT_PATHMAX) == NULL)
+		    lt_fatal ("getcwd failed");
+		  tmp_len = strlen (tmp);
+		  concat_name =
+		    XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
+		  memcpy (concat_name, tmp, tmp_len);
+		  concat_name[tmp_len] = '/';
+		  strcpy (concat_name + tmp_len + 1, wrapper);
+		}
+	      else
+		{
+		  concat_name =
+		    XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
+		  memcpy (concat_name, p, p_len);
+		  concat_name[p_len] = '/';
+		  strcpy (concat_name + p_len + 1, wrapper);
+		}
+	      if (check_executable (concat_name))
+		return concat_name;
+	      XFREE (concat_name);
+	    }
+	}
+      /* not found in PATH; assume curdir */
+    }
+  /* Relative path | not found in path: prepend cwd */
+  if (getcwd (tmp, LT_PATHMAX) == NULL)
+    lt_fatal ("getcwd failed");
+  tmp_len = strlen (tmp);
+  concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
+  memcpy (concat_name, tmp, tmp_len);
+  concat_name[tmp_len] = '/';
+  strcpy (concat_name + tmp_len + 1, wrapper);
+
+  if (check_executable (concat_name))
+    return concat_name;
+  XFREE (concat_name);
+  return NULL;
+}
+
+char *
+chase_symlinks (const char *pathspec)
+{
+#ifndef S_ISLNK
+  return xstrdup (pathspec);
+#else
+  char buf[LT_PATHMAX];
+  struct stat s;
+  char *tmp_pathspec = xstrdup (pathspec);
+  char *p;
+  int has_symlinks = 0;
+  while (strlen (tmp_pathspec) && !has_symlinks)
+    {
+      LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n",
+			      tmp_pathspec));
+      if (lstat (tmp_pathspec, &s) == 0)
+	{
+	  if (S_ISLNK (s.st_mode) != 0)
+	    {
+	      has_symlinks = 1;
+	      break;
+	    }
+
+	  /* search backwards for last DIR_SEPARATOR */
+	  p = tmp_pathspec + strlen (tmp_pathspec) - 1;
+	  while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
+	    p--;
+	  if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
+	    {
+	      /* no more DIR_SEPARATORS left */
+	      break;
+	    }
+	  *p = '\0';
+	}
+      else
+	{
+	  char *errstr = strerror (errno);
+	  lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
+	}
+    }
+  XFREE (tmp_pathspec);
+
+  if (!has_symlinks)
+    {
+      return xstrdup (pathspec);
+    }
+
+  tmp_pathspec = realpath (pathspec, buf);
+  if (tmp_pathspec == 0)
+    {
+      lt_fatal ("Could not follow symlinks for %s", pathspec);
+    }
+  return xstrdup (tmp_pathspec);
+#endif
+}
+
+char *
+strendzap (char *str, const char *pat)
+{
+  size_t len, patlen;
+
+  assert (str != NULL);
+  assert (pat != NULL);
+
+  len = strlen (str);
+  patlen = strlen (pat);
+
+  if (patlen <= len)
+    {
+      str += len - patlen;
+      if (strcmp (str, pat) == 0)
+	*str = '\0';
+    }
+  return str;
+}
+
+static void
+lt_error_core (int exit_status, const char *mode,
+	       const char *message, va_list ap)
+{
+  fprintf (stderr, "%s: %s: ", program_name, mode);
+  vfprintf (stderr, message, ap);
+  fprintf (stderr, ".\n");
+
+  if (exit_status >= 0)
+    exit (exit_status);
+}
+
+void
+lt_fatal (const char *message, ...)
+{
+  va_list ap;
+  va_start (ap, message);
+  lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
+  va_end (ap);
+}
+
+void
+lt_setenv (const char *name, const char *value)
+{
+  LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'\n",
+                          (name ? name : "<NULL>"),
+                          (value ? value : "<NULL>")));
+  {
+#ifdef HAVE_SETENV
+    /* always make a copy, for consistency with !HAVE_SETENV */
+    char *str = xstrdup (value);
+    setenv (name, str, 1);
+#else
+    int len = strlen (name) + 1 + strlen (value) + 1;
+    char *str = XMALLOC (char, len);
+    sprintf (str, "%s=%s", name, value);
+    if (putenv (str) != EXIT_SUCCESS)
+      {
+        XFREE (str);
+      }
+#endif
+  }
+}
+
+char *
+lt_extend_str (const char *orig_value, const char *add, int to_end)
+{
+  char *new_value;
+  if (orig_value && *orig_value)
+    {
+      int orig_value_len = strlen (orig_value);
+      int add_len = strlen (add);
+      new_value = XMALLOC (char, add_len + orig_value_len + 1);
+      if (to_end)
+        {
+          strcpy (new_value, orig_value);
+          strcpy (new_value + orig_value_len, add);
+        }
+      else
+        {
+          strcpy (new_value, add);
+          strcpy (new_value + add_len, orig_value);
+        }
+    }
+  else
+    {
+      new_value = xstrdup (add);
+    }
+  return new_value;
+}
+
+int
+lt_split_name_value (const char *arg, char** name, char** value)
+{
+  const char *p;
+  int len;
+  if (!arg || !*arg)
+    return 1;
+
+  p = strchr (arg, (int)'=');
+
+  if (!p)
+    return 1;
+
+  *value = xstrdup (++p);
+
+  len = strlen (arg) - strlen (*value);
+  *name = XMALLOC (char, len);
+  strncpy (*name, arg, len-1);
+  (*name)[len - 1] = '\0';
+
+  return 0;
+}
+
+void
+lt_opt_process_env_set (const char *arg)
+{
+  char *name = NULL;
+  char *value = NULL;
+
+  if (lt_split_name_value (arg, &name, &value) != 0)
+    {
+      XFREE (name);
+      XFREE (value);
+      lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg);
+    }
+
+  lt_setenv (name, value);
+  XFREE (name);
+  XFREE (value);
+}
+
+void
+lt_opt_process_env_prepend (const char *arg)
+{
+  char *name = NULL;
+  char *value = NULL;
+  char *new_value = NULL;
+
+  if (lt_split_name_value (arg, &name, &value) != 0)
+    {
+      XFREE (name);
+      XFREE (value);
+      lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg);
+    }
+
+  new_value = lt_extend_str (getenv (name), value, 0);
+  lt_setenv (name, new_value);
+  XFREE (new_value);
+  XFREE (name);
+  XFREE (value);
+}
+
+void
+lt_opt_process_env_append (const char *arg)
+{
+  char *name = NULL;
+  char *value = NULL;
+  char *new_value = NULL;
+
+  if (lt_split_name_value (arg, &name, &value) != 0)
+    {
+      XFREE (name);
+      XFREE (value);
+      lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg);
+    }
+
+  new_value = lt_extend_str (getenv (name), value, 1);
+  lt_setenv (name, new_value);
+  XFREE (new_value);
+  XFREE (name);
+  XFREE (value);
+}
+
+void
+lt_update_exe_path (const char *name, const char *value)
+{
+  LTWRAPPER_DEBUGPRINTF (("(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
+                          (name ? name : "<NULL>"),
+                          (value ? value : "<NULL>")));
+
+  if (name && *name && value && *value)
+    {
+      char *new_value = lt_extend_str (getenv (name), value, 0);
+      /* some systems can't cope with a ':'-terminated path #' */
+      int len = strlen (new_value);
+      while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
+        {
+          new_value[len-1] = '\0';
+        }
+      lt_setenv (name, new_value);
+      XFREE (new_value);
+    }
+}
+
+void
+lt_update_lib_path (const char *name, const char *value)
+{
+  LTWRAPPER_DEBUGPRINTF (("(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
+                          (name ? name : "<NULL>"),
+                          (value ? value : "<NULL>")));
+
+  if (name && *name && value && *value)
+    {
+      char *new_value = lt_extend_str (getenv (name), value, 0);
+      lt_setenv (name, new_value);
+      XFREE (new_value);
+    }
+}
+
+
+EOF
+}
+# end: func_emit_cwrapperexe_src
+
+# func_mode_link arg...
+func_mode_link ()
+{
+    $opt_debug
+    case $host in
+    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
+      # It is impossible to link a dll without this setting, and
+      # we shouldn't force the makefile maintainer to figure out
+      # which system we are compiling for in order to pass an extra
+      # flag for every libtool invocation.
+      # allow_undefined=no
+
+      # FIXME: Unfortunately, there are problems with the above when trying
+      # to make a dll which has undefined symbols, in which case not
+      # even a static library is built.  For now, we need to specify
+      # -no-undefined on the libtool link line when we can be certain
+      # that all symbols are satisfied, otherwise we get a static library.
+      allow_undefined=yes
+      ;;
+    *)
+      allow_undefined=yes
+      ;;
+    esac
+    libtool_args=$nonopt
+    base_compile="$nonopt $@"
+    compile_command=$nonopt
+    finalize_command=$nonopt
+
+    compile_rpath=
+    finalize_rpath=
+    compile_shlibpath=
+    finalize_shlibpath=
+    convenience=
+    old_convenience=
+    deplibs=
+    old_deplibs=
+    compiler_flags=
+    linker_flags=
+    dllsearchpath=
+    lib_search_path=`pwd`
+    inst_prefix_dir=
+    new_inherited_linker_flags=
+
+    avoid_version=no
+    dlfiles=
+    dlprefiles=
+    dlself=no
+    export_dynamic=no
+    export_symbols=
+    export_symbols_regex=
+    generated=
+    libobjs=
+    ltlibs=
+    module=no
+    no_install=no
+    objs=
+    non_pic_objects=
+    precious_files_regex=
+    prefer_static_libs=no
+    preload=no
+    prev=
+    prevarg=
+    release=
+    rpath=
+    xrpath=
+    perm_rpath=
+    temp_rpath=
+    thread_safe=no
+    vinfo=
+    vinfo_number=no
+    weak_libs=
+    single_module="${wl}-single_module"
+    func_infer_tag $base_compile
+
+    # We need to know -static, to get the right output filenames.
+    for arg
+    do
+      case $arg in
+      -shared)
+	test "$build_libtool_libs" != yes && \
+	  func_fatal_configuration "can not build a shared library"
+	build_old_libs=no
+	break
+	;;
+      -all-static | -static | -static-libtool-libs)
+	case $arg in
+	-all-static)
+	  if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
+	    func_warning "complete static linking is impossible in this configuration"
+	  fi
+	  if test -n "$link_static_flag"; then
+	    dlopen_self=$dlopen_self_static
+	  fi
+	  prefer_static_libs=yes
+	  ;;
+	-static)
+	  if test -z "$pic_flag" && test -n "$link_static_flag"; then
+	    dlopen_self=$dlopen_self_static
+	  fi
+	  prefer_static_libs=built
+	  ;;
+	-static-libtool-libs)
+	  if test -z "$pic_flag" && test -n "$link_static_flag"; then
+	    dlopen_self=$dlopen_self_static
+	  fi
+	  prefer_static_libs=yes
+	  ;;
+	esac
+	build_libtool_libs=no
+	build_old_libs=yes
+	break
+	;;
+      esac
+    done
+
+    # See if our shared archives depend on static archives.
+    test -n "$old_archive_from_new_cmds" && build_old_libs=yes
+
+    # Go through the arguments, transforming them on the way.
+    while test "$#" -gt 0; do
+      arg="$1"
+      shift
+      func_quote_for_eval "$arg"
+      qarg=$func_quote_for_eval_unquoted_result
+      func_append libtool_args " $func_quote_for_eval_result"
+
+      # If the previous option needs an argument, assign it.
+      if test -n "$prev"; then
+	case $prev in
+	output)
+	  func_append compile_command " @OUTPUT@"
+	  func_append finalize_command " @OUTPUT@"
+	  ;;
+	esac
+
+	case $prev in
+	dlfiles|dlprefiles)
+	  if test "$preload" = no; then
+	    # Add the symbol object into the linking commands.
+	    func_append compile_command " @SYMFILE@"
+	    func_append finalize_command " @SYMFILE@"
+	    preload=yes
+	  fi
+	  case $arg in
+	  *.la | *.lo) ;;  # We handle these cases below.
+	  force)
+	    if test "$dlself" = no; then
+	      dlself=needless
+	      export_dynamic=yes
+	    fi
+	    prev=
+	    continue
+	    ;;
+	  self)
+	    if test "$prev" = dlprefiles; then
+	      dlself=yes
+	    elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
+	      dlself=yes
+	    else
+	      dlself=needless
+	      export_dynamic=yes
+	    fi
+	    prev=
+	    continue
+	    ;;
+	  *)
+	    if test "$prev" = dlfiles; then
+	      dlfiles="$dlfiles $arg"
+	    else
+	      dlprefiles="$dlprefiles $arg"
+	    fi
+	    prev=
+	    continue
+	    ;;
+	  esac
+	  ;;
+	expsyms)
+	  export_symbols="$arg"
+	  test -f "$arg" \
+	    || func_fatal_error "symbol file \`$arg' does not exist"
+	  prev=
+	  continue
+	  ;;
+	expsyms_regex)
+	  export_symbols_regex="$arg"
+	  prev=
+	  continue
+	  ;;
+	framework)
+	  case $host in
+	    *-*-darwin*)
+	      case "$deplibs " in
+		*" $qarg.ltframework "*) ;;
+		*) deplibs="$deplibs $qarg.ltframework" # this is fixed later
+		   ;;
+	      esac
+	      ;;
+	  esac
+	  prev=
+	  continue
+	  ;;
+	inst_prefix)
+	  inst_prefix_dir="$arg"
+	  prev=
+	  continue
+	  ;;
+	objectlist)
+	  if test -f "$arg"; then
+	    save_arg=$arg
+	    moreargs=
+	    for fil in `cat "$save_arg"`
+	    do
+#	      moreargs="$moreargs $fil"
+	      arg=$fil
+	      # A libtool-controlled object.
+
+	      # Check to see that this really is a libtool object.
+	      if func_lalib_unsafe_p "$arg"; then
+		pic_object=
+		non_pic_object=
+
+		# Read the .lo file
+		func_source "$arg"
+
+		if test -z "$pic_object" ||
+		   test -z "$non_pic_object" ||
+		   test "$pic_object" = none &&
+		   test "$non_pic_object" = none; then
+		  func_fatal_error "cannot find name of object for \`$arg'"
+		fi
+
+		# Extract subdirectory from the argument.
+		func_dirname "$arg" "/" ""
+		xdir="$func_dirname_result"
+
+		if test "$pic_object" != none; then
+		  # Prepend the subdirectory the object is found in.
+		  pic_object="$xdir$pic_object"
+
+		  if test "$prev" = dlfiles; then
+		    if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
+		      dlfiles="$dlfiles $pic_object"
+		      prev=
+		      continue
+		    else
+		      # If libtool objects are unsupported, then we need to preload.
+		      prev=dlprefiles
+		    fi
+		  fi
+
+		  # CHECK ME:  I think I busted this.  -Ossama
+		  if test "$prev" = dlprefiles; then
+		    # Preload the old-style object.
+		    dlprefiles="$dlprefiles $pic_object"
+		    prev=
+		  fi
+
+		  # A PIC object.
+		  func_append libobjs " $pic_object"
+		  arg="$pic_object"
+		fi
+
+		# Non-PIC object.
+		if test "$non_pic_object" != none; then
+		  # Prepend the subdirectory the object is found in.
+		  non_pic_object="$xdir$non_pic_object"
+
+		  # A standard non-PIC object
+		  func_append non_pic_objects " $non_pic_object"
+		  if test -z "$pic_object" || test "$pic_object" = none ; then
+		    arg="$non_pic_object"
+		  fi
+		else
+		  # If the PIC object exists, use it instead.
+		  # $xdir was prepended to $pic_object above.
+		  non_pic_object="$pic_object"
+		  func_append non_pic_objects " $non_pic_object"
+		fi
+	      else
+		# Only an error if not doing a dry-run.
+		if $opt_dry_run; then
+		  # Extract subdirectory from the argument.
+		  func_dirname "$arg" "/" ""
+		  xdir="$func_dirname_result"
+
+		  func_lo2o "$arg"
+		  pic_object=$xdir$objdir/$func_lo2o_result
+		  non_pic_object=$xdir$func_lo2o_result
+		  func_append libobjs " $pic_object"
+		  func_append non_pic_objects " $non_pic_object"
+	        else
+		  func_fatal_error "\`$arg' is not a valid libtool object"
+		fi
+	      fi
+	    done
+	  else
+	    func_fatal_error "link input file \`$arg' does not exist"
+	  fi
+	  arg=$save_arg
+	  prev=
+	  continue
+	  ;;
+	precious_regex)
+	  precious_files_regex="$arg"
+	  prev=
+	  continue
+	  ;;
+	release)
+	  release="-$arg"
+	  prev=
+	  continue
+	  ;;
+	rpath | xrpath)
+	  # We need an absolute path.
+	  case $arg in
+	  [\\/]* | [A-Za-z]:[\\/]*) ;;
+	  *)
+	    func_fatal_error "only absolute run-paths are allowed"
+	    ;;
+	  esac
+	  if test "$prev" = rpath; then
+	    case "$rpath " in
+	    *" $arg "*) ;;
+	    *) rpath="$rpath $arg" ;;
+	    esac
+	  else
+	    case "$xrpath " in
+	    *" $arg "*) ;;
+	    *) xrpath="$xrpath $arg" ;;
+	    esac
+	  fi
+	  prev=
+	  continue
+	  ;;
+	shrext)
+	  shrext_cmds="$arg"
+	  prev=
+	  continue
+	  ;;
+	weak)
+	  weak_libs="$weak_libs $arg"
+	  prev=
+	  continue
+	  ;;
+	xcclinker)
+	  linker_flags="$linker_flags $qarg"
+	  compiler_flags="$compiler_flags $qarg"
+	  prev=
+	  func_append compile_command " $qarg"
+	  func_append finalize_command " $qarg"
+	  continue
+	  ;;
+	xcompiler)
+	  compiler_flags="$compiler_flags $qarg"
+	  prev=
+	  func_append compile_command " $qarg"
+	  func_append finalize_command " $qarg"
+	  continue
+	  ;;
+	xlinker)
+	  linker_flags="$linker_flags $qarg"
+	  compiler_flags="$compiler_flags $wl$qarg"
+	  prev=
+	  func_append compile_command " $wl$qarg"
+	  func_append finalize_command " $wl$qarg"
+	  continue
+	  ;;
+	*)
+	  eval "$prev=\"\$arg\""
+	  prev=
+	  continue
+	  ;;
+	esac
+      fi # test -n "$prev"
+
+      prevarg="$arg"
+
+      case $arg in
+      -all-static)
+	if test -n "$link_static_flag"; then
+	  # See comment for -static flag below, for more details.
+	  func_append compile_command " $link_static_flag"
+	  func_append finalize_command " $link_static_flag"
+	fi
+	continue
+	;;
+
+      -allow-undefined)
+	# FIXME: remove this flag sometime in the future.
+	func_fatal_error "\`-allow-undefined' must not be used because it is the default"
+	;;
+
+      -avoid-version)
+	avoid_version=yes
+	continue
+	;;
+
+      -dlopen)
+	prev=dlfiles
+	continue
+	;;
+
+      -dlpreopen)
+	prev=dlprefiles
+	continue
+	;;
+
+      -export-dynamic)
+	export_dynamic=yes
+	continue
+	;;
+
+      -export-symbols | -export-symbols-regex)
+	if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
+	  func_fatal_error "more than one -exported-symbols argument is not allowed"
+	fi
+	if test "X$arg" = "X-export-symbols"; then
+	  prev=expsyms
+	else
+	  prev=expsyms_regex
+	fi
+	continue
+	;;
+
+      -framework)
+	prev=framework
+	continue
+	;;
+
+      -inst-prefix-dir)
+	prev=inst_prefix
+	continue
+	;;
+
+      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
+      # so, if we see these flags be careful not to treat them like -L
+      -L[A-Z][A-Z]*:*)
+	case $with_gcc/$host in
+	no/*-*-irix* | /*-*-irix*)
+	  func_append compile_command " $arg"
+	  func_append finalize_command " $arg"
+	  ;;
+	esac
+	continue
+	;;
+
+      -L*)
+	func_stripname '-L' '' "$arg"
+	dir=$func_stripname_result
+	if test -z "$dir"; then
+	  if test "$#" -gt 0; then
+	    func_fatal_error "require no space between \`-L' and \`$1'"
+	  else
+	    func_fatal_error "need path for \`-L' option"
+	  fi
+	fi
+	# We need an absolute path.
+	case $dir in
+	[\\/]* | [A-Za-z]:[\\/]*) ;;
+	*)
+	  absdir=`cd "$dir" && pwd`
+	  test -z "$absdir" && \
+	    func_fatal_error "cannot determine absolute directory name of \`$dir'"
+	  dir="$absdir"
+	  ;;
+	esac
+	case "$deplibs " in
+	*" -L$dir "*) ;;
+	*)
+	  deplibs="$deplibs -L$dir"
+	  lib_search_path="$lib_search_path $dir"
+	  ;;
+	esac
+	case $host in
+	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
+	  testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
+	  case :$dllsearchpath: in
+	  *":$dir:"*) ;;
+	  ::) dllsearchpath=$dir;;
+	  *) dllsearchpath="$dllsearchpath:$dir";;
+	  esac
+	  case :$dllsearchpath: in
+	  *":$testbindir:"*) ;;
+	  ::) dllsearchpath=$testbindir;;
+	  *) dllsearchpath="$dllsearchpath:$testbindir";;
+	  esac
+	  ;;
+	esac
+	continue
+	;;
+
+      -l*)
+	if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
+	  case $host in
+	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*)
+	    # These systems don't actually have a C or math library (as such)
+	    continue
+	    ;;
+	  *-*-os2*)
+	    # These systems don't actually have a C library (as such)
+	    test "X$arg" = "X-lc" && continue
+	    ;;
+	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
+	    # Do not include libc due to us having libc/libc_r.
+	    test "X$arg" = "X-lc" && continue
+	    ;;
+	  *-*-rhapsody* | *-*-darwin1.[012])
+	    # Rhapsody C and math libraries are in the System framework
+	    deplibs="$deplibs System.ltframework"
+	    continue
+	    ;;
+	  *-*-sco3.2v5* | *-*-sco5v6*)
+	    # Causes problems with __ctype
+	    test "X$arg" = "X-lc" && continue
+	    ;;
+	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
+	    # Compiler inserts libc in the correct place for threads to work
+	    test "X$arg" = "X-lc" && continue
+	    ;;
+	  esac
+	elif test "X$arg" = "X-lc_r"; then
+	 case $host in
+	 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
+	   # Do not include libc_r directly, use -pthread flag.
+	   continue
+	   ;;
+	 esac
+	fi
+	deplibs="$deplibs $arg"
+	continue
+	;;
+
+      -module)
+	module=yes
+	continue
+	;;
+
+      # Tru64 UNIX uses -model [arg] to determine the layout of C++
+      # classes, name mangling, and exception handling.
+      # Darwin uses the -arch flag to determine output architecture.
+      -model|-arch|-isysroot)
+	compiler_flags="$compiler_flags $arg"
+	func_append compile_command " $arg"
+	func_append finalize_command " $arg"
+	prev=xcompiler
+	continue
+	;;
+
+      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
+	compiler_flags="$compiler_flags $arg"
+	func_append compile_command " $arg"
+	func_append finalize_command " $arg"
+	case "$new_inherited_linker_flags " in
+	    *" $arg "*) ;;
+	    * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;;
+	esac
+	continue
+	;;
+
+      -multi_module)
+	single_module="${wl}-multi_module"
+	continue
+	;;
+
+      -no-fast-install)
+	fast_install=no
+	continue
+	;;
+
+      -no-install)
+	case $host in
+	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
+	  # The PATH hackery in wrapper scripts is required on Windows
+	  # and Darwin in order for the loader to find any dlls it needs.
+	  func_warning "\`-no-install' is ignored for $host"
+	  func_warning "assuming \`-no-fast-install' instead"
+	  fast_install=no
+	  ;;
+	*) no_install=yes ;;
+	esac
+	continue
+	;;
+
+      -no-undefined)
+	allow_undefined=no
+	continue
+	;;
+
+      -objectlist)
+	prev=objectlist
+	continue
+	;;
+
+      -o) prev=output ;;
+
+      -precious-files-regex)
+	prev=precious_regex
+	continue
+	;;
+
+      -release)
+	prev=release
+	continue
+	;;
+
+      -rpath)
+	prev=rpath
+	continue
+	;;
+
+      -R)
+	prev=xrpath
+	continue
+	;;
+
+      -R*)
+	func_stripname '-R' '' "$arg"
+	dir=$func_stripname_result
+	# We need an absolute path.
+	case $dir in
+	[\\/]* | [A-Za-z]:[\\/]*) ;;
+	*)
+	  func_fatal_error "only absolute run-paths are allowed"
+	  ;;
+	esac
+	case "$xrpath " in
+	*" $dir "*) ;;
+	*) xrpath="$xrpath $dir" ;;
+	esac
+	continue
+	;;
+
+      -shared)
+	# The effects of -shared are defined in a previous loop.
+	continue
+	;;
+
+      -shrext)
+	prev=shrext
+	continue
+	;;
+
+      -static | -static-libtool-libs)
+	# The effects of -static are defined in a previous loop.
+	# We used to do the same as -all-static on platforms that
+	# didn't have a PIC flag, but the assumption that the effects
+	# would be equivalent was wrong.  It would break on at least
+	# Digital Unix and AIX.
+	continue
+	;;
+
+      -thread-safe)
+	thread_safe=yes
+	continue
+	;;
+
+      -version-info)
+	prev=vinfo
+	continue
+	;;
+
+      -version-number)
+	prev=vinfo
+	vinfo_number=yes
+	continue
+	;;
+
+      -weak)
+        prev=weak
+	continue
+	;;
+
+      -Wc,*)
+	func_stripname '-Wc,' '' "$arg"
+	args=$func_stripname_result
+	arg=
+	save_ifs="$IFS"; IFS=','
+	for flag in $args; do
+	  IFS="$save_ifs"
+          func_quote_for_eval "$flag"
+	  arg="$arg $wl$func_quote_for_eval_result"
+	  compiler_flags="$compiler_flags $func_quote_for_eval_result"
+	done
+	IFS="$save_ifs"
+	func_stripname ' ' '' "$arg"
+	arg=$func_stripname_result
+	;;
+
+      -Wl,*)
+	func_stripname '-Wl,' '' "$arg"
+	args=$func_stripname_result
+	arg=
+	save_ifs="$IFS"; IFS=','
+	for flag in $args; do
+	  IFS="$save_ifs"
+          func_quote_for_eval "$flag"
+	  arg="$arg $wl$func_quote_for_eval_result"
+	  compiler_flags="$compiler_flags $wl$func_quote_for_eval_result"
+	  linker_flags="$linker_flags $func_quote_for_eval_result"
+	done
+	IFS="$save_ifs"
+	func_stripname ' ' '' "$arg"
+	arg=$func_stripname_result
+	;;
+
+      -Xcompiler)
+	prev=xcompiler
+	continue
+	;;
+
+      -Xlinker)
+	prev=xlinker
+	continue
+	;;
+
+      -XCClinker)
+	prev=xcclinker
+	continue
+	;;
+
+      # -msg_* for osf cc
+      -msg_*)
+	func_quote_for_eval "$arg"
+	arg="$func_quote_for_eval_result"
+	;;
+
+      # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
+      # -r[0-9][0-9]* specifies the processor on the SGI compiler
+      # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
+      # +DA*, +DD* enable 64-bit mode on the HP compiler
+      # -q* pass through compiler args for the IBM compiler
+      # -m*, -t[45]*, -txscale* pass through architecture-specific
+      # compiler args for GCC
+      # -F/path gives path to uninstalled frameworks, gcc on darwin
+      # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
+      # @file GCC response files
+      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
+      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
+        func_quote_for_eval "$arg"
+	arg="$func_quote_for_eval_result"
+        func_append compile_command " $arg"
+        func_append finalize_command " $arg"
+        compiler_flags="$compiler_flags $arg"
+        continue
+        ;;
+
+      # Some other compiler flag.
+      -* | +*)
+        func_quote_for_eval "$arg"
+	arg="$func_quote_for_eval_result"
+	;;
+
+      *.$objext)
+	# A standard object.
+	objs="$objs $arg"
+	;;
+
+      *.lo)
+	# A libtool-controlled object.
+
+	# Check to see that this really is a libtool object.
+	if func_lalib_unsafe_p "$arg"; then
+	  pic_object=
+	  non_pic_object=
+
+	  # Read the .lo file
+	  func_source "$arg"
+
+	  if test -z "$pic_object" ||
+	     test -z "$non_pic_object" ||
+	     test "$pic_object" = none &&
+	     test "$non_pic_object" = none; then
+	    func_fatal_error "cannot find name of object for \`$arg'"
+	  fi
+
+	  # Extract subdirectory from the argument.
+	  func_dirname "$arg" "/" ""
+	  xdir="$func_dirname_result"
+
+	  if test "$pic_object" != none; then
+	    # Prepend the subdirectory the object is found in.
+	    pic_object="$xdir$pic_object"
+
+	    if test "$prev" = dlfiles; then
+	      if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
+		dlfiles="$dlfiles $pic_object"
+		prev=
+		continue
+	      else
+		# If libtool objects are unsupported, then we need to preload.
+		prev=dlprefiles
+	      fi
+	    fi
+
+	    # CHECK ME:  I think I busted this.  -Ossama
+	    if test "$prev" = dlprefiles; then
+	      # Preload the old-style object.
+	      dlprefiles="$dlprefiles $pic_object"
+	      prev=
+	    fi
+
+	    # A PIC object.
+	    func_append libobjs " $pic_object"
+	    arg="$pic_object"
+	  fi
+
+	  # Non-PIC object.
+	  if test "$non_pic_object" != none; then
+	    # Prepend the subdirectory the object is found in.
+	    non_pic_object="$xdir$non_pic_object"
+
+	    # A standard non-PIC object
+	    func_append non_pic_objects " $non_pic_object"
+	    if test -z "$pic_object" || test "$pic_object" = none ; then
+	      arg="$non_pic_object"
+	    fi
+	  else
+	    # If the PIC object exists, use it instead.
+	    # $xdir was prepended to $pic_object above.
+	    non_pic_object="$pic_object"
+	    func_append non_pic_objects " $non_pic_object"
+	  fi
+	else
+	  # Only an error if not doing a dry-run.
+	  if $opt_dry_run; then
+	    # Extract subdirectory from the argument.
+	    func_dirname "$arg" "/" ""
+	    xdir="$func_dirname_result"
+
+	    func_lo2o "$arg"
+	    pic_object=$xdir$objdir/$func_lo2o_result
+	    non_pic_object=$xdir$func_lo2o_result
+	    func_append libobjs " $pic_object"
+	    func_append non_pic_objects " $non_pic_object"
+	  else
+	    func_fatal_error "\`$arg' is not a valid libtool object"
+	  fi
+	fi
+	;;
+
+      *.$libext)
+	# An archive.
+	deplibs="$deplibs $arg"
+	old_deplibs="$old_deplibs $arg"
+	continue
+	;;
+
+      *.la)
+	# A libtool-controlled library.
+
+	if test "$prev" = dlfiles; then
+	  # This library was specified with -dlopen.
+	  dlfiles="$dlfiles $arg"
+	  prev=
+	elif test "$prev" = dlprefiles; then
+	  # The library was specified with -dlpreopen.
+	  dlprefiles="$dlprefiles $arg"
+	  prev=
+	else
+	  deplibs="$deplibs $arg"
+	fi
+	continue
+	;;
+
+      # Some other compiler argument.
+      *)
+	# Unknown arguments in both finalize_command and compile_command need
+	# to be aesthetically quoted because they are evaled later.
+	func_quote_for_eval "$arg"
+	arg="$func_quote_for_eval_result"
+	;;
+      esac # arg
+
+      # Now actually substitute the argument into the commands.
+      if test -n "$arg"; then
+	func_append compile_command " $arg"
+	func_append finalize_command " $arg"
+      fi
+    done # argument parsing loop
+
+    test -n "$prev" && \
+      func_fatal_help "the \`$prevarg' option requires an argument"
+
+    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
+      eval arg=\"$export_dynamic_flag_spec\"
+      func_append compile_command " $arg"
+      func_append finalize_command " $arg"
+    fi
+
+    oldlibs=
+    # calculate the name of the file, without its directory
+    func_basename "$output"
+    outputname="$func_basename_result"
+    libobjs_save="$libobjs"
+
+    if test -n "$shlibpath_var"; then
+      # get the directories listed in $shlibpath_var
+      eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
+    else
+      shlib_search_path=
+    fi
+    eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
+    eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
+
+    func_dirname "$output" "/" ""
+    output_objdir="$func_dirname_result$objdir"
+    # Create the object directory.
+    func_mkdir_p "$output_objdir"
+
+    # Determine the type of output
+    case $output in
+    "")
+      func_fatal_help "you must specify an output file"
+      ;;
+    *.$libext) linkmode=oldlib ;;
+    *.lo | *.$objext) linkmode=obj ;;
+    *.la) linkmode=lib ;;
+    *) linkmode=prog ;; # Anything else should be a program.
+    esac
+
+    specialdeplibs=
+
+    libs=
+    # Find all interdependent deplibs by searching for libraries
+    # that are linked more than once (e.g. -la -lb -la)
+    for deplib in $deplibs; do
+      if $opt_duplicate_deps ; then
+	case "$libs " in
+	*" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
+	esac
+      fi
+      libs="$libs $deplib"
+    done
+
+    if test "$linkmode" = lib; then
+      libs="$predeps $libs $compiler_lib_search_path $postdeps"
+
+      # Compute libraries that are listed more than once in $predeps
+      # $postdeps and mark them as special (i.e., whose duplicates are
+      # not to be eliminated).
+      pre_post_deps=
+      if $opt_duplicate_compiler_generated_deps; then
+	for pre_post_dep in $predeps $postdeps; do
+	  case "$pre_post_deps " in
+	  *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;;
+	  esac
+	  pre_post_deps="$pre_post_deps $pre_post_dep"
+	done
+      fi
+      pre_post_deps=
+    fi
+
+    deplibs=
+    newdependency_libs=
+    newlib_search_path=
+    need_relink=no # whether we're linking any uninstalled libtool libraries
+    notinst_deplibs= # not-installed libtool libraries
+    notinst_path= # paths that contain not-installed libtool libraries
+
+    case $linkmode in
+    lib)
+	passes="conv dlpreopen link"
+	for file in $dlfiles $dlprefiles; do
+	  case $file in
+	  *.la) ;;
+	  *)
+	    func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file"
+	    ;;
+	  esac
+	done
+	;;
+    prog)
+	compile_deplibs=
+	finalize_deplibs=
+	alldeplibs=no
+	newdlfiles=
+	newdlprefiles=
+	passes="conv scan dlopen dlpreopen link"
+	;;
+    *)  passes="conv"
+	;;
+    esac
+
+    for pass in $passes; do
+      # The preopen pass in lib mode reverses $deplibs; put it back here
+      # so that -L comes before libs that need it for instance...
+      if test "$linkmode,$pass" = "lib,link"; then
+	## FIXME: Find the place where the list is rebuilt in the wrong
+	##        order, and fix it there properly
+        tmp_deplibs=
+	for deplib in $deplibs; do
+	  tmp_deplibs="$deplib $tmp_deplibs"
+	done
+	deplibs="$tmp_deplibs"
+      fi
+
+      if test "$linkmode,$pass" = "lib,link" ||
+	 test "$linkmode,$pass" = "prog,scan"; then
+	libs="$deplibs"
+	deplibs=
+      fi
+      if test "$linkmode" = prog; then
+	case $pass in
+	dlopen) libs="$dlfiles" ;;
+	dlpreopen) libs="$dlprefiles" ;;
+	link)
+	  libs="$deplibs %DEPLIBS%"
+	  test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
+	  ;;
+	esac
+      fi
+      if test "$linkmode,$pass" = "lib,dlpreopen"; then
+	# Collect and forward deplibs of preopened libtool libs
+	for lib in $dlprefiles; do
+	  # Ignore non-libtool-libs
+	  dependency_libs=
+	  case $lib in
+	  *.la)	func_source "$lib" ;;
+	  esac
+
+	  # Collect preopened libtool deplibs, except any this library
+	  # has declared as weak libs
+	  for deplib in $dependency_libs; do
+            deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"`
+	    case " $weak_libs " in
+	    *" $deplib_base "*) ;;
+	    *) deplibs="$deplibs $deplib" ;;
+	    esac
+	  done
+	done
+	libs="$dlprefiles"
+      fi
+      if test "$pass" = dlopen; then
+	# Collect dlpreopened libraries
+	save_deplibs="$deplibs"
+	deplibs=
+      fi
+
+      for deplib in $libs; do
+	lib=
+	found=no
+	case $deplib in
+	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
+	  if test "$linkmode,$pass" = "prog,link"; then
+	    compile_deplibs="$deplib $compile_deplibs"
+	    finalize_deplibs="$deplib $finalize_deplibs"
+	  else
+	    compiler_flags="$compiler_flags $deplib"
+	    if test "$linkmode" = lib ; then
+		case "$new_inherited_linker_flags " in
+		    *" $deplib "*) ;;
+		    * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;;
+		esac
+	    fi
+	  fi
+	  continue
+	  ;;
+	-l*)
+	  if test "$linkmode" != lib && test "$linkmode" != prog; then
+	    func_warning "\`-l' is ignored for archives/objects"
+	    continue
+	  fi
+	  func_stripname '-l' '' "$deplib"
+	  name=$func_stripname_result
+	  if test "$linkmode" = lib; then
+	    searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
+	  else
+	    searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
+	  fi
+	  for searchdir in $searchdirs; do
+	    for search_ext in .la $std_shrext .so .a; do
+	      # Search the libtool library
+	      lib="$searchdir/lib${name}${search_ext}"
+	      if test -f "$lib"; then
+		if test "$search_ext" = ".la"; then
+		  found=yes
+		else
+		  found=no
+		fi
+		break 2
+	      fi
+	    done
+	  done
+	  if test "$found" != yes; then
+	    # deplib doesn't seem to be a libtool library
+	    if test "$linkmode,$pass" = "prog,link"; then
+	      compile_deplibs="$deplib $compile_deplibs"
+	      finalize_deplibs="$deplib $finalize_deplibs"
+	    else
+	      deplibs="$deplib $deplibs"
+	      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
+	    fi
+	    continue
+	  else # deplib is a libtool library
+	    # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
+	    # We need to do some special things here, and not later.
+	    if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+	      case " $predeps $postdeps " in
+	      *" $deplib "*)
+		if func_lalib_p "$lib"; then
+		  library_names=
+		  old_library=
+		  func_source "$lib"
+		  for l in $old_library $library_names; do
+		    ll="$l"
+		  done
+		  if test "X$ll" = "X$old_library" ; then # only static version available
+		    found=no
+		    func_dirname "$lib" "" "."
+		    ladir="$func_dirname_result"
+		    lib=$ladir/$old_library
+		    if test "$linkmode,$pass" = "prog,link"; then
+		      compile_deplibs="$deplib $compile_deplibs"
+		      finalize_deplibs="$deplib $finalize_deplibs"
+		    else
+		      deplibs="$deplib $deplibs"
+		      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
+		    fi
+		    continue
+		  fi
+		fi
+		;;
+	      *) ;;
+	      esac
+	    fi
+	  fi
+	  ;; # -l
+	*.ltframework)
+	  if test "$linkmode,$pass" = "prog,link"; then
+	    compile_deplibs="$deplib $compile_deplibs"
+	    finalize_deplibs="$deplib $finalize_deplibs"
+	  else
+	    deplibs="$deplib $deplibs"
+	    if test "$linkmode" = lib ; then
+		case "$new_inherited_linker_flags " in
+		    *" $deplib "*) ;;
+		    * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;;
+		esac
+	    fi
+	  fi
+	  continue
+	  ;;
+	-L*)
+	  case $linkmode in
+	  lib)
+	    deplibs="$deplib $deplibs"
+	    test "$pass" = conv && continue
+	    newdependency_libs="$deplib $newdependency_libs"
+	    func_stripname '-L' '' "$deplib"
+	    newlib_search_path="$newlib_search_path $func_stripname_result"
+	    ;;
+	  prog)
+	    if test "$pass" = conv; then
+	      deplibs="$deplib $deplibs"
+	      continue
+	    fi
+	    if test "$pass" = scan; then
+	      deplibs="$deplib $deplibs"
+	    else
+	      compile_deplibs="$deplib $compile_deplibs"
+	      finalize_deplibs="$deplib $finalize_deplibs"
+	    fi
+	    func_stripname '-L' '' "$deplib"
+	    newlib_search_path="$newlib_search_path $func_stripname_result"
+	    ;;
+	  *)
+	    func_warning "\`-L' is ignored for archives/objects"
+	    ;;
+	  esac # linkmode
+	  continue
+	  ;; # -L
+	-R*)
+	  if test "$pass" = link; then
+	    func_stripname '-R' '' "$deplib"
+	    dir=$func_stripname_result
+	    # Make sure the xrpath contains only unique directories.
+	    case "$xrpath " in
+	    *" $dir "*) ;;
+	    *) xrpath="$xrpath $dir" ;;
+	    esac
+	  fi
+	  deplibs="$deplib $deplibs"
+	  continue
+	  ;;
+	*.la) lib="$deplib" ;;
+	*.$libext)
+	  if test "$pass" = conv; then
+	    deplibs="$deplib $deplibs"
+	    continue
+	  fi
+	  case $linkmode in
+	  lib)
+	    # Linking convenience modules into shared libraries is allowed,
+	    # but linking other static libraries is non-portable.
+	    case " $dlpreconveniencelibs " in
+	    *" $deplib "*) ;;
+	    *)
+	      valid_a_lib=no
+	      case $deplibs_check_method in
+		match_pattern*)
+		  set dummy $deplibs_check_method; shift
+		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
+		  if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \
+		    | $EGREP "$match_pattern_regex" > /dev/null; then
+		    valid_a_lib=yes
+		  fi
+		;;
+		pass_all)
+		  valid_a_lib=yes
+		;;
+	      esac
+	      if test "$valid_a_lib" != yes; then
+		$ECHO
+		$ECHO "*** Warning: Trying to link with static lib archive $deplib."
+		$ECHO "*** I have the capability to make that library automatically link in when"
+		$ECHO "*** you link to this library.  But I can only do this if you have a"
+		$ECHO "*** shared version of the library, which you do not appear to have"
+		$ECHO "*** because the file extensions .$libext of this argument makes me believe"
+		$ECHO "*** that it is just a static archive that I should not use here."
+	      else
+		$ECHO
+		$ECHO "*** Warning: Linking the shared library $output against the"
+		$ECHO "*** static library $deplib is not portable!"
+		deplibs="$deplib $deplibs"
+	      fi
+	      ;;
+	    esac
+	    continue
+	    ;;
+	  prog)
+	    if test "$pass" != link; then
+	      deplibs="$deplib $deplibs"
+	    else
+	      compile_deplibs="$deplib $compile_deplibs"
+	      finalize_deplibs="$deplib $finalize_deplibs"
+	    fi
+	    continue
+	    ;;
+	  esac # linkmode
+	  ;; # *.$libext
+	*.lo | *.$objext)
+	  if test "$pass" = conv; then
+	    deplibs="$deplib $deplibs"
+	  elif test "$linkmode" = prog; then
+	    if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
+	      # If there is no dlopen support or we're linking statically,
+	      # we need to preload.
+	      newdlprefiles="$newdlprefiles $deplib"
+	      compile_deplibs="$deplib $compile_deplibs"
+	      finalize_deplibs="$deplib $finalize_deplibs"
+	    else
+	      newdlfiles="$newdlfiles $deplib"
+	    fi
+	  fi
+	  continue
+	  ;;
+	%DEPLIBS%)
+	  alldeplibs=yes
+	  continue
+	  ;;
+	esac # case $deplib
+
+	if test "$found" = yes || test -f "$lib"; then :
+	else
+	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
+	fi
+
+	# Check to see that this really is a libtool archive.
+	func_lalib_unsafe_p "$lib" \
+	  || func_fatal_error "\`$lib' is not a valid libtool archive"
+
+	func_dirname "$lib" "" "."
+	ladir="$func_dirname_result"
+
+	dlname=
+	dlopen=
+	dlpreopen=
+	libdir=
+	library_names=
+	old_library=
+	inherited_linker_flags=
+	# If the library was installed with an old release of libtool,
+	# it will not redefine variables installed, or shouldnotlink
+	installed=yes
+	shouldnotlink=no
+	avoidtemprpath=
+
+
+	# Read the .la file
+	func_source "$lib"
+
+	# Convert "-framework foo" to "foo.ltframework"
+	if test -n "$inherited_linker_flags"; then
+	  tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'`
+	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
+	    case " $new_inherited_linker_flags " in
+	      *" $tmp_inherited_linker_flag "*) ;;
+	      *) new_inherited_linker_flags="$new_inherited_linker_flags $tmp_inherited_linker_flag";;
+	    esac
+	  done
+	fi
+	dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
+	if test "$linkmode,$pass" = "lib,link" ||
+	   test "$linkmode,$pass" = "prog,scan" ||
+	   { test "$linkmode" != prog && test "$linkmode" != lib; }; then
+	  test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
+	  test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"
+	fi
+
+	if test "$pass" = conv; then
+	  # Only check for convenience libraries
+	  deplibs="$lib $deplibs"
+	  if test -z "$libdir"; then
+	    if test -z "$old_library"; then
+	      func_fatal_error "cannot find name of link library for \`$lib'"
+	    fi
+	    # It is a libtool convenience library, so add in its objects.
+	    convenience="$convenience $ladir/$objdir/$old_library"
+	    old_convenience="$old_convenience $ladir/$objdir/$old_library"
+	    tmp_libs=
+	    for deplib in $dependency_libs; do
+	      deplibs="$deplib $deplibs"
+	      if $opt_duplicate_deps ; then
+		case "$tmp_libs " in
+		*" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
+		esac
+	      fi
+	      tmp_libs="$tmp_libs $deplib"
+	    done
+	  elif test "$linkmode" != prog && test "$linkmode" != lib; then
+	    func_fatal_error "\`$lib' is not a convenience library"
+	  fi
+	  continue
+	fi # $pass = conv
+
+
+	# Get the name of the library we link against.
+	linklib=
+	for l in $old_library $library_names; do
+	  linklib="$l"
+	done
+	if test -z "$linklib"; then
+	  func_fatal_error "cannot find name of link library for \`$lib'"
+	fi
+
+	# This library was specified with -dlopen.
+	if test "$pass" = dlopen; then
+	  if test -z "$libdir"; then
+	    func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
+	  fi
+	  if test -z "$dlname" ||
+	     test "$dlopen_support" != yes ||
+	     test "$build_libtool_libs" = no; then
+	    # If there is no dlname, no dlopen support or we're linking
+	    # statically, we need to preload.  We also need to preload any
+	    # dependent libraries so libltdl's deplib preloader doesn't
+	    # bomb out in the load deplibs phase.
+	    dlprefiles="$dlprefiles $lib $dependency_libs"
+	  else
+	    newdlfiles="$newdlfiles $lib"
+	  fi
+	  continue
+	fi # $pass = dlopen
+
+	# We need an absolute path.
+	case $ladir in
+	[\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
+	*)
+	  abs_ladir=`cd "$ladir" && pwd`
+	  if test -z "$abs_ladir"; then
+	    func_warning "cannot determine absolute directory name of \`$ladir'"
+	    func_warning "passing it literally to the linker, although it might fail"
+	    abs_ladir="$ladir"
+	  fi
+	  ;;
+	esac
+	func_basename "$lib"
+	laname="$func_basename_result"
+
+	# Find the relevant object directory and library name.
+	if test "X$installed" = Xyes; then
+	  if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
+	    func_warning "library \`$lib' was moved."
+	    dir="$ladir"
+	    absdir="$abs_ladir"
+	    libdir="$abs_ladir"
+	  else
+	    dir="$libdir"
+	    absdir="$libdir"
+	  fi
+	  test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
+	else
+	  if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
+	    dir="$ladir"
+	    absdir="$abs_ladir"
+	    # Remove this search path later
+	    notinst_path="$notinst_path $abs_ladir"
+	  else
+	    dir="$ladir/$objdir"
+	    absdir="$abs_ladir/$objdir"
+	    # Remove this search path later
+	    notinst_path="$notinst_path $abs_ladir"
+	  fi
+	fi # $installed = yes
+	func_stripname 'lib' '.la' "$laname"
+	name=$func_stripname_result
+
+	# This library was specified with -dlpreopen.
+	if test "$pass" = dlpreopen; then
+	  if test -z "$libdir" && test "$linkmode" = prog; then
+	    func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
+	  fi
+	  # Prefer using a static library (so that no silly _DYNAMIC symbols
+	  # are required to link).
+	  if test -n "$old_library"; then
+	    newdlprefiles="$newdlprefiles $dir/$old_library"
+	    # Keep a list of preopened convenience libraries to check
+	    # that they are being used correctly in the link pass.
+	    test -z "$libdir" && \
+		dlpreconveniencelibs="$dlpreconveniencelibs $dir/$old_library"
+	  # Otherwise, use the dlname, so that lt_dlopen finds it.
+	  elif test -n "$dlname"; then
+	    newdlprefiles="$newdlprefiles $dir/$dlname"
+	  else
+	    newdlprefiles="$newdlprefiles $dir/$linklib"
+	  fi
+	fi # $pass = dlpreopen
+
+	if test -z "$libdir"; then
+	  # Link the convenience library
+	  if test "$linkmode" = lib; then
+	    deplibs="$dir/$old_library $deplibs"
+	  elif test "$linkmode,$pass" = "prog,link"; then
+	    compile_deplibs="$dir/$old_library $compile_deplibs"
+	    finalize_deplibs="$dir/$old_library $finalize_deplibs"
+	  else
+	    deplibs="$lib $deplibs" # used for prog,scan pass
+	  fi
+	  continue
+	fi
+
+
+	if test "$linkmode" = prog && test "$pass" != link; then
+	  newlib_search_path="$newlib_search_path $ladir"
+	  deplibs="$lib $deplibs"
+
+	  linkalldeplibs=no
+	  if test "$link_all_deplibs" != no || test -z "$library_names" ||
+	     test "$build_libtool_libs" = no; then
+	    linkalldeplibs=yes
+	  fi
+
+	  tmp_libs=
+	  for deplib in $dependency_libs; do
+	    case $deplib in
+	    -L*) func_stripname '-L' '' "$deplib"
+	         newlib_search_path="$newlib_search_path $func_stripname_result"
+		 ;;
+	    esac
+	    # Need to link against all dependency_libs?
+	    if test "$linkalldeplibs" = yes; then
+	      deplibs="$deplib $deplibs"
+	    else
+	      # Need to hardcode shared library paths
+	      # or/and link against static libraries
+	      newdependency_libs="$deplib $newdependency_libs"
+	    fi
+	    if $opt_duplicate_deps ; then
+	      case "$tmp_libs " in
+	      *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
+	      esac
+	    fi
+	    tmp_libs="$tmp_libs $deplib"
+	  done # for deplib
+	  continue
+	fi # $linkmode = prog...
+
+	if test "$linkmode,$pass" = "prog,link"; then
+	  if test -n "$library_names" &&
+	     { { test "$prefer_static_libs" = no ||
+	         test "$prefer_static_libs,$installed" = "built,yes"; } ||
+	       test -z "$old_library"; }; then
+	    # We need to hardcode the library path
+	    if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
+	      # Make sure the rpath contains only unique directories.
+	      case "$temp_rpath:" in
+	      *"$absdir:"*) ;;
+	      *) temp_rpath="$temp_rpath$absdir:" ;;
+	      esac
+	    fi
+
+	    # Hardcode the library path.
+	    # Skip directories that are in the system default run-time
+	    # search path.
+	    case " $sys_lib_dlsearch_path " in
+	    *" $absdir "*) ;;
+	    *)
+	      case "$compile_rpath " in
+	      *" $absdir "*) ;;
+	      *) compile_rpath="$compile_rpath $absdir"
+	      esac
+	      ;;
+	    esac
+	    case " $sys_lib_dlsearch_path " in
+	    *" $libdir "*) ;;
+	    *)
+	      case "$finalize_rpath " in
+	      *" $libdir "*) ;;
+	      *) finalize_rpath="$finalize_rpath $libdir"
+	      esac
+	      ;;
+	    esac
+	  fi # $linkmode,$pass = prog,link...
+
+	  if test "$alldeplibs" = yes &&
+	     { test "$deplibs_check_method" = pass_all ||
+	       { test "$build_libtool_libs" = yes &&
+		 test -n "$library_names"; }; }; then
+	    # We only need to search for static libraries
+	    continue
+	  fi
+	fi
+
+	link_static=no # Whether the deplib will be linked statically
+	use_static_libs=$prefer_static_libs
+	if test "$use_static_libs" = built && test "$installed" = yes; then
+	  use_static_libs=no
+	fi
+	if test -n "$library_names" &&
+	   { test "$use_static_libs" = no || test -z "$old_library"; }; then
+	  case $host in
+	  *cygwin* | *mingw* | *cegcc*)
+	      # No point in relinking DLLs because paths are not encoded
+	      notinst_deplibs="$notinst_deplibs $lib"
+	      need_relink=no
+	    ;;
+	  *)
+	    if test "$installed" = no; then
+	      notinst_deplibs="$notinst_deplibs $lib"
+	      need_relink=yes
+	    fi
+	    ;;
+	  esac
+	  # This is a shared library
+
+	  # Warn about portability, can't link against -module's on some
+	  # systems (darwin).  Don't bleat about dlopened modules though!
+	  dlopenmodule=""
+	  for dlpremoduletest in $dlprefiles; do
+	    if test "X$dlpremoduletest" = "X$lib"; then
+	      dlopenmodule="$dlpremoduletest"
+	      break
+	    fi
+	  done
+	  if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
+	    $ECHO
+	    if test "$linkmode" = prog; then
+	      $ECHO "*** Warning: Linking the executable $output against the loadable module"
+	    else
+	      $ECHO "*** Warning: Linking the shared library $output against the loadable module"
+	    fi
+	    $ECHO "*** $linklib is not portable!"
+	  fi
+	  if test "$linkmode" = lib &&
+	     test "$hardcode_into_libs" = yes; then
+	    # Hardcode the library path.
+	    # Skip directories that are in the system default run-time
+	    # search path.
+	    case " $sys_lib_dlsearch_path " in
+	    *" $absdir "*) ;;
+	    *)
+	      case "$compile_rpath " in
+	      *" $absdir "*) ;;
+	      *) compile_rpath="$compile_rpath $absdir"
+	      esac
+	      ;;
+	    esac
+	    case " $sys_lib_dlsearch_path " in
+	    *" $libdir "*) ;;
+	    *)
+	      case "$finalize_rpath " in
+	      *" $libdir "*) ;;
+	      *) finalize_rpath="$finalize_rpath $libdir"
+	      esac
+	      ;;
+	    esac
+	  fi
+
+	  if test -n "$old_archive_from_expsyms_cmds"; then
+	    # figure out the soname
+	    set dummy $library_names
+	    shift
+	    realname="$1"
+	    shift
+	    libname=`eval "\\$ECHO \"$libname_spec\""`
+	    # use dlname if we got it. it's perfectly good, no?
+	    if test -n "$dlname"; then
+	      soname="$dlname"
+	    elif test -n "$soname_spec"; then
+	      # bleh windows
+	      case $host in
+	      *cygwin* | mingw* | *cegcc*)
+	        func_arith $current - $age
+		major=$func_arith_result
+		versuffix="-$major"
+		;;
+	      esac
+	      eval soname=\"$soname_spec\"
+	    else
+	      soname="$realname"
+	    fi
+
+	    # Make a new name for the extract_expsyms_cmds to use
+	    soroot="$soname"
+	    func_basename "$soroot"
+	    soname="$func_basename_result"
+	    func_stripname 'lib' '.dll' "$soname"
+	    newlib=libimp-$func_stripname_result.a
+
+	    # If the library has no export list, then create one now
+	    if test -f "$output_objdir/$soname-def"; then :
+	    else
+	      func_verbose "extracting exported symbol list from \`$soname'"
+	      func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
+	    fi
+
+	    # Create $newlib
+	    if test -f "$output_objdir/$newlib"; then :; else
+	      func_verbose "generating import library for \`$soname'"
+	      func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
+	    fi
+	    # make sure the library variables are pointing to the new library
+	    dir=$output_objdir
+	    linklib=$newlib
+	  fi # test -n "$old_archive_from_expsyms_cmds"
+
+	  if test "$linkmode" = prog || test "$mode" != relink; then
+	    add_shlibpath=
+	    add_dir=
+	    add=
+	    lib_linked=yes
+	    case $hardcode_action in
+	    immediate | unsupported)
+	      if test "$hardcode_direct" = no; then
+		add="$dir/$linklib"
+		case $host in
+		  *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
+		  *-*-sysv4*uw2*) add_dir="-L$dir" ;;
+		  *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
+		    *-*-unixware7*) add_dir="-L$dir" ;;
+		  *-*-darwin* )
+		    # if the lib is a (non-dlopened) module then we can not
+		    # link against it, someone is ignoring the earlier warnings
+		    if /usr/bin/file -L $add 2> /dev/null |
+			 $GREP ": [^:]* bundle" >/dev/null ; then
+		      if test "X$dlopenmodule" != "X$lib"; then
+			$ECHO "*** Warning: lib $linklib is a module, not a shared library"
+			if test -z "$old_library" ; then
+			  $ECHO
+			  $ECHO "*** And there doesn't seem to be a static archive available"
+			  $ECHO "*** The link will probably fail, sorry"
+			else
+			  add="$dir/$old_library"
+			fi
+		      elif test -n "$old_library"; then
+			add="$dir/$old_library"
+		      fi
+		    fi
+		esac
+	      elif test "$hardcode_minus_L" = no; then
+		case $host in
+		*-*-sunos*) add_shlibpath="$dir" ;;
+		esac
+		add_dir="-L$dir"
+		add="-l$name"
+	      elif test "$hardcode_shlibpath_var" = no; then
+		add_shlibpath="$dir"
+		add="-l$name"
+	      else
+		lib_linked=no
+	      fi
+	      ;;
+	    relink)
+	      if test "$hardcode_direct" = yes &&
+	         test "$hardcode_direct_absolute" = no; then
+		add="$dir/$linklib"
+	      elif test "$hardcode_minus_L" = yes; then
+		add_dir="-L$dir"
+		# Try looking first in the location we're being installed to.
+		if test -n "$inst_prefix_dir"; then
+		  case $libdir in
+		    [\\/]*)
+		      add_dir="$add_dir -L$inst_prefix_dir$libdir"
+		      ;;
+		  esac
+		fi
+		add="-l$name"
+	      elif test "$hardcode_shlibpath_var" = yes; then
+		add_shlibpath="$dir"
+		add="-l$name"
+	      else
+		lib_linked=no
+	      fi
+	      ;;
+	    *) lib_linked=no ;;
+	    esac
+
+	    if test "$lib_linked" != yes; then
+	      func_fatal_configuration "unsupported hardcode properties"
+	    fi
+
+	    if test -n "$add_shlibpath"; then
+	      case :$compile_shlibpath: in
+	      *":$add_shlibpath:"*) ;;
+	      *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;;
+	      esac
+	    fi
+	    if test "$linkmode" = prog; then
+	      test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
+	      test -n "$add" && compile_deplibs="$add $compile_deplibs"
+	    else
+	      test -n "$add_dir" && deplibs="$add_dir $deplibs"
+	      test -n "$add" && deplibs="$add $deplibs"
+	      if test "$hardcode_direct" != yes &&
+		 test "$hardcode_minus_L" != yes &&
+		 test "$hardcode_shlibpath_var" = yes; then
+		case :$finalize_shlibpath: in
+		*":$libdir:"*) ;;
+		*) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
+		esac
+	      fi
+	    fi
+	  fi
+
+	  if test "$linkmode" = prog || test "$mode" = relink; then
+	    add_shlibpath=
+	    add_dir=
+	    add=
+	    # Finalize command for both is simple: just hardcode it.
+	    if test "$hardcode_direct" = yes &&
+	       test "$hardcode_direct_absolute" = no; then
+	      add="$libdir/$linklib"
+	    elif test "$hardcode_minus_L" = yes; then
+	      add_dir="-L$libdir"
+	      add="-l$name"
+	    elif test "$hardcode_shlibpath_var" = yes; then
+	      case :$finalize_shlibpath: in
+	      *":$libdir:"*) ;;
+	      *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
+	      esac
+	      add="-l$name"
+	    elif test "$hardcode_automatic" = yes; then
+	      if test -n "$inst_prefix_dir" &&
+		 test -f "$inst_prefix_dir$libdir/$linklib" ; then
+		add="$inst_prefix_dir$libdir/$linklib"
+	      else
+		add="$libdir/$linklib"
+	      fi
+	    else
+	      # We cannot seem to hardcode it, guess we'll fake it.
+	      add_dir="-L$libdir"
+	      # Try looking first in the location we're being installed to.
+	      if test -n "$inst_prefix_dir"; then
+		case $libdir in
+		  [\\/]*)
+		    add_dir="$add_dir -L$inst_prefix_dir$libdir"
+		    ;;
+		esac
+	      fi
+	      add="-l$name"
+	    fi
+
+	    if test "$linkmode" = prog; then
+	      test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
+	      test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
+	    else
+	      test -n "$add_dir" && deplibs="$add_dir $deplibs"
+	      test -n "$add" && deplibs="$add $deplibs"
+	    fi
+	  fi
+	elif test "$linkmode" = prog; then
+	  # Here we assume that one of hardcode_direct or hardcode_minus_L
+	  # is not unsupported.  This is valid on all known static and
+	  # shared platforms.
+	  if test "$hardcode_direct" != unsupported; then
+	    test -n "$old_library" && linklib="$old_library"
+	    compile_deplibs="$dir/$linklib $compile_deplibs"
+	    finalize_deplibs="$dir/$linklib $finalize_deplibs"
+	  else
+	    compile_deplibs="-l$name -L$dir $compile_deplibs"
+	    finalize_deplibs="-l$name -L$dir $finalize_deplibs"
+	  fi
+	elif test "$build_libtool_libs" = yes; then
+	  # Not a shared library
+	  if test "$deplibs_check_method" != pass_all; then
+	    # We're trying link a shared library against a static one
+	    # but the system doesn't support it.
+
+	    # Just print a warning and add the library to dependency_libs so
+	    # that the program can be linked against the static library.
+	    $ECHO
+	    $ECHO "*** Warning: This system can not link to static lib archive $lib."
+	    $ECHO "*** I have the capability to make that library automatically link in when"
+	    $ECHO "*** you link to this library.  But I can only do this if you have a"
+	    $ECHO "*** shared version of the library, which you do not appear to have."
+	    if test "$module" = yes; then
+	      $ECHO "*** But as you try to build a module library, libtool will still create "
+	      $ECHO "*** a static module, that should work as long as the dlopening application"
+	      $ECHO "*** is linked with the -dlopen flag to resolve symbols at runtime."
+	      if test -z "$global_symbol_pipe"; then
+		$ECHO
+		$ECHO "*** However, this would only work if libtool was able to extract symbol"
+		$ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could"
+		$ECHO "*** not find such a program.  So, this module is probably useless."
+		$ECHO "*** \`nm' from GNU binutils and a full rebuild may help."
+	      fi
+	      if test "$build_old_libs" = no; then
+		build_libtool_libs=module
+		build_old_libs=yes
+	      else
+		build_libtool_libs=no
+	      fi
+	    fi
+	  else
+	    deplibs="$dir/$old_library $deplibs"
+	    link_static=yes
+	  fi
+	fi # link shared/static library?
+
+	if test "$linkmode" = lib; then
+	  if test -n "$dependency_libs" &&
+	     { test "$hardcode_into_libs" != yes ||
+	       test "$build_old_libs" = yes ||
+	       test "$link_static" = yes; }; then
+	    # Extract -R from dependency_libs
+	    temp_deplibs=
+	    for libdir in $dependency_libs; do
+	      case $libdir in
+	      -R*) func_stripname '-R' '' "$libdir"
+	           temp_xrpath=$func_stripname_result
+		   case " $xrpath " in
+		   *" $temp_xrpath "*) ;;
+		   *) xrpath="$xrpath $temp_xrpath";;
+		   esac;;
+	      *) temp_deplibs="$temp_deplibs $libdir";;
+	      esac
+	    done
+	    dependency_libs="$temp_deplibs"
+	  fi
+
+	  newlib_search_path="$newlib_search_path $absdir"
+	  # Link against this library
+	  test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
+	  # ... and its dependency_libs
+	  tmp_libs=
+	  for deplib in $dependency_libs; do
+	    newdependency_libs="$deplib $newdependency_libs"
+	    if $opt_duplicate_deps ; then
+	      case "$tmp_libs " in
+	      *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
+	      esac
+	    fi
+	    tmp_libs="$tmp_libs $deplib"
+	  done
+
+	  if test "$link_all_deplibs" != no; then
+	    # Add the search paths of all dependency libraries
+	    for deplib in $dependency_libs; do
+	      path=
+	      case $deplib in
+	      -L*) path="$deplib" ;;
+	      *.la)
+	        func_dirname "$deplib" "" "."
+		dir="$func_dirname_result"
+		# We need an absolute path.
+		case $dir in
+		[\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;
+		*)
+		  absdir=`cd "$dir" && pwd`
+		  if test -z "$absdir"; then
+		    func_warning "cannot determine absolute directory name of \`$dir'"
+		    absdir="$dir"
+		  fi
+		  ;;
+		esac
+		if $GREP "^installed=no" $deplib > /dev/null; then
+		case $host in
+		*-*-darwin*)
+		  depdepl=
+		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
+		  if test -n "$deplibrary_names" ; then
+		    for tmp in $deplibrary_names ; do
+		      depdepl=$tmp
+		    done
+		    if test -f "$absdir/$objdir/$depdepl" ; then
+		      depdepl="$absdir/$objdir/$depdepl"
+		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
+                      if test -z "$darwin_install_name"; then
+                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
+                      fi
+		      compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
+		      linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}"
+		      path=
+		    fi
+		  fi
+		  ;;
+		*)
+		  path="-L$absdir/$objdir"
+		  ;;
+		esac
+		else
+		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
+		  test -z "$libdir" && \
+		    func_fatal_error "\`$deplib' is not a valid libtool archive"
+		  test "$absdir" != "$libdir" && \
+		    func_warning "\`$deplib' seems to be moved"
+
+		  path="-L$absdir"
+		fi
+		;;
+	      esac
+	      case " $deplibs " in
+	      *" $path "*) ;;
+	      *) deplibs="$path $deplibs" ;;
+	      esac
+	    done
+	  fi # link_all_deplibs != no
+	fi # linkmode = lib
+      done # for deplib in $libs
+      if test "$pass" = link; then
+	if test "$linkmode" = "prog"; then
+	  compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
+	  finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
+	else
+	  compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
+	fi
+      fi
+      dependency_libs="$newdependency_libs"
+      if test "$pass" = dlpreopen; then
+	# Link the dlpreopened libraries before other libraries
+	for deplib in $save_deplibs; do
+	  deplibs="$deplib $deplibs"
+	done
+      fi
+      if test "$pass" != dlopen; then
+	if test "$pass" != conv; then
+	  # Make sure lib_search_path contains only unique directories.
+	  lib_search_path=
+	  for dir in $newlib_search_path; do
+	    case "$lib_search_path " in
+	    *" $dir "*) ;;
+	    *) lib_search_path="$lib_search_path $dir" ;;
+	    esac
+	  done
+	  newlib_search_path=
+	fi
+
+	if test "$linkmode,$pass" != "prog,link"; then
+	  vars="deplibs"
+	else
+	  vars="compile_deplibs finalize_deplibs"
+	fi
+	for var in $vars dependency_libs; do
+	  # Add libraries to $var in reverse order
+	  eval tmp_libs=\"\$$var\"
+	  new_libs=
+	  for deplib in $tmp_libs; do
+	    # FIXME: Pedantically, this is the right thing to do, so
+	    #        that some nasty dependency loop isn't accidentally
+	    #        broken:
+	    #new_libs="$deplib $new_libs"
+	    # Pragmatically, this seems to cause very few problems in
+	    # practice:
+	    case $deplib in
+	    -L*) new_libs="$deplib $new_libs" ;;
+	    -R*) ;;
+	    *)
+	      # And here is the reason: when a library appears more
+	      # than once as an explicit dependence of a library, or
+	      # is implicitly linked in more than once by the
+	      # compiler, it is considered special, and multiple
+	      # occurrences thereof are not removed.  Compare this
+	      # with having the same library being listed as a
+	      # dependency of multiple other libraries: in this case,
+	      # we know (pedantically, we assume) the library does not
+	      # need to be listed more than once, so we keep only the
+	      # last copy.  This is not always right, but it is rare
+	      # enough that we require users that really mean to play
+	      # such unportable linking tricks to link the library
+	      # using -Wl,-lname, so that libtool does not consider it
+	      # for duplicate removal.
+	      case " $specialdeplibs " in
+	      *" $deplib "*) new_libs="$deplib $new_libs" ;;
+	      *)
+		case " $new_libs " in
+		*" $deplib "*) ;;
+		*) new_libs="$deplib $new_libs" ;;
+		esac
+		;;
+	      esac
+	      ;;
+	    esac
+	  done
+	  tmp_libs=
+	  for deplib in $new_libs; do
+	    case $deplib in
+	    -L*)
+	      case " $tmp_libs " in
+	      *" $deplib "*) ;;
+	      *) tmp_libs="$tmp_libs $deplib" ;;
+	      esac
+	      ;;
+	    *) tmp_libs="$tmp_libs $deplib" ;;
+	    esac
+	  done
+	  eval $var=\"$tmp_libs\"
+	done # for var
+      fi
+      # Last step: remove runtime libs from dependency_libs
+      # (they stay in deplibs)
+      tmp_libs=
+      for i in $dependency_libs ; do
+	case " $predeps $postdeps $compiler_lib_search_path " in
+	*" $i "*)
+	  i=""
+	  ;;
+	esac
+	if test -n "$i" ; then
+	  tmp_libs="$tmp_libs $i"
+	fi
+      done
+      dependency_libs=$tmp_libs
+    done # for pass
+    if test "$linkmode" = prog; then
+      dlfiles="$newdlfiles"
+    fi
+    if test "$linkmode" = prog || test "$linkmode" = lib; then
+      dlprefiles="$newdlprefiles"
+    fi
+
+    case $linkmode in
+    oldlib)
+      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
+	func_warning "\`-dlopen' is ignored for archives"
+      fi
+
+      case " $deplibs" in
+      *\ -l* | *\ -L*)
+	func_warning "\`-l' and \`-L' are ignored for archives" ;;
+      esac
+
+      test -n "$rpath" && \
+	func_warning "\`-rpath' is ignored for archives"
+
+      test -n "$xrpath" && \
+	func_warning "\`-R' is ignored for archives"
+
+      test -n "$vinfo" && \
+	func_warning "\`-version-info/-version-number' is ignored for archives"
+
+      test -n "$release" && \
+	func_warning "\`-release' is ignored for archives"
+
+      test -n "$export_symbols$export_symbols_regex" && \
+	func_warning "\`-export-symbols' is ignored for archives"
+
+      # Now set the variables for building old libraries.
+      build_libtool_libs=no
+      oldlibs="$output"
+      objs="$objs$old_deplibs"
+      ;;
+
+    lib)
+      # Make sure we only generate libraries of the form `libNAME.la'.
+      case $outputname in
+      lib*)
+	func_stripname 'lib' '.la' "$outputname"
+	name=$func_stripname_result
+	eval shared_ext=\"$shrext_cmds\"
+	eval libname=\"$libname_spec\"
+	;;
+      *)
+	test "$module" = no && \
+	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
+
+	if test "$need_lib_prefix" != no; then
+	  # Add the "lib" prefix for modules if required
+	  func_stripname '' '.la' "$outputname"
+	  name=$func_stripname_result
+	  eval shared_ext=\"$shrext_cmds\"
+	  eval libname=\"$libname_spec\"
+	else
+	  func_stripname '' '.la' "$outputname"
+	  libname=$func_stripname_result
+	fi
+	;;
+      esac
+
+      if test -n "$objs"; then
+	if test "$deplibs_check_method" != pass_all; then
+	  func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
+	else
+	  $ECHO
+	  $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
+	  $ECHO "*** objects $objs is not portable!"
+	  libobjs="$libobjs $objs"
+	fi
+      fi
+
+      test "$dlself" != no && \
+	func_warning "\`-dlopen self' is ignored for libtool libraries"
+
+      set dummy $rpath
+      shift
+      test "$#" -gt 1 && \
+	func_warning "ignoring multiple \`-rpath's for a libtool library"
+
+      install_libdir="$1"
+
+      oldlibs=
+      if test -z "$rpath"; then
+	if test "$build_libtool_libs" = yes; then
+	  # Building a libtool convenience library.
+	  # Some compilers have problems with a `.al' extension so
+	  # convenience libraries should have the same extension an
+	  # archive normally would.
+	  oldlibs="$output_objdir/$libname.$libext $oldlibs"
+	  build_libtool_libs=convenience
+	  build_old_libs=yes
+	fi
+
+	test -n "$vinfo" && \
+	  func_warning "\`-version-info/-version-number' is ignored for convenience libraries"
+
+	test -n "$release" && \
+	  func_warning "\`-release' is ignored for convenience libraries"
+      else
+
+	# Parse the version information argument.
+	save_ifs="$IFS"; IFS=':'
+	set dummy $vinfo 0 0 0
+	shift
+	IFS="$save_ifs"
+
+	test -n "$7" && \
+	  func_fatal_help "too many parameters to \`-version-info'"
+
+	# convert absolute version numbers to libtool ages
+	# this retains compatibility with .la files and attempts
+	# to make the code below a bit more comprehensible
+
+	case $vinfo_number in
+	yes)
+	  number_major="$1"
+	  number_minor="$2"
+	  number_revision="$3"
+	  #
+	  # There are really only two kinds -- those that
+	  # use the current revision as the major version
+	  # and those that subtract age and use age as
+	  # a minor version.  But, then there is irix
+	  # which has an extra 1 added just for fun
+	  #
+	  case $version_type in
+	  darwin|linux|osf|windows|none)
+	    func_arith $number_major + $number_minor
+	    current=$func_arith_result
+	    age="$number_minor"
+	    revision="$number_revision"
+	    ;;
+	  freebsd-aout|freebsd-elf|sunos)
+	    current="$number_major"
+	    revision="$number_minor"
+	    age="0"
+	    ;;
+	  irix|nonstopux)
+	    func_arith $number_major + $number_minor
+	    current=$func_arith_result
+	    age="$number_minor"
+	    revision="$number_minor"
+	    lt_irix_increment=no
+	    ;;
+	  *)
+	    func_fatal_configuration "$modename: unknown library version type \`$version_type'"
+	    ;;
+	  esac
+	  ;;
+	no)
+	  current="$1"
+	  revision="$2"
+	  age="$3"
+	  ;;
+	esac
+
+	# Check that each of the things are valid numbers.
+	case $current in
+	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
+	*)
+	  func_error "CURRENT \`$current' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
+	  ;;
+	esac
+
+	case $revision in
+	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
+	*)
+	  func_error "REVISION \`$revision' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
+	  ;;
+	esac
+
+	case $age in
+	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
+	*)
+	  func_error "AGE \`$age' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
+	  ;;
+	esac
+
+	if test "$age" -gt "$current"; then
+	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
+	  func_fatal_error "\`$vinfo' is not valid version information"
+	fi
+
+	# Calculate the version variables.
+	major=
+	versuffix=
+	verstring=
+	case $version_type in
+	none) ;;
+
+	darwin)
+	  # Like Linux, but with the current version available in
+	  # verstring for coding it into the library header
+	  func_arith $current - $age
+	  major=.$func_arith_result
+	  versuffix="$major.$age.$revision"
+	  # Darwin ld doesn't like 0 for these options...
+	  func_arith $current + 1
+	  minor_current=$func_arith_result
+	  xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
+	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
+	  ;;
+
+	freebsd-aout)
+	  major=".$current"
+	  versuffix=".$current.$revision";
+	  ;;
+
+	freebsd-elf)
+	  major=".$current"
+	  versuffix=".$current"
+	  ;;
+
+	irix | nonstopux)
+	  if test "X$lt_irix_increment" = "Xno"; then
+	    func_arith $current - $age
+	  else
+	    func_arith $current - $age + 1
+	  fi
+	  major=$func_arith_result
+
+	  case $version_type in
+	    nonstopux) verstring_prefix=nonstopux ;;
+	    *)         verstring_prefix=sgi ;;
+	  esac
+	  verstring="$verstring_prefix$major.$revision"
+
+	  # Add in all the interfaces that we are compatible with.
+	  loop=$revision
+	  while test "$loop" -ne 0; do
+	    func_arith $revision - $loop
+	    iface=$func_arith_result
+	    func_arith $loop - 1
+	    loop=$func_arith_result
+	    verstring="$verstring_prefix$major.$iface:$verstring"
+	  done
+
+	  # Before this point, $major must not contain `.'.
+	  major=.$major
+	  versuffix="$major.$revision"
+	  ;;
+
+	linux)
+	  func_arith $current - $age
+	  major=.$func_arith_result
+	  versuffix="$major.$age.$revision"
+	  ;;
+
+	osf)
+	  func_arith $current - $age
+	  major=.$func_arith_result
+	  versuffix=".$current.$age.$revision"
+	  verstring="$current.$age.$revision"
+
+	  # Add in all the interfaces that we are compatible with.
+	  loop=$age
+	  while test "$loop" -ne 0; do
+	    func_arith $current - $loop
+	    iface=$func_arith_result
+	    func_arith $loop - 1
+	    loop=$func_arith_result
+	    verstring="$verstring:${iface}.0"
+	  done
+
+	  # Make executables depend on our current version.
+	  verstring="$verstring:${current}.0"
+	  ;;
+
+	qnx)
+	  major=".$current"
+	  versuffix=".$current"
+	  ;;
+
+	sunos)
+	  major=".$current"
+	  versuffix=".$current.$revision"
+	  ;;
+
+	windows)
+	  # Use '-' rather than '.', since we only want one
+	  # extension on DOS 8.3 filesystems.
+	  func_arith $current - $age
+	  major=$func_arith_result
+	  versuffix="-$major"
+	  ;;
+
+	*)
+	  func_fatal_configuration "unknown library version type \`$version_type'"
+	  ;;
+	esac
+
+	# Clear the version info if we defaulted, and they specified a release.
+	if test -z "$vinfo" && test -n "$release"; then
+	  major=
+	  case $version_type in
+	  darwin)
+	    # we can't check for "0.0" in archive_cmds due to quoting
+	    # problems, so we reset it completely
+	    verstring=
+	    ;;
+	  *)
+	    verstring="0.0"
+	    ;;
+	  esac
+	  if test "$need_version" = no; then
+	    versuffix=
+	  else
+	    versuffix=".0.0"
+	  fi
+	fi
+
+	# Remove version info from name if versioning should be avoided
+	if test "$avoid_version" = yes && test "$need_version" = no; then
+	  major=
+	  versuffix=
+	  verstring=""
+	fi
+
+	# Check to see if the archive will have undefined symbols.
+	if test "$allow_undefined" = yes; then
+	  if test "$allow_undefined_flag" = unsupported; then
+	    func_warning "undefined symbols not allowed in $host shared libraries"
+	    build_libtool_libs=no
+	    build_old_libs=yes
+	  fi
+	else
+	  # Don't allow undefined symbols.
+	  allow_undefined_flag="$no_undefined_flag"
+	fi
+
+      fi
+
+      func_generate_dlsyms "$libname" "$libname" "yes"
+      libobjs="$libobjs $symfileobj"
+      test "X$libobjs" = "X " && libobjs=
+
+      if test "$mode" != relink; then
+	# Remove our outputs, but don't remove object files since they
+	# may have been created when compiling PIC objects.
+	removelist=
+	tempremovelist=`$ECHO "$output_objdir/*"`
+	for p in $tempremovelist; do
+	  case $p in
+	    *.$objext | *.gcno)
+	       ;;
+	    $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
+	       if test "X$precious_files_regex" != "X"; then
+		 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
+		 then
+		   continue
+		 fi
+	       fi
+	       removelist="$removelist $p"
+	       ;;
+	    *) ;;
+	  esac
+	done
+	test -n "$removelist" && \
+	  func_show_eval "${RM}r \$removelist"
+      fi
+
+      # Now set the variables for building old libraries.
+      if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
+	oldlibs="$oldlibs $output_objdir/$libname.$libext"
+
+	# Transform .lo files to .o files.
+	oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
+      fi
+
+      # Eliminate all temporary directories.
+      #for path in $notinst_path; do
+      #	lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"`
+      #	deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"`
+      #	dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"`
+      #done
+
+      if test -n "$xrpath"; then
+	# If the user specified any rpath flags, then add them.
+	temp_xrpath=
+	for libdir in $xrpath; do
+	  temp_xrpath="$temp_xrpath -R$libdir"
+	  case "$finalize_rpath " in
+	  *" $libdir "*) ;;
+	  *) finalize_rpath="$finalize_rpath $libdir" ;;
+	  esac
+	done
+	if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
+	  dependency_libs="$temp_xrpath $dependency_libs"
+	fi
+      fi
+
+      # Make sure dlfiles contains only unique files that won't be dlpreopened
+      old_dlfiles="$dlfiles"
+      dlfiles=
+      for lib in $old_dlfiles; do
+	case " $dlprefiles $dlfiles " in
+	*" $lib "*) ;;
+	*) dlfiles="$dlfiles $lib" ;;
+	esac
+      done
+
+      # Make sure dlprefiles contains only unique files
+      old_dlprefiles="$dlprefiles"
+      dlprefiles=
+      for lib in $old_dlprefiles; do
+	case "$dlprefiles " in
+	*" $lib "*) ;;
+	*) dlprefiles="$dlprefiles $lib" ;;
+	esac
+      done
+
+      if test "$build_libtool_libs" = yes; then
+	if test -n "$rpath"; then
+	  case $host in
+	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*)
+	    # these systems don't actually have a c library (as such)!
+	    ;;
+	  *-*-rhapsody* | *-*-darwin1.[012])
+	    # Rhapsody C library is in the System framework
+	    deplibs="$deplibs System.ltframework"
+	    ;;
+	  *-*-netbsd*)
+	    # Don't link with libc until the a.out ld.so is fixed.
+	    ;;
+	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
+	    # Do not include libc due to us having libc/libc_r.
+	    ;;
+	  *-*-sco3.2v5* | *-*-sco5v6*)
+	    # Causes problems with __ctype
+	    ;;
+	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
+	    # Compiler inserts libc in the correct place for threads to work
+	    ;;
+	  *)
+	    # Add libc to deplibs on all other systems if necessary.
+	    if test "$build_libtool_need_lc" = "yes"; then
+	      deplibs="$deplibs -lc"
+	    fi
+	    ;;
+	  esac
+	fi
+
+	# Transform deplibs into only deplibs that can be linked in shared.
+	name_save=$name
+	libname_save=$libname
+	release_save=$release
+	versuffix_save=$versuffix
+	major_save=$major
+	# I'm not sure if I'm treating the release correctly.  I think
+	# release should show up in the -l (ie -lgmp5) so we don't want to
+	# add it in twice.  Is that correct?
+	release=""
+	versuffix=""
+	major=""
+	newdeplibs=
+	droppeddeps=no
+	case $deplibs_check_method in
+	pass_all)
+	  # Don't check for shared/static.  Everything works.
+	  # This might be a little naive.  We might want to check
+	  # whether the library exists or not.  But this is on
+	  # osf3 & osf4 and I'm not really sure... Just
+	  # implementing what was already the behavior.
+	  newdeplibs=$deplibs
+	  ;;
+	test_compile)
+	  # This code stresses the "libraries are programs" paradigm to its
+	  # limits. Maybe even breaks it.  We compile a program, linking it
+	  # against the deplibs as a proxy for the library.  Then we can check
+	  # whether they linked in statically or dynamically with ldd.
+	  $opt_dry_run || $RM conftest.c
+	  cat > conftest.c <<EOF
+	  int main() { return 0; }
+EOF
+	  $opt_dry_run || $RM conftest
+	  if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
+	    ldd_output=`ldd conftest`
+	    for i in $deplibs; do
+	      case $i in
+	      -l*)
+		func_stripname -l '' "$i"
+		name=$func_stripname_result
+		if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+		  case " $predeps $postdeps " in
+		  *" $i "*)
+		    newdeplibs="$newdeplibs $i"
+		    i=""
+		    ;;
+		  esac
+		fi
+		if test -n "$i" ; then
+		  libname=`eval "\\$ECHO \"$libname_spec\""`
+		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
+		  set dummy $deplib_matches; shift
+		  deplib_match=$1
+		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
+		    newdeplibs="$newdeplibs $i"
+		  else
+		    droppeddeps=yes
+		    $ECHO
+		    $ECHO "*** Warning: dynamic linker does not accept needed library $i."
+		    $ECHO "*** I have the capability to make that library automatically link in when"
+		    $ECHO "*** you link to this library.  But I can only do this if you have a"
+		    $ECHO "*** shared version of the library, which I believe you do not have"
+		    $ECHO "*** because a test_compile did reveal that the linker did not use it for"
+		    $ECHO "*** its dynamic dependency list that programs get resolved with at runtime."
+		  fi
+		fi
+		;;
+	      *)
+		newdeplibs="$newdeplibs $i"
+		;;
+	      esac
+	    done
+	  else
+	    # Error occurred in the first compile.  Let's try to salvage
+	    # the situation: Compile a separate program for each library.
+	    for i in $deplibs; do
+	      case $i in
+	      -l*)
+		func_stripname -l '' "$i"
+		name=$func_stripname_result
+		$opt_dry_run || $RM conftest
+		if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
+		  ldd_output=`ldd conftest`
+		  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+		    case " $predeps $postdeps " in
+		    *" $i "*)
+		      newdeplibs="$newdeplibs $i"
+		      i=""
+		      ;;
+		    esac
+		  fi
+		  if test -n "$i" ; then
+		    libname=`eval "\\$ECHO \"$libname_spec\""`
+		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
+		    set dummy $deplib_matches; shift
+		    deplib_match=$1
+		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
+		      newdeplibs="$newdeplibs $i"
+		    else
+		      droppeddeps=yes
+		      $ECHO
+		      $ECHO "*** Warning: dynamic linker does not accept needed library $i."
+		      $ECHO "*** I have the capability to make that library automatically link in when"
+		      $ECHO "*** you link to this library.  But I can only do this if you have a"
+		      $ECHO "*** shared version of the library, which you do not appear to have"
+		      $ECHO "*** because a test_compile did reveal that the linker did not use this one"
+		      $ECHO "*** as a dynamic dependency that programs can get resolved with at runtime."
+		    fi
+		  fi
+		else
+		  droppeddeps=yes
+		  $ECHO
+		  $ECHO "*** Warning!  Library $i is needed by this library but I was not able to"
+		  $ECHO "*** make it link in!  You will probably need to install it or some"
+		  $ECHO "*** library that it depends on before this library will be fully"
+		  $ECHO "*** functional.  Installing it before continuing would be even better."
+		fi
+		;;
+	      *)
+		newdeplibs="$newdeplibs $i"
+		;;
+	      esac
+	    done
+	  fi
+	  ;;
+	file_magic*)
+	  set dummy $deplibs_check_method; shift
+	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
+	  for a_deplib in $deplibs; do
+	    case $a_deplib in
+	    -l*)
+	      func_stripname -l '' "$a_deplib"
+	      name=$func_stripname_result
+	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+		case " $predeps $postdeps " in
+		*" $a_deplib "*)
+		  newdeplibs="$newdeplibs $a_deplib"
+		  a_deplib=""
+		  ;;
+		esac
+	      fi
+	      if test -n "$a_deplib" ; then
+		libname=`eval "\\$ECHO \"$libname_spec\""`
+		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
+		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
+		  for potent_lib in $potential_libs; do
+		      # Follow soft links.
+		      if ls -lLd "$potent_lib" 2>/dev/null |
+			 $GREP " -> " >/dev/null; then
+			continue
+		      fi
+		      # The statement above tries to avoid entering an
+		      # endless loop below, in case of cyclic links.
+		      # We might still enter an endless loop, since a link
+		      # loop can be closed while we follow links,
+		      # but so what?
+		      potlib="$potent_lib"
+		      while test -h "$potlib" 2>/dev/null; do
+			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
+			case $potliblink in
+			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
+			*) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
+			esac
+		      done
+		      if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
+			 $SED -e 10q |
+			 $EGREP "$file_magic_regex" > /dev/null; then
+			newdeplibs="$newdeplibs $a_deplib"
+			a_deplib=""
+			break 2
+		      fi
+		  done
+		done
+	      fi
+	      if test -n "$a_deplib" ; then
+		droppeddeps=yes
+		$ECHO
+		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
+		$ECHO "*** I have the capability to make that library automatically link in when"
+		$ECHO "*** you link to this library.  But I can only do this if you have a"
+		$ECHO "*** shared version of the library, which you do not appear to have"
+		$ECHO "*** because I did check the linker path looking for a file starting"
+		if test -z "$potlib" ; then
+		  $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
+		else
+		  $ECHO "*** with $libname and none of the candidates passed a file format test"
+		  $ECHO "*** using a file magic. Last file checked: $potlib"
+		fi
+	      fi
+	      ;;
+	    *)
+	      # Add a -L argument.
+	      newdeplibs="$newdeplibs $a_deplib"
+	      ;;
+	    esac
+	  done # Gone through all deplibs.
+	  ;;
+	match_pattern*)
+	  set dummy $deplibs_check_method; shift
+	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
+	  for a_deplib in $deplibs; do
+	    case $a_deplib in
+	    -l*)
+	      func_stripname -l '' "$a_deplib"
+	      name=$func_stripname_result
+	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+		case " $predeps $postdeps " in
+		*" $a_deplib "*)
+		  newdeplibs="$newdeplibs $a_deplib"
+		  a_deplib=""
+		  ;;
+		esac
+	      fi
+	      if test -n "$a_deplib" ; then
+		libname=`eval "\\$ECHO \"$libname_spec\""`
+		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
+		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
+		  for potent_lib in $potential_libs; do
+		    potlib="$potent_lib" # see symlink-check above in file_magic test
+		    if eval "\$ECHO \"X$potent_lib\"" 2>/dev/null | $Xsed -e 10q | \
+		       $EGREP "$match_pattern_regex" > /dev/null; then
+		      newdeplibs="$newdeplibs $a_deplib"
+		      a_deplib=""
+		      break 2
+		    fi
+		  done
+		done
+	      fi
+	      if test -n "$a_deplib" ; then
+		droppeddeps=yes
+		$ECHO
+		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
+		$ECHO "*** I have the capability to make that library automatically link in when"
+		$ECHO "*** you link to this library.  But I can only do this if you have a"
+		$ECHO "*** shared version of the library, which you do not appear to have"
+		$ECHO "*** because I did check the linker path looking for a file starting"
+		if test -z "$potlib" ; then
+		  $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
+		else
+		  $ECHO "*** with $libname and none of the candidates passed a file format test"
+		  $ECHO "*** using a regex pattern. Last file checked: $potlib"
+		fi
+	      fi
+	      ;;
+	    *)
+	      # Add a -L argument.
+	      newdeplibs="$newdeplibs $a_deplib"
+	      ;;
+	    esac
+	  done # Gone through all deplibs.
+	  ;;
+	none | unknown | *)
+	  newdeplibs=""
+	  tmp_deplibs=`$ECHO "X $deplibs" | $Xsed \
+	      -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g'`
+	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+	    for i in $predeps $postdeps ; do
+	      # can't use Xsed below, because $i might contain '/'
+	      tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"`
+	    done
+	  fi
+	  if $ECHO "X $tmp_deplibs" | $Xsed -e 's/[	 ]//g' |
+	     $GREP . >/dev/null; then
+	    $ECHO
+	    if test "X$deplibs_check_method" = "Xnone"; then
+	      $ECHO "*** Warning: inter-library dependencies are not supported in this platform."
+	    else
+	      $ECHO "*** Warning: inter-library dependencies are not known to be supported."
+	    fi
+	    $ECHO "*** All declared inter-library dependencies are being dropped."
+	    droppeddeps=yes
+	  fi
+	  ;;
+	esac
+	versuffix=$versuffix_save
+	major=$major_save
+	release=$release_save
+	libname=$libname_save
+	name=$name_save
+
+	case $host in
+	*-*-rhapsody* | *-*-darwin1.[012])
+	  # On Rhapsody replace the C library with the System framework
+	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
+	  ;;
+	esac
+
+	if test "$droppeddeps" = yes; then
+	  if test "$module" = yes; then
+	    $ECHO
+	    $ECHO "*** Warning: libtool could not satisfy all declared inter-library"
+	    $ECHO "*** dependencies of module $libname.  Therefore, libtool will create"
+	    $ECHO "*** a static module, that should work as long as the dlopening"
+	    $ECHO "*** application is linked with the -dlopen flag."
+	    if test -z "$global_symbol_pipe"; then
+	      $ECHO
+	      $ECHO "*** However, this would only work if libtool was able to extract symbol"
+	      $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could"
+	      $ECHO "*** not find such a program.  So, this module is probably useless."
+	      $ECHO "*** \`nm' from GNU binutils and a full rebuild may help."
+	    fi
+	    if test "$build_old_libs" = no; then
+	      oldlibs="$output_objdir/$libname.$libext"
+	      build_libtool_libs=module
+	      build_old_libs=yes
+	    else
+	      build_libtool_libs=no
+	    fi
+	  else
+	    $ECHO "*** The inter-library dependencies that have been dropped here will be"
+	    $ECHO "*** automatically added whenever a program is linked with this library"
+	    $ECHO "*** or is declared to -dlopen it."
+
+	    if test "$allow_undefined" = no; then
+	      $ECHO
+	      $ECHO "*** Since this library must not contain undefined symbols,"
+	      $ECHO "*** because either the platform does not support them or"
+	      $ECHO "*** it was explicitly requested with -no-undefined,"
+	      $ECHO "*** libtool will only create a static version of it."
+	      if test "$build_old_libs" = no; then
+		oldlibs="$output_objdir/$libname.$libext"
+		build_libtool_libs=module
+		build_old_libs=yes
+	      else
+		build_libtool_libs=no
+	      fi
+	    fi
+	  fi
+	fi
+	# Done checking deplibs!
+	deplibs=$newdeplibs
+      fi
+      # Time to change all our "foo.ltframework" stuff back to "-framework foo"
+      case $host in
+	*-*-darwin*)
+	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
+	  new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
+	  deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
+	  ;;
+      esac
+
+      # move library search paths that coincide with paths to not yet
+      # installed libraries to the beginning of the library search list
+      new_libs=
+      for path in $notinst_path; do
+	case " $new_libs " in
+	*" -L$path/$objdir "*) ;;
+	*)
+	  case " $deplibs " in
+	  *" -L$path/$objdir "*)
+	    new_libs="$new_libs -L$path/$objdir" ;;
+	  esac
+	  ;;
+	esac
+      done
+      for deplib in $deplibs; do
+	case $deplib in
+	-L*)
+	  case " $new_libs " in
+	  *" $deplib "*) ;;
+	  *) new_libs="$new_libs $deplib" ;;
+	  esac
+	  ;;
+	*) new_libs="$new_libs $deplib" ;;
+	esac
+      done
+      deplibs="$new_libs"
+
+      # All the library-specific variables (install_libdir is set above).
+      library_names=
+      old_library=
+      dlname=
+
+      # Test again, we may have decided not to build it any more
+      if test "$build_libtool_libs" = yes; then
+	if test "$hardcode_into_libs" = yes; then
+	  # Hardcode the library paths
+	  hardcode_libdirs=
+	  dep_rpath=
+	  rpath="$finalize_rpath"
+	  test "$mode" != relink && rpath="$compile_rpath$rpath"
+	  for libdir in $rpath; do
+	    if test -n "$hardcode_libdir_flag_spec"; then
+	      if test -n "$hardcode_libdir_separator"; then
+		if test -z "$hardcode_libdirs"; then
+		  hardcode_libdirs="$libdir"
+		else
+		  # Just accumulate the unique libdirs.
+		  case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
+		  *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
+		    ;;
+		  *)
+		    hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
+		    ;;
+		  esac
+		fi
+	      else
+		eval flag=\"$hardcode_libdir_flag_spec\"
+		dep_rpath="$dep_rpath $flag"
+	      fi
+	    elif test -n "$runpath_var"; then
+	      case "$perm_rpath " in
+	      *" $libdir "*) ;;
+	      *) perm_rpath="$perm_rpath $libdir" ;;
+	      esac
+	    fi
+	  done
+	  # Substitute the hardcoded libdirs into the rpath.
+	  if test -n "$hardcode_libdir_separator" &&
+	     test -n "$hardcode_libdirs"; then
+	    libdir="$hardcode_libdirs"
+	    if test -n "$hardcode_libdir_flag_spec_ld"; then
+	      eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\"
+	    else
+	      eval dep_rpath=\"$hardcode_libdir_flag_spec\"
+	    fi
+	  fi
+	  if test -n "$runpath_var" && test -n "$perm_rpath"; then
+	    # We should set the runpath_var.
+	    rpath=
+	    for dir in $perm_rpath; do
+	      rpath="$rpath$dir:"
+	    done
+	    eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
+	  fi
+	  test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
+	fi
+
+	shlibpath="$finalize_shlibpath"
+	test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
+	if test -n "$shlibpath"; then
+	  eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
+	fi
+
+	# Get the real and link names of the library.
+	eval shared_ext=\"$shrext_cmds\"
+	eval library_names=\"$library_names_spec\"
+	set dummy $library_names
+	shift
+	realname="$1"
+	shift
+
+	if test -n "$soname_spec"; then
+	  eval soname=\"$soname_spec\"
+	else
+	  soname="$realname"
+	fi
+	if test -z "$dlname"; then
+	  dlname=$soname
+	fi
+
+	lib="$output_objdir/$realname"
+	linknames=
+	for link
+	do
+	  linknames="$linknames $link"
+	done
+
+	# Use standard objects if they are pic
+	test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
+	test "X$libobjs" = "X " && libobjs=
+
+	delfiles=
+	if test -n "$export_symbols" && test -n "$include_expsyms"; then
+	  $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
+	  export_symbols="$output_objdir/$libname.uexp"
+	  delfiles="$delfiles $export_symbols"
+	fi
+
+	orig_export_symbols=
+	case $host_os in
+	cygwin* | mingw* | cegcc*)
+	  if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
+	    # exporting using user supplied symfile
+	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
+	      # and it's NOT already a .def file. Must figure out
+	      # which of the given symbols are data symbols and tag
+	      # them as such. So, trigger use of export_symbols_cmds.
+	      # export_symbols gets reassigned inside the "prepare
+	      # the list of exported symbols" if statement, so the
+	      # include_expsyms logic still works.
+	      orig_export_symbols="$export_symbols"
+	      export_symbols=
+	      always_export_symbols=yes
+	    fi
+	  fi
+	  ;;
+	esac
+
+	# Prepare the list of exported symbols
+	if test -z "$export_symbols"; then
+	  if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
+	    func_verbose "generating symbol list for \`$libname.la'"
+	    export_symbols="$output_objdir/$libname.exp"
+	    $opt_dry_run || $RM $export_symbols
+	    cmds=$export_symbols_cmds
+	    save_ifs="$IFS"; IFS='~'
+	    for cmd in $cmds; do
+	      IFS="$save_ifs"
+	      eval cmd=\"$cmd\"
+	      func_len " $cmd"
+	      len=$func_len_result
+	      if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
+		func_show_eval "$cmd" 'exit $?'
+		skipped_export=false
+	      else
+		# The command line is too long to execute in one step.
+		func_verbose "using reloadable object file for export list..."
+		skipped_export=:
+		# Break out early, otherwise skipped_export may be
+		# set to false by a later but shorter cmd.
+		break
+	      fi
+	    done
+	    IFS="$save_ifs"
+	    if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
+	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
+	      func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
+	    fi
+	  fi
+	fi
+
+	if test -n "$export_symbols" && test -n "$include_expsyms"; then
+	  tmp_export_symbols="$export_symbols"
+	  test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
+	  $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"'
+	fi
+
+	if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then
+	  # The given exports_symbols file has to be filtered, so filter it.
+	  func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
+	  # FIXME: $output_objdir/$libname.filter potentially contains lots of
+	  # 's' commands which not all seds can handle. GNU sed should be fine
+	  # though. Also, the filter scales superlinearly with the number of
+	  # global variables. join(1) would be nice here, but unfortunately
+	  # isn't a blessed tool.
+	  $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
+	  delfiles="$delfiles $export_symbols $output_objdir/$libname.filter"
+	  export_symbols=$output_objdir/$libname.def
+	  $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
+	fi
+
+	tmp_deplibs=
+	for test_deplib in $deplibs; do
+	  case " $convenience " in
+	  *" $test_deplib "*) ;;
+	  *)
+	    tmp_deplibs="$tmp_deplibs $test_deplib"
+	    ;;
+	  esac
+	done
+	deplibs="$tmp_deplibs"
+
+	if test -n "$convenience"; then
+	  if test -n "$whole_archive_flag_spec" &&
+	    test "$compiler_needs_object" = yes &&
+	    test -z "$libobjs"; then
+	    # extract the archives, so we have objects to list.
+	    # TODO: could optimize this to just extract one archive.
+	    whole_archive_flag_spec=
+	  fi
+	  if test -n "$whole_archive_flag_spec"; then
+	    save_libobjs=$libobjs
+	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
+	    test "X$libobjs" = "X " && libobjs=
+	  else
+	    gentop="$output_objdir/${outputname}x"
+	    generated="$generated $gentop"
+
+	    func_extract_archives $gentop $convenience
+	    libobjs="$libobjs $func_extract_archives_result"
+	    test "X$libobjs" = "X " && libobjs=
+	  fi
+	fi
+
+	if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
+	  eval flag=\"$thread_safe_flag_spec\"
+	  linker_flags="$linker_flags $flag"
+	fi
+
+	# Make a backup of the uninstalled library when relinking
+	if test "$mode" = relink; then
+	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
+	fi
+
+	# Do each of the archive commands.
+	if test "$module" = yes && test -n "$module_cmds" ; then
+	  if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
+	    eval test_cmds=\"$module_expsym_cmds\"
+	    cmds=$module_expsym_cmds
+	  else
+	    eval test_cmds=\"$module_cmds\"
+	    cmds=$module_cmds
+	  fi
+	else
+	  if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
+	    eval test_cmds=\"$archive_expsym_cmds\"
+	    cmds=$archive_expsym_cmds
+	  else
+	    eval test_cmds=\"$archive_cmds\"
+	    cmds=$archive_cmds
+	  fi
+	fi
+
+	if test "X$skipped_export" != "X:" &&
+	   func_len " $test_cmds" &&
+	   len=$func_len_result &&
+	   test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
+	  :
+	else
+	  # The command line is too long to link in one step, link piecewise
+	  # or, if using GNU ld and skipped_export is not :, use a linker
+	  # script.
+
+	  # Save the value of $output and $libobjs because we want to
+	  # use them later.  If we have whole_archive_flag_spec, we
+	  # want to use save_libobjs as it was before
+	  # whole_archive_flag_spec was expanded, because we can't
+	  # assume the linker understands whole_archive_flag_spec.
+	  # This may have to be revisited, in case too many
+	  # convenience libraries get linked in and end up exceeding
+	  # the spec.
+	  if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
+	    save_libobjs=$libobjs
+	  fi
+	  save_output=$output
+	  output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
+
+	  # Clear the reloadable object creation command queue and
+	  # initialize k to one.
+	  test_cmds=
+	  concat_cmds=
+	  objlist=
+	  last_robj=
+	  k=1
+
+	  if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then
+	    output=${output_objdir}/${output_la}.lnkscript
+	    func_verbose "creating GNU ld script: $output"
+	    $ECHO 'INPUT (' > $output
+	    for obj in $save_libobjs
+	    do
+	      $ECHO "$obj" >> $output
+	    done
+	    $ECHO ')' >> $output
+	    delfiles="$delfiles $output"
+	  elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then
+	    output=${output_objdir}/${output_la}.lnk
+	    func_verbose "creating linker input file list: $output"
+	    : > $output
+	    set x $save_libobjs
+	    shift
+	    firstobj=
+	    if test "$compiler_needs_object" = yes; then
+	      firstobj="$1 "
+	      shift
+	    fi
+	    for obj
+	    do
+	      $ECHO "$obj" >> $output
+	    done
+	    delfiles="$delfiles $output"
+	    output=$firstobj\"$file_list_spec$output\"
+	  else
+	    if test -n "$save_libobjs"; then
+	      func_verbose "creating reloadable object files..."
+	      output=$output_objdir/$output_la-${k}.$objext
+	      eval test_cmds=\"$reload_cmds\"
+	      func_len " $test_cmds"
+	      len0=$func_len_result
+	      len=$len0
+
+	      # Loop over the list of objects to be linked.
+	      for obj in $save_libobjs
+	      do
+		func_len " $obj"
+		func_arith $len + $func_len_result
+		len=$func_arith_result
+		if test "X$objlist" = X ||
+		   test "$len" -lt "$max_cmd_len"; then
+		  func_append objlist " $obj"
+		else
+		  # The command $test_cmds is almost too long, add a
+		  # command to the queue.
+		  if test "$k" -eq 1 ; then
+		    # The first file doesn't have a previous command to add.
+		    eval concat_cmds=\"$reload_cmds $objlist $last_robj\"
+		  else
+		    # All subsequent reloadable object files will link in
+		    # the last one created.
+		    eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj~\$RM $last_robj\"
+		  fi
+		  last_robj=$output_objdir/$output_la-${k}.$objext
+		  func_arith $k + 1
+		  k=$func_arith_result
+		  output=$output_objdir/$output_la-${k}.$objext
+		  objlist=$obj
+		  func_len " $last_robj"
+		  func_arith $len0 + $func_len_result
+		  len=$func_arith_result
+		fi
+	      done
+	      # Handle the remaining objects by creating one last
+	      # reloadable object file.  All subsequent reloadable object
+	      # files will link in the last one created.
+	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
+	      eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\"
+	      if test -n "$last_robj"; then
+	        eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
+	      fi
+	      delfiles="$delfiles $output"
+
+	    else
+	      output=
+	    fi
+
+	    if ${skipped_export-false}; then
+	      func_verbose "generating symbol list for \`$libname.la'"
+	      export_symbols="$output_objdir/$libname.exp"
+	      $opt_dry_run || $RM $export_symbols
+	      libobjs=$output
+	      # Append the command to create the export file.
+	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
+	      eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\"
+	      if test -n "$last_robj"; then
+		eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
+	      fi
+	    fi
+
+	    test -n "$save_libobjs" &&
+	      func_verbose "creating a temporary reloadable object file: $output"
+
+	    # Loop through the commands generated above and execute them.
+	    save_ifs="$IFS"; IFS='~'
+	    for cmd in $concat_cmds; do
+	      IFS="$save_ifs"
+	      $opt_silent || {
+		  func_quote_for_expand "$cmd"
+		  eval "func_echo $func_quote_for_expand_result"
+	      }
+	      $opt_dry_run || eval "$cmd" || {
+		lt_exit=$?
+
+		# Restore the uninstalled library and exit
+		if test "$mode" = relink; then
+		  ( cd "$output_objdir" && \
+		    $RM "${realname}T" && \
+		    $MV "${realname}U" "$realname" )
+		fi
+
+		exit $lt_exit
+	      }
+	    done
+	    IFS="$save_ifs"
+
+	    if test -n "$export_symbols_regex" && ${skipped_export-false}; then
+	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
+	      func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
+	    fi
+	  fi
+
+          if ${skipped_export-false}; then
+	    if test -n "$export_symbols" && test -n "$include_expsyms"; then
+	      tmp_export_symbols="$export_symbols"
+	      test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
+	      $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"'
+	    fi
+
+	    if test -n "$orig_export_symbols"; then
+	      # The given exports_symbols file has to be filtered, so filter it.
+	      func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
+	      # FIXME: $output_objdir/$libname.filter potentially contains lots of
+	      # 's' commands which not all seds can handle. GNU sed should be fine
+	      # though. Also, the filter scales superlinearly with the number of
+	      # global variables. join(1) would be nice here, but unfortunately
+	      # isn't a blessed tool.
+	      $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
+	      delfiles="$delfiles $export_symbols $output_objdir/$libname.filter"
+	      export_symbols=$output_objdir/$libname.def
+	      $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
+	    fi
+	  fi
+
+	  libobjs=$output
+	  # Restore the value of output.
+	  output=$save_output
+
+	  if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
+	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
+	    test "X$libobjs" = "X " && libobjs=
+	  fi
+	  # Expand the library linking commands again to reset the
+	  # value of $libobjs for piecewise linking.
+
+	  # Do each of the archive commands.
+	  if test "$module" = yes && test -n "$module_cmds" ; then
+	    if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
+	      cmds=$module_expsym_cmds
+	    else
+	      cmds=$module_cmds
+	    fi
+	  else
+	    if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
+	      cmds=$archive_expsym_cmds
+	    else
+	      cmds=$archive_cmds
+	    fi
+	  fi
+	fi
+
+	if test -n "$delfiles"; then
+	  # Append the command to remove temporary files to $cmds.
+	  eval cmds=\"\$cmds~\$RM $delfiles\"
+	fi
+
+	# Add any objects from preloaded convenience libraries
+	if test -n "$dlprefiles"; then
+	  gentop="$output_objdir/${outputname}x"
+	  generated="$generated $gentop"
+
+	  func_extract_archives $gentop $dlprefiles
+	  libobjs="$libobjs $func_extract_archives_result"
+	  test "X$libobjs" = "X " && libobjs=
+	fi
+
+	save_ifs="$IFS"; IFS='~'
+	for cmd in $cmds; do
+	  IFS="$save_ifs"
+	  eval cmd=\"$cmd\"
+	  $opt_silent || {
+	    func_quote_for_expand "$cmd"
+	    eval "func_echo $func_quote_for_expand_result"
+	  }
+	  $opt_dry_run || eval "$cmd" || {
+	    lt_exit=$?
+
+	    # Restore the uninstalled library and exit
+	    if test "$mode" = relink; then
+	      ( cd "$output_objdir" && \
+	        $RM "${realname}T" && \
+		$MV "${realname}U" "$realname" )
+	    fi
+
+	    exit $lt_exit
+	  }
+	done
+	IFS="$save_ifs"
+
+	# Restore the uninstalled library and exit
+	if test "$mode" = relink; then
+	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
+
+	  if test -n "$convenience"; then
+	    if test -z "$whole_archive_flag_spec"; then
+	      func_show_eval '${RM}r "$gentop"'
+	    fi
+	  fi
+
+	  exit $EXIT_SUCCESS
+	fi
+
+	# Create links to the real library.
+	for linkname in $linknames; do
+	  if test "$realname" != "$linkname"; then
+	    func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
+	  fi
+	done
+
+	# If -module or -export-dynamic was specified, set the dlname.
+	if test "$module" = yes || test "$export_dynamic" = yes; then
+	  # On all known operating systems, these are identical.
+	  dlname="$soname"
+	fi
+      fi
+      ;;
+
+    obj)
+      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
+	func_warning "\`-dlopen' is ignored for objects"
+      fi
+
+      case " $deplibs" in
+      *\ -l* | *\ -L*)
+	func_warning "\`-l' and \`-L' are ignored for objects" ;;
+      esac
+
+      test -n "$rpath" && \
+	func_warning "\`-rpath' is ignored for objects"
+
+      test -n "$xrpath" && \
+	func_warning "\`-R' is ignored for objects"
+
+      test -n "$vinfo" && \
+	func_warning "\`-version-info' is ignored for objects"
+
+      test -n "$release" && \
+	func_warning "\`-release' is ignored for objects"
+
+      case $output in
+      *.lo)
+	test -n "$objs$old_deplibs" && \
+	  func_fatal_error "cannot build library object \`$output' from non-libtool objects"
+
+	libobj=$output
+	func_lo2o "$libobj"
+	obj=$func_lo2o_result
+	;;
+      *)
+	libobj=
+	obj="$output"
+	;;
+      esac
+
+      # Delete the old objects.
+      $opt_dry_run || $RM $obj $libobj
+
+      # Objects from convenience libraries.  This assumes
+      # single-version convenience libraries.  Whenever we create
+      # different ones for PIC/non-PIC, this we'll have to duplicate
+      # the extraction.
+      reload_conv_objs=
+      gentop=
+      # reload_cmds runs $LD directly, so let us get rid of
+      # -Wl from whole_archive_flag_spec and hope we can get by with
+      # turning comma into space..
+      wl=
+
+      if test -n "$convenience"; then
+	if test -n "$whole_archive_flag_spec"; then
+	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
+	  reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
+	else
+	  gentop="$output_objdir/${obj}x"
+	  generated="$generated $gentop"
+
+	  func_extract_archives $gentop $convenience
+	  reload_conv_objs="$reload_objs $func_extract_archives_result"
+	fi
+      fi
+
+      # Create the old-style object.
+      reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
+
+      output="$obj"
+      func_execute_cmds "$reload_cmds" 'exit $?'
+
+      # Exit if we aren't doing a library object file.
+      if test -z "$libobj"; then
+	if test -n "$gentop"; then
+	  func_show_eval '${RM}r "$gentop"'
+	fi
+
+	exit $EXIT_SUCCESS
+      fi
+
+      if test "$build_libtool_libs" != yes; then
+	if test -n "$gentop"; then
+	  func_show_eval '${RM}r "$gentop"'
+	fi
+
+	# Create an invalid libtool object if no PIC, so that we don't
+	# accidentally link it into a program.
+	# $show "echo timestamp > $libobj"
+	# $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
+	exit $EXIT_SUCCESS
+      fi
+
+      if test -n "$pic_flag" || test "$pic_mode" != default; then
+	# Only do commands if we really have different PIC objects.
+	reload_objs="$libobjs $reload_conv_objs"
+	output="$libobj"
+	func_execute_cmds "$reload_cmds" 'exit $?'
+      fi
+
+      if test -n "$gentop"; then
+	func_show_eval '${RM}r "$gentop"'
+      fi
+
+      exit $EXIT_SUCCESS
+      ;;
+
+    prog)
+      case $host in
+	*cygwin*) func_stripname '' '.exe' "$output"
+	          output=$func_stripname_result.exe;;
+      esac
+      test -n "$vinfo" && \
+	func_warning "\`-version-info' is ignored for programs"
+
+      test -n "$release" && \
+	func_warning "\`-release' is ignored for programs"
+
+      test "$preload" = yes \
+        && test "$dlopen_support" = unknown \
+	&& test "$dlopen_self" = unknown \
+	&& test "$dlopen_self_static" = unknown && \
+	  func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support."
+
+      case $host in
+      *-*-rhapsody* | *-*-darwin1.[012])
+	# On Rhapsody replace the C library is the System framework
+	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
+	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
+	;;
+      esac
+
+      case $host in
+      *-*-darwin*)
+	# Don't allow lazy linking, it breaks C++ global constructors
+	# But is supposedly fixed on 10.4 or later (yay!).
+	if test "$tagname" = CXX ; then
+	  case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
+	    10.[0123])
+	      compile_command="$compile_command ${wl}-bind_at_load"
+	      finalize_command="$finalize_command ${wl}-bind_at_load"
+	    ;;
+	  esac
+	fi
+	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
+	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
+	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
+	;;
+      esac
+
+
+      # move library search paths that coincide with paths to not yet
+      # installed libraries to the beginning of the library search list
+      new_libs=
+      for path in $notinst_path; do
+	case " $new_libs " in
+	*" -L$path/$objdir "*) ;;
+	*)
+	  case " $compile_deplibs " in
+	  *" -L$path/$objdir "*)
+	    new_libs="$new_libs -L$path/$objdir" ;;
+	  esac
+	  ;;
+	esac
+      done
+      for deplib in $compile_deplibs; do
+	case $deplib in
+	-L*)
+	  case " $new_libs " in
+	  *" $deplib "*) ;;
+	  *) new_libs="$new_libs $deplib" ;;
+	  esac
+	  ;;
+	*) new_libs="$new_libs $deplib" ;;
+	esac
+      done
+      compile_deplibs="$new_libs"
+
+
+      compile_command="$compile_command $compile_deplibs"
+      finalize_command="$finalize_command $finalize_deplibs"
+
+      if test -n "$rpath$xrpath"; then
+	# If the user specified any rpath flags, then add them.
+	for libdir in $rpath $xrpath; do
+	  # This is the magic to use -rpath.
+	  case "$finalize_rpath " in
+	  *" $libdir "*) ;;
+	  *) finalize_rpath="$finalize_rpath $libdir" ;;
+	  esac
+	done
+      fi
+
+      # Now hardcode the library paths
+      rpath=
+      hardcode_libdirs=
+      for libdir in $compile_rpath $finalize_rpath; do
+	if test -n "$hardcode_libdir_flag_spec"; then
+	  if test -n "$hardcode_libdir_separator"; then
+	    if test -z "$hardcode_libdirs"; then
+	      hardcode_libdirs="$libdir"
+	    else
+	      # Just accumulate the unique libdirs.
+	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
+	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
+		;;
+	      *)
+		hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
+		;;
+	      esac
+	    fi
+	  else
+	    eval flag=\"$hardcode_libdir_flag_spec\"
+	    rpath="$rpath $flag"
+	  fi
+	elif test -n "$runpath_var"; then
+	  case "$perm_rpath " in
+	  *" $libdir "*) ;;
+	  *) perm_rpath="$perm_rpath $libdir" ;;
+	  esac
+	fi
+	case $host in
+	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
+	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
+	  case :$dllsearchpath: in
+	  *":$libdir:"*) ;;
+	  ::) dllsearchpath=$libdir;;
+	  *) dllsearchpath="$dllsearchpath:$libdir";;
+	  esac
+	  case :$dllsearchpath: in
+	  *":$testbindir:"*) ;;
+	  ::) dllsearchpath=$testbindir;;
+	  *) dllsearchpath="$dllsearchpath:$testbindir";;
+	  esac
+	  ;;
+	esac
+      done
+      # Substitute the hardcoded libdirs into the rpath.
+      if test -n "$hardcode_libdir_separator" &&
+	 test -n "$hardcode_libdirs"; then
+	libdir="$hardcode_libdirs"
+	eval rpath=\" $hardcode_libdir_flag_spec\"
+      fi
+      compile_rpath="$rpath"
+
+      rpath=
+      hardcode_libdirs=
+      for libdir in $finalize_rpath; do
+	if test -n "$hardcode_libdir_flag_spec"; then
+	  if test -n "$hardcode_libdir_separator"; then
+	    if test -z "$hardcode_libdirs"; then
+	      hardcode_libdirs="$libdir"
+	    else
+	      # Just accumulate the unique libdirs.
+	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
+	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
+		;;
+	      *)
+		hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
+		;;
+	      esac
+	    fi
+	  else
+	    eval flag=\"$hardcode_libdir_flag_spec\"
+	    rpath="$rpath $flag"
+	  fi
+	elif test -n "$runpath_var"; then
+	  case "$finalize_perm_rpath " in
+	  *" $libdir "*) ;;
+	  *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;;
+	  esac
+	fi
+      done
+      # Substitute the hardcoded libdirs into the rpath.
+      if test -n "$hardcode_libdir_separator" &&
+	 test -n "$hardcode_libdirs"; then
+	libdir="$hardcode_libdirs"
+	eval rpath=\" $hardcode_libdir_flag_spec\"
+      fi
+      finalize_rpath="$rpath"
+
+      if test -n "$libobjs" && test "$build_old_libs" = yes; then
+	# Transform all the library objects into standard objects.
+	compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
+	finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
+      fi
+
+      func_generate_dlsyms "$outputname" "@PROGRAM@" "no"
+
+      # template prelinking step
+      if test -n "$prelink_cmds"; then
+	func_execute_cmds "$prelink_cmds" 'exit $?'
+      fi
+
+      wrappers_required=yes
+      case $host in
+      *cygwin* | *mingw* )
+        if test "$build_libtool_libs" != yes; then
+          wrappers_required=no
+        fi
+        ;;
+      *cegcc)
+        # Disable wrappers for cegcc, we are cross compiling anyway.
+        wrappers_required=no
+        ;;
+      *)
+        if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
+          wrappers_required=no
+        fi
+        ;;
+      esac
+      if test "$wrappers_required" = no; then
+	# Replace the output file specification.
+	compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
+	link_command="$compile_command$compile_rpath"
+
+	# We have no uninstalled library dependencies, so finalize right now.
+	exit_status=0
+	func_show_eval "$link_command" 'exit_status=$?'
+
+	# Delete the generated files.
+	if test -f "$output_objdir/${outputname}S.${objext}"; then
+	  func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
+	fi
+
+	exit $exit_status
+      fi
+
+      if test -n "$compile_shlibpath$finalize_shlibpath"; then
+	compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
+      fi
+      if test -n "$finalize_shlibpath"; then
+	finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
+      fi
+
+      compile_var=
+      finalize_var=
+      if test -n "$runpath_var"; then
+	if test -n "$perm_rpath"; then
+	  # We should set the runpath_var.
+	  rpath=
+	  for dir in $perm_rpath; do
+	    rpath="$rpath$dir:"
+	  done
+	  compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
+	fi
+	if test -n "$finalize_perm_rpath"; then
+	  # We should set the runpath_var.
+	  rpath=
+	  for dir in $finalize_perm_rpath; do
+	    rpath="$rpath$dir:"
+	  done
+	  finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
+	fi
+      fi
+
+      if test "$no_install" = yes; then
+	# We don't need to create a wrapper script.
+	link_command="$compile_var$compile_command$compile_rpath"
+	# Replace the output file specification.
+	link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
+	# Delete the old output file.
+	$opt_dry_run || $RM $output
+	# Link the executable and exit
+	func_show_eval "$link_command" 'exit $?'
+	exit $EXIT_SUCCESS
+      fi
+
+      if test "$hardcode_action" = relink; then
+	# Fast installation is not supported
+	link_command="$compile_var$compile_command$compile_rpath"
+	relink_command="$finalize_var$finalize_command$finalize_rpath"
+
+	func_warning "this platform does not like uninstalled shared libraries"
+	func_warning "\`$output' will be relinked during installation"
+      else
+	if test "$fast_install" != no; then
+	  link_command="$finalize_var$compile_command$finalize_rpath"
+	  if test "$fast_install" = yes; then
+	    relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
+	  else
+	    # fast_install is set to needless
+	    relink_command=
+	  fi
+	else
+	  link_command="$compile_var$compile_command$compile_rpath"
+	  relink_command="$finalize_var$finalize_command$finalize_rpath"
+	fi
+      fi
+
+      # Replace the output file specification.
+      link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
+
+      # Delete the old output files.
+      $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
+
+      func_show_eval "$link_command" 'exit $?'
+
+      # Now create the wrapper script.
+      func_verbose "creating $output"
+
+      # Quote the relink command for shipping.
+      if test -n "$relink_command"; then
+	# Preserve any variables that may affect compiler behavior
+	for var in $variables_saved_for_relink; do
+	  if eval test -z \"\${$var+set}\"; then
+	    relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
+	  elif eval var_value=\$$var; test -z "$var_value"; then
+	    relink_command="$var=; export $var; $relink_command"
+	  else
+	    func_quote_for_eval "$var_value"
+	    relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
+	  fi
+	done
+	relink_command="(cd `pwd`; $relink_command)"
+	relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
+      fi
+
+      # Quote $ECHO for shipping.
+      if test "X$ECHO" = "X$SHELL $progpath --fallback-echo"; then
+	case $progpath in
+	[\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";;
+	*) qecho="$SHELL `pwd`/$progpath --fallback-echo";;
+	esac
+	qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"`
+      else
+	qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"`
+      fi
+
+      # Only actually do things if not in dry run mode.
+      $opt_dry_run || {
+	# win32 will think the script is a binary if it has
+	# a .exe suffix, so we strip it off here.
+	case $output in
+	  *.exe) func_stripname '' '.exe' "$output"
+	         output=$func_stripname_result ;;
+	esac
+	# test for cygwin because mv fails w/o .exe extensions
+	case $host in
+	  *cygwin*)
+	    exeext=.exe
+	    func_stripname '' '.exe' "$outputname"
+	    outputname=$func_stripname_result ;;
+	  *) exeext= ;;
+	esac
+	case $host in
+	  *cygwin* | *mingw* )
+	    func_dirname_and_basename "$output" "" "."
+	    output_name=$func_basename_result
+	    output_path=$func_dirname_result
+	    cwrappersource="$output_path/$objdir/lt-$output_name.c"
+	    cwrapper="$output_path/$output_name.exe"
+	    $RM $cwrappersource $cwrapper
+	    trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
+
+	    func_emit_cwrapperexe_src > $cwrappersource
+
+	    # The wrapper executable is built using the $host compiler,
+	    # because it contains $host paths and files. If cross-
+	    # compiling, it, like the target executable, must be
+	    # executed on the $host or under an emulation environment.
+	    $opt_dry_run || {
+	      $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
+	      $STRIP $cwrapper
+	    }
+
+	    # Now, create the wrapper script for func_source use:
+	    func_ltwrapper_scriptname $cwrapper
+	    $RM $func_ltwrapper_scriptname_result
+	    trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
+	    $opt_dry_run || {
+	      # note: this script will not be executed, so do not chmod.
+	      if test "x$build" = "x$host" ; then
+		$cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
+	      else
+		func_emit_wrapper no > $func_ltwrapper_scriptname_result
+	      fi
+	    }
+	  ;;
+	  * )
+	    $RM $output
+	    trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
+
+	    func_emit_wrapper no > $output
+	    chmod +x $output
+	  ;;
+	esac
+      }
+      exit $EXIT_SUCCESS
+      ;;
+    esac
+
+    # See if we need to build an old-fashioned archive.
+    for oldlib in $oldlibs; do
+
+      if test "$build_libtool_libs" = convenience; then
+	oldobjs="$libobjs_save $symfileobj"
+	addlibs="$convenience"
+	build_libtool_libs=no
+      else
+	if test "$build_libtool_libs" = module; then
+	  oldobjs="$libobjs_save"
+	  build_libtool_libs=no
+	else
+	  oldobjs="$old_deplibs $non_pic_objects"
+	  if test "$preload" = yes && test -f "$symfileobj"; then
+	    oldobjs="$oldobjs $symfileobj"
+	  fi
+	fi
+	addlibs="$old_convenience"
+      fi
+
+      if test -n "$addlibs"; then
+	gentop="$output_objdir/${outputname}x"
+	generated="$generated $gentop"
+
+	func_extract_archives $gentop $addlibs
+	oldobjs="$oldobjs $func_extract_archives_result"
+      fi
+
+      # Do each command in the archive commands.
+      if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
+	cmds=$old_archive_from_new_cmds
+      else
+
+	# Add any objects from preloaded convenience libraries
+	if test -n "$dlprefiles"; then
+	  gentop="$output_objdir/${outputname}x"
+	  generated="$generated $gentop"
+
+	  func_extract_archives $gentop $dlprefiles
+	  oldobjs="$oldobjs $func_extract_archives_result"
+	fi
+
+	# POSIX demands no paths to be encoded in archives.  We have
+	# to avoid creating archives with duplicate basenames if we
+	# might have to extract them afterwards, e.g., when creating a
+	# static archive out of a convenience library, or when linking
+	# the entirety of a libtool archive into another (currently
+	# not supported by libtool).
+	if (for obj in $oldobjs
+	    do
+	      func_basename "$obj"
+	      $ECHO "$func_basename_result"
+	    done | sort | sort -uc >/dev/null 2>&1); then
+	  :
+	else
+	  $ECHO "copying selected object files to avoid basename conflicts..."
+	  gentop="$output_objdir/${outputname}x"
+	  generated="$generated $gentop"
+	  func_mkdir_p "$gentop"
+	  save_oldobjs=$oldobjs
+	  oldobjs=
+	  counter=1
+	  for obj in $save_oldobjs
+	  do
+	    func_basename "$obj"
+	    objbase="$func_basename_result"
+	    case " $oldobjs " in
+	    " ") oldobjs=$obj ;;
+	    *[\ /]"$objbase "*)
+	      while :; do
+		# Make sure we don't pick an alternate name that also
+		# overlaps.
+		newobj=lt$counter-$objbase
+		func_arith $counter + 1
+		counter=$func_arith_result
+		case " $oldobjs " in
+		*[\ /]"$newobj "*) ;;
+		*) if test ! -f "$gentop/$newobj"; then break; fi ;;
+		esac
+	      done
+	      func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
+	      oldobjs="$oldobjs $gentop/$newobj"
+	      ;;
+	    *) oldobjs="$oldobjs $obj" ;;
+	    esac
+	  done
+	fi
+	eval cmds=\"$old_archive_cmds\"
+
+	func_len " $cmds"
+	len=$func_len_result
+	if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
+	  cmds=$old_archive_cmds
+	else
+	  # the command line is too long to link in one step, link in parts
+	  func_verbose "using piecewise archive linking..."
+	  save_RANLIB=$RANLIB
+	  RANLIB=:
+	  objlist=
+	  concat_cmds=
+	  save_oldobjs=$oldobjs
+	  oldobjs=
+	  # Is there a better way of finding the last object in the list?
+	  for obj in $save_oldobjs
+	  do
+	    last_oldobj=$obj
+	  done
+	  eval test_cmds=\"$old_archive_cmds\"
+	  func_len " $test_cmds"
+	  len0=$func_len_result
+	  len=$len0
+	  for obj in $save_oldobjs
+	  do
+	    func_len " $obj"
+	    func_arith $len + $func_len_result
+	    len=$func_arith_result
+	    func_append objlist " $obj"
+	    if test "$len" -lt "$max_cmd_len"; then
+	      :
+	    else
+	      # the above command should be used before it gets too long
+	      oldobjs=$objlist
+	      if test "$obj" = "$last_oldobj" ; then
+		RANLIB=$save_RANLIB
+	      fi
+	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
+	      eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
+	      objlist=
+	      len=$len0
+	    fi
+	  done
+	  RANLIB=$save_RANLIB
+	  oldobjs=$objlist
+	  if test "X$oldobjs" = "X" ; then
+	    eval cmds=\"\$concat_cmds\"
+	  else
+	    eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
+	  fi
+	fi
+      fi
+      func_execute_cmds "$cmds" 'exit $?'
+    done
+
+    test -n "$generated" && \
+      func_show_eval "${RM}r$generated"
+
+    # Now create the libtool archive.
+    case $output in
+    *.la)
+      old_library=
+      test "$build_old_libs" = yes && old_library="$libname.$libext"
+      func_verbose "creating $output"
+
+      # Preserve any variables that may affect compiler behavior
+      for var in $variables_saved_for_relink; do
+	if eval test -z \"\${$var+set}\"; then
+	  relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
+	elif eval var_value=\$$var; test -z "$var_value"; then
+	  relink_command="$var=; export $var; $relink_command"
+	else
+	  func_quote_for_eval "$var_value"
+	  relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
+	fi
+      done
+      # Quote the link command for shipping.
+      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
+      relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
+      if test "$hardcode_automatic" = yes ; then
+	relink_command=
+      fi
+
+      # Only create the output if not a dry run.
+      $opt_dry_run || {
+	for installed in no yes; do
+	  if test "$installed" = yes; then
+	    if test -z "$install_libdir"; then
+	      break
+	    fi
+	    output="$output_objdir/$outputname"i
+	    # Replace all uninstalled libtool libraries with the installed ones
+	    newdependency_libs=
+	    for deplib in $dependency_libs; do
+	      case $deplib in
+	      *.la)
+		func_basename "$deplib"
+		name="$func_basename_result"
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
+		test -z "$libdir" && \
+		  func_fatal_error "\`$deplib' is not a valid libtool archive"
+		newdependency_libs="$newdependency_libs $libdir/$name"
+		;;
+	      *) newdependency_libs="$newdependency_libs $deplib" ;;
+	      esac
+	    done
+	    dependency_libs="$newdependency_libs"
+	    newdlfiles=
+
+	    for lib in $dlfiles; do
+	      case $lib in
+	      *.la)
+	        func_basename "$lib"
+		name="$func_basename_result"
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
+		test -z "$libdir" && \
+		  func_fatal_error "\`$lib' is not a valid libtool archive"
+		newdlfiles="$newdlfiles $libdir/$name"
+		;;
+	      *) newdlfiles="$newdlfiles $lib" ;;
+	      esac
+	    done
+	    dlfiles="$newdlfiles"
+	    newdlprefiles=
+	    for lib in $dlprefiles; do
+	      case $lib in
+	      *.la)
+		# Only pass preopened files to the pseudo-archive (for
+		# eventual linking with the app. that links it) if we
+		# didn't already link the preopened objects directly into
+		# the library:
+		func_basename "$lib"
+		name="$func_basename_result"
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
+		test -z "$libdir" && \
+		  func_fatal_error "\`$lib' is not a valid libtool archive"
+		newdlprefiles="$newdlprefiles $libdir/$name"
+		;;
+	      esac
+	    done
+	    dlprefiles="$newdlprefiles"
+	  else
+	    newdlfiles=
+	    for lib in $dlfiles; do
+	      case $lib in
+		[\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
+		*) abs=`pwd`"/$lib" ;;
+	      esac
+	      newdlfiles="$newdlfiles $abs"
+	    done
+	    dlfiles="$newdlfiles"
+	    newdlprefiles=
+	    for lib in $dlprefiles; do
+	      case $lib in
+		[\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
+		*) abs=`pwd`"/$lib" ;;
+	      esac
+	      newdlprefiles="$newdlprefiles $abs"
+	    done
+	    dlprefiles="$newdlprefiles"
+	  fi
+	  $RM $output
+	  # place dlname in correct position for cygwin
+	  tdlname=$dlname
+	  case $host,$output,$installed,$module,$dlname in
+	    *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
+	  esac
+	  $ECHO > $output "\
+# $outputname - a libtool library file
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname='$tdlname'
+
+# Names of this library.
+library_names='$library_names'
+
+# The name of the static archive.
+old_library='$old_library'
+
+# Linker flags that can not go in dependency_libs.
+inherited_linker_flags='$new_inherited_linker_flags'
+
+# Libraries that this one depends upon.
+dependency_libs='$dependency_libs'
+
+# Names of additional weak libraries provided by this library
+weak_library_names='$weak_libs'
+
+# Version information for $libname.
+current=$current
+age=$age
+revision=$revision
+
+# Is this an already installed library?
+installed=$installed
+
+# Should we warn about portability when linking against -modules?
+shouldnotlink=$module
+
+# Files to dlopen/dlpreopen
+dlopen='$dlfiles'
+dlpreopen='$dlprefiles'
+
+# Directory that this library needs to be installed in:
+libdir='$install_libdir'"
+	  if test "$installed" = no && test "$need_relink" = yes; then
+	    $ECHO >> $output "\
+relink_command=\"$relink_command\""
+	  fi
+	done
+      }
+
+      # Do a symbolic link so that the libtool archive can be found in
+      # LD_LIBRARY_PATH before the program is installed.
+      func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
+      ;;
+    esac
+    exit $EXIT_SUCCESS
+}
+
+{ test "$mode" = link || test "$mode" = relink; } &&
+    func_mode_link ${1+"$@"}
+
+
+# func_mode_uninstall arg...
+func_mode_uninstall ()
+{
+    $opt_debug
+    RM="$nonopt"
+    files=
+    rmforce=
+    exit_status=0
+
+    # This variable tells wrapper scripts just to set variables rather
+    # than running their programs.
+    libtool_install_magic="$magic"
+
+    for arg
+    do
+      case $arg in
+      -f) RM="$RM $arg"; rmforce=yes ;;
+      -*) RM="$RM $arg" ;;
+      *) files="$files $arg" ;;
+      esac
+    done
+
+    test -z "$RM" && \
+      func_fatal_help "you must specify an RM program"
+
+    rmdirs=
+
+    origobjdir="$objdir"
+    for file in $files; do
+      func_dirname "$file" "" "."
+      dir="$func_dirname_result"
+      if test "X$dir" = X.; then
+	objdir="$origobjdir"
+      else
+	objdir="$dir/$origobjdir"
+      fi
+      func_basename "$file"
+      name="$func_basename_result"
+      test "$mode" = uninstall && objdir="$dir"
+
+      # Remember objdir for removal later, being careful to avoid duplicates
+      if test "$mode" = clean; then
+	case " $rmdirs " in
+	  *" $objdir "*) ;;
+	  *) rmdirs="$rmdirs $objdir" ;;
+	esac
+      fi
+
+      # Don't error if the file doesn't exist and rm -f was used.
+      if { test -L "$file"; } >/dev/null 2>&1 ||
+	 { test -h "$file"; } >/dev/null 2>&1 ||
+	 test -f "$file"; then
+	:
+      elif test -d "$file"; then
+	exit_status=1
+	continue
+      elif test "$rmforce" = yes; then
+	continue
+      fi
+
+      rmfiles="$file"
+
+      case $name in
+      *.la)
+	# Possibly a libtool archive, so verify it.
+	if func_lalib_p "$file"; then
+	  func_source $dir/$name
+
+	  # Delete the libtool libraries and symlinks.
+	  for n in $library_names; do
+	    rmfiles="$rmfiles $objdir/$n"
+	  done
+	  test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library"
+
+	  case "$mode" in
+	  clean)
+	    case "  $library_names " in
+	    # "  " in the beginning catches empty $dlname
+	    *" $dlname "*) ;;
+	    *) rmfiles="$rmfiles $objdir/$dlname" ;;
+	    esac
+	    test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i"
+	    ;;
+	  uninstall)
+	    if test -n "$library_names"; then
+	      # Do each command in the postuninstall commands.
+	      func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
+	    fi
+
+	    if test -n "$old_library"; then
+	      # Do each command in the old_postuninstall commands.
+	      func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
+	    fi
+	    # FIXME: should reinstall the best remaining shared library.
+	    ;;
+	  esac
+	fi
+	;;
+
+      *.lo)
+	# Possibly a libtool object, so verify it.
+	if func_lalib_p "$file"; then
+
+	  # Read the .lo file
+	  func_source $dir/$name
+
+	  # Add PIC object to the list of files to remove.
+	  if test -n "$pic_object" &&
+	     test "$pic_object" != none; then
+	    rmfiles="$rmfiles $dir/$pic_object"
+	  fi
+
+	  # Add non-PIC object to the list of files to remove.
+	  if test -n "$non_pic_object" &&
+	     test "$non_pic_object" != none; then
+	    rmfiles="$rmfiles $dir/$non_pic_object"
+	  fi
+	fi
+	;;
+
+      *)
+	if test "$mode" = clean ; then
+	  noexename=$name
+	  case $file in
+	  *.exe)
+	    func_stripname '' '.exe' "$file"
+	    file=$func_stripname_result
+	    func_stripname '' '.exe' "$name"
+	    noexename=$func_stripname_result
+	    # $file with .exe has already been added to rmfiles,
+	    # add $file without .exe
+	    rmfiles="$rmfiles $file"
+	    ;;
+	  esac
+	  # Do a test to see if this is a libtool program.
+	  if func_ltwrapper_p "$file"; then
+	    if func_ltwrapper_executable_p "$file"; then
+	      func_ltwrapper_scriptname "$file"
+	      relink_command=
+	      func_source $func_ltwrapper_scriptname_result
+	      rmfiles="$rmfiles $func_ltwrapper_scriptname_result"
+	    else
+	      relink_command=
+	      func_source $dir/$noexename
+	    fi
+
+	    # note $name still contains .exe if it was in $file originally
+	    # as does the version of $file that was added into $rmfiles
+	    rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}"
+	    if test "$fast_install" = yes && test -n "$relink_command"; then
+	      rmfiles="$rmfiles $objdir/lt-$name"
+	    fi
+	    if test "X$noexename" != "X$name" ; then
+	      rmfiles="$rmfiles $objdir/lt-${noexename}.c"
+	    fi
+	  fi
+	fi
+	;;
+      esac
+      func_show_eval "$RM $rmfiles" 'exit_status=1'
+    done
+    objdir="$origobjdir"
+
+    # Try to remove the ${objdir}s in the directories where we deleted files
+    for dir in $rmdirs; do
+      if test -d "$dir"; then
+	func_show_eval "rmdir $dir >/dev/null 2>&1"
+      fi
+    done
+
+    exit $exit_status
+}
+
+{ test "$mode" = uninstall || test "$mode" = clean; } &&
+    func_mode_uninstall ${1+"$@"}
+
+test -z "$mode" && {
+  help="$generic_help"
+  func_fatal_help "you must specify a MODE"
+}
+
+test -z "$exec_cmd" && \
+  func_fatal_help "invalid operation mode \`$mode'"
+
+if test -n "$exec_cmd"; then
+  eval exec "$exec_cmd"
+  exit $EXIT_FAILURE
+fi
+
+exit $exit_status
+
+
+# The TAGs below are defined such that we never get into a situation
+# in which we disable both kinds of libraries.  Given conflicting
+# choices, we go for a static library, that is the most portable,
+# since we can't tell whether shared libraries were disabled because
+# the user asked for that or because the platform doesn't support
+# them.  This is particularly important on AIX, because we don't
+# support having both static and shared libraries enabled at the same
+# time on that platform, so we default to a shared-only configuration.
+# If a disable-shared tag is given, we'll fallback to a static-only
+# configuration.  But we'll never go from static-only to shared-only.
+
+# ### BEGIN LIBTOOL TAG CONFIG: disable-shared
+build_libtool_libs=no
+build_old_libs=yes
+# ### END LIBTOOL TAG CONFIG: disable-shared
+
+# ### BEGIN LIBTOOL TAG CONFIG: disable-static
+build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
+# ### END LIBTOOL TAG CONFIG: disable-static
+
+# Local Variables:
+# mode:shell-script
+# sh-indentation:2
+# End:
+# vi:sw=2
+
blob - /dev/null
blob + d88da2c264c8c312b286a83ae06d688d5287361a (mode 755)
--- /dev/null
+++ src/c-ares/ltmain.sh
@@ -0,0 +1,8413 @@
+# Generated from ltmain.m4sh.
+
+# ltmain.sh (GNU libtool) 2.2.6b
+# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
+
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 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.
+
+# GNU Libtool is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# As a special exception to the GNU General Public License,
+# if you distribute this file as part of a program or library that
+# is built using GNU Libtool, you may include this file under the
+# same distribution terms that you use for the rest of that program.
+#
+# GNU Libtool is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Libtool; see the file COPYING.  If not, a copy
+# can be downloaded from http://www.gnu.org/licenses/gpl.html,
+# or obtained by writing to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+# Usage: $progname [OPTION]... [MODE-ARG]...
+#
+# Provide generalized library-building support services.
+#
+#     --config             show all configuration variables
+#     --debug              enable verbose shell tracing
+# -n, --dry-run            display commands without modifying any files
+#     --features           display basic configuration information and exit
+#     --mode=MODE          use operation mode MODE
+#     --preserve-dup-deps  don't remove duplicate dependency libraries
+#     --quiet, --silent    don't print informational messages
+#     --tag=TAG            use configuration variables from tag TAG
+# -v, --verbose            print informational messages (default)
+#     --version            print version information
+# -h, --help               print short or long help message
+#
+# MODE must be one of the following:
+#
+#       clean              remove files from the build directory
+#       compile            compile a source file into a libtool object
+#       execute            automatically set library path, then run a program
+#       finish             complete the installation of libtool libraries
+#       install            install libraries or executables
+#       link               create a library or an executable
+#       uninstall          remove libraries from an installed directory
+#
+# MODE-ARGS vary depending on the MODE.
+# Try `$progname --help --mode=MODE' for a more detailed description of MODE.
+#
+# When reporting a bug, please describe a test case to reproduce it and
+# include the following information:
+#
+#       host-triplet:	$host
+#       shell:		$SHELL
+#       compiler:		$LTCC
+#       compiler flags:		$LTCFLAGS
+#       linker:		$LD (gnu? $with_gnu_ld)
+#       $progname:		(GNU libtool) 2.2.6b Debian-2.2.6b-2
+#       automake:		$automake_version
+#       autoconf:		$autoconf_version
+#
+# Report bugs to <bug-libtool@gnu.org>.
+
+PROGRAM=ltmain.sh
+PACKAGE=libtool
+VERSION="2.2.6b Debian-2.2.6b-2"
+TIMESTAMP=""
+package_revision=1.3017
+
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+  emulate sh
+  NULLCMD=:
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
+fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
+DUALCASE=1; export DUALCASE # for MKS sh
+
+# NLS nuisances: We save the old values to restore during execute mode.
+# Only set LANG and LC_ALL to C if already set.
+# These must not be set unconditionally because not all systems understand
+# e.g. LANG=C (notably SCO).
+lt_user_locale=
+lt_safe_locale=
+for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+do
+  eval "if test \"\${$lt_var+set}\" = set; then
+          save_$lt_var=\$$lt_var
+          $lt_var=C
+	  export $lt_var
+	  lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\"
+	  lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\"
+	fi"
+done
+
+$lt_unset CDPATH
+
+
+
+
+
+: ${CP="cp -f"}
+: ${ECHO="echo"}
+: ${EGREP="/bin/grep -E"}
+: ${FGREP="/bin/grep -F"}
+: ${GREP="/bin/grep"}
+: ${LN_S="ln -s"}
+: ${MAKE="make"}
+: ${MKDIR="mkdir"}
+: ${MV="mv -f"}
+: ${RM="rm -f"}
+: ${SED="/bin/sed"}
+: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
+: ${Xsed="$SED -e 1s/^X//"}
+
+# Global variables:
+EXIT_SUCCESS=0
+EXIT_FAILURE=1
+EXIT_MISMATCH=63  # $? = 63 is used to indicate version mismatch to missing.
+EXIT_SKIP=77	  # $? = 77 is used to indicate a skipped test to automake.
+
+exit_status=$EXIT_SUCCESS
+
+# Make sure IFS has a sensible default
+lt_nl='
+'
+IFS=" 	$lt_nl"
+
+dirname="s,/[^/]*$,,"
+basename="s,^.*/,,"
+
+# func_dirname_and_basename file append nondir_replacement
+# perform func_basename and func_dirname in a single function
+# call:
+#   dirname:  Compute the dirname of FILE.  If nonempty,
+#             add APPEND to the result, otherwise set result
+#             to NONDIR_REPLACEMENT.
+#             value returned in "$func_dirname_result"
+#   basename: Compute filename of FILE.
+#             value retuned in "$func_basename_result"
+# Implementation must be kept synchronized with func_dirname
+# and func_basename. For efficiency, we do not delegate to
+# those functions but instead duplicate the functionality here.
+func_dirname_and_basename ()
+{
+  # Extract subdirectory from the argument.
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
+  if test "X$func_dirname_result" = "X${1}"; then
+    func_dirname_result="${3}"
+  else
+    func_dirname_result="$func_dirname_result${2}"
+  fi
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
+}
+
+# Generated shell functions inserted here.
+
+# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
+# is ksh but when the shell is invoked as "sh" and the current value of
+# the _XPG environment variable is not equal to 1 (one), the special
+# positional parameter $0, within a function call, is the name of the
+# function.
+progpath="$0"
+
+# The name of this program:
+# In the unlikely event $progname began with a '-', it would play havoc with
+# func_echo (imagine progname=-n), so we prepend ./ in that case:
+func_dirname_and_basename "$progpath"
+progname=$func_basename_result
+case $progname in
+  -*) progname=./$progname ;;
+esac
+
+# Make sure we have an absolute path for reexecution:
+case $progpath in
+  [\\/]*|[A-Za-z]:\\*) ;;
+  *[\\/]*)
+     progdir=$func_dirname_result
+     progdir=`cd "$progdir" && pwd`
+     progpath="$progdir/$progname"
+     ;;
+  *)
+     save_IFS="$IFS"
+     IFS=:
+     for progdir in $PATH; do
+       IFS="$save_IFS"
+       test -x "$progdir/$progname" && break
+     done
+     IFS="$save_IFS"
+     test -n "$progdir" || progdir=`pwd`
+     progpath="$progdir/$progname"
+     ;;
+esac
+
+# Sed substitution that helps us do robust quoting.  It backslashifies
+# metacharacters that are still active within double-quoted strings.
+Xsed="${SED}"' -e 1s/^X//'
+sed_quote_subst='s/\([`"$\\]\)/\\\1/g'
+
+# Same as above, but do not quote variable references.
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
+
+# Re-`\' parameter expansions in output of double_quote_subst that were
+# `\'-ed in input to the same.  If an odd number of `\' preceded a '$'
+# in input to double_quote_subst, that '$' was protected from expansion.
+# Since each input `\' is now two `\'s, look for any number of runs of
+# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
+bs='\\'
+bs2='\\\\'
+bs4='\\\\\\\\'
+dollar='\$'
+sed_double_backslash="\
+  s/$bs4/&\\
+/g
+  s/^$bs2$dollar/$bs&/
+  s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
+  s/\n//g"
+
+# Standard options:
+opt_dry_run=false
+opt_help=false
+opt_quiet=false
+opt_verbose=false
+opt_warning=:
+
+# func_echo arg...
+# Echo program name prefixed message, along with the current mode
+# name if it has been set yet.
+func_echo ()
+{
+    $ECHO "$progname${mode+: }$mode: $*"
+}
+
+# func_verbose arg...
+# Echo program name prefixed message in verbose mode only.
+func_verbose ()
+{
+    $opt_verbose && func_echo ${1+"$@"}
+
+    # A bug in bash halts the script if the last line of a function
+    # fails when set -e is in force, so we need another command to
+    # work around that:
+    :
+}
+
+# func_error arg...
+# Echo program name prefixed message to standard error.
+func_error ()
+{
+    $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2
+}
+
+# func_warning arg...
+# Echo program name prefixed warning message to standard error.
+func_warning ()
+{
+    $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2
+
+    # bash bug again:
+    :
+}
+
+# func_fatal_error arg...
+# Echo program name prefixed message to standard error, and exit.
+func_fatal_error ()
+{
+    func_error ${1+"$@"}
+    exit $EXIT_FAILURE
+}
+
+# func_fatal_help arg...
+# Echo program name prefixed message to standard error, followed by
+# a help hint, and exit.
+func_fatal_help ()
+{
+    func_error ${1+"$@"}
+    func_fatal_error "$help"
+}
+help="Try \`$progname --help' for more information."  ## default
+
+
+# func_grep expression filename
+# Check whether EXPRESSION matches any line of FILENAME, without output.
+func_grep ()
+{
+    $GREP "$1" "$2" >/dev/null 2>&1
+}
+
+
+# func_mkdir_p directory-path
+# Make sure the entire path to DIRECTORY-PATH is available.
+func_mkdir_p ()
+{
+    my_directory_path="$1"
+    my_dir_list=
+
+    if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
+
+      # Protect directory names starting with `-'
+      case $my_directory_path in
+        -*) my_directory_path="./$my_directory_path" ;;
+      esac
+
+      # While some portion of DIR does not yet exist...
+      while test ! -d "$my_directory_path"; do
+        # ...make a list in topmost first order.  Use a colon delimited
+	# list incase some portion of path contains whitespace.
+        my_dir_list="$my_directory_path:$my_dir_list"
+
+        # If the last portion added has no slash in it, the list is done
+        case $my_directory_path in */*) ;; *) break ;; esac
+
+        # ...otherwise throw away the child directory and loop
+        my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
+      done
+      my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`
+
+      save_mkdir_p_IFS="$IFS"; IFS=':'
+      for my_dir in $my_dir_list; do
+	IFS="$save_mkdir_p_IFS"
+        # mkdir can fail with a `File exist' error if two processes
+        # try to create one of the directories concurrently.  Don't
+        # stop in that case!
+        $MKDIR "$my_dir" 2>/dev/null || :
+      done
+      IFS="$save_mkdir_p_IFS"
+
+      # Bail out if we (or some other process) failed to create a directory.
+      test -d "$my_directory_path" || \
+        func_fatal_error "Failed to create \`$1'"
+    fi
+}
+
+
+# func_mktempdir [string]
+# Make a temporary directory that won't clash with other running
+# libtool processes, and avoids race conditions if possible.  If
+# given, STRING is the basename for that directory.
+func_mktempdir ()
+{
+    my_template="${TMPDIR-/tmp}/${1-$progname}"
+
+    if test "$opt_dry_run" = ":"; then
+      # Return a directory name, but don't create it in dry-run mode
+      my_tmpdir="${my_template}-$$"
+    else
+
+      # If mktemp works, use that first and foremost
+      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
+
+      if test ! -d "$my_tmpdir"; then
+        # Failing that, at least try and use $RANDOM to avoid a race
+        my_tmpdir="${my_template}-${RANDOM-0}$$"
+
+        save_mktempdir_umask=`umask`
+        umask 0077
+        $MKDIR "$my_tmpdir"
+        umask $save_mktempdir_umask
+      fi
+
+      # If we're not in dry-run mode, bomb out on failure
+      test -d "$my_tmpdir" || \
+        func_fatal_error "cannot create temporary directory \`$my_tmpdir'"
+    fi
+
+    $ECHO "X$my_tmpdir" | $Xsed
+}
+
+
+# func_quote_for_eval arg
+# Aesthetically quote ARG to be evaled later.
+# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT
+# is double-quoted, suitable for a subsequent eval, whereas
+# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters
+# which are still active within double quotes backslashified.
+func_quote_for_eval ()
+{
+    case $1 in
+      *[\\\`\"\$]*)
+	func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
+      *)
+        func_quote_for_eval_unquoted_result="$1" ;;
+    esac
+
+    case $func_quote_for_eval_unquoted_result in
+      # Double-quote args containing shell metacharacters to delay
+      # word splitting, command substitution and and variable
+      # expansion for a subsequent eval.
+      # Many Bourne shells cannot handle close brackets correctly
+      # in scan sets, so we specify it separately.
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
+        func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""
+        ;;
+      *)
+        func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
+    esac
+}
+
+
+# func_quote_for_expand arg
+# Aesthetically quote ARG to be evaled later; same as above,
+# but do not quote variable references.
+func_quote_for_expand ()
+{
+    case $1 in
+      *[\\\`\"]*)
+	my_arg=`$ECHO "X$1" | $Xsed \
+	    -e "$double_quote_subst" -e "$sed_double_backslash"` ;;
+      *)
+        my_arg="$1" ;;
+    esac
+
+    case $my_arg in
+      # Double-quote args containing shell metacharacters to delay
+      # word splitting and command substitution for a subsequent eval.
+      # Many Bourne shells cannot handle close brackets correctly
+      # in scan sets, so we specify it separately.
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
+        my_arg="\"$my_arg\""
+        ;;
+    esac
+
+    func_quote_for_expand_result="$my_arg"
+}
+
+
+# func_show_eval cmd [fail_exp]
+# Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is
+# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
+# is given, then evaluate it.
+func_show_eval ()
+{
+    my_cmd="$1"
+    my_fail_exp="${2-:}"
+
+    ${opt_silent-false} || {
+      func_quote_for_expand "$my_cmd"
+      eval "func_echo $func_quote_for_expand_result"
+    }
+
+    if ${opt_dry_run-false}; then :; else
+      eval "$my_cmd"
+      my_status=$?
+      if test "$my_status" -eq 0; then :; else
+	eval "(exit $my_status); $my_fail_exp"
+      fi
+    fi
+}
+
+
+# func_show_eval_locale cmd [fail_exp]
+# Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is
+# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
+# is given, then evaluate it.  Use the saved locale for evaluation.
+func_show_eval_locale ()
+{
+    my_cmd="$1"
+    my_fail_exp="${2-:}"
+
+    ${opt_silent-false} || {
+      func_quote_for_expand "$my_cmd"
+      eval "func_echo $func_quote_for_expand_result"
+    }
+
+    if ${opt_dry_run-false}; then :; else
+      eval "$lt_user_locale
+	    $my_cmd"
+      my_status=$?
+      eval "$lt_safe_locale"
+      if test "$my_status" -eq 0; then :; else
+	eval "(exit $my_status); $my_fail_exp"
+      fi
+    fi
+}
+
+
+
+
+
+# func_version
+# Echo version message to standard output and exit.
+func_version ()
+{
+    $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / {
+        s/^# //
+	s/^# *$//
+        s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/
+        p
+     }' < "$progpath"
+     exit $?
+}
+
+# func_usage
+# Echo short help message to standard output and exit.
+func_usage ()
+{
+    $SED -n '/^# Usage:/,/# -h/ {
+        s/^# //
+	s/^# *$//
+	s/\$progname/'$progname'/
+	p
+    }' < "$progpath"
+    $ECHO
+    $ECHO "run \`$progname --help | more' for full usage"
+    exit $?
+}
+
+# func_help
+# Echo long help message to standard output and exit.
+func_help ()
+{
+    $SED -n '/^# Usage:/,/# Report bugs to/ {
+        s/^# //
+	s/^# *$//
+	s*\$progname*'$progname'*
+	s*\$host*'"$host"'*
+	s*\$SHELL*'"$SHELL"'*
+	s*\$LTCC*'"$LTCC"'*
+	s*\$LTCFLAGS*'"$LTCFLAGS"'*
+	s*\$LD*'"$LD"'*
+	s/\$with_gnu_ld/'"$with_gnu_ld"'/
+	s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
+	s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
+	p
+     }' < "$progpath"
+    exit $?
+}
+
+# func_missing_arg argname
+# Echo program name prefixed message to standard error and set global
+# exit_cmd.
+func_missing_arg ()
+{
+    func_error "missing argument for $1"
+    exit_cmd=exit
+}
+
+exit_cmd=:
+
+
+
+
+
+# Check that we have a working $ECHO.
+if test "X$1" = X--no-reexec; then
+  # Discard the --no-reexec flag, and continue.
+  shift
+elif test "X$1" = X--fallback-echo; then
+  # Avoid inline document here, it may be left over
+  :
+elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then
+  # Yippee, $ECHO works!
+  :
+else
+  # Restart under the correct shell, and then maybe $ECHO will work.
+  exec $SHELL "$progpath" --no-reexec ${1+"$@"}
+fi
+
+if test "X$1" = X--fallback-echo; then
+  # used as fallback echo
+  shift
+  cat <<EOF
+$*
+EOF
+  exit $EXIT_SUCCESS
+fi
+
+magic="%%%MAGIC variable%%%"
+magic_exe="%%%MAGIC EXE variable%%%"
+
+# Global variables.
+# $mode is unset
+nonopt=
+execute_dlfiles=
+preserve_args=
+lo2o="s/\\.lo\$/.${objext}/"
+o2lo="s/\\.${objext}\$/.lo/"
+extracted_archives=
+extracted_serial=0
+
+opt_dry_run=false
+opt_duplicate_deps=false
+opt_silent=false
+opt_debug=:
+
+# If this variable is set in any of the actions, the command in it
+# will be execed at the end.  This prevents here-documents from being
+# left over by shells.
+exec_cmd=
+
+# func_fatal_configuration arg...
+# Echo program name prefixed message to standard error, followed by
+# a configuration failure hint, and exit.
+func_fatal_configuration ()
+{
+    func_error ${1+"$@"}
+    func_error "See the $PACKAGE documentation for more information."
+    func_fatal_error "Fatal configuration error."
+}
+
+
+# func_config
+# Display the configuration for all the tags in this script.
+func_config ()
+{
+    re_begincf='^# ### BEGIN LIBTOOL'
+    re_endcf='^# ### END LIBTOOL'
+
+    # Default configuration.
+    $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
+
+    # Now print the configurations for the tags.
+    for tagname in $taglist; do
+      $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
+    done
+
+    exit $?
+}
+
+# func_features
+# Display the features supported by this script.
+func_features ()
+{
+    $ECHO "host: $host"
+    if test "$build_libtool_libs" = yes; then
+      $ECHO "enable shared libraries"
+    else
+      $ECHO "disable shared libraries"
+    fi
+    if test "$build_old_libs" = yes; then
+      $ECHO "enable static libraries"
+    else
+      $ECHO "disable static libraries"
+    fi
+
+    exit $?
+}
+
+# func_enable_tag tagname
+# Verify that TAGNAME is valid, and either flag an error and exit, or
+# enable the TAGNAME tag.  We also add TAGNAME to the global $taglist
+# variable here.
+func_enable_tag ()
+{
+  # Global variable:
+  tagname="$1"
+
+  re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
+  re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
+  sed_extractcf="/$re_begincf/,/$re_endcf/p"
+
+  # Validate tagname.
+  case $tagname in
+    *[!-_A-Za-z0-9,/]*)
+      func_fatal_error "invalid tag name: $tagname"
+      ;;
+  esac
+
+  # Don't test for the "default" C tag, as we know it's
+  # there but not specially marked.
+  case $tagname in
+    CC) ;;
+    *)
+      if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
+	taglist="$taglist $tagname"
+
+	# Evaluate the configuration.  Be careful to quote the path
+	# and the sed script, to avoid splitting on whitespace, but
+	# also don't use non-portable quotes within backquotes within
+	# quotes we have to do it in 2 steps:
+	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
+	eval "$extractedcf"
+      else
+	func_error "ignoring unknown tag $tagname"
+      fi
+      ;;
+  esac
+}
+
+# Parse options once, thoroughly.  This comes as soon as possible in
+# the script to make things like `libtool --version' happen quickly.
+{
+
+  # Shorthand for --mode=foo, only valid as the first argument
+  case $1 in
+  clean|clea|cle|cl)
+    shift; set dummy --mode clean ${1+"$@"}; shift
+    ;;
+  compile|compil|compi|comp|com|co|c)
+    shift; set dummy --mode compile ${1+"$@"}; shift
+    ;;
+  execute|execut|execu|exec|exe|ex|e)
+    shift; set dummy --mode execute ${1+"$@"}; shift
+    ;;
+  finish|finis|fini|fin|fi|f)
+    shift; set dummy --mode finish ${1+"$@"}; shift
+    ;;
+  install|instal|insta|inst|ins|in|i)
+    shift; set dummy --mode install ${1+"$@"}; shift
+    ;;
+  link|lin|li|l)
+    shift; set dummy --mode link ${1+"$@"}; shift
+    ;;
+  uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
+    shift; set dummy --mode uninstall ${1+"$@"}; shift
+    ;;
+  esac
+
+  # Parse non-mode specific arguments:
+  while test "$#" -gt 0; do
+    opt="$1"
+    shift
+
+    case $opt in
+      --config)		func_config					;;
+
+      --debug)		preserve_args="$preserve_args $opt"
+			func_echo "enabling shell trace mode"
+			opt_debug='set -x'
+			$opt_debug
+			;;
+
+      -dlopen)		test "$#" -eq 0 && func_missing_arg "$opt" && break
+			execute_dlfiles="$execute_dlfiles $1"
+			shift
+			;;
+
+      --dry-run | -n)	opt_dry_run=:					;;
+      --features)       func_features					;;
+      --finish)		mode="finish"					;;
+
+      --mode)		test "$#" -eq 0 && func_missing_arg "$opt" && break
+			case $1 in
+			  # Valid mode arguments:
+			  clean)	;;
+			  compile)	;;
+			  execute)	;;
+			  finish)	;;
+			  install)	;;
+			  link)		;;
+			  relink)	;;
+			  uninstall)	;;
+
+			  # Catch anything else as an error
+			  *) func_error "invalid argument for $opt"
+			     exit_cmd=exit
+			     break
+			     ;;
+		        esac
+
+			mode="$1"
+			shift
+			;;
+
+      --preserve-dup-deps)
+			opt_duplicate_deps=:				;;
+
+      --quiet|--silent)	preserve_args="$preserve_args $opt"
+			opt_silent=:
+			;;
+
+      --verbose| -v)	preserve_args="$preserve_args $opt"
+			opt_silent=false
+			;;
+
+      --tag)		test "$#" -eq 0 && func_missing_arg "$opt" && break
+			preserve_args="$preserve_args $opt $1"
+			func_enable_tag "$1"	# tagname is set here
+			shift
+			;;
+
+      # Separate optargs to long options:
+      -dlopen=*|--mode=*|--tag=*)
+			func_opt_split "$opt"
+			set dummy "$func_opt_split_opt" "$func_opt_split_arg" ${1+"$@"}
+			shift
+			;;
+
+      -\?|-h)		func_usage					;;
+      --help)		opt_help=:					;;
+      --version)	func_version					;;
+
+      -*)		func_fatal_help "unrecognized option \`$opt'"	;;
+
+      *)		nonopt="$opt"
+			break
+			;;
+    esac
+  done
+
+
+  case $host in
+    *cygwin* | *mingw* | *pw32* | *cegcc*)
+      # don't eliminate duplications in $postdeps and $predeps
+      opt_duplicate_compiler_generated_deps=:
+      ;;
+    *)
+      opt_duplicate_compiler_generated_deps=$opt_duplicate_deps
+      ;;
+  esac
+
+  # Having warned about all mis-specified options, bail out if
+  # anything was wrong.
+  $exit_cmd $EXIT_FAILURE
+}
+
+# func_check_version_match
+# Ensure that we are using m4 macros, and libtool script from the same
+# release of libtool.
+func_check_version_match ()
+{
+  if test "$package_revision" != "$macro_revision"; then
+    if test "$VERSION" != "$macro_version"; then
+      if test -z "$macro_version"; then
+        cat >&2 <<_LT_EOF
+$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
+$progname: definition of this LT_INIT comes from an older release.
+$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
+$progname: and run autoconf again.
+_LT_EOF
+      else
+        cat >&2 <<_LT_EOF
+$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
+$progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
+$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
+$progname: and run autoconf again.
+_LT_EOF
+      fi
+    else
+      cat >&2 <<_LT_EOF
+$progname: Version mismatch error.  This is $PACKAGE $VERSION, revision $package_revision,
+$progname: but the definition of this LT_INIT comes from revision $macro_revision.
+$progname: You should recreate aclocal.m4 with macros from revision $package_revision
+$progname: of $PACKAGE $VERSION and run autoconf again.
+_LT_EOF
+    fi
+
+    exit $EXIT_MISMATCH
+  fi
+}
+
+
+## ----------- ##
+##    Main.    ##
+## ----------- ##
+
+$opt_help || {
+  # Sanity checks first:
+  func_check_version_match
+
+  if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
+    func_fatal_configuration "not configured to build any kind of library"
+  fi
+
+  test -z "$mode" && func_fatal_error "error: you must specify a MODE."
+
+
+  # Darwin sucks
+  eval std_shrext=\"$shrext_cmds\"
+
+
+  # Only execute mode is allowed to have -dlopen flags.
+  if test -n "$execute_dlfiles" && test "$mode" != execute; then
+    func_error "unrecognized option \`-dlopen'"
+    $ECHO "$help" 1>&2
+    exit $EXIT_FAILURE
+  fi
+
+  # Change the help message to a mode-specific one.
+  generic_help="$help"
+  help="Try \`$progname --help --mode=$mode' for more information."
+}
+
+
+# func_lalib_p file
+# True iff FILE is a libtool `.la' library or `.lo' object file.
+# This function is only a basic sanity check; it will hardly flush out
+# determined imposters.
+func_lalib_p ()
+{
+    test -f "$1" &&
+      $SED -e 4q "$1" 2>/dev/null \
+        | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
+}
+
+# func_lalib_unsafe_p file
+# True iff FILE is a libtool `.la' library or `.lo' object file.
+# This function implements the same check as func_lalib_p without
+# resorting to external programs.  To this end, it redirects stdin and
+# closes it afterwards, without saving the original file descriptor.
+# As a safety measure, use it only where a negative result would be
+# fatal anyway.  Works if `file' does not exist.
+func_lalib_unsafe_p ()
+{
+    lalib_p=no
+    if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then
+	for lalib_p_l in 1 2 3 4
+	do
+	    read lalib_p_line
+	    case "$lalib_p_line" in
+		\#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
+	    esac
+	done
+	exec 0<&5 5<&-
+    fi
+    test "$lalib_p" = yes
+}
+
+# func_ltwrapper_script_p file
+# True iff FILE is a libtool wrapper script
+# This function is only a basic sanity check; it will hardly flush out
+# determined imposters.
+func_ltwrapper_script_p ()
+{
+    func_lalib_p "$1"
+}
+
+# func_ltwrapper_executable_p file
+# True iff FILE is a libtool wrapper executable
+# This function is only a basic sanity check; it will hardly flush out
+# determined imposters.
+func_ltwrapper_executable_p ()
+{
+    func_ltwrapper_exec_suffix=
+    case $1 in
+    *.exe) ;;
+    *) func_ltwrapper_exec_suffix=.exe ;;
+    esac
+    $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
+}
+
+# func_ltwrapper_scriptname file
+# Assumes file is an ltwrapper_executable
+# uses $file to determine the appropriate filename for a
+# temporary ltwrapper_script.
+func_ltwrapper_scriptname ()
+{
+    func_ltwrapper_scriptname_result=""
+    if func_ltwrapper_executable_p "$1"; then
+	func_dirname_and_basename "$1" "" "."
+	func_stripname '' '.exe' "$func_basename_result"
+	func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper"
+    fi
+}
+
+# func_ltwrapper_p file
+# True iff FILE is a libtool wrapper script or wrapper executable
+# This function is only a basic sanity check; it will hardly flush out
+# determined imposters.
+func_ltwrapper_p ()
+{
+    func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1"
+}
+
+
+# func_execute_cmds commands fail_cmd
+# Execute tilde-delimited COMMANDS.
+# If FAIL_CMD is given, eval that upon failure.
+# FAIL_CMD may read-access the current command in variable CMD!
+func_execute_cmds ()
+{
+    $opt_debug
+    save_ifs=$IFS; IFS='~'
+    for cmd in $1; do
+      IFS=$save_ifs
+      eval cmd=\"$cmd\"
+      func_show_eval "$cmd" "${2-:}"
+    done
+    IFS=$save_ifs
+}
+
+
+# func_source file
+# Source FILE, adding directory component if necessary.
+# Note that it is not necessary on cygwin/mingw to append a dot to
+# FILE even if both FILE and FILE.exe exist: automatic-append-.exe
+# behavior happens only for exec(3), not for open(2)!  Also, sourcing
+# `FILE.' does not work on cygwin managed mounts.
+func_source ()
+{
+    $opt_debug
+    case $1 in
+    */* | *\\*)	. "$1" ;;
+    *)		. "./$1" ;;
+    esac
+}
+
+
+# func_infer_tag arg
+# Infer tagged configuration to use if any are available and
+# if one wasn't chosen via the "--tag" command line option.
+# Only attempt this if the compiler in the base compile
+# command doesn't match the default compiler.
+# arg is usually of the form 'gcc ...'
+func_infer_tag ()
+{
+    $opt_debug
+    if test -n "$available_tags" && test -z "$tagname"; then
+      CC_quoted=
+      for arg in $CC; do
+        func_quote_for_eval "$arg"
+	CC_quoted="$CC_quoted $func_quote_for_eval_result"
+      done
+      case $@ in
+      # Blanks in the command may have been stripped by the calling shell,
+      # but not from the CC environment variable when configure was run.
+      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;;
+      # Blanks at the start of $base_compile will cause this to fail
+      # if we don't check for them as well.
+      *)
+	for z in $available_tags; do
+	  if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
+	    # Evaluate the configuration.
+	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
+	    CC_quoted=
+	    for arg in $CC; do
+	      # Double-quote args containing other shell metacharacters.
+	      func_quote_for_eval "$arg"
+	      CC_quoted="$CC_quoted $func_quote_for_eval_result"
+	    done
+	    case "$@ " in
+	      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*)
+	      # The compiler in the base compile command matches
+	      # the one in the tagged configuration.
+	      # Assume this is the tagged configuration we want.
+	      tagname=$z
+	      break
+	      ;;
+	    esac
+	  fi
+	done
+	# If $tagname still isn't set, then no tagged configuration
+	# was found and let the user know that the "--tag" command
+	# line option must be used.
+	if test -z "$tagname"; then
+	  func_echo "unable to infer tagged configuration"
+	  func_fatal_error "specify a tag with \`--tag'"
+#	else
+#	  func_verbose "using $tagname tagged configuration"
+	fi
+	;;
+      esac
+    fi
+}
+
+
+
+# func_write_libtool_object output_name pic_name nonpic_name
+# Create a libtool object file (analogous to a ".la" file),
+# but don't create it if we're doing a dry run.
+func_write_libtool_object ()
+{
+    write_libobj=${1}
+    if test "$build_libtool_libs" = yes; then
+      write_lobj=\'${2}\'
+    else
+      write_lobj=none
+    fi
+
+    if test "$build_old_libs" = yes; then
+      write_oldobj=\'${3}\'
+    else
+      write_oldobj=none
+    fi
+
+    $opt_dry_run || {
+      cat >${write_libobj}T <<EOF
+# $write_libobj - a libtool object file
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# Name of the PIC object.
+pic_object=$write_lobj
+
+# Name of the non-PIC object
+non_pic_object=$write_oldobj
+
+EOF
+      $MV "${write_libobj}T" "${write_libobj}"
+    }
+}
+
+# func_mode_compile arg...
+func_mode_compile ()
+{
+    $opt_debug
+    # Get the compilation command and the source file.
+    base_compile=
+    srcfile="$nonopt"  #  always keep a non-empty value in "srcfile"
+    suppress_opt=yes
+    suppress_output=
+    arg_mode=normal
+    libobj=
+    later=
+    pie_flag=
+
+    for arg
+    do
+      case $arg_mode in
+      arg  )
+	# do not "continue".  Instead, add this to base_compile
+	lastarg="$arg"
+	arg_mode=normal
+	;;
+
+      target )
+	libobj="$arg"
+	arg_mode=normal
+	continue
+	;;
+
+      normal )
+	# Accept any command-line options.
+	case $arg in
+	-o)
+	  test -n "$libobj" && \
+	    func_fatal_error "you cannot specify \`-o' more than once"
+	  arg_mode=target
+	  continue
+	  ;;
+
+	-pie | -fpie | -fPIE)
+          pie_flag="$pie_flag $arg"
+	  continue
+	  ;;
+
+	-shared | -static | -prefer-pic | -prefer-non-pic)
+	  later="$later $arg"
+	  continue
+	  ;;
+
+	-no-suppress)
+	  suppress_opt=no
+	  continue
+	  ;;
+
+	-Xcompiler)
+	  arg_mode=arg  #  the next one goes into the "base_compile" arg list
+	  continue      #  The current "srcfile" will either be retained or
+	  ;;            #  replaced later.  I would guess that would be a bug.
+
+	-Wc,*)
+	  func_stripname '-Wc,' '' "$arg"
+	  args=$func_stripname_result
+	  lastarg=
+	  save_ifs="$IFS"; IFS=','
+	  for arg in $args; do
+	    IFS="$save_ifs"
+	    func_quote_for_eval "$arg"
+	    lastarg="$lastarg $func_quote_for_eval_result"
+	  done
+	  IFS="$save_ifs"
+	  func_stripname ' ' '' "$lastarg"
+	  lastarg=$func_stripname_result
+
+	  # Add the arguments to base_compile.
+	  base_compile="$base_compile $lastarg"
+	  continue
+	  ;;
+
+	*)
+	  # Accept the current argument as the source file.
+	  # The previous "srcfile" becomes the current argument.
+	  #
+	  lastarg="$srcfile"
+	  srcfile="$arg"
+	  ;;
+	esac  #  case $arg
+	;;
+      esac    #  case $arg_mode
+
+      # Aesthetically quote the previous argument.
+      func_quote_for_eval "$lastarg"
+      base_compile="$base_compile $func_quote_for_eval_result"
+    done # for arg
+
+    case $arg_mode in
+    arg)
+      func_fatal_error "you must specify an argument for -Xcompile"
+      ;;
+    target)
+      func_fatal_error "you must specify a target with \`-o'"
+      ;;
+    *)
+      # Get the name of the library object.
+      test -z "$libobj" && {
+	func_basename "$srcfile"
+	libobj="$func_basename_result"
+      }
+      ;;
+    esac
+
+    # Recognize several different file suffixes.
+    # If the user specifies -o file.o, it is replaced with file.lo
+    case $libobj in
+    *.[cCFSifmso] | \
+    *.ada | *.adb | *.ads | *.asm | \
+    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
+    *.[fF][09]? | *.for | *.java | *.obj | *.sx)
+      func_xform "$libobj"
+      libobj=$func_xform_result
+      ;;
+    esac
+
+    case $libobj in
+    *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
+    *)
+      func_fatal_error "cannot determine name of library object from \`$libobj'"
+      ;;
+    esac
+
+    func_infer_tag $base_compile
+
+    for arg in $later; do
+      case $arg in
+      -shared)
+	test "$build_libtool_libs" != yes && \
+	  func_fatal_configuration "can not build a shared library"
+	build_old_libs=no
+	continue
+	;;
+
+      -static)
+	build_libtool_libs=no
+	build_old_libs=yes
+	continue
+	;;
+
+      -prefer-pic)
+	pic_mode=yes
+	continue
+	;;
+
+      -prefer-non-pic)
+	pic_mode=no
+	continue
+	;;
+      esac
+    done
+
+    func_quote_for_eval "$libobj"
+    test "X$libobj" != "X$func_quote_for_eval_result" \
+      && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"'	 &()|`$[]' \
+      && func_warning "libobj name \`$libobj' may not contain shell special characters."
+    func_dirname_and_basename "$obj" "/" ""
+    objname="$func_basename_result"
+    xdir="$func_dirname_result"
+    lobj=${xdir}$objdir/$objname
+
+    test -z "$base_compile" && \
+      func_fatal_help "you must specify a compilation command"
+
+    # Delete any leftover library objects.
+    if test "$build_old_libs" = yes; then
+      removelist="$obj $lobj $libobj ${libobj}T"
+    else
+      removelist="$lobj $libobj ${libobj}T"
+    fi
+
+    # On Cygwin there's no "real" PIC flag so we must build both object types
+    case $host_os in
+    cygwin* | mingw* | pw32* | os2* | cegcc*)
+      pic_mode=default
+      ;;
+    esac
+    if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
+      # non-PIC code in shared libraries is not supported
+      pic_mode=default
+    fi
+
+    # Calculate the filename of the output object if compiler does
+    # not support -o with -c
+    if test "$compiler_c_o" = no; then
+      output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
+      lockfile="$output_obj.lock"
+    else
+      output_obj=
+      need_locks=no
+      lockfile=
+    fi
+
+    # Lock this critical section if it is needed
+    # We use this script file to make the link, it avoids creating a new file
+    if test "$need_locks" = yes; then
+      until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
+	func_echo "Waiting for $lockfile to be removed"
+	sleep 2
+      done
+    elif test "$need_locks" = warn; then
+      if test -f "$lockfile"; then
+	$ECHO "\
+*** ERROR, $lockfile exists and contains:
+`cat $lockfile 2>/dev/null`
+
+This indicates that another process is trying to use the same
+temporary object file, and libtool could not work around it because
+your compiler does not support \`-c' and \`-o' together.  If you
+repeat this compilation, it may succeed, by chance, but you had better
+avoid parallel builds (make -j) in this platform, or get a better
+compiler."
+
+	$opt_dry_run || $RM $removelist
+	exit $EXIT_FAILURE
+      fi
+      removelist="$removelist $output_obj"
+      $ECHO "$srcfile" > "$lockfile"
+    fi
+
+    $opt_dry_run || $RM $removelist
+    removelist="$removelist $lockfile"
+    trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
+
+    if test -n "$fix_srcfile_path"; then
+      eval srcfile=\"$fix_srcfile_path\"
+    fi
+    func_quote_for_eval "$srcfile"
+    qsrcfile=$func_quote_for_eval_result
+
+    # Only build a PIC object if we are building libtool libraries.
+    if test "$build_libtool_libs" = yes; then
+      # Without this assignment, base_compile gets emptied.
+      fbsd_hideous_sh_bug=$base_compile
+
+      if test "$pic_mode" != no; then
+	command="$base_compile $qsrcfile $pic_flag"
+      else
+	# Don't build PIC code
+	command="$base_compile $qsrcfile"
+      fi
+
+      func_mkdir_p "$xdir$objdir"
+
+      if test -z "$output_obj"; then
+	# Place PIC objects in $objdir
+	command="$command -o $lobj"
+      fi
+
+      func_show_eval_locale "$command"	\
+          'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
+
+      if test "$need_locks" = warn &&
+	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
+	$ECHO "\
+*** ERROR, $lockfile contains:
+`cat $lockfile 2>/dev/null`
+
+but it should contain:
+$srcfile
+
+This indicates that another process is trying to use the same
+temporary object file, and libtool could not work around it because
+your compiler does not support \`-c' and \`-o' together.  If you
+repeat this compilation, it may succeed, by chance, but you had better
+avoid parallel builds (make -j) in this platform, or get a better
+compiler."
+
+	$opt_dry_run || $RM $removelist
+	exit $EXIT_FAILURE
+      fi
+
+      # Just move the object if needed, then go on to compile the next one
+      if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
+	func_show_eval '$MV "$output_obj" "$lobj"' \
+	  'error=$?; $opt_dry_run || $RM $removelist; exit $error'
+      fi
+
+      # Allow error messages only from the first compilation.
+      if test "$suppress_opt" = yes; then
+	suppress_output=' >/dev/null 2>&1'
+      fi
+    fi
+
+    # Only build a position-dependent object if we build old libraries.
+    if test "$build_old_libs" = yes; then
+      if test "$pic_mode" != yes; then
+	# Don't build PIC code
+	command="$base_compile $qsrcfile$pie_flag"
+      else
+	command="$base_compile $qsrcfile $pic_flag"
+      fi
+      if test "$compiler_c_o" = yes; then
+	command="$command -o $obj"
+      fi
+
+      # Suppress compiler output if we already did a PIC compilation.
+      command="$command$suppress_output"
+      func_show_eval_locale "$command" \
+        '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
+
+      if test "$need_locks" = warn &&
+	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
+	$ECHO "\
+*** ERROR, $lockfile contains:
+`cat $lockfile 2>/dev/null`
+
+but it should contain:
+$srcfile
+
+This indicates that another process is trying to use the same
+temporary object file, and libtool could not work around it because
+your compiler does not support \`-c' and \`-o' together.  If you
+repeat this compilation, it may succeed, by chance, but you had better
+avoid parallel builds (make -j) in this platform, or get a better
+compiler."
+
+	$opt_dry_run || $RM $removelist
+	exit $EXIT_FAILURE
+      fi
+
+      # Just move the object if needed
+      if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
+	func_show_eval '$MV "$output_obj" "$obj"' \
+	  'error=$?; $opt_dry_run || $RM $removelist; exit $error'
+      fi
+    fi
+
+    $opt_dry_run || {
+      func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
+
+      # Unlock the critical section if it was locked
+      if test "$need_locks" != no; then
+	removelist=$lockfile
+        $RM "$lockfile"
+      fi
+    }
+
+    exit $EXIT_SUCCESS
+}
+
+$opt_help || {
+test "$mode" = compile && func_mode_compile ${1+"$@"}
+}
+
+func_mode_help ()
+{
+    # We need to display help for each of the modes.
+    case $mode in
+      "")
+        # Generic help is extracted from the usage comments
+        # at the start of this file.
+        func_help
+        ;;
+
+      clean)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
+
+Remove files from the build directory.
+
+RM is the name of the program to use to delete files associated with each FILE
+(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
+to RM.
+
+If FILE is a libtool library, object or program, all the files associated
+with it are deleted. Otherwise, only FILE itself is deleted using RM."
+        ;;
+
+      compile)
+      $ECHO \
+"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
+
+Compile a source file into a libtool library object.
+
+This mode accepts the following additional options:
+
+  -o OUTPUT-FILE    set the output file name to OUTPUT-FILE
+  -no-suppress      do not suppress compiler output for multiple passes
+  -prefer-pic       try to building PIC objects only
+  -prefer-non-pic   try to building non-PIC objects only
+  -shared           do not build a \`.o' file suitable for static linking
+  -static           only build a \`.o' file suitable for static linking
+
+COMPILE-COMMAND is a command to be used in creating a \`standard' object file
+from the given SOURCEFILE.
+
+The output file name is determined by removing the directory component from
+SOURCEFILE, then substituting the C source code suffix \`.c' with the
+library object suffix, \`.lo'."
+        ;;
+
+      execute)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
+
+Automatically set library path, then run a program.
+
+This mode accepts the following additional options:
+
+  -dlopen FILE      add the directory containing FILE to the library path
+
+This mode sets the library path environment variable according to \`-dlopen'
+flags.
+
+If any of the ARGS are libtool executable wrappers, then they are translated
+into their corresponding uninstalled binary, and any of their required library
+directories are added to the library path.
+
+Then, COMMAND is executed, with ARGS as arguments."
+        ;;
+
+      finish)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
+
+Complete the installation of libtool libraries.
+
+Each LIBDIR is a directory that contains libtool libraries.
+
+The commands that this mode executes may require superuser privileges.  Use
+the \`--dry-run' option if you just want to see what would be executed."
+        ;;
+
+      install)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
+
+Install executables or libraries.
+
+INSTALL-COMMAND is the installation command.  The first component should be
+either the \`install' or \`cp' program.
+
+The following components of INSTALL-COMMAND are treated specially:
+
+  -inst-prefix PREFIX-DIR  Use PREFIX-DIR as a staging area for installation
+
+The rest of the components are interpreted as arguments to that command (only
+BSD-compatible install options are recognized)."
+        ;;
+
+      link)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
+
+Link object files or libraries together to form another library, or to
+create an executable program.
+
+LINK-COMMAND is a command using the C compiler that you would use to create
+a program from several object files.
+
+The following components of LINK-COMMAND are treated specially:
+
+  -all-static       do not do any dynamic linking at all
+  -avoid-version    do not add a version suffix if possible
+  -dlopen FILE      \`-dlpreopen' FILE if it cannot be dlopened at runtime
+  -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
+  -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
+  -export-symbols SYMFILE
+                    try to export only the symbols listed in SYMFILE
+  -export-symbols-regex REGEX
+                    try to export only the symbols matching REGEX
+  -LLIBDIR          search LIBDIR for required installed libraries
+  -lNAME            OUTPUT-FILE requires the installed library libNAME
+  -module           build a library that can dlopened
+  -no-fast-install  disable the fast-install mode
+  -no-install       link a not-installable executable
+  -no-undefined     declare that a library does not refer to external symbols
+  -o OUTPUT-FILE    create OUTPUT-FILE from the specified objects
+  -objectlist FILE  Use a list of object files found in FILE to specify objects
+  -precious-files-regex REGEX
+                    don't remove output files matching REGEX
+  -release RELEASE  specify package release information
+  -rpath LIBDIR     the created library will eventually be installed in LIBDIR
+  -R[ ]LIBDIR       add LIBDIR to the runtime path of programs and libraries
+  -shared           only do dynamic linking of libtool libraries
+  -shrext SUFFIX    override the standard shared library file extension
+  -static           do not do any dynamic linking of uninstalled libtool libraries
+  -static-libtool-libs
+                    do not do any dynamic linking of libtool libraries
+  -version-info CURRENT[:REVISION[:AGE]]
+                    specify library version info [each variable defaults to 0]
+  -weak LIBNAME     declare that the target provides the LIBNAME interface
+
+All other options (arguments beginning with \`-') are ignored.
+
+Every other argument is treated as a filename.  Files ending in \`.la' are
+treated as uninstalled libtool libraries, other files are standard or library
+object files.
+
+If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
+only library objects (\`.lo' files) may be specified, and \`-rpath' is
+required, except when creating a convenience library.
+
+If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
+using \`ar' and \`ranlib', or on Windows using \`lib'.
+
+If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
+is created, otherwise an executable program is created."
+        ;;
+
+      uninstall)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
+
+Remove libraries from an installation directory.
+
+RM is the name of the program to use to delete files associated with each FILE
+(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
+to RM.
+
+If FILE is a libtool library, all the files associated with it are deleted.
+Otherwise, only FILE itself is deleted using RM."
+        ;;
+
+      *)
+        func_fatal_help "invalid operation mode \`$mode'"
+        ;;
+    esac
+
+    $ECHO
+    $ECHO "Try \`$progname --help' for more information about other modes."
+
+    exit $?
+}
+
+  # Now that we've collected a possible --mode arg, show help if necessary
+  $opt_help && func_mode_help
+
+
+# func_mode_execute arg...
+func_mode_execute ()
+{
+    $opt_debug
+    # The first argument is the command name.
+    cmd="$nonopt"
+    test -z "$cmd" && \
+      func_fatal_help "you must specify a COMMAND"
+
+    # Handle -dlopen flags immediately.
+    for file in $execute_dlfiles; do
+      test -f "$file" \
+	|| func_fatal_help "\`$file' is not a file"
+
+      dir=
+      case $file in
+      *.la)
+	# Check to see that this really is a libtool archive.
+	func_lalib_unsafe_p "$file" \
+	  || func_fatal_help "\`$lib' is not a valid libtool archive"
+
+	# Read the libtool library.
+	dlname=
+	library_names=
+	func_source "$file"
+
+	# Skip this library if it cannot be dlopened.
+	if test -z "$dlname"; then
+	  # Warn if it was a shared library.
+	  test -n "$library_names" && \
+	    func_warning "\`$file' was not linked with \`-export-dynamic'"
+	  continue
+	fi
+
+	func_dirname "$file" "" "."
+	dir="$func_dirname_result"
+
+	if test -f "$dir/$objdir/$dlname"; then
+	  dir="$dir/$objdir"
+	else
+	  if test ! -f "$dir/$dlname"; then
+	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
+	  fi
+	fi
+	;;
+
+      *.lo)
+	# Just add the directory containing the .lo file.
+	func_dirname "$file" "" "."
+	dir="$func_dirname_result"
+	;;
+
+      *)
+	func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
+	continue
+	;;
+      esac
+
+      # Get the absolute pathname.
+      absdir=`cd "$dir" && pwd`
+      test -n "$absdir" && dir="$absdir"
+
+      # Now add the directory to shlibpath_var.
+      if eval "test -z \"\$$shlibpath_var\""; then
+	eval "$shlibpath_var=\"\$dir\""
+      else
+	eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
+      fi
+    done
+
+    # This variable tells wrapper scripts just to set shlibpath_var
+    # rather than running their programs.
+    libtool_execute_magic="$magic"
+
+    # Check if any of the arguments is a wrapper script.
+    args=
+    for file
+    do
+      case $file in
+      -*) ;;
+      *)
+	# Do a test to see if this is really a libtool program.
+	if func_ltwrapper_script_p "$file"; then
+	  func_source "$file"
+	  # Transform arg to wrapped name.
+	  file="$progdir/$program"
+	elif func_ltwrapper_executable_p "$file"; then
+	  func_ltwrapper_scriptname "$file"
+	  func_source "$func_ltwrapper_scriptname_result"
+	  # Transform arg to wrapped name.
+	  file="$progdir/$program"
+	fi
+	;;
+      esac
+      # Quote arguments (to preserve shell metacharacters).
+      func_quote_for_eval "$file"
+      args="$args $func_quote_for_eval_result"
+    done
+
+    if test "X$opt_dry_run" = Xfalse; then
+      if test -n "$shlibpath_var"; then
+	# Export the shlibpath_var.
+	eval "export $shlibpath_var"
+      fi
+
+      # Restore saved environment variables
+      for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+      do
+	eval "if test \"\${save_$lt_var+set}\" = set; then
+                $lt_var=\$save_$lt_var; export $lt_var
+	      else
+		$lt_unset $lt_var
+	      fi"
+      done
+
+      # Now prepare to actually exec the command.
+      exec_cmd="\$cmd$args"
+    else
+      # Display what would be done.
+      if test -n "$shlibpath_var"; then
+	eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
+	$ECHO "export $shlibpath_var"
+      fi
+      $ECHO "$cmd$args"
+      exit $EXIT_SUCCESS
+    fi
+}
+
+test "$mode" = execute && func_mode_execute ${1+"$@"}
+
+
+# func_mode_finish arg...
+func_mode_finish ()
+{
+    $opt_debug
+    libdirs="$nonopt"
+    admincmds=
+
+    if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
+      for dir
+      do
+	libdirs="$libdirs $dir"
+      done
+
+      for libdir in $libdirs; do
+	if test -n "$finish_cmds"; then
+	  # Do each command in the finish commands.
+	  func_execute_cmds "$finish_cmds" 'admincmds="$admincmds
+'"$cmd"'"'
+	fi
+	if test -n "$finish_eval"; then
+	  # Do the single finish_eval.
+	  eval cmds=\"$finish_eval\"
+	  $opt_dry_run || eval "$cmds" || admincmds="$admincmds
+       $cmds"
+	fi
+      done
+    fi
+
+    # Exit here if they wanted silent mode.
+    $opt_silent && exit $EXIT_SUCCESS
+
+    $ECHO "X----------------------------------------------------------------------" | $Xsed
+    $ECHO "Libraries have been installed in:"
+    for libdir in $libdirs; do
+      $ECHO "   $libdir"
+    done
+    $ECHO
+    $ECHO "If you ever happen to want to link against installed libraries"
+    $ECHO "in a given directory, LIBDIR, you must either use libtool, and"
+    $ECHO "specify the full pathname of the library, or use the \`-LLIBDIR'"
+    $ECHO "flag during linking and do at least one of the following:"
+    if test -n "$shlibpath_var"; then
+      $ECHO "   - add LIBDIR to the \`$shlibpath_var' environment variable"
+      $ECHO "     during execution"
+    fi
+    if test -n "$runpath_var"; then
+      $ECHO "   - add LIBDIR to the \`$runpath_var' environment variable"
+      $ECHO "     during linking"
+    fi
+    if test -n "$hardcode_libdir_flag_spec"; then
+      libdir=LIBDIR
+      eval flag=\"$hardcode_libdir_flag_spec\"
+
+      $ECHO "   - use the \`$flag' linker flag"
+    fi
+    if test -n "$admincmds"; then
+      $ECHO "   - have your system administrator run these commands:$admincmds"
+    fi
+    if test -f /etc/ld.so.conf; then
+      $ECHO "   - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
+    fi
+    $ECHO
+
+    $ECHO "See any operating system documentation about shared libraries for"
+    case $host in
+      solaris2.[6789]|solaris2.1[0-9])
+        $ECHO "more information, such as the ld(1), crle(1) and ld.so(8) manual"
+	$ECHO "pages."
+	;;
+      *)
+        $ECHO "more information, such as the ld(1) and ld.so(8) manual pages."
+        ;;
+    esac
+    $ECHO "X----------------------------------------------------------------------" | $Xsed
+    exit $EXIT_SUCCESS
+}
+
+test "$mode" = finish && func_mode_finish ${1+"$@"}
+
+
+# func_mode_install arg...
+func_mode_install ()
+{
+    $opt_debug
+    # There may be an optional sh(1) argument at the beginning of
+    # install_prog (especially on Windows NT).
+    if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
+       # Allow the use of GNU shtool's install command.
+       $ECHO "X$nonopt" | $GREP shtool >/dev/null; then
+      # Aesthetically quote it.
+      func_quote_for_eval "$nonopt"
+      install_prog="$func_quote_for_eval_result "
+      arg=$1
+      shift
+    else
+      install_prog=
+      arg=$nonopt
+    fi
+
+    # The real first argument should be the name of the installation program.
+    # Aesthetically quote it.
+    func_quote_for_eval "$arg"
+    install_prog="$install_prog$func_quote_for_eval_result"
+
+    # We need to accept at least all the BSD install flags.
+    dest=
+    files=
+    opts=
+    prev=
+    install_type=
+    isdir=no
+    stripme=
+    for arg
+    do
+      if test -n "$dest"; then
+	files="$files $dest"
+	dest=$arg
+	continue
+      fi
+
+      case $arg in
+      -d) isdir=yes ;;
+      -f)
+	case " $install_prog " in
+	*[\\\ /]cp\ *) ;;
+	*) prev=$arg ;;
+	esac
+	;;
+      -g | -m | -o)
+	prev=$arg
+	;;
+      -s)
+	stripme=" -s"
+	continue
+	;;
+      -*)
+	;;
+      *)
+	# If the previous option needed an argument, then skip it.
+	if test -n "$prev"; then
+	  prev=
+	else
+	  dest=$arg
+	  continue
+	fi
+	;;
+      esac
+
+      # Aesthetically quote the argument.
+      func_quote_for_eval "$arg"
+      install_prog="$install_prog $func_quote_for_eval_result"
+    done
+
+    test -z "$install_prog" && \
+      func_fatal_help "you must specify an install program"
+
+    test -n "$prev" && \
+      func_fatal_help "the \`$prev' option requires an argument"
+
+    if test -z "$files"; then
+      if test -z "$dest"; then
+	func_fatal_help "no file or destination specified"
+      else
+	func_fatal_help "you must specify a destination"
+      fi
+    fi
+
+    # Strip any trailing slash from the destination.
+    func_stripname '' '/' "$dest"
+    dest=$func_stripname_result
+
+    # Check to see that the destination is a directory.
+    test -d "$dest" && isdir=yes
+    if test "$isdir" = yes; then
+      destdir="$dest"
+      destname=
+    else
+      func_dirname_and_basename "$dest" "" "."
+      destdir="$func_dirname_result"
+      destname="$func_basename_result"
+
+      # Not a directory, so check to see that there is only one file specified.
+      set dummy $files; shift
+      test "$#" -gt 1 && \
+	func_fatal_help "\`$dest' is not a directory"
+    fi
+    case $destdir in
+    [\\/]* | [A-Za-z]:[\\/]*) ;;
+    *)
+      for file in $files; do
+	case $file in
+	*.lo) ;;
+	*)
+	  func_fatal_help "\`$destdir' must be an absolute directory name"
+	  ;;
+	esac
+      done
+      ;;
+    esac
+
+    # This variable tells wrapper scripts just to set variables rather
+    # than running their programs.
+    libtool_install_magic="$magic"
+
+    staticlibs=
+    future_libdirs=
+    current_libdirs=
+    for file in $files; do
+
+      # Do each installation.
+      case $file in
+      *.$libext)
+	# Do the static libraries later.
+	staticlibs="$staticlibs $file"
+	;;
+
+      *.la)
+	# Check to see that this really is a libtool archive.
+	func_lalib_unsafe_p "$file" \
+	  || func_fatal_help "\`$file' is not a valid libtool archive"
+
+	library_names=
+	old_library=
+	relink_command=
+	func_source "$file"
+
+	# Add the libdir to current_libdirs if it is the destination.
+	if test "X$destdir" = "X$libdir"; then
+	  case "$current_libdirs " in
+	  *" $libdir "*) ;;
+	  *) current_libdirs="$current_libdirs $libdir" ;;
+	  esac
+	else
+	  # Note the libdir as a future libdir.
+	  case "$future_libdirs " in
+	  *" $libdir "*) ;;
+	  *) future_libdirs="$future_libdirs $libdir" ;;
+	  esac
+	fi
+
+	func_dirname "$file" "/" ""
+	dir="$func_dirname_result"
+	dir="$dir$objdir"
+
+	if test -n "$relink_command"; then
+	  # Determine the prefix the user has applied to our future dir.
+	  inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
+
+	  # Don't allow the user to place us outside of our expected
+	  # location b/c this prevents finding dependent libraries that
+	  # are installed to the same prefix.
+	  # At present, this check doesn't affect windows .dll's that
+	  # are installed into $libdir/../bin (currently, that works fine)
+	  # but it's something to keep an eye on.
+	  test "$inst_prefix_dir" = "$destdir" && \
+	    func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
+
+	  if test -n "$inst_prefix_dir"; then
+	    # Stick the inst_prefix_dir data into the link command.
+	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
+	  else
+	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
+	  fi
+
+	  func_warning "relinking \`$file'"
+	  func_show_eval "$relink_command" \
+	    'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
+	fi
+
+	# See the names of the shared library.
+	set dummy $library_names; shift
+	if test -n "$1"; then
+	  realname="$1"
+	  shift
+
+	  srcname="$realname"
+	  test -n "$relink_command" && srcname="$realname"T
+
+	  # Install the shared library and build the symlinks.
+	  func_show_eval "$install_prog $dir/$srcname $destdir/$realname" \
+	      'exit $?'
+	  tstripme="$stripme"
+	  case $host_os in
+	  cygwin* | mingw* | pw32* | cegcc*)
+	    case $realname in
+	    *.dll.a)
+	      tstripme=""
+	      ;;
+	    esac
+	    ;;
+	  esac
+	  if test -n "$tstripme" && test -n "$striplib"; then
+	    func_show_eval "$striplib $destdir/$realname" 'exit $?'
+	  fi
+
+	  if test "$#" -gt 0; then
+	    # Delete the old symlinks, and create new ones.
+	    # Try `ln -sf' first, because the `ln' binary might depend on
+	    # the symlink we replace!  Solaris /bin/ln does not understand -f,
+	    # so we also need to try rm && ln -s.
+	    for linkname
+	    do
+	      test "$linkname" != "$realname" \
+		&& func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
+	    done
+	  fi
+
+	  # Do each command in the postinstall commands.
+	  lib="$destdir/$realname"
+	  func_execute_cmds "$postinstall_cmds" 'exit $?'
+	fi
+
+	# Install the pseudo-library for information purposes.
+	func_basename "$file"
+	name="$func_basename_result"
+	instname="$dir/$name"i
+	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
+
+	# Maybe install the static library, too.
+	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
+	;;
+
+      *.lo)
+	# Install (i.e. copy) a libtool object.
+
+	# Figure out destination file name, if it wasn't already specified.
+	if test -n "$destname"; then
+	  destfile="$destdir/$destname"
+	else
+	  func_basename "$file"
+	  destfile="$func_basename_result"
+	  destfile="$destdir/$destfile"
+	fi
+
+	# Deduce the name of the destination old-style object file.
+	case $destfile in
+	*.lo)
+	  func_lo2o "$destfile"
+	  staticdest=$func_lo2o_result
+	  ;;
+	*.$objext)
+	  staticdest="$destfile"
+	  destfile=
+	  ;;
+	*)
+	  func_fatal_help "cannot copy a libtool object to \`$destfile'"
+	  ;;
+	esac
+
+	# Install the libtool object if requested.
+	test -n "$destfile" && \
+	  func_show_eval "$install_prog $file $destfile" 'exit $?'
+
+	# Install the old object if enabled.
+	if test "$build_old_libs" = yes; then
+	  # Deduce the name of the old-style object file.
+	  func_lo2o "$file"
+	  staticobj=$func_lo2o_result
+	  func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?'
+	fi
+	exit $EXIT_SUCCESS
+	;;
+
+      *)
+	# Figure out destination file name, if it wasn't already specified.
+	if test -n "$destname"; then
+	  destfile="$destdir/$destname"
+	else
+	  func_basename "$file"
+	  destfile="$func_basename_result"
+	  destfile="$destdir/$destfile"
+	fi
+
+	# If the file is missing, and there is a .exe on the end, strip it
+	# because it is most likely a libtool script we actually want to
+	# install
+	stripped_ext=""
+	case $file in
+	  *.exe)
+	    if test ! -f "$file"; then
+	      func_stripname '' '.exe' "$file"
+	      file=$func_stripname_result
+	      stripped_ext=".exe"
+	    fi
+	    ;;
+	esac
+
+	# Do a test to see if this is really a libtool program.
+	case $host in
+	*cygwin* | *mingw*)
+	    if func_ltwrapper_executable_p "$file"; then
+	      func_ltwrapper_scriptname "$file"
+	      wrapper=$func_ltwrapper_scriptname_result
+	    else
+	      func_stripname '' '.exe' "$file"
+	      wrapper=$func_stripname_result
+	    fi
+	    ;;
+	*)
+	    wrapper=$file
+	    ;;
+	esac
+	if func_ltwrapper_script_p "$wrapper"; then
+	  notinst_deplibs=
+	  relink_command=
+
+	  func_source "$wrapper"
+
+	  # Check the variables that should have been set.
+	  test -z "$generated_by_libtool_version" && \
+	    func_fatal_error "invalid libtool wrapper script \`$wrapper'"
+
+	  finalize=yes
+	  for lib in $notinst_deplibs; do
+	    # Check to see that each library is installed.
+	    libdir=
+	    if test -f "$lib"; then
+	      func_source "$lib"
+	    fi
+	    libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
+	    if test -n "$libdir" && test ! -f "$libfile"; then
+	      func_warning "\`$lib' has not been installed in \`$libdir'"
+	      finalize=no
+	    fi
+	  done
+
+	  relink_command=
+	  func_source "$wrapper"
+
+	  outputname=
+	  if test "$fast_install" = no && test -n "$relink_command"; then
+	    $opt_dry_run || {
+	      if test "$finalize" = yes; then
+	        tmpdir=`func_mktempdir`
+		func_basename "$file$stripped_ext"
+		file="$func_basename_result"
+	        outputname="$tmpdir/$file"
+	        # Replace the output file specification.
+	        relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
+
+	        $opt_silent || {
+	          func_quote_for_expand "$relink_command"
+		  eval "func_echo $func_quote_for_expand_result"
+	        }
+	        if eval "$relink_command"; then :
+	          else
+		  func_error "error: relink \`$file' with the above command before installing it"
+		  $opt_dry_run || ${RM}r "$tmpdir"
+		  continue
+	        fi
+	        file="$outputname"
+	      else
+	        func_warning "cannot relink \`$file'"
+	      fi
+	    }
+	  else
+	    # Install the binary that we compiled earlier.
+	    file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
+	  fi
+	fi
+
+	# remove .exe since cygwin /usr/bin/install will append another
+	# one anyway
+	case $install_prog,$host in
+	*/usr/bin/install*,*cygwin*)
+	  case $file:$destfile in
+	  *.exe:*.exe)
+	    # this is ok
+	    ;;
+	  *.exe:*)
+	    destfile=$destfile.exe
+	    ;;
+	  *:*.exe)
+	    func_stripname '' '.exe' "$destfile"
+	    destfile=$func_stripname_result
+	    ;;
+	  esac
+	  ;;
+	esac
+	func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?'
+	$opt_dry_run || if test -n "$outputname"; then
+	  ${RM}r "$tmpdir"
+	fi
+	;;
+      esac
+    done
+
+    for file in $staticlibs; do
+      func_basename "$file"
+      name="$func_basename_result"
+
+      # Set up the ranlib parameters.
+      oldlib="$destdir/$name"
+
+      func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
+
+      if test -n "$stripme" && test -n "$old_striplib"; then
+	func_show_eval "$old_striplib $oldlib" 'exit $?'
+      fi
+
+      # Do each command in the postinstall commands.
+      func_execute_cmds "$old_postinstall_cmds" 'exit $?'
+    done
+
+    test -n "$future_libdirs" && \
+      func_warning "remember to run \`$progname --finish$future_libdirs'"
+
+    if test -n "$current_libdirs"; then
+      # Maybe just do a dry run.
+      $opt_dry_run && current_libdirs=" -n$current_libdirs"
+      exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
+    else
+      exit $EXIT_SUCCESS
+    fi
+}
+
+test "$mode" = install && func_mode_install ${1+"$@"}
+
+
+# func_generate_dlsyms outputname originator pic_p
+# Extract symbols from dlprefiles and create ${outputname}S.o with
+# a dlpreopen symbol table.
+func_generate_dlsyms ()
+{
+    $opt_debug
+    my_outputname="$1"
+    my_originator="$2"
+    my_pic_p="${3-no}"
+    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
+    my_dlsyms=
+
+    if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
+      if test -n "$NM" && test -n "$global_symbol_pipe"; then
+	my_dlsyms="${my_outputname}S.c"
+      else
+	func_error "not configured to extract global symbols from dlpreopened files"
+      fi
+    fi
+
+    if test -n "$my_dlsyms"; then
+      case $my_dlsyms in
+      "") ;;
+      *.c)
+	# Discover the nlist of each of the dlfiles.
+	nlist="$output_objdir/${my_outputname}.nm"
+
+	func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
+
+	# Parse the name list into a source file.
+	func_verbose "creating $output_objdir/$my_dlsyms"
+
+	$opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
+/* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */
+/* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */
+
+#ifdef __cplusplus
+extern \"C\" {
+#endif
+
+/* External symbol declarations for the compiler. */\
+"
+
+	if test "$dlself" = yes; then
+	  func_verbose "generating symbol list for \`$output'"
+
+	  $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
+
+	  # Add our own program objects to the symbol list.
+	  progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
+	  for progfile in $progfiles; do
+	    func_verbose "extracting global C symbols from \`$progfile'"
+	    $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'"
+	  done
+
+	  if test -n "$exclude_expsyms"; then
+	    $opt_dry_run || {
+	      eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
+	      eval '$MV "$nlist"T "$nlist"'
+	    }
+	  fi
+
+	  if test -n "$export_symbols_regex"; then
+	    $opt_dry_run || {
+	      eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
+	      eval '$MV "$nlist"T "$nlist"'
+	    }
+	  fi
+
+	  # Prepare the list of exported symbols
+	  if test -z "$export_symbols"; then
+	    export_symbols="$output_objdir/$outputname.exp"
+	    $opt_dry_run || {
+	      $RM $export_symbols
+	      eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
+	      case $host in
+	      *cygwin* | *mingw* | *cegcc* )
+                eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
+                eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
+	        ;;
+	      esac
+	    }
+	  else
+	    $opt_dry_run || {
+	      eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
+	      eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
+	      eval '$MV "$nlist"T "$nlist"'
+	      case $host in
+	        *cygwin | *mingw* | *cegcc* )
+	          eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
+	          eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
+	          ;;
+	      esac
+	    }
+	  fi
+	fi
+
+	for dlprefile in $dlprefiles; do
+	  func_verbose "extracting global C symbols from \`$dlprefile'"
+	  func_basename "$dlprefile"
+	  name="$func_basename_result"
+	  $opt_dry_run || {
+	    eval '$ECHO ": $name " >> "$nlist"'
+	    eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'"
+	  }
+	done
+
+	$opt_dry_run || {
+	  # Make sure we have at least an empty file.
+	  test -f "$nlist" || : > "$nlist"
+
+	  if test -n "$exclude_expsyms"; then
+	    $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
+	    $MV "$nlist"T "$nlist"
+	  fi
+
+	  # Try sorting and uniquifying the output.
+	  if $GREP -v "^: " < "$nlist" |
+	      if sort -k 3 </dev/null >/dev/null 2>&1; then
+		sort -k 3
+	      else
+		sort +2
+	      fi |
+	      uniq > "$nlist"S; then
+	    :
+	  else
+	    $GREP -v "^: " < "$nlist" > "$nlist"S
+	  fi
+
+	  if test -f "$nlist"S; then
+	    eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
+	  else
+	    $ECHO '/* NONE */' >> "$output_objdir/$my_dlsyms"
+	  fi
+
+	  $ECHO >> "$output_objdir/$my_dlsyms" "\
+
+/* The mapping between symbol names and symbols.  */
+typedef struct {
+  const char *name;
+  void *address;
+} lt_dlsymlist;
+"
+	  case $host in
+	  *cygwin* | *mingw* | *cegcc* )
+	    $ECHO >> "$output_objdir/$my_dlsyms" "\
+/* DATA imports from DLLs on WIN32 con't be const, because
+   runtime relocations are performed -- see ld's documentation
+   on pseudo-relocs.  */"
+	    lt_dlsym_const= ;;
+	  *osf5*)
+	    echo >> "$output_objdir/$my_dlsyms" "\
+/* This system does not cope well with relocations in const data */"
+	    lt_dlsym_const= ;;
+	  *)
+	    lt_dlsym_const=const ;;
+	  esac
+
+	  $ECHO >> "$output_objdir/$my_dlsyms" "\
+extern $lt_dlsym_const lt_dlsymlist
+lt_${my_prefix}_LTX_preloaded_symbols[];
+$lt_dlsym_const lt_dlsymlist
+lt_${my_prefix}_LTX_preloaded_symbols[] =
+{\
+  { \"$my_originator\", (void *) 0 },"
+
+	  case $need_lib_prefix in
+	  no)
+	    eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
+	    ;;
+	  *)
+	    eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
+	    ;;
+	  esac
+	  $ECHO >> "$output_objdir/$my_dlsyms" "\
+  {0, (void *) 0}
+};
+
+/* This works around a problem in FreeBSD linker */
+#ifdef FREEBSD_WORKAROUND
+static const void *lt_preloaded_setup() {
+  return lt_${my_prefix}_LTX_preloaded_symbols;
+}
+#endif
+
+#ifdef __cplusplus
+}
+#endif\
+"
+	} # !$opt_dry_run
+
+	pic_flag_for_symtable=
+	case "$compile_command " in
+	*" -static "*) ;;
+	*)
+	  case $host in
+	  # compiling the symbol table file with pic_flag works around
+	  # a FreeBSD bug that causes programs to crash when -lm is
+	  # linked before any other PIC object.  But we must not use
+	  # pic_flag when linking with -static.  The problem exists in
+	  # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
+	  *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
+	    pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
+	  *-*-hpux*)
+	    pic_flag_for_symtable=" $pic_flag"  ;;
+	  *)
+	    if test "X$my_pic_p" != Xno; then
+	      pic_flag_for_symtable=" $pic_flag"
+	    fi
+	    ;;
+	  esac
+	  ;;
+	esac
+	symtab_cflags=
+	for arg in $LTCFLAGS; do
+	  case $arg in
+	  -pie | -fpie | -fPIE) ;;
+	  *) symtab_cflags="$symtab_cflags $arg" ;;
+	  esac
+	done
+
+	# Now compile the dynamic symbol file.
+	func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
+
+	# Clean up the generated files.
+	func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
+
+	# Transform the symbol file into the correct name.
+	symfileobj="$output_objdir/${my_outputname}S.$objext"
+	case $host in
+	*cygwin* | *mingw* | *cegcc* )
+	  if test -f "$output_objdir/$my_outputname.def"; then
+	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
+	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
+	  else
+	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
+	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
+	  fi
+	  ;;
+	*)
+	  compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
+	  finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
+	  ;;
+	esac
+	;;
+      *)
+	func_fatal_error "unknown suffix for \`$my_dlsyms'"
+	;;
+      esac
+    else
+      # We keep going just in case the user didn't refer to
+      # lt_preloaded_symbols.  The linker will fail if global_symbol_pipe
+      # really was required.
+
+      # Nullify the symbol file.
+      compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
+      finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
+    fi
+}
+
+# func_win32_libid arg
+# return the library type of file 'arg'
+#
+# Need a lot of goo to handle *both* DLLs and import libs
+# Has to be a shell function in order to 'eat' the argument
+# that is supplied when $file_magic_command is called.
+func_win32_libid ()
+{
+  $opt_debug
+  win32_libid_type="unknown"
+  win32_fileres=`file -L $1 2>/dev/null`
+  case $win32_fileres in
+  *ar\ archive\ import\ library*) # definitely import
+    win32_libid_type="x86 archive import"
+    ;;
+  *ar\ archive*) # could be an import, or static
+    if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
+       $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
+      win32_nmres=`eval $NM -f posix -A $1 |
+	$SED -n -e '
+	    1,100{
+		/ I /{
+		    s,.*,import,
+		    p
+		    q
+		}
+	    }'`
+      case $win32_nmres in
+      import*)  win32_libid_type="x86 archive import";;
+      *)        win32_libid_type="x86 archive static";;
+      esac
+    fi
+    ;;
+  *DLL*)
+    win32_libid_type="x86 DLL"
+    ;;
+  *executable*) # but shell scripts are "executable" too...
+    case $win32_fileres in
+    *MS\ Windows\ PE\ Intel*)
+      win32_libid_type="x86 DLL"
+      ;;
+    esac
+    ;;
+  esac
+  $ECHO "$win32_libid_type"
+}
+
+
+
+# func_extract_an_archive dir oldlib
+func_extract_an_archive ()
+{
+    $opt_debug
+    f_ex_an_ar_dir="$1"; shift
+    f_ex_an_ar_oldlib="$1"
+    func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" 'exit $?'
+    if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
+     :
+    else
+      func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
+    fi
+}
+
+
+# func_extract_archives gentop oldlib ...
+func_extract_archives ()
+{
+    $opt_debug
+    my_gentop="$1"; shift
+    my_oldlibs=${1+"$@"}
+    my_oldobjs=""
+    my_xlib=""
+    my_xabs=""
+    my_xdir=""
+
+    for my_xlib in $my_oldlibs; do
+      # Extract the objects.
+      case $my_xlib in
+	[\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;;
+	*) my_xabs=`pwd`"/$my_xlib" ;;
+      esac
+      func_basename "$my_xlib"
+      my_xlib="$func_basename_result"
+      my_xlib_u=$my_xlib
+      while :; do
+        case " $extracted_archives " in
+	*" $my_xlib_u "*)
+	  func_arith $extracted_serial + 1
+	  extracted_serial=$func_arith_result
+	  my_xlib_u=lt$extracted_serial-$my_xlib ;;
+	*) break ;;
+	esac
+      done
+      extracted_archives="$extracted_archives $my_xlib_u"
+      my_xdir="$my_gentop/$my_xlib_u"
+
+      func_mkdir_p "$my_xdir"
+
+      case $host in
+      *-darwin*)
+	func_verbose "Extracting $my_xabs"
+	# Do not bother doing anything if just a dry run
+	$opt_dry_run || {
+	  darwin_orig_dir=`pwd`
+	  cd $my_xdir || exit $?
+	  darwin_archive=$my_xabs
+	  darwin_curdir=`pwd`
+	  darwin_base_archive=`basename "$darwin_archive"`
+	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
+	  if test -n "$darwin_arches"; then
+	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
+	    darwin_arch=
+	    func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
+	    for darwin_arch in  $darwin_arches ; do
+	      func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
+	      $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
+	      cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
+	      func_extract_an_archive "`pwd`" "${darwin_base_archive}"
+	      cd "$darwin_curdir"
+	      $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
+	    done # $darwin_arches
+            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
+	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
+	    darwin_file=
+	    darwin_files=
+	    for darwin_file in $darwin_filelist; do
+	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
+	      $LIPO -create -output "$darwin_file" $darwin_files
+	    done # $darwin_filelist
+	    $RM -rf unfat-$$
+	    cd "$darwin_orig_dir"
+	  else
+	    cd $darwin_orig_dir
+	    func_extract_an_archive "$my_xdir" "$my_xabs"
+	  fi # $darwin_arches
+	} # !$opt_dry_run
+	;;
+      *)
+        func_extract_an_archive "$my_xdir" "$my_xabs"
+	;;
+      esac
+      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
+    done
+
+    func_extract_archives_result="$my_oldobjs"
+}
+
+
+
+# func_emit_wrapper_part1 [arg=no]
+#
+# Emit the first part of a libtool wrapper script on stdout.
+# For more information, see the description associated with
+# func_emit_wrapper(), below.
+func_emit_wrapper_part1 ()
+{
+	func_emit_wrapper_part1_arg1=no
+	if test -n "$1" ; then
+	  func_emit_wrapper_part1_arg1=$1
+	fi
+
+	$ECHO "\
+#! $SHELL
+
+# $output - temporary wrapper script for $objdir/$outputname
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
+#
+# The $output program cannot be directly executed until all the libtool
+# libraries that it depends on are installed.
+#
+# This wrapper script should never be moved out of the build directory.
+# If it is, it will not operate correctly.
+
+# Sed substitution that helps us do robust quoting.  It backslashifies
+# metacharacters that are still active within double-quoted strings.
+Xsed='${SED} -e 1s/^X//'
+sed_quote_subst='$sed_quote_subst'
+
+# Be Bourne compatible
+if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
+  emulate sh
+  NULLCMD=:
+  # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
+  setopt NO_GLOB_SUBST
+else
+  case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
+fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
+DUALCASE=1; export DUALCASE # for MKS sh
+
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+relink_command=\"$relink_command\"
+
+# This environment variable determines our operation mode.
+if test \"\$libtool_install_magic\" = \"$magic\"; then
+  # install mode needs the following variables:
+  generated_by_libtool_version='$macro_version'
+  notinst_deplibs='$notinst_deplibs'
+else
+  # When we are sourced in execute mode, \$file and \$ECHO are already set.
+  if test \"\$libtool_execute_magic\" != \"$magic\"; then
+    ECHO=\"$qecho\"
+    file=\"\$0\"
+    # Make sure echo works.
+    if test \"X\$1\" = X--no-reexec; then
+      # Discard the --no-reexec flag, and continue.
+      shift
+    elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then
+      # Yippee, \$ECHO works!
+      :
+    else
+      # Restart under the correct shell, and then maybe \$ECHO will work.
+      exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"}
+    fi
+  fi\
+"
+	$ECHO "\
+
+  # Find the directory that this script lives in.
+  thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
+  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
+
+  # Follow symbolic links until we get to the real thisdir.
+  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
+  while test -n \"\$file\"; do
+    destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
+
+    # If there was a directory component, then change thisdir.
+    if test \"x\$destdir\" != \"x\$file\"; then
+      case \"\$destdir\" in
+      [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
+      *) thisdir=\"\$thisdir/\$destdir\" ;;
+      esac
+    fi
+
+    file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
+    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
+  done
+"
+}
+# end: func_emit_wrapper_part1
+
+# func_emit_wrapper_part2 [arg=no]
+#
+# Emit the second part of a libtool wrapper script on stdout.
+# For more information, see the description associated with
+# func_emit_wrapper(), below.
+func_emit_wrapper_part2 ()
+{
+	func_emit_wrapper_part2_arg1=no
+	if test -n "$1" ; then
+	  func_emit_wrapper_part2_arg1=$1
+	fi
+
+	$ECHO "\
+
+  # Usually 'no', except on cygwin/mingw when embedded into
+  # the cwrapper.
+  WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_part2_arg1
+  if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
+    # special case for '.'
+    if test \"\$thisdir\" = \".\"; then
+      thisdir=\`pwd\`
+    fi
+    # remove .libs from thisdir
+    case \"\$thisdir\" in
+    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;;
+    $objdir )   thisdir=. ;;
+    esac
+  fi
+
+  # Try to get the absolute directory name.
+  absdir=\`cd \"\$thisdir\" && pwd\`
+  test -n \"\$absdir\" && thisdir=\"\$absdir\"
+"
+
+	if test "$fast_install" = yes; then
+	  $ECHO "\
+  program=lt-'$outputname'$exeext
+  progdir=\"\$thisdir/$objdir\"
+
+  if test ! -f \"\$progdir/\$program\" ||
+     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
+       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
+
+    file=\"\$\$-\$program\"
+
+    if test ! -d \"\$progdir\"; then
+      $MKDIR \"\$progdir\"
+    else
+      $RM \"\$progdir/\$file\"
+    fi"
+
+	  $ECHO "\
+
+    # relink executable if necessary
+    if test -n \"\$relink_command\"; then
+      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
+      else
+	$ECHO \"\$relink_command_output\" >&2
+	$RM \"\$progdir/\$file\"
+	exit 1
+      fi
+    fi
+
+    $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
+    { $RM \"\$progdir/\$program\";
+      $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; }
+    $RM \"\$progdir/\$file\"
+  fi"
+	else
+	  $ECHO "\
+  program='$outputname'
+  progdir=\"\$thisdir/$objdir\"
+"
+	fi
+
+	$ECHO "\
+
+  if test -f \"\$progdir/\$program\"; then"
+
+	# Export our shlibpath_var if we have one.
+	if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
+	  $ECHO "\
+    # Add our own library path to $shlibpath_var
+    $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
+
+    # Some systems cannot cope with colon-terminated $shlibpath_var
+    # The second colon is a workaround for a bug in BeOS R4 sed
+    $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
+
+    export $shlibpath_var
+"
+	fi
+
+	# fixup the dll searchpath if we need to.
+	if test -n "$dllsearchpath"; then
+	  $ECHO "\
+    # Add the dll search path components to the executable PATH
+    PATH=$dllsearchpath:\$PATH
+"
+	fi
+
+	$ECHO "\
+    if test \"\$libtool_execute_magic\" != \"$magic\"; then
+      # Run the actual program with our arguments.
+"
+	case $host in
+	# Backslashes separate directories on plain windows
+	*-*-mingw | *-*-os2* | *-cegcc*)
+	  $ECHO "\
+      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
+"
+	  ;;
+
+	*)
+	  $ECHO "\
+      exec \"\$progdir/\$program\" \${1+\"\$@\"}
+"
+	  ;;
+	esac
+	$ECHO "\
+      \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2
+      exit 1
+    fi
+  else
+    # The program doesn't exist.
+    \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
+    \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
+    $ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
+    exit 1
+  fi
+fi\
+"
+}
+# end: func_emit_wrapper_part2
+
+
+# func_emit_wrapper [arg=no]
+#
+# Emit a libtool wrapper script on stdout.
+# Don't directly open a file because we may want to
+# incorporate the script contents within a cygwin/mingw
+# wrapper executable.  Must ONLY be called from within
+# func_mode_link because it depends on a number of variables
+# set therein.
+#
+# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
+# variable will take.  If 'yes', then the emitted script
+# will assume that the directory in which it is stored is
+# the $objdir directory.  This is a cygwin/mingw-specific
+# behavior.
+func_emit_wrapper ()
+{
+	func_emit_wrapper_arg1=no
+	if test -n "$1" ; then
+	  func_emit_wrapper_arg1=$1
+	fi
+
+	# split this up so that func_emit_cwrapperexe_src
+	# can call each part independently.
+	func_emit_wrapper_part1 "${func_emit_wrapper_arg1}"
+	func_emit_wrapper_part2 "${func_emit_wrapper_arg1}"
+}
+
+
+# func_to_host_path arg
+#
+# Convert paths to host format when used with build tools.
+# Intended for use with "native" mingw (where libtool itself
+# is running under the msys shell), or in the following cross-
+# build environments:
+#    $build          $host
+#    mingw (msys)    mingw  [e.g. native]
+#    cygwin          mingw
+#    *nix + wine     mingw
+# where wine is equipped with the `winepath' executable.
+# In the native mingw case, the (msys) shell automatically
+# converts paths for any non-msys applications it launches,
+# but that facility isn't available from inside the cwrapper.
+# Similar accommodations are necessary for $host mingw and
+# $build cygwin.  Calling this function does no harm for other
+# $host/$build combinations not listed above.
+#
+# ARG is the path (on $build) that should be converted to
+# the proper representation for $host. The result is stored
+# in $func_to_host_path_result.
+func_to_host_path ()
+{
+  func_to_host_path_result="$1"
+  if test -n "$1" ; then
+    case $host in
+      *mingw* )
+        lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
+        case $build in
+          *mingw* ) # actually, msys
+            # awkward: cmd appends spaces to result
+            lt_sed_strip_trailing_spaces="s/[ ]*\$//"
+            func_to_host_path_tmp1=`( cmd //c echo "$1" |\
+              $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
+            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
+              $SED -e "$lt_sed_naive_backslashify"`
+            ;;
+          *cygwin* )
+            func_to_host_path_tmp1=`cygpath -w "$1"`
+            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
+              $SED -e "$lt_sed_naive_backslashify"`
+            ;;
+          * )
+            # Unfortunately, winepath does not exit with a non-zero
+            # error code, so we are forced to check the contents of
+            # stdout. On the other hand, if the command is not
+            # found, the shell will set an exit code of 127 and print
+            # *an error message* to stdout. So we must check for both
+            # error code of zero AND non-empty stdout, which explains
+            # the odd construction:
+            func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
+            if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
+              func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
+                $SED -e "$lt_sed_naive_backslashify"`
+            else
+              # Allow warning below.
+              func_to_host_path_result=""
+            fi
+            ;;
+        esac
+        if test -z "$func_to_host_path_result" ; then
+          func_error "Could not determine host path corresponding to"
+          func_error "  '$1'"
+          func_error "Continuing, but uninstalled executables may not work."
+          # Fallback:
+          func_to_host_path_result="$1"
+        fi
+        ;;
+    esac
+  fi
+}
+# end: func_to_host_path
+
+# func_to_host_pathlist arg
+#
+# Convert pathlists to host format when used with build tools.
+# See func_to_host_path(), above. This function supports the
+# following $build/$host combinations (but does no harm for
+# combinations not listed here):
+#    $build          $host
+#    mingw (msys)    mingw  [e.g. native]
+#    cygwin          mingw
+#    *nix + wine     mingw
+#
+# Path separators are also converted from $build format to
+# $host format. If ARG begins or ends with a path separator
+# character, it is preserved (but converted to $host format)
+# on output.
+#
+# ARG is a pathlist (on $build) that should be converted to
+# the proper representation on $host. The result is stored
+# in $func_to_host_pathlist_result.
+func_to_host_pathlist ()
+{
+  func_to_host_pathlist_result="$1"
+  if test -n "$1" ; then
+    case $host in
+      *mingw* )
+        lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
+        # Remove leading and trailing path separator characters from
+        # ARG. msys behavior is inconsistent here, cygpath turns them
+        # into '.;' and ';.', and winepath ignores them completely.
+        func_to_host_pathlist_tmp2="$1"
+        # Once set for this call, this variable should not be
+        # reassigned. It is used in tha fallback case.
+        func_to_host_pathlist_tmp1=`echo "$func_to_host_pathlist_tmp2" |\
+          $SED -e 's|^:*||' -e 's|:*$||'`
+        case $build in
+          *mingw* ) # Actually, msys.
+            # Awkward: cmd appends spaces to result.
+            lt_sed_strip_trailing_spaces="s/[ ]*\$//"
+            func_to_host_pathlist_tmp2=`( cmd //c echo "$func_to_host_pathlist_tmp1" |\
+              $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
+            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
+              $SED -e "$lt_sed_naive_backslashify"`
+            ;;
+          *cygwin* )
+            func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
+            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
+              $SED -e "$lt_sed_naive_backslashify"`
+            ;;
+          * )
+            # unfortunately, winepath doesn't convert pathlists
+            func_to_host_pathlist_result=""
+            func_to_host_pathlist_oldIFS=$IFS
+            IFS=:
+            for func_to_host_pathlist_f in $func_to_host_pathlist_tmp1 ; do
+              IFS=$func_to_host_pathlist_oldIFS
+              if test -n "$func_to_host_pathlist_f" ; then
+                func_to_host_path "$func_to_host_pathlist_f"
+                if test -n "$func_to_host_path_result" ; then
+                  if test -z "$func_to_host_pathlist_result" ; then
+                    func_to_host_pathlist_result="$func_to_host_path_result"
+                  else
+                    func_to_host_pathlist_result="$func_to_host_pathlist_result;$func_to_host_path_result"
+                  fi
+                fi
+              fi
+              IFS=:
+            done
+            IFS=$func_to_host_pathlist_oldIFS
+            ;;
+        esac
+        if test -z "$func_to_host_pathlist_result" ; then
+          func_error "Could not determine the host path(s) corresponding to"
+          func_error "  '$1'"
+          func_error "Continuing, but uninstalled executables may not work."
+          # Fallback. This may break if $1 contains DOS-style drive
+          # specifications. The fix is not to complicate the expression
+          # below, but for the user to provide a working wine installation
+          # with winepath so that path translation in the cross-to-mingw
+          # case works properly.
+          lt_replace_pathsep_nix_to_dos="s|:|;|g"
+          func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp1" |\
+            $SED -e "$lt_replace_pathsep_nix_to_dos"`
+        fi
+        # Now, add the leading and trailing path separators back
+        case "$1" in
+          :* ) func_to_host_pathlist_result=";$func_to_host_pathlist_result"
+            ;;
+        esac
+        case "$1" in
+          *: ) func_to_host_pathlist_result="$func_to_host_pathlist_result;"
+            ;;
+        esac
+        ;;
+    esac
+  fi
+}
+# end: func_to_host_pathlist
+
+# func_emit_cwrapperexe_src
+# emit the source code for a wrapper executable on stdout
+# Must ONLY be called from within func_mode_link because
+# it depends on a number of variable set therein.
+func_emit_cwrapperexe_src ()
+{
+	cat <<EOF
+
+/* $cwrappersource - temporary wrapper executable for $objdir/$outputname
+   Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
+
+   The $output program cannot be directly executed until all the libtool
+   libraries that it depends on are installed.
+
+   This wrapper executable should never be moved out of the build directory.
+   If it is, it will not operate correctly.
+
+   Currently, it simply execs the wrapper *script* "$SHELL $output",
+   but could eventually absorb all of the scripts functionality and
+   exec $objdir/$outputname directly.
+*/
+EOF
+	    cat <<"EOF"
+#include <stdio.h>
+#include <stdlib.h>
+#ifdef _MSC_VER
+# include <direct.h>
+# include <process.h>
+# include <io.h>
+# define setmode _setmode
+#else
+# include <unistd.h>
+# include <stdint.h>
+# ifdef __CYGWIN__
+#  include <io.h>
+#  define HAVE_SETENV
+#  ifdef __STRICT_ANSI__
+char *realpath (const char *, char *);
+int putenv (char *);
+int setenv (const char *, const char *, int);
+#  endif
+# endif
+#endif
+#include <malloc.h>
+#include <stdarg.h>
+#include <assert.h>
+#include <string.h>
+#include <ctype.h>
+#include <errno.h>
+#include <fcntl.h>
+#include <sys/stat.h>
+
+#if defined(PATH_MAX)
+# define LT_PATHMAX PATH_MAX
+#elif defined(MAXPATHLEN)
+# define LT_PATHMAX MAXPATHLEN
+#else
+# define LT_PATHMAX 1024
+#endif
+
+#ifndef S_IXOTH
+# define S_IXOTH 0
+#endif
+#ifndef S_IXGRP
+# define S_IXGRP 0
+#endif
+
+#ifdef _MSC_VER
+# define S_IXUSR _S_IEXEC
+# define stat _stat
+# ifndef _INTPTR_T_DEFINED
+#  define intptr_t int
+# endif
+#endif
+
+#ifndef DIR_SEPARATOR
+# define DIR_SEPARATOR '/'
+# define PATH_SEPARATOR ':'
+#endif
+
+#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
+  defined (__OS2__)
+# define HAVE_DOS_BASED_FILE_SYSTEM
+# define FOPEN_WB "wb"
+# ifndef DIR_SEPARATOR_2
+#  define DIR_SEPARATOR_2 '\\'
+# endif
+# ifndef PATH_SEPARATOR_2
+#  define PATH_SEPARATOR_2 ';'
+# endif
+#endif
+
+#ifndef DIR_SEPARATOR_2
+# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
+#else /* DIR_SEPARATOR_2 */
+# define IS_DIR_SEPARATOR(ch) \
+	(((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
+#endif /* DIR_SEPARATOR_2 */
+
+#ifndef PATH_SEPARATOR_2
+# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
+#else /* PATH_SEPARATOR_2 */
+# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
+#endif /* PATH_SEPARATOR_2 */
+
+#ifdef __CYGWIN__
+# define FOPEN_WB "wb"
+#endif
+
+#ifndef FOPEN_WB
+# define FOPEN_WB "w"
+#endif
+#ifndef _O_BINARY
+# define _O_BINARY 0
+#endif
+
+#define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
+#define XFREE(stale) do { \
+  if (stale) { free ((void *) stale); stale = 0; } \
+} while (0)
+
+#undef LTWRAPPER_DEBUGPRINTF
+#if defined DEBUGWRAPPER
+# define LTWRAPPER_DEBUGPRINTF(args) ltwrapper_debugprintf args
+static void
+ltwrapper_debugprintf (const char *fmt, ...)
+{
+    va_list args;
+    va_start (args, fmt);
+    (void) vfprintf (stderr, fmt, args);
+    va_end (args);
+}
+#else
+# define LTWRAPPER_DEBUGPRINTF(args)
+#endif
+
+const char *program_name = NULL;
+
+void *xmalloc (size_t num);
+char *xstrdup (const char *string);
+const char *base_name (const char *name);
+char *find_executable (const char *wrapper);
+char *chase_symlinks (const char *pathspec);
+int make_executable (const char *path);
+int check_executable (const char *path);
+char *strendzap (char *str, const char *pat);
+void lt_fatal (const char *message, ...);
+void lt_setenv (const char *name, const char *value);
+char *lt_extend_str (const char *orig_value, const char *add, int to_end);
+void lt_opt_process_env_set (const char *arg);
+void lt_opt_process_env_prepend (const char *arg);
+void lt_opt_process_env_append (const char *arg);
+int lt_split_name_value (const char *arg, char** name, char** value);
+void lt_update_exe_path (const char *name, const char *value);
+void lt_update_lib_path (const char *name, const char *value);
+
+static const char *script_text_part1 =
+EOF
+
+	    func_emit_wrapper_part1 yes |
+	        $SED -e 's/\([\\"]\)/\\\1/g' \
+	             -e 's/^/  "/' -e 's/$/\\n"/'
+	    echo ";"
+	    cat <<EOF
+
+static const char *script_text_part2 =
+EOF
+	    func_emit_wrapper_part2 yes |
+	        $SED -e 's/\([\\"]\)/\\\1/g' \
+	             -e 's/^/  "/' -e 's/$/\\n"/'
+	    echo ";"
+
+	    cat <<EOF
+const char * MAGIC_EXE = "$magic_exe";
+const char * LIB_PATH_VARNAME = "$shlibpath_var";
+EOF
+
+	    if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
+              func_to_host_pathlist "$temp_rpath"
+	      cat <<EOF
+const char * LIB_PATH_VALUE   = "$func_to_host_pathlist_result";
+EOF
+	    else
+	      cat <<"EOF"
+const char * LIB_PATH_VALUE   = "";
+EOF
+	    fi
+
+	    if test -n "$dllsearchpath"; then
+              func_to_host_pathlist "$dllsearchpath:"
+	      cat <<EOF
+const char * EXE_PATH_VARNAME = "PATH";
+const char * EXE_PATH_VALUE   = "$func_to_host_pathlist_result";
+EOF
+	    else
+	      cat <<"EOF"
+const char * EXE_PATH_VARNAME = "";
+const char * EXE_PATH_VALUE   = "";
+EOF
+	    fi
+
+	    if test "$fast_install" = yes; then
+	      cat <<EOF
+const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
+EOF
+	    else
+	      cat <<EOF
+const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
+EOF
+	    fi
+
+
+	    cat <<"EOF"
+
+#define LTWRAPPER_OPTION_PREFIX         "--lt-"
+#define LTWRAPPER_OPTION_PREFIX_LENGTH  5
+
+static const size_t opt_prefix_len         = LTWRAPPER_OPTION_PREFIX_LENGTH;
+static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
+
+static const char *dumpscript_opt       = LTWRAPPER_OPTION_PREFIX "dump-script";
+
+static const size_t env_set_opt_len     = LTWRAPPER_OPTION_PREFIX_LENGTH + 7;
+static const char *env_set_opt          = LTWRAPPER_OPTION_PREFIX "env-set";
+  /* argument is putenv-style "foo=bar", value of foo is set to bar */
+
+static const size_t env_prepend_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 11;
+static const char *env_prepend_opt      = LTWRAPPER_OPTION_PREFIX "env-prepend";
+  /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */
+
+static const size_t env_append_opt_len  = LTWRAPPER_OPTION_PREFIX_LENGTH + 10;
+static const char *env_append_opt       = LTWRAPPER_OPTION_PREFIX "env-append";
+  /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
+
+int
+main (int argc, char *argv[])
+{
+  char **newargz;
+  int  newargc;
+  char *tmp_pathspec;
+  char *actual_cwrapper_path;
+  char *actual_cwrapper_name;
+  char *target_name;
+  char *lt_argv_zero;
+  intptr_t rval = 127;
+
+  int i;
+
+  program_name = (char *) xstrdup (base_name (argv[0]));
+  LTWRAPPER_DEBUGPRINTF (("(main) argv[0]      : %s\n", argv[0]));
+  LTWRAPPER_DEBUGPRINTF (("(main) program_name : %s\n", program_name));
+
+  /* very simple arg parsing; don't want to rely on getopt */
+  for (i = 1; i < argc; i++)
+    {
+      if (strcmp (argv[i], dumpscript_opt) == 0)
+	{
+EOF
+	    case "$host" in
+	      *mingw* | *cygwin* )
+		# make stdout use "unix" line endings
+		echo "          setmode(1,_O_BINARY);"
+		;;
+	      esac
+
+	    cat <<"EOF"
+	  printf ("%s", script_text_part1);
+	  printf ("%s", script_text_part2);
+	  return 0;
+	}
+    }
+
+  newargz = XMALLOC (char *, argc + 1);
+  tmp_pathspec = find_executable (argv[0]);
+  if (tmp_pathspec == NULL)
+    lt_fatal ("Couldn't find %s", argv[0]);
+  LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
+			  tmp_pathspec));
+
+  actual_cwrapper_path = chase_symlinks (tmp_pathspec);
+  LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",
+			  actual_cwrapper_path));
+  XFREE (tmp_pathspec);
+
+  actual_cwrapper_name = xstrdup( base_name (actual_cwrapper_path));
+  strendzap (actual_cwrapper_path, actual_cwrapper_name);
+
+  /* wrapper name transforms */
+  strendzap (actual_cwrapper_name, ".exe");
+  tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
+  XFREE (actual_cwrapper_name);
+  actual_cwrapper_name = tmp_pathspec;
+  tmp_pathspec = 0;
+
+  /* target_name transforms -- use actual target program name; might have lt- prefix */
+  target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
+  strendzap (target_name, ".exe");
+  tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
+  XFREE (target_name);
+  target_name = tmp_pathspec;
+  tmp_pathspec = 0;
+
+  LTWRAPPER_DEBUGPRINTF (("(main) libtool target name: %s\n",
+			  target_name));
+EOF
+
+	    cat <<EOF
+  newargz[0] =
+    XMALLOC (char, (strlen (actual_cwrapper_path) +
+		    strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
+  strcpy (newargz[0], actual_cwrapper_path);
+  strcat (newargz[0], "$objdir");
+  strcat (newargz[0], "/");
+EOF
+
+	    cat <<"EOF"
+  /* stop here, and copy so we don't have to do this twice */
+  tmp_pathspec = xstrdup (newargz[0]);
+
+  /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
+  strcat (newargz[0], actual_cwrapper_name);
+
+  /* DO want the lt- prefix here if it exists, so use target_name */
+  lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
+  XFREE (tmp_pathspec);
+  tmp_pathspec = NULL;
+EOF
+
+	    case $host_os in
+	      mingw*)
+	    cat <<"EOF"
+  {
+    char* p;
+    while ((p = strchr (newargz[0], '\\')) != NULL)
+      {
+	*p = '/';
+      }
+    while ((p = strchr (lt_argv_zero, '\\')) != NULL)
+      {
+	*p = '/';
+      }
+  }
+EOF
+	    ;;
+	    esac
+
+	    cat <<"EOF"
+  XFREE (target_name);
+  XFREE (actual_cwrapper_path);
+  XFREE (actual_cwrapper_name);
+
+  lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
+  lt_setenv ("DUALCASE", "1");  /* for MSK sh */
+  lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
+  lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
+
+  newargc=0;
+  for (i = 1; i < argc; i++)
+    {
+      if (strncmp (argv[i], env_set_opt, env_set_opt_len) == 0)
+        {
+          if (argv[i][env_set_opt_len] == '=')
+            {
+              const char *p = argv[i] + env_set_opt_len + 1;
+              lt_opt_process_env_set (p);
+            }
+          else if (argv[i][env_set_opt_len] == '\0' && i + 1 < argc)
+            {
+              lt_opt_process_env_set (argv[++i]); /* don't copy */
+            }
+          else
+            lt_fatal ("%s missing required argument", env_set_opt);
+          continue;
+        }
+      if (strncmp (argv[i], env_prepend_opt, env_prepend_opt_len) == 0)
+        {
+          if (argv[i][env_prepend_opt_len] == '=')
+            {
+              const char *p = argv[i] + env_prepend_opt_len + 1;
+              lt_opt_process_env_prepend (p);
+            }
+          else if (argv[i][env_prepend_opt_len] == '\0' && i + 1 < argc)
+            {
+              lt_opt_process_env_prepend (argv[++i]); /* don't copy */
+            }
+          else
+            lt_fatal ("%s missing required argument", env_prepend_opt);
+          continue;
+        }
+      if (strncmp (argv[i], env_append_opt, env_append_opt_len) == 0)
+        {
+          if (argv[i][env_append_opt_len] == '=')
+            {
+              const char *p = argv[i] + env_append_opt_len + 1;
+              lt_opt_process_env_append (p);
+            }
+          else if (argv[i][env_append_opt_len] == '\0' && i + 1 < argc)
+            {
+              lt_opt_process_env_append (argv[++i]); /* don't copy */
+            }
+          else
+            lt_fatal ("%s missing required argument", env_append_opt);
+          continue;
+        }
+      if (strncmp (argv[i], ltwrapper_option_prefix, opt_prefix_len) == 0)
+        {
+          /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
+             namespace, but it is not one of the ones we know about and
+             have already dealt with, above (inluding dump-script), then
+             report an error. Otherwise, targets might begin to believe
+             they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
+             namespace. The first time any user complains about this, we'll
+             need to make LTWRAPPER_OPTION_PREFIX a configure-time option
+             or a configure.ac-settable value.
+           */
+          lt_fatal ("Unrecognized option in %s namespace: '%s'",
+                    ltwrapper_option_prefix, argv[i]);
+        }
+      /* otherwise ... */
+      newargz[++newargc] = xstrdup (argv[i]);
+    }
+  newargz[++newargc] = NULL;
+
+  LTWRAPPER_DEBUGPRINTF     (("(main) lt_argv_zero : %s\n", (lt_argv_zero ? lt_argv_zero : "<NULL>")));
+  for (i = 0; i < newargc; i++)
+    {
+      LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d]   : %s\n", i, (newargz[i] ? newargz[i] : "<NULL>")));
+    }
+
+EOF
+
+	    case $host_os in
+	      mingw*)
+		cat <<"EOF"
+  /* execv doesn't actually work on mingw as expected on unix */
+  rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
+  if (rval == -1)
+    {
+      /* failed to start process */
+      LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno));
+      return 127;
+    }
+  return rval;
+EOF
+		;;
+	      *)
+		cat <<"EOF"
+  execv (lt_argv_zero, newargz);
+  return rval; /* =127, but avoids unused variable warning */
+EOF
+		;;
+	    esac
+
+	    cat <<"EOF"
+}
+
+void *
+xmalloc (size_t num)
+{
+  void *p = (void *) malloc (num);
+  if (!p)
+    lt_fatal ("Memory exhausted");
+
+  return p;
+}
+
+char *
+xstrdup (const char *string)
+{
+  return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
+			  string) : NULL;
+}
+
+const char *
+base_name (const char *name)
+{
+  const char *base;
+
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
+  /* Skip over the disk name in MSDOS pathnames. */
+  if (isalpha ((unsigned char) name[0]) && name[1] == ':')
+    name += 2;
+#endif
+
+  for (base = name; *name; name++)
+    if (IS_DIR_SEPARATOR (*name))
+      base = name + 1;
+  return base;
+}
+
+int
+check_executable (const char *path)
+{
+  struct stat st;
+
+  LTWRAPPER_DEBUGPRINTF (("(check_executable)  : %s\n",
+			  path ? (*path ? path : "EMPTY!") : "NULL!"));
+  if ((!path) || (!*path))
+    return 0;
+
+  if ((stat (path, &st) >= 0)
+      && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
+    return 1;
+  else
+    return 0;
+}
+
+int
+make_executable (const char *path)
+{
+  int rval = 0;
+  struct stat st;
+
+  LTWRAPPER_DEBUGPRINTF (("(make_executable)   : %s\n",
+			  path ? (*path ? path : "EMPTY!") : "NULL!"));
+  if ((!path) || (!*path))
+    return 0;
+
+  if (stat (path, &st) >= 0)
+    {
+      rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
+    }
+  return rval;
+}
+
+/* Searches for the full path of the wrapper.  Returns
+   newly allocated full path name if found, NULL otherwise
+   Does not chase symlinks, even on platforms that support them.
+*/
+char *
+find_executable (const char *wrapper)
+{
+  int has_slash = 0;
+  const char *p;
+  const char *p_next;
+  /* static buffer for getcwd */
+  char tmp[LT_PATHMAX + 1];
+  int tmp_len;
+  char *concat_name;
+
+  LTWRAPPER_DEBUGPRINTF (("(find_executable)   : %s\n",
+			  wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
+
+  if ((wrapper == NULL) || (*wrapper == '\0'))
+    return NULL;
+
+  /* Absolute path? */
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
+  if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
+    {
+      concat_name = xstrdup (wrapper);
+      if (check_executable (concat_name))
+	return concat_name;
+      XFREE (concat_name);
+    }
+  else
+    {
+#endif
+      if (IS_DIR_SEPARATOR (wrapper[0]))
+	{
+	  concat_name = xstrdup (wrapper);
+	  if (check_executable (concat_name))
+	    return concat_name;
+	  XFREE (concat_name);
+	}
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
+    }
+#endif
+
+  for (p = wrapper; *p; p++)
+    if (*p == '/')
+      {
+	has_slash = 1;
+	break;
+      }
+  if (!has_slash)
+    {
+      /* no slashes; search PATH */
+      const char *path = getenv ("PATH");
+      if (path != NULL)
+	{
+	  for (p = path; *p; p = p_next)
+	    {
+	      const char *q;
+	      size_t p_len;
+	      for (q = p; *q; q++)
+		if (IS_PATH_SEPARATOR (*q))
+		  break;
+	      p_len = q - p;
+	      p_next = (*q == '\0' ? q : q + 1);
+	      if (p_len == 0)
+		{
+		  /* empty path: current directory */
+		  if (getcwd (tmp, LT_PATHMAX) == NULL)
+		    lt_fatal ("getcwd failed");
+		  tmp_len = strlen (tmp);
+		  concat_name =
+		    XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
+		  memcpy (concat_name, tmp, tmp_len);
+		  concat_name[tmp_len] = '/';
+		  strcpy (concat_name + tmp_len + 1, wrapper);
+		}
+	      else
+		{
+		  concat_name =
+		    XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
+		  memcpy (concat_name, p, p_len);
+		  concat_name[p_len] = '/';
+		  strcpy (concat_name + p_len + 1, wrapper);
+		}
+	      if (check_executable (concat_name))
+		return concat_name;
+	      XFREE (concat_name);
+	    }
+	}
+      /* not found in PATH; assume curdir */
+    }
+  /* Relative path | not found in path: prepend cwd */
+  if (getcwd (tmp, LT_PATHMAX) == NULL)
+    lt_fatal ("getcwd failed");
+  tmp_len = strlen (tmp);
+  concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
+  memcpy (concat_name, tmp, tmp_len);
+  concat_name[tmp_len] = '/';
+  strcpy (concat_name + tmp_len + 1, wrapper);
+
+  if (check_executable (concat_name))
+    return concat_name;
+  XFREE (concat_name);
+  return NULL;
+}
+
+char *
+chase_symlinks (const char *pathspec)
+{
+#ifndef S_ISLNK
+  return xstrdup (pathspec);
+#else
+  char buf[LT_PATHMAX];
+  struct stat s;
+  char *tmp_pathspec = xstrdup (pathspec);
+  char *p;
+  int has_symlinks = 0;
+  while (strlen (tmp_pathspec) && !has_symlinks)
+    {
+      LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n",
+			      tmp_pathspec));
+      if (lstat (tmp_pathspec, &s) == 0)
+	{
+	  if (S_ISLNK (s.st_mode) != 0)
+	    {
+	      has_symlinks = 1;
+	      break;
+	    }
+
+	  /* search backwards for last DIR_SEPARATOR */
+	  p = tmp_pathspec + strlen (tmp_pathspec) - 1;
+	  while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
+	    p--;
+	  if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
+	    {
+	      /* no more DIR_SEPARATORS left */
+	      break;
+	    }
+	  *p = '\0';
+	}
+      else
+	{
+	  char *errstr = strerror (errno);
+	  lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
+	}
+    }
+  XFREE (tmp_pathspec);
+
+  if (!has_symlinks)
+    {
+      return xstrdup (pathspec);
+    }
+
+  tmp_pathspec = realpath (pathspec, buf);
+  if (tmp_pathspec == 0)
+    {
+      lt_fatal ("Could not follow symlinks for %s", pathspec);
+    }
+  return xstrdup (tmp_pathspec);
+#endif
+}
+
+char *
+strendzap (char *str, const char *pat)
+{
+  size_t len, patlen;
+
+  assert (str != NULL);
+  assert (pat != NULL);
+
+  len = strlen (str);
+  patlen = strlen (pat);
+
+  if (patlen <= len)
+    {
+      str += len - patlen;
+      if (strcmp (str, pat) == 0)
+	*str = '\0';
+    }
+  return str;
+}
+
+static void
+lt_error_core (int exit_status, const char *mode,
+	       const char *message, va_list ap)
+{
+  fprintf (stderr, "%s: %s: ", program_name, mode);
+  vfprintf (stderr, message, ap);
+  fprintf (stderr, ".\n");
+
+  if (exit_status >= 0)
+    exit (exit_status);
+}
+
+void
+lt_fatal (const char *message, ...)
+{
+  va_list ap;
+  va_start (ap, message);
+  lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
+  va_end (ap);
+}
+
+void
+lt_setenv (const char *name, const char *value)
+{
+  LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'\n",
+                          (name ? name : "<NULL>"),
+                          (value ? value : "<NULL>")));
+  {
+#ifdef HAVE_SETENV
+    /* always make a copy, for consistency with !HAVE_SETENV */
+    char *str = xstrdup (value);
+    setenv (name, str, 1);
+#else
+    int len = strlen (name) + 1 + strlen (value) + 1;
+    char *str = XMALLOC (char, len);
+    sprintf (str, "%s=%s", name, value);
+    if (putenv (str) != EXIT_SUCCESS)
+      {
+        XFREE (str);
+      }
+#endif
+  }
+}
+
+char *
+lt_extend_str (const char *orig_value, const char *add, int to_end)
+{
+  char *new_value;
+  if (orig_value && *orig_value)
+    {
+      int orig_value_len = strlen (orig_value);
+      int add_len = strlen (add);
+      new_value = XMALLOC (char, add_len + orig_value_len + 1);
+      if (to_end)
+        {
+          strcpy (new_value, orig_value);
+          strcpy (new_value + orig_value_len, add);
+        }
+      else
+        {
+          strcpy (new_value, add);
+          strcpy (new_value + add_len, orig_value);
+        }
+    }
+  else
+    {
+      new_value = xstrdup (add);
+    }
+  return new_value;
+}
+
+int
+lt_split_name_value (const char *arg, char** name, char** value)
+{
+  const char *p;
+  int len;
+  if (!arg || !*arg)
+    return 1;
+
+  p = strchr (arg, (int)'=');
+
+  if (!p)
+    return 1;
+
+  *value = xstrdup (++p);
+
+  len = strlen (arg) - strlen (*value);
+  *name = XMALLOC (char, len);
+  strncpy (*name, arg, len-1);
+  (*name)[len - 1] = '\0';
+
+  return 0;
+}
+
+void
+lt_opt_process_env_set (const char *arg)
+{
+  char *name = NULL;
+  char *value = NULL;
+
+  if (lt_split_name_value (arg, &name, &value) != 0)
+    {
+      XFREE (name);
+      XFREE (value);
+      lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg);
+    }
+
+  lt_setenv (name, value);
+  XFREE (name);
+  XFREE (value);
+}
+
+void
+lt_opt_process_env_prepend (const char *arg)
+{
+  char *name = NULL;
+  char *value = NULL;
+  char *new_value = NULL;
+
+  if (lt_split_name_value (arg, &name, &value) != 0)
+    {
+      XFREE (name);
+      XFREE (value);
+      lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg);
+    }
+
+  new_value = lt_extend_str (getenv (name), value, 0);
+  lt_setenv (name, new_value);
+  XFREE (new_value);
+  XFREE (name);
+  XFREE (value);
+}
+
+void
+lt_opt_process_env_append (const char *arg)
+{
+  char *name = NULL;
+  char *value = NULL;
+  char *new_value = NULL;
+
+  if (lt_split_name_value (arg, &name, &value) != 0)
+    {
+      XFREE (name);
+      XFREE (value);
+      lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg);
+    }
+
+  new_value = lt_extend_str (getenv (name), value, 1);
+  lt_setenv (name, new_value);
+  XFREE (new_value);
+  XFREE (name);
+  XFREE (value);
+}
+
+void
+lt_update_exe_path (const char *name, const char *value)
+{
+  LTWRAPPER_DEBUGPRINTF (("(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
+                          (name ? name : "<NULL>"),
+                          (value ? value : "<NULL>")));
+
+  if (name && *name && value && *value)
+    {
+      char *new_value = lt_extend_str (getenv (name), value, 0);
+      /* some systems can't cope with a ':'-terminated path #' */
+      int len = strlen (new_value);
+      while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
+        {
+          new_value[len-1] = '\0';
+        }
+      lt_setenv (name, new_value);
+      XFREE (new_value);
+    }
+}
+
+void
+lt_update_lib_path (const char *name, const char *value)
+{
+  LTWRAPPER_DEBUGPRINTF (("(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
+                          (name ? name : "<NULL>"),
+                          (value ? value : "<NULL>")));
+
+  if (name && *name && value && *value)
+    {
+      char *new_value = lt_extend_str (getenv (name), value, 0);
+      lt_setenv (name, new_value);
+      XFREE (new_value);
+    }
+}
+
+
+EOF
+}
+# end: func_emit_cwrapperexe_src
+
+# func_mode_link arg...
+func_mode_link ()
+{
+    $opt_debug
+    case $host in
+    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
+      # It is impossible to link a dll without this setting, and
+      # we shouldn't force the makefile maintainer to figure out
+      # which system we are compiling for in order to pass an extra
+      # flag for every libtool invocation.
+      # allow_undefined=no
+
+      # FIXME: Unfortunately, there are problems with the above when trying
+      # to make a dll which has undefined symbols, in which case not
+      # even a static library is built.  For now, we need to specify
+      # -no-undefined on the libtool link line when we can be certain
+      # that all symbols are satisfied, otherwise we get a static library.
+      allow_undefined=yes
+      ;;
+    *)
+      allow_undefined=yes
+      ;;
+    esac
+    libtool_args=$nonopt
+    base_compile="$nonopt $@"
+    compile_command=$nonopt
+    finalize_command=$nonopt
+
+    compile_rpath=
+    finalize_rpath=
+    compile_shlibpath=
+    finalize_shlibpath=
+    convenience=
+    old_convenience=
+    deplibs=
+    old_deplibs=
+    compiler_flags=
+    linker_flags=
+    dllsearchpath=
+    lib_search_path=`pwd`
+    inst_prefix_dir=
+    new_inherited_linker_flags=
+
+    avoid_version=no
+    dlfiles=
+    dlprefiles=
+    dlself=no
+    export_dynamic=no
+    export_symbols=
+    export_symbols_regex=
+    generated=
+    libobjs=
+    ltlibs=
+    module=no
+    no_install=no
+    objs=
+    non_pic_objects=
+    precious_files_regex=
+    prefer_static_libs=no
+    preload=no
+    prev=
+    prevarg=
+    release=
+    rpath=
+    xrpath=
+    perm_rpath=
+    temp_rpath=
+    thread_safe=no
+    vinfo=
+    vinfo_number=no
+    weak_libs=
+    single_module="${wl}-single_module"
+    func_infer_tag $base_compile
+
+    # We need to know -static, to get the right output filenames.
+    for arg
+    do
+      case $arg in
+      -shared)
+	test "$build_libtool_libs" != yes && \
+	  func_fatal_configuration "can not build a shared library"
+	build_old_libs=no
+	break
+	;;
+      -all-static | -static | -static-libtool-libs)
+	case $arg in
+	-all-static)
+	  if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
+	    func_warning "complete static linking is impossible in this configuration"
+	  fi
+	  if test -n "$link_static_flag"; then
+	    dlopen_self=$dlopen_self_static
+	  fi
+	  prefer_static_libs=yes
+	  ;;
+	-static)
+	  if test -z "$pic_flag" && test -n "$link_static_flag"; then
+	    dlopen_self=$dlopen_self_static
+	  fi
+	  prefer_static_libs=built
+	  ;;
+	-static-libtool-libs)
+	  if test -z "$pic_flag" && test -n "$link_static_flag"; then
+	    dlopen_self=$dlopen_self_static
+	  fi
+	  prefer_static_libs=yes
+	  ;;
+	esac
+	build_libtool_libs=no
+	build_old_libs=yes
+	break
+	;;
+      esac
+    done
+
+    # See if our shared archives depend on static archives.
+    test -n "$old_archive_from_new_cmds" && build_old_libs=yes
+
+    # Go through the arguments, transforming them on the way.
+    while test "$#" -gt 0; do
+      arg="$1"
+      shift
+      func_quote_for_eval "$arg"
+      qarg=$func_quote_for_eval_unquoted_result
+      func_append libtool_args " $func_quote_for_eval_result"
+
+      # If the previous option needs an argument, assign it.
+      if test -n "$prev"; then
+	case $prev in
+	output)
+	  func_append compile_command " @OUTPUT@"
+	  func_append finalize_command " @OUTPUT@"
+	  ;;
+	esac
+
+	case $prev in
+	dlfiles|dlprefiles)
+	  if test "$preload" = no; then
+	    # Add the symbol object into the linking commands.
+	    func_append compile_command " @SYMFILE@"
+	    func_append finalize_command " @SYMFILE@"
+	    preload=yes
+	  fi
+	  case $arg in
+	  *.la | *.lo) ;;  # We handle these cases below.
+	  force)
+	    if test "$dlself" = no; then
+	      dlself=needless
+	      export_dynamic=yes
+	    fi
+	    prev=
+	    continue
+	    ;;
+	  self)
+	    if test "$prev" = dlprefiles; then
+	      dlself=yes
+	    elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
+	      dlself=yes
+	    else
+	      dlself=needless
+	      export_dynamic=yes
+	    fi
+	    prev=
+	    continue
+	    ;;
+	  *)
+	    if test "$prev" = dlfiles; then
+	      dlfiles="$dlfiles $arg"
+	    else
+	      dlprefiles="$dlprefiles $arg"
+	    fi
+	    prev=
+	    continue
+	    ;;
+	  esac
+	  ;;
+	expsyms)
+	  export_symbols="$arg"
+	  test -f "$arg" \
+	    || func_fatal_error "symbol file \`$arg' does not exist"
+	  prev=
+	  continue
+	  ;;
+	expsyms_regex)
+	  export_symbols_regex="$arg"
+	  prev=
+	  continue
+	  ;;
+	framework)
+	  case $host in
+	    *-*-darwin*)
+	      case "$deplibs " in
+		*" $qarg.ltframework "*) ;;
+		*) deplibs="$deplibs $qarg.ltframework" # this is fixed later
+		   ;;
+	      esac
+	      ;;
+	  esac
+	  prev=
+	  continue
+	  ;;
+	inst_prefix)
+	  inst_prefix_dir="$arg"
+	  prev=
+	  continue
+	  ;;
+	objectlist)
+	  if test -f "$arg"; then
+	    save_arg=$arg
+	    moreargs=
+	    for fil in `cat "$save_arg"`
+	    do
+#	      moreargs="$moreargs $fil"
+	      arg=$fil
+	      # A libtool-controlled object.
+
+	      # Check to see that this really is a libtool object.
+	      if func_lalib_unsafe_p "$arg"; then
+		pic_object=
+		non_pic_object=
+
+		# Read the .lo file
+		func_source "$arg"
+
+		if test -z "$pic_object" ||
+		   test -z "$non_pic_object" ||
+		   test "$pic_object" = none &&
+		   test "$non_pic_object" = none; then
+		  func_fatal_error "cannot find name of object for \`$arg'"
+		fi
+
+		# Extract subdirectory from the argument.
+		func_dirname "$arg" "/" ""
+		xdir="$func_dirname_result"
+
+		if test "$pic_object" != none; then
+		  # Prepend the subdirectory the object is found in.
+		  pic_object="$xdir$pic_object"
+
+		  if test "$prev" = dlfiles; then
+		    if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
+		      dlfiles="$dlfiles $pic_object"
+		      prev=
+		      continue
+		    else
+		      # If libtool objects are unsupported, then we need to preload.
+		      prev=dlprefiles
+		    fi
+		  fi
+
+		  # CHECK ME:  I think I busted this.  -Ossama
+		  if test "$prev" = dlprefiles; then
+		    # Preload the old-style object.
+		    dlprefiles="$dlprefiles $pic_object"
+		    prev=
+		  fi
+
+		  # A PIC object.
+		  func_append libobjs " $pic_object"
+		  arg="$pic_object"
+		fi
+
+		# Non-PIC object.
+		if test "$non_pic_object" != none; then
+		  # Prepend the subdirectory the object is found in.
+		  non_pic_object="$xdir$non_pic_object"
+
+		  # A standard non-PIC object
+		  func_append non_pic_objects " $non_pic_object"
+		  if test -z "$pic_object" || test "$pic_object" = none ; then
+		    arg="$non_pic_object"
+		  fi
+		else
+		  # If the PIC object exists, use it instead.
+		  # $xdir was prepended to $pic_object above.
+		  non_pic_object="$pic_object"
+		  func_append non_pic_objects " $non_pic_object"
+		fi
+	      else
+		# Only an error if not doing a dry-run.
+		if $opt_dry_run; then
+		  # Extract subdirectory from the argument.
+		  func_dirname "$arg" "/" ""
+		  xdir="$func_dirname_result"
+
+		  func_lo2o "$arg"
+		  pic_object=$xdir$objdir/$func_lo2o_result
+		  non_pic_object=$xdir$func_lo2o_result
+		  func_append libobjs " $pic_object"
+		  func_append non_pic_objects " $non_pic_object"
+	        else
+		  func_fatal_error "\`$arg' is not a valid libtool object"
+		fi
+	      fi
+	    done
+	  else
+	    func_fatal_error "link input file \`$arg' does not exist"
+	  fi
+	  arg=$save_arg
+	  prev=
+	  continue
+	  ;;
+	precious_regex)
+	  precious_files_regex="$arg"
+	  prev=
+	  continue
+	  ;;
+	release)
+	  release="-$arg"
+	  prev=
+	  continue
+	  ;;
+	rpath | xrpath)
+	  # We need an absolute path.
+	  case $arg in
+	  [\\/]* | [A-Za-z]:[\\/]*) ;;
+	  *)
+	    func_fatal_error "only absolute run-paths are allowed"
+	    ;;
+	  esac
+	  if test "$prev" = rpath; then
+	    case "$rpath " in
+	    *" $arg "*) ;;
+	    *) rpath="$rpath $arg" ;;
+	    esac
+	  else
+	    case "$xrpath " in
+	    *" $arg "*) ;;
+	    *) xrpath="$xrpath $arg" ;;
+	    esac
+	  fi
+	  prev=
+	  continue
+	  ;;
+	shrext)
+	  shrext_cmds="$arg"
+	  prev=
+	  continue
+	  ;;
+	weak)
+	  weak_libs="$weak_libs $arg"
+	  prev=
+	  continue
+	  ;;
+	xcclinker)
+	  linker_flags="$linker_flags $qarg"
+	  compiler_flags="$compiler_flags $qarg"
+	  prev=
+	  func_append compile_command " $qarg"
+	  func_append finalize_command " $qarg"
+	  continue
+	  ;;
+	xcompiler)
+	  compiler_flags="$compiler_flags $qarg"
+	  prev=
+	  func_append compile_command " $qarg"
+	  func_append finalize_command " $qarg"
+	  continue
+	  ;;
+	xlinker)
+	  linker_flags="$linker_flags $qarg"
+	  compiler_flags="$compiler_flags $wl$qarg"
+	  prev=
+	  func_append compile_command " $wl$qarg"
+	  func_append finalize_command " $wl$qarg"
+	  continue
+	  ;;
+	*)
+	  eval "$prev=\"\$arg\""
+	  prev=
+	  continue
+	  ;;
+	esac
+      fi # test -n "$prev"
+
+      prevarg="$arg"
+
+      case $arg in
+      -all-static)
+	if test -n "$link_static_flag"; then
+	  # See comment for -static flag below, for more details.
+	  func_append compile_command " $link_static_flag"
+	  func_append finalize_command " $link_static_flag"
+	fi
+	continue
+	;;
+
+      -allow-undefined)
+	# FIXME: remove this flag sometime in the future.
+	func_fatal_error "\`-allow-undefined' must not be used because it is the default"
+	;;
+
+      -avoid-version)
+	avoid_version=yes
+	continue
+	;;
+
+      -dlopen)
+	prev=dlfiles
+	continue
+	;;
+
+      -dlpreopen)
+	prev=dlprefiles
+	continue
+	;;
+
+      -export-dynamic)
+	export_dynamic=yes
+	continue
+	;;
+
+      -export-symbols | -export-symbols-regex)
+	if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
+	  func_fatal_error "more than one -exported-symbols argument is not allowed"
+	fi
+	if test "X$arg" = "X-export-symbols"; then
+	  prev=expsyms
+	else
+	  prev=expsyms_regex
+	fi
+	continue
+	;;
+
+      -framework)
+	prev=framework
+	continue
+	;;
+
+      -inst-prefix-dir)
+	prev=inst_prefix
+	continue
+	;;
+
+      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
+      # so, if we see these flags be careful not to treat them like -L
+      -L[A-Z][A-Z]*:*)
+	case $with_gcc/$host in
+	no/*-*-irix* | /*-*-irix*)
+	  func_append compile_command " $arg"
+	  func_append finalize_command " $arg"
+	  ;;
+	esac
+	continue
+	;;
+
+      -L*)
+	func_stripname '-L' '' "$arg"
+	dir=$func_stripname_result
+	if test -z "$dir"; then
+	  if test "$#" -gt 0; then
+	    func_fatal_error "require no space between \`-L' and \`$1'"
+	  else
+	    func_fatal_error "need path for \`-L' option"
+	  fi
+	fi
+	# We need an absolute path.
+	case $dir in
+	[\\/]* | [A-Za-z]:[\\/]*) ;;
+	*)
+	  absdir=`cd "$dir" && pwd`
+	  test -z "$absdir" && \
+	    func_fatal_error "cannot determine absolute directory name of \`$dir'"
+	  dir="$absdir"
+	  ;;
+	esac
+	case "$deplibs " in
+	*" -L$dir "*) ;;
+	*)
+	  deplibs="$deplibs -L$dir"
+	  lib_search_path="$lib_search_path $dir"
+	  ;;
+	esac
+	case $host in
+	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
+	  testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
+	  case :$dllsearchpath: in
+	  *":$dir:"*) ;;
+	  ::) dllsearchpath=$dir;;
+	  *) dllsearchpath="$dllsearchpath:$dir";;
+	  esac
+	  case :$dllsearchpath: in
+	  *":$testbindir:"*) ;;
+	  ::) dllsearchpath=$testbindir;;
+	  *) dllsearchpath="$dllsearchpath:$testbindir";;
+	  esac
+	  ;;
+	esac
+	continue
+	;;
+
+      -l*)
+	if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
+	  case $host in
+	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*)
+	    # These systems don't actually have a C or math library (as such)
+	    continue
+	    ;;
+	  *-*-os2*)
+	    # These systems don't actually have a C library (as such)
+	    test "X$arg" = "X-lc" && continue
+	    ;;
+	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
+	    # Do not include libc due to us having libc/libc_r.
+	    test "X$arg" = "X-lc" && continue
+	    ;;
+	  *-*-rhapsody* | *-*-darwin1.[012])
+	    # Rhapsody C and math libraries are in the System framework
+	    deplibs="$deplibs System.ltframework"
+	    continue
+	    ;;
+	  *-*-sco3.2v5* | *-*-sco5v6*)
+	    # Causes problems with __ctype
+	    test "X$arg" = "X-lc" && continue
+	    ;;
+	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
+	    # Compiler inserts libc in the correct place for threads to work
+	    test "X$arg" = "X-lc" && continue
+	    ;;
+	  esac
+	elif test "X$arg" = "X-lc_r"; then
+	 case $host in
+	 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
+	   # Do not include libc_r directly, use -pthread flag.
+	   continue
+	   ;;
+	 esac
+	fi
+	deplibs="$deplibs $arg"
+	continue
+	;;
+
+      -module)
+	module=yes
+	continue
+	;;
+
+      # Tru64 UNIX uses -model [arg] to determine the layout of C++
+      # classes, name mangling, and exception handling.
+      # Darwin uses the -arch flag to determine output architecture.
+      -model|-arch|-isysroot)
+	compiler_flags="$compiler_flags $arg"
+	func_append compile_command " $arg"
+	func_append finalize_command " $arg"
+	prev=xcompiler
+	continue
+	;;
+
+      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
+	compiler_flags="$compiler_flags $arg"
+	func_append compile_command " $arg"
+	func_append finalize_command " $arg"
+	case "$new_inherited_linker_flags " in
+	    *" $arg "*) ;;
+	    * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;;
+	esac
+	continue
+	;;
+
+      -multi_module)
+	single_module="${wl}-multi_module"
+	continue
+	;;
+
+      -no-fast-install)
+	fast_install=no
+	continue
+	;;
+
+      -no-install)
+	case $host in
+	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
+	  # The PATH hackery in wrapper scripts is required on Windows
+	  # and Darwin in order for the loader to find any dlls it needs.
+	  func_warning "\`-no-install' is ignored for $host"
+	  func_warning "assuming \`-no-fast-install' instead"
+	  fast_install=no
+	  ;;
+	*) no_install=yes ;;
+	esac
+	continue
+	;;
+
+      -no-undefined)
+	allow_undefined=no
+	continue
+	;;
+
+      -objectlist)
+	prev=objectlist
+	continue
+	;;
+
+      -o) prev=output ;;
+
+      -precious-files-regex)
+	prev=precious_regex
+	continue
+	;;
+
+      -release)
+	prev=release
+	continue
+	;;
+
+      -rpath)
+	prev=rpath
+	continue
+	;;
+
+      -R)
+	prev=xrpath
+	continue
+	;;
+
+      -R*)
+	func_stripname '-R' '' "$arg"
+	dir=$func_stripname_result
+	# We need an absolute path.
+	case $dir in
+	[\\/]* | [A-Za-z]:[\\/]*) ;;
+	*)
+	  func_fatal_error "only absolute run-paths are allowed"
+	  ;;
+	esac
+	case "$xrpath " in
+	*" $dir "*) ;;
+	*) xrpath="$xrpath $dir" ;;
+	esac
+	continue
+	;;
+
+      -shared)
+	# The effects of -shared are defined in a previous loop.
+	continue
+	;;
+
+      -shrext)
+	prev=shrext
+	continue
+	;;
+
+      -static | -static-libtool-libs)
+	# The effects of -static are defined in a previous loop.
+	# We used to do the same as -all-static on platforms that
+	# didn't have a PIC flag, but the assumption that the effects
+	# would be equivalent was wrong.  It would break on at least
+	# Digital Unix and AIX.
+	continue
+	;;
+
+      -thread-safe)
+	thread_safe=yes
+	continue
+	;;
+
+      -version-info)
+	prev=vinfo
+	continue
+	;;
+
+      -version-number)
+	prev=vinfo
+	vinfo_number=yes
+	continue
+	;;
+
+      -weak)
+        prev=weak
+	continue
+	;;
+
+      -Wc,*)
+	func_stripname '-Wc,' '' "$arg"
+	args=$func_stripname_result
+	arg=
+	save_ifs="$IFS"; IFS=','
+	for flag in $args; do
+	  IFS="$save_ifs"
+          func_quote_for_eval "$flag"
+	  arg="$arg $wl$func_quote_for_eval_result"
+	  compiler_flags="$compiler_flags $func_quote_for_eval_result"
+	done
+	IFS="$save_ifs"
+	func_stripname ' ' '' "$arg"
+	arg=$func_stripname_result
+	;;
+
+      -Wl,*)
+	func_stripname '-Wl,' '' "$arg"
+	args=$func_stripname_result
+	arg=
+	save_ifs="$IFS"; IFS=','
+	for flag in $args; do
+	  IFS="$save_ifs"
+          func_quote_for_eval "$flag"
+	  arg="$arg $wl$func_quote_for_eval_result"
+	  compiler_flags="$compiler_flags $wl$func_quote_for_eval_result"
+	  linker_flags="$linker_flags $func_quote_for_eval_result"
+	done
+	IFS="$save_ifs"
+	func_stripname ' ' '' "$arg"
+	arg=$func_stripname_result
+	;;
+
+      -Xcompiler)
+	prev=xcompiler
+	continue
+	;;
+
+      -Xlinker)
+	prev=xlinker
+	continue
+	;;
+
+      -XCClinker)
+	prev=xcclinker
+	continue
+	;;
+
+      # -msg_* for osf cc
+      -msg_*)
+	func_quote_for_eval "$arg"
+	arg="$func_quote_for_eval_result"
+	;;
+
+      # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
+      # -r[0-9][0-9]* specifies the processor on the SGI compiler
+      # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
+      # +DA*, +DD* enable 64-bit mode on the HP compiler
+      # -q* pass through compiler args for the IBM compiler
+      # -m*, -t[45]*, -txscale* pass through architecture-specific
+      # compiler args for GCC
+      # -F/path gives path to uninstalled frameworks, gcc on darwin
+      # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
+      # @file GCC response files
+      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
+      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
+        func_quote_for_eval "$arg"
+	arg="$func_quote_for_eval_result"
+        func_append compile_command " $arg"
+        func_append finalize_command " $arg"
+        compiler_flags="$compiler_flags $arg"
+        continue
+        ;;
+
+      # Some other compiler flag.
+      -* | +*)
+        func_quote_for_eval "$arg"
+	arg="$func_quote_for_eval_result"
+	;;
+
+      *.$objext)
+	# A standard object.
+	objs="$objs $arg"
+	;;
+
+      *.lo)
+	# A libtool-controlled object.
+
+	# Check to see that this really is a libtool object.
+	if func_lalib_unsafe_p "$arg"; then
+	  pic_object=
+	  non_pic_object=
+
+	  # Read the .lo file
+	  func_source "$arg"
+
+	  if test -z "$pic_object" ||
+	     test -z "$non_pic_object" ||
+	     test "$pic_object" = none &&
+	     test "$non_pic_object" = none; then
+	    func_fatal_error "cannot find name of object for \`$arg'"
+	  fi
+
+	  # Extract subdirectory from the argument.
+	  func_dirname "$arg" "/" ""
+	  xdir="$func_dirname_result"
+
+	  if test "$pic_object" != none; then
+	    # Prepend the subdirectory the object is found in.
+	    pic_object="$xdir$pic_object"
+
+	    if test "$prev" = dlfiles; then
+	      if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
+		dlfiles="$dlfiles $pic_object"
+		prev=
+		continue
+	      else
+		# If libtool objects are unsupported, then we need to preload.
+		prev=dlprefiles
+	      fi
+	    fi
+
+	    # CHECK ME:  I think I busted this.  -Ossama
+	    if test "$prev" = dlprefiles; then
+	      # Preload the old-style object.
+	      dlprefiles="$dlprefiles $pic_object"
+	      prev=
+	    fi
+
+	    # A PIC object.
+	    func_append libobjs " $pic_object"
+	    arg="$pic_object"
+	  fi
+
+	  # Non-PIC object.
+	  if test "$non_pic_object" != none; then
+	    # Prepend the subdirectory the object is found in.
+	    non_pic_object="$xdir$non_pic_object"
+
+	    # A standard non-PIC object
+	    func_append non_pic_objects " $non_pic_object"
+	    if test -z "$pic_object" || test "$pic_object" = none ; then
+	      arg="$non_pic_object"
+	    fi
+	  else
+	    # If the PIC object exists, use it instead.
+	    # $xdir was prepended to $pic_object above.
+	    non_pic_object="$pic_object"
+	    func_append non_pic_objects " $non_pic_object"
+	  fi
+	else
+	  # Only an error if not doing a dry-run.
+	  if $opt_dry_run; then
+	    # Extract subdirectory from the argument.
+	    func_dirname "$arg" "/" ""
+	    xdir="$func_dirname_result"
+
+	    func_lo2o "$arg"
+	    pic_object=$xdir$objdir/$func_lo2o_result
+	    non_pic_object=$xdir$func_lo2o_result
+	    func_append libobjs " $pic_object"
+	    func_append non_pic_objects " $non_pic_object"
+	  else
+	    func_fatal_error "\`$arg' is not a valid libtool object"
+	  fi
+	fi
+	;;
+
+      *.$libext)
+	# An archive.
+	deplibs="$deplibs $arg"
+	old_deplibs="$old_deplibs $arg"
+	continue
+	;;
+
+      *.la)
+	# A libtool-controlled library.
+
+	if test "$prev" = dlfiles; then
+	  # This library was specified with -dlopen.
+	  dlfiles="$dlfiles $arg"
+	  prev=
+	elif test "$prev" = dlprefiles; then
+	  # The library was specified with -dlpreopen.
+	  dlprefiles="$dlprefiles $arg"
+	  prev=
+	else
+	  deplibs="$deplibs $arg"
+	fi
+	continue
+	;;
+
+      # Some other compiler argument.
+      *)
+	# Unknown arguments in both finalize_command and compile_command need
+	# to be aesthetically quoted because they are evaled later.
+	func_quote_for_eval "$arg"
+	arg="$func_quote_for_eval_result"
+	;;
+      esac # arg
+
+      # Now actually substitute the argument into the commands.
+      if test -n "$arg"; then
+	func_append compile_command " $arg"
+	func_append finalize_command " $arg"
+      fi
+    done # argument parsing loop
+
+    test -n "$prev" && \
+      func_fatal_help "the \`$prevarg' option requires an argument"
+
+    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
+      eval arg=\"$export_dynamic_flag_spec\"
+      func_append compile_command " $arg"
+      func_append finalize_command " $arg"
+    fi
+
+    oldlibs=
+    # calculate the name of the file, without its directory
+    func_basename "$output"
+    outputname="$func_basename_result"
+    libobjs_save="$libobjs"
+
+    if test -n "$shlibpath_var"; then
+      # get the directories listed in $shlibpath_var
+      eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
+    else
+      shlib_search_path=
+    fi
+    eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
+    eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
+
+    func_dirname "$output" "/" ""
+    output_objdir="$func_dirname_result$objdir"
+    # Create the object directory.
+    func_mkdir_p "$output_objdir"
+
+    # Determine the type of output
+    case $output in
+    "")
+      func_fatal_help "you must specify an output file"
+      ;;
+    *.$libext) linkmode=oldlib ;;
+    *.lo | *.$objext) linkmode=obj ;;
+    *.la) linkmode=lib ;;
+    *) linkmode=prog ;; # Anything else should be a program.
+    esac
+
+    specialdeplibs=
+
+    libs=
+    # Find all interdependent deplibs by searching for libraries
+    # that are linked more than once (e.g. -la -lb -la)
+    for deplib in $deplibs; do
+      if $opt_duplicate_deps ; then
+	case "$libs " in
+	*" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
+	esac
+      fi
+      libs="$libs $deplib"
+    done
+
+    if test "$linkmode" = lib; then
+      libs="$predeps $libs $compiler_lib_search_path $postdeps"
+
+      # Compute libraries that are listed more than once in $predeps
+      # $postdeps and mark them as special (i.e., whose duplicates are
+      # not to be eliminated).
+      pre_post_deps=
+      if $opt_duplicate_compiler_generated_deps; then
+	for pre_post_dep in $predeps $postdeps; do
+	  case "$pre_post_deps " in
+	  *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;;
+	  esac
+	  pre_post_deps="$pre_post_deps $pre_post_dep"
+	done
+      fi
+      pre_post_deps=
+    fi
+
+    deplibs=
+    newdependency_libs=
+    newlib_search_path=
+    need_relink=no # whether we're linking any uninstalled libtool libraries
+    notinst_deplibs= # not-installed libtool libraries
+    notinst_path= # paths that contain not-installed libtool libraries
+
+    case $linkmode in
+    lib)
+	passes="conv dlpreopen link"
+	for file in $dlfiles $dlprefiles; do
+	  case $file in
+	  *.la) ;;
+	  *)
+	    func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file"
+	    ;;
+	  esac
+	done
+	;;
+    prog)
+	compile_deplibs=
+	finalize_deplibs=
+	alldeplibs=no
+	newdlfiles=
+	newdlprefiles=
+	passes="conv scan dlopen dlpreopen link"
+	;;
+    *)  passes="conv"
+	;;
+    esac
+
+    for pass in $passes; do
+      # The preopen pass in lib mode reverses $deplibs; put it back here
+      # so that -L comes before libs that need it for instance...
+      if test "$linkmode,$pass" = "lib,link"; then
+	## FIXME: Find the place where the list is rebuilt in the wrong
+	##        order, and fix it there properly
+        tmp_deplibs=
+	for deplib in $deplibs; do
+	  tmp_deplibs="$deplib $tmp_deplibs"
+	done
+	deplibs="$tmp_deplibs"
+      fi
+
+      if test "$linkmode,$pass" = "lib,link" ||
+	 test "$linkmode,$pass" = "prog,scan"; then
+	libs="$deplibs"
+	deplibs=
+      fi
+      if test "$linkmode" = prog; then
+	case $pass in
+	dlopen) libs="$dlfiles" ;;
+	dlpreopen) libs="$dlprefiles" ;;
+	link)
+	  libs="$deplibs %DEPLIBS%"
+	  test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
+	  ;;
+	esac
+      fi
+      if test "$linkmode,$pass" = "lib,dlpreopen"; then
+	# Collect and forward deplibs of preopened libtool libs
+	for lib in $dlprefiles; do
+	  # Ignore non-libtool-libs
+	  dependency_libs=
+	  case $lib in
+	  *.la)	func_source "$lib" ;;
+	  esac
+
+	  # Collect preopened libtool deplibs, except any this library
+	  # has declared as weak libs
+	  for deplib in $dependency_libs; do
+            deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"`
+	    case " $weak_libs " in
+	    *" $deplib_base "*) ;;
+	    *) deplibs="$deplibs $deplib" ;;
+	    esac
+	  done
+	done
+	libs="$dlprefiles"
+      fi
+      if test "$pass" = dlopen; then
+	# Collect dlpreopened libraries
+	save_deplibs="$deplibs"
+	deplibs=
+      fi
+
+      for deplib in $libs; do
+	lib=
+	found=no
+	case $deplib in
+	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
+	  if test "$linkmode,$pass" = "prog,link"; then
+	    compile_deplibs="$deplib $compile_deplibs"
+	    finalize_deplibs="$deplib $finalize_deplibs"
+	  else
+	    compiler_flags="$compiler_flags $deplib"
+	    if test "$linkmode" = lib ; then
+		case "$new_inherited_linker_flags " in
+		    *" $deplib "*) ;;
+		    * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;;
+		esac
+	    fi
+	  fi
+	  continue
+	  ;;
+	-l*)
+	  if test "$linkmode" != lib && test "$linkmode" != prog; then
+	    func_warning "\`-l' is ignored for archives/objects"
+	    continue
+	  fi
+	  func_stripname '-l' '' "$deplib"
+	  name=$func_stripname_result
+	  if test "$linkmode" = lib; then
+	    searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
+	  else
+	    searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
+	  fi
+	  for searchdir in $searchdirs; do
+	    for search_ext in .la $std_shrext .so .a; do
+	      # Search the libtool library
+	      lib="$searchdir/lib${name}${search_ext}"
+	      if test -f "$lib"; then
+		if test "$search_ext" = ".la"; then
+		  found=yes
+		else
+		  found=no
+		fi
+		break 2
+	      fi
+	    done
+	  done
+	  if test "$found" != yes; then
+	    # deplib doesn't seem to be a libtool library
+	    if test "$linkmode,$pass" = "prog,link"; then
+	      compile_deplibs="$deplib $compile_deplibs"
+	      finalize_deplibs="$deplib $finalize_deplibs"
+	    else
+	      deplibs="$deplib $deplibs"
+	      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
+	    fi
+	    continue
+	  else # deplib is a libtool library
+	    # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
+	    # We need to do some special things here, and not later.
+	    if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+	      case " $predeps $postdeps " in
+	      *" $deplib "*)
+		if func_lalib_p "$lib"; then
+		  library_names=
+		  old_library=
+		  func_source "$lib"
+		  for l in $old_library $library_names; do
+		    ll="$l"
+		  done
+		  if test "X$ll" = "X$old_library" ; then # only static version available
+		    found=no
+		    func_dirname "$lib" "" "."
+		    ladir="$func_dirname_result"
+		    lib=$ladir/$old_library
+		    if test "$linkmode,$pass" = "prog,link"; then
+		      compile_deplibs="$deplib $compile_deplibs"
+		      finalize_deplibs="$deplib $finalize_deplibs"
+		    else
+		      deplibs="$deplib $deplibs"
+		      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
+		    fi
+		    continue
+		  fi
+		fi
+		;;
+	      *) ;;
+	      esac
+	    fi
+	  fi
+	  ;; # -l
+	*.ltframework)
+	  if test "$linkmode,$pass" = "prog,link"; then
+	    compile_deplibs="$deplib $compile_deplibs"
+	    finalize_deplibs="$deplib $finalize_deplibs"
+	  else
+	    deplibs="$deplib $deplibs"
+	    if test "$linkmode" = lib ; then
+		case "$new_inherited_linker_flags " in
+		    *" $deplib "*) ;;
+		    * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;;
+		esac
+	    fi
+	  fi
+	  continue
+	  ;;
+	-L*)
+	  case $linkmode in
+	  lib)
+	    deplibs="$deplib $deplibs"
+	    test "$pass" = conv && continue
+	    newdependency_libs="$deplib $newdependency_libs"
+	    func_stripname '-L' '' "$deplib"
+	    newlib_search_path="$newlib_search_path $func_stripname_result"
+	    ;;
+	  prog)
+	    if test "$pass" = conv; then
+	      deplibs="$deplib $deplibs"
+	      continue
+	    fi
+	    if test "$pass" = scan; then
+	      deplibs="$deplib $deplibs"
+	    else
+	      compile_deplibs="$deplib $compile_deplibs"
+	      finalize_deplibs="$deplib $finalize_deplibs"
+	    fi
+	    func_stripname '-L' '' "$deplib"
+	    newlib_search_path="$newlib_search_path $func_stripname_result"
+	    ;;
+	  *)
+	    func_warning "\`-L' is ignored for archives/objects"
+	    ;;
+	  esac # linkmode
+	  continue
+	  ;; # -L
+	-R*)
+	  if test "$pass" = link; then
+	    func_stripname '-R' '' "$deplib"
+	    dir=$func_stripname_result
+	    # Make sure the xrpath contains only unique directories.
+	    case "$xrpath " in
+	    *" $dir "*) ;;
+	    *) xrpath="$xrpath $dir" ;;
+	    esac
+	  fi
+	  deplibs="$deplib $deplibs"
+	  continue
+	  ;;
+	*.la) lib="$deplib" ;;
+	*.$libext)
+	  if test "$pass" = conv; then
+	    deplibs="$deplib $deplibs"
+	    continue
+	  fi
+	  case $linkmode in
+	  lib)
+	    # Linking convenience modules into shared libraries is allowed,
+	    # but linking other static libraries is non-portable.
+	    case " $dlpreconveniencelibs " in
+	    *" $deplib "*) ;;
+	    *)
+	      valid_a_lib=no
+	      case $deplibs_check_method in
+		match_pattern*)
+		  set dummy $deplibs_check_method; shift
+		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
+		  if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \
+		    | $EGREP "$match_pattern_regex" > /dev/null; then
+		    valid_a_lib=yes
+		  fi
+		;;
+		pass_all)
+		  valid_a_lib=yes
+		;;
+	      esac
+	      if test "$valid_a_lib" != yes; then
+		$ECHO
+		$ECHO "*** Warning: Trying to link with static lib archive $deplib."
+		$ECHO "*** I have the capability to make that library automatically link in when"
+		$ECHO "*** you link to this library.  But I can only do this if you have a"
+		$ECHO "*** shared version of the library, which you do not appear to have"
+		$ECHO "*** because the file extensions .$libext of this argument makes me believe"
+		$ECHO "*** that it is just a static archive that I should not use here."
+	      else
+		$ECHO
+		$ECHO "*** Warning: Linking the shared library $output against the"
+		$ECHO "*** static library $deplib is not portable!"
+		deplibs="$deplib $deplibs"
+	      fi
+	      ;;
+	    esac
+	    continue
+	    ;;
+	  prog)
+	    if test "$pass" != link; then
+	      deplibs="$deplib $deplibs"
+	    else
+	      compile_deplibs="$deplib $compile_deplibs"
+	      finalize_deplibs="$deplib $finalize_deplibs"
+	    fi
+	    continue
+	    ;;
+	  esac # linkmode
+	  ;; # *.$libext
+	*.lo | *.$objext)
+	  if test "$pass" = conv; then
+	    deplibs="$deplib $deplibs"
+	  elif test "$linkmode" = prog; then
+	    if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
+	      # If there is no dlopen support or we're linking statically,
+	      # we need to preload.
+	      newdlprefiles="$newdlprefiles $deplib"
+	      compile_deplibs="$deplib $compile_deplibs"
+	      finalize_deplibs="$deplib $finalize_deplibs"
+	    else
+	      newdlfiles="$newdlfiles $deplib"
+	    fi
+	  fi
+	  continue
+	  ;;
+	%DEPLIBS%)
+	  alldeplibs=yes
+	  continue
+	  ;;
+	esac # case $deplib
+
+	if test "$found" = yes || test -f "$lib"; then :
+	else
+	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
+	fi
+
+	# Check to see that this really is a libtool archive.
+	func_lalib_unsafe_p "$lib" \
+	  || func_fatal_error "\`$lib' is not a valid libtool archive"
+
+	func_dirname "$lib" "" "."
+	ladir="$func_dirname_result"
+
+	dlname=
+	dlopen=
+	dlpreopen=
+	libdir=
+	library_names=
+	old_library=
+	inherited_linker_flags=
+	# If the library was installed with an old release of libtool,
+	# it will not redefine variables installed, or shouldnotlink
+	installed=yes
+	shouldnotlink=no
+	avoidtemprpath=
+
+
+	# Read the .la file
+	func_source "$lib"
+
+	# Convert "-framework foo" to "foo.ltframework"
+	if test -n "$inherited_linker_flags"; then
+	  tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'`
+	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
+	    case " $new_inherited_linker_flags " in
+	      *" $tmp_inherited_linker_flag "*) ;;
+	      *) new_inherited_linker_flags="$new_inherited_linker_flags $tmp_inherited_linker_flag";;
+	    esac
+	  done
+	fi
+	dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
+	if test "$linkmode,$pass" = "lib,link" ||
+	   test "$linkmode,$pass" = "prog,scan" ||
+	   { test "$linkmode" != prog && test "$linkmode" != lib; }; then
+	  test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
+	  test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"
+	fi
+
+	if test "$pass" = conv; then
+	  # Only check for convenience libraries
+	  deplibs="$lib $deplibs"
+	  if test -z "$libdir"; then
+	    if test -z "$old_library"; then
+	      func_fatal_error "cannot find name of link library for \`$lib'"
+	    fi
+	    # It is a libtool convenience library, so add in its objects.
+	    convenience="$convenience $ladir/$objdir/$old_library"
+	    old_convenience="$old_convenience $ladir/$objdir/$old_library"
+	    tmp_libs=
+	    for deplib in $dependency_libs; do
+	      deplibs="$deplib $deplibs"
+	      if $opt_duplicate_deps ; then
+		case "$tmp_libs " in
+		*" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
+		esac
+	      fi
+	      tmp_libs="$tmp_libs $deplib"
+	    done
+	  elif test "$linkmode" != prog && test "$linkmode" != lib; then
+	    func_fatal_error "\`$lib' is not a convenience library"
+	  fi
+	  continue
+	fi # $pass = conv
+
+
+	# Get the name of the library we link against.
+	linklib=
+	for l in $old_library $library_names; do
+	  linklib="$l"
+	done
+	if test -z "$linklib"; then
+	  func_fatal_error "cannot find name of link library for \`$lib'"
+	fi
+
+	# This library was specified with -dlopen.
+	if test "$pass" = dlopen; then
+	  if test -z "$libdir"; then
+	    func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
+	  fi
+	  if test -z "$dlname" ||
+	     test "$dlopen_support" != yes ||
+	     test "$build_libtool_libs" = no; then
+	    # If there is no dlname, no dlopen support or we're linking
+	    # statically, we need to preload.  We also need to preload any
+	    # dependent libraries so libltdl's deplib preloader doesn't
+	    # bomb out in the load deplibs phase.
+	    dlprefiles="$dlprefiles $lib $dependency_libs"
+	  else
+	    newdlfiles="$newdlfiles $lib"
+	  fi
+	  continue
+	fi # $pass = dlopen
+
+	# We need an absolute path.
+	case $ladir in
+	[\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
+	*)
+	  abs_ladir=`cd "$ladir" && pwd`
+	  if test -z "$abs_ladir"; then
+	    func_warning "cannot determine absolute directory name of \`$ladir'"
+	    func_warning "passing it literally to the linker, although it might fail"
+	    abs_ladir="$ladir"
+	  fi
+	  ;;
+	esac
+	func_basename "$lib"
+	laname="$func_basename_result"
+
+	# Find the relevant object directory and library name.
+	if test "X$installed" = Xyes; then
+	  if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
+	    func_warning "library \`$lib' was moved."
+	    dir="$ladir"
+	    absdir="$abs_ladir"
+	    libdir="$abs_ladir"
+	  else
+	    dir="$libdir"
+	    absdir="$libdir"
+	  fi
+	  test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
+	else
+	  if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
+	    dir="$ladir"
+	    absdir="$abs_ladir"
+	    # Remove this search path later
+	    notinst_path="$notinst_path $abs_ladir"
+	  else
+	    dir="$ladir/$objdir"
+	    absdir="$abs_ladir/$objdir"
+	    # Remove this search path later
+	    notinst_path="$notinst_path $abs_ladir"
+	  fi
+	fi # $installed = yes
+	func_stripname 'lib' '.la' "$laname"
+	name=$func_stripname_result
+
+	# This library was specified with -dlpreopen.
+	if test "$pass" = dlpreopen; then
+	  if test -z "$libdir" && test "$linkmode" = prog; then
+	    func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
+	  fi
+	  # Prefer using a static library (so that no silly _DYNAMIC symbols
+	  # are required to link).
+	  if test -n "$old_library"; then
+	    newdlprefiles="$newdlprefiles $dir/$old_library"
+	    # Keep a list of preopened convenience libraries to check
+	    # that they are being used correctly in the link pass.
+	    test -z "$libdir" && \
+		dlpreconveniencelibs="$dlpreconveniencelibs $dir/$old_library"
+	  # Otherwise, use the dlname, so that lt_dlopen finds it.
+	  elif test -n "$dlname"; then
+	    newdlprefiles="$newdlprefiles $dir/$dlname"
+	  else
+	    newdlprefiles="$newdlprefiles $dir/$linklib"
+	  fi
+	fi # $pass = dlpreopen
+
+	if test -z "$libdir"; then
+	  # Link the convenience library
+	  if test "$linkmode" = lib; then
+	    deplibs="$dir/$old_library $deplibs"
+	  elif test "$linkmode,$pass" = "prog,link"; then
+	    compile_deplibs="$dir/$old_library $compile_deplibs"
+	    finalize_deplibs="$dir/$old_library $finalize_deplibs"
+	  else
+	    deplibs="$lib $deplibs" # used for prog,scan pass
+	  fi
+	  continue
+	fi
+
+
+	if test "$linkmode" = prog && test "$pass" != link; then
+	  newlib_search_path="$newlib_search_path $ladir"
+	  deplibs="$lib $deplibs"
+
+	  linkalldeplibs=no
+	  if test "$link_all_deplibs" != no || test -z "$library_names" ||
+	     test "$build_libtool_libs" = no; then
+	    linkalldeplibs=yes
+	  fi
+
+	  tmp_libs=
+	  for deplib in $dependency_libs; do
+	    case $deplib in
+	    -L*) func_stripname '-L' '' "$deplib"
+	         newlib_search_path="$newlib_search_path $func_stripname_result"
+		 ;;
+	    esac
+	    # Need to link against all dependency_libs?
+	    if test "$linkalldeplibs" = yes; then
+	      deplibs="$deplib $deplibs"
+	    else
+	      # Need to hardcode shared library paths
+	      # or/and link against static libraries
+	      newdependency_libs="$deplib $newdependency_libs"
+	    fi
+	    if $opt_duplicate_deps ; then
+	      case "$tmp_libs " in
+	      *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
+	      esac
+	    fi
+	    tmp_libs="$tmp_libs $deplib"
+	  done # for deplib
+	  continue
+	fi # $linkmode = prog...
+
+	if test "$linkmode,$pass" = "prog,link"; then
+	  if test -n "$library_names" &&
+	     { { test "$prefer_static_libs" = no ||
+	         test "$prefer_static_libs,$installed" = "built,yes"; } ||
+	       test -z "$old_library"; }; then
+	    # We need to hardcode the library path
+	    if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
+	      # Make sure the rpath contains only unique directories.
+	      case "$temp_rpath:" in
+	      *"$absdir:"*) ;;
+	      *) temp_rpath="$temp_rpath$absdir:" ;;
+	      esac
+	    fi
+
+	    # Hardcode the library path.
+	    # Skip directories that are in the system default run-time
+	    # search path.
+	    case " $sys_lib_dlsearch_path " in
+	    *" $absdir "*) ;;
+	    *)
+	      case "$compile_rpath " in
+	      *" $absdir "*) ;;
+	      *) compile_rpath="$compile_rpath $absdir"
+	      esac
+	      ;;
+	    esac
+	    case " $sys_lib_dlsearch_path " in
+	    *" $libdir "*) ;;
+	    *)
+	      case "$finalize_rpath " in
+	      *" $libdir "*) ;;
+	      *) finalize_rpath="$finalize_rpath $libdir"
+	      esac
+	      ;;
+	    esac
+	  fi # $linkmode,$pass = prog,link...
+
+	  if test "$alldeplibs" = yes &&
+	     { test "$deplibs_check_method" = pass_all ||
+	       { test "$build_libtool_libs" = yes &&
+		 test -n "$library_names"; }; }; then
+	    # We only need to search for static libraries
+	    continue
+	  fi
+	fi
+
+	link_static=no # Whether the deplib will be linked statically
+	use_static_libs=$prefer_static_libs
+	if test "$use_static_libs" = built && test "$installed" = yes; then
+	  use_static_libs=no
+	fi
+	if test -n "$library_names" &&
+	   { test "$use_static_libs" = no || test -z "$old_library"; }; then
+	  case $host in
+	  *cygwin* | *mingw* | *cegcc*)
+	      # No point in relinking DLLs because paths are not encoded
+	      notinst_deplibs="$notinst_deplibs $lib"
+	      need_relink=no
+	    ;;
+	  *)
+	    if test "$installed" = no; then
+	      notinst_deplibs="$notinst_deplibs $lib"
+	      need_relink=yes
+	    fi
+	    ;;
+	  esac
+	  # This is a shared library
+
+	  # Warn about portability, can't link against -module's on some
+	  # systems (darwin).  Don't bleat about dlopened modules though!
+	  dlopenmodule=""
+	  for dlpremoduletest in $dlprefiles; do
+	    if test "X$dlpremoduletest" = "X$lib"; then
+	      dlopenmodule="$dlpremoduletest"
+	      break
+	    fi
+	  done
+	  if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
+	    $ECHO
+	    if test "$linkmode" = prog; then
+	      $ECHO "*** Warning: Linking the executable $output against the loadable module"
+	    else
+	      $ECHO "*** Warning: Linking the shared library $output against the loadable module"
+	    fi
+	    $ECHO "*** $linklib is not portable!"
+	  fi
+	  if test "$linkmode" = lib &&
+	     test "$hardcode_into_libs" = yes; then
+	    # Hardcode the library path.
+	    # Skip directories that are in the system default run-time
+	    # search path.
+	    case " $sys_lib_dlsearch_path " in
+	    *" $absdir "*) ;;
+	    *)
+	      case "$compile_rpath " in
+	      *" $absdir "*) ;;
+	      *) compile_rpath="$compile_rpath $absdir"
+	      esac
+	      ;;
+	    esac
+	    case " $sys_lib_dlsearch_path " in
+	    *" $libdir "*) ;;
+	    *)
+	      case "$finalize_rpath " in
+	      *" $libdir "*) ;;
+	      *) finalize_rpath="$finalize_rpath $libdir"
+	      esac
+	      ;;
+	    esac
+	  fi
+
+	  if test -n "$old_archive_from_expsyms_cmds"; then
+	    # figure out the soname
+	    set dummy $library_names
+	    shift
+	    realname="$1"
+	    shift
+	    libname=`eval "\\$ECHO \"$libname_spec\""`
+	    # use dlname if we got it. it's perfectly good, no?
+	    if test -n "$dlname"; then
+	      soname="$dlname"
+	    elif test -n "$soname_spec"; then
+	      # bleh windows
+	      case $host in
+	      *cygwin* | mingw* | *cegcc*)
+	        func_arith $current - $age
+		major=$func_arith_result
+		versuffix="-$major"
+		;;
+	      esac
+	      eval soname=\"$soname_spec\"
+	    else
+	      soname="$realname"
+	    fi
+
+	    # Make a new name for the extract_expsyms_cmds to use
+	    soroot="$soname"
+	    func_basename "$soroot"
+	    soname="$func_basename_result"
+	    func_stripname 'lib' '.dll' "$soname"
+	    newlib=libimp-$func_stripname_result.a
+
+	    # If the library has no export list, then create one now
+	    if test -f "$output_objdir/$soname-def"; then :
+	    else
+	      func_verbose "extracting exported symbol list from \`$soname'"
+	      func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
+	    fi
+
+	    # Create $newlib
+	    if test -f "$output_objdir/$newlib"; then :; else
+	      func_verbose "generating import library for \`$soname'"
+	      func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
+	    fi
+	    # make sure the library variables are pointing to the new library
+	    dir=$output_objdir
+	    linklib=$newlib
+	  fi # test -n "$old_archive_from_expsyms_cmds"
+
+	  if test "$linkmode" = prog || test "$mode" != relink; then
+	    add_shlibpath=
+	    add_dir=
+	    add=
+	    lib_linked=yes
+	    case $hardcode_action in
+	    immediate | unsupported)
+	      if test "$hardcode_direct" = no; then
+		add="$dir/$linklib"
+		case $host in
+		  *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
+		  *-*-sysv4*uw2*) add_dir="-L$dir" ;;
+		  *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
+		    *-*-unixware7*) add_dir="-L$dir" ;;
+		  *-*-darwin* )
+		    # if the lib is a (non-dlopened) module then we can not
+		    # link against it, someone is ignoring the earlier warnings
+		    if /usr/bin/file -L $add 2> /dev/null |
+			 $GREP ": [^:]* bundle" >/dev/null ; then
+		      if test "X$dlopenmodule" != "X$lib"; then
+			$ECHO "*** Warning: lib $linklib is a module, not a shared library"
+			if test -z "$old_library" ; then
+			  $ECHO
+			  $ECHO "*** And there doesn't seem to be a static archive available"
+			  $ECHO "*** The link will probably fail, sorry"
+			else
+			  add="$dir/$old_library"
+			fi
+		      elif test -n "$old_library"; then
+			add="$dir/$old_library"
+		      fi
+		    fi
+		esac
+	      elif test "$hardcode_minus_L" = no; then
+		case $host in
+		*-*-sunos*) add_shlibpath="$dir" ;;
+		esac
+		add_dir="-L$dir"
+		add="-l$name"
+	      elif test "$hardcode_shlibpath_var" = no; then
+		add_shlibpath="$dir"
+		add="-l$name"
+	      else
+		lib_linked=no
+	      fi
+	      ;;
+	    relink)
+	      if test "$hardcode_direct" = yes &&
+	         test "$hardcode_direct_absolute" = no; then
+		add="$dir/$linklib"
+	      elif test "$hardcode_minus_L" = yes; then
+		add_dir="-L$dir"
+		# Try looking first in the location we're being installed to.
+		if test -n "$inst_prefix_dir"; then
+		  case $libdir in
+		    [\\/]*)
+		      add_dir="$add_dir -L$inst_prefix_dir$libdir"
+		      ;;
+		  esac
+		fi
+		add="-l$name"
+	      elif test "$hardcode_shlibpath_var" = yes; then
+		add_shlibpath="$dir"
+		add="-l$name"
+	      else
+		lib_linked=no
+	      fi
+	      ;;
+	    *) lib_linked=no ;;
+	    esac
+
+	    if test "$lib_linked" != yes; then
+	      func_fatal_configuration "unsupported hardcode properties"
+	    fi
+
+	    if test -n "$add_shlibpath"; then
+	      case :$compile_shlibpath: in
+	      *":$add_shlibpath:"*) ;;
+	      *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;;
+	      esac
+	    fi
+	    if test "$linkmode" = prog; then
+	      test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
+	      test -n "$add" && compile_deplibs="$add $compile_deplibs"
+	    else
+	      test -n "$add_dir" && deplibs="$add_dir $deplibs"
+	      test -n "$add" && deplibs="$add $deplibs"
+	      if test "$hardcode_direct" != yes &&
+		 test "$hardcode_minus_L" != yes &&
+		 test "$hardcode_shlibpath_var" = yes; then
+		case :$finalize_shlibpath: in
+		*":$libdir:"*) ;;
+		*) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
+		esac
+	      fi
+	    fi
+	  fi
+
+	  if test "$linkmode" = prog || test "$mode" = relink; then
+	    add_shlibpath=
+	    add_dir=
+	    add=
+	    # Finalize command for both is simple: just hardcode it.
+	    if test "$hardcode_direct" = yes &&
+	       test "$hardcode_direct_absolute" = no; then
+	      add="$libdir/$linklib"
+	    elif test "$hardcode_minus_L" = yes; then
+	      add_dir="-L$libdir"
+	      add="-l$name"
+	    elif test "$hardcode_shlibpath_var" = yes; then
+	      case :$finalize_shlibpath: in
+	      *":$libdir:"*) ;;
+	      *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
+	      esac
+	      add="-l$name"
+	    elif test "$hardcode_automatic" = yes; then
+	      if test -n "$inst_prefix_dir" &&
+		 test -f "$inst_prefix_dir$libdir/$linklib" ; then
+		add="$inst_prefix_dir$libdir/$linklib"
+	      else
+		add="$libdir/$linklib"
+	      fi
+	    else
+	      # We cannot seem to hardcode it, guess we'll fake it.
+	      add_dir="-L$libdir"
+	      # Try looking first in the location we're being installed to.
+	      if test -n "$inst_prefix_dir"; then
+		case $libdir in
+		  [\\/]*)
+		    add_dir="$add_dir -L$inst_prefix_dir$libdir"
+		    ;;
+		esac
+	      fi
+	      add="-l$name"
+	    fi
+
+	    if test "$linkmode" = prog; then
+	      test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
+	      test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
+	    else
+	      test -n "$add_dir" && deplibs="$add_dir $deplibs"
+	      test -n "$add" && deplibs="$add $deplibs"
+	    fi
+	  fi
+	elif test "$linkmode" = prog; then
+	  # Here we assume that one of hardcode_direct or hardcode_minus_L
+	  # is not unsupported.  This is valid on all known static and
+	  # shared platforms.
+	  if test "$hardcode_direct" != unsupported; then
+	    test -n "$old_library" && linklib="$old_library"
+	    compile_deplibs="$dir/$linklib $compile_deplibs"
+	    finalize_deplibs="$dir/$linklib $finalize_deplibs"
+	  else
+	    compile_deplibs="-l$name -L$dir $compile_deplibs"
+	    finalize_deplibs="-l$name -L$dir $finalize_deplibs"
+	  fi
+	elif test "$build_libtool_libs" = yes; then
+	  # Not a shared library
+	  if test "$deplibs_check_method" != pass_all; then
+	    # We're trying link a shared library against a static one
+	    # but the system doesn't support it.
+
+	    # Just print a warning and add the library to dependency_libs so
+	    # that the program can be linked against the static library.
+	    $ECHO
+	    $ECHO "*** Warning: This system can not link to static lib archive $lib."
+	    $ECHO "*** I have the capability to make that library automatically link in when"
+	    $ECHO "*** you link to this library.  But I can only do this if you have a"
+	    $ECHO "*** shared version of the library, which you do not appear to have."
+	    if test "$module" = yes; then
+	      $ECHO "*** But as you try to build a module library, libtool will still create "
+	      $ECHO "*** a static module, that should work as long as the dlopening application"
+	      $ECHO "*** is linked with the -dlopen flag to resolve symbols at runtime."
+	      if test -z "$global_symbol_pipe"; then
+		$ECHO
+		$ECHO "*** However, this would only work if libtool was able to extract symbol"
+		$ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could"
+		$ECHO "*** not find such a program.  So, this module is probably useless."
+		$ECHO "*** \`nm' from GNU binutils and a full rebuild may help."
+	      fi
+	      if test "$build_old_libs" = no; then
+		build_libtool_libs=module
+		build_old_libs=yes
+	      else
+		build_libtool_libs=no
+	      fi
+	    fi
+	  else
+	    deplibs="$dir/$old_library $deplibs"
+	    link_static=yes
+	  fi
+	fi # link shared/static library?
+
+	if test "$linkmode" = lib; then
+	  if test -n "$dependency_libs" &&
+	     { test "$hardcode_into_libs" != yes ||
+	       test "$build_old_libs" = yes ||
+	       test "$link_static" = yes; }; then
+	    # Extract -R from dependency_libs
+	    temp_deplibs=
+	    for libdir in $dependency_libs; do
+	      case $libdir in
+	      -R*) func_stripname '-R' '' "$libdir"
+	           temp_xrpath=$func_stripname_result
+		   case " $xrpath " in
+		   *" $temp_xrpath "*) ;;
+		   *) xrpath="$xrpath $temp_xrpath";;
+		   esac;;
+	      *) temp_deplibs="$temp_deplibs $libdir";;
+	      esac
+	    done
+	    dependency_libs="$temp_deplibs"
+	  fi
+
+	  newlib_search_path="$newlib_search_path $absdir"
+	  # Link against this library
+	  test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
+	  # ... and its dependency_libs
+	  tmp_libs=
+	  for deplib in $dependency_libs; do
+	    newdependency_libs="$deplib $newdependency_libs"
+	    if $opt_duplicate_deps ; then
+	      case "$tmp_libs " in
+	      *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
+	      esac
+	    fi
+	    tmp_libs="$tmp_libs $deplib"
+	  done
+
+	  if test "$link_all_deplibs" != no; then
+	    # Add the search paths of all dependency libraries
+	    for deplib in $dependency_libs; do
+	      path=
+	      case $deplib in
+	      -L*) path="$deplib" ;;
+	      *.la)
+	        func_dirname "$deplib" "" "."
+		dir="$func_dirname_result"
+		# We need an absolute path.
+		case $dir in
+		[\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;
+		*)
+		  absdir=`cd "$dir" && pwd`
+		  if test -z "$absdir"; then
+		    func_warning "cannot determine absolute directory name of \`$dir'"
+		    absdir="$dir"
+		  fi
+		  ;;
+		esac
+		if $GREP "^installed=no" $deplib > /dev/null; then
+		case $host in
+		*-*-darwin*)
+		  depdepl=
+		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
+		  if test -n "$deplibrary_names" ; then
+		    for tmp in $deplibrary_names ; do
+		      depdepl=$tmp
+		    done
+		    if test -f "$absdir/$objdir/$depdepl" ; then
+		      depdepl="$absdir/$objdir/$depdepl"
+		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
+                      if test -z "$darwin_install_name"; then
+                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
+                      fi
+		      compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
+		      linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}"
+		      path=
+		    fi
+		  fi
+		  ;;
+		*)
+		  path="-L$absdir/$objdir"
+		  ;;
+		esac
+		else
+		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
+		  test -z "$libdir" && \
+		    func_fatal_error "\`$deplib' is not a valid libtool archive"
+		  test "$absdir" != "$libdir" && \
+		    func_warning "\`$deplib' seems to be moved"
+
+		  path="-L$absdir"
+		fi
+		;;
+	      esac
+	      case " $deplibs " in
+	      *" $path "*) ;;
+	      *) deplibs="$path $deplibs" ;;
+	      esac
+	    done
+	  fi # link_all_deplibs != no
+	fi # linkmode = lib
+      done # for deplib in $libs
+      if test "$pass" = link; then
+	if test "$linkmode" = "prog"; then
+	  compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
+	  finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
+	else
+	  compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
+	fi
+      fi
+      dependency_libs="$newdependency_libs"
+      if test "$pass" = dlpreopen; then
+	# Link the dlpreopened libraries before other libraries
+	for deplib in $save_deplibs; do
+	  deplibs="$deplib $deplibs"
+	done
+      fi
+      if test "$pass" != dlopen; then
+	if test "$pass" != conv; then
+	  # Make sure lib_search_path contains only unique directories.
+	  lib_search_path=
+	  for dir in $newlib_search_path; do
+	    case "$lib_search_path " in
+	    *" $dir "*) ;;
+	    *) lib_search_path="$lib_search_path $dir" ;;
+	    esac
+	  done
+	  newlib_search_path=
+	fi
+
+	if test "$linkmode,$pass" != "prog,link"; then
+	  vars="deplibs"
+	else
+	  vars="compile_deplibs finalize_deplibs"
+	fi
+	for var in $vars dependency_libs; do
+	  # Add libraries to $var in reverse order
+	  eval tmp_libs=\"\$$var\"
+	  new_libs=
+	  for deplib in $tmp_libs; do
+	    # FIXME: Pedantically, this is the right thing to do, so
+	    #        that some nasty dependency loop isn't accidentally
+	    #        broken:
+	    #new_libs="$deplib $new_libs"
+	    # Pragmatically, this seems to cause very few problems in
+	    # practice:
+	    case $deplib in
+	    -L*) new_libs="$deplib $new_libs" ;;
+	    -R*) ;;
+	    *)
+	      # And here is the reason: when a library appears more
+	      # than once as an explicit dependence of a library, or
+	      # is implicitly linked in more than once by the
+	      # compiler, it is considered special, and multiple
+	      # occurrences thereof are not removed.  Compare this
+	      # with having the same library being listed as a
+	      # dependency of multiple other libraries: in this case,
+	      # we know (pedantically, we assume) the library does not
+	      # need to be listed more than once, so we keep only the
+	      # last copy.  This is not always right, but it is rare
+	      # enough that we require users that really mean to play
+	      # such unportable linking tricks to link the library
+	      # using -Wl,-lname, so that libtool does not consider it
+	      # for duplicate removal.
+	      case " $specialdeplibs " in
+	      *" $deplib "*) new_libs="$deplib $new_libs" ;;
+	      *)
+		case " $new_libs " in
+		*" $deplib "*) ;;
+		*) new_libs="$deplib $new_libs" ;;
+		esac
+		;;
+	      esac
+	      ;;
+	    esac
+	  done
+	  tmp_libs=
+	  for deplib in $new_libs; do
+	    case $deplib in
+	    -L*)
+	      case " $tmp_libs " in
+	      *" $deplib "*) ;;
+	      *) tmp_libs="$tmp_libs $deplib" ;;
+	      esac
+	      ;;
+	    *) tmp_libs="$tmp_libs $deplib" ;;
+	    esac
+	  done
+	  eval $var=\"$tmp_libs\"
+	done # for var
+      fi
+      # Last step: remove runtime libs from dependency_libs
+      # (they stay in deplibs)
+      tmp_libs=
+      for i in $dependency_libs ; do
+	case " $predeps $postdeps $compiler_lib_search_path " in
+	*" $i "*)
+	  i=""
+	  ;;
+	esac
+	if test -n "$i" ; then
+	  tmp_libs="$tmp_libs $i"
+	fi
+      done
+      dependency_libs=$tmp_libs
+    done # for pass
+    if test "$linkmode" = prog; then
+      dlfiles="$newdlfiles"
+    fi
+    if test "$linkmode" = prog || test "$linkmode" = lib; then
+      dlprefiles="$newdlprefiles"
+    fi
+
+    case $linkmode in
+    oldlib)
+      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
+	func_warning "\`-dlopen' is ignored for archives"
+      fi
+
+      case " $deplibs" in
+      *\ -l* | *\ -L*)
+	func_warning "\`-l' and \`-L' are ignored for archives" ;;
+      esac
+
+      test -n "$rpath" && \
+	func_warning "\`-rpath' is ignored for archives"
+
+      test -n "$xrpath" && \
+	func_warning "\`-R' is ignored for archives"
+
+      test -n "$vinfo" && \
+	func_warning "\`-version-info/-version-number' is ignored for archives"
+
+      test -n "$release" && \
+	func_warning "\`-release' is ignored for archives"
+
+      test -n "$export_symbols$export_symbols_regex" && \
+	func_warning "\`-export-symbols' is ignored for archives"
+
+      # Now set the variables for building old libraries.
+      build_libtool_libs=no
+      oldlibs="$output"
+      objs="$objs$old_deplibs"
+      ;;
+
+    lib)
+      # Make sure we only generate libraries of the form `libNAME.la'.
+      case $outputname in
+      lib*)
+	func_stripname 'lib' '.la' "$outputname"
+	name=$func_stripname_result
+	eval shared_ext=\"$shrext_cmds\"
+	eval libname=\"$libname_spec\"
+	;;
+      *)
+	test "$module" = no && \
+	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
+
+	if test "$need_lib_prefix" != no; then
+	  # Add the "lib" prefix for modules if required
+	  func_stripname '' '.la' "$outputname"
+	  name=$func_stripname_result
+	  eval shared_ext=\"$shrext_cmds\"
+	  eval libname=\"$libname_spec\"
+	else
+	  func_stripname '' '.la' "$outputname"
+	  libname=$func_stripname_result
+	fi
+	;;
+      esac
+
+      if test -n "$objs"; then
+	if test "$deplibs_check_method" != pass_all; then
+	  func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
+	else
+	  $ECHO
+	  $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
+	  $ECHO "*** objects $objs is not portable!"
+	  libobjs="$libobjs $objs"
+	fi
+      fi
+
+      test "$dlself" != no && \
+	func_warning "\`-dlopen self' is ignored for libtool libraries"
+
+      set dummy $rpath
+      shift
+      test "$#" -gt 1 && \
+	func_warning "ignoring multiple \`-rpath's for a libtool library"
+
+      install_libdir="$1"
+
+      oldlibs=
+      if test -z "$rpath"; then
+	if test "$build_libtool_libs" = yes; then
+	  # Building a libtool convenience library.
+	  # Some compilers have problems with a `.al' extension so
+	  # convenience libraries should have the same extension an
+	  # archive normally would.
+	  oldlibs="$output_objdir/$libname.$libext $oldlibs"
+	  build_libtool_libs=convenience
+	  build_old_libs=yes
+	fi
+
+	test -n "$vinfo" && \
+	  func_warning "\`-version-info/-version-number' is ignored for convenience libraries"
+
+	test -n "$release" && \
+	  func_warning "\`-release' is ignored for convenience libraries"
+      else
+
+	# Parse the version information argument.
+	save_ifs="$IFS"; IFS=':'
+	set dummy $vinfo 0 0 0
+	shift
+	IFS="$save_ifs"
+
+	test -n "$7" && \
+	  func_fatal_help "too many parameters to \`-version-info'"
+
+	# convert absolute version numbers to libtool ages
+	# this retains compatibility with .la files and attempts
+	# to make the code below a bit more comprehensible
+
+	case $vinfo_number in
+	yes)
+	  number_major="$1"
+	  number_minor="$2"
+	  number_revision="$3"
+	  #
+	  # There are really only two kinds -- those that
+	  # use the current revision as the major version
+	  # and those that subtract age and use age as
+	  # a minor version.  But, then there is irix
+	  # which has an extra 1 added just for fun
+	  #
+	  case $version_type in
+	  darwin|linux|osf|windows|none)
+	    func_arith $number_major + $number_minor
+	    current=$func_arith_result
+	    age="$number_minor"
+	    revision="$number_revision"
+	    ;;
+	  freebsd-aout|freebsd-elf|sunos)
+	    current="$number_major"
+	    revision="$number_minor"
+	    age="0"
+	    ;;
+	  irix|nonstopux)
+	    func_arith $number_major + $number_minor
+	    current=$func_arith_result
+	    age="$number_minor"
+	    revision="$number_minor"
+	    lt_irix_increment=no
+	    ;;
+	  *)
+	    func_fatal_configuration "$modename: unknown library version type \`$version_type'"
+	    ;;
+	  esac
+	  ;;
+	no)
+	  current="$1"
+	  revision="$2"
+	  age="$3"
+	  ;;
+	esac
+
+	# Check that each of the things are valid numbers.
+	case $current in
+	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
+	*)
+	  func_error "CURRENT \`$current' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
+	  ;;
+	esac
+
+	case $revision in
+	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
+	*)
+	  func_error "REVISION \`$revision' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
+	  ;;
+	esac
+
+	case $age in
+	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
+	*)
+	  func_error "AGE \`$age' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
+	  ;;
+	esac
+
+	if test "$age" -gt "$current"; then
+	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
+	  func_fatal_error "\`$vinfo' is not valid version information"
+	fi
+
+	# Calculate the version variables.
+	major=
+	versuffix=
+	verstring=
+	case $version_type in
+	none) ;;
+
+	darwin)
+	  # Like Linux, but with the current version available in
+	  # verstring for coding it into the library header
+	  func_arith $current - $age
+	  major=.$func_arith_result
+	  versuffix="$major.$age.$revision"
+	  # Darwin ld doesn't like 0 for these options...
+	  func_arith $current + 1
+	  minor_current=$func_arith_result
+	  xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
+	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
+	  ;;
+
+	freebsd-aout)
+	  major=".$current"
+	  versuffix=".$current.$revision";
+	  ;;
+
+	freebsd-elf)
+	  major=".$current"
+	  versuffix=".$current"
+	  ;;
+
+	irix | nonstopux)
+	  if test "X$lt_irix_increment" = "Xno"; then
+	    func_arith $current - $age
+	  else
+	    func_arith $current - $age + 1
+	  fi
+	  major=$func_arith_result
+
+	  case $version_type in
+	    nonstopux) verstring_prefix=nonstopux ;;
+	    *)         verstring_prefix=sgi ;;
+	  esac
+	  verstring="$verstring_prefix$major.$revision"
+
+	  # Add in all the interfaces that we are compatible with.
+	  loop=$revision
+	  while test "$loop" -ne 0; do
+	    func_arith $revision - $loop
+	    iface=$func_arith_result
+	    func_arith $loop - 1
+	    loop=$func_arith_result
+	    verstring="$verstring_prefix$major.$iface:$verstring"
+	  done
+
+	  # Before this point, $major must not contain `.'.
+	  major=.$major
+	  versuffix="$major.$revision"
+	  ;;
+
+	linux)
+	  func_arith $current - $age
+	  major=.$func_arith_result
+	  versuffix="$major.$age.$revision"
+	  ;;
+
+	osf)
+	  func_arith $current - $age
+	  major=.$func_arith_result
+	  versuffix=".$current.$age.$revision"
+	  verstring="$current.$age.$revision"
+
+	  # Add in all the interfaces that we are compatible with.
+	  loop=$age
+	  while test "$loop" -ne 0; do
+	    func_arith $current - $loop
+	    iface=$func_arith_result
+	    func_arith $loop - 1
+	    loop=$func_arith_result
+	    verstring="$verstring:${iface}.0"
+	  done
+
+	  # Make executables depend on our current version.
+	  verstring="$verstring:${current}.0"
+	  ;;
+
+	qnx)
+	  major=".$current"
+	  versuffix=".$current"
+	  ;;
+
+	sunos)
+	  major=".$current"
+	  versuffix=".$current.$revision"
+	  ;;
+
+	windows)
+	  # Use '-' rather than '.', since we only want one
+	  # extension on DOS 8.3 filesystems.
+	  func_arith $current - $age
+	  major=$func_arith_result
+	  versuffix="-$major"
+	  ;;
+
+	*)
+	  func_fatal_configuration "unknown library version type \`$version_type'"
+	  ;;
+	esac
+
+	# Clear the version info if we defaulted, and they specified a release.
+	if test -z "$vinfo" && test -n "$release"; then
+	  major=
+	  case $version_type in
+	  darwin)
+	    # we can't check for "0.0" in archive_cmds due to quoting
+	    # problems, so we reset it completely
+	    verstring=
+	    ;;
+	  *)
+	    verstring="0.0"
+	    ;;
+	  esac
+	  if test "$need_version" = no; then
+	    versuffix=
+	  else
+	    versuffix=".0.0"
+	  fi
+	fi
+
+	# Remove version info from name if versioning should be avoided
+	if test "$avoid_version" = yes && test "$need_version" = no; then
+	  major=
+	  versuffix=
+	  verstring=""
+	fi
+
+	# Check to see if the archive will have undefined symbols.
+	if test "$allow_undefined" = yes; then
+	  if test "$allow_undefined_flag" = unsupported; then
+	    func_warning "undefined symbols not allowed in $host shared libraries"
+	    build_libtool_libs=no
+	    build_old_libs=yes
+	  fi
+	else
+	  # Don't allow undefined symbols.
+	  allow_undefined_flag="$no_undefined_flag"
+	fi
+
+      fi
+
+      func_generate_dlsyms "$libname" "$libname" "yes"
+      libobjs="$libobjs $symfileobj"
+      test "X$libobjs" = "X " && libobjs=
+
+      if test "$mode" != relink; then
+	# Remove our outputs, but don't remove object files since they
+	# may have been created when compiling PIC objects.
+	removelist=
+	tempremovelist=`$ECHO "$output_objdir/*"`
+	for p in $tempremovelist; do
+	  case $p in
+	    *.$objext | *.gcno)
+	       ;;
+	    $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
+	       if test "X$precious_files_regex" != "X"; then
+		 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
+		 then
+		   continue
+		 fi
+	       fi
+	       removelist="$removelist $p"
+	       ;;
+	    *) ;;
+	  esac
+	done
+	test -n "$removelist" && \
+	  func_show_eval "${RM}r \$removelist"
+      fi
+
+      # Now set the variables for building old libraries.
+      if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
+	oldlibs="$oldlibs $output_objdir/$libname.$libext"
+
+	# Transform .lo files to .o files.
+	oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
+      fi
+
+      # Eliminate all temporary directories.
+      #for path in $notinst_path; do
+      #	lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"`
+      #	deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"`
+      #	dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"`
+      #done
+
+      if test -n "$xrpath"; then
+	# If the user specified any rpath flags, then add them.
+	temp_xrpath=
+	for libdir in $xrpath; do
+	  temp_xrpath="$temp_xrpath -R$libdir"
+	  case "$finalize_rpath " in
+	  *" $libdir "*) ;;
+	  *) finalize_rpath="$finalize_rpath $libdir" ;;
+	  esac
+	done
+	if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
+	  dependency_libs="$temp_xrpath $dependency_libs"
+	fi
+      fi
+
+      # Make sure dlfiles contains only unique files that won't be dlpreopened
+      old_dlfiles="$dlfiles"
+      dlfiles=
+      for lib in $old_dlfiles; do
+	case " $dlprefiles $dlfiles " in
+	*" $lib "*) ;;
+	*) dlfiles="$dlfiles $lib" ;;
+	esac
+      done
+
+      # Make sure dlprefiles contains only unique files
+      old_dlprefiles="$dlprefiles"
+      dlprefiles=
+      for lib in $old_dlprefiles; do
+	case "$dlprefiles " in
+	*" $lib "*) ;;
+	*) dlprefiles="$dlprefiles $lib" ;;
+	esac
+      done
+
+      if test "$build_libtool_libs" = yes; then
+	if test -n "$rpath"; then
+	  case $host in
+	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*)
+	    # these systems don't actually have a c library (as such)!
+	    ;;
+	  *-*-rhapsody* | *-*-darwin1.[012])
+	    # Rhapsody C library is in the System framework
+	    deplibs="$deplibs System.ltframework"
+	    ;;
+	  *-*-netbsd*)
+	    # Don't link with libc until the a.out ld.so is fixed.
+	    ;;
+	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
+	    # Do not include libc due to us having libc/libc_r.
+	    ;;
+	  *-*-sco3.2v5* | *-*-sco5v6*)
+	    # Causes problems with __ctype
+	    ;;
+	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
+	    # Compiler inserts libc in the correct place for threads to work
+	    ;;
+	  *)
+	    # Add libc to deplibs on all other systems if necessary.
+	    if test "$build_libtool_need_lc" = "yes"; then
+	      deplibs="$deplibs -lc"
+	    fi
+	    ;;
+	  esac
+	fi
+
+	# Transform deplibs into only deplibs that can be linked in shared.
+	name_save=$name
+	libname_save=$libname
+	release_save=$release
+	versuffix_save=$versuffix
+	major_save=$major
+	# I'm not sure if I'm treating the release correctly.  I think
+	# release should show up in the -l (ie -lgmp5) so we don't want to
+	# add it in twice.  Is that correct?
+	release=""
+	versuffix=""
+	major=""
+	newdeplibs=
+	droppeddeps=no
+	case $deplibs_check_method in
+	pass_all)
+	  # Don't check for shared/static.  Everything works.
+	  # This might be a little naive.  We might want to check
+	  # whether the library exists or not.  But this is on
+	  # osf3 & osf4 and I'm not really sure... Just
+	  # implementing what was already the behavior.
+	  newdeplibs=$deplibs
+	  ;;
+	test_compile)
+	  # This code stresses the "libraries are programs" paradigm to its
+	  # limits. Maybe even breaks it.  We compile a program, linking it
+	  # against the deplibs as a proxy for the library.  Then we can check
+	  # whether they linked in statically or dynamically with ldd.
+	  $opt_dry_run || $RM conftest.c
+	  cat > conftest.c <<EOF
+	  int main() { return 0; }
+EOF
+	  $opt_dry_run || $RM conftest
+	  if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
+	    ldd_output=`ldd conftest`
+	    for i in $deplibs; do
+	      case $i in
+	      -l*)
+		func_stripname -l '' "$i"
+		name=$func_stripname_result
+		if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+		  case " $predeps $postdeps " in
+		  *" $i "*)
+		    newdeplibs="$newdeplibs $i"
+		    i=""
+		    ;;
+		  esac
+		fi
+		if test -n "$i" ; then
+		  libname=`eval "\\$ECHO \"$libname_spec\""`
+		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
+		  set dummy $deplib_matches; shift
+		  deplib_match=$1
+		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
+		    newdeplibs="$newdeplibs $i"
+		  else
+		    droppeddeps=yes
+		    $ECHO
+		    $ECHO "*** Warning: dynamic linker does not accept needed library $i."
+		    $ECHO "*** I have the capability to make that library automatically link in when"
+		    $ECHO "*** you link to this library.  But I can only do this if you have a"
+		    $ECHO "*** shared version of the library, which I believe you do not have"
+		    $ECHO "*** because a test_compile did reveal that the linker did not use it for"
+		    $ECHO "*** its dynamic dependency list that programs get resolved with at runtime."
+		  fi
+		fi
+		;;
+	      *)
+		newdeplibs="$newdeplibs $i"
+		;;
+	      esac
+	    done
+	  else
+	    # Error occurred in the first compile.  Let's try to salvage
+	    # the situation: Compile a separate program for each library.
+	    for i in $deplibs; do
+	      case $i in
+	      -l*)
+		func_stripname -l '' "$i"
+		name=$func_stripname_result
+		$opt_dry_run || $RM conftest
+		if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
+		  ldd_output=`ldd conftest`
+		  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+		    case " $predeps $postdeps " in
+		    *" $i "*)
+		      newdeplibs="$newdeplibs $i"
+		      i=""
+		      ;;
+		    esac
+		  fi
+		  if test -n "$i" ; then
+		    libname=`eval "\\$ECHO \"$libname_spec\""`
+		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
+		    set dummy $deplib_matches; shift
+		    deplib_match=$1
+		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
+		      newdeplibs="$newdeplibs $i"
+		    else
+		      droppeddeps=yes
+		      $ECHO
+		      $ECHO "*** Warning: dynamic linker does not accept needed library $i."
+		      $ECHO "*** I have the capability to make that library automatically link in when"
+		      $ECHO "*** you link to this library.  But I can only do this if you have a"
+		      $ECHO "*** shared version of the library, which you do not appear to have"
+		      $ECHO "*** because a test_compile did reveal that the linker did not use this one"
+		      $ECHO "*** as a dynamic dependency that programs can get resolved with at runtime."
+		    fi
+		  fi
+		else
+		  droppeddeps=yes
+		  $ECHO
+		  $ECHO "*** Warning!  Library $i is needed by this library but I was not able to"
+		  $ECHO "*** make it link in!  You will probably need to install it or some"
+		  $ECHO "*** library that it depends on before this library will be fully"
+		  $ECHO "*** functional.  Installing it before continuing would be even better."
+		fi
+		;;
+	      *)
+		newdeplibs="$newdeplibs $i"
+		;;
+	      esac
+	    done
+	  fi
+	  ;;
+	file_magic*)
+	  set dummy $deplibs_check_method; shift
+	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
+	  for a_deplib in $deplibs; do
+	    case $a_deplib in
+	    -l*)
+	      func_stripname -l '' "$a_deplib"
+	      name=$func_stripname_result
+	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+		case " $predeps $postdeps " in
+		*" $a_deplib "*)
+		  newdeplibs="$newdeplibs $a_deplib"
+		  a_deplib=""
+		  ;;
+		esac
+	      fi
+	      if test -n "$a_deplib" ; then
+		libname=`eval "\\$ECHO \"$libname_spec\""`
+		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
+		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
+		  for potent_lib in $potential_libs; do
+		      # Follow soft links.
+		      if ls -lLd "$potent_lib" 2>/dev/null |
+			 $GREP " -> " >/dev/null; then
+			continue
+		      fi
+		      # The statement above tries to avoid entering an
+		      # endless loop below, in case of cyclic links.
+		      # We might still enter an endless loop, since a link
+		      # loop can be closed while we follow links,
+		      # but so what?
+		      potlib="$potent_lib"
+		      while test -h "$potlib" 2>/dev/null; do
+			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
+			case $potliblink in
+			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
+			*) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
+			esac
+		      done
+		      if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
+			 $SED -e 10q |
+			 $EGREP "$file_magic_regex" > /dev/null; then
+			newdeplibs="$newdeplibs $a_deplib"
+			a_deplib=""
+			break 2
+		      fi
+		  done
+		done
+	      fi
+	      if test -n "$a_deplib" ; then
+		droppeddeps=yes
+		$ECHO
+		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
+		$ECHO "*** I have the capability to make that library automatically link in when"
+		$ECHO "*** you link to this library.  But I can only do this if you have a"
+		$ECHO "*** shared version of the library, which you do not appear to have"
+		$ECHO "*** because I did check the linker path looking for a file starting"
+		if test -z "$potlib" ; then
+		  $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
+		else
+		  $ECHO "*** with $libname and none of the candidates passed a file format test"
+		  $ECHO "*** using a file magic. Last file checked: $potlib"
+		fi
+	      fi
+	      ;;
+	    *)
+	      # Add a -L argument.
+	      newdeplibs="$newdeplibs $a_deplib"
+	      ;;
+	    esac
+	  done # Gone through all deplibs.
+	  ;;
+	match_pattern*)
+	  set dummy $deplibs_check_method; shift
+	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
+	  for a_deplib in $deplibs; do
+	    case $a_deplib in
+	    -l*)
+	      func_stripname -l '' "$a_deplib"
+	      name=$func_stripname_result
+	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+		case " $predeps $postdeps " in
+		*" $a_deplib "*)
+		  newdeplibs="$newdeplibs $a_deplib"
+		  a_deplib=""
+		  ;;
+		esac
+	      fi
+	      if test -n "$a_deplib" ; then
+		libname=`eval "\\$ECHO \"$libname_spec\""`
+		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
+		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
+		  for potent_lib in $potential_libs; do
+		    potlib="$potent_lib" # see symlink-check above in file_magic test
+		    if eval "\$ECHO \"X$potent_lib\"" 2>/dev/null | $Xsed -e 10q | \
+		       $EGREP "$match_pattern_regex" > /dev/null; then
+		      newdeplibs="$newdeplibs $a_deplib"
+		      a_deplib=""
+		      break 2
+		    fi
+		  done
+		done
+	      fi
+	      if test -n "$a_deplib" ; then
+		droppeddeps=yes
+		$ECHO
+		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
+		$ECHO "*** I have the capability to make that library automatically link in when"
+		$ECHO "*** you link to this library.  But I can only do this if you have a"
+		$ECHO "*** shared version of the library, which you do not appear to have"
+		$ECHO "*** because I did check the linker path looking for a file starting"
+		if test -z "$potlib" ; then
+		  $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
+		else
+		  $ECHO "*** with $libname and none of the candidates passed a file format test"
+		  $ECHO "*** using a regex pattern. Last file checked: $potlib"
+		fi
+	      fi
+	      ;;
+	    *)
+	      # Add a -L argument.
+	      newdeplibs="$newdeplibs $a_deplib"
+	      ;;
+	    esac
+	  done # Gone through all deplibs.
+	  ;;
+	none | unknown | *)
+	  newdeplibs=""
+	  tmp_deplibs=`$ECHO "X $deplibs" | $Xsed \
+	      -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g'`
+	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+	    for i in $predeps $postdeps ; do
+	      # can't use Xsed below, because $i might contain '/'
+	      tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"`
+	    done
+	  fi
+	  if $ECHO "X $tmp_deplibs" | $Xsed -e 's/[	 ]//g' |
+	     $GREP . >/dev/null; then
+	    $ECHO
+	    if test "X$deplibs_check_method" = "Xnone"; then
+	      $ECHO "*** Warning: inter-library dependencies are not supported in this platform."
+	    else
+	      $ECHO "*** Warning: inter-library dependencies are not known to be supported."
+	    fi
+	    $ECHO "*** All declared inter-library dependencies are being dropped."
+	    droppeddeps=yes
+	  fi
+	  ;;
+	esac
+	versuffix=$versuffix_save
+	major=$major_save
+	release=$release_save
+	libname=$libname_save
+	name=$name_save
+
+	case $host in
+	*-*-rhapsody* | *-*-darwin1.[012])
+	  # On Rhapsody replace the C library with the System framework
+	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
+	  ;;
+	esac
+
+	if test "$droppeddeps" = yes; then
+	  if test "$module" = yes; then
+	    $ECHO
+	    $ECHO "*** Warning: libtool could not satisfy all declared inter-library"
+	    $ECHO "*** dependencies of module $libname.  Therefore, libtool will create"
+	    $ECHO "*** a static module, that should work as long as the dlopening"
+	    $ECHO "*** application is linked with the -dlopen flag."
+	    if test -z "$global_symbol_pipe"; then
+	      $ECHO
+	      $ECHO "*** However, this would only work if libtool was able to extract symbol"
+	      $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could"
+	      $ECHO "*** not find such a program.  So, this module is probably useless."
+	      $ECHO "*** \`nm' from GNU binutils and a full rebuild may help."
+	    fi
+	    if test "$build_old_libs" = no; then
+	      oldlibs="$output_objdir/$libname.$libext"
+	      build_libtool_libs=module
+	      build_old_libs=yes
+	    else
+	      build_libtool_libs=no
+	    fi
+	  else
+	    $ECHO "*** The inter-library dependencies that have been dropped here will be"
+	    $ECHO "*** automatically added whenever a program is linked with this library"
+	    $ECHO "*** or is declared to -dlopen it."
+
+	    if test "$allow_undefined" = no; then
+	      $ECHO
+	      $ECHO "*** Since this library must not contain undefined symbols,"
+	      $ECHO "*** because either the platform does not support them or"
+	      $ECHO "*** it was explicitly requested with -no-undefined,"
+	      $ECHO "*** libtool will only create a static version of it."
+	      if test "$build_old_libs" = no; then
+		oldlibs="$output_objdir/$libname.$libext"
+		build_libtool_libs=module
+		build_old_libs=yes
+	      else
+		build_libtool_libs=no
+	      fi
+	    fi
+	  fi
+	fi
+	# Done checking deplibs!
+	deplibs=$newdeplibs
+      fi
+      # Time to change all our "foo.ltframework" stuff back to "-framework foo"
+      case $host in
+	*-*-darwin*)
+	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
+	  new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
+	  deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
+	  ;;
+      esac
+
+      # move library search paths that coincide with paths to not yet
+      # installed libraries to the beginning of the library search list
+      new_libs=
+      for path in $notinst_path; do
+	case " $new_libs " in
+	*" -L$path/$objdir "*) ;;
+	*)
+	  case " $deplibs " in
+	  *" -L$path/$objdir "*)
+	    new_libs="$new_libs -L$path/$objdir" ;;
+	  esac
+	  ;;
+	esac
+      done
+      for deplib in $deplibs; do
+	case $deplib in
+	-L*)
+	  case " $new_libs " in
+	  *" $deplib "*) ;;
+	  *) new_libs="$new_libs $deplib" ;;
+	  esac
+	  ;;
+	*) new_libs="$new_libs $deplib" ;;
+	esac
+      done
+      deplibs="$new_libs"
+
+      # All the library-specific variables (install_libdir is set above).
+      library_names=
+      old_library=
+      dlname=
+
+      # Test again, we may have decided not to build it any more
+      if test "$build_libtool_libs" = yes; then
+	if test "$hardcode_into_libs" = yes; then
+	  # Hardcode the library paths
+	  hardcode_libdirs=
+	  dep_rpath=
+	  rpath="$finalize_rpath"
+	  test "$mode" != relink && rpath="$compile_rpath$rpath"
+	  for libdir in $rpath; do
+	    if test -n "$hardcode_libdir_flag_spec"; then
+	      if test -n "$hardcode_libdir_separator"; then
+		if test -z "$hardcode_libdirs"; then
+		  hardcode_libdirs="$libdir"
+		else
+		  # Just accumulate the unique libdirs.
+		  case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
+		  *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
+		    ;;
+		  *)
+		    hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
+		    ;;
+		  esac
+		fi
+	      else
+		eval flag=\"$hardcode_libdir_flag_spec\"
+		dep_rpath="$dep_rpath $flag"
+	      fi
+	    elif test -n "$runpath_var"; then
+	      case "$perm_rpath " in
+	      *" $libdir "*) ;;
+	      *) perm_rpath="$perm_rpath $libdir" ;;
+	      esac
+	    fi
+	  done
+	  # Substitute the hardcoded libdirs into the rpath.
+	  if test -n "$hardcode_libdir_separator" &&
+	     test -n "$hardcode_libdirs"; then
+	    libdir="$hardcode_libdirs"
+	    if test -n "$hardcode_libdir_flag_spec_ld"; then
+	      eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\"
+	    else
+	      eval dep_rpath=\"$hardcode_libdir_flag_spec\"
+	    fi
+	  fi
+	  if test -n "$runpath_var" && test -n "$perm_rpath"; then
+	    # We should set the runpath_var.
+	    rpath=
+	    for dir in $perm_rpath; do
+	      rpath="$rpath$dir:"
+	    done
+	    eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
+	  fi
+	  test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
+	fi
+
+	shlibpath="$finalize_shlibpath"
+	test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
+	if test -n "$shlibpath"; then
+	  eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
+	fi
+
+	# Get the real and link names of the library.
+	eval shared_ext=\"$shrext_cmds\"
+	eval library_names=\"$library_names_spec\"
+	set dummy $library_names
+	shift
+	realname="$1"
+	shift
+
+	if test -n "$soname_spec"; then
+	  eval soname=\"$soname_spec\"
+	else
+	  soname="$realname"
+	fi
+	if test -z "$dlname"; then
+	  dlname=$soname
+	fi
+
+	lib="$output_objdir/$realname"
+	linknames=
+	for link
+	do
+	  linknames="$linknames $link"
+	done
+
+	# Use standard objects if they are pic
+	test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
+	test "X$libobjs" = "X " && libobjs=
+
+	delfiles=
+	if test -n "$export_symbols" && test -n "$include_expsyms"; then
+	  $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
+	  export_symbols="$output_objdir/$libname.uexp"
+	  delfiles="$delfiles $export_symbols"
+	fi
+
+	orig_export_symbols=
+	case $host_os in
+	cygwin* | mingw* | cegcc*)
+	  if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
+	    # exporting using user supplied symfile
+	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
+	      # and it's NOT already a .def file. Must figure out
+	      # which of the given symbols are data symbols and tag
+	      # them as such. So, trigger use of export_symbols_cmds.
+	      # export_symbols gets reassigned inside the "prepare
+	      # the list of exported symbols" if statement, so the
+	      # include_expsyms logic still works.
+	      orig_export_symbols="$export_symbols"
+	      export_symbols=
+	      always_export_symbols=yes
+	    fi
+	  fi
+	  ;;
+	esac
+
+	# Prepare the list of exported symbols
+	if test -z "$export_symbols"; then
+	  if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
+	    func_verbose "generating symbol list for \`$libname.la'"
+	    export_symbols="$output_objdir/$libname.exp"
+	    $opt_dry_run || $RM $export_symbols
+	    cmds=$export_symbols_cmds
+	    save_ifs="$IFS"; IFS='~'
+	    for cmd in $cmds; do
+	      IFS="$save_ifs"
+	      eval cmd=\"$cmd\"
+	      func_len " $cmd"
+	      len=$func_len_result
+	      if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
+		func_show_eval "$cmd" 'exit $?'
+		skipped_export=false
+	      else
+		# The command line is too long to execute in one step.
+		func_verbose "using reloadable object file for export list..."
+		skipped_export=:
+		# Break out early, otherwise skipped_export may be
+		# set to false by a later but shorter cmd.
+		break
+	      fi
+	    done
+	    IFS="$save_ifs"
+	    if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
+	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
+	      func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
+	    fi
+	  fi
+	fi
+
+	if test -n "$export_symbols" && test -n "$include_expsyms"; then
+	  tmp_export_symbols="$export_symbols"
+	  test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
+	  $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"'
+	fi
+
+	if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then
+	  # The given exports_symbols file has to be filtered, so filter it.
+	  func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
+	  # FIXME: $output_objdir/$libname.filter potentially contains lots of
+	  # 's' commands which not all seds can handle. GNU sed should be fine
+	  # though. Also, the filter scales superlinearly with the number of
+	  # global variables. join(1) would be nice here, but unfortunately
+	  # isn't a blessed tool.
+	  $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
+	  delfiles="$delfiles $export_symbols $output_objdir/$libname.filter"
+	  export_symbols=$output_objdir/$libname.def
+	  $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
+	fi
+
+	tmp_deplibs=
+	for test_deplib in $deplibs; do
+	  case " $convenience " in
+	  *" $test_deplib "*) ;;
+	  *)
+	    tmp_deplibs="$tmp_deplibs $test_deplib"
+	    ;;
+	  esac
+	done
+	deplibs="$tmp_deplibs"
+
+	if test -n "$convenience"; then
+	  if test -n "$whole_archive_flag_spec" &&
+	    test "$compiler_needs_object" = yes &&
+	    test -z "$libobjs"; then
+	    # extract the archives, so we have objects to list.
+	    # TODO: could optimize this to just extract one archive.
+	    whole_archive_flag_spec=
+	  fi
+	  if test -n "$whole_archive_flag_spec"; then
+	    save_libobjs=$libobjs
+	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
+	    test "X$libobjs" = "X " && libobjs=
+	  else
+	    gentop="$output_objdir/${outputname}x"
+	    generated="$generated $gentop"
+
+	    func_extract_archives $gentop $convenience
+	    libobjs="$libobjs $func_extract_archives_result"
+	    test "X$libobjs" = "X " && libobjs=
+	  fi
+	fi
+
+	if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
+	  eval flag=\"$thread_safe_flag_spec\"
+	  linker_flags="$linker_flags $flag"
+	fi
+
+	# Make a backup of the uninstalled library when relinking
+	if test "$mode" = relink; then
+	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
+	fi
+
+	# Do each of the archive commands.
+	if test "$module" = yes && test -n "$module_cmds" ; then
+	  if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
+	    eval test_cmds=\"$module_expsym_cmds\"
+	    cmds=$module_expsym_cmds
+	  else
+	    eval test_cmds=\"$module_cmds\"
+	    cmds=$module_cmds
+	  fi
+	else
+	  if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
+	    eval test_cmds=\"$archive_expsym_cmds\"
+	    cmds=$archive_expsym_cmds
+	  else
+	    eval test_cmds=\"$archive_cmds\"
+	    cmds=$archive_cmds
+	  fi
+	fi
+
+	if test "X$skipped_export" != "X:" &&
+	   func_len " $test_cmds" &&
+	   len=$func_len_result &&
+	   test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
+	  :
+	else
+	  # The command line is too long to link in one step, link piecewise
+	  # or, if using GNU ld and skipped_export is not :, use a linker
+	  # script.
+
+	  # Save the value of $output and $libobjs because we want to
+	  # use them later.  If we have whole_archive_flag_spec, we
+	  # want to use save_libobjs as it was before
+	  # whole_archive_flag_spec was expanded, because we can't
+	  # assume the linker understands whole_archive_flag_spec.
+	  # This may have to be revisited, in case too many
+	  # convenience libraries get linked in and end up exceeding
+	  # the spec.
+	  if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
+	    save_libobjs=$libobjs
+	  fi
+	  save_output=$output
+	  output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
+
+	  # Clear the reloadable object creation command queue and
+	  # initialize k to one.
+	  test_cmds=
+	  concat_cmds=
+	  objlist=
+	  last_robj=
+	  k=1
+
+	  if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then
+	    output=${output_objdir}/${output_la}.lnkscript
+	    func_verbose "creating GNU ld script: $output"
+	    $ECHO 'INPUT (' > $output
+	    for obj in $save_libobjs
+	    do
+	      $ECHO "$obj" >> $output
+	    done
+	    $ECHO ')' >> $output
+	    delfiles="$delfiles $output"
+	  elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then
+	    output=${output_objdir}/${output_la}.lnk
+	    func_verbose "creating linker input file list: $output"
+	    : > $output
+	    set x $save_libobjs
+	    shift
+	    firstobj=
+	    if test "$compiler_needs_object" = yes; then
+	      firstobj="$1 "
+	      shift
+	    fi
+	    for obj
+	    do
+	      $ECHO "$obj" >> $output
+	    done
+	    delfiles="$delfiles $output"
+	    output=$firstobj\"$file_list_spec$output\"
+	  else
+	    if test -n "$save_libobjs"; then
+	      func_verbose "creating reloadable object files..."
+	      output=$output_objdir/$output_la-${k}.$objext
+	      eval test_cmds=\"$reload_cmds\"
+	      func_len " $test_cmds"
+	      len0=$func_len_result
+	      len=$len0
+
+	      # Loop over the list of objects to be linked.
+	      for obj in $save_libobjs
+	      do
+		func_len " $obj"
+		func_arith $len + $func_len_result
+		len=$func_arith_result
+		if test "X$objlist" = X ||
+		   test "$len" -lt "$max_cmd_len"; then
+		  func_append objlist " $obj"
+		else
+		  # The command $test_cmds is almost too long, add a
+		  # command to the queue.
+		  if test "$k" -eq 1 ; then
+		    # The first file doesn't have a previous command to add.
+		    eval concat_cmds=\"$reload_cmds $objlist $last_robj\"
+		  else
+		    # All subsequent reloadable object files will link in
+		    # the last one created.
+		    eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj~\$RM $last_robj\"
+		  fi
+		  last_robj=$output_objdir/$output_la-${k}.$objext
+		  func_arith $k + 1
+		  k=$func_arith_result
+		  output=$output_objdir/$output_la-${k}.$objext
+		  objlist=$obj
+		  func_len " $last_robj"
+		  func_arith $len0 + $func_len_result
+		  len=$func_arith_result
+		fi
+	      done
+	      # Handle the remaining objects by creating one last
+	      # reloadable object file.  All subsequent reloadable object
+	      # files will link in the last one created.
+	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
+	      eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\"
+	      if test -n "$last_robj"; then
+	        eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
+	      fi
+	      delfiles="$delfiles $output"
+
+	    else
+	      output=
+	    fi
+
+	    if ${skipped_export-false}; then
+	      func_verbose "generating symbol list for \`$libname.la'"
+	      export_symbols="$output_objdir/$libname.exp"
+	      $opt_dry_run || $RM $export_symbols
+	      libobjs=$output
+	      # Append the command to create the export file.
+	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
+	      eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\"
+	      if test -n "$last_robj"; then
+		eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
+	      fi
+	    fi
+
+	    test -n "$save_libobjs" &&
+	      func_verbose "creating a temporary reloadable object file: $output"
+
+	    # Loop through the commands generated above and execute them.
+	    save_ifs="$IFS"; IFS='~'
+	    for cmd in $concat_cmds; do
+	      IFS="$save_ifs"
+	      $opt_silent || {
+		  func_quote_for_expand "$cmd"
+		  eval "func_echo $func_quote_for_expand_result"
+	      }
+	      $opt_dry_run || eval "$cmd" || {
+		lt_exit=$?
+
+		# Restore the uninstalled library and exit
+		if test "$mode" = relink; then
+		  ( cd "$output_objdir" && \
+		    $RM "${realname}T" && \
+		    $MV "${realname}U" "$realname" )
+		fi
+
+		exit $lt_exit
+	      }
+	    done
+	    IFS="$save_ifs"
+
+	    if test -n "$export_symbols_regex" && ${skipped_export-false}; then
+	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
+	      func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
+	    fi
+	  fi
+
+          if ${skipped_export-false}; then
+	    if test -n "$export_symbols" && test -n "$include_expsyms"; then
+	      tmp_export_symbols="$export_symbols"
+	      test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
+	      $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"'
+	    fi
+
+	    if test -n "$orig_export_symbols"; then
+	      # The given exports_symbols file has to be filtered, so filter it.
+	      func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
+	      # FIXME: $output_objdir/$libname.filter potentially contains lots of
+	      # 's' commands which not all seds can handle. GNU sed should be fine
+	      # though. Also, the filter scales superlinearly with the number of
+	      # global variables. join(1) would be nice here, but unfortunately
+	      # isn't a blessed tool.
+	      $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
+	      delfiles="$delfiles $export_symbols $output_objdir/$libname.filter"
+	      export_symbols=$output_objdir/$libname.def
+	      $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
+	    fi
+	  fi
+
+	  libobjs=$output
+	  # Restore the value of output.
+	  output=$save_output
+
+	  if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
+	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
+	    test "X$libobjs" = "X " && libobjs=
+	  fi
+	  # Expand the library linking commands again to reset the
+	  # value of $libobjs for piecewise linking.
+
+	  # Do each of the archive commands.
+	  if test "$module" = yes && test -n "$module_cmds" ; then
+	    if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
+	      cmds=$module_expsym_cmds
+	    else
+	      cmds=$module_cmds
+	    fi
+	  else
+	    if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
+	      cmds=$archive_expsym_cmds
+	    else
+	      cmds=$archive_cmds
+	    fi
+	  fi
+	fi
+
+	if test -n "$delfiles"; then
+	  # Append the command to remove temporary files to $cmds.
+	  eval cmds=\"\$cmds~\$RM $delfiles\"
+	fi
+
+	# Add any objects from preloaded convenience libraries
+	if test -n "$dlprefiles"; then
+	  gentop="$output_objdir/${outputname}x"
+	  generated="$generated $gentop"
+
+	  func_extract_archives $gentop $dlprefiles
+	  libobjs="$libobjs $func_extract_archives_result"
+	  test "X$libobjs" = "X " && libobjs=
+	fi
+
+	save_ifs="$IFS"; IFS='~'
+	for cmd in $cmds; do
+	  IFS="$save_ifs"
+	  eval cmd=\"$cmd\"
+	  $opt_silent || {
+	    func_quote_for_expand "$cmd"
+	    eval "func_echo $func_quote_for_expand_result"
+	  }
+	  $opt_dry_run || eval "$cmd" || {
+	    lt_exit=$?
+
+	    # Restore the uninstalled library and exit
+	    if test "$mode" = relink; then
+	      ( cd "$output_objdir" && \
+	        $RM "${realname}T" && \
+		$MV "${realname}U" "$realname" )
+	    fi
+
+	    exit $lt_exit
+	  }
+	done
+	IFS="$save_ifs"
+
+	# Restore the uninstalled library and exit
+	if test "$mode" = relink; then
+	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
+
+	  if test -n "$convenience"; then
+	    if test -z "$whole_archive_flag_spec"; then
+	      func_show_eval '${RM}r "$gentop"'
+	    fi
+	  fi
+
+	  exit $EXIT_SUCCESS
+	fi
+
+	# Create links to the real library.
+	for linkname in $linknames; do
+	  if test "$realname" != "$linkname"; then
+	    func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
+	  fi
+	done
+
+	# If -module or -export-dynamic was specified, set the dlname.
+	if test "$module" = yes || test "$export_dynamic" = yes; then
+	  # On all known operating systems, these are identical.
+	  dlname="$soname"
+	fi
+      fi
+      ;;
+
+    obj)
+      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
+	func_warning "\`-dlopen' is ignored for objects"
+      fi
+
+      case " $deplibs" in
+      *\ -l* | *\ -L*)
+	func_warning "\`-l' and \`-L' are ignored for objects" ;;
+      esac
+
+      test -n "$rpath" && \
+	func_warning "\`-rpath' is ignored for objects"
+
+      test -n "$xrpath" && \
+	func_warning "\`-R' is ignored for objects"
+
+      test -n "$vinfo" && \
+	func_warning "\`-version-info' is ignored for objects"
+
+      test -n "$release" && \
+	func_warning "\`-release' is ignored for objects"
+
+      case $output in
+      *.lo)
+	test -n "$objs$old_deplibs" && \
+	  func_fatal_error "cannot build library object \`$output' from non-libtool objects"
+
+	libobj=$output
+	func_lo2o "$libobj"
+	obj=$func_lo2o_result
+	;;
+      *)
+	libobj=
+	obj="$output"
+	;;
+      esac
+
+      # Delete the old objects.
+      $opt_dry_run || $RM $obj $libobj
+
+      # Objects from convenience libraries.  This assumes
+      # single-version convenience libraries.  Whenever we create
+      # different ones for PIC/non-PIC, this we'll have to duplicate
+      # the extraction.
+      reload_conv_objs=
+      gentop=
+      # reload_cmds runs $LD directly, so let us get rid of
+      # -Wl from whole_archive_flag_spec and hope we can get by with
+      # turning comma into space..
+      wl=
+
+      if test -n "$convenience"; then
+	if test -n "$whole_archive_flag_spec"; then
+	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
+	  reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
+	else
+	  gentop="$output_objdir/${obj}x"
+	  generated="$generated $gentop"
+
+	  func_extract_archives $gentop $convenience
+	  reload_conv_objs="$reload_objs $func_extract_archives_result"
+	fi
+      fi
+
+      # Create the old-style object.
+      reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
+
+      output="$obj"
+      func_execute_cmds "$reload_cmds" 'exit $?'
+
+      # Exit if we aren't doing a library object file.
+      if test -z "$libobj"; then
+	if test -n "$gentop"; then
+	  func_show_eval '${RM}r "$gentop"'
+	fi
+
+	exit $EXIT_SUCCESS
+      fi
+
+      if test "$build_libtool_libs" != yes; then
+	if test -n "$gentop"; then
+	  func_show_eval '${RM}r "$gentop"'
+	fi
+
+	# Create an invalid libtool object if no PIC, so that we don't
+	# accidentally link it into a program.
+	# $show "echo timestamp > $libobj"
+	# $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
+	exit $EXIT_SUCCESS
+      fi
+
+      if test -n "$pic_flag" || test "$pic_mode" != default; then
+	# Only do commands if we really have different PIC objects.
+	reload_objs="$libobjs $reload_conv_objs"
+	output="$libobj"
+	func_execute_cmds "$reload_cmds" 'exit $?'
+      fi
+
+      if test -n "$gentop"; then
+	func_show_eval '${RM}r "$gentop"'
+      fi
+
+      exit $EXIT_SUCCESS
+      ;;
+
+    prog)
+      case $host in
+	*cygwin*) func_stripname '' '.exe' "$output"
+	          output=$func_stripname_result.exe;;
+      esac
+      test -n "$vinfo" && \
+	func_warning "\`-version-info' is ignored for programs"
+
+      test -n "$release" && \
+	func_warning "\`-release' is ignored for programs"
+
+      test "$preload" = yes \
+        && test "$dlopen_support" = unknown \
+	&& test "$dlopen_self" = unknown \
+	&& test "$dlopen_self_static" = unknown && \
+	  func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support."
+
+      case $host in
+      *-*-rhapsody* | *-*-darwin1.[012])
+	# On Rhapsody replace the C library is the System framework
+	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
+	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
+	;;
+      esac
+
+      case $host in
+      *-*-darwin*)
+	# Don't allow lazy linking, it breaks C++ global constructors
+	# But is supposedly fixed on 10.4 or later (yay!).
+	if test "$tagname" = CXX ; then
+	  case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
+	    10.[0123])
+	      compile_command="$compile_command ${wl}-bind_at_load"
+	      finalize_command="$finalize_command ${wl}-bind_at_load"
+	    ;;
+	  esac
+	fi
+	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
+	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
+	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
+	;;
+      esac
+
+
+      # move library search paths that coincide with paths to not yet
+      # installed libraries to the beginning of the library search list
+      new_libs=
+      for path in $notinst_path; do
+	case " $new_libs " in
+	*" -L$path/$objdir "*) ;;
+	*)
+	  case " $compile_deplibs " in
+	  *" -L$path/$objdir "*)
+	    new_libs="$new_libs -L$path/$objdir" ;;
+	  esac
+	  ;;
+	esac
+      done
+      for deplib in $compile_deplibs; do
+	case $deplib in
+	-L*)
+	  case " $new_libs " in
+	  *" $deplib "*) ;;
+	  *) new_libs="$new_libs $deplib" ;;
+	  esac
+	  ;;
+	*) new_libs="$new_libs $deplib" ;;
+	esac
+      done
+      compile_deplibs="$new_libs"
+
+
+      compile_command="$compile_command $compile_deplibs"
+      finalize_command="$finalize_command $finalize_deplibs"
+
+      if test -n "$rpath$xrpath"; then
+	# If the user specified any rpath flags, then add them.
+	for libdir in $rpath $xrpath; do
+	  # This is the magic to use -rpath.
+	  case "$finalize_rpath " in
+	  *" $libdir "*) ;;
+	  *) finalize_rpath="$finalize_rpath $libdir" ;;
+	  esac
+	done
+      fi
+
+      # Now hardcode the library paths
+      rpath=
+      hardcode_libdirs=
+      for libdir in $compile_rpath $finalize_rpath; do
+	if test -n "$hardcode_libdir_flag_spec"; then
+	  if test -n "$hardcode_libdir_separator"; then
+	    if test -z "$hardcode_libdirs"; then
+	      hardcode_libdirs="$libdir"
+	    else
+	      # Just accumulate the unique libdirs.
+	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
+	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
+		;;
+	      *)
+		hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
+		;;
+	      esac
+	    fi
+	  else
+	    eval flag=\"$hardcode_libdir_flag_spec\"
+	    rpath="$rpath $flag"
+	  fi
+	elif test -n "$runpath_var"; then
+	  case "$perm_rpath " in
+	  *" $libdir "*) ;;
+	  *) perm_rpath="$perm_rpath $libdir" ;;
+	  esac
+	fi
+	case $host in
+	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
+	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
+	  case :$dllsearchpath: in
+	  *":$libdir:"*) ;;
+	  ::) dllsearchpath=$libdir;;
+	  *) dllsearchpath="$dllsearchpath:$libdir";;
+	  esac
+	  case :$dllsearchpath: in
+	  *":$testbindir:"*) ;;
+	  ::) dllsearchpath=$testbindir;;
+	  *) dllsearchpath="$dllsearchpath:$testbindir";;
+	  esac
+	  ;;
+	esac
+      done
+      # Substitute the hardcoded libdirs into the rpath.
+      if test -n "$hardcode_libdir_separator" &&
+	 test -n "$hardcode_libdirs"; then
+	libdir="$hardcode_libdirs"
+	eval rpath=\" $hardcode_libdir_flag_spec\"
+      fi
+      compile_rpath="$rpath"
+
+      rpath=
+      hardcode_libdirs=
+      for libdir in $finalize_rpath; do
+	if test -n "$hardcode_libdir_flag_spec"; then
+	  if test -n "$hardcode_libdir_separator"; then
+	    if test -z "$hardcode_libdirs"; then
+	      hardcode_libdirs="$libdir"
+	    else
+	      # Just accumulate the unique libdirs.
+	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
+	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
+		;;
+	      *)
+		hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
+		;;
+	      esac
+	    fi
+	  else
+	    eval flag=\"$hardcode_libdir_flag_spec\"
+	    rpath="$rpath $flag"
+	  fi
+	elif test -n "$runpath_var"; then
+	  case "$finalize_perm_rpath " in
+	  *" $libdir "*) ;;
+	  *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;;
+	  esac
+	fi
+      done
+      # Substitute the hardcoded libdirs into the rpath.
+      if test -n "$hardcode_libdir_separator" &&
+	 test -n "$hardcode_libdirs"; then
+	libdir="$hardcode_libdirs"
+	eval rpath=\" $hardcode_libdir_flag_spec\"
+      fi
+      finalize_rpath="$rpath"
+
+      if test -n "$libobjs" && test "$build_old_libs" = yes; then
+	# Transform all the library objects into standard objects.
+	compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
+	finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
+      fi
+
+      func_generate_dlsyms "$outputname" "@PROGRAM@" "no"
+
+      # template prelinking step
+      if test -n "$prelink_cmds"; then
+	func_execute_cmds "$prelink_cmds" 'exit $?'
+      fi
+
+      wrappers_required=yes
+      case $host in
+      *cygwin* | *mingw* )
+        if test "$build_libtool_libs" != yes; then
+          wrappers_required=no
+        fi
+        ;;
+      *cegcc)
+        # Disable wrappers for cegcc, we are cross compiling anyway.
+        wrappers_required=no
+        ;;
+      *)
+        if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
+          wrappers_required=no
+        fi
+        ;;
+      esac
+      if test "$wrappers_required" = no; then
+	# Replace the output file specification.
+	compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
+	link_command="$compile_command$compile_rpath"
+
+	# We have no uninstalled library dependencies, so finalize right now.
+	exit_status=0
+	func_show_eval "$link_command" 'exit_status=$?'
+
+	# Delete the generated files.
+	if test -f "$output_objdir/${outputname}S.${objext}"; then
+	  func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
+	fi
+
+	exit $exit_status
+      fi
+
+      if test -n "$compile_shlibpath$finalize_shlibpath"; then
+	compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
+      fi
+      if test -n "$finalize_shlibpath"; then
+	finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
+      fi
+
+      compile_var=
+      finalize_var=
+      if test -n "$runpath_var"; then
+	if test -n "$perm_rpath"; then
+	  # We should set the runpath_var.
+	  rpath=
+	  for dir in $perm_rpath; do
+	    rpath="$rpath$dir:"
+	  done
+	  compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
+	fi
+	if test -n "$finalize_perm_rpath"; then
+	  # We should set the runpath_var.
+	  rpath=
+	  for dir in $finalize_perm_rpath; do
+	    rpath="$rpath$dir:"
+	  done
+	  finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
+	fi
+      fi
+
+      if test "$no_install" = yes; then
+	# We don't need to create a wrapper script.
+	link_command="$compile_var$compile_command$compile_rpath"
+	# Replace the output file specification.
+	link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
+	# Delete the old output file.
+	$opt_dry_run || $RM $output
+	# Link the executable and exit
+	func_show_eval "$link_command" 'exit $?'
+	exit $EXIT_SUCCESS
+      fi
+
+      if test "$hardcode_action" = relink; then
+	# Fast installation is not supported
+	link_command="$compile_var$compile_command$compile_rpath"
+	relink_command="$finalize_var$finalize_command$finalize_rpath"
+
+	func_warning "this platform does not like uninstalled shared libraries"
+	func_warning "\`$output' will be relinked during installation"
+      else
+	if test "$fast_install" != no; then
+	  link_command="$finalize_var$compile_command$finalize_rpath"
+	  if test "$fast_install" = yes; then
+	    relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
+	  else
+	    # fast_install is set to needless
+	    relink_command=
+	  fi
+	else
+	  link_command="$compile_var$compile_command$compile_rpath"
+	  relink_command="$finalize_var$finalize_command$finalize_rpath"
+	fi
+      fi
+
+      # Replace the output file specification.
+      link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
+
+      # Delete the old output files.
+      $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
+
+      func_show_eval "$link_command" 'exit $?'
+
+      # Now create the wrapper script.
+      func_verbose "creating $output"
+
+      # Quote the relink command for shipping.
+      if test -n "$relink_command"; then
+	# Preserve any variables that may affect compiler behavior
+	for var in $variables_saved_for_relink; do
+	  if eval test -z \"\${$var+set}\"; then
+	    relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
+	  elif eval var_value=\$$var; test -z "$var_value"; then
+	    relink_command="$var=; export $var; $relink_command"
+	  else
+	    func_quote_for_eval "$var_value"
+	    relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
+	  fi
+	done
+	relink_command="(cd `pwd`; $relink_command)"
+	relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
+      fi
+
+      # Quote $ECHO for shipping.
+      if test "X$ECHO" = "X$SHELL $progpath --fallback-echo"; then
+	case $progpath in
+	[\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";;
+	*) qecho="$SHELL `pwd`/$progpath --fallback-echo";;
+	esac
+	qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"`
+      else
+	qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"`
+      fi
+
+      # Only actually do things if not in dry run mode.
+      $opt_dry_run || {
+	# win32 will think the script is a binary if it has
+	# a .exe suffix, so we strip it off here.
+	case $output in
+	  *.exe) func_stripname '' '.exe' "$output"
+	         output=$func_stripname_result ;;
+	esac
+	# test for cygwin because mv fails w/o .exe extensions
+	case $host in
+	  *cygwin*)
+	    exeext=.exe
+	    func_stripname '' '.exe' "$outputname"
+	    outputname=$func_stripname_result ;;
+	  *) exeext= ;;
+	esac
+	case $host in
+	  *cygwin* | *mingw* )
+	    func_dirname_and_basename "$output" "" "."
+	    output_name=$func_basename_result
+	    output_path=$func_dirname_result
+	    cwrappersource="$output_path/$objdir/lt-$output_name.c"
+	    cwrapper="$output_path/$output_name.exe"
+	    $RM $cwrappersource $cwrapper
+	    trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
+
+	    func_emit_cwrapperexe_src > $cwrappersource
+
+	    # The wrapper executable is built using the $host compiler,
+	    # because it contains $host paths and files. If cross-
+	    # compiling, it, like the target executable, must be
+	    # executed on the $host or under an emulation environment.
+	    $opt_dry_run || {
+	      $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
+	      $STRIP $cwrapper
+	    }
+
+	    # Now, create the wrapper script for func_source use:
+	    func_ltwrapper_scriptname $cwrapper
+	    $RM $func_ltwrapper_scriptname_result
+	    trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
+	    $opt_dry_run || {
+	      # note: this script will not be executed, so do not chmod.
+	      if test "x$build" = "x$host" ; then
+		$cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
+	      else
+		func_emit_wrapper no > $func_ltwrapper_scriptname_result
+	      fi
+	    }
+	  ;;
+	  * )
+	    $RM $output
+	    trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
+
+	    func_emit_wrapper no > $output
+	    chmod +x $output
+	  ;;
+	esac
+      }
+      exit $EXIT_SUCCESS
+      ;;
+    esac
+
+    # See if we need to build an old-fashioned archive.
+    for oldlib in $oldlibs; do
+
+      if test "$build_libtool_libs" = convenience; then
+	oldobjs="$libobjs_save $symfileobj"
+	addlibs="$convenience"
+	build_libtool_libs=no
+      else
+	if test "$build_libtool_libs" = module; then
+	  oldobjs="$libobjs_save"
+	  build_libtool_libs=no
+	else
+	  oldobjs="$old_deplibs $non_pic_objects"
+	  if test "$preload" = yes && test -f "$symfileobj"; then
+	    oldobjs="$oldobjs $symfileobj"
+	  fi
+	fi
+	addlibs="$old_convenience"
+      fi
+
+      if test -n "$addlibs"; then
+	gentop="$output_objdir/${outputname}x"
+	generated="$generated $gentop"
+
+	func_extract_archives $gentop $addlibs
+	oldobjs="$oldobjs $func_extract_archives_result"
+      fi
+
+      # Do each command in the archive commands.
+      if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
+	cmds=$old_archive_from_new_cmds
+      else
+
+	# Add any objects from preloaded convenience libraries
+	if test -n "$dlprefiles"; then
+	  gentop="$output_objdir/${outputname}x"
+	  generated="$generated $gentop"
+
+	  func_extract_archives $gentop $dlprefiles
+	  oldobjs="$oldobjs $func_extract_archives_result"
+	fi
+
+	# POSIX demands no paths to be encoded in archives.  We have
+	# to avoid creating archives with duplicate basenames if we
+	# might have to extract them afterwards, e.g., when creating a
+	# static archive out of a convenience library, or when linking
+	# the entirety of a libtool archive into another (currently
+	# not supported by libtool).
+	if (for obj in $oldobjs
+	    do
+	      func_basename "$obj"
+	      $ECHO "$func_basename_result"
+	    done | sort | sort -uc >/dev/null 2>&1); then
+	  :
+	else
+	  $ECHO "copying selected object files to avoid basename conflicts..."
+	  gentop="$output_objdir/${outputname}x"
+	  generated="$generated $gentop"
+	  func_mkdir_p "$gentop"
+	  save_oldobjs=$oldobjs
+	  oldobjs=
+	  counter=1
+	  for obj in $save_oldobjs
+	  do
+	    func_basename "$obj"
+	    objbase="$func_basename_result"
+	    case " $oldobjs " in
+	    " ") oldobjs=$obj ;;
+	    *[\ /]"$objbase "*)
+	      while :; do
+		# Make sure we don't pick an alternate name that also
+		# overlaps.
+		newobj=lt$counter-$objbase
+		func_arith $counter + 1
+		counter=$func_arith_result
+		case " $oldobjs " in
+		*[\ /]"$newobj "*) ;;
+		*) if test ! -f "$gentop/$newobj"; then break; fi ;;
+		esac
+	      done
+	      func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
+	      oldobjs="$oldobjs $gentop/$newobj"
+	      ;;
+	    *) oldobjs="$oldobjs $obj" ;;
+	    esac
+	  done
+	fi
+	eval cmds=\"$old_archive_cmds\"
+
+	func_len " $cmds"
+	len=$func_len_result
+	if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
+	  cmds=$old_archive_cmds
+	else
+	  # the command line is too long to link in one step, link in parts
+	  func_verbose "using piecewise archive linking..."
+	  save_RANLIB=$RANLIB
+	  RANLIB=:
+	  objlist=
+	  concat_cmds=
+	  save_oldobjs=$oldobjs
+	  oldobjs=
+	  # Is there a better way of finding the last object in the list?
+	  for obj in $save_oldobjs
+	  do
+	    last_oldobj=$obj
+	  done
+	  eval test_cmds=\"$old_archive_cmds\"
+	  func_len " $test_cmds"
+	  len0=$func_len_result
+	  len=$len0
+	  for obj in $save_oldobjs
+	  do
+	    func_len " $obj"
+	    func_arith $len + $func_len_result
+	    len=$func_arith_result
+	    func_append objlist " $obj"
+	    if test "$len" -lt "$max_cmd_len"; then
+	      :
+	    else
+	      # the above command should be used before it gets too long
+	      oldobjs=$objlist
+	      if test "$obj" = "$last_oldobj" ; then
+		RANLIB=$save_RANLIB
+	      fi
+	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
+	      eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
+	      objlist=
+	      len=$len0
+	    fi
+	  done
+	  RANLIB=$save_RANLIB
+	  oldobjs=$objlist
+	  if test "X$oldobjs" = "X" ; then
+	    eval cmds=\"\$concat_cmds\"
+	  else
+	    eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
+	  fi
+	fi
+      fi
+      func_execute_cmds "$cmds" 'exit $?'
+    done
+
+    test -n "$generated" && \
+      func_show_eval "${RM}r$generated"
+
+    # Now create the libtool archive.
+    case $output in
+    *.la)
+      old_library=
+      test "$build_old_libs" = yes && old_library="$libname.$libext"
+      func_verbose "creating $output"
+
+      # Preserve any variables that may affect compiler behavior
+      for var in $variables_saved_for_relink; do
+	if eval test -z \"\${$var+set}\"; then
+	  relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
+	elif eval var_value=\$$var; test -z "$var_value"; then
+	  relink_command="$var=; export $var; $relink_command"
+	else
+	  func_quote_for_eval "$var_value"
+	  relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
+	fi
+      done
+      # Quote the link command for shipping.
+      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
+      relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
+      if test "$hardcode_automatic" = yes ; then
+	relink_command=
+      fi
+
+      # Only create the output if not a dry run.
+      $opt_dry_run || {
+	for installed in no yes; do
+	  if test "$installed" = yes; then
+	    if test -z "$install_libdir"; then
+	      break
+	    fi
+	    output="$output_objdir/$outputname"i
+	    # Replace all uninstalled libtool libraries with the installed ones
+	    newdependency_libs=
+	    for deplib in $dependency_libs; do
+	      case $deplib in
+	      *.la)
+		func_basename "$deplib"
+		name="$func_basename_result"
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
+		test -z "$libdir" && \
+		  func_fatal_error "\`$deplib' is not a valid libtool archive"
+		newdependency_libs="$newdependency_libs $libdir/$name"
+		;;
+	      *) newdependency_libs="$newdependency_libs $deplib" ;;
+	      esac
+	    done
+	    dependency_libs="$newdependency_libs"
+	    newdlfiles=
+
+	    for lib in $dlfiles; do
+	      case $lib in
+	      *.la)
+	        func_basename "$lib"
+		name="$func_basename_result"
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
+		test -z "$libdir" && \
+		  func_fatal_error "\`$lib' is not a valid libtool archive"
+		newdlfiles="$newdlfiles $libdir/$name"
+		;;
+	      *) newdlfiles="$newdlfiles $lib" ;;
+	      esac
+	    done
+	    dlfiles="$newdlfiles"
+	    newdlprefiles=
+	    for lib in $dlprefiles; do
+	      case $lib in
+	      *.la)
+		# Only pass preopened files to the pseudo-archive (for
+		# eventual linking with the app. that links it) if we
+		# didn't already link the preopened objects directly into
+		# the library:
+		func_basename "$lib"
+		name="$func_basename_result"
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
+		test -z "$libdir" && \
+		  func_fatal_error "\`$lib' is not a valid libtool archive"
+		newdlprefiles="$newdlprefiles $libdir/$name"
+		;;
+	      esac
+	    done
+	    dlprefiles="$newdlprefiles"
+	  else
+	    newdlfiles=
+	    for lib in $dlfiles; do
+	      case $lib in
+		[\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
+		*) abs=`pwd`"/$lib" ;;
+	      esac
+	      newdlfiles="$newdlfiles $abs"
+	    done
+	    dlfiles="$newdlfiles"
+	    newdlprefiles=
+	    for lib in $dlprefiles; do
+	      case $lib in
+		[\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
+		*) abs=`pwd`"/$lib" ;;
+	      esac
+	      newdlprefiles="$newdlprefiles $abs"
+	    done
+	    dlprefiles="$newdlprefiles"
+	  fi
+	  $RM $output
+	  # place dlname in correct position for cygwin
+	  tdlname=$dlname
+	  case $host,$output,$installed,$module,$dlname in
+	    *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
+	  esac
+	  $ECHO > $output "\
+# $outputname - a libtool library file
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname='$tdlname'
+
+# Names of this library.
+library_names='$library_names'
+
+# The name of the static archive.
+old_library='$old_library'
+
+# Linker flags that can not go in dependency_libs.
+inherited_linker_flags='$new_inherited_linker_flags'
+
+# Libraries that this one depends upon.
+dependency_libs='$dependency_libs'
+
+# Names of additional weak libraries provided by this library
+weak_library_names='$weak_libs'
+
+# Version information for $libname.
+current=$current
+age=$age
+revision=$revision
+
+# Is this an already installed library?
+installed=$installed
+
+# Should we warn about portability when linking against -modules?
+shouldnotlink=$module
+
+# Files to dlopen/dlpreopen
+dlopen='$dlfiles'
+dlpreopen='$dlprefiles'
+
+# Directory that this library needs to be installed in:
+libdir='$install_libdir'"
+	  if test "$installed" = no && test "$need_relink" = yes; then
+	    $ECHO >> $output "\
+relink_command=\"$relink_command\""
+	  fi
+	done
+      }
+
+      # Do a symbolic link so that the libtool archive can be found in
+      # LD_LIBRARY_PATH before the program is installed.
+      func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
+      ;;
+    esac
+    exit $EXIT_SUCCESS
+}
+
+{ test "$mode" = link || test "$mode" = relink; } &&
+    func_mode_link ${1+"$@"}
+
+
+# func_mode_uninstall arg...
+func_mode_uninstall ()
+{
+    $opt_debug
+    RM="$nonopt"
+    files=
+    rmforce=
+    exit_status=0
+
+    # This variable tells wrapper scripts just to set variables rather
+    # than running their programs.
+    libtool_install_magic="$magic"
+
+    for arg
+    do
+      case $arg in
+      -f) RM="$RM $arg"; rmforce=yes ;;
+      -*) RM="$RM $arg" ;;
+      *) files="$files $arg" ;;
+      esac
+    done
+
+    test -z "$RM" && \
+      func_fatal_help "you must specify an RM program"
+
+    rmdirs=
+
+    origobjdir="$objdir"
+    for file in $files; do
+      func_dirname "$file" "" "."
+      dir="$func_dirname_result"
+      if test "X$dir" = X.; then
+	objdir="$origobjdir"
+      else
+	objdir="$dir/$origobjdir"
+      fi
+      func_basename "$file"
+      name="$func_basename_result"
+      test "$mode" = uninstall && objdir="$dir"
+
+      # Remember objdir for removal later, being careful to avoid duplicates
+      if test "$mode" = clean; then
+	case " $rmdirs " in
+	  *" $objdir "*) ;;
+	  *) rmdirs="$rmdirs $objdir" ;;
+	esac
+      fi
+
+      # Don't error if the file doesn't exist and rm -f was used.
+      if { test -L "$file"; } >/dev/null 2>&1 ||
+	 { test -h "$file"; } >/dev/null 2>&1 ||
+	 test -f "$file"; then
+	:
+      elif test -d "$file"; then
+	exit_status=1
+	continue
+      elif test "$rmforce" = yes; then
+	continue
+      fi
+
+      rmfiles="$file"
+
+      case $name in
+      *.la)
+	# Possibly a libtool archive, so verify it.
+	if func_lalib_p "$file"; then
+	  func_source $dir/$name
+
+	  # Delete the libtool libraries and symlinks.
+	  for n in $library_names; do
+	    rmfiles="$rmfiles $objdir/$n"
+	  done
+	  test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library"
+
+	  case "$mode" in
+	  clean)
+	    case "  $library_names " in
+	    # "  " in the beginning catches empty $dlname
+	    *" $dlname "*) ;;
+	    *) rmfiles="$rmfiles $objdir/$dlname" ;;
+	    esac
+	    test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i"
+	    ;;
+	  uninstall)
+	    if test -n "$library_names"; then
+	      # Do each command in the postuninstall commands.
+	      func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
+	    fi
+
+	    if test -n "$old_library"; then
+	      # Do each command in the old_postuninstall commands.
+	      func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
+	    fi
+	    # FIXME: should reinstall the best remaining shared library.
+	    ;;
+	  esac
+	fi
+	;;
+
+      *.lo)
+	# Possibly a libtool object, so verify it.
+	if func_lalib_p "$file"; then
+
+	  # Read the .lo file
+	  func_source $dir/$name
+
+	  # Add PIC object to the list of files to remove.
+	  if test -n "$pic_object" &&
+	     test "$pic_object" != none; then
+	    rmfiles="$rmfiles $dir/$pic_object"
+	  fi
+
+	  # Add non-PIC object to the list of files to remove.
+	  if test -n "$non_pic_object" &&
+	     test "$non_pic_object" != none; then
+	    rmfiles="$rmfiles $dir/$non_pic_object"
+	  fi
+	fi
+	;;
+
+      *)
+	if test "$mode" = clean ; then
+	  noexename=$name
+	  case $file in
+	  *.exe)
+	    func_stripname '' '.exe' "$file"
+	    file=$func_stripname_result
+	    func_stripname '' '.exe' "$name"
+	    noexename=$func_stripname_result
+	    # $file with .exe has already been added to rmfiles,
+	    # add $file without .exe
+	    rmfiles="$rmfiles $file"
+	    ;;
+	  esac
+	  # Do a test to see if this is a libtool program.
+	  if func_ltwrapper_p "$file"; then
+	    if func_ltwrapper_executable_p "$file"; then
+	      func_ltwrapper_scriptname "$file"
+	      relink_command=
+	      func_source $func_ltwrapper_scriptname_result
+	      rmfiles="$rmfiles $func_ltwrapper_scriptname_result"
+	    else
+	      relink_command=
+	      func_source $dir/$noexename
+	    fi
+
+	    # note $name still contains .exe if it was in $file originally
+	    # as does the version of $file that was added into $rmfiles
+	    rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}"
+	    if test "$fast_install" = yes && test -n "$relink_command"; then
+	      rmfiles="$rmfiles $objdir/lt-$name"
+	    fi
+	    if test "X$noexename" != "X$name" ; then
+	      rmfiles="$rmfiles $objdir/lt-${noexename}.c"
+	    fi
+	  fi
+	fi
+	;;
+      esac
+      func_show_eval "$RM $rmfiles" 'exit_status=1'
+    done
+    objdir="$origobjdir"
+
+    # Try to remove the ${objdir}s in the directories where we deleted files
+    for dir in $rmdirs; do
+      if test -d "$dir"; then
+	func_show_eval "rmdir $dir >/dev/null 2>&1"
+      fi
+    done
+
+    exit $exit_status
+}
+
+{ test "$mode" = uninstall || test "$mode" = clean; } &&
+    func_mode_uninstall ${1+"$@"}
+
+test -z "$mode" && {
+  help="$generic_help"
+  func_fatal_help "you must specify a MODE"
+}
+
+test -z "$exec_cmd" && \
+  func_fatal_help "invalid operation mode \`$mode'"
+
+if test -n "$exec_cmd"; then
+  eval exec "$exec_cmd"
+  exit $EXIT_FAILURE
+fi
+
+exit $exit_status
+
+
+# The TAGs below are defined such that we never get into a situation
+# in which we disable both kinds of libraries.  Given conflicting
+# choices, we go for a static library, that is the most portable,
+# since we can't tell whether shared libraries were disabled because
+# the user asked for that or because the platform doesn't support
+# them.  This is particularly important on AIX, because we don't
+# support having both static and shared libraries enabled at the same
+# time on that platform, so we default to a shared-only configuration.
+# If a disable-shared tag is given, we'll fallback to a static-only
+# configuration.  But we'll never go from static-only to shared-only.
+
+# ### BEGIN LIBTOOL TAG CONFIG: disable-shared
+build_libtool_libs=no
+build_old_libs=yes
+# ### END LIBTOOL TAG CONFIG: disable-shared
+
+# ### BEGIN LIBTOOL TAG CONFIG: disable-static
+build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
+# ### END LIBTOOL TAG CONFIG: disable-static
+
+# Local Variables:
+# mode:shell-script
+# sh-indentation:2
+# End:
+# vi:sw=2
+
blob - /dev/null
blob + 3a57389718ab86e47b507a6cb9747e3c0398a3fa (mode 644)
--- /dev/null
+++ src/c-ares/m4/cares-compilers.m4
@@ -0,0 +1,1551 @@
+#***************************************************************************
+# $Id$
+#
+# Copyright (C) 2009-2010 by Daniel Stenberg et al
+#
+# Permission to use, copy, modify, and distribute this software and its
+# documentation for any purpose and without fee is hereby granted, provided
+# that the above copyright notice appear in all copies and that both that
+# copyright notice and this permission notice appear in supporting
+# documentation, and that the name of M.I.T. not be used in advertising or
+# publicity pertaining to distribution of the software without specific,
+# written prior permission.  M.I.T. makes no representations about the
+# suitability of this software for any purpose.  It is provided "as is"
+# without express or implied warranty.
+#
+#***************************************************************************
+
+# File version for 'aclocal' use. Keep it a single number.
+# serial 65
+
+
+dnl CARES_CHECK_COMPILER
+dnl -------------------------------------------------
+dnl Verify if the C compiler being used is known.
+
+AC_DEFUN([CARES_CHECK_COMPILER], [
+  AC_BEFORE([$0],[CARES_CHECK_NO_UNDEFINED])dnl
+  #
+  compiler_id="unknown"
+  compiler_num="0"
+  #
+  flags_dbg_all="unknown"
+  flags_dbg_yes="unknown"
+  flags_dbg_off="unknown"
+  flags_opt_all="unknown"
+  flags_opt_yes="unknown"
+  flags_opt_off="unknown"
+  #
+  CARES_CHECK_COMPILER_DEC_C
+  CARES_CHECK_COMPILER_HPUX_C
+  CARES_CHECK_COMPILER_IBM_C
+  CARES_CHECK_COMPILER_INTEL_C
+  CARES_CHECK_COMPILER_CLANG
+  CARES_CHECK_COMPILER_GNU_C
+  CARES_CHECK_COMPILER_LCC
+  CARES_CHECK_COMPILER_SGI_MIPSPRO_C
+  CARES_CHECK_COMPILER_SGI_MIPS_C
+  CARES_CHECK_COMPILER_SUNPRO_C
+  CARES_CHECK_COMPILER_TINY_C
+  CARES_CHECK_COMPILER_WATCOM_C
+  #
+  if test "$compiler_id" = "unknown"; then
+  cat <<_EOF 1>&2
+***
+*** Warning: This configure script does not have information about the
+*** compiler you are using, relative to the flags required to enable or
+*** disable generation of debug info, optimization options or warnings.
+***
+*** Whatever settings are present in CFLAGS will be used for this run.
+***
+*** If you wish to help the c-ares project to better support your compiler
+*** you can report this and the required info on the c-ares development
+*** mailing list: http://cool.haxx.se/mailman/listinfo/c-ares/
+***
+_EOF
+  fi
+])
+
+
+dnl CARES_CHECK_COMPILER_CLANG
+dnl -------------------------------------------------
+dnl Verify if compiler being used is clang.
+
+AC_DEFUN([CARES_CHECK_COMPILER_CLANG], [
+  AC_BEFORE([$0],[CARES_CHECK_COMPILER_GNU_C])dnl
+  AC_MSG_CHECKING([if compiler is clang])
+  CURL_CHECK_DEF([__clang__], [], [silent])
+  if test "$curl_cv_have_def___clang__" = "yes"; then
+    AC_MSG_RESULT([yes])
+    compiler_id="CLANG"
+    clangver=`$CC -dumpversion`
+    clangvhi=`echo $clangver | cut -d . -f1`
+    clangvlo=`echo $clangver | cut -d . -f2`
+    compiler_num=`(expr $clangvhi "*" 100 + $clangvlo) 2>/dev/null`
+    flags_dbg_all="-g -g0 -g1 -g2 -g3"
+    flags_dbg_all="$flags_dbg_all -ggdb"
+    flags_dbg_all="$flags_dbg_all -gstabs"
+    flags_dbg_all="$flags_dbg_all -gstabs+"
+    flags_dbg_all="$flags_dbg_all -gcoff"
+    flags_dbg_all="$flags_dbg_all -gxcoff"
+    flags_dbg_all="$flags_dbg_all -gdwarf-2"
+    flags_dbg_all="$flags_dbg_all -gvms"
+    flags_dbg_yes="-g"
+    flags_dbg_off="-g0"
+    flags_opt_all="-O -O0 -O1 -O2 -Os -O3 -O4"
+    flags_opt_yes="-Os"
+    flags_opt_off="-O0"
+  else
+    AC_MSG_RESULT([no])
+  fi
+])
+
+
+dnl CARES_CHECK_COMPILER_DEC_C
+dnl -------------------------------------------------
+dnl Verify if compiler being used is DEC C.
+
+AC_DEFUN([CARES_CHECK_COMPILER_DEC_C], [
+  AC_MSG_CHECKING([if compiler is DEC/Compaq/HP C])
+  CURL_CHECK_DEF([__DECC], [], [silent])
+  CURL_CHECK_DEF([__DECC_VER], [], [silent])
+  if test "$curl_cv_have_def___DECC" = "yes" &&
+    test "$curl_cv_have_def___DECC_VER" = "yes"; then
+    AC_MSG_RESULT([yes])
+    compiler_id="DEC_C"
+    flags_dbg_all="-g -g0 -g1 -g2 -g3"
+    flags_dbg_yes="-g2"
+    flags_dbg_off="-g0"
+    flags_opt_all="-O -O0 -O1 -O2 -O3 -O4"
+    flags_opt_yes="-O1"
+    flags_opt_off="-O0"
+  else
+    AC_MSG_RESULT([no])
+  fi
+])
+
+
+dnl CARES_CHECK_COMPILER_GNU_C
+dnl -------------------------------------------------
+dnl Verify if compiler being used is GNU C.
+
+AC_DEFUN([CARES_CHECK_COMPILER_GNU_C], [
+  AC_REQUIRE([CARES_CHECK_COMPILER_INTEL_C])dnl
+  AC_REQUIRE([CARES_CHECK_COMPILER_CLANG])dnl
+  AC_MSG_CHECKING([if compiler is GNU C])
+  CURL_CHECK_DEF([__GNUC__], [], [silent])
+  if test "$curl_cv_have_def___GNUC__" = "yes" &&
+    test "$compiler_id" = "unknown"; then
+    AC_MSG_RESULT([yes])
+    compiler_id="GNU_C"
+    gccver=`$CC -dumpversion`
+    gccvhi=`echo $gccver | cut -d . -f1`
+    gccvlo=`echo $gccver | cut -d . -f2`
+    compiler_num=`(expr $gccvhi "*" 100 + $gccvlo) 2>/dev/null`
+    flags_dbg_all="-g -g0 -g1 -g2 -g3"
+    flags_dbg_all="$flags_dbg_all -ggdb"
+    flags_dbg_all="$flags_dbg_all -gstabs"
+    flags_dbg_all="$flags_dbg_all -gstabs+"
+    flags_dbg_all="$flags_dbg_all -gcoff"
+    flags_dbg_all="$flags_dbg_all -gxcoff"
+    flags_dbg_all="$flags_dbg_all -gdwarf-2"
+    flags_dbg_all="$flags_dbg_all -gvms"
+    flags_dbg_yes="-g"
+    flags_dbg_off="-g0"
+    flags_opt_all="-O -O0 -O1 -O2 -O3 -Os"
+    flags_opt_yes="-O2"
+    flags_opt_off="-O0"
+  else
+    AC_MSG_RESULT([no])
+  fi
+])
+
+
+dnl CARES_CHECK_COMPILER_HPUX_C
+dnl -------------------------------------------------
+dnl Verify if compiler being used is HP-UX C.
+
+AC_DEFUN([CARES_CHECK_COMPILER_HPUX_C], [
+  AC_MSG_CHECKING([if compiler is HP-UX C])
+  CURL_CHECK_DEF([__HP_cc], [], [silent])
+  if test "$curl_cv_have_def___HP_cc" = "yes"; then
+    AC_MSG_RESULT([yes])
+    compiler_id="HP_UX_C"
+    flags_dbg_all="-g -s"
+    flags_dbg_yes="-g"
+    flags_dbg_off="-s"
+    flags_opt_all="-O +O0 +O1 +O2 +O3 +O4"
+    flags_opt_yes="+O2"
+    flags_opt_off="+O0"
+  else
+    AC_MSG_RESULT([no])
+  fi
+])
+
+
+dnl CARES_CHECK_COMPILER_IBM_C
+dnl -------------------------------------------------
+dnl Verify if compiler being used is IBM C.
+
+AC_DEFUN([CARES_CHECK_COMPILER_IBM_C], [
+  AC_MSG_CHECKING([if compiler is IBM C])
+  CURL_CHECK_DEF([__IBMC__], [], [silent])
+  if test "$curl_cv_have_def___IBMC__" = "yes"; then
+    AC_MSG_RESULT([yes])
+    compiler_id="IBM_C"
+    flags_dbg_all="-g -g0 -g1 -g2 -g3"
+    flags_dbg_yes="-g"
+    flags_dbg_off=""
+    flags_opt_all="-O -O0 -O1 -O2 -O3 -O4 -O5"
+    flags_opt_all="$flags_opt_all -qnooptimize"
+    flags_opt_all="$flags_opt_all -qoptimize=0"
+    flags_opt_all="$flags_opt_all -qoptimize=1"
+    flags_opt_all="$flags_opt_all -qoptimize=2"
+    flags_opt_all="$flags_opt_all -qoptimize=3"
+    flags_opt_all="$flags_opt_all -qoptimize=4"
+    flags_opt_all="$flags_opt_all -qoptimize=5"
+    flags_opt_yes="-O2"
+    flags_opt_off="-qnooptimize"
+  else
+    AC_MSG_RESULT([no])
+  fi
+])
+
+
+dnl CARES_CHECK_COMPILER_INTEL_C
+dnl -------------------------------------------------
+dnl Verify if compiler being used is Intel C.
+
+AC_DEFUN([CARES_CHECK_COMPILER_INTEL_C], [
+  AC_BEFORE([$0],[CARES_CHECK_COMPILER_GNU_C])dnl
+  AC_MSG_CHECKING([if compiler is Intel C])
+  CURL_CHECK_DEF([__INTEL_COMPILER], [], [silent])
+  if test "$curl_cv_have_def___INTEL_COMPILER" = "yes"; then
+    AC_MSG_RESULT([yes])
+    compiler_num="$curl_cv_def___INTEL_COMPILER"
+    CURL_CHECK_DEF([__unix__], [], [silent])
+    if test "$curl_cv_have_def___unix__" = "yes"; then
+      compiler_id="INTEL_UNIX_C"
+      flags_dbg_all="-g -g0"
+      flags_dbg_yes="-g"
+      flags_dbg_off="-g0"
+      flags_opt_all="-O -O0 -O1 -O2 -O3 -Os"
+      flags_opt_yes="-O2"
+      flags_opt_off="-O0"
+    else
+      compiler_id="INTEL_WINDOWS_C"
+      flags_dbg_all="/ZI /Zi /zI /zi /ZD /Zd /zD /zd /Z7 /z7 /Oy /Oy-"
+      flags_dbg_all="$flags_dbg_all /debug"
+      flags_dbg_all="$flags_dbg_all /debug:none"
+      flags_dbg_all="$flags_dbg_all /debug:minimal"
+      flags_dbg_all="$flags_dbg_all /debug:partial"
+      flags_dbg_all="$flags_dbg_all /debug:full"
+      flags_dbg_all="$flags_dbg_all /debug:semantic_stepping"
+      flags_dbg_all="$flags_dbg_all /debug:extended"
+      flags_dbg_yes="/Zi /Oy-"
+      flags_dbg_off="/debug:none /Oy-"
+      flags_opt_all="/O /O0 /O1 /O2 /O3 /Od /Og /Og- /Oi /Oi-"
+      flags_opt_yes="/O2"
+      flags_opt_off="/Od"
+    fi
+  else
+    AC_MSG_RESULT([no])
+  fi
+])
+
+
+dnl CARES_CHECK_COMPILER_LCC
+dnl -------------------------------------------------
+dnl Verify if compiler being used is LCC.
+
+AC_DEFUN([CARES_CHECK_COMPILER_LCC], [
+  AC_MSG_CHECKING([if compiler is LCC])
+  CURL_CHECK_DEF([__LCC__], [], [silent])
+  if test "$curl_cv_have_def___LCC__" = "yes"; then
+    AC_MSG_RESULT([yes])
+    compiler_id="LCC"
+    flags_dbg_all="-g"
+    flags_dbg_yes="-g"
+    flags_dbg_off=""
+    flags_opt_all=""
+    flags_opt_yes=""
+    flags_opt_off=""
+  else
+    AC_MSG_RESULT([no])
+  fi
+])
+
+
+dnl CARES_CHECK_COMPILER_SGI_MIPS_C
+dnl -------------------------------------------------
+dnl Verify if compiler being used is SGI MIPS C.
+
+AC_DEFUN([CARES_CHECK_COMPILER_SGI_MIPS_C], [
+  AC_REQUIRE([CARES_CHECK_COMPILER_SGI_MIPSPRO_C])dnl
+  AC_MSG_CHECKING([if compiler is SGI MIPS C])
+  CURL_CHECK_DEF([__GNUC__], [], [silent])
+  CURL_CHECK_DEF([__sgi], [], [silent])
+  if test "$curl_cv_have_def___GNUC__" = "no" &&
+    test "$curl_cv_have_def___sgi" = "yes" &&
+    test "$compiler_id" = "unknown"; then
+    AC_MSG_RESULT([yes])
+    compiler_id="SGI_MIPS_C"
+    flags_dbg_all="-g -g0 -g1 -g2 -g3"
+    flags_dbg_yes="-g"
+    flags_dbg_off="-g0"
+    flags_opt_all="-O -O0 -O1 -O2 -O3 -Ofast"
+    flags_opt_yes="-O2"
+    flags_opt_off="-O0"
+  else
+    AC_MSG_RESULT([no])
+  fi
+])
+
+
+dnl CARES_CHECK_COMPILER_SGI_MIPSPRO_C
+dnl -------------------------------------------------
+dnl Verify if compiler being used is SGI MIPSpro C.
+
+AC_DEFUN([CARES_CHECK_COMPILER_SGI_MIPSPRO_C], [
+  AC_BEFORE([$0],[CARES_CHECK_COMPILER_SGI_MIPS_C])dnl
+  AC_MSG_CHECKING([if compiler is SGI MIPSpro C])
+  CURL_CHECK_DEF([__GNUC__], [], [silent])
+  CURL_CHECK_DEF([_COMPILER_VERSION], [], [silent])
+  CURL_CHECK_DEF([_SGI_COMPILER_VERSION], [], [silent])
+  if test "$curl_cv_have_def___GNUC__" = "no" &&
+    (test "$curl_cv_have_def__SGI_COMPILER_VERSION" = "yes" ||
+     test "$curl_cv_have_def__COMPILER_VERSION" = "yes"); then
+    AC_MSG_RESULT([yes])
+    compiler_id="SGI_MIPSPRO_C"
+    flags_dbg_all="-g -g0 -g1 -g2 -g3"
+    flags_dbg_yes="-g"
+    flags_dbg_off="-g0"
+    flags_opt_all="-O -O0 -O1 -O2 -O3 -Ofast"
+    flags_opt_yes="-O2"
+    flags_opt_off="-O0"
+  else
+    AC_MSG_RESULT([no])
+  fi
+])
+
+
+dnl CARES_CHECK_COMPILER_SUNPRO_C
+dnl -------------------------------------------------
+dnl Verify if compiler being used is SunPro C.
+
+AC_DEFUN([CARES_CHECK_COMPILER_SUNPRO_C], [
+  AC_MSG_CHECKING([if compiler is SunPro C])
+  CURL_CHECK_DEF([__SUNPRO_C], [], [silent])
+  if test "$curl_cv_have_def___SUNPRO_C" = "yes"; then
+    AC_MSG_RESULT([yes])
+    compiler_id="SUNPRO_C"
+    flags_dbg_all="-g -s"
+    flags_dbg_yes="-g"
+    flags_dbg_off="-s"
+    flags_opt_all="-O -xO -xO1 -xO2 -xO3 -xO4 -xO5"
+    flags_opt_yes="-xO2"
+    flags_opt_off=""
+  else
+    AC_MSG_RESULT([no])
+  fi
+])
+
+
+dnl CARES_CHECK_COMPILER_TINY_C
+dnl -------------------------------------------------
+dnl Verify if compiler being used is Tiny C.
+
+AC_DEFUN([CARES_CHECK_COMPILER_TINY_C], [
+  AC_MSG_CHECKING([if compiler is Tiny C])
+  CURL_CHECK_DEF([__TINYC__], [], [silent])
+  if test "$curl_cv_have_def___TINYC__" = "yes"; then
+    AC_MSG_RESULT([yes])
+    compiler_id="TINY_C"
+    flags_dbg_all="-g -b"
+    flags_dbg_yes="-g"
+    flags_dbg_off=""
+    flags_opt_all=""
+    flags_opt_yes=""
+    flags_opt_off=""
+  else
+    AC_MSG_RESULT([no])
+  fi
+])
+
+
+dnl CARES_CHECK_COMPILER_WATCOM_C
+dnl -------------------------------------------------
+dnl Verify if compiler being used is Watcom C.
+
+AC_DEFUN([CARES_CHECK_COMPILER_WATCOM_C], [
+  AC_MSG_CHECKING([if compiler is Watcom C])
+  CURL_CHECK_DEF([__WATCOMC__], [], [silent])
+  if test "$curl_cv_have_def___WATCOMC__" = "yes"; then
+    AC_MSG_RESULT([yes])
+    CURL_CHECK_DEF([__UNIX__], [], [silent])
+    if test "$curl_cv_have_def___UNIX__" = "yes"; then
+      compiler_id="WATCOM_UNIX_C"
+      flags_dbg_all="-g1 -g1+ -g2 -g3"
+      flags_dbg_yes="-g2"
+      flags_dbg_off=""
+      flags_opt_all="-O0 -O1 -O2 -O3"
+      flags_opt_yes="-O2"
+      flags_opt_off="-O0"
+    else
+      compiler_id="WATCOM_WINDOWS_C"
+      flags_dbg_all=""
+      flags_dbg_yes=""
+      flags_dbg_off=""
+      flags_opt_all=""
+      flags_opt_yes=""
+      flags_opt_off=""
+    fi
+  else
+    AC_MSG_RESULT([no])
+  fi
+])
+
+
+dnl CARES_CONVERT_INCLUDE_TO_ISYSTEM
+dnl -------------------------------------------------
+dnl Changes standard include paths present in CFLAGS
+dnl and CPPFLAGS into isystem include paths. This is
+dnl done to prevent GNUC from generating warnings on
+dnl headers from these locations, although on ancient
+dnl GNUC versions these warnings are not silenced.
+
+AC_DEFUN([CARES_CONVERT_INCLUDE_TO_ISYSTEM], [
+  AC_REQUIRE([CARES_SHFUNC_SQUEEZE])dnl
+  tmp_has_include="no"
+  tmp_chg_FLAGS="$CFLAGS"
+  for word1 in $tmp_chg_FLAGS; do
+    case "$word1" in
+      -I*)
+        tmp_has_include="yes"
+        ;;
+    esac
+  done
+  if test "$tmp_has_include" = "yes"; then
+    tmp_chg_FLAGS=`echo "$tmp_chg_FLAGS" | "$SED" 's/^-I/ -isystem /g'`
+    tmp_chg_FLAGS=`echo "$tmp_chg_FLAGS" | "$SED" 's/ -I/ -isystem /g'`
+    CFLAGS="$tmp_chg_FLAGS"
+    squeeze CFLAGS
+  fi
+  tmp_has_include="no"
+  tmp_chg_FLAGS="$CPPFLAGS"
+  for word1 in $tmp_chg_FLAGS; do
+    case "$word1" in
+      -I*)
+        tmp_has_include="yes"
+        ;;
+    esac
+  done
+  if test "$tmp_has_include" = "yes"; then
+    tmp_chg_FLAGS=`echo "$tmp_chg_FLAGS" | "$SED" 's/^-I/ -isystem /g'`
+    tmp_chg_FLAGS=`echo "$tmp_chg_FLAGS" | "$SED" 's/ -I/ -isystem /g'`
+    CPPFLAGS="$tmp_chg_FLAGS"
+    squeeze CPPFLAGS
+  fi
+])
+
+
+dnl CARES_COMPILER_WORKS_IFELSE ([ACTION-IF-WORKS], [ACTION-IF-NOT-WORKS])
+dnl -------------------------------------------------
+dnl Verify if the C compiler seems to work with the
+dnl settings that are 'active' at the time the test
+dnl is performed.
+
+AC_DEFUN([CARES_COMPILER_WORKS_IFELSE], [
+  dnl compilation capability verification
+  tmp_compiler_works="unknown"
+  AC_COMPILE_IFELSE([
+    AC_LANG_PROGRAM([[
+    ]],[[
+      int i = 1;
+      return i;
+    ]])
+  ],[
+    tmp_compiler_works="yes"
+  ],[
+    tmp_compiler_works="no"
+    echo " " >&6
+    sed 's/^/cc-fail: /' conftest.err >&6
+    echo " " >&6
+  ])
+  dnl linking capability verification
+  if test "$tmp_compiler_works" = "yes"; then
+    AC_LINK_IFELSE([
+      AC_LANG_PROGRAM([[
+      ]],[[
+        int i = 1;
+        return i;
+      ]])
+    ],[
+      tmp_compiler_works="yes"
+    ],[
+      tmp_compiler_works="no"
+      echo " " >&6
+      sed 's/^/link-fail: /' conftest.err >&6
+      echo " " >&6
+    ])
+  fi
+  dnl only do runtime verification when not cross-compiling
+  if test "x$cross_compiling" != "xyes" &&
+    test "$tmp_compiler_works" = "yes"; then
+    AC_RUN_IFELSE([
+      AC_LANG_PROGRAM([[
+#       ifdef __STDC__
+#         include <stdlib.h>
+#       endif
+      ]],[[
+        int i = 0;
+        exit(i);
+      ]])
+    ],[
+      tmp_compiler_works="yes"
+    ],[
+      tmp_compiler_works="no"
+      echo " " >&6
+      echo "run-fail: test program exited with status $ac_status" >&6
+      echo " " >&6
+    ])
+  fi
+  dnl branch upon test result
+  if test "$tmp_compiler_works" = "yes"; then
+  ifelse($1,,:,[$1])
+  ifelse($2,,,[else
+    $2])
+  fi
+])
+
+
+dnl CARES_SET_COMPILER_BASIC_OPTS
+dnl -------------------------------------------------
+dnl Sets compiler specific options/flags which do not
+dnl depend on configure's debug, optimize or warnings
+dnl options.
+
+AC_DEFUN([CARES_SET_COMPILER_BASIC_OPTS], [
+  AC_REQUIRE([CARES_CHECK_COMPILER])dnl
+  AC_REQUIRE([CARES_SHFUNC_SQUEEZE])dnl
+  #
+  if test "$compiler_id" != "unknown"; then
+    #
+    if test "$compiler_id" = "GNU_C" ||
+      test "$compiler_id" = "CLANG"; then
+      CARES_CONVERT_INCLUDE_TO_ISYSTEM
+    fi
+    #
+    tmp_save_CPPFLAGS="$CPPFLAGS"
+    tmp_save_CFLAGS="$CFLAGS"
+    tmp_CPPFLAGS=""
+    tmp_CFLAGS=""
+    #
+    case "$compiler_id" in
+        #
+      CLANG)
+        #
+        dnl Disable warnings for unused arguments, otherwise clang will
+        dnl warn about compile-time arguments used during link-time, like
+        dnl -O and -g and -pedantic.
+        tmp_CFLAGS="$tmp_CFLAGS -Qunused-arguments"
+        ;;
+        #
+      DEC_C)
+        #
+        dnl Select strict ANSI C compiler mode
+        tmp_CFLAGS="$tmp_CFLAGS -std1"
+        dnl Turn off optimizer ANSI C aliasing rules
+        tmp_CFLAGS="$tmp_CFLAGS -noansi_alias"
+        dnl Generate warnings for missing function prototypes
+        tmp_CFLAGS="$tmp_CFLAGS -warnprotos"
+        dnl Change some warnings into fatal errors
+        tmp_CFLAGS="$tmp_CFLAGS -msg_fatal toofewargs,toomanyargs"
+        ;;
+        #
+      GNU_C)
+        #
+        dnl Placeholder
+        tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      HP_UX_C)
+        #
+        dnl Disallow run-time dereferencing of null pointers
+        tmp_CFLAGS="$tmp_CFLAGS -z"
+        dnl Disable some remarks
+        dnl #4227: padding struct with n bytes to align member
+        dnl #4255: padding size of struct with n bytes to alignment boundary
+        tmp_CFLAGS="$tmp_CFLAGS +W 4227,4255"
+        ;;
+        #
+      IBM_C)
+        #
+        dnl Ensure that compiler optimizations are always thread-safe.
+        tmp_CFLAGS="$tmp_CFLAGS -qthreaded"
+        dnl Disable type based strict aliasing optimizations, using worst
+        dnl case aliasing assumptions when compiling. Type based aliasing
+        dnl would restrict the lvalues that could be safely used to access
+        dnl a data object.
+        tmp_CFLAGS="$tmp_CFLAGS -qnoansialias"
+        dnl Force compiler to stop after the compilation phase, without
+        dnl generating an object code file when compilation has errors.
+        tmp_CFLAGS="$tmp_CFLAGS -qhalt=e"
+        ;;
+        #
+      INTEL_UNIX_C)
+        #
+        dnl On unix this compiler uses gcc's header files, so
+        dnl we select ANSI C89 dialect plus GNU extensions.
+        tmp_CFLAGS="$tmp_CFLAGS -std=gnu89"
+        dnl Change some warnings into errors
+        dnl #140: too many arguments in function call
+        dnl #147: declaration is incompatible with 'previous one'
+        dnl #165: too few arguments in function call
+        dnl #266: function declared implicitly
+        tmp_CPPFLAGS="$tmp_CPPFLAGS -we 140,147,165,266"
+        dnl Disable some remarks
+        dnl #279: controlling expression is constant
+        dnl #981: operands are evaluated in unspecified order
+        dnl #1469: "cc" clobber ignored
+        tmp_CPPFLAGS="$tmp_CPPFLAGS -wd 279,981,1469"
+        ;;
+        #
+      INTEL_WINDOWS_C)
+        #
+        dnl Placeholder
+        tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      LCC)
+        #
+        dnl Disallow run-time dereferencing of null pointers
+        tmp_CFLAGS="$tmp_CFLAGS -n"
+        ;;
+        #
+      SGI_MIPS_C)
+        #
+        dnl Placeholder
+        tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      SGI_MIPSPRO_C)
+        #
+        dnl Placeholder
+        tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      SUNPRO_C)
+        #
+        dnl Placeholder
+        tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      TINY_C)
+        #
+        dnl Placeholder
+        tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      WATCOM_UNIX_C)
+        #
+        dnl Placeholder
+        tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      WATCOM_WINDOWS_C)
+        #
+        dnl Placeholder
+        tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+    esac
+    #
+    squeeze tmp_CPPFLAGS
+    squeeze tmp_CFLAGS
+    #
+    if test ! -z "$tmp_CFLAGS" || test ! -z "$tmp_CPPFLAGS"; then
+      AC_MSG_CHECKING([if compiler accepts some basic options])
+      CPPFLAGS="$tmp_save_CPPFLAGS $tmp_CPPFLAGS"
+      CFLAGS="$tmp_save_CFLAGS $tmp_CFLAGS"
+      squeeze CPPFLAGS
+      squeeze CFLAGS
+      CARES_COMPILER_WORKS_IFELSE([
+        AC_MSG_RESULT([yes])
+        AC_MSG_NOTICE([compiler options added: $tmp_CFLAGS $tmp_CPPFLAGS])
+      ],[
+        AC_MSG_RESULT([no])
+        AC_MSG_WARN([compiler options rejected: $tmp_CFLAGS $tmp_CPPFLAGS])
+        dnl restore initial settings
+        CPPFLAGS="$tmp_save_CPPFLAGS"
+        CFLAGS="$tmp_save_CFLAGS"
+      ])
+    fi
+    #
+  fi
+])
+
+
+dnl CARES_SET_COMPILER_DEBUG_OPTS
+dnl -------------------------------------------------
+dnl Sets compiler specific options/flags which depend
+dnl on configure's debug option.
+
+AC_DEFUN([CARES_SET_COMPILER_DEBUG_OPTS], [
+  AC_REQUIRE([CARES_CHECK_OPTION_DEBUG])dnl
+  AC_REQUIRE([CARES_CHECK_COMPILER])dnl
+  AC_REQUIRE([CARES_SHFUNC_SQUEEZE])dnl
+  #
+  if test "$compiler_id" != "unknown"; then
+    #
+    tmp_save_CFLAGS="$CFLAGS"
+    tmp_save_CPPFLAGS="$CPPFLAGS"
+    #
+    tmp_options=""
+    tmp_CFLAGS="$CFLAGS"
+    tmp_CPPFLAGS="$CPPFLAGS"
+    CARES_VAR_STRIP([tmp_CFLAGS],[$flags_dbg_all])
+    CARES_VAR_STRIP([tmp_CPPFLAGS],[$flags_dbg_all])
+    #
+    if test "$want_debug" = "yes"; then
+      AC_MSG_CHECKING([if compiler accepts debug enabling options])
+      tmp_options="$flags_dbg_yes"
+    fi
+    if test "$want_debug" = "no"; then
+      AC_MSG_CHECKING([if compiler accepts debug disabling options])
+      tmp_options="$flags_dbg_off"
+    fi
+    #
+    CPPFLAGS="$tmp_CPPFLAGS"
+    CFLAGS="$tmp_CFLAGS $tmp_options"
+    squeeze CPPFLAGS
+    squeeze CFLAGS
+    CARES_COMPILER_WORKS_IFELSE([
+      AC_MSG_RESULT([yes])
+      AC_MSG_NOTICE([compiler options added: $tmp_options])
+    ],[
+      AC_MSG_RESULT([no])
+      AC_MSG_WARN([compiler options rejected: $tmp_options])
+      dnl restore initial settings
+      CPPFLAGS="$tmp_save_CPPFLAGS"
+      CFLAGS="$tmp_save_CFLAGS"
+    ])
+    #
+  fi
+])
+
+
+dnl CARES_SET_COMPILER_OPTIMIZE_OPTS
+dnl -------------------------------------------------
+dnl Sets compiler specific options/flags which depend
+dnl on configure's optimize option.
+
+AC_DEFUN([CARES_SET_COMPILER_OPTIMIZE_OPTS], [
+  AC_REQUIRE([CARES_CHECK_OPTION_OPTIMIZE])dnl
+  AC_REQUIRE([CARES_CHECK_COMPILER])dnl
+  AC_REQUIRE([CARES_SHFUNC_SQUEEZE])dnl
+  #
+  if test "$compiler_id" != "unknown"; then
+    #
+    tmp_save_CFLAGS="$CFLAGS"
+    tmp_save_CPPFLAGS="$CPPFLAGS"
+    #
+    tmp_options=""
+    tmp_CFLAGS="$CFLAGS"
+    tmp_CPPFLAGS="$CPPFLAGS"
+    honor_optimize_option="yes"
+    #
+    dnl If optimization request setting has not been explicitly specified,
+    dnl it has been derived from the debug setting and initially assumed.
+    dnl This initially assumed optimizer setting will finally be ignored
+    dnl if CFLAGS or CPPFLAGS already hold optimizer flags. This implies
+    dnl that an initially assumed optimizer setting might not be honored.
+    #
+    if test "$want_optimize" = "assume_no" ||
+       test "$want_optimize" = "assume_yes"; then
+      AC_MSG_CHECKING([if compiler optimizer assumed setting might be used])
+      CARES_VAR_MATCH_IFELSE([tmp_CFLAGS],[$flags_opt_all],[
+        honor_optimize_option="no"
+      ])
+      CARES_VAR_MATCH_IFELSE([tmp_CPPFLAGS],[$flags_opt_all],[
+        honor_optimize_option="no"
+      ])
+      AC_MSG_RESULT([$honor_optimize_option])
+      if test "$honor_optimize_option" = "yes"; then
+        if test "$want_optimize" = "assume_yes"; then
+          want_optimize="yes"
+        fi
+        if test "$want_optimize" = "assume_no"; then
+          want_optimize="no"
+        fi
+      fi
+    fi
+    #
+    if test "$honor_optimize_option" = "yes"; then
+      CARES_VAR_STRIP([tmp_CFLAGS],[$flags_opt_all])
+      CARES_VAR_STRIP([tmp_CPPFLAGS],[$flags_opt_all])
+      if test "$want_optimize" = "yes"; then
+        AC_MSG_CHECKING([if compiler accepts optimizer enabling options])
+        tmp_options="$flags_opt_yes"
+      fi
+      if test "$want_optimize" = "no"; then
+        AC_MSG_CHECKING([if compiler accepts optimizer disabling options])
+        tmp_options="$flags_opt_off"
+      fi
+      CPPFLAGS="$tmp_CPPFLAGS"
+      CFLAGS="$tmp_CFLAGS $tmp_options"
+      squeeze CPPFLAGS
+      squeeze CFLAGS
+      CARES_COMPILER_WORKS_IFELSE([
+        AC_MSG_RESULT([yes])
+        AC_MSG_NOTICE([compiler options added: $tmp_options])
+      ],[
+        AC_MSG_RESULT([no])
+        AC_MSG_WARN([compiler options rejected: $tmp_options])
+        dnl restore initial settings
+        CPPFLAGS="$tmp_save_CPPFLAGS"
+        CFLAGS="$tmp_save_CFLAGS"
+      ])
+    fi
+    #
+  fi
+])
+
+
+dnl CARES_SET_COMPILER_WARNING_OPTS
+dnl -------------------------------------------------
+dnl Sets compiler options/flags which depend on
+dnl configure's warnings given option.
+
+AC_DEFUN([CARES_SET_COMPILER_WARNING_OPTS], [
+  AC_REQUIRE([CARES_CHECK_OPTION_WARNINGS])dnl
+  AC_REQUIRE([CARES_CHECK_COMPILER])dnl
+  AC_REQUIRE([CARES_SHFUNC_SQUEEZE])dnl
+  #
+  if test "$compiler_id" != "unknown"; then
+    #
+    tmp_save_CPPFLAGS="$CPPFLAGS"
+    tmp_save_CFLAGS="$CFLAGS"
+    tmp_CPPFLAGS=""
+    tmp_CFLAGS=""
+    #
+    case "$compiler_id" in
+        #
+      CLANG)
+        #
+        if test "$want_warnings" = "yes"; then
+          dnl All versions of clang support the same warnings as at least
+          dnl gcc 4.2.1 except -Wunused.
+          tmp_CFLAGS="$tmp_CFLAGS -pedantic"
+          tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra"
+          tmp_CFLAGS="$tmp_CFLAGS -Wpointer-arith -Wwrite-strings"
+          tmp_CFLAGS="$tmp_CFLAGS -Wshadow"
+          tmp_CFLAGS="$tmp_CFLAGS -Winline -Wnested-externs"
+          tmp_CFLAGS="$tmp_CFLAGS -Wmissing-declarations"
+          tmp_CFLAGS="$tmp_CFLAGS -Wmissing-prototypes"
+          tmp_CFLAGS="$tmp_CFLAGS -Wno-long-long"
+          tmp_CFLAGS="$tmp_CFLAGS -Wfloat-equal"
+          tmp_CFLAGS="$tmp_CFLAGS -Wno-multichar -Wsign-compare"
+          tmp_CFLAGS="$tmp_CFLAGS -Wundef"
+          tmp_CFLAGS="$tmp_CFLAGS -Wno-format-nonliteral"
+          tmp_CFLAGS="$tmp_CFLAGS -Wendif-labels -Wstrict-prototypes"
+          tmp_CFLAGS="$tmp_CFLAGS -Wdeclaration-after-statement"
+          tmp_CFLAGS="$tmp_CFLAGS -Wcast-align"
+          tmp_CFLAGS="$tmp_CFLAGS -Wno-system-headers"
+          tmp_CFLAGS="$tmp_CFLAGS -Wshorten-64-to-32"
+          #
+          dnl Only clang 1.1 or later
+          if test "$compiler_num" -ge "101"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wunused"
+          fi
+        fi
+        ;;
+        #
+      DEC_C)
+        #
+        if test "$want_warnings" = "yes"; then
+          dnl Select a higher warning level than default level2
+          tmp_CFLAGS="$tmp_CFLAGS -msg_enable level3"
+        fi
+        ;;
+        #
+      GNU_C)
+        #
+        if test "$want_warnings" = "yes"; then
+          #
+          dnl Do not enable -pedantic when cross-compiling with a gcc older
+          dnl than 3.0, to avoid warnings from third party system headers.
+          if test "x$cross_compiling" != "xyes" ||
+            test "$compiler_num" -ge "300"; then
+            tmp_CFLAGS="$tmp_CFLAGS -pedantic"
+          fi
+          #
+          dnl Set of options we believe *ALL* gcc versions support:
+          tmp_CFLAGS="$tmp_CFLAGS -Wall -W"
+          #
+          dnl Only gcc 1.4 or later
+          if test "$compiler_num" -ge "104"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wpointer-arith -Wwrite-strings"
+            dnl If not cross-compiling with a gcc older than 3.0
+            if test "x$cross_compiling" != "xyes" ||
+              test "$compiler_num" -ge "300"; then
+              tmp_CFLAGS="$tmp_CFLAGS -Wunused -Wshadow"
+            fi
+          fi
+          #
+          dnl Only gcc 2.7 or later
+          if test "$compiler_num" -ge "207"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Winline -Wnested-externs"
+            dnl If not cross-compiling with a gcc older than 3.0
+            if test "x$cross_compiling" != "xyes" ||
+              test "$compiler_num" -ge "300"; then
+              tmp_CFLAGS="$tmp_CFLAGS -Wmissing-declarations"
+              tmp_CFLAGS="$tmp_CFLAGS -Wmissing-prototypes"
+            fi
+          fi
+          #
+          dnl Only gcc 2.95 or later
+          if test "$compiler_num" -ge "295"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wno-long-long"
+          fi
+          #
+          dnl Only gcc 2.96 or later
+          if test "$compiler_num" -ge "296"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wfloat-equal"
+            tmp_CFLAGS="$tmp_CFLAGS -Wno-multichar -Wsign-compare"
+            dnl -Wundef used only if gcc is 2.96 or later since we get
+            dnl lots of "`_POSIX_C_SOURCE' is not defined" in system
+            dnl headers with gcc 2.95.4 on FreeBSD 4.9
+            tmp_CFLAGS="$tmp_CFLAGS -Wundef"
+          fi
+          #
+          dnl Only gcc 2.97 or later
+          if test "$compiler_num" -ge "297"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wno-format-nonliteral"
+          fi
+          #
+          dnl Only gcc 3.0 or later
+          if test "$compiler_num" -ge "300"; then
+            dnl -Wunreachable-code seems totally unreliable on my gcc 3.3.2 on
+            dnl on i686-Linux as it gives us heaps with false positives.
+            dnl Also, on gcc 4.0.X it is totally unbearable and complains all
+            dnl over making it unusable for generic purposes. Let's not use it.
+            tmp_CFLAGS="$tmp_CFLAGS"
+          fi
+          #
+          dnl Only gcc 3.3 or later
+          if test "$compiler_num" -ge "303"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wendif-labels -Wstrict-prototypes"
+          fi
+          #
+          dnl Only gcc 3.4 or later
+          if test "$compiler_num" -ge "304"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wdeclaration-after-statement"
+          fi
+          #
+          dnl Only gcc 4.3 or later
+          if test "$compiler_num" -ge "403"; then
+            tmp_CFLAGS="$tmp_CFLAGS -Wtype-limits -Wold-style-declaration"
+            tmp_CFLAGS="$tmp_CFLAGS -Wmissing-parameter-type -Wempty-body"
+            tmp_CFLAGS="$tmp_CFLAGS -Wclobbered -Wignored-qualifiers"
+          fi
+          #
+        fi
+        #
+        dnl Do not issue warnings for code in system include paths.
+        if test "$compiler_num" -ge "300"; then
+          tmp_CFLAGS="$tmp_CFLAGS -Wno-system-headers"
+        else
+          dnl When cross-compiling with a gcc older than 3.0, disable
+          dnl some warnings triggered on third party system headers.
+          if test "x$cross_compiling" = "xyes"; then
+            if test "$compiler_num" -ge "104"; then
+              dnl gcc 1.4 or later
+              tmp_CFLAGS="$tmp_CFLAGS -Wno-unused -Wno-shadow"
+            fi
+            if test "$compiler_num" -ge "207"; then
+              dnl gcc 2.7 or later
+              tmp_CFLAGS="$tmp_CFLAGS -Wno-missing-declarations"
+              tmp_CFLAGS="$tmp_CFLAGS -Wno-missing-prototypes"
+            fi
+          fi
+        fi
+        ;;
+        #
+      HP_UX_C)
+        #
+        if test "$want_warnings" = "yes"; then
+          dnl Issue all warnings
+          tmp_CFLAGS="$tmp_CFLAGS +w1"
+        fi
+        ;;
+        #
+      IBM_C)
+        #
+        dnl Placeholder
+        tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      INTEL_UNIX_C)
+        #
+        if test "$want_warnings" = "yes"; then
+          if test "$compiler_num" -gt "600"; then
+            dnl Show errors, warnings, and remarks
+            tmp_CPPFLAGS="$tmp_CPPFLAGS -Wall -w2"
+            dnl Perform extra compile-time code checking
+            tmp_CPPFLAGS="$tmp_CPPFLAGS -Wcheck"
+            dnl Warn on nested comments
+            tmp_CPPFLAGS="$tmp_CPPFLAGS -Wcomment"
+            dnl Show warnings relative to deprecated features
+            tmp_CPPFLAGS="$tmp_CPPFLAGS -Wdeprecated"
+            dnl Enable warnings for missing prototypes
+            tmp_CPPFLAGS="$tmp_CPPFLAGS -Wmissing-prototypes"
+            dnl Enable warnings for 64-bit portability issues
+            tmp_CPPFLAGS="$tmp_CPPFLAGS -Wp64"
+            dnl Enable warnings for questionable pointer arithmetic
+            tmp_CPPFLAGS="$tmp_CPPFLAGS -Wpointer-arith"
+            dnl Check for function return typw issues
+            tmp_CPPFLAGS="$tmp_CPPFLAGS -Wreturn-type"
+            dnl Warn on variable declarations hiding a previous one
+            tmp_CPPFLAGS="$tmp_CPPFLAGS -Wshadow"
+            dnl Warn when a variable is used before initialized
+            tmp_CPPFLAGS="$tmp_CPPFLAGS -Wuninitialized"
+            dnl Warn if a declared function is not used
+            tmp_CPPFLAGS="$tmp_CPPFLAGS -Wunused-function"
+          fi
+        fi
+        dnl Disable using EBP register in optimizations
+        tmp_CFLAGS="$tmp_CFLAGS -fno-omit-frame-pointer"
+        dnl Disable use of ANSI C aliasing rules in optimizations
+        tmp_CFLAGS="$tmp_CFLAGS -fno-strict-aliasing"
+        dnl Value-safe optimizations on floating-point data
+        tmp_CFLAGS="$tmp_CFLAGS -fp-model precise"
+        dnl Only icc 10.0 or later
+        if test "$compiler_num" -ge "1000"; then
+          dnl Disable vectorizer diagnostic information
+          tmp_CFLAGS="$tmp_CFLAGS -vec-report0"
+        fi
+        ;;
+        #
+      INTEL_WINDOWS_C)
+        #
+        dnl Placeholder
+        tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+      LCC)
+        #
+        if test "$want_warnings" = "yes"; then
+          dnl Highest warning level is double -A, next is single -A.
+          dnl Due to the big number of warnings these trigger on third
+          dnl party header files it is impractical for us to use any of
+          dnl them here. If you want them simply define it in CPPFLAGS.
+          tmp_CFLAGS="$tmp_CFLAGS"
+        fi
+        ;;
+        #
+      SGI_MIPS_C)
+        #
+        if test "$want_warnings" = "yes"; then
+          dnl Perform stricter semantic and lint-like checks
+          tmp_CFLAGS="$tmp_CFLAGS -fullwarn"
+        fi
+        ;;
+        #
+      SGI_MIPSPRO_C)
+        #
+        if test "$want_warnings" = "yes"; then
+          dnl Perform stricter semantic and lint-like checks
+          tmp_CFLAGS="$tmp_CFLAGS -fullwarn"
+          dnl Disable some remarks
+          dnl #1209: controlling expression is constant
+          tmp_CFLAGS="$tmp_CFLAGS -woff 1209"
+        fi
+        ;;
+        #
+      SUNPRO_C)
+        #
+        if test "$want_warnings" = "yes"; then
+          dnl Perform stricter semantic and lint-like checks
+          tmp_CFLAGS="$tmp_CFLAGS -v"
+        fi
+        ;;
+        #
+      TINY_C)
+        #
+        if test "$want_warnings" = "yes"; then
+          dnl Activate all warnings
+          tmp_CFLAGS="$tmp_CFLAGS -Wall"
+          dnl Make string constants be of type const char *
+          tmp_CFLAGS="$tmp_CFLAGS -Wwrite-strings"
+          dnl Warn use of unsupported GCC features ignored by TCC
+          tmp_CFLAGS="$tmp_CFLAGS -Wunsupported"
+        fi
+        ;;
+        #
+      WATCOM_UNIX_C)
+        #
+        if test "$want_warnings" = "yes"; then
+          dnl Issue all warnings
+          tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra"
+        fi
+        ;;
+        #
+      WATCOM_WINDOWS_C)
+        #
+        dnl Placeholder
+        tmp_CFLAGS="$tmp_CFLAGS"
+        ;;
+        #
+    esac
+    #
+    squeeze tmp_CPPFLAGS
+    squeeze tmp_CFLAGS
+    #
+    if test ! -z "$tmp_CFLAGS" || test ! -z "$tmp_CPPFLAGS"; then
+      AC_MSG_CHECKING([if compiler accepts strict warning options])
+      CPPFLAGS="$tmp_save_CPPFLAGS $tmp_CPPFLAGS"
+      CFLAGS="$tmp_save_CFLAGS $tmp_CFLAGS"
+      squeeze CPPFLAGS
+      squeeze CFLAGS
+      CARES_COMPILER_WORKS_IFELSE([
+        AC_MSG_RESULT([yes])
+        AC_MSG_NOTICE([compiler options added: $tmp_CFLAGS $tmp_CPPFLAGS])
+      ],[
+        AC_MSG_RESULT([no])
+        AC_MSG_WARN([compiler options rejected: $tmp_CFLAGS $tmp_CPPFLAGS])
+        dnl restore initial settings
+        CPPFLAGS="$tmp_save_CPPFLAGS"
+        CFLAGS="$tmp_save_CFLAGS"
+      ])
+    fi
+    #
+  fi
+])
+
+
+dnl CARES_SHFUNC_SQUEEZE
+dnl -------------------------------------------------
+dnl Declares a shell function squeeze() which removes
+dnl redundant whitespace out of a shell variable.
+
+AC_DEFUN([CARES_SHFUNC_SQUEEZE], [
+squeeze() {
+  _sqz_result=""
+  eval _sqz_input=\[$][$]1
+  for _sqz_token in $_sqz_input; do
+    if test -z "$_sqz_result"; then
+      _sqz_result="$_sqz_token"
+    else
+      _sqz_result="$_sqz_result $_sqz_token"
+    fi
+  done
+  eval [$]1=\$_sqz_result
+  return 0
+}
+])
+
+
+dnl CARES_CHECK_CURLDEBUG
+dnl -------------------------------------------------
+dnl Settings which depend on configure's curldebug given
+dnl option, and other additional configure pre-requisites.
+dnl Using the curl debug memory tracking feature in c-ares
+dnl is a hack that actually can only be used/enabled when
+dnl c-ares is built directly in curl's CVS tree, as a static
+dnl library or as a shared one on those systems on which
+dnl shared libraries support undefined symbols, along with
+dnl an equally configured libcurl.
+
+AC_DEFUN([CARES_CHECK_CURLDEBUG], [
+  AC_REQUIRE([CARES_SHFUNC_SQUEEZE])dnl
+  cares_builddir=`pwd`
+  supports_curldebug="unknown"
+  if test "$want_curldebug" = "yes"; then
+    if test "x$enable_shared" != "xno" &&
+      test "x$enable_shared" != "xyes"; then
+      AC_MSG_WARN([unknown enable_shared setting.])
+      supports_curldebug="no"
+    fi
+    if test "x$enable_static" != "xno" &&
+      test "x$enable_static" != "xyes"; then
+      AC_MSG_WARN([unknown enable_static setting.])
+      supports_curldebug="no"
+    fi
+    if test "$supports_curldebug" != "no"; then
+      if test "$enable_shared" = "yes" &&
+        test "$need_no_undefined" = "yes"; then
+        supports_curldebug="no"
+        AC_MSG_WARN([shared library does not support undefined symbols.])
+      fi
+      if test ! -f "$srcdir/../include/curl/curlbuild.h.dist"; then
+        AC_MSG_WARN([c-ares source not embedded in curl's CVS tree.])
+        supports_curldebug="no"
+      elif test ! -f "$srcdir/../include/curl/Makefile.in"; then
+        AC_MSG_WARN([curl's buildconf has not been run.])
+        supports_curldebug="no"
+      elif test ! -f "$cares_builddir/../libcurl.pc" ||
+        test ! -f "$cares_builddir/../include/curl/curlbuild.h"; then
+        AC_MSG_WARN([curl's configure has not been run.])
+        supports_curldebug="no"
+      elif test ! -f "$cares_builddir/../lib/curl_config.h"; then
+        AC_MSG_WARN([libcurl's curl_config.h is missing.])
+        supports_curldebug="no"
+      elif test ! -f "$cares_builddir/../config.status"; then
+        AC_MSG_WARN([curl's config.status is missing.])
+        supports_curldebug="no"
+      fi
+      if test "$supports_curldebug" != "no"; then
+        grep '^#define USE_ARES' "$cares_builddir/../lib/curl_config.h" >/dev/null
+        if test "$?" -ne "0"; then
+          AC_MSG_WARN([libcurl configured without c-ares support.])
+          supports_curldebug="no"
+        fi
+      fi
+      if test "$supports_curldebug" != "no"; then
+        grep 'CPPFLAGS.*CURLDEBUG' "$cares_builddir/../config.status" >/dev/null
+        if test "$?" -ne "0"; then
+          AC_MSG_WARN([libcurl configured without curldebug support.])
+          supports_curldebug="no"
+        fi
+      fi
+    fi
+  fi
+  #
+  if test "$want_curldebug" = "yes"; then
+    AC_MSG_CHECKING([if curl debug memory tracking can be enabled])
+    test "$supports_curldebug" = "no" || supports_curldebug="yes"
+    AC_MSG_RESULT([$supports_curldebug])
+    if test "$supports_curldebug" = "no"; then
+      AC_MSG_WARN([cannot enable curl debug memory tracking.])
+      want_curldebug="no"
+    fi
+  fi
+  #
+  if test "$want_curldebug" = "yes"; then
+    dnl TODO: Verify if the BUILDING_LIBCURL definition is still required.
+    AC_DEFINE(BUILDING_LIBCURL, 1, [when building as static part of libcurl])
+    CPPFLAGS="$CPPFLAGS -DCURLDEBUG"
+    squeeze CPPFLAGS
+  fi
+  #
+  if test "$want_debug" = "yes"; then
+    CPPFLAGS="$CPPFLAGS -DDEBUGBUILD"
+    squeeze CPPFLAGS
+  fi
+])
+
+
+dnl CARES_CHECK_NO_UNDEFINED
+dnl -------------------------------------------------
+dnl Checks if the -no-undefined flag must be used when
+dnl building shared libraries. This is required on all
+dnl systems on which shared libraries should not have
+dnl references to undefined symbols. This check should
+dnl not be done before AC-PROG-LIBTOOL.
+
+AC_DEFUN([CARES_CHECK_NO_UNDEFINED], [
+  AC_BEFORE([$0],[CARES_CHECK_CURLDEBUG])dnl
+  AC_MSG_CHECKING([if shared libraries need -no-undefined])
+  need_no_undefined="no"
+  case $host in
+    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc* | *-*-aix*)
+      need_no_undefined="yes"
+      ;;
+  esac
+  if test "x$allow_undefined" = "xno"; then
+    need_no_undefined="yes"
+  elif test "x$allow_undefined_flag" = "xunsupported"; then
+    need_no_undefined="yes"
+  fi
+  AC_MSG_RESULT($need_no_undefined)
+])
+
+
+dnl CARES_CHECK_PROG_CC
+dnl -------------------------------------------------
+dnl Check for compiler program, preventing CFLAGS and
+dnl CPPFLAGS from being unexpectedly changed.
+
+AC_DEFUN([CARES_CHECK_PROG_CC], [
+  ac_save_CFLAGS="$CFLAGS"
+  ac_save_CPPFLAGS="$CPPFLAGS"
+  AC_PROG_CC
+  CFLAGS="$ac_save_CFLAGS"
+  CPPFLAGS="$ac_save_CPPFLAGS"
+])
+
+
+dnl CARES_CHECK_COMPILER_HALT_ON_ERROR
+dnl -------------------------------------------------
+dnl Verifies if the compiler actually halts after the
+dnl compilation phase without generating any object
+dnl code file, when the source compiles with errors.
+
+AC_DEFUN([CARES_CHECK_COMPILER_HALT_ON_ERROR], [
+  AC_MSG_CHECKING([if compiler halts on compilation errors])
+  AC_COMPILE_IFELSE([
+    AC_LANG_PROGRAM([[
+    ]],[[
+      force compilation error
+    ]])
+  ],[
+    AC_MSG_RESULT([no])
+    AC_MSG_ERROR([compiler does not halt on compilation errors.])
+  ],[
+    AC_MSG_RESULT([yes])
+  ])
+])
+
+
+dnl CARES_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE
+dnl -------------------------------------------------
+dnl Verifies if the compiler actually halts after the
+dnl compilation phase without generating any object
+dnl code file, when the source code tries to define a
+dnl type for a constant array with negative dimension.
+
+AC_DEFUN([CARES_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE], [
+  AC_REQUIRE([CARES_CHECK_COMPILER_HALT_ON_ERROR])dnl
+  AC_MSG_CHECKING([if compiler halts on negative sized arrays])
+  AC_COMPILE_IFELSE([
+    AC_LANG_PROGRAM([[
+      typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ];
+    ]],[[
+      bad_t dummy;
+    ]])
+  ],[
+    AC_MSG_RESULT([no])
+    AC_MSG_ERROR([compiler does not halt on negative sized arrays.])
+  ],[
+    AC_MSG_RESULT([yes])
+  ])
+])
+
+
+dnl CARES_CHECK_COMPILER_STRUCT_MEMBER_SIZE
+dnl -------------------------------------------------
+dnl Verifies if the compiler is capable of handling the
+dnl size of a struct member, struct which is a function
+dnl result, as a compilation-time condition inside the
+dnl type definition of a constant array.
+
+AC_DEFUN([CARES_CHECK_COMPILER_STRUCT_MEMBER_SIZE], [
+  AC_REQUIRE([CARES_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE])dnl
+  AC_MSG_CHECKING([if compiler struct member size checking works])
+  tst_compiler_check_one_works="unknown"
+  AC_COMPILE_IFELSE([
+    AC_LANG_PROGRAM([[
+      struct mystruct {
+        int  mi;
+        char mc;
+        struct mystruct *next;
+      };
+      struct mystruct myfunc();
+      typedef char good_t1[sizeof(myfunc().mi) == sizeof(int)  ? 1 : -1 ];
+      typedef char good_t2[sizeof(myfunc().mc) == sizeof(char) ? 1 : -1 ];
+    ]],[[
+      good_t1 dummy1;
+      good_t2 dummy2;
+    ]])
+  ],[
+    tst_compiler_check_one_works="yes"
+  ],[
+    tst_compiler_check_one_works="no"
+    sed 's/^/cc-src: /' conftest.$ac_ext >&6
+    sed 's/^/cc-err: /' conftest.err >&6
+  ])
+  tst_compiler_check_two_works="unknown"
+  AC_COMPILE_IFELSE([
+    AC_LANG_PROGRAM([[
+      struct mystruct {
+        int  mi;
+        char mc;
+        struct mystruct *next;
+      };
+      struct mystruct myfunc();
+      typedef char bad_t1[sizeof(myfunc().mi) != sizeof(int)  ? 1 : -1 ];
+      typedef char bad_t2[sizeof(myfunc().mc) != sizeof(char) ? 1 : -1 ];
+    ]],[[
+      bad_t1 dummy1;
+      bad_t2 dummy2;
+    ]])
+  ],[
+    tst_compiler_check_two_works="no"
+  ],[
+    tst_compiler_check_two_works="yes"
+  ])
+  if test "$tst_compiler_check_one_works" = "yes" &&
+    test "$tst_compiler_check_two_works" = "yes"; then
+    AC_MSG_RESULT([yes])
+  else
+    AC_MSG_RESULT([no])
+    AC_MSG_ERROR([compiler fails struct member size checking.])
+  fi
+])
+
+
+dnl CARES_CHECK_COMPILER_SYMBOL_HIDING
+dnl -------------------------------------------------
+dnl Verify if compiler supports hiding library internal symbols, setting
+dnl shell variable supports_symbol_hiding value as appropriate, as well as
+dnl variables symbol_hiding_CFLAGS and symbol_hiding_EXTERN when supported.
+
+AC_DEFUN([CARES_CHECK_COMPILER_SYMBOL_HIDING], [
+  AC_REQUIRE([CARES_CHECK_COMPILER])dnl
+  AC_BEFORE([$0],[CARES_CONFIGURE_SYMBOL_HIDING])dnl
+  AC_MSG_CHECKING([if compiler supports hiding library internal symbols])
+  supports_symbol_hiding="no"
+  symbol_hiding_CFLAGS=""
+  symbol_hiding_EXTERN=""
+  tmp_CFLAGS=""
+  tmp_EXTERN=""
+  case "$compiler_id" in
+    CLANG)
+      dnl All versions of clang support -fvisibility=
+      tmp_EXTERN="__attribute__ ((visibility (\"default\")))"
+      tmp_CFLAGS="-fvisibility=hidden"
+      supports_symbol_hiding="yes"
+      ;;
+    GNU_C)
+      dnl Only gcc 3.4 or later
+      if test "$compiler_num" -ge "304"; then
+        if $CC --help --verbose 2>&1 | grep fvisibility= > /dev/null ; then
+          tmp_EXTERN="__attribute__ ((visibility (\"default\")))"
+          tmp_CFLAGS="-fvisibility=hidden"
+          supports_symbol_hiding="yes"
+        fi
+      fi
+      ;;
+    INTEL_UNIX_C)
+      dnl Only icc 9.0 or later
+      if test "$compiler_num" -ge "900"; then
+        if $CC --help --verbose 2>&1 | grep fvisibility= > /dev/null ; then
+          tmp_save_CFLAGS="$CFLAGS"
+          CFLAGS="$CFLAGS -fvisibility=hidden"
+          AC_LINK_IFELSE([
+            AC_LANG_PROGRAM([[
+#             include <stdio.h>
+            ]],[[
+              printf("icc fvisibility bug test");
+            ]])
+          ],[
+            tmp_EXTERN="__attribute__ ((visibility (\"default\")))"
+            tmp_CFLAGS="-fvisibility=hidden"
+            supports_symbol_hiding="yes"
+          ])
+          CFLAGS="$tmp_save_CFLAGS"
+        fi
+      fi
+      ;;
+    SUNPRO_C)
+      if $CC 2>&1 | grep flags >/dev/null && $CC -flags | grep xldscope= >/dev/null ; then
+        tmp_EXTERN="__global"
+        tmp_CFLAGS="-xldscope=hidden"
+        supports_symbol_hiding="yes"
+      fi
+      ;;
+  esac
+  if test "$supports_symbol_hiding" = "yes"; then
+    tmp_save_CFLAGS="$CFLAGS"
+    CFLAGS="$tmp_save_CFLAGS $tmp_CFLAGS"
+    squeeze CFLAGS
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $tmp_EXTERN char *dummy(char *buff);
+        char *dummy(char *buff)
+        {
+         if(buff)
+           return ++buff;
+         else
+           return buff;
+        }
+      ]],[[
+        char b[16];
+        char *r = dummy(&b);
+        if(r)
+          return (int)*r;
+      ]])
+    ],[
+      supports_symbol_hiding="yes"
+    ],[
+      supports_symbol_hiding="no"
+      echo " " >&6
+      sed 's/^/cc-src: /' conftest.$ac_ext >&6
+      sed 's/^/cc-err: /' conftest.err >&6
+      echo " " >&6
+    ])
+    CFLAGS="$tmp_save_CFLAGS"
+  fi
+  if test "$supports_symbol_hiding" = "yes"; then
+    AC_MSG_RESULT([yes])
+    symbol_hiding_CFLAGS="$tmp_CFLAGS"
+    symbol_hiding_EXTERN="$tmp_EXTERN"
+  else
+    AC_MSG_RESULT([no])
+  fi
+])
+
+
+dnl CARES_VAR_MATCH (VARNAME, VALUE)
+dnl -------------------------------------------------
+dnl Verifies if shell variable VARNAME contains VALUE.
+dnl Contents of variable VARNAME and VALUE are handled
+dnl as whitespace separated lists of words. If at least
+dnl one word of VALUE is present in VARNAME the match
+dnl is considered positive, otherwise false.
+
+AC_DEFUN([CARES_VAR_MATCH], [
+  ac_var_match_word="no"
+  for word1 in $[$1]; do
+    for word2 in [$2]; do
+      if test "$word1" = "$word2"; then
+        ac_var_match_word="yes"
+      fi
+    done
+  done
+])
+
+
+dnl CARES_VAR_MATCH_IFELSE (VARNAME, VALUE,
+dnl                        [ACTION-IF-MATCH], [ACTION-IF-NOT-MATCH])
+dnl -------------------------------------------------
+dnl This performs a CURL_VAR_MATCH check and executes
+dnl first branch if the match is positive, otherwise
+dnl the second branch is executed.
+
+AC_DEFUN([CARES_VAR_MATCH_IFELSE], [
+  CARES_VAR_MATCH([$1],[$2])
+  if test "$ac_var_match_word" = "yes"; then
+  ifelse($3,,:,[$3])
+  ifelse($4,,,[else
+    $4])
+  fi
+])
+
+
+dnl CARES_VAR_STRIP (VARNAME, VALUE)
+dnl -------------------------------------------------
+dnl Contents of variable VARNAME and VALUE are handled
+dnl as whitespace separated lists of words. Each word
+dnl from VALUE is removed from VARNAME when present.
+
+AC_DEFUN([CARES_VAR_STRIP], [
+  AC_REQUIRE([CARES_SHFUNC_SQUEEZE])dnl
+  ac_var_stripped=""
+  for word1 in $[$1]; do
+    ac_var_strip_word="no"
+    for word2 in [$2]; do
+      if test "$word1" = "$word2"; then
+        ac_var_strip_word="yes"
+      fi
+    done
+    if test "$ac_var_strip_word" = "no"; then
+      ac_var_stripped="$ac_var_stripped $word1"
+    fi
+  done
+  dnl squeeze whitespace out of result
+  [$1]="$ac_var_stripped"
+  squeeze [$1]
+])
+
blob - /dev/null
blob + f2ab45fa965bb211a8ebe64c5c2efb4286292a3e (mode 644)
--- /dev/null
+++ src/c-ares/m4/cares-confopts.m4
@@ -0,0 +1,352 @@
+#***************************************************************************
+# $Id$
+#
+# Copyright (C) 2008 - 2010 by Daniel Stenberg et al
+#
+# Permission to use, copy, modify, and distribute this software and its
+# documentation for any purpose and without fee is hereby granted, provided
+# that the above copyright notice appear in all copies and that both that
+# copyright notice and this permission notice appear in supporting
+# documentation, and that the name of M.I.T. not be used in advertising or
+# publicity pertaining to distribution of the software without specific,
+# written prior permission.  M.I.T. makes no representations about the
+# suitability of this software for any purpose.  It is provided "as is"
+# without express or implied warranty.
+#
+#***************************************************************************
+
+# File version for 'aclocal' use. Keep it a single number.
+# serial 9
+
+
+dnl CARES_CHECK_OPTION_CURLDEBUG
+dnl -------------------------------------------------
+dnl Verify if configure has been invoked with option
+dnl --enable-curldebug or --disable-curldebug, and set
+dnl shell variable want_curldebug value as appropriate.
+
+AC_DEFUN([CARES_CHECK_OPTION_CURLDEBUG], [
+  AC_BEFORE([$0],[CARES_CHECK_CURLDEBUG])dnl
+  AC_MSG_CHECKING([whether to enable curl debug memory tracking])
+  OPT_CURLDEBUG_BUILD="default"
+  AC_ARG_ENABLE(curldebug,
+AC_HELP_STRING([--enable-curldebug],[Enable curl debug memory tracking])
+AC_HELP_STRING([--disable-curldebug],[Disable curl debug memory tracking]),
+  OPT_CURLDEBUG_BUILD=$enableval)
+  case "$OPT_CURLDEBUG_BUILD" in
+    no)
+      dnl --disable-curldebug option used
+      want_curldebug="no"
+      ;;
+    default)
+      dnl configure option not specified
+      want_curldebug="no"
+      ;;
+    *)
+      dnl --enable-curldebug option used.
+      dnl The use of this option value is a request to enable curl's
+      dnl debug memory tracking for the c-ares library. This is a big
+      dnl hack that can only be done when a whole bunch of requisites
+      dnl are simultaneously satisfied. Later on, these requisites are
+      dnl verified and if they are not fully satisfied the option will
+      dnl be ignored and act as if --disable-curldebug had been given
+      dnl setting shell variable want_curldebug to 'no'.
+      want_curldebug="yes"
+      ;;
+  esac
+  AC_MSG_RESULT([$want_curldebug])
+])
+
+
+dnl CARES_CHECK_OPTION_DEBUG
+dnl -------------------------------------------------
+dnl Verify if configure has been invoked with option
+dnl --enable-debug or --disable-debug, and set shell
+dnl variable want_debug value as appropriate.
+
+AC_DEFUN([CARES_CHECK_OPTION_DEBUG], [
+  AC_BEFORE([$0],[CARES_CHECK_OPTION_WARNINGS])dnl
+  AC_BEFORE([$0],[CARES_CHECK_OPTION_CURLDEBUG])dnl
+  AC_BEFORE([$0],[CARES_CHECK_PROG_CC])dnl
+  AC_MSG_CHECKING([whether to enable debug build options])
+  OPT_DEBUG_BUILD="default"
+  AC_ARG_ENABLE(debug,
+AC_HELP_STRING([--enable-debug],[Enable debug build options])
+AC_HELP_STRING([--disable-debug],[Disable debug build options]),
+  OPT_DEBUG_BUILD=$enableval)
+  case "$OPT_DEBUG_BUILD" in
+    no)
+      dnl --disable-debug option used
+      want_debug="no"
+      ;;
+    default)
+      dnl configure option not specified
+      want_debug="no"
+      ;;
+    *)
+      dnl --enable-debug option used
+      want_debug="yes"
+      ;;
+  esac
+  AC_MSG_RESULT([$want_debug])
+])
+
+
+dnl CARES_CHECK_OPTION_NONBLOCKING
+dnl -------------------------------------------------
+dnl Verify if configure has been invoked with option
+dnl --enable-nonblocking or --disable-nonblocking, and
+dnl set shell variable want_nonblocking as appropriate.
+
+AC_DEFUN([CARES_CHECK_OPTION_NONBLOCKING], [
+  AC_BEFORE([$0],[CARES_CHECK_NONBLOCKING_SOCKET])dnl
+  AC_MSG_CHECKING([whether to enable non-blocking communications])
+  OPT_NONBLOCKING="default"
+  AC_ARG_ENABLE(nonblocking,
+AC_HELP_STRING([--enable-nonblocking],[Enable non-blocking communications])
+AC_HELP_STRING([--disable-nonblocking],[Disable non-blocking communications]),
+  OPT_NONBLOCKING=$enableval)
+  case "$OPT_NONBLOCKING" in
+    no)
+      dnl --disable-nonblocking option used
+      want_nonblocking="no"
+      ;;
+    default)
+      dnl configure option not specified
+      want_nonblocking="yes"
+      ;;
+    *)
+      dnl --enable-nonblocking option used
+      want_nonblocking="yes"
+      ;;
+  esac
+  AC_MSG_RESULT([$want_nonblocking])
+])
+
+
+dnl CARES_CHECK_OPTION_OPTIMIZE
+dnl -------------------------------------------------
+dnl Verify if configure has been invoked with option
+dnl --enable-optimize or --disable-optimize, and set
+dnl shell variable want_optimize value as appropriate.
+
+AC_DEFUN([CARES_CHECK_OPTION_OPTIMIZE], [
+  AC_REQUIRE([CARES_CHECK_OPTION_DEBUG])dnl
+  AC_BEFORE([$0],[CARES_CHECK_PROG_CC])dnl
+  AC_MSG_CHECKING([whether to enable compiler optimizer])
+  OPT_COMPILER_OPTIMIZE="default"
+  AC_ARG_ENABLE(optimize,
+AC_HELP_STRING([--enable-optimize(=OPT)],[Enable compiler optimizations (default=-O2)])
+AC_HELP_STRING([--disable-optimize],[Disable compiler optimizations]),
+  OPT_COMPILER_OPTIMIZE=$enableval)
+  case "$OPT_COMPILER_OPTIMIZE" in
+    no)
+      dnl --disable-optimize option used. We will handle this as
+      dnl a request to disable compiler optimizations if possible.
+      dnl If the compiler is known CFLAGS and CPPFLAGS will be
+      dnl overridden, otherwise this can not be honored.
+      want_optimize="no"
+      AC_MSG_RESULT([no])
+      ;;
+    default)
+      dnl configure's optimize option not specified. Initially we will
+      dnl handle this as a a request contrary to configure's setting
+      dnl for --enable-debug. IOW, initially, for debug-enabled builds
+      dnl this will be handled as a request to disable optimizations if
+      dnl possible, and for debug-disabled builds this will be handled
+      dnl initially as a request to enable optimizations if possible.
+      dnl Finally, if the compiler is known and CFLAGS and CPPFLAGS do
+      dnl not have any optimizer flag the request will be honored, in
+      dnl any other case the request can not be honored.
+      dnl IOW, existing optimizer flags defined in CFLAGS or CPPFLAGS
+      dnl will always take precedence over any initial assumption.
+      if test "$want_debug" = "yes"; then
+        want_optimize="assume_no"
+        AC_MSG_RESULT([not specified (assuming no)])
+      else
+        want_optimize="assume_yes"
+        AC_MSG_RESULT([not specified (assuming yes)])
+      fi
+      ;;
+    *)
+      dnl --enable-optimize option used. We will handle this as
+      dnl a request to enable compiler optimizations if possible.
+      dnl If the compiler is known CFLAGS and CPPFLAGS will be
+      dnl overridden, otherwise this can not be honored.
+      want_optimize="yes"
+      AC_MSG_RESULT([yes])
+      ;;
+  esac
+])
+
+
+dnl CARES_CHECK_OPTION_SYMBOL_HIDING
+dnl -------------------------------------------------
+dnl Verify if configure has been invoked with option
+dnl --enable-symbol-hiding or --disable-symbol-hiding,
+dnl setting shell variable want_symbol_hiding value.
+
+AC_DEFUN([CARES_CHECK_OPTION_SYMBOL_HIDING], [
+  AC_BEFORE([$0],[CARES_CHECK_COMPILER_SYMBOL_HIDING])dnl
+  AC_MSG_CHECKING([whether to enable hiding of library internal symbols])
+  OPT_SYMBOL_HIDING="default"
+  AC_ARG_ENABLE(symbol-hiding,
+AC_HELP_STRING([--enable-symbol-hiding],[Enable hiding of library internal symbols])
+AC_HELP_STRING([--disable-symbol-hiding],[Disable hiding of library internal symbols]),
+  OPT_SYMBOL_HIDING=$enableval)
+  case "$OPT_SYMBOL_HIDING" in
+    no)
+      dnl --disable-symbol-hiding option used.
+      dnl This is an indication to not attempt hiding of library internal
+      dnl symbols. Default symbol visibility will be used, which normally
+      dnl exposes all library internal symbols.
+      want_symbol_hiding="no"
+      AC_MSG_RESULT([no])
+      ;;
+    default)
+      dnl configure's symbol-hiding option not specified.
+      dnl Handle this as if --enable-symbol-hiding option was given.
+      want_symbol_hiding="yes"
+      AC_MSG_RESULT([yes])
+      ;;
+    *)
+      dnl --enable-symbol-hiding option used.
+      dnl This is an indication to attempt hiding of library internal
+      dnl symbols. This is only supported on some compilers/linkers.
+      want_symbol_hiding="yes"
+      AC_MSG_RESULT([yes])
+      ;;
+  esac
+])
+
+
+dnl CARES_CHECK_OPTION_WARNINGS
+dnl -------------------------------------------------
+dnl Verify if configure has been invoked with option
+dnl --enable-warnings or --disable-warnings, and set
+dnl shell variable want_warnings as appropriate.
+
+AC_DEFUN([CARES_CHECK_OPTION_WARNINGS], [
+  AC_REQUIRE([CARES_CHECK_OPTION_DEBUG])dnl
+  AC_BEFORE([$0],[CARES_CHECK_OPTION_WERROR])dnl
+  AC_BEFORE([$0],[CARES_CHECK_PROG_CC])dnl
+  AC_MSG_CHECKING([whether to enable strict compiler warnings])
+  OPT_COMPILER_WARNINGS="default"
+  AC_ARG_ENABLE(warnings,
+AC_HELP_STRING([--enable-warnings],[Enable strict compiler warnings])
+AC_HELP_STRING([--disable-warnings],[Disable strict compiler warnings]),
+  OPT_COMPILER_WARNINGS=$enableval)
+  case "$OPT_COMPILER_WARNINGS" in
+    no)
+      dnl --disable-warnings option used
+      want_warnings="no"
+      ;;
+    default)
+      dnl configure option not specified, so
+      dnl use same setting as --enable-debug
+      want_warnings="$want_debug"
+      ;;
+    *)
+      dnl --enable-warnings option used
+      want_warnings="yes"
+      ;;
+  esac
+  AC_MSG_RESULT([$want_warnings])
+])
+
+dnl CARES_CHECK_OPTION_WERROR
+dnl -------------------------------------------------
+dnl Verify if configure has been invoked with option
+dnl --enable-werror or --disable-werror, and set
+dnl shell variable want_werror as appropriate.
+
+AC_DEFUN([CARES_CHECK_OPTION_WERROR], [
+  AC_BEFORE([$0],[CARES_CHECK_COMPILER])dnl
+  AC_MSG_CHECKING([whether to enable compiler warnings as errors])
+  OPT_COMPILER_WERROR="default"
+  AC_ARG_ENABLE(werror,
+AC_HELP_STRING([--enable-werror],[Enable compiler warnings as errors])
+AC_HELP_STRING([--disable-werror],[Disable compiler warnings as errors]),
+  OPT_COMPILER_WERROR=$enableval)
+  case "$OPT_COMPILER_WERROR" in
+    no)
+      dnl --disable-werror option used
+      want_werror="no"
+      ;;
+    default)
+      dnl configure option not specified
+      want_werror="no"
+      ;;
+    *)
+      dnl --enable-werror option used
+      want_werror="yes"
+      ;;
+  esac
+  AC_MSG_RESULT([$want_werror])
+])
+
+
+dnl CARES_CHECK_NONBLOCKING_SOCKET
+dnl -------------------------------------------------
+dnl Check for how to set a socket into non-blocking state.
+
+AC_DEFUN([CARES_CHECK_NONBLOCKING_SOCKET], [
+  AC_REQUIRE([CARES_CHECK_OPTION_NONBLOCKING])dnl
+  AC_REQUIRE([CARES_CHECK_FUNC_FCNTL])dnl
+  AC_REQUIRE([CARES_CHECK_FUNC_IOCTL])dnl
+  AC_REQUIRE([CARES_CHECK_FUNC_IOCTLSOCKET])dnl
+  AC_REQUIRE([CARES_CHECK_FUNC_IOCTLSOCKET_CAMEL])dnl
+  AC_REQUIRE([CARES_CHECK_FUNC_SETSOCKOPT])dnl
+  #
+  tst_method="unknown"
+  if test "$want_nonblocking" = "yes"; then
+    AC_MSG_CHECKING([how to set a socket into non-blocking mode])
+    if test "x$ac_cv_func_fcntl_o_nonblock" = "xyes"; then
+      tst_method="fcntl O_NONBLOCK"
+    elif test "x$ac_cv_func_ioctl_fionbio" = "xyes"; then
+      tst_method="ioctl FIONBIO"
+    elif test "x$ac_cv_func_ioctlsocket_fionbio" = "xyes"; then
+      tst_method="ioctlsocket FIONBIO"
+    elif test "x$ac_cv_func_ioctlsocket_camel_fionbio" = "xyes"; then
+      tst_method="IoctlSocket FIONBIO"
+    elif test "x$ac_cv_func_setsockopt_so_nonblock" = "xyes"; then
+      tst_method="setsockopt SO_NONBLOCK"
+    fi
+    AC_MSG_RESULT([$tst_method])
+    if test "$tst_method" = "unknown"; then
+      AC_MSG_WARN([cannot determine non-blocking socket method.])
+    fi
+  fi
+  if test "$tst_method" = "unknown"; then
+    AC_DEFINE_UNQUOTED(USE_BLOCKING_SOCKETS, 1,
+      [Define to disable non-blocking sockets.])
+    AC_MSG_WARN([non-blocking sockets disabled.])
+  fi
+])
+
+
+dnl CARES_CONFIGURE_SYMBOL_HIDING
+dnl -------------------------------------------------
+dnl Depending on --enable-symbol-hiding or --disable-symbol-hiding
+dnl configure option, and compiler capability to actually honor such
+dnl option, this will modify compiler flags as appropriate and also
+dnl provide needed definitions for configuration file.
+dnl This macro should not be used until all compilation tests have
+dnl been done to prevent interferences on other tests.
+
+AC_DEFUN([CARES_CONFIGURE_SYMBOL_HIDING], [
+  AC_MSG_CHECKING([whether hiding of library internal symbols will actually happen])
+  if test x"$ac_cv_native_windows" != "xyes" &&
+    test "$want_symbol_hiding" = "yes" &&
+    test "$supports_symbol_hiding" = "yes"; then
+    CFLAGS="$CFLAGS $symbol_hiding_CFLAGS"
+    AC_DEFINE_UNQUOTED(CARES_SYMBOL_HIDING, 1,
+      [Define to 1 to enable hiding of library internal symbols.])
+    AC_DEFINE_UNQUOTED(CARES_SYMBOL_SCOPE_EXTERN, $symbol_hiding_EXTERN,
+      [Definition to make a library symbol externally visible.])
+    AC_MSG_RESULT([yes])
+  else
+    AC_MSG_RESULT([no])
+  fi
+])
+
blob - /dev/null
blob + f847788385abc6d278bce12d329ad8ad71b1dabd (mode 644)
--- /dev/null
+++ src/c-ares/m4/cares-functions.m4
@@ -0,0 +1,3235 @@
+#***************************************************************************
+# $Id$
+#
+# Copyright (C) 2008 - 2009 by Daniel Stenberg et al
+#
+# Permission to use, copy, modify, and distribute this software and its
+# documentation for any purpose and without fee is hereby granted, provided
+# that the above copyright notice appear in all copies and that both that
+# copyright notice and this permission notice appear in supporting
+# documentation, and that the name of M.I.T. not be used in advertising or
+# publicity pertaining to distribution of the software without specific,
+# written prior permission.  M.I.T. makes no representations about the
+# suitability of this software for any purpose.  It is provided "as is"
+# without express or implied warranty.
+#
+#***************************************************************************
+
+# File version for 'aclocal' use. Keep it a single number.
+# serial 39
+
+
+dnl CARES_INCLUDES_ARPA_INET
+dnl -------------------------------------------------
+dnl Set up variable with list of headers that must be
+dnl included when arpa/inet.h is to be included.
+
+AC_DEFUN([CARES_INCLUDES_ARPA_INET], [
+cares_includes_arpa_inet="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>
+#endif
+#ifdef HAVE_ARPA_INET_H
+#  include <arpa/inet.h>
+#endif
+/* includes end */"
+  AC_CHECK_HEADERS(
+    sys/types.h sys/socket.h netinet/in.h arpa/inet.h,
+    [], [], [$cares_includes_arpa_inet])
+])
+
+
+dnl CARES_INCLUDES_FCNTL
+dnl -------------------------------------------------
+dnl Set up variable with list of headers that must be
+dnl included when fcntl.h is to be included.
+
+AC_DEFUN([CARES_INCLUDES_FCNTL], [
+cares_includes_fcntl="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_UNISTD_H
+#  include <unistd.h>
+#endif
+#ifdef HAVE_FCNTL_H
+#  include <fcntl.h>
+#endif
+/* includes end */"
+  AC_CHECK_HEADERS(
+    sys/types.h unistd.h fcntl.h,
+    [], [], [$cares_includes_fcntl])
+])
+
+
+dnl CARES_INCLUDES_NETDB
+dnl -------------------------------------------------
+dnl Set up variable with list of headers that must be
+dnl included when netdb.h is to be included.
+
+AC_DEFUN([CARES_INCLUDES_NETDB], [
+cares_includes_netdb="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif
+/* includes end */"
+  AC_CHECK_HEADERS(
+    sys/types.h netdb.h,
+    [], [], [$cares_includes_netdb])
+])
+
+
+dnl CARES_INCLUDES_SOCKET
+dnl -------------------------------------------------
+dnl Set up variable with list of headers that must be
+dnl included when socket.h is to be included.
+
+AC_DEFUN([CARES_INCLUDES_SOCKET], [
+cares_includes_socket="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_SOCKET_H
+#  include <socket.h>
+#endif
+/* includes end */"
+  AC_CHECK_HEADERS(
+    sys/types.h socket.h,
+    [], [], [$cares_includes_socket])
+])
+
+
+dnl CARES_INCLUDES_STDLIB
+dnl -------------------------------------------------
+dnl Set up variable with list of headers that must be
+dnl included when stdlib.h is to be included.
+
+AC_DEFUN([CARES_INCLUDES_STDLIB], [
+cares_includes_stdlib="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_STDLIB_H
+#  include <stdlib.h>
+#endif
+/* includes end */"
+  AC_CHECK_HEADERS(
+    sys/types.h stdlib.h,
+    [], [], [$cares_includes_stdlib])
+])
+
+
+dnl CARES_INCLUDES_STRING
+dnl -------------------------------------------------
+dnl Set up variable with list of headers that must be
+dnl included when string(s).h is to be included.
+
+AC_DEFUN([CARES_INCLUDES_STRING], [
+cares_includes_string="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_STRING_H
+#  include <string.h>
+#endif
+#ifdef HAVE_STRINGS_H
+#  include <strings.h>
+#endif
+/* includes end */"
+  AC_CHECK_HEADERS(
+    sys/types.h string.h strings.h,
+    [], [], [$cares_includes_string])
+])
+
+
+dnl CARES_INCLUDES_STROPTS
+dnl -------------------------------------------------
+dnl Set up variable with list of headers that must be
+dnl included when stropts.h is to be included.
+
+AC_DEFUN([CARES_INCLUDES_STROPTS], [
+cares_includes_stropts="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_UNISTD_H
+#  include <unistd.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+#ifdef HAVE_SYS_IOCTL_H
+#  include <sys/ioctl.h>
+#endif
+#ifdef HAVE_STROPTS_H
+#  include <stropts.h>
+#endif
+/* includes end */"
+  AC_CHECK_HEADERS(
+    sys/types.h unistd.h sys/socket.h sys/ioctl.h stropts.h,
+    [], [], [$cares_includes_stropts])
+])
+
+
+dnl CARES_INCLUDES_SYS_SOCKET
+dnl -------------------------------------------------
+dnl Set up variable with list of headers that must be
+dnl included when sys/socket.h is to be included.
+
+AC_DEFUN([CARES_INCLUDES_SYS_SOCKET], [
+cares_includes_sys_socket="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#  include <sys/socket.h>
+#endif
+/* includes end */"
+  AC_CHECK_HEADERS(
+    sys/types.h sys/socket.h,
+    [], [], [$cares_includes_sys_socket])
+])
+
+
+dnl CARES_INCLUDES_SYS_TYPES
+dnl -------------------------------------------------
+dnl Set up variable with list of headers that must be
+dnl included when sys/types.h is to be included.
+
+AC_DEFUN([CARES_INCLUDES_SYS_TYPES], [
+cares_includes_sys_types="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+/* includes end */"
+  AC_CHECK_HEADERS(
+    sys/types.h,
+    [], [], [$cares_includes_sys_types])
+])
+
+
+dnl CARES_INCLUDES_SYS_UIO
+dnl -------------------------------------------------
+dnl Set up variable with list of headers that must be
+dnl included when sys/uio.h is to be included.
+
+AC_DEFUN([CARES_INCLUDES_SYS_UIO], [
+cares_includes_sys_uio="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_UIO_H
+#  include <sys/uio.h>
+#endif
+/* includes end */"
+  AC_CHECK_HEADERS(
+    sys/types.h sys/uio.h,
+    [], [], [$cares_includes_sys_uio])
+])
+
+
+dnl CARES_INCLUDES_UNISTD
+dnl -------------------------------------------------
+dnl Set up variable with list of headers that must be
+dnl included when unistd.h is to be included.
+
+AC_DEFUN([CARES_INCLUDES_UNISTD], [
+cares_includes_unistd="\
+/* includes start */
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_UNISTD_H
+#  include <unistd.h>
+#endif
+/* includes end */"
+  AC_CHECK_HEADERS(
+    sys/types.h unistd.h,
+    [], [], [$cares_includes_unistd])
+])
+
+
+dnl CARES_INCLUDES_WINSOCK2
+dnl -------------------------------------------------
+dnl Set up variable with list of headers that must be
+dnl included when winsock(2).h is to be included.
+
+AC_DEFUN([CARES_INCLUDES_WINSOCK2], [
+cares_includes_winsock2="\
+/* includes start */
+#ifdef HAVE_WINDOWS_H
+#  ifndef WIN32_LEAN_AND_MEAN
+#    define WIN32_LEAN_AND_MEAN
+#  endif
+#  include <windows.h>
+#  ifdef HAVE_WINSOCK2_H
+#    include <winsock2.h>
+#  else
+#    ifdef HAVE_WINSOCK_H
+#      include <winsock.h>
+#    endif
+#  endif
+#endif
+/* includes end */"
+  CURL_CHECK_HEADER_WINDOWS
+  CURL_CHECK_HEADER_WINSOCK
+  CURL_CHECK_HEADER_WINSOCK2
+])
+
+
+dnl CARES_INCLUDES_WS2TCPIP
+dnl -------------------------------------------------
+dnl Set up variable with list of headers that must be
+dnl included when ws2tcpip.h is to be included.
+
+AC_DEFUN([CARES_INCLUDES_WS2TCPIP], [
+cares_includes_ws2tcpip="\
+/* includes start */
+#ifdef HAVE_WINDOWS_H
+#  ifndef WIN32_LEAN_AND_MEAN
+#    define WIN32_LEAN_AND_MEAN
+#  endif
+#  include <windows.h>
+#  ifdef HAVE_WINSOCK2_H
+#    include <winsock2.h>
+#    ifdef HAVE_WS2TCPIP_H
+#       include <ws2tcpip.h>
+#    endif
+#  endif
+#endif
+/* includes end */"
+  CURL_CHECK_HEADER_WINDOWS
+  CURL_CHECK_HEADER_WINSOCK2
+  CURL_CHECK_HEADER_WS2TCPIP
+])
+
+
+dnl CARES_PREPROCESS_CALLCONV
+dnl -------------------------------------------------
+dnl Set up variable with a preprocessor block which
+dnl defines function calling convention.
+
+AC_DEFUN([CARES_PREPROCESS_CALLCONV], [
+cares_preprocess_callconv="\
+/* preprocess start */
+#ifdef HAVE_WINDOWS_H
+#  define FUNCALLCONV __stdcall
+#else
+#  define FUNCALLCONV
+#endif
+/* preprocess end */"
+])
+
+
+dnl CARES_CHECK_FUNC_CLOSESOCKET
+dnl -------------------------------------------------
+dnl Verify if closesocket is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_closesocket, then
+dnl HAVE_CLOSESOCKET will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_CLOSESOCKET], [
+  AC_REQUIRE([CARES_INCLUDES_WINSOCK2])dnl
+  AC_REQUIRE([CARES_INCLUDES_SOCKET])dnl
+  #
+  tst_links_closesocket="unknown"
+  tst_proto_closesocket="unknown"
+  tst_compi_closesocket="unknown"
+  tst_allow_closesocket="unknown"
+  #
+  AC_MSG_CHECKING([if closesocket can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+      $cares_includes_winsock2
+      $cares_includes_socket
+    ]],[[
+      if(0 != closesocket(0))
+        return 1;
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_closesocket="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_closesocket="no"
+  ])
+  #
+  if test "$tst_links_closesocket" = "yes"; then
+    AC_MSG_CHECKING([if closesocket is prototyped])
+    AC_EGREP_CPP([closesocket],[
+      $cares_includes_winsock2
+      $cares_includes_socket
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_closesocket="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_closesocket="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_closesocket" = "yes"; then
+    AC_MSG_CHECKING([if closesocket is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_winsock2
+        $cares_includes_socket
+      ]],[[
+        if(0 != closesocket(0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_closesocket="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_closesocket="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_closesocket" = "yes"; then
+    AC_MSG_CHECKING([if closesocket usage allowed])
+    if test "x$cares_disallow_closesocket" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_closesocket="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_closesocket="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if closesocket might be used])
+  if test "$tst_links_closesocket" = "yes" &&
+     test "$tst_proto_closesocket" = "yes" &&
+     test "$tst_compi_closesocket" = "yes" &&
+     test "$tst_allow_closesocket" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_CLOSESOCKET, 1,
+      [Define to 1 if you have the closesocket function.])
+    ac_cv_func_closesocket="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_closesocket="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_CLOSESOCKET_CAMEL
+dnl -------------------------------------------------
+dnl Verify if CloseSocket is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_closesocket_camel,
+dnl then HAVE_CLOSESOCKET_CAMEL will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_CLOSESOCKET_CAMEL], [
+  AC_REQUIRE([CARES_INCLUDES_SYS_SOCKET])dnl
+  #
+  tst_links_closesocket_camel="unknown"
+  tst_proto_closesocket_camel="unknown"
+  tst_compi_closesocket_camel="unknown"
+  tst_allow_closesocket_camel="unknown"
+  #
+  AC_MSG_CHECKING([if CloseSocket can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+      $cares_includes_sys_socket
+    ]],[[
+      if(0 != CloseSocket(0))
+        return 1;
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_closesocket_camel="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_closesocket_camel="no"
+  ])
+  #
+  if test "$tst_links_closesocket_camel" = "yes"; then
+    AC_MSG_CHECKING([if CloseSocket is prototyped])
+    AC_EGREP_CPP([CloseSocket],[
+      $cares_includes_sys_socket
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_closesocket_camel="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_closesocket_camel="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_closesocket_camel" = "yes"; then
+    AC_MSG_CHECKING([if CloseSocket is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_sys_socket
+      ]],[[
+        if(0 != CloseSocket(0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_closesocket_camel="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_closesocket_camel="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_closesocket_camel" = "yes"; then
+    AC_MSG_CHECKING([if CloseSocket usage allowed])
+    if test "x$cares_disallow_closesocket_camel" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_closesocket_camel="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_closesocket_camel="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if CloseSocket might be used])
+  if test "$tst_links_closesocket_camel" = "yes" &&
+     test "$tst_proto_closesocket_camel" = "yes" &&
+     test "$tst_compi_closesocket_camel" = "yes" &&
+     test "$tst_allow_closesocket_camel" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_CLOSESOCKET_CAMEL, 1,
+      [Define to 1 if you have the CloseSocket camel case function.])
+    ac_cv_func_closesocket_camel="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_closesocket_camel="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_CONNECT
+dnl -------------------------------------------------
+dnl Verify if connect is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_connect, then
+dnl HAVE_CONNECT will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_CONNECT], [
+  AC_REQUIRE([CARES_INCLUDES_WINSOCK2])dnl
+  AC_REQUIRE([CARES_INCLUDES_SYS_SOCKET])dnl
+  AC_REQUIRE([CARES_INCLUDES_SOCKET])dnl
+  #
+  tst_links_connect="unknown"
+  tst_proto_connect="unknown"
+  tst_compi_connect="unknown"
+  tst_allow_connect="unknown"
+  #
+  AC_MSG_CHECKING([if connect can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+      $cares_includes_winsock2
+      $cares_includes_sys_socket
+      $cares_includes_socket
+    ]],[[
+      if(0 != connect(0, 0, 0))
+        return 1;
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_connect="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_connect="no"
+  ])
+  #
+  if test "$tst_links_connect" = "yes"; then
+    AC_MSG_CHECKING([if connect is prototyped])
+    AC_EGREP_CPP([connect],[
+      $cares_includes_winsock2
+      $cares_includes_sys_socket
+      $cares_includes_socket
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_connect="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_connect="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_connect" = "yes"; then
+    AC_MSG_CHECKING([if connect is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_winsock2
+        $cares_includes_sys_socket
+        $cares_includes_socket
+      ]],[[
+        if(0 != connect(0, 0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_connect="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_connect="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_connect" = "yes"; then
+    AC_MSG_CHECKING([if connect usage allowed])
+    if test "x$cares_disallow_connect" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_connect="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_connect="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if connect might be used])
+  if test "$tst_links_connect" = "yes" &&
+     test "$tst_proto_connect" = "yes" &&
+     test "$tst_compi_connect" = "yes" &&
+     test "$tst_allow_connect" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_CONNECT, 1,
+      [Define to 1 if you have the connect function.])
+    ac_cv_func_connect="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_connect="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_FCNTL
+dnl -------------------------------------------------
+dnl Verify if fcntl is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_fcntl, then
+dnl HAVE_FCNTL will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_FCNTL], [
+  AC_REQUIRE([CARES_INCLUDES_FCNTL])dnl
+  #
+  tst_links_fcntl="unknown"
+  tst_proto_fcntl="unknown"
+  tst_compi_fcntl="unknown"
+  tst_allow_fcntl="unknown"
+  #
+  AC_MSG_CHECKING([if fcntl can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([fcntl])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_fcntl="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_fcntl="no"
+  ])
+  #
+  if test "$tst_links_fcntl" = "yes"; then
+    AC_MSG_CHECKING([if fcntl is prototyped])
+    AC_EGREP_CPP([fcntl],[
+      $cares_includes_fcntl
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_fcntl="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_fcntl="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_fcntl" = "yes"; then
+    AC_MSG_CHECKING([if fcntl is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_fcntl
+      ]],[[
+        if(0 != fcntl(0, 0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_fcntl="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_fcntl="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_fcntl" = "yes"; then
+    AC_MSG_CHECKING([if fcntl usage allowed])
+    if test "x$cares_disallow_fcntl" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_fcntl="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_fcntl="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if fcntl might be used])
+  if test "$tst_links_fcntl" = "yes" &&
+     test "$tst_proto_fcntl" = "yes" &&
+     test "$tst_compi_fcntl" = "yes" &&
+     test "$tst_allow_fcntl" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_FCNTL, 1,
+      [Define to 1 if you have the fcntl function.])
+    ac_cv_func_fcntl="yes"
+    CARES_CHECK_FUNC_FCNTL_O_NONBLOCK
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_fcntl="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_FCNTL_O_NONBLOCK
+dnl -------------------------------------------------
+dnl Verify if fcntl with status flag O_NONBLOCK is
+dnl available, can be compiled, and seems to work. If
+dnl all of these are true, then HAVE_FCNTL_O_NONBLOCK
+dnl will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_FCNTL_O_NONBLOCK], [
+  #
+  tst_compi_fcntl_o_nonblock="unknown"
+  tst_allow_fcntl_o_nonblock="unknown"
+  #
+  case $host_os in
+    sunos4* | aix3* | beos*)
+      dnl O_NONBLOCK does not work on these platforms
+      cares_disallow_fcntl_o_nonblock="yes"
+      ;;
+  esac
+  #
+  if test "$ac_cv_func_fcntl" = "yes"; then
+    AC_MSG_CHECKING([if fcntl O_NONBLOCK is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_fcntl
+      ]],[[
+        int flags = 0;
+        if(0 != fcntl(0, F_SETFL, flags | O_NONBLOCK))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_fcntl_o_nonblock="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_fcntl_o_nonblock="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_fcntl_o_nonblock" = "yes"; then
+    AC_MSG_CHECKING([if fcntl O_NONBLOCK usage allowed])
+    if test "x$cares_disallow_fcntl_o_nonblock" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_fcntl_o_nonblock="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_fcntl_o_nonblock="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if fcntl O_NONBLOCK might be used])
+  if test "$tst_compi_fcntl_o_nonblock" = "yes" &&
+     test "$tst_allow_fcntl_o_nonblock" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_FCNTL_O_NONBLOCK, 1,
+      [Define to 1 if you have a working fcntl O_NONBLOCK function.])
+    ac_cv_func_fcntl_o_nonblock="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_fcntl_o_nonblock="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_FREEADDRINFO
+dnl -------------------------------------------------
+dnl Verify if freeaddrinfo is available, prototyped,
+dnl and can be compiled. If all of these are true,
+dnl and usage has not been previously disallowed with
+dnl shell variable cares_disallow_freeaddrinfo, then
+dnl HAVE_FREEADDRINFO will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_FREEADDRINFO], [
+  AC_REQUIRE([CARES_INCLUDES_WS2TCPIP])dnl
+  AC_REQUIRE([CARES_INCLUDES_SYS_SOCKET])dnl
+  AC_REQUIRE([CARES_INCLUDES_NETDB])dnl
+  #
+  tst_links_freeaddrinfo="unknown"
+  tst_proto_freeaddrinfo="unknown"
+  tst_compi_freeaddrinfo="unknown"
+  tst_allow_freeaddrinfo="unknown"
+  #
+  AC_MSG_CHECKING([if freeaddrinfo can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+      $cares_includes_ws2tcpip
+      $cares_includes_sys_socket
+      $cares_includes_netdb
+    ]],[[
+      freeaddrinfo(0);
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_freeaddrinfo="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_freeaddrinfo="no"
+  ])
+  #
+  if test "$tst_links_freeaddrinfo" = "yes"; then
+    AC_MSG_CHECKING([if freeaddrinfo is prototyped])
+    AC_EGREP_CPP([freeaddrinfo],[
+      $cares_includes_ws2tcpip
+      $cares_includes_sys_socket
+      $cares_includes_netdb
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_freeaddrinfo="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_freeaddrinfo="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_freeaddrinfo" = "yes"; then
+    AC_MSG_CHECKING([if freeaddrinfo is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_ws2tcpip
+        $cares_includes_sys_socket
+        $cares_includes_netdb
+      ]],[[
+        freeaddrinfo(0);
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_freeaddrinfo="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_freeaddrinfo="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_freeaddrinfo" = "yes"; then
+    AC_MSG_CHECKING([if freeaddrinfo usage allowed])
+    if test "x$cares_disallow_freeaddrinfo" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_freeaddrinfo="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_freeaddrinfo="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if freeaddrinfo might be used])
+  if test "$tst_links_freeaddrinfo" = "yes" &&
+     test "$tst_proto_freeaddrinfo" = "yes" &&
+     test "$tst_compi_freeaddrinfo" = "yes" &&
+     test "$tst_allow_freeaddrinfo" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_FREEADDRINFO, 1,
+      [Define to 1 if you have the freeaddrinfo function.])
+    ac_cv_func_freeaddrinfo="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_freeaddrinfo="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_GETADDRINFO
+dnl -------------------------------------------------
+dnl Verify if getaddrinfo is available, prototyped, can
+dnl be compiled and seems to work. If all of these are
+dnl true, and usage has not been previously disallowed
+dnl with shell variable cares_disallow_getaddrinfo, then
+dnl HAVE_GETADDRINFO will be defined. Additionally when
+dnl HAVE_GETADDRINFO gets defined this will also attempt
+dnl to find out if getaddrinfo happens to be threadsafe,
+dnl defining HAVE_GETADDRINFO_THREADSAFE when true.
+
+AC_DEFUN([CARES_CHECK_FUNC_GETADDRINFO], [
+  AC_REQUIRE([CARES_INCLUDES_WS2TCPIP])dnl
+  AC_REQUIRE([CARES_INCLUDES_STDLIB])dnl
+  AC_REQUIRE([CARES_INCLUDES_STRING])dnl
+  AC_REQUIRE([CARES_INCLUDES_SYS_SOCKET])dnl
+  AC_REQUIRE([CARES_INCLUDES_NETDB])dnl
+  #
+  tst_links_getaddrinfo="unknown"
+  tst_proto_getaddrinfo="unknown"
+  tst_compi_getaddrinfo="unknown"
+  tst_works_getaddrinfo="unknown"
+  tst_allow_getaddrinfo="unknown"
+  tst_tsafe_getaddrinfo="unknown"
+  #
+  AC_MSG_CHECKING([if getaddrinfo can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+      $cares_includes_ws2tcpip
+      $cares_includes_sys_socket
+      $cares_includes_netdb
+    ]],[[
+      if(0 != getaddrinfo(0, 0, 0, 0))
+        return 1;
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_getaddrinfo="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_getaddrinfo="no"
+  ])
+  #
+  if test "$tst_links_getaddrinfo" = "yes"; then
+    AC_MSG_CHECKING([if getaddrinfo is prototyped])
+    AC_EGREP_CPP([getaddrinfo],[
+      $cares_includes_ws2tcpip
+      $cares_includes_sys_socket
+      $cares_includes_netdb
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_getaddrinfo="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_getaddrinfo="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_getaddrinfo" = "yes"; then
+    AC_MSG_CHECKING([if getaddrinfo is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_ws2tcpip
+        $cares_includes_sys_socket
+        $cares_includes_netdb
+      ]],[[
+        if(0 != getaddrinfo(0, 0, 0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_getaddrinfo="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_getaddrinfo="no"
+    ])
+  fi
+  #
+  dnl only do runtime verification when not cross-compiling
+  if test "x$cross_compiling" != "xyes" &&
+    test "$tst_compi_getaddrinfo" = "yes"; then
+    AC_MSG_CHECKING([if getaddrinfo seems to work])
+    AC_RUN_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_ws2tcpip
+        $cares_includes_stdlib
+        $cares_includes_string
+        $cares_includes_sys_socket
+        $cares_includes_netdb
+      ]],[[
+        struct addrinfo hints;
+        struct addrinfo *ai = 0;
+        int error;
+
+        memset(&hints, 0, sizeof(hints));
+        hints.ai_flags = AI_NUMERICHOST;
+        hints.ai_family = AF_UNSPEC;
+        hints.ai_socktype = SOCK_STREAM;
+        error = getaddrinfo("127.0.0.1", 0, &hints, &ai);
+        if(error || !ai)
+          exit(1); /* fail */
+        else
+          exit(0);
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_works_getaddrinfo="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_works_getaddrinfo="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_getaddrinfo" = "yes" &&
+    test "$tst_works_getaddrinfo" != "no"; then
+    AC_MSG_CHECKING([if getaddrinfo usage allowed])
+    if test "x$cares_disallow_getaddrinfo" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_getaddrinfo="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_getaddrinfo="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if getaddrinfo might be used])
+  if test "$tst_links_getaddrinfo" = "yes" &&
+     test "$tst_proto_getaddrinfo" = "yes" &&
+     test "$tst_compi_getaddrinfo" = "yes" &&
+     test "$tst_allow_getaddrinfo" = "yes" &&
+     test "$tst_works_getaddrinfo" != "no"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_GETADDRINFO, 1,
+      [Define to 1 if you have a working getaddrinfo function.])
+    ac_cv_func_getaddrinfo="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_getaddrinfo="no"
+    ac_cv_func_getaddrinfo_threadsafe="no"
+  fi
+  #
+  if test "$ac_cv_func_getaddrinfo" = "yes"; then
+    AC_MSG_CHECKING([if getaddrinfo is threadsafe])
+    case $host_os in
+      aix[[1234]].* | aix5.[[01]].*)
+        dnl aix 5.1 and older
+        tst_tsafe_getaddrinfo="no"
+        ;;
+      aix*)
+        dnl aix 5.2 and newer
+        tst_tsafe_getaddrinfo="yes"
+        ;;
+      darwin[[12345]].*)
+        dnl darwin 5.0 and mac os x 10.1.X and older
+        tst_tsafe_getaddrinfo="no"
+        ;;
+      darwin*)
+        dnl darwin 6.0 and mac os x 10.2.X and newer
+        tst_tsafe_getaddrinfo="yes"
+        ;;
+      freebsd[[1234]].* | freebsd5.[[1234]]*)
+        dnl freebsd 5.4 and older
+        tst_tsafe_getaddrinfo="no"
+        ;;
+      freebsd*)
+        dnl freebsd 5.5 and newer
+        tst_tsafe_getaddrinfo="yes"
+        ;;
+      hpux[[123456789]].* | hpux10.* | hpux11.0* | hpux11.10*)
+        dnl hpux 11.10 and older
+        tst_tsafe_getaddrinfo="no"
+        ;;
+      hpux*)
+        dnl hpux 11.11 and newer
+        tst_tsafe_getaddrinfo="yes"
+        ;;
+      netbsd[[123]].*)
+        dnl netbsd 3.X and older
+        tst_tsafe_getaddrinfo="no"
+        ;;
+      netbsd*)
+        dnl netbsd 4.X and newer
+        tst_tsafe_getaddrinfo="yes"
+        ;;
+      *bsd*)
+        dnl All other bsd's
+        tst_tsafe_getaddrinfo="no"
+        ;;
+      solaris2*)
+        dnl solaris which have it
+        tst_tsafe_getaddrinfo="yes"
+        ;;
+    esac
+    if test "$tst_tsafe_getaddrinfo" = "unknown"; then
+      CURL_CHECK_DEF_CC([h_errno], [
+        $cares_includes_ws2tcpip
+        $cares_includes_sys_socket
+        $cares_includes_netdb
+        ], [silent])
+      if test "$curl_cv_have_def_h_errno" = "no"; then
+        tst_tsafe_getaddrinfo="no"
+      fi
+    fi
+    if test "$tst_tsafe_getaddrinfo" = "unknown"; then
+      tst_tsafe_getaddrinfo="yes"
+    fi
+    AC_MSG_RESULT([$tst_tsafe_getaddrinfo])
+    if test "$tst_tsafe_getaddrinfo" = "yes"; then
+      AC_DEFINE_UNQUOTED(HAVE_GETADDRINFO_THREADSAFE, 1,
+        [Define to 1 if the getaddrinfo function is threadsafe.])
+      ac_cv_func_getaddrinfo_threadsafe="yes"
+    else
+      ac_cv_func_getaddrinfo_threadsafe="no"
+    fi
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_GETHOSTBYADDR
+dnl -------------------------------------------------
+dnl Verify if gethostbyaddr is available, prototyped,
+dnl and can be compiled. If all of these are true,
+dnl and usage has not been previously disallowed with
+dnl shell variable cares_disallow_gethostbyaddr, then
+dnl HAVE_GETHOSTBYADDR will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_GETHOSTBYADDR], [
+  AC_REQUIRE([CARES_INCLUDES_WINSOCK2])dnl
+  AC_REQUIRE([CARES_INCLUDES_NETDB])dnl
+  #
+  tst_links_gethostbyaddr="unknown"
+  tst_proto_gethostbyaddr="unknown"
+  tst_compi_gethostbyaddr="unknown"
+  tst_allow_gethostbyaddr="unknown"
+  #
+  AC_MSG_CHECKING([if gethostbyaddr can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+      $cares_includes_winsock2
+      $cares_includes_netdb
+    ]],[[
+      if(0 != gethostbyaddr(0, 0, 0))
+        return 1;
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_gethostbyaddr="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_gethostbyaddr="no"
+  ])
+  #
+  if test "$tst_links_gethostbyaddr" = "yes"; then
+    AC_MSG_CHECKING([if gethostbyaddr is prototyped])
+    AC_EGREP_CPP([gethostbyaddr],[
+      $cares_includes_winsock2
+      $cares_includes_netdb
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_gethostbyaddr="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_gethostbyaddr="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_gethostbyaddr" = "yes"; then
+    AC_MSG_CHECKING([if gethostbyaddr is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_winsock2
+        $cares_includes_netdb
+      ]],[[
+        if(0 != gethostbyaddr(0, 0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_gethostbyaddr="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_gethostbyaddr="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_gethostbyaddr" = "yes"; then
+    AC_MSG_CHECKING([if gethostbyaddr usage allowed])
+    if test "x$cares_disallow_gethostbyaddr" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_gethostbyaddr="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_gethostbyaddr="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if gethostbyaddr might be used])
+  if test "$tst_links_gethostbyaddr" = "yes" &&
+     test "$tst_proto_gethostbyaddr" = "yes" &&
+     test "$tst_compi_gethostbyaddr" = "yes" &&
+     test "$tst_allow_gethostbyaddr" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_GETHOSTBYADDR, 1,
+      [Define to 1 if you have the gethostbyaddr function.])
+    ac_cv_func_gethostbyaddr="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_gethostbyaddr="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_GETHOSTBYNAME
+dnl -------------------------------------------------
+dnl Verify if gethostbyname is available, prototyped,
+dnl and can be compiled. If all of these are true,
+dnl and usage has not been previously disallowed with
+dnl shell variable cares_disallow_gethostbyname, then
+dnl HAVE_GETHOSTBYNAME will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_GETHOSTBYNAME], [
+  AC_REQUIRE([CARES_INCLUDES_WINSOCK2])dnl
+  AC_REQUIRE([CARES_INCLUDES_NETDB])dnl
+  #
+  tst_links_gethostbyname="unknown"
+  tst_proto_gethostbyname="unknown"
+  tst_compi_gethostbyname="unknown"
+  tst_allow_gethostbyname="unknown"
+  #
+  AC_MSG_CHECKING([if gethostbyname can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+      $cares_includes_winsock2
+      $cares_includes_netdb
+    ]],[[
+      if(0 != gethostbyname(0))
+        return 1;
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_gethostbyname="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_gethostbyname="no"
+  ])
+  #
+  if test "$tst_links_gethostbyname" = "yes"; then
+    AC_MSG_CHECKING([if gethostbyname is prototyped])
+    AC_EGREP_CPP([gethostbyname],[
+      $cares_includes_winsock2
+      $cares_includes_netdb
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_gethostbyname="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_gethostbyname="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_gethostbyname" = "yes"; then
+    AC_MSG_CHECKING([if gethostbyname is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_winsock2
+        $cares_includes_netdb
+      ]],[[
+        if(0 != gethostbyname(0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_gethostbyname="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_gethostbyname="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_gethostbyname" = "yes"; then
+    AC_MSG_CHECKING([if gethostbyname usage allowed])
+    if test "x$cares_disallow_gethostbyname" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_gethostbyname="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_gethostbyname="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if gethostbyname might be used])
+  if test "$tst_links_gethostbyname" = "yes" &&
+     test "$tst_proto_gethostbyname" = "yes" &&
+     test "$tst_compi_gethostbyname" = "yes" &&
+     test "$tst_allow_gethostbyname" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_GETHOSTBYNAME, 1,
+      [Define to 1 if you have the gethostbyname function.])
+    ac_cv_func_gethostbyname="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_gethostbyname="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_GETHOSTNAME
+dnl -------------------------------------------------
+dnl Verify if gethostname is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_gethostname, then
+dnl HAVE_GETHOSTNAME will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_GETHOSTNAME], [
+  AC_REQUIRE([CARES_INCLUDES_WINSOCK2])dnl
+  AC_REQUIRE([CARES_INCLUDES_UNISTD])dnl
+  #
+  tst_links_gethostname="unknown"
+  tst_proto_gethostname="unknown"
+  tst_compi_gethostname="unknown"
+  tst_allow_gethostname="unknown"
+  #
+  AC_MSG_CHECKING([if gethostname can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+      $cares_includes_winsock2
+      $cares_includes_unistd
+    ]],[[
+      if(0 != gethostname(0, 0))
+        return 1;
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_gethostname="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_gethostname="no"
+  ])
+  #
+  if test "$tst_links_gethostname" = "yes"; then
+    AC_MSG_CHECKING([if gethostname is prototyped])
+    AC_EGREP_CPP([gethostname],[
+      $cares_includes_winsock2
+      $cares_includes_unistd
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_gethostname="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_gethostname="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_gethostname" = "yes"; then
+    AC_MSG_CHECKING([if gethostname is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_winsock2
+        $cares_includes_unistd
+      ]],[[
+        if(0 != gethostname(0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_gethostname="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_gethostname="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_gethostname" = "yes"; then
+    AC_MSG_CHECKING([if gethostname usage allowed])
+    if test "x$cares_disallow_gethostname" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_gethostname="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_gethostname="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if gethostname might be used])
+  if test "$tst_links_gethostname" = "yes" &&
+     test "$tst_proto_gethostname" = "yes" &&
+     test "$tst_compi_gethostname" = "yes" &&
+     test "$tst_allow_gethostname" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_GETHOSTNAME, 1,
+      [Define to 1 if you have the gethostname function.])
+    ac_cv_func_gethostname="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_gethostname="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_GETSERVBYPORT_R
+dnl -------------------------------------------------
+dnl Verify if getservbyport_r is available, prototyped,
+dnl and can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_getservbyport_r, then
+dnl HAVE_GETSERVBYPORT_R will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_GETSERVBYPORT_R], [
+  AC_REQUIRE([CARES_INCLUDES_NETDB])dnl
+  #
+  tst_links_getservbyport_r="unknown"
+  tst_proto_getservbyport_r="unknown"
+  tst_compi_getservbyport_r="unknown"
+  tst_allow_getservbyport_r="unknown"
+  tst_nargs_getservbyport_r="unknown"
+  #
+  AC_MSG_CHECKING([if getservbyport_r can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([getservbyport_r])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_getservbyport_r="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_getservbyport_r="no"
+  ])
+  #
+  if test "$tst_links_getservbyport_r" = "yes"; then
+    AC_MSG_CHECKING([if getservbyport_r is prototyped])
+    AC_EGREP_CPP([getservbyport_r],[
+      $cares_includes_netdb
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_getservbyport_r="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_getservbyport_r="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_getservbyport_r" = "yes"; then
+    if test "$tst_nargs_getservbyport_r" = "unknown"; then
+      AC_MSG_CHECKING([if getservbyport_r takes 4 args.])
+      AC_COMPILE_IFELSE([
+        AC_LANG_PROGRAM([[
+          $cares_includes_netdb
+        ]],[[
+          if(0 != getservbyport_r(0, 0, 0, 0))
+            return 1;
+        ]])
+      ],[
+        AC_MSG_RESULT([yes])
+        tst_compi_getservbyport_r="yes"
+        tst_nargs_getservbyport_r="4"
+      ],[
+        AC_MSG_RESULT([no])
+        tst_compi_getservbyport_r="no"
+      ])
+    fi
+    if test "$tst_nargs_getservbyport_r" = "unknown"; then
+      AC_MSG_CHECKING([if getservbyport_r takes 5 args.])
+      AC_COMPILE_IFELSE([
+        AC_LANG_PROGRAM([[
+          $cares_includes_netdb
+        ]],[[
+          if(0 != getservbyport_r(0, 0, 0, 0, 0))
+            return 1;
+        ]])
+      ],[
+        AC_MSG_RESULT([yes])
+        tst_compi_getservbyport_r="yes"
+        tst_nargs_getservbyport_r="5"
+      ],[
+        AC_MSG_RESULT([no])
+        tst_compi_getservbyport_r="no"
+      ])
+    fi
+    if test "$tst_nargs_getservbyport_r" = "unknown"; then
+      AC_MSG_CHECKING([if getservbyport_r takes 6 args.])
+      AC_COMPILE_IFELSE([
+        AC_LANG_PROGRAM([[
+          $cares_includes_netdb
+        ]],[[
+          if(0 != getservbyport_r(0, 0, 0, 0, 0, 0))
+            return 1;
+        ]])
+      ],[
+        AC_MSG_RESULT([yes])
+        tst_compi_getservbyport_r="yes"
+        tst_nargs_getservbyport_r="6"
+      ],[
+        AC_MSG_RESULT([no])
+        tst_compi_getservbyport_r="no"
+      ])
+    fi
+    AC_MSG_CHECKING([if getservbyport_r is compilable])
+    if test "$tst_compi_getservbyport_r" = "yes"; then
+      AC_MSG_RESULT([yes])
+    else
+      AC_MSG_RESULT([no])
+    fi
+  fi
+  #
+  if test "$tst_compi_getservbyport_r" = "yes"; then
+    AC_MSG_CHECKING([if getservbyport_r usage allowed])
+    if test "x$cares_disallow_getservbyport_r" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_getservbyport_r="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_getservbyport_r="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if getservbyport_r might be used])
+  if test "$tst_links_getservbyport_r" = "yes" &&
+     test "$tst_proto_getservbyport_r" = "yes" &&
+     test "$tst_compi_getservbyport_r" = "yes" &&
+     test "$tst_allow_getservbyport_r" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_GETSERVBYPORT_R, 1,
+      [Define to 1 if you have the getservbyport_r function.])
+    AC_DEFINE_UNQUOTED(GETSERVBYPORT_R_ARGS, $tst_nargs_getservbyport_r,
+      [Specifies the number of arguments to getservbyport_r])
+    if test "$tst_nargs_getservbyport_r" -eq "4"; then
+      AC_DEFINE(GETSERVBYPORT_R_BUFSIZE, sizeof(struct servent_data),
+        [Specifies the size of the buffer to pass to getservbyport_r])
+    else
+      AC_DEFINE(GETSERVBYPORT_R_BUFSIZE, 4096,
+        [Specifies the size of the buffer to pass to getservbyport_r])
+    fi
+    ac_cv_func_getservbyport_r="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_getservbyport_r="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_INET_NTOP
+dnl -------------------------------------------------
+dnl Verify if inet_ntop is available, prototyped, can
+dnl be compiled and seems to work. If all of these are
+dnl true, and usage has not been previously disallowed
+dnl with shell variable cares_disallow_inet_ntop, then
+dnl HAVE_INET_NTOP will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_INET_NTOP], [
+  AC_REQUIRE([CARES_INCLUDES_STDLIB])dnl
+  AC_REQUIRE([CARES_INCLUDES_ARPA_INET])dnl
+  AC_REQUIRE([CARES_INCLUDES_STRING])dnl
+  #
+  tst_links_inet_ntop="unknown"
+  tst_proto_inet_ntop="unknown"
+  tst_compi_inet_ntop="unknown"
+  tst_works_inet_ntop="unknown"
+  tst_allow_inet_ntop="unknown"
+  #
+  AC_MSG_CHECKING([if inet_ntop can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([inet_ntop])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_inet_ntop="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_inet_ntop="no"
+  ])
+  #
+  if test "$tst_links_inet_ntop" = "yes"; then
+    AC_MSG_CHECKING([if inet_ntop is prototyped])
+    AC_EGREP_CPP([inet_ntop],[
+      $cares_includes_arpa_inet
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_inet_ntop="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_inet_ntop="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_inet_ntop" = "yes"; then
+    AC_MSG_CHECKING([if inet_ntop is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_arpa_inet
+      ]],[[
+        if(0 != inet_ntop(0, 0, 0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_inet_ntop="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_inet_ntop="no"
+    ])
+  fi
+  #
+  dnl only do runtime verification when not cross-compiling
+  if test "x$cross_compiling" != "xyes" &&
+    test "$tst_compi_inet_ntop" = "yes"; then
+    AC_MSG_CHECKING([if inet_ntop seems to work])
+    AC_RUN_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_stdlib
+        $cares_includes_arpa_inet
+        $cares_includes_string
+      ]],[[
+        char ipv6res[sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")];
+        char ipv4res[sizeof "255.255.255.255"];
+        unsigned char ipv6a[26];
+        unsigned char ipv4a[5];
+        char *ipv6ptr = 0;
+        char *ipv4ptr = 0;
+        /* - */
+        ipv4res[0] = '\0';
+        ipv4a[0] = 0xc0;
+        ipv4a[1] = 0xa8;
+        ipv4a[2] = 0x64;
+        ipv4a[3] = 0x01;
+        ipv4a[4] = 0x01;
+        /* - */
+        ipv4ptr = inet_ntop(AF_INET, ipv4a, ipv4res, sizeof(ipv4res));
+        if(!ipv4ptr)
+          exit(1); /* fail */
+        if(ipv4ptr != ipv4res)
+          exit(1); /* fail */
+        if(!ipv4ptr[0])
+          exit(1); /* fail */
+        if(memcmp(ipv4res, "192.168.100.1", 13) != 0)
+          exit(1); /* fail */
+        /* - */
+        ipv6res[0] = '\0';
+        memset(ipv6a, 0, sizeof(ipv6a));
+        ipv6a[0] = 0xfe;
+        ipv6a[1] = 0x80;
+        ipv6a[8] = 0x02;
+        ipv6a[9] = 0x14;
+        ipv6a[10] = 0x4f;
+        ipv6a[11] = 0xff;
+        ipv6a[12] = 0xfe;
+        ipv6a[13] = 0x0b;
+        ipv6a[14] = 0x76;
+        ipv6a[15] = 0xc8;
+        ipv6a[25] = 0x01;
+        /* - */
+        ipv6ptr = inet_ntop(AF_INET6, ipv6a, ipv6res, sizeof(ipv6res));
+        if(!ipv6ptr)
+          exit(1); /* fail */
+        if(ipv6ptr != ipv6res)
+          exit(1); /* fail */
+        if(!ipv6ptr[0])
+          exit(1); /* fail */
+        if(memcmp(ipv6res, "fe80::214:4fff:fe0b:76c8", 24) != 0)
+          exit(1); /* fail */
+        /* - */
+        exit(0);
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_works_inet_ntop="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_works_inet_ntop="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_inet_ntop" = "yes" &&
+    test "$tst_works_inet_ntop" != "no"; then
+    AC_MSG_CHECKING([if inet_ntop usage allowed])
+    if test "x$cares_disallow_inet_ntop" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_inet_ntop="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_inet_ntop="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if inet_ntop might be used])
+  if test "$tst_links_inet_ntop" = "yes" &&
+     test "$tst_proto_inet_ntop" = "yes" &&
+     test "$tst_compi_inet_ntop" = "yes" &&
+     test "$tst_allow_inet_ntop" = "yes" &&
+     test "$tst_works_inet_ntop" != "no"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_INET_NTOP, 1,
+      [Define to 1 if you have a IPv6 capable working inet_ntop function.])
+    ac_cv_func_inet_ntop="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_inet_ntop="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_INET_PTON
+dnl -------------------------------------------------
+dnl Verify if inet_pton is available, prototyped, can
+dnl be compiled and seems to work. If all of these are
+dnl true, and usage has not been previously disallowed
+dnl with shell variable cares_disallow_inet_pton, then
+dnl HAVE_INET_PTON will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_INET_PTON], [
+  AC_REQUIRE([CARES_INCLUDES_STDLIB])dnl
+  AC_REQUIRE([CARES_INCLUDES_ARPA_INET])dnl
+  AC_REQUIRE([CARES_INCLUDES_STRING])dnl
+  #
+  tst_links_inet_pton="unknown"
+  tst_proto_inet_pton="unknown"
+  tst_compi_inet_pton="unknown"
+  tst_works_inet_pton="unknown"
+  tst_allow_inet_pton="unknown"
+  #
+  AC_MSG_CHECKING([if inet_pton can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([inet_pton])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_inet_pton="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_inet_pton="no"
+  ])
+  #
+  if test "$tst_links_inet_pton" = "yes"; then
+    AC_MSG_CHECKING([if inet_pton is prototyped])
+    AC_EGREP_CPP([inet_pton],[
+      $cares_includes_arpa_inet
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_inet_pton="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_inet_pton="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_inet_pton" = "yes"; then
+    AC_MSG_CHECKING([if inet_pton is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_arpa_inet
+      ]],[[
+        if(0 != inet_pton(0, 0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_inet_pton="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_inet_pton="no"
+    ])
+  fi
+  #
+  dnl only do runtime verification when not cross-compiling
+  if test "x$cross_compiling" != "xyes" &&
+    test "$tst_compi_inet_pton" = "yes"; then
+    AC_MSG_CHECKING([if inet_pton seems to work])
+    AC_RUN_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_stdlib
+        $cares_includes_arpa_inet
+        $cares_includes_string
+      ]],[[
+        unsigned char ipv6a[16+1];
+        unsigned char ipv4a[4+1];
+        const char *ipv6src = "fe80::214:4fff:fe0b:76c8";
+        const char *ipv4src = "192.168.100.1";
+        /* - */
+        memset(ipv4a, 1, sizeof(ipv4a));
+        if(1 != inet_pton(AF_INET, ipv4src, ipv4a))
+          exit(1); /* fail */
+        /* - */
+        if( (ipv4a[0] != 0xc0) ||
+            (ipv4a[1] != 0xa8) ||
+            (ipv4a[2] != 0x64) ||
+            (ipv4a[3] != 0x01) ||
+            (ipv4a[4] != 0x01) )
+          exit(1); /* fail */
+        /* - */
+        memset(ipv6a, 1, sizeof(ipv6a));
+        if(1 != inet_pton(AF_INET6, ipv6src, ipv6a))
+          exit(1); /* fail */
+        /* - */
+        if( (ipv6a[0]  != 0xfe) ||
+            (ipv6a[1]  != 0x80) ||
+            (ipv6a[8]  != 0x02) ||
+            (ipv6a[9]  != 0x14) ||
+            (ipv6a[10] != 0x4f) ||
+            (ipv6a[11] != 0xff) ||
+            (ipv6a[12] != 0xfe) ||
+            (ipv6a[13] != 0x0b) ||
+            (ipv6a[14] != 0x76) ||
+            (ipv6a[15] != 0xc8) ||
+            (ipv6a[16] != 0x01) )
+          exit(1); /* fail */
+        /* - */
+        if( (ipv6a[2]  != 0x0) ||
+            (ipv6a[3]  != 0x0) ||
+            (ipv6a[4]  != 0x0) ||
+            (ipv6a[5]  != 0x0) ||
+            (ipv6a[6]  != 0x0) ||
+            (ipv6a[7]  != 0x0) )
+          exit(1); /* fail */
+        /* - */
+        exit(0);
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_works_inet_pton="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_works_inet_pton="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_inet_pton" = "yes" &&
+    test "$tst_works_inet_pton" != "no"; then
+    AC_MSG_CHECKING([if inet_pton usage allowed])
+    if test "x$cares_disallow_inet_pton" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_inet_pton="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_inet_pton="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if inet_pton might be used])
+  if test "$tst_links_inet_pton" = "yes" &&
+     test "$tst_proto_inet_pton" = "yes" &&
+     test "$tst_compi_inet_pton" = "yes" &&
+     test "$tst_allow_inet_pton" = "yes" &&
+     test "$tst_works_inet_pton" != "no"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_INET_PTON, 1,
+      [Define to 1 if you have a IPv6 capable working inet_pton function.])
+    ac_cv_func_inet_pton="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_inet_pton="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_IOCTL
+dnl -------------------------------------------------
+dnl Verify if ioctl is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_ioctl, then
+dnl HAVE_IOCTL will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_IOCTL], [
+  AC_REQUIRE([CARES_INCLUDES_STROPTS])dnl
+  #
+  tst_links_ioctl="unknown"
+  tst_proto_ioctl="unknown"
+  tst_compi_ioctl="unknown"
+  tst_allow_ioctl="unknown"
+  #
+  AC_MSG_CHECKING([if ioctl can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([ioctl])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_ioctl="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_ioctl="no"
+  ])
+  #
+  if test "$tst_links_ioctl" = "yes"; then
+    AC_MSG_CHECKING([if ioctl is prototyped])
+    AC_EGREP_CPP([ioctl],[
+      $cares_includes_stropts
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_ioctl="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_ioctl="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_ioctl" = "yes"; then
+    AC_MSG_CHECKING([if ioctl is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_stropts
+      ]],[[
+        if(0 != ioctl(0, 0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_ioctl="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_ioctl="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_ioctl" = "yes"; then
+    AC_MSG_CHECKING([if ioctl usage allowed])
+    if test "x$cares_disallow_ioctl" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_ioctl="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_ioctl="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if ioctl might be used])
+  if test "$tst_links_ioctl" = "yes" &&
+     test "$tst_proto_ioctl" = "yes" &&
+     test "$tst_compi_ioctl" = "yes" &&
+     test "$tst_allow_ioctl" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_IOCTL, 1,
+      [Define to 1 if you have the ioctl function.])
+    ac_cv_func_ioctl="yes"
+    CARES_CHECK_FUNC_IOCTL_FIONBIO
+    CARES_CHECK_FUNC_IOCTL_SIOCGIFADDR
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_ioctl="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_IOCTL_FIONBIO
+dnl -------------------------------------------------
+dnl Verify if ioctl with the FIONBIO command is
+dnl available, can be compiled, and seems to work. If
+dnl all of these are true, then HAVE_IOCTL_FIONBIO
+dnl will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_IOCTL_FIONBIO], [
+  #
+  tst_compi_ioctl_fionbio="unknown"
+  tst_allow_ioctl_fionbio="unknown"
+  #
+  if test "$ac_cv_func_ioctl" = "yes"; then
+    AC_MSG_CHECKING([if ioctl FIONBIO is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_stropts
+      ]],[[
+        int flags = 0;
+        if(0 != ioctl(0, FIONBIO, &flags))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_ioctl_fionbio="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_ioctl_fionbio="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_ioctl_fionbio" = "yes"; then
+    AC_MSG_CHECKING([if ioctl FIONBIO usage allowed])
+    if test "x$cares_disallow_ioctl_fionbio" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_ioctl_fionbio="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_ioctl_fionbio="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if ioctl FIONBIO might be used])
+  if test "$tst_compi_ioctl_fionbio" = "yes" &&
+     test "$tst_allow_ioctl_fionbio" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_IOCTL_FIONBIO, 1,
+      [Define to 1 if you have a working ioctl FIONBIO function.])
+    ac_cv_func_ioctl_fionbio="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_ioctl_fionbio="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_IOCTL_SIOCGIFADDR
+dnl -------------------------------------------------
+dnl Verify if ioctl with the SIOCGIFADDR command is available,
+dnl struct ifreq is defined, they can be compiled, and seem to
+dnl work. If all of these are true, then HAVE_IOCTL_SIOCGIFADDR
+dnl will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_IOCTL_SIOCGIFADDR], [
+  #
+  tst_compi_ioctl_siocgifaddr="unknown"
+  tst_allow_ioctl_siocgifaddr="unknown"
+  #
+  if test "$ac_cv_func_ioctl" = "yes"; then
+    AC_MSG_CHECKING([if ioctl SIOCGIFADDR is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_stropts
+        #include <net/if.h>
+      ]],[[
+        struct ifreq ifr;
+        if(0 != ioctl(0, SIOCGIFADDR, &ifr))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_ioctl_siocgifaddr="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_ioctl_siocgifaddr="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_ioctl_siocgifaddr" = "yes"; then
+    AC_MSG_CHECKING([if ioctl SIOCGIFADDR usage allowed])
+    if test "x$cares_disallow_ioctl_siocgifaddr" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_ioctl_siocgifaddr="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_ioctl_siocgifaddr="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if ioctl SIOCGIFADDR might be used])
+  if test "$tst_compi_ioctl_siocgifaddr" = "yes" &&
+     test "$tst_allow_ioctl_siocgifaddr" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_IOCTL_SIOCGIFADDR, 1,
+      [Define to 1 if you have a working ioctl SIOCGIFADDR function.])
+    ac_cv_func_ioctl_siocgifaddr="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_ioctl_siocgifaddr="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_IOCTLSOCKET
+dnl -------------------------------------------------
+dnl Verify if ioctlsocket is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_ioctlsocket, then
+dnl HAVE_IOCTLSOCKET will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_IOCTLSOCKET], [
+  AC_REQUIRE([CARES_INCLUDES_WINSOCK2])dnl
+  #
+  tst_links_ioctlsocket="unknown"
+  tst_proto_ioctlsocket="unknown"
+  tst_compi_ioctlsocket="unknown"
+  tst_allow_ioctlsocket="unknown"
+  #
+  AC_MSG_CHECKING([if ioctlsocket can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+      $cares_includes_winsock2
+    ]],[[
+      if(0 != ioctlsocket(0, 0, 0))
+        return 1;
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_ioctlsocket="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_ioctlsocket="no"
+  ])
+  #
+  if test "$tst_links_ioctlsocket" = "yes"; then
+    AC_MSG_CHECKING([if ioctlsocket is prototyped])
+    AC_EGREP_CPP([ioctlsocket],[
+      $cares_includes_winsock2
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_ioctlsocket="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_ioctlsocket="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_ioctlsocket" = "yes"; then
+    AC_MSG_CHECKING([if ioctlsocket is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_winsock2
+      ]],[[
+        if(0 != ioctlsocket(0, 0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_ioctlsocket="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_ioctlsocket="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_ioctlsocket" = "yes"; then
+    AC_MSG_CHECKING([if ioctlsocket usage allowed])
+    if test "x$cares_disallow_ioctlsocket" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_ioctlsocket="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_ioctlsocket="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if ioctlsocket might be used])
+  if test "$tst_links_ioctlsocket" = "yes" &&
+     test "$tst_proto_ioctlsocket" = "yes" &&
+     test "$tst_compi_ioctlsocket" = "yes" &&
+     test "$tst_allow_ioctlsocket" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_IOCTLSOCKET, 1,
+      [Define to 1 if you have the ioctlsocket function.])
+    ac_cv_func_ioctlsocket="yes"
+    CARES_CHECK_FUNC_IOCTLSOCKET_FIONBIO
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_ioctlsocket="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_IOCTLSOCKET_FIONBIO
+dnl -------------------------------------------------
+dnl Verify if ioctlsocket with the FIONBIO command is
+dnl available, can be compiled, and seems to work. If
+dnl all of these are true, then HAVE_IOCTLSOCKET_FIONBIO
+dnl will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_IOCTLSOCKET_FIONBIO], [
+  #
+  tst_compi_ioctlsocket_fionbio="unknown"
+  tst_allow_ioctlsocket_fionbio="unknown"
+  #
+  if test "$ac_cv_func_ioctlsocket" = "yes"; then
+    AC_MSG_CHECKING([if ioctlsocket FIONBIO is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_winsock2
+      ]],[[
+        int flags = 0;
+        if(0 != ioctlsocket(0, FIONBIO, &flags))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_ioctlsocket_fionbio="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_ioctlsocket_fionbio="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_ioctlsocket_fionbio" = "yes"; then
+    AC_MSG_CHECKING([if ioctlsocket FIONBIO usage allowed])
+    if test "x$cares_disallow_ioctlsocket_fionbio" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_ioctlsocket_fionbio="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_ioctlsocket_fionbio="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if ioctlsocket FIONBIO might be used])
+  if test "$tst_compi_ioctlsocket_fionbio" = "yes" &&
+     test "$tst_allow_ioctlsocket_fionbio" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_IOCTLSOCKET_FIONBIO, 1,
+      [Define to 1 if you have a working ioctlsocket FIONBIO function.])
+    ac_cv_func_ioctlsocket_fionbio="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_ioctlsocket_fionbio="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_IOCTLSOCKET_CAMEL
+dnl -------------------------------------------------
+dnl Verify if IoctlSocket is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_ioctlsocket_camel,
+dnl then HAVE_IOCTLSOCKET_CAMEL will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_IOCTLSOCKET_CAMEL], [
+  AC_REQUIRE([CARES_INCLUDES_STROPTS])dnl
+  #
+  tst_links_ioctlsocket_camel="unknown"
+  tst_proto_ioctlsocket_camel="unknown"
+  tst_compi_ioctlsocket_camel="unknown"
+  tst_allow_ioctlsocket_camel="unknown"
+  #
+  AC_MSG_CHECKING([if IoctlSocket can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([IoctlSocket])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_ioctlsocket_camel="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_ioctlsocket_camel="no"
+  ])
+  #
+  if test "$tst_links_ioctlsocket_camel" = "yes"; then
+    AC_MSG_CHECKING([if IoctlSocket is prototyped])
+    AC_EGREP_CPP([IoctlSocket],[
+      $cares_includes_stropts
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_ioctlsocket_camel="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_ioctlsocket_camel="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_ioctlsocket_camel" = "yes"; then
+    AC_MSG_CHECKING([if IoctlSocket is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_stropts
+      ]],[[
+        if(0 != IoctlSocket(0, 0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_ioctlsocket_camel="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_ioctlsocket_camel="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_ioctlsocket_camel" = "yes"; then
+    AC_MSG_CHECKING([if IoctlSocket usage allowed])
+    if test "x$cares_disallow_ioctlsocket_camel" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_ioctlsocket_camel="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_ioctlsocket_camel="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if IoctlSocket might be used])
+  if test "$tst_links_ioctlsocket_camel" = "yes" &&
+     test "$tst_proto_ioctlsocket_camel" = "yes" &&
+     test "$tst_compi_ioctlsocket_camel" = "yes" &&
+     test "$tst_allow_ioctlsocket_camel" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_IOCTLSOCKET_CAMEL, 1,
+      [Define to 1 if you have the IoctlSocket camel case function.])
+    ac_cv_func_ioctlsocket_camel="yes"
+    CARES_CHECK_FUNC_IOCTLSOCKET_CAMEL_FIONBIO
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_ioctlsocket_camel="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_IOCTLSOCKET_CAMEL_FIONBIO
+dnl -------------------------------------------------
+dnl Verify if IoctlSocket with FIONBIO command is available,
+dnl can be compiled, and seems to work. If all of these are
+dnl true, then HAVE_IOCTLSOCKET_CAMEL_FIONBIO will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_IOCTLSOCKET_CAMEL_FIONBIO], [
+  #
+  tst_compi_ioctlsocket_camel_fionbio="unknown"
+  tst_allow_ioctlsocket_camel_fionbio="unknown"
+  #
+  if test "$ac_cv_func_ioctlsocket_camel" = "yes"; then
+    AC_MSG_CHECKING([if IoctlSocket FIONBIO is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_stropts
+      ]],[[
+        long flags = 0;
+        if(0 != ioctlsocket(0, FIONBIO, &flags))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_ioctlsocket_camel_fionbio="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_ioctlsocket_camel_fionbio="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_ioctlsocket_camel_fionbio" = "yes"; then
+    AC_MSG_CHECKING([if IoctlSocket FIONBIO usage allowed])
+    if test "x$cares_disallow_ioctlsocket_camel_fionbio" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_ioctlsocket_camel_fionbio="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_ioctlsocket_camel_fionbio="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if IoctlSocket FIONBIO might be used])
+  if test "$tst_compi_ioctlsocket_camel_fionbio" = "yes" &&
+     test "$tst_allow_ioctlsocket_camel_fionbio" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_IOCTLSOCKET_CAMEL_FIONBIO, 1,
+      [Define to 1 if you have a working IoctlSocket camel case FIONBIO function.])
+    ac_cv_func_ioctlsocket_camel_fionbio="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_ioctlsocket_camel_fionbio="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_SETSOCKOPT
+dnl -------------------------------------------------
+dnl Verify if setsockopt is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_setsockopt, then
+dnl HAVE_SETSOCKOPT will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_SETSOCKOPT], [
+  AC_REQUIRE([CARES_INCLUDES_WINSOCK2])dnl
+  AC_REQUIRE([CARES_INCLUDES_SYS_SOCKET])dnl
+  #
+  tst_links_setsockopt="unknown"
+  tst_proto_setsockopt="unknown"
+  tst_compi_setsockopt="unknown"
+  tst_allow_setsockopt="unknown"
+  #
+  AC_MSG_CHECKING([if setsockopt can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+      $cares_includes_winsock2
+      $cares_includes_sys_socket
+    ]],[[
+      if(0 != setsockopt(0, 0, 0, 0, 0))
+        return 1;
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_setsockopt="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_setsockopt="no"
+  ])
+  #
+  if test "$tst_links_setsockopt" = "yes"; then
+    AC_MSG_CHECKING([if setsockopt is prototyped])
+    AC_EGREP_CPP([setsockopt],[
+      $cares_includes_winsock2
+      $cares_includes_sys_socket
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_setsockopt="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_setsockopt="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_setsockopt" = "yes"; then
+    AC_MSG_CHECKING([if setsockopt is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_winsock2
+        $cares_includes_sys_socket
+      ]],[[
+        if(0 != setsockopt(0, 0, 0, 0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_setsockopt="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_setsockopt="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_setsockopt" = "yes"; then
+    AC_MSG_CHECKING([if setsockopt usage allowed])
+    if test "x$cares_disallow_setsockopt" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_setsockopt="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_setsockopt="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if setsockopt might be used])
+  if test "$tst_links_setsockopt" = "yes" &&
+     test "$tst_proto_setsockopt" = "yes" &&
+     test "$tst_compi_setsockopt" = "yes" &&
+     test "$tst_allow_setsockopt" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_SETSOCKOPT, 1,
+      [Define to 1 if you have the setsockopt function.])
+    ac_cv_func_setsockopt="yes"
+    CARES_CHECK_FUNC_SETSOCKOPT_SO_NONBLOCK
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_setsockopt="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_SETSOCKOPT_SO_NONBLOCK
+dnl -------------------------------------------------
+dnl Verify if setsockopt with the SO_NONBLOCK command is
+dnl available, can be compiled, and seems to work. If
+dnl all of these are true, then HAVE_SETSOCKOPT_SO_NONBLOCK
+dnl will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_SETSOCKOPT_SO_NONBLOCK], [
+  #
+  tst_compi_setsockopt_so_nonblock="unknown"
+  tst_allow_setsockopt_so_nonblock="unknown"
+  #
+  if test "$ac_cv_func_setsockopt" = "yes"; then
+    AC_MSG_CHECKING([if setsockopt SO_NONBLOCK is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_winsock2
+        $cares_includes_sys_socket
+      ]],[[
+        if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_setsockopt_so_nonblock="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_setsockopt_so_nonblock="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_setsockopt_so_nonblock" = "yes"; then
+    AC_MSG_CHECKING([if setsockopt SO_NONBLOCK usage allowed])
+    if test "x$cares_disallow_setsockopt_so_nonblock" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_setsockopt_so_nonblock="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_setsockopt_so_nonblock="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if setsockopt SO_NONBLOCK might be used])
+  if test "$tst_compi_setsockopt_so_nonblock" = "yes" &&
+     test "$tst_allow_setsockopt_so_nonblock" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_SETSOCKOPT_SO_NONBLOCK, 1,
+      [Define to 1 if you have a working setsockopt SO_NONBLOCK function.])
+    ac_cv_func_setsockopt_so_nonblock="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_setsockopt_so_nonblock="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_SOCKET
+dnl -------------------------------------------------
+dnl Verify if socket is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_socket, then
+dnl HAVE_SOCKET will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_SOCKET], [
+  AC_REQUIRE([CARES_INCLUDES_WINSOCK2])dnl
+  AC_REQUIRE([CARES_INCLUDES_SYS_SOCKET])dnl
+  AC_REQUIRE([CARES_INCLUDES_SOCKET])dnl
+  #
+  tst_links_socket="unknown"
+  tst_proto_socket="unknown"
+  tst_compi_socket="unknown"
+  tst_allow_socket="unknown"
+  #
+  AC_MSG_CHECKING([if socket can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_PROGRAM([[
+      $cares_includes_winsock2
+      $cares_includes_sys_socket
+      $cares_includes_socket
+    ]],[[
+      if(0 != socket(0, 0, 0))
+        return 1;
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_socket="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_socket="no"
+  ])
+  #
+  if test "$tst_links_socket" = "yes"; then
+    AC_MSG_CHECKING([if socket is prototyped])
+    AC_EGREP_CPP([socket],[
+      $cares_includes_winsock2
+      $cares_includes_sys_socket
+      $cares_includes_socket
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_socket="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_socket="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_socket" = "yes"; then
+    AC_MSG_CHECKING([if socket is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_winsock2
+        $cares_includes_sys_socket
+        $cares_includes_socket
+      ]],[[
+        if(0 != socket(0, 0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_socket="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_socket="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_socket" = "yes"; then
+    AC_MSG_CHECKING([if socket usage allowed])
+    if test "x$cares_disallow_socket" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_socket="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_socket="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if socket might be used])
+  if test "$tst_links_socket" = "yes" &&
+     test "$tst_proto_socket" = "yes" &&
+     test "$tst_compi_socket" = "yes" &&
+     test "$tst_allow_socket" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_SOCKET, 1,
+      [Define to 1 if you have the socket function.])
+    ac_cv_func_socket="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_socket="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_STRCASECMP
+dnl -------------------------------------------------
+dnl Verify if strcasecmp is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_strcasecmp, then
+dnl HAVE_STRCASECMP will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_STRCASECMP], [
+  AC_REQUIRE([CARES_INCLUDES_STRING])dnl
+  #
+  tst_links_strcasecmp="unknown"
+  tst_proto_strcasecmp="unknown"
+  tst_compi_strcasecmp="unknown"
+  tst_allow_strcasecmp="unknown"
+  #
+  AC_MSG_CHECKING([if strcasecmp can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([strcasecmp])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_strcasecmp="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_strcasecmp="no"
+  ])
+  #
+  if test "$tst_links_strcasecmp" = "yes"; then
+    AC_MSG_CHECKING([if strcasecmp is prototyped])
+    AC_EGREP_CPP([strcasecmp],[
+      $cares_includes_string
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_strcasecmp="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_strcasecmp="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_strcasecmp" = "yes"; then
+    AC_MSG_CHECKING([if strcasecmp is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_string
+      ]],[[
+        if(0 != strcasecmp(0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_strcasecmp="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_strcasecmp="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_strcasecmp" = "yes"; then
+    AC_MSG_CHECKING([if strcasecmp usage allowed])
+    if test "x$cares_disallow_strcasecmp" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_strcasecmp="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_strcasecmp="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if strcasecmp might be used])
+  if test "$tst_links_strcasecmp" = "yes" &&
+     test "$tst_proto_strcasecmp" = "yes" &&
+     test "$tst_compi_strcasecmp" = "yes" &&
+     test "$tst_allow_strcasecmp" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_STRCASECMP, 1,
+      [Define to 1 if you have the strcasecmp function.])
+    ac_cv_func_strcasecmp="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_strcasecmp="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_STRCMPI
+dnl -------------------------------------------------
+dnl Verify if strcmpi is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_strcmpi, then
+dnl HAVE_STRCMPI will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_STRCMPI], [
+  AC_REQUIRE([CARES_INCLUDES_STRING])dnl
+  #
+  tst_links_strcmpi="unknown"
+  tst_proto_strcmpi="unknown"
+  tst_compi_strcmpi="unknown"
+  tst_allow_strcmpi="unknown"
+  #
+  AC_MSG_CHECKING([if strcmpi can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([strcmpi])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_strcmpi="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_strcmpi="no"
+  ])
+  #
+  if test "$tst_links_strcmpi" = "yes"; then
+    AC_MSG_CHECKING([if strcmpi is prototyped])
+    AC_EGREP_CPP([strcmpi],[
+      $cares_includes_string
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_strcmpi="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_strcmpi="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_strcmpi" = "yes"; then
+    AC_MSG_CHECKING([if strcmpi is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_string
+      ]],[[
+        if(0 != strcmpi(0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_strcmpi="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_strcmpi="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_strcmpi" = "yes"; then
+    AC_MSG_CHECKING([if strcmpi usage allowed])
+    if test "x$cares_disallow_strcmpi" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_strcmpi="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_strcmpi="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if strcmpi might be used])
+  if test "$tst_links_strcmpi" = "yes" &&
+     test "$tst_proto_strcmpi" = "yes" &&
+     test "$tst_compi_strcmpi" = "yes" &&
+     test "$tst_allow_strcmpi" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_STRCMPI, 1,
+      [Define to 1 if you have the strcmpi function.])
+    ac_cv_func_strcmpi="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_strcmpi="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_STRDUP
+dnl -------------------------------------------------
+dnl Verify if strdup is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_strdup, then
+dnl HAVE_STRDUP will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_STRDUP], [
+  AC_REQUIRE([CARES_INCLUDES_STRING])dnl
+  #
+  tst_links_strdup="unknown"
+  tst_proto_strdup="unknown"
+  tst_compi_strdup="unknown"
+  tst_allow_strdup="unknown"
+  #
+  AC_MSG_CHECKING([if strdup can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([strdup])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_strdup="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_strdup="no"
+  ])
+  #
+  if test "$tst_links_strdup" = "yes"; then
+    AC_MSG_CHECKING([if strdup is prototyped])
+    AC_EGREP_CPP([strdup],[
+      $cares_includes_string
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_strdup="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_strdup="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_strdup" = "yes"; then
+    AC_MSG_CHECKING([if strdup is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_string
+      ]],[[
+        if(0 != strdup(0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_strdup="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_strdup="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_strdup" = "yes"; then
+    AC_MSG_CHECKING([if strdup usage allowed])
+    if test "x$cares_disallow_strdup" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_strdup="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_strdup="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if strdup might be used])
+  if test "$tst_links_strdup" = "yes" &&
+     test "$tst_proto_strdup" = "yes" &&
+     test "$tst_compi_strdup" = "yes" &&
+     test "$tst_allow_strdup" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_STRDUP, 1,
+      [Define to 1 if you have the strdup function.])
+    ac_cv_func_strdup="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_strdup="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_STRICMP
+dnl -------------------------------------------------
+dnl Verify if stricmp is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_stricmp, then
+dnl HAVE_STRICMP will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_STRICMP], [
+  AC_REQUIRE([CARES_INCLUDES_STRING])dnl
+  #
+  tst_links_stricmp="unknown"
+  tst_proto_stricmp="unknown"
+  tst_compi_stricmp="unknown"
+  tst_allow_stricmp="unknown"
+  #
+  AC_MSG_CHECKING([if stricmp can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([stricmp])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_stricmp="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_stricmp="no"
+  ])
+  #
+  if test "$tst_links_stricmp" = "yes"; then
+    AC_MSG_CHECKING([if stricmp is prototyped])
+    AC_EGREP_CPP([stricmp],[
+      $cares_includes_string
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_stricmp="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_stricmp="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_stricmp" = "yes"; then
+    AC_MSG_CHECKING([if stricmp is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_string
+      ]],[[
+        if(0 != stricmp(0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_stricmp="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_stricmp="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_stricmp" = "yes"; then
+    AC_MSG_CHECKING([if stricmp usage allowed])
+    if test "x$cares_disallow_stricmp" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_stricmp="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_stricmp="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if stricmp might be used])
+  if test "$tst_links_stricmp" = "yes" &&
+     test "$tst_proto_stricmp" = "yes" &&
+     test "$tst_compi_stricmp" = "yes" &&
+     test "$tst_allow_stricmp" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_STRICMP, 1,
+      [Define to 1 if you have the stricmp function.])
+    ac_cv_func_stricmp="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_stricmp="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_STRNCASECMP
+dnl -------------------------------------------------
+dnl Verify if strncasecmp is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_strncasecmp, then
+dnl HAVE_STRNCASECMP will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_STRNCASECMP], [
+  AC_REQUIRE([CARES_INCLUDES_STRING])dnl
+  #
+  tst_links_strncasecmp="unknown"
+  tst_proto_strncasecmp="unknown"
+  tst_compi_strncasecmp="unknown"
+  tst_allow_strncasecmp="unknown"
+  #
+  AC_MSG_CHECKING([if strncasecmp can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([strncasecmp])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_strncasecmp="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_strncasecmp="no"
+  ])
+  #
+  if test "$tst_links_strncasecmp" = "yes"; then
+    AC_MSG_CHECKING([if strncasecmp is prototyped])
+    AC_EGREP_CPP([strncasecmp],[
+      $cares_includes_string
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_strncasecmp="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_strncasecmp="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_strncasecmp" = "yes"; then
+    AC_MSG_CHECKING([if strncasecmp is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_string
+      ]],[[
+        if(0 != strncasecmp(0, 0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_strncasecmp="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_strncasecmp="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_strncasecmp" = "yes"; then
+    AC_MSG_CHECKING([if strncasecmp usage allowed])
+    if test "x$cares_disallow_strncasecmp" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_strncasecmp="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_strncasecmp="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if strncasecmp might be used])
+  if test "$tst_links_strncasecmp" = "yes" &&
+     test "$tst_proto_strncasecmp" = "yes" &&
+     test "$tst_compi_strncasecmp" = "yes" &&
+     test "$tst_allow_strncasecmp" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_STRNCASECMP, 1,
+      [Define to 1 if you have the strncasecmp function.])
+    ac_cv_func_strncasecmp="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_strncasecmp="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_STRNCMPI
+dnl -------------------------------------------------
+dnl Verify if strncmpi is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_strncmpi, then
+dnl HAVE_STRNCMPI will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_STRNCMPI], [
+  AC_REQUIRE([CARES_INCLUDES_STRING])dnl
+  #
+  tst_links_strncmpi="unknown"
+  tst_proto_strncmpi="unknown"
+  tst_compi_strncmpi="unknown"
+  tst_allow_strncmpi="unknown"
+  #
+  AC_MSG_CHECKING([if strncmpi can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([strncmpi])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_strncmpi="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_strncmpi="no"
+  ])
+  #
+  if test "$tst_links_strncmpi" = "yes"; then
+    AC_MSG_CHECKING([if strncmpi is prototyped])
+    AC_EGREP_CPP([strncmpi],[
+      $cares_includes_string
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_strncmpi="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_strncmpi="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_strncmpi" = "yes"; then
+    AC_MSG_CHECKING([if strncmpi is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_string
+      ]],[[
+        if(0 != strncmpi(0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_strncmpi="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_strncmpi="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_strncmpi" = "yes"; then
+    AC_MSG_CHECKING([if strncmpi usage allowed])
+    if test "x$cares_disallow_strncmpi" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_strncmpi="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_strncmpi="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if strncmpi might be used])
+  if test "$tst_links_strncmpi" = "yes" &&
+     test "$tst_proto_strncmpi" = "yes" &&
+     test "$tst_compi_strncmpi" = "yes" &&
+     test "$tst_allow_strncmpi" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_STRNCMPI, 1,
+      [Define to 1 if you have the strncmpi function.])
+    ac_cv_func_strncmpi="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_strncmpi="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_STRNICMP
+dnl -------------------------------------------------
+dnl Verify if strnicmp is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_strnicmp, then
+dnl HAVE_STRNICMP will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_STRNICMP], [
+  AC_REQUIRE([CARES_INCLUDES_STRING])dnl
+  #
+  tst_links_strnicmp="unknown"
+  tst_proto_strnicmp="unknown"
+  tst_compi_strnicmp="unknown"
+  tst_allow_strnicmp="unknown"
+  #
+  AC_MSG_CHECKING([if strnicmp can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([strnicmp])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_strnicmp="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_strnicmp="no"
+  ])
+  #
+  if test "$tst_links_strnicmp" = "yes"; then
+    AC_MSG_CHECKING([if strnicmp is prototyped])
+    AC_EGREP_CPP([strnicmp],[
+      $cares_includes_string
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_strnicmp="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_strnicmp="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_strnicmp" = "yes"; then
+    AC_MSG_CHECKING([if strnicmp is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_string
+      ]],[[
+        if(0 != strnicmp(0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_strnicmp="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_strnicmp="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_strnicmp" = "yes"; then
+    AC_MSG_CHECKING([if strnicmp usage allowed])
+    if test "x$cares_disallow_strnicmp" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_strnicmp="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_strnicmp="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if strnicmp might be used])
+  if test "$tst_links_strnicmp" = "yes" &&
+     test "$tst_proto_strnicmp" = "yes" &&
+     test "$tst_compi_strnicmp" = "yes" &&
+     test "$tst_allow_strnicmp" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_STRNICMP, 1,
+      [Define to 1 if you have the strnicmp function.])
+    ac_cv_func_strnicmp="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_strnicmp="no"
+  fi
+])
+
+
+dnl CARES_CHECK_FUNC_WRITEV
+dnl -------------------------------------------------
+dnl Verify if writev is available, prototyped, and
+dnl can be compiled. If all of these are true, and
+dnl usage has not been previously disallowed with
+dnl shell variable cares_disallow_writev, then
+dnl HAVE_WRITEV will be defined.
+
+AC_DEFUN([CARES_CHECK_FUNC_WRITEV], [
+  AC_REQUIRE([CARES_INCLUDES_SYS_UIO])dnl
+  #
+  tst_links_writev="unknown"
+  tst_proto_writev="unknown"
+  tst_compi_writev="unknown"
+  tst_allow_writev="unknown"
+  #
+  AC_MSG_CHECKING([if writev can be linked])
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([writev])
+  ],[
+    AC_MSG_RESULT([yes])
+    tst_links_writev="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tst_links_writev="no"
+  ])
+  #
+  if test "$tst_links_writev" = "yes"; then
+    AC_MSG_CHECKING([if writev is prototyped])
+    AC_EGREP_CPP([writev],[
+      $cares_includes_sys_uio
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_proto_writev="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_proto_writev="no"
+    ])
+  fi
+  #
+  if test "$tst_proto_writev" = "yes"; then
+    AC_MSG_CHECKING([if writev is compilable])
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+        $cares_includes_sys_uio
+      ]],[[
+        if(0 != writev(0, 0, 0))
+          return 1;
+      ]])
+    ],[
+      AC_MSG_RESULT([yes])
+      tst_compi_writev="yes"
+    ],[
+      AC_MSG_RESULT([no])
+      tst_compi_writev="no"
+    ])
+  fi
+  #
+  if test "$tst_compi_writev" = "yes"; then
+    AC_MSG_CHECKING([if writev usage allowed])
+    if test "x$cares_disallow_writev" != "xyes"; then
+      AC_MSG_RESULT([yes])
+      tst_allow_writev="yes"
+    else
+      AC_MSG_RESULT([no])
+      tst_allow_writev="no"
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if writev might be used])
+  if test "$tst_links_writev" = "yes" &&
+     test "$tst_proto_writev" = "yes" &&
+     test "$tst_compi_writev" = "yes" &&
+     test "$tst_allow_writev" = "yes"; then
+    AC_MSG_RESULT([yes])
+    AC_DEFINE_UNQUOTED(HAVE_WRITEV, 1,
+      [Define to 1 if you have the writev function.])
+    ac_cv_func_writev="yes"
+  else
+    AC_MSG_RESULT([no])
+    ac_cv_func_writev="no"
+  fi
+])
blob - /dev/null
blob + b29c960dcfc25f49b5785d8852a1f2b4f7e2fe3b (mode 644)
--- /dev/null
+++ src/c-ares/m4/cares-override.m4
@@ -0,0 +1,102 @@
+#***************************************************************************
+# $Id$
+#***************************************************************************
+
+# File version for 'aclocal' use. Keep it a single number.
+# serial 3
+
+dnl CARES_OVERRIDE_AUTOCONF
+dnl -------------------------------------------------
+dnl Placing a call to this macro in configure.ac after
+dnl the one to AC_INIT will make macros in this file
+dnl visible to the rest of the compilation overriding
+dnl those from Autoconf.
+
+AC_DEFUN([CARES_OVERRIDE_AUTOCONF], [
+AC_BEFORE([$0],[AC_PROG_LIBTOOL])
+# using cares-override.m4
+])
+
+dnl Override some Libtool tests
+dnl -------------------------------------------------
+dnl This is done to prevent Libtool 1.5.X from doing
+dnl unnecesary C++, Fortran and Java tests and reduce
+dnl resulting configure script by nearly 300 Kb.
+
+m4_define([AC_LIBTOOL_LANG_CXX_CONFIG],[:])
+m4_define([AC_LIBTOOL_LANG_F77_CONFIG],[:])
+m4_define([AC_LIBTOOL_LANG_GCJ_CONFIG],[:])
+
+dnl Override Autoconf's AC_LANG_PROGRAM (C)
+dnl -------------------------------------------------
+dnl This is done to prevent compiler warning
+dnl 'function declaration isn't a prototype'
+dnl in function main. This requires at least
+dnl a c89 compiler and does not suport K&R.
+
+m4_define([AC_LANG_PROGRAM(C)],
+[$1
+int main (void)
+{
+$2
+ ;
+ return 0;
+}])
+
+dnl Override Autoconf's AC_LANG_CALL (C)
+dnl -------------------------------------------------
+dnl This is a backport of Autoconf's 2.60 with the
+dnl embedded comments that hit the resulting script
+dnl removed. This is done to reduce configure size
+dnl and use fixed macro across Autoconf versions.
+
+m4_define([AC_LANG_CALL(C)],
+[AC_LANG_PROGRAM([$1
+m4_if([$2], [main], ,
+[
+#ifdef __cplusplus
+extern "C"
+#endif
+char $2 ();])], [return $2 ();])])
+
+dnl Override Autoconf's AC_LANG_FUNC_LINK_TRY (C)
+dnl -------------------------------------------------
+dnl This is a backport of Autoconf's 2.60 with the
+dnl embedded comments that hit the resulting script
+dnl removed. This is done to reduce configure size
+dnl and use fixed macro across Autoconf versions.
+
+m4_define([AC_LANG_FUNC_LINK_TRY(C)],
+[AC_LANG_PROGRAM(
+[
+#define $1 innocuous_$1
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+#undef $1
+#ifdef __cplusplus
+extern "C"
+#endif
+char $1 ();
+#if defined __stub_$1 || defined __stub___$1
+choke me
+#endif
+], [return $1 ();])])
+
+dnl Override Autoconf's PATH_SEPARATOR check
+dnl -------------------------------------------------
+dnl This is done to ensure that the same check is
+dnl used across different Autoconf versions and to
+dnl allow us to use this macro early enough in the
+dnl configure script.
+
+m4_defun([_AS_PATH_SEPARATOR_PREPARE],
+[CARES_CHECK_PATH_SEPARATOR
+m4_define([$0],[])])
+
+m4_defun([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR],
+[CARES_CHECK_PATH_SEPARATOR
+m4_define([$0],[])])
+
blob - /dev/null
blob + 052326b3c0e425af1a266f70279dcbaafa8fa28f (mode 644)
--- /dev/null
+++ src/c-ares/m4/cares-reentrant.m4
@@ -0,0 +1,611 @@
+#***************************************************************************
+# $Id$
+#
+# Copyright (C) 2008 - 2009 by Daniel Stenberg et al
+#
+# Permission to use, copy, modify, and distribute this software and its
+# documentation for any purpose and without fee is hereby granted, provided
+# that the above copyright notice appear in all copies and that both that
+# copyright notice and this permission notice appear in supporting
+# documentation, and that the name of M.I.T. not be used in advertising or
+# publicity pertaining to distribution of the software without specific,
+# written prior permission.  M.I.T. makes no representations about the
+# suitability of this software for any purpose.  It is provided "as is"
+# without express or implied warranty.
+#
+#***************************************************************************
+
+# File version for 'aclocal' use. Keep it a single number.
+# serial 6
+
+dnl Note 1
+dnl ------
+dnl None of the CARES_CHECK_NEED_REENTRANT_* macros shall use HAVE_FOO_H to
+dnl conditionally include header files. These macros are used early in the
+dnl configure process much before header file availability is known.
+
+
+dnl CARES_CHECK_NEED_REENTRANT_ERRNO
+dnl -------------------------------------------------
+dnl Checks if the preprocessor _REENTRANT definition
+dnl makes errno available as a preprocessor macro.
+
+AC_DEFUN([CARES_CHECK_NEED_REENTRANT_ERRNO], [
+  AC_COMPILE_IFELSE([
+    AC_LANG_PROGRAM([[
+#include <errno.h>
+    ]],[[
+      if(0 != errno)
+        return 1;
+    ]])
+  ],[
+    tmp_errno="yes"
+  ],[
+    tmp_errno="no"
+  ])
+  if test "$tmp_errno" = "yes"; then
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM([[
+#include <errno.h>
+      ]],[[
+#ifdef errno
+        int dummy=1;
+#else
+        force compilation error
+#endif
+      ]])
+    ],[
+      tmp_errno="errno_macro_defined"
+    ],[
+      AC_COMPILE_IFELSE([
+        AC_LANG_PROGRAM([[
+#define _REENTRANT
+#include <errno.h>
+        ]],[[
+#ifdef errno
+          int dummy=1;
+#else
+          force compilation error
+#endif
+        ]])
+      ],[
+        tmp_errno="errno_macro_needs_reentrant"
+        tmp_need_reentrant="yes"
+      ])
+    ])
+  fi
+])
+
+
+dnl CARES_CHECK_NEED_REENTRANT_GMTIME_R
+dnl -------------------------------------------------
+dnl Checks if the preprocessor _REENTRANT definition
+dnl makes function gmtime_r compiler visible.
+
+AC_DEFUN([CARES_CHECK_NEED_REENTRANT_GMTIME_R], [
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([gmtime_r])
+  ],[
+    tmp_gmtime_r="yes"
+  ],[
+    tmp_gmtime_r="no"
+  ])
+  if test "$tmp_gmtime_r" = "yes"; then
+    AC_EGREP_CPP([gmtime_r],[
+#include <sys/types.h>
+#include <time.h>
+    ],[
+      tmp_gmtime_r="proto_declared"
+    ],[
+      AC_EGREP_CPP([gmtime_r],[
+#define _REENTRANT
+#include <sys/types.h>
+#include <time.h>
+      ],[
+        tmp_gmtime_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+      ])
+    ])
+  fi
+])
+
+
+dnl CARES_CHECK_NEED_REENTRANT_LOCALTIME_R
+dnl -------------------------------------------------
+dnl Checks if the preprocessor _REENTRANT definition
+dnl makes function localtime_r compiler visible.
+
+AC_DEFUN([CARES_CHECK_NEED_REENTRANT_LOCALTIME_R], [
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([localtime_r])
+  ],[
+    tmp_localtime_r="yes"
+  ],[
+    tmp_localtime_r="no"
+  ])
+  if test "$tmp_localtime_r" = "yes"; then
+    AC_EGREP_CPP([localtime_r],[
+#include <sys/types.h>
+#include <time.h>
+    ],[
+      tmp_localtime_r="proto_declared"
+    ],[
+      AC_EGREP_CPP([localtime_r],[
+#define _REENTRANT
+#include <sys/types.h>
+#include <time.h>
+      ],[
+        tmp_localtime_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+      ])
+    ])
+  fi
+])
+
+
+dnl CARES_CHECK_NEED_REENTRANT_STRERROR_R
+dnl -------------------------------------------------
+dnl Checks if the preprocessor _REENTRANT definition
+dnl makes function strerror_r compiler visible.
+
+AC_DEFUN([CARES_CHECK_NEED_REENTRANT_STRERROR_R], [
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([strerror_r])
+  ],[
+    tmp_strerror_r="yes"
+  ],[
+    tmp_strerror_r="no"
+  ])
+  if test "$tmp_strerror_r" = "yes"; then
+    AC_EGREP_CPP([strerror_r],[
+#include <sys/types.h>
+#include <string.h>
+    ],[
+      tmp_strerror_r="proto_declared"
+    ],[
+      AC_EGREP_CPP([strerror_r],[
+#define _REENTRANT
+#include <sys/types.h>
+#include <string.h>
+      ],[
+        tmp_strerror_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+      ])
+    ])
+  fi
+])
+
+
+dnl CARES_CHECK_NEED_REENTRANT_STRTOK_R
+dnl -------------------------------------------------
+dnl Checks if the preprocessor _REENTRANT definition
+dnl makes function strtok_r compiler visible.
+
+AC_DEFUN([CARES_CHECK_NEED_REENTRANT_STRTOK_R], [
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([strtok_r])
+  ],[
+    tmp_strtok_r="yes"
+  ],[
+    tmp_strtok_r="no"
+  ])
+  if test "$tmp_strtok_r" = "yes"; then
+    AC_EGREP_CPP([strtok_r],[
+#include <sys/types.h>
+#include <string.h>
+    ],[
+      tmp_strtok_r="proto_declared"
+    ],[
+      AC_EGREP_CPP([strtok_r],[
+#define _REENTRANT
+#include <sys/types.h>
+#include <string.h>
+      ],[
+        tmp_strtok_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+      ])
+    ])
+  fi
+])
+
+
+dnl CARES_CHECK_NEED_REENTRANT_INET_NTOA_R
+dnl -------------------------------------------------
+dnl Checks if the preprocessor _REENTRANT definition
+dnl makes function inet_ntoa_r compiler visible.
+
+AC_DEFUN([CARES_CHECK_NEED_REENTRANT_INET_NTOA_R], [
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([inet_ntoa_r])
+  ],[
+    tmp_inet_ntoa_r="yes"
+  ],[
+    tmp_inet_ntoa_r="no"
+  ])
+  if test "$tmp_inet_ntoa_r" = "yes"; then
+    AC_EGREP_CPP([inet_ntoa_r],[
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+    ],[
+      tmp_inet_ntoa_r="proto_declared"
+    ],[
+      AC_EGREP_CPP([inet_ntoa_r],[
+#define _REENTRANT
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+      ],[
+        tmp_inet_ntoa_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+      ])
+    ])
+  fi
+])
+
+
+dnl CARES_CHECK_NEED_REENTRANT_GETHOSTBYADDR_R
+dnl -------------------------------------------------
+dnl Checks if the preprocessor _REENTRANT definition
+dnl makes function gethostbyaddr_r compiler visible.
+
+AC_DEFUN([CARES_CHECK_NEED_REENTRANT_GETHOSTBYADDR_R], [
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([gethostbyaddr_r])
+  ],[
+    tmp_gethostbyaddr_r="yes"
+  ],[
+    tmp_gethostbyaddr_r="no"
+  ])
+  if test "$tmp_gethostbyaddr_r" = "yes"; then
+    AC_EGREP_CPP([gethostbyaddr_r],[
+#include <sys/types.h>
+#include <netdb.h>
+    ],[
+      tmp_gethostbyaddr_r="proto_declared"
+    ],[
+      AC_EGREP_CPP([gethostbyaddr_r],[
+#define _REENTRANT
+#include <sys/types.h>
+#include <netdb.h>
+      ],[
+        tmp_gethostbyaddr_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+      ])
+    ])
+  fi
+])
+
+
+dnl CARES_CHECK_NEED_REENTRANT_GETHOSTBYNAME_R
+dnl -------------------------------------------------
+dnl Checks if the preprocessor _REENTRANT definition
+dnl makes function gethostbyname_r compiler visible.
+
+AC_DEFUN([CARES_CHECK_NEED_REENTRANT_GETHOSTBYNAME_R], [
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([gethostbyname_r])
+  ],[
+    tmp_gethostbyname_r="yes"
+  ],[
+    tmp_gethostbyname_r="no"
+  ])
+  if test "$tmp_gethostbyname_r" = "yes"; then
+    AC_EGREP_CPP([gethostbyname_r],[
+#include <sys/types.h>
+#include <netdb.h>
+    ],[
+      tmp_gethostbyname_r="proto_declared"
+    ],[
+      AC_EGREP_CPP([gethostbyname_r],[
+#define _REENTRANT
+#include <sys/types.h>
+#include <netdb.h>
+      ],[
+        tmp_gethostbyname_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+      ])
+    ])
+  fi
+])
+
+
+dnl CARES_CHECK_NEED_REENTRANT_GETPROTOBYNAME_R
+dnl -------------------------------------------------
+dnl Checks if the preprocessor _REENTRANT definition
+dnl makes function getprotobyname_r compiler visible.
+
+AC_DEFUN([CARES_CHECK_NEED_REENTRANT_GETPROTOBYNAME_R], [
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([getprotobyname_r])
+  ],[
+    tmp_getprotobyname_r="yes"
+  ],[
+    tmp_getprotobyname_r="no"
+  ])
+  if test "$tmp_getprotobyname_r" = "yes"; then
+    AC_EGREP_CPP([getprotobyname_r],[
+#include <sys/types.h>
+#include <netdb.h>
+    ],[
+      tmp_getprotobyname_r="proto_declared"
+    ],[
+      AC_EGREP_CPP([getprotobyname_r],[
+#define _REENTRANT
+#include <sys/types.h>
+#include <netdb.h>
+      ],[
+        tmp_getprotobyname_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+      ])
+    ])
+  fi
+])
+
+
+dnl CARES_CHECK_NEED_REENTRANT_GETSERVBYPORT_R
+dnl -------------------------------------------------
+dnl Checks if the preprocessor _REENTRANT definition
+dnl makes function getservbyport_r compiler visible.
+
+AC_DEFUN([CARES_CHECK_NEED_REENTRANT_GETSERVBYPORT_R], [
+  AC_LINK_IFELSE([
+    AC_LANG_FUNC_LINK_TRY([getservbyport_r])
+  ],[
+    tmp_getservbyport_r="yes"
+  ],[
+    tmp_getservbyport_r="no"
+  ])
+  if test "$tmp_getservbyport_r" = "yes"; then
+    AC_EGREP_CPP([getservbyport_r],[
+#include <sys/types.h>
+#include <netdb.h>
+    ],[
+      tmp_getservbyport_r="proto_declared"
+    ],[
+      AC_EGREP_CPP([getservbyport_r],[
+#define _REENTRANT
+#include <sys/types.h>
+#include <netdb.h>
+      ],[
+        tmp_getservbyport_r="proto_needs_reentrant"
+        tmp_need_reentrant="yes"
+      ])
+    ])
+  fi
+])
+
+
+dnl CARES_CHECK_NEED_REENTRANT_FUNCTIONS_R
+dnl -------------------------------------------------
+dnl Checks if the preprocessor _REENTRANT definition
+dnl makes several _r functions compiler visible.
+dnl Internal macro for CARES_CONFIGURE_REENTRANT.
+
+AC_DEFUN([CARES_CHECK_NEED_REENTRANT_FUNCTIONS_R], [
+  if test "$tmp_need_reentrant" = "no"; then
+    CARES_CHECK_NEED_REENTRANT_GMTIME_R
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+    CARES_CHECK_NEED_REENTRANT_LOCALTIME_R
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+    CARES_CHECK_NEED_REENTRANT_STRERROR_R
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+    CARES_CHECK_NEED_REENTRANT_STRTOK_R
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+    CARES_CHECK_NEED_REENTRANT_INET_NTOA_R
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+    CARES_CHECK_NEED_REENTRANT_GETHOSTBYADDR_R
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+    CARES_CHECK_NEED_REENTRANT_GETHOSTBYNAME_R
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+    CARES_CHECK_NEED_REENTRANT_GETPROTOBYNAME_R
+  fi
+  if test "$tmp_need_reentrant" = "no"; then
+    CARES_CHECK_NEED_REENTRANT_GETSERVBYPORT_R
+  fi
+])
+
+
+dnl CARES_CHECK_NEED_REENTRANT_SYSTEM
+dnl -------------------------------------------------
+dnl Checks if the preprocessor _REENTRANT definition
+dnl must be unconditionally done for this platform.
+dnl Internal macro for CARES_CONFIGURE_REENTRANT.
+
+AC_DEFUN([CARES_CHECK_NEED_REENTRANT_SYSTEM], [
+  case $host_os in
+    solaris*)
+      tmp_need_reentrant="yes"
+      ;;
+    *)
+      tmp_need_reentrant="no"
+      ;;
+  esac
+])
+
+
+dnl CARES_CHECK_NEED_THREAD_SAFE_SYSTEM
+dnl -------------------------------------------------
+dnl Checks if the preprocessor _THREAD_SAFE definition
+dnl must be unconditionally done for this platform.
+dnl Internal macro for CARES_CONFIGURE_THREAD_SAFE.
+
+AC_DEFUN([CARES_CHECK_NEED_THREAD_SAFE_SYSTEM], [
+  case $host_os in
+    aix[[123]].* | aix4.[[012]].*)
+      dnl aix 4.2 and older
+      tmp_need_thread_safe="no"
+      ;;
+    aix*)
+      dnl AIX 4.3 and newer
+      tmp_need_thread_safe="yes"
+      ;;
+    *)
+      tmp_need_thread_safe="no"
+      ;;
+  esac
+])
+
+
+dnl CARES_CONFIGURE_FROM_NOW_ON_WITH_REENTRANT
+dnl -------------------------------------------------
+dnl This macro ensures that configuration tests done
+dnl after this will execute with preprocessor symbol
+dnl _REENTRANT defined. This macro also ensures that
+dnl the generated config file defines NEED_REENTRANT
+dnl and that in turn setup.h will define _REENTRANT.
+dnl Internal macro for CARES_CONFIGURE_REENTRANT.
+
+AC_DEFUN([CARES_CONFIGURE_FROM_NOW_ON_WITH_REENTRANT], [
+AC_DEFINE(NEED_REENTRANT, 1,
+  [Define to 1 if _REENTRANT preprocessor symbol must be defined.])
+cat >>confdefs.h <<_EOF
+#ifndef _REENTRANT
+#  define _REENTRANT
+#endif
+_EOF
+])
+
+
+dnl CARES_CONFIGURE_FROM_NOW_ON_WITH_THREAD_SAFE
+dnl -------------------------------------------------
+dnl This macro ensures that configuration tests done
+dnl after this will execute with preprocessor symbol
+dnl _THREAD_SAFE defined. This macro also ensures that
+dnl the generated config file defines NEED_THREAD_SAFE
+dnl and that in turn setup.h will define _THREAD_SAFE.
+dnl Internal macro for CARES_CONFIGURE_THREAD_SAFE.
+
+AC_DEFUN([CARES_CONFIGURE_FROM_NOW_ON_WITH_THREAD_SAFE], [
+AC_DEFINE(NEED_THREAD_SAFE, 1,
+  [Define to 1 if _THREAD_SAFE preprocessor symbol must be defined.])
+cat >>confdefs.h <<_EOF
+#ifndef _THREAD_SAFE
+#  define _THREAD_SAFE
+#endif
+_EOF
+])
+
+
+dnl CARES_CONFIGURE_REENTRANT
+dnl -------------------------------------------------
+dnl This first checks if the preprocessor _REENTRANT
+dnl symbol is already defined. If it isn't currently
+dnl defined a set of checks are performed to verify
+dnl if its definition is required to make visible to
+dnl the compiler a set of *_r functions. Finally, if
+dnl _REENTRANT is already defined or needed it takes
+dnl care of making adjustments necessary to ensure
+dnl that it is defined equally for further configure
+dnl tests and generated config file.
+
+AC_DEFUN([CARES_CONFIGURE_REENTRANT], [
+  AC_PREREQ([2.50])dnl
+  #
+  AC_MSG_CHECKING([if _REENTRANT is already defined])
+  AC_COMPILE_IFELSE([
+    AC_LANG_PROGRAM([[
+    ]],[[
+#ifdef _REENTRANT
+      int dummy=1;
+#else
+      force compilation error
+#endif
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    tmp_reentrant_initially_defined="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tmp_reentrant_initially_defined="no"
+  ])
+  #
+  if test "$tmp_reentrant_initially_defined" = "no"; then
+    AC_MSG_CHECKING([if _REENTRANT is actually needed])
+    CARES_CHECK_NEED_REENTRANT_SYSTEM
+    if test "$tmp_need_reentrant" = "no"; then
+      CARES_CHECK_NEED_REENTRANT_ERRNO
+    fi
+    if test "$tmp_need_reentrant" = "no"; then
+      CARES_CHECK_NEED_REENTRANT_FUNCTIONS_R
+    fi
+    if test "$tmp_need_reentrant" = "yes"; then
+      AC_MSG_RESULT([yes])
+    else
+      AC_MSG_RESULT([no])
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if _REENTRANT is onwards defined])
+  if test "$tmp_reentrant_initially_defined" = "yes" ||
+    test "$tmp_need_reentrant" = "yes"; then
+    CARES_CONFIGURE_FROM_NOW_ON_WITH_REENTRANT
+    AC_MSG_RESULT([yes])
+  else
+    AC_MSG_RESULT([no])
+  fi
+  #
+])
+
+
+dnl CARES_CONFIGURE_THREAD_SAFE
+dnl -------------------------------------------------
+dnl This first checks if the preprocessor _THREAD_SAFE
+dnl symbol is already defined. If it isn't currently
+dnl defined a set of checks are performed to verify
+dnl if its definition is required. Finally, if
+dnl _THREAD_SAFE is already defined or needed it takes
+dnl care of making adjustments necessary to ensure
+dnl that it is defined equally for further configure
+dnl tests and generated config file.
+
+AC_DEFUN([CARES_CONFIGURE_THREAD_SAFE], [
+  AC_PREREQ([2.50])dnl
+  #
+  AC_MSG_CHECKING([if _THREAD_SAFE is already defined])
+  AC_COMPILE_IFELSE([
+    AC_LANG_PROGRAM([[
+    ]],[[
+#ifdef _THREAD_SAFE
+      int dummy=1;
+#else
+      force compilation error
+#endif
+    ]])
+  ],[
+    AC_MSG_RESULT([yes])
+    tmp_thread_safe_initially_defined="yes"
+  ],[
+    AC_MSG_RESULT([no])
+    tmp_thread_safe_initially_defined="no"
+  ])
+  #
+  if test "$tmp_thread_safe_initially_defined" = "no"; then
+    AC_MSG_CHECKING([if _THREAD_SAFE is actually needed])
+    CARES_CHECK_NEED_THREAD_SAFE_SYSTEM
+    if test "$tmp_need_thread_safe" = "yes"; then
+      AC_MSG_RESULT([yes])
+    else
+      AC_MSG_RESULT([no])
+    fi
+  fi
+  #
+  AC_MSG_CHECKING([if _THREAD_SAFE is onwards defined])
+  if test "$tmp_thread_safe_initially_defined" = "yes" ||
+    test "$tmp_need_thread_safe" = "yes"; then
+    CARES_CONFIGURE_FROM_NOW_ON_WITH_THREAD_SAFE
+    AC_MSG_RESULT([yes])
+  else
+    AC_MSG_RESULT([no])
+  fi
+  #
+])
blob - /dev/null
blob + f0adc8975c663f2812f1093b110882f609e25f08 (mode 644)
--- /dev/null
+++ src/c-ares/m4/cares-system.m4
@@ -0,0 +1,83 @@
+#***************************************************************************
+# $Id$
+#
+# Copyright (C) 2008 - 2009 by Daniel Stenberg et al
+#
+# Permission to use, copy, modify, and distribute this software and its
+# documentation for any purpose and without fee is hereby granted, provided
+# that the above copyright notice appear in all copies and that both that
+# copyright notice and this permission notice appear in supporting
+# documentation, and that the name of M.I.T. not be used in advertising or
+# publicity pertaining to distribution of the software without specific,
+# written prior permission.  M.I.T. makes no representations about the
+# suitability of this software for any purpose.  It is provided "as is"
+# without express or implied warranty.
+#
+#***************************************************************************
+
+# File version for 'aclocal' use. Keep it a single number.
+# serial 3
+
+
+dnl CARES_CHECK_PATH_SEPARATOR
+dnl -------------------------------------------------
+dnl Check and compute the path separator for us. This
+dnl path separator is the symbol used to diferentiate
+dnl or separate paths inside the PATH environment var.
+
+AC_DEFUN([CARES_CHECK_PATH_SEPARATOR], [
+  if test -z "$cares_cv_PATH_SEPARATOR"; then
+    if test -z "$PATH"; then
+      AC_MSG_ERROR([PATH not set. Cannot continue without PATH being set.])
+    fi
+    dnl Directory count in PATH when using a colon separator.
+    tst_dirs_col=0
+    tst_save_IFS=$IFS; IFS=':'
+    for tst_dir in $PATH; do
+      IFS=$tst_save_IFS
+      test -d "$tst_dir" && tst_dirs_col=`expr $tst_dirs_col + 1`
+    done
+    IFS=$tst_save_IFS
+    dnl Directory count in PATH when using a semicolon separator.
+    tst_dirs_sem=0
+    tst_save_IFS=$IFS; IFS=';'
+    for tst_dir in $PATH; do
+      IFS=$tst_save_IFS
+      test -d "$tst_dir" && tst_dirs_sem=`expr $tst_dirs_sem + 1`
+    done
+    IFS=$tst_save_IFS
+    if test $tst_dirs_sem -eq $tst_dirs_col; then
+      dnl When both counting methods give the same result we do not want to
+      dnl chose one over the other, and consider auto-detection not possible.
+      if test -z "$PATH_SEPARATOR"; then
+        dnl Stop dead until user provides PATH_SEPARATOR definition.
+        AC_MSG_ERROR([PATH_SEPARATOR not set. Cannot continue without it.])
+      fi
+    else
+      dnl Separator with the greater directory count is the auto-detected one.
+      if test $tst_dirs_sem -gt $tst_dirs_col; then
+        tst_auto_separator=';'
+      else
+        tst_auto_separator=':'
+      fi
+      if test -z "$PATH_SEPARATOR"; then
+        dnl Simply use the auto-detected one when not already set.
+        PATH_SEPARATOR="$tst_auto_separator"
+      fi
+    fi
+    cares_cv_PATH_SEPARATOR="$PATH_SEPARATOR"
+  fi
+  AC_SUBST([PATH_SEPARATOR])
+  AC_SUBST([PATH])
+])
+
+
+dnl CARES_CHECK_PATH_SEPARATOR_REQUIRED
+dnl -------------------------------------------------
+dnl Use this to ensure that the path separator check
+dnl macro is only expanded and included once.
+
+AC_DEFUN([CARES_CHECK_PATH_SEPARATOR_REQUIRED], [
+  AC_REQUIRE([CARES_CHECK_PATH_SEPARATOR])dnl
+])
+
blob - /dev/null
blob + a3fee5360f644854cc9497a7b3b1ed2ba6d46f08 (mode 644)
--- /dev/null
+++ src/c-ares/m4/libtool.m4
@@ -0,0 +1,7377 @@
+# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
+#
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
+#   Written by Gordon Matzigkeit, 1996
+#
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+
+m4_define([_LT_COPYING], [dnl
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
+#   Written by Gordon Matzigkeit, 1996
+#
+#   This file is part of GNU Libtool.
+#
+# GNU Libtool is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# As a special exception to the GNU General Public License,
+# if you distribute this file as part of a program or library that
+# is built using GNU Libtool, you may include this file under the
+# same distribution terms that you use for the rest of that program.
+#
+# GNU Libtool is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Libtool; see the file COPYING.  If not, a copy
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
+# obtained by writing to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+])
+
+# serial 56 LT_INIT
+
+
+# LT_PREREQ(VERSION)
+# ------------------
+# Complain and exit if this libtool version is less that VERSION.
+m4_defun([LT_PREREQ],
+[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
+       [m4_default([$3],
+		   [m4_fatal([Libtool version $1 or higher is required],
+		             63)])],
+       [$2])])
+
+
+# _LT_CHECK_BUILDDIR
+# ------------------
+# Complain if the absolute build directory name contains unusual characters
+m4_defun([_LT_CHECK_BUILDDIR],
+[case `pwd` in
+  *\ * | *\	*)
+    AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
+esac
+])
+
+
+# LT_INIT([OPTIONS])
+# ------------------
+AC_DEFUN([LT_INIT],
+[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
+AC_BEFORE([$0], [LT_LANG])dnl
+AC_BEFORE([$0], [LT_OUTPUT])dnl
+AC_BEFORE([$0], [LTDL_INIT])dnl
+m4_require([_LT_CHECK_BUILDDIR])dnl
+
+dnl Autoconf doesn't catch unexpanded LT_ macros by default:
+m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
+m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
+dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
+dnl unless we require an AC_DEFUNed macro:
+AC_REQUIRE([LTOPTIONS_VERSION])dnl
+AC_REQUIRE([LTSUGAR_VERSION])dnl
+AC_REQUIRE([LTVERSION_VERSION])dnl
+AC_REQUIRE([LTOBSOLETE_VERSION])dnl
+m4_require([_LT_PROG_LTMAIN])dnl
+
+dnl Parse OPTIONS
+_LT_SET_OPTIONS([$0], [$1])
+
+# This can be used to rebuild libtool when needed
+LIBTOOL_DEPS="$ltmain"
+
+# Always use our own libtool.
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+AC_SUBST(LIBTOOL)dnl
+
+_LT_SETUP
+
+# Only expand once:
+m4_define([LT_INIT])
+])# LT_INIT
+
+# Old names:
+AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
+AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
+dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
+
+
+# _LT_CC_BASENAME(CC)
+# -------------------
+# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
+m4_defun([_LT_CC_BASENAME],
+[for cc_temp in $1""; do
+  case $cc_temp in
+    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
+    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
+])
+
+
+# _LT_FILEUTILS_DEFAULTS
+# ----------------------
+# It is okay to use these file commands and assume they have been set
+# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
+m4_defun([_LT_FILEUTILS_DEFAULTS],
+[: ${CP="cp -f"}
+: ${MV="mv -f"}
+: ${RM="rm -f"}
+])# _LT_FILEUTILS_DEFAULTS
+
+
+# _LT_SETUP
+# ---------
+m4_defun([_LT_SETUP],
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+AC_REQUIRE([AC_CANONICAL_BUILD])dnl
+_LT_DECL([], [host_alias], [0], [The host system])dnl
+_LT_DECL([], [host], [0])dnl
+_LT_DECL([], [host_os], [0])dnl
+dnl
+_LT_DECL([], [build_alias], [0], [The build system])dnl
+_LT_DECL([], [build], [0])dnl
+_LT_DECL([], [build_os], [0])dnl
+dnl
+AC_REQUIRE([AC_PROG_CC])dnl
+AC_REQUIRE([LT_PATH_LD])dnl
+AC_REQUIRE([LT_PATH_NM])dnl
+dnl
+AC_REQUIRE([AC_PROG_LN_S])dnl
+test -z "$LN_S" && LN_S="ln -s"
+_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
+dnl
+AC_REQUIRE([LT_CMD_MAX_LEN])dnl
+_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
+_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
+dnl
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+m4_require([_LT_CHECK_SHELL_FEATURES])dnl
+m4_require([_LT_CMD_RELOAD])dnl
+m4_require([_LT_CHECK_MAGIC_METHOD])dnl
+m4_require([_LT_CMD_OLD_ARCHIVE])dnl
+m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
+
+_LT_CONFIG_LIBTOOL_INIT([
+# See if we are running on zsh, and set the options which allow our
+# commands through without removal of \ escapes INIT.
+if test -n "\${ZSH_VERSION+set}" ; then
+   setopt NO_GLOB_SUBST
+fi
+])
+if test -n "${ZSH_VERSION+set}" ; then
+   setopt NO_GLOB_SUBST
+fi
+
+_LT_CHECK_OBJDIR
+
+m4_require([_LT_TAG_COMPILER])dnl
+_LT_PROG_ECHO_BACKSLASH
+
+case $host_os in
+aix3*)
+  # AIX sometimes has problems with the GCC collect2 program.  For some
+  # reason, if we set the COLLECT_NAMES environment variable, the problems
+  # vanish in a puff of smoke.
+  if test "X${COLLECT_NAMES+set}" != Xset; then
+    COLLECT_NAMES=
+    export COLLECT_NAMES
+  fi
+  ;;
+esac
+
+# Sed substitution that helps us do robust quoting.  It backslashifies
+# metacharacters that are still active within double-quoted strings.
+sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
+
+# Same as above, but do not quote variable references.
+double_quote_subst='s/\([["`\\]]\)/\\\1/g'
+
+# Sed substitution to delay expansion of an escaped shell variable in a
+# double_quote_subst'ed string.
+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
+
+# Sed substitution to delay expansion of an escaped single quote.
+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
+
+# Sed substitution to avoid accidental globbing in evaled expressions
+no_glob_subst='s/\*/\\\*/g'
+
+# Global variables:
+ofile=libtool
+can_build_shared=yes
+
+# All known linkers require a `.a' archive for static linking (except MSVC,
+# which needs '.lib').
+libext=a
+
+with_gnu_ld="$lt_cv_prog_gnu_ld"
+
+old_CC="$CC"
+old_CFLAGS="$CFLAGS"
+
+# Set sane defaults for various variables
+test -z "$CC" && CC=cc
+test -z "$LTCC" && LTCC=$CC
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
+test -z "$LD" && LD=ld
+test -z "$ac_objext" && ac_objext=o
+
+_LT_CC_BASENAME([$compiler])
+
+# Only perform the check for file, if the check method requires it
+test -z "$MAGIC_CMD" && MAGIC_CMD=file
+case $deplibs_check_method in
+file_magic*)
+  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
+    _LT_PATH_MAGIC
+  fi
+  ;;
+esac
+
+# Use C for the default configuration in the libtool script
+LT_SUPPORTED_TAG([CC])
+_LT_LANG_C_CONFIG
+_LT_LANG_DEFAULT_CONFIG
+_LT_CONFIG_COMMANDS
+])# _LT_SETUP
+
+
+# _LT_PROG_LTMAIN
+# ---------------
+# Note that this code is called both from `configure', and `config.status'
+# now that we use AC_CONFIG_COMMANDS to generate libtool.  Notably,
+# `config.status' has no value for ac_aux_dir unless we are using Automake,
+# so we pass a copy along to make sure it has a sensible value anyway.
+m4_defun([_LT_PROG_LTMAIN],
+[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
+_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
+ltmain="$ac_aux_dir/ltmain.sh"
+])# _LT_PROG_LTMAIN
+
+
+## ------------------------------------- ##
+## Accumulate code for creating libtool. ##
+## ------------------------------------- ##
+
+# So that we can recreate a full libtool script including additional
+# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
+# in macros and then make a single call at the end using the `libtool'
+# label.
+
+
+# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
+# ----------------------------------------
+# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
+m4_define([_LT_CONFIG_LIBTOOL_INIT],
+[m4_ifval([$1],
+          [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
+                     [$1
+])])])
+
+# Initialize.
+m4_define([_LT_OUTPUT_LIBTOOL_INIT])
+
+
+# _LT_CONFIG_LIBTOOL([COMMANDS])
+# ------------------------------
+# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
+m4_define([_LT_CONFIG_LIBTOOL],
+[m4_ifval([$1],
+          [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
+                     [$1
+])])])
+
+# Initialize.
+m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
+
+
+# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
+# -----------------------------------------------------
+m4_defun([_LT_CONFIG_SAVE_COMMANDS],
+[_LT_CONFIG_LIBTOOL([$1])
+_LT_CONFIG_LIBTOOL_INIT([$2])
+])
+
+
+# _LT_FORMAT_COMMENT([COMMENT])
+# -----------------------------
+# Add leading comment marks to the start of each line, and a trailing
+# full-stop to the whole comment if one is not present already.
+m4_define([_LT_FORMAT_COMMENT],
+[m4_ifval([$1], [
+m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
+              [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
+)])
+
+
+
+## ------------------------ ##
+## FIXME: Eliminate VARNAME ##
+## ------------------------ ##
+
+
+# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
+# -------------------------------------------------------------------
+# CONFIGNAME is the name given to the value in the libtool script.
+# VARNAME is the (base) name used in the configure script.
+# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
+# VARNAME.  Any other value will be used directly.
+m4_define([_LT_DECL],
+[lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
+    [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
+	[m4_ifval([$1], [$1], [$2])])
+    lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
+    m4_ifval([$4],
+	[lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
+    lt_dict_add_subkey([lt_decl_dict], [$2],
+	[tagged?], [m4_ifval([$5], [yes], [no])])])
+])
+
+
+# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
+# --------------------------------------------------------
+m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
+
+
+# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
+# ------------------------------------------------
+m4_define([lt_decl_tag_varnames],
+[_lt_decl_filter([tagged?], [yes], $@)])
+
+
+# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
+# ---------------------------------------------------------
+m4_define([_lt_decl_filter],
+[m4_case([$#],
+  [0], [m4_fatal([$0: too few arguments: $#])],
+  [1], [m4_fatal([$0: too few arguments: $#: $1])],
+  [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
+  [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
+  [lt_dict_filter([lt_decl_dict], $@)])[]dnl
+])
+
+
+# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
+# --------------------------------------------------
+m4_define([lt_decl_quote_varnames],
+[_lt_decl_filter([value], [1], $@)])
+
+
+# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
+# ---------------------------------------------------
+m4_define([lt_decl_dquote_varnames],
+[_lt_decl_filter([value], [2], $@)])
+
+
+# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
+# ---------------------------------------------------
+m4_define([lt_decl_varnames_tagged],
+[m4_assert([$# <= 2])dnl
+_$0(m4_quote(m4_default([$1], [[, ]])),
+    m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
+    m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
+m4_define([_lt_decl_varnames_tagged],
+[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
+
+
+# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
+# ------------------------------------------------
+m4_define([lt_decl_all_varnames],
+[_$0(m4_quote(m4_default([$1], [[, ]])),
+     m4_if([$2], [],
+	   m4_quote(lt_decl_varnames),
+	m4_quote(m4_shift($@))))[]dnl
+])
+m4_define([_lt_decl_all_varnames],
+[lt_join($@, lt_decl_varnames_tagged([$1],
+			lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
+])
+
+
+# _LT_CONFIG_STATUS_DECLARE([VARNAME])
+# ------------------------------------
+# Quote a variable value, and forward it to `config.status' so that its
+# declaration there will have the same value as in `configure'.  VARNAME
+# must have a single quote delimited value for this to work.
+m4_define([_LT_CONFIG_STATUS_DECLARE],
+[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
+
+
+# _LT_CONFIG_STATUS_DECLARATIONS
+# ------------------------------
+# We delimit libtool config variables with single quotes, so when
+# we write them to config.status, we have to be sure to quote all
+# embedded single quotes properly.  In configure, this macro expands
+# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
+#
+#    <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
+m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
+[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
+    [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
+
+
+# _LT_LIBTOOL_TAGS
+# ----------------
+# Output comment and list of tags supported by the script
+m4_defun([_LT_LIBTOOL_TAGS],
+[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
+available_tags="_LT_TAGS"dnl
+])
+
+
+# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
+# -----------------------------------
+# Extract the dictionary values for VARNAME (optionally with TAG) and
+# expand to a commented shell variable setting:
+#
+#    # Some comment about what VAR is for.
+#    visible_name=$lt_internal_name
+m4_define([_LT_LIBTOOL_DECLARE],
+[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
+					   [description])))[]dnl
+m4_pushdef([_libtool_name],
+    m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
+m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
+    [0], [_libtool_name=[$]$1],
+    [1], [_libtool_name=$lt_[]$1],
+    [2], [_libtool_name=$lt_[]$1],
+    [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
+m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
+])
+
+
+# _LT_LIBTOOL_CONFIG_VARS
+# -----------------------
+# Produce commented declarations of non-tagged libtool config variables
+# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
+# script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
+# section) are produced by _LT_LIBTOOL_TAG_VARS.
+m4_defun([_LT_LIBTOOL_CONFIG_VARS],
+[m4_foreach([_lt_var],
+    m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
+    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
+
+
+# _LT_LIBTOOL_TAG_VARS(TAG)
+# -------------------------
+m4_define([_LT_LIBTOOL_TAG_VARS],
+[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
+    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
+
+
+# _LT_TAGVAR(VARNAME, [TAGNAME])
+# ------------------------------
+m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
+
+
+# _LT_CONFIG_COMMANDS
+# -------------------
+# Send accumulated output to $CONFIG_STATUS.  Thanks to the lists of
+# variables for single and double quote escaping we saved from calls
+# to _LT_DECL, we can put quote escaped variables declarations
+# into `config.status', and then the shell code to quote escape them in
+# for loops in `config.status'.  Finally, any additional code accumulated
+# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
+m4_defun([_LT_CONFIG_COMMANDS],
+[AC_PROVIDE_IFELSE([LT_OUTPUT],
+	dnl If the libtool generation code has been placed in $CONFIG_LT,
+	dnl instead of duplicating it all over again into config.status,
+	dnl then we will have config.status run $CONFIG_LT later, so it
+	dnl needs to know what name is stored there:
+        [AC_CONFIG_COMMANDS([libtool],
+            [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
+    dnl If the libtool generation code is destined for config.status,
+    dnl expand the accumulated commands and init code now:
+    [AC_CONFIG_COMMANDS([libtool],
+        [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
+])#_LT_CONFIG_COMMANDS
+
+
+# Initialize.
+m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
+[
+
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+sed_quote_subst='$sed_quote_subst'
+double_quote_subst='$double_quote_subst'
+delay_variable_subst='$delay_variable_subst'
+_LT_CONFIG_STATUS_DECLARATIONS
+LTCC='$LTCC'
+LTCFLAGS='$LTCFLAGS'
+compiler='$compiler_DEFAULT'
+
+# Quote evaled strings.
+for var in lt_decl_all_varnames([[ \
+]], lt_decl_quote_varnames); do
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
+    *[[\\\\\\\`\\"\\\$]]*)
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
+      ;;
+    *)
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
+      ;;
+    esac
+done
+
+# Double-quote double-evaled strings.
+for var in lt_decl_all_varnames([[ \
+]], lt_decl_dquote_varnames); do
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
+    *[[\\\\\\\`\\"\\\$]]*)
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
+      ;;
+    *)
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
+      ;;
+    esac
+done
+
+# Fix-up fallback echo if it was mangled by the above quoting rules.
+case \$lt_ECHO in
+*'\\\[$]0 --fallback-echo"')dnl "
+  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
+  ;;
+esac
+
+_LT_OUTPUT_LIBTOOL_INIT
+])
+
+
+# LT_OUTPUT
+# ---------
+# This macro allows early generation of the libtool script (before
+# AC_OUTPUT is called), incase it is used in configure for compilation
+# tests.
+AC_DEFUN([LT_OUTPUT],
+[: ${CONFIG_LT=./config.lt}
+AC_MSG_NOTICE([creating $CONFIG_LT])
+cat >"$CONFIG_LT" <<_LTEOF
+#! $SHELL
+# Generated by $as_me.
+# Run this file to recreate a libtool stub with the current configuration.
+
+lt_cl_silent=false
+SHELL=\${CONFIG_SHELL-$SHELL}
+_LTEOF
+
+cat >>"$CONFIG_LT" <<\_LTEOF
+AS_SHELL_SANITIZE
+_AS_PREPARE
+
+exec AS_MESSAGE_FD>&1
+exec AS_MESSAGE_LOG_FD>>config.log
+{
+  echo
+  AS_BOX([Running $as_me.])
+} >&AS_MESSAGE_LOG_FD
+
+lt_cl_help="\
+\`$as_me' creates a local libtool stub from the current configuration,
+for use in further configure time tests before the real libtool is
+generated.
+
+Usage: $[0] [[OPTIONS]]
+
+  -h, --help      print this help, then exit
+  -V, --version   print version number, then exit
+  -q, --quiet     do not print progress messages
+  -d, --debug     don't remove temporary files
+
+Report bugs to <bug-libtool@gnu.org>."
+
+lt_cl_version="\
+m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
+m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
+configured by $[0], generated by m4_PACKAGE_STRING.
+
+Copyright (C) 2008 Free Software Foundation, Inc.
+This config.lt script is free software; the Free Software Foundation
+gives unlimited permision to copy, distribute and modify it."
+
+while test $[#] != 0
+do
+  case $[1] in
+    --version | --v* | -V )
+      echo "$lt_cl_version"; exit 0 ;;
+    --help | --h* | -h )
+      echo "$lt_cl_help"; exit 0 ;;
+    --debug | --d* | -d )
+      debug=: ;;
+    --quiet | --q* | --silent | --s* | -q )
+      lt_cl_silent=: ;;
+
+    -*) AC_MSG_ERROR([unrecognized option: $[1]
+Try \`$[0] --help' for more information.]) ;;
+
+    *) AC_MSG_ERROR([unrecognized argument: $[1]
+Try \`$[0] --help' for more information.]) ;;
+  esac
+  shift
+done
+
+if $lt_cl_silent; then
+  exec AS_MESSAGE_FD>/dev/null
+fi
+_LTEOF
+
+cat >>"$CONFIG_LT" <<_LTEOF
+_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
+_LTEOF
+
+cat >>"$CONFIG_LT" <<\_LTEOF
+AC_MSG_NOTICE([creating $ofile])
+_LT_OUTPUT_LIBTOOL_COMMANDS
+AS_EXIT(0)
+_LTEOF
+chmod +x "$CONFIG_LT"
+
+# configure is writing to config.log, but config.lt does its own redirection,
+# appending to config.log, which fails on DOS, as config.log is still kept
+# open by configure.  Here we exec the FD to /dev/null, effectively closing
+# config.log, so it can be properly (re)opened and appended to by config.lt.
+if test "$no_create" != yes; then
+  lt_cl_success=:
+  test "$silent" = yes &&
+    lt_config_lt_args="$lt_config_lt_args --quiet"
+  exec AS_MESSAGE_LOG_FD>/dev/null
+  $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
+  exec AS_MESSAGE_LOG_FD>>config.log
+  $lt_cl_success || AS_EXIT(1)
+fi
+])# LT_OUTPUT
+
+
+# _LT_CONFIG(TAG)
+# ---------------
+# If TAG is the built-in tag, create an initial libtool script with a
+# default configuration from the untagged config vars.  Otherwise add code
+# to config.status for appending the configuration named by TAG from the
+# matching tagged config vars.
+m4_defun([_LT_CONFIG],
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+_LT_CONFIG_SAVE_COMMANDS([
+  m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
+  m4_if(_LT_TAG, [C], [
+    # See if we are running on zsh, and set the options which allow our
+    # commands through without removal of \ escapes.
+    if test -n "${ZSH_VERSION+set}" ; then
+      setopt NO_GLOB_SUBST
+    fi
+
+    cfgfile="${ofile}T"
+    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
+    $RM "$cfgfile"
+
+    cat <<_LT_EOF >> "$cfgfile"
+#! $SHELL
+
+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
+#
+_LT_COPYING
+_LT_LIBTOOL_TAGS
+
+# ### BEGIN LIBTOOL CONFIG
+_LT_LIBTOOL_CONFIG_VARS
+_LT_LIBTOOL_TAG_VARS
+# ### END LIBTOOL CONFIG
+
+_LT_EOF
+
+  case $host_os in
+  aix3*)
+    cat <<\_LT_EOF >> "$cfgfile"
+# AIX sometimes has problems with the GCC collect2 program.  For some
+# reason, if we set the COLLECT_NAMES environment variable, the problems
+# vanish in a puff of smoke.
+if test "X${COLLECT_NAMES+set}" != Xset; then
+  COLLECT_NAMES=
+  export COLLECT_NAMES
+fi
+_LT_EOF
+    ;;
+  esac
+
+  _LT_PROG_LTMAIN
+
+  # We use sed instead of cat because bash on DJGPP gets confused if
+  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
+  # text mode, it properly converts lines to CR/LF.  This bash problem
+  # is reportedly fixed, but why not run on old versions too?
+  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
+    || (rm -f "$cfgfile"; exit 1)
+
+  _LT_PROG_XSI_SHELLFNS
+
+  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
+    || (rm -f "$cfgfile"; exit 1)
+
+  mv -f "$cfgfile" "$ofile" ||
+    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
+  chmod +x "$ofile"
+],
+[cat <<_LT_EOF >> "$ofile"
+
+dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
+dnl in a comment (ie after a #).
+# ### BEGIN LIBTOOL TAG CONFIG: $1
+_LT_LIBTOOL_TAG_VARS(_LT_TAG)
+# ### END LIBTOOL TAG CONFIG: $1
+_LT_EOF
+])dnl /m4_if
+],
+[m4_if([$1], [], [
+    PACKAGE='$PACKAGE'
+    VERSION='$VERSION'
+    TIMESTAMP='$TIMESTAMP'
+    RM='$RM'
+    ofile='$ofile'], [])
+])dnl /_LT_CONFIG_SAVE_COMMANDS
+])# _LT_CONFIG
+
+
+# LT_SUPPORTED_TAG(TAG)
+# ---------------------
+# Trace this macro to discover what tags are supported by the libtool
+# --tag option, using:
+#    autoconf --trace 'LT_SUPPORTED_TAG:$1'
+AC_DEFUN([LT_SUPPORTED_TAG], [])
+
+
+# C support is built-in for now
+m4_define([_LT_LANG_C_enabled], [])
+m4_define([_LT_TAGS], [])
+
+
+# LT_LANG(LANG)
+# -------------
+# Enable libtool support for the given language if not already enabled.
+AC_DEFUN([LT_LANG],
+[AC_BEFORE([$0], [LT_OUTPUT])dnl
+m4_case([$1],
+  [C],			[_LT_LANG(C)],
+  [C++],		[_LT_LANG(CXX)],
+  [Java],		[_LT_LANG(GCJ)],
+  [Fortran 77],		[_LT_LANG(F77)],
+  [Fortran],		[_LT_LANG(FC)],
+  [Windows Resource],	[_LT_LANG(RC)],
+  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
+    [_LT_LANG($1)],
+    [m4_fatal([$0: unsupported language: "$1"])])])dnl
+])# LT_LANG
+
+
+# _LT_LANG(LANGNAME)
+# ------------------
+m4_defun([_LT_LANG],
+[m4_ifdef([_LT_LANG_]$1[_enabled], [],
+  [LT_SUPPORTED_TAG([$1])dnl
+  m4_append([_LT_TAGS], [$1 ])dnl
+  m4_define([_LT_LANG_]$1[_enabled], [])dnl
+  _LT_LANG_$1_CONFIG($1)])dnl
+])# _LT_LANG
+
+
+# _LT_LANG_DEFAULT_CONFIG
+# -----------------------
+m4_defun([_LT_LANG_DEFAULT_CONFIG],
+[AC_PROVIDE_IFELSE([AC_PROG_CXX],
+  [LT_LANG(CXX)],
+  [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
+
+AC_PROVIDE_IFELSE([AC_PROG_F77],
+  [LT_LANG(F77)],
+  [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
+
+AC_PROVIDE_IFELSE([AC_PROG_FC],
+  [LT_LANG(FC)],
+  [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
+
+dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
+dnl pulling things in needlessly.
+AC_PROVIDE_IFELSE([AC_PROG_GCJ],
+  [LT_LANG(GCJ)],
+  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
+    [LT_LANG(GCJ)],
+    [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
+      [LT_LANG(GCJ)],
+      [m4_ifdef([AC_PROG_GCJ],
+	[m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
+       m4_ifdef([A][M_PROG_GCJ],
+	[m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
+       m4_ifdef([LT_PROG_GCJ],
+	[m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
+
+AC_PROVIDE_IFELSE([LT_PROG_RC],
+  [LT_LANG(RC)],
+  [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
+])# _LT_LANG_DEFAULT_CONFIG
+
+# Obsolete macros:
+AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
+AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
+AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
+AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
+dnl AC_DEFUN([AC_LIBTOOL_F77], [])
+dnl AC_DEFUN([AC_LIBTOOL_FC], [])
+dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
+
+
+# _LT_TAG_COMPILER
+# ----------------
+m4_defun([_LT_TAG_COMPILER],
+[AC_REQUIRE([AC_PROG_CC])dnl
+
+_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
+_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
+_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
+_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
+
+# If no C compiler was specified, use CC.
+LTCC=${LTCC-"$CC"}
+
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
+# Allow CC to be a program name with arguments.
+compiler=$CC
+])# _LT_TAG_COMPILER
+
+
+# _LT_COMPILER_BOILERPLATE
+# ------------------------
+# Check for compiler boilerplate output or warnings with
+# the simple compiler test code.
+m4_defun([_LT_COMPILER_BOILERPLATE],
+[m4_require([_LT_DECL_SED])dnl
+ac_outfile=conftest.$ac_objext
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_compiler_boilerplate=`cat conftest.err`
+$RM conftest*
+])# _LT_COMPILER_BOILERPLATE
+
+
+# _LT_LINKER_BOILERPLATE
+# ----------------------
+# Check for linker boilerplate output or warnings with
+# the simple link test code.
+m4_defun([_LT_LINKER_BOILERPLATE],
+[m4_require([_LT_DECL_SED])dnl
+ac_outfile=conftest.$ac_objext
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_linker_boilerplate=`cat conftest.err`
+$RM -r conftest*
+])# _LT_LINKER_BOILERPLATE
+
+# _LT_REQUIRED_DARWIN_CHECKS
+# -------------------------
+m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
+  case $host_os in
+    rhapsody* | darwin*)
+    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
+    AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
+    AC_CHECK_TOOL([LIPO], [lipo], [:])
+    AC_CHECK_TOOL([OTOOL], [otool], [:])
+    AC_CHECK_TOOL([OTOOL64], [otool64], [:])
+    _LT_DECL([], [DSYMUTIL], [1],
+      [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
+    _LT_DECL([], [NMEDIT], [1],
+      [Tool to change global to local symbols on Mac OS X])
+    _LT_DECL([], [LIPO], [1],
+      [Tool to manipulate fat objects and archives on Mac OS X])
+    _LT_DECL([], [OTOOL], [1],
+      [ldd/readelf like tool for Mach-O binaries on Mac OS X])
+    _LT_DECL([], [OTOOL64], [1],
+      [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
+
+    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
+      [lt_cv_apple_cc_single_mod=no
+      if test -z "${LT_MULTI_MODULE}"; then
+	# By default we will add the -single_module flag. You can override
+	# by either setting the environment variable LT_MULTI_MODULE
+	# non-empty at configure time, or by adding -multi_module to the
+	# link flags.
+	rm -rf libconftest.dylib*
+	echo "int foo(void){return 1;}" > conftest.c
+	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
+-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
+	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
+	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
+        _lt_result=$?
+	if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
+	  lt_cv_apple_cc_single_mod=yes
+	else
+	  cat conftest.err >&AS_MESSAGE_LOG_FD
+	fi
+	rm -rf libconftest.dylib*
+	rm -f conftest.*
+      fi])
+    AC_CACHE_CHECK([for -exported_symbols_list linker flag],
+      [lt_cv_ld_exported_symbols_list],
+      [lt_cv_ld_exported_symbols_list=no
+      save_LDFLAGS=$LDFLAGS
+      echo "_main" > conftest.sym
+      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
+      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
+	[lt_cv_ld_exported_symbols_list=yes],
+	[lt_cv_ld_exported_symbols_list=no])
+	LDFLAGS="$save_LDFLAGS"
+    ])
+    case $host_os in
+    rhapsody* | darwin1.[[012]])
+      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
+    darwin1.*)
+      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+    darwin*) # darwin 5.x on
+      # if running on 10.5 or later, the deployment target defaults
+      # to the OS version, if on x86, and 10.4, the deployment
+      # target defaults to 10.4. Don't you love it?
+      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
+	10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
+	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+	10.[[012]]*)
+	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+	10.*)
+	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+      esac
+    ;;
+  esac
+    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
+      _lt_dar_single_mod='$single_module'
+    fi
+    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
+      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
+    else
+      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
+    fi
+    if test "$DSYMUTIL" != ":"; then
+      _lt_dsymutil='~$DSYMUTIL $lib || :'
+    else
+      _lt_dsymutil=
+    fi
+    ;;
+  esac
+])
+
+
+# _LT_DARWIN_LINKER_FEATURES
+# --------------------------
+# Checks for linker and compiler features on darwin
+m4_defun([_LT_DARWIN_LINKER_FEATURES],
+[
+  m4_require([_LT_REQUIRED_DARWIN_CHECKS])
+  _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+  _LT_TAGVAR(hardcode_direct, $1)=no
+  _LT_TAGVAR(hardcode_automatic, $1)=yes
+  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+  _LT_TAGVAR(whole_archive_flag_spec, $1)=''
+  _LT_TAGVAR(link_all_deplibs, $1)=yes
+  _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
+  case $cc_basename in
+     ifort*) _lt_dar_can_shared=yes ;;
+     *) _lt_dar_can_shared=$GCC ;;
+  esac
+  if test "$_lt_dar_can_shared" = "yes"; then
+    output_verbose_link_cmd=echo
+    _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
+    _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
+    _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
+    _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
+    m4_if([$1], [CXX],
+[   if test "$lt_cv_apple_cc_single_mod" != "yes"; then
+      _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
+      _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
+    fi
+],[])
+  else
+  _LT_TAGVAR(ld_shlibs, $1)=no
+  fi
+])
+
+# _LT_SYS_MODULE_PATH_AIX
+# -----------------------
+# Links a minimal program and checks the executable
+# for the system default hardcoded library path. In most cases,
+# this is /usr/lib:/lib, but when the MPI compilers are used
+# the location of the communication and MPI libs are included too.
+# If we don't find anything, use the default library path according
+# to the aix ld manual.
+m4_defun([_LT_SYS_MODULE_PATH_AIX],
+[m4_require([_LT_DECL_SED])dnl
+AC_LINK_IFELSE(AC_LANG_PROGRAM,[
+lt_aix_libpath_sed='
+    /Import File Strings/,/^$/ {
+	/^0/ {
+	    s/^0  *\(.*\)$/\1/
+	    p
+	}
+    }'
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+# Check for a 64-bit object if we didn't find anything.
+if test -z "$aix_libpath"; then
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+fi],[])
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+])# _LT_SYS_MODULE_PATH_AIX
+
+
+# _LT_SHELL_INIT(ARG)
+# -------------------
+m4_define([_LT_SHELL_INIT],
+[ifdef([AC_DIVERSION_NOTICE],
+	     [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
+	 [AC_DIVERT_PUSH(NOTICE)])
+$1
+AC_DIVERT_POP
+])# _LT_SHELL_INIT
+
+
+# _LT_PROG_ECHO_BACKSLASH
+# -----------------------
+# Add some code to the start of the generated configure script which
+# will find an echo command which doesn't interpret backslashes.
+m4_defun([_LT_PROG_ECHO_BACKSLASH],
+[_LT_SHELL_INIT([
+# Check that we are running under the correct shell.
+SHELL=${CONFIG_SHELL-/bin/sh}
+
+case X$lt_ECHO in
+X*--fallback-echo)
+  # Remove one level of quotation (which was required for Make).
+  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
+  ;;
+esac
+
+ECHO=${lt_ECHO-echo}
+if test "X[$]1" = X--no-reexec; then
+  # Discard the --no-reexec flag, and continue.
+  shift
+elif test "X[$]1" = X--fallback-echo; then
+  # Avoid inline document here, it may be left over
+  :
+elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
+  # Yippee, $ECHO works!
+  :
+else
+  # Restart under the correct shell.
+  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
+fi
+
+if test "X[$]1" = X--fallback-echo; then
+  # used as fallback echo
+  shift
+  cat <<_LT_EOF
+[$]*
+_LT_EOF
+  exit 0
+fi
+
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+if test -z "$lt_ECHO"; then
+  if test "X${echo_test_string+set}" != Xset; then
+    # find a string as large as possible, as long as the shell can cope with it
+    for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
+      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
+      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
+	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
+      then
+        break
+      fi
+    done
+  fi
+
+  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
+     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
+     test "X$echo_testing_string" = "X$echo_test_string"; then
+    :
+  else
+    # The Solaris, AIX, and Digital Unix default echo programs unquote
+    # backslashes.  This makes it impossible to quote backslashes using
+    #   echo "$something" | sed 's/\\/\\\\/g'
+    #
+    # So, first we look for a working echo in the user's PATH.
+
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+    for dir in $PATH /usr/ucb; do
+      IFS="$lt_save_ifs"
+      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
+         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
+         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
+         test "X$echo_testing_string" = "X$echo_test_string"; then
+        ECHO="$dir/echo"
+        break
+      fi
+    done
+    IFS="$lt_save_ifs"
+
+    if test "X$ECHO" = Xecho; then
+      # We didn't find a better echo, so look for alternatives.
+      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
+         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
+         test "X$echo_testing_string" = "X$echo_test_string"; then
+        # This shell has a builtin print -r that does the trick.
+        ECHO='print -r'
+      elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
+	   test "X$CONFIG_SHELL" != X/bin/ksh; then
+        # If we have ksh, try running configure again with it.
+        ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
+        export ORIGINAL_CONFIG_SHELL
+        CONFIG_SHELL=/bin/ksh
+        export CONFIG_SHELL
+        exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
+      else
+        # Try using printf.
+        ECHO='printf %s\n'
+        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
+	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
+	   test "X$echo_testing_string" = "X$echo_test_string"; then
+	  # Cool, printf works
+	  :
+        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
+	     test "X$echo_testing_string" = 'X\t' &&
+	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
+	     test "X$echo_testing_string" = "X$echo_test_string"; then
+	  CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
+	  export CONFIG_SHELL
+	  SHELL="$CONFIG_SHELL"
+	  export SHELL
+	  ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
+        elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
+	     test "X$echo_testing_string" = 'X\t' &&
+	     echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
+	     test "X$echo_testing_string" = "X$echo_test_string"; then
+	  ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
+        else
+	  # maybe with a smaller string...
+	  prev=:
+
+	  for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
+	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
+	    then
+	      break
+	    fi
+	    prev="$cmd"
+	  done
+
+	  if test "$prev" != 'sed 50q "[$]0"'; then
+	    echo_test_string=`eval $prev`
+	    export echo_test_string
+	    exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
+	  else
+	    # Oops.  We lost completely, so just stick with echo.
+	    ECHO=echo
+	  fi
+        fi
+      fi
+    fi
+  fi
+fi
+
+# Copy echo and quote the copy suitably for passing to libtool from
+# the Makefile, instead of quoting the original, which is used later.
+lt_ECHO=$ECHO
+if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
+   lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
+fi
+
+AC_SUBST(lt_ECHO)
+])
+_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
+_LT_DECL([], [ECHO], [1],
+    [An echo program that does not interpret backslashes])
+])# _LT_PROG_ECHO_BACKSLASH
+
+
+# _LT_ENABLE_LOCK
+# ---------------
+m4_defun([_LT_ENABLE_LOCK],
+[AC_ARG_ENABLE([libtool-lock],
+  [AS_HELP_STRING([--disable-libtool-lock],
+    [avoid locking (might break parallel builds)])])
+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
+
+# Some flags need to be propagated to the compiler or linker for good
+# libtool support.
+case $host in
+ia64-*-hpux*)
+  # Find out which ABI we are using.
+  echo 'int i;' > conftest.$ac_ext
+  if AC_TRY_EVAL(ac_compile); then
+    case `/usr/bin/file conftest.$ac_objext` in
+      *ELF-32*)
+	HPUX_IA64_MODE="32"
+	;;
+      *ELF-64*)
+	HPUX_IA64_MODE="64"
+	;;
+    esac
+  fi
+  rm -rf conftest*
+  ;;
+*-*-irix6*)
+  # Find out which ABI we are using.
+  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
+  if AC_TRY_EVAL(ac_compile); then
+    if test "$lt_cv_prog_gnu_ld" = yes; then
+      case `/usr/bin/file conftest.$ac_objext` in
+	*32-bit*)
+	  LD="${LD-ld} -melf32bsmip"
+	  ;;
+	*N32*)
+	  LD="${LD-ld} -melf32bmipn32"
+	  ;;
+	*64-bit*)
+	  LD="${LD-ld} -melf64bmip"
+	;;
+      esac
+    else
+      case `/usr/bin/file conftest.$ac_objext` in
+	*32-bit*)
+	  LD="${LD-ld} -32"
+	  ;;
+	*N32*)
+	  LD="${LD-ld} -n32"
+	  ;;
+	*64-bit*)
+	  LD="${LD-ld} -64"
+	  ;;
+      esac
+    fi
+  fi
+  rm -rf conftest*
+  ;;
+
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
+  # Find out which ABI we are using.
+  echo 'int i;' > conftest.$ac_ext
+  if AC_TRY_EVAL(ac_compile); then
+    case `/usr/bin/file conftest.o` in
+      *32-bit*)
+	case $host in
+	  x86_64-*kfreebsd*-gnu)
+	    LD="${LD-ld} -m elf_i386_fbsd"
+	    ;;
+	  x86_64-*linux*)
+	    LD="${LD-ld} -m elf_i386"
+	    ;;
+	  ppc64-*linux*|powerpc64-*linux*)
+	    LD="${LD-ld} -m elf32ppclinux"
+	    ;;
+	  s390x-*linux*)
+	    LD="${LD-ld} -m elf_s390"
+	    ;;
+	  sparc64-*linux*)
+	    LD="${LD-ld} -m elf32_sparc"
+	    ;;
+	esac
+	;;
+      *64-bit*)
+	case $host in
+	  x86_64-*kfreebsd*-gnu)
+	    LD="${LD-ld} -m elf_x86_64_fbsd"
+	    ;;
+	  x86_64-*linux*)
+	    LD="${LD-ld} -m elf_x86_64"
+	    ;;
+	  ppc*-*linux*|powerpc*-*linux*)
+	    LD="${LD-ld} -m elf64ppc"
+	    ;;
+	  s390*-*linux*|s390*-*tpf*)
+	    LD="${LD-ld} -m elf64_s390"
+	    ;;
+	  sparc*-*linux*)
+	    LD="${LD-ld} -m elf64_sparc"
+	    ;;
+	esac
+	;;
+    esac
+  fi
+  rm -rf conftest*
+  ;;
+
+*-*-sco3.2v5*)
+  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
+  SAVE_CFLAGS="$CFLAGS"
+  CFLAGS="$CFLAGS -belf"
+  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
+    [AC_LANG_PUSH(C)
+     AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
+     AC_LANG_POP])
+  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
+    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
+    CFLAGS="$SAVE_CFLAGS"
+  fi
+  ;;
+sparc*-*solaris*)
+  # Find out which ABI we are using.
+  echo 'int i;' > conftest.$ac_ext
+  if AC_TRY_EVAL(ac_compile); then
+    case `/usr/bin/file conftest.o` in
+    *64-bit*)
+      case $lt_cv_prog_gnu_ld in
+      yes*) LD="${LD-ld} -m elf64_sparc" ;;
+      *)
+	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
+	  LD="${LD-ld} -64"
+	fi
+	;;
+      esac
+      ;;
+    esac
+  fi
+  rm -rf conftest*
+  ;;
+esac
+
+need_locks="$enable_libtool_lock"
+])# _LT_ENABLE_LOCK
+
+
+# _LT_CMD_OLD_ARCHIVE
+# -------------------
+m4_defun([_LT_CMD_OLD_ARCHIVE],
+[AC_CHECK_TOOL(AR, ar, false)
+test -z "$AR" && AR=ar
+test -z "$AR_FLAGS" && AR_FLAGS=cru
+_LT_DECL([], [AR], [1], [The archiver])
+_LT_DECL([], [AR_FLAGS], [1])
+
+AC_CHECK_TOOL(STRIP, strip, :)
+test -z "$STRIP" && STRIP=:
+_LT_DECL([], [STRIP], [1], [A symbol stripping program])
+
+AC_CHECK_TOOL(RANLIB, ranlib, :)
+test -z "$RANLIB" && RANLIB=:
+_LT_DECL([], [RANLIB], [1],
+    [Commands used to install an old-style archive])
+
+# Determine commands to create old-style static archives.
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
+old_postinstall_cmds='chmod 644 $oldlib'
+old_postuninstall_cmds=
+
+if test -n "$RANLIB"; then
+  case $host_os in
+  openbsd*)
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
+    ;;
+  *)
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
+    ;;
+  esac
+  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
+fi
+_LT_DECL([], [old_postinstall_cmds], [2])
+_LT_DECL([], [old_postuninstall_cmds], [2])
+_LT_TAGDECL([], [old_archive_cmds], [2],
+    [Commands used to build an old-style archive])
+])# _LT_CMD_OLD_ARCHIVE
+
+
+# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
+#		[OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
+# ----------------------------------------------------------------
+# Check whether the given compiler option works
+AC_DEFUN([_LT_COMPILER_OPTION],
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+m4_require([_LT_DECL_SED])dnl
+AC_CACHE_CHECK([$1], [$2],
+  [$2=no
+   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+   lt_compiler_flag="$3"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   # The option is referenced via a variable to avoid confusing sed.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
+   (eval "$lt_compile" 2>conftest.err)
+   ac_status=$?
+   cat conftest.err >&AS_MESSAGE_LOG_FD
+   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
+   if (exit $ac_status) && test -s "$ac_outfile"; then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings other than the usual output.
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+       $2=yes
+     fi
+   fi
+   $RM conftest*
+])
+
+if test x"[$]$2" = xyes; then
+    m4_if([$5], , :, [$5])
+else
+    m4_if([$6], , :, [$6])
+fi
+])# _LT_COMPILER_OPTION
+
+# Old name:
+AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
+
+
+# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
+#                  [ACTION-SUCCESS], [ACTION-FAILURE])
+# ----------------------------------------------------
+# Check whether the given linker option works
+AC_DEFUN([_LT_LINKER_OPTION],
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+m4_require([_LT_DECL_SED])dnl
+AC_CACHE_CHECK([$1], [$2],
+  [$2=no
+   save_LDFLAGS="$LDFLAGS"
+   LDFLAGS="$LDFLAGS $3"
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+     # The linker can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     if test -s conftest.err; then
+       # Append any errors to the config.log.
+       cat conftest.err 1>&AS_MESSAGE_LOG_FD
+       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+       if diff conftest.exp conftest.er2 >/dev/null; then
+         $2=yes
+       fi
+     else
+       $2=yes
+     fi
+   fi
+   $RM -r conftest*
+   LDFLAGS="$save_LDFLAGS"
+])
+
+if test x"[$]$2" = xyes; then
+    m4_if([$4], , :, [$4])
+else
+    m4_if([$5], , :, [$5])
+fi
+])# _LT_LINKER_OPTION
+
+# Old name:
+AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
+
+
+# LT_CMD_MAX_LEN
+#---------------
+AC_DEFUN([LT_CMD_MAX_LEN],
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+# find the maximum length of command line arguments
+AC_MSG_CHECKING([the maximum length of command line arguments])
+AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
+  i=0
+  teststring="ABCD"
+
+  case $build_os in
+  msdosdjgpp*)
+    # On DJGPP, this test can blow up pretty badly due to problems in libc
+    # (any single argument exceeding 2000 bytes causes a buffer overrun
+    # during glob expansion).  Even if it were fixed, the result of this
+    # check would be larger than it should be.
+    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
+    ;;
+
+  gnu*)
+    # Under GNU Hurd, this test is not required because there is
+    # no limit to the length of command line arguments.
+    # Libtool will interpret -1 as no limit whatsoever
+    lt_cv_sys_max_cmd_len=-1;
+    ;;
+
+  cygwin* | mingw* | cegcc*)
+    # On Win9x/ME, this test blows up -- it succeeds, but takes
+    # about 5 minutes as the teststring grows exponentially.
+    # Worse, since 9x/ME are not pre-emptively multitasking,
+    # you end up with a "frozen" computer, even though with patience
+    # the test eventually succeeds (with a max line length of 256k).
+    # Instead, let's just punt: use the minimum linelength reported by
+    # all of the supported platforms: 8192 (on NT/2K/XP).
+    lt_cv_sys_max_cmd_len=8192;
+    ;;
+
+  amigaos*)
+    # On AmigaOS with pdksh, this test takes hours, literally.
+    # So we just punt and use a minimum line length of 8192.
+    lt_cv_sys_max_cmd_len=8192;
+    ;;
+
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
+    # This has been around since 386BSD, at least.  Likely further.
+    if test -x /sbin/sysctl; then
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
+    elif test -x /usr/sbin/sysctl; then
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
+    else
+      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
+    fi
+    # And add a safety zone
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
+    ;;
+
+  interix*)
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
+    lt_cv_sys_max_cmd_len=196608
+    ;;
+
+  osf*)
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
+    # nice to cause kernel panics so lets avoid the loop below.
+    # First set a reasonable default.
+    lt_cv_sys_max_cmd_len=16384
+    #
+    if test -x /sbin/sysconfig; then
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
+      esac
+    fi
+    ;;
+  sco3.2v5*)
+    lt_cv_sys_max_cmd_len=102400
+    ;;
+  sysv5* | sco5v6* | sysv4.2uw2*)
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
+    if test -n "$kargmax"; then
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
+    else
+      lt_cv_sys_max_cmd_len=32768
+    fi
+    ;;
+  *)
+    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
+    if test -n "$lt_cv_sys_max_cmd_len"; then
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
+    else
+      # Make teststring a little bigger before we do anything with it.
+      # a 1K string should be a reasonable start.
+      for i in 1 2 3 4 5 6 7 8 ; do
+        teststring=$teststring$teststring
+      done
+      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
+      # If test is not a shell built-in, we'll probably end up computing a
+      # maximum length that is only half of the actual maximum length, but
+      # we can't tell.
+      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
+	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
+	      test $i != 17 # 1/2 MB should be enough
+      do
+        i=`expr $i + 1`
+        teststring=$teststring$teststring
+      done
+      # Only check the string length outside the loop.
+      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
+      teststring=
+      # Add a significant safety factor because C++ compilers can tack on
+      # massive amounts of additional arguments before passing them to the
+      # linker.  It appears as though 1/2 is a usable value.
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
+    fi
+    ;;
+  esac
+])
+if test -n $lt_cv_sys_max_cmd_len ; then
+  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
+else
+  AC_MSG_RESULT(none)
+fi
+max_cmd_len=$lt_cv_sys_max_cmd_len
+_LT_DECL([], [max_cmd_len], [0],
+    [What is the maximum length of a command?])
+])# LT_CMD_MAX_LEN
+
+# Old name:
+AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
+
+
+# _LT_HEADER_DLFCN
+# ----------------
+m4_defun([_LT_HEADER_DLFCN],
+[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
+])# _LT_HEADER_DLFCN
+
+
+# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
+#                      ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
+# ----------------------------------------------------------------
+m4_defun([_LT_TRY_DLOPEN_SELF],
+[m4_require([_LT_HEADER_DLFCN])dnl
+if test "$cross_compiling" = yes; then :
+  [$4]
+else
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+  lt_status=$lt_dlunknown
+  cat > conftest.$ac_ext <<_LT_EOF
+[#line __oline__ "configure"
+#include "confdefs.h"
+
+#if HAVE_DLFCN_H
+#include <dlfcn.h>
+#endif
+
+#include <stdio.h>
+
+#ifdef RTLD_GLOBAL
+#  define LT_DLGLOBAL		RTLD_GLOBAL
+#else
+#  ifdef DL_GLOBAL
+#    define LT_DLGLOBAL		DL_GLOBAL
+#  else
+#    define LT_DLGLOBAL		0
+#  endif
+#endif
+
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
+   find out it does not work in some platform. */
+#ifndef LT_DLLAZY_OR_NOW
+#  ifdef RTLD_LAZY
+#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
+#  else
+#    ifdef DL_LAZY
+#      define LT_DLLAZY_OR_NOW		DL_LAZY
+#    else
+#      ifdef RTLD_NOW
+#        define LT_DLLAZY_OR_NOW	RTLD_NOW
+#      else
+#        ifdef DL_NOW
+#          define LT_DLLAZY_OR_NOW	DL_NOW
+#        else
+#          define LT_DLLAZY_OR_NOW	0
+#        endif
+#      endif
+#    endif
+#  endif
+#endif
+
+void fnord() { int i=42;}
+int main ()
+{
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+  int status = $lt_dlunknown;
+
+  if (self)
+    {
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
+      /* dlclose (self); */
+    }
+  else
+    puts (dlerror ());
+
+  return status;
+}]
+_LT_EOF
+  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
+    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
+    lt_status=$?
+    case x$lt_status in
+      x$lt_dlno_uscore) $1 ;;
+      x$lt_dlneed_uscore) $2 ;;
+      x$lt_dlunknown|x*) $3 ;;
+    esac
+  else :
+    # compilation failed
+    $3
+  fi
+fi
+rm -fr conftest*
+])# _LT_TRY_DLOPEN_SELF
+
+
+# LT_SYS_DLOPEN_SELF
+# ------------------
+AC_DEFUN([LT_SYS_DLOPEN_SELF],
+[m4_require([_LT_HEADER_DLFCN])dnl
+if test "x$enable_dlopen" != xyes; then
+  enable_dlopen=unknown
+  enable_dlopen_self=unknown
+  enable_dlopen_self_static=unknown
+else
+  lt_cv_dlopen=no
+  lt_cv_dlopen_libs=
+
+  case $host_os in
+  beos*)
+    lt_cv_dlopen="load_add_on"
+    lt_cv_dlopen_libs=
+    lt_cv_dlopen_self=yes
+    ;;
+
+  mingw* | pw32* | cegcc*)
+    lt_cv_dlopen="LoadLibrary"
+    lt_cv_dlopen_libs=
+    ;;
+
+  cygwin*)
+    lt_cv_dlopen="dlopen"
+    lt_cv_dlopen_libs=
+    ;;
+
+  darwin*)
+  # if libdl is installed we need to link against it
+    AC_CHECK_LIB([dl], [dlopen],
+		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
+    lt_cv_dlopen="dyld"
+    lt_cv_dlopen_libs=
+    lt_cv_dlopen_self=yes
+    ])
+    ;;
+
+  *)
+    AC_CHECK_FUNC([shl_load],
+	  [lt_cv_dlopen="shl_load"],
+      [AC_CHECK_LIB([dld], [shl_load],
+	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
+	[AC_CHECK_FUNC([dlopen],
+	      [lt_cv_dlopen="dlopen"],
+	  [AC_CHECK_LIB([dl], [dlopen],
+		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
+	    [AC_CHECK_LIB([svld], [dlopen],
+		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
+	      [AC_CHECK_LIB([dld], [dld_link],
+		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
+	      ])
+	    ])
+	  ])
+	])
+      ])
+    ;;
+  esac
+
+  if test "x$lt_cv_dlopen" != xno; then
+    enable_dlopen=yes
+  else
+    enable_dlopen=no
+  fi
+
+  case $lt_cv_dlopen in
+  dlopen)
+    save_CPPFLAGS="$CPPFLAGS"
+    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+
+    save_LDFLAGS="$LDFLAGS"
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+
+    save_LIBS="$LIBS"
+    LIBS="$lt_cv_dlopen_libs $LIBS"
+
+    AC_CACHE_CHECK([whether a program can dlopen itself],
+	  lt_cv_dlopen_self, [dnl
+	  _LT_TRY_DLOPEN_SELF(
+	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
+	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
+    ])
+
+    if test "x$lt_cv_dlopen_self" = xyes; then
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
+      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
+	  lt_cv_dlopen_self_static, [dnl
+	  _LT_TRY_DLOPEN_SELF(
+	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
+	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
+      ])
+    fi
+
+    CPPFLAGS="$save_CPPFLAGS"
+    LDFLAGS="$save_LDFLAGS"
+    LIBS="$save_LIBS"
+    ;;
+  esac
+
+  case $lt_cv_dlopen_self in
+  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
+  *) enable_dlopen_self=unknown ;;
+  esac
+
+  case $lt_cv_dlopen_self_static in
+  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
+  *) enable_dlopen_self_static=unknown ;;
+  esac
+fi
+_LT_DECL([dlopen_support], [enable_dlopen], [0],
+	 [Whether dlopen is supported])
+_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
+	 [Whether dlopen of programs is supported])
+_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
+	 [Whether dlopen of statically linked programs is supported])
+])# LT_SYS_DLOPEN_SELF
+
+# Old name:
+AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
+
+
+# _LT_COMPILER_C_O([TAGNAME])
+# ---------------------------
+# Check to see if options -c and -o are simultaneously supported by compiler.
+# This macro does not hard code the compiler like AC_PROG_CC_C_O.
+m4_defun([_LT_COMPILER_C_O],
+[m4_require([_LT_DECL_SED])dnl
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+m4_require([_LT_TAG_COMPILER])dnl
+AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
+  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
+  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
+   $RM -r conftest 2>/dev/null
+   mkdir conftest
+   cd conftest
+   mkdir out
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
+   (eval "$lt_compile" 2>out/conftest.err)
+   ac_status=$?
+   cat out/conftest.err >&AS_MESSAGE_LOG_FD
+   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
+   then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+       _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
+     fi
+   fi
+   chmod u+w . 2>&AS_MESSAGE_LOG_FD
+   $RM conftest*
+   # SGI C++ compiler will create directory out/ii_files/ for
+   # template instantiation
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
+   $RM out/* && rmdir out
+   cd ..
+   $RM -r conftest
+   $RM conftest*
+])
+_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
+	[Does compiler simultaneously support -c and -o options?])
+])# _LT_COMPILER_C_O
+
+
+# _LT_COMPILER_FILE_LOCKS([TAGNAME])
+# ----------------------------------
+# Check to see if we can do hard links to lock some files if needed
+m4_defun([_LT_COMPILER_FILE_LOCKS],
+[m4_require([_LT_ENABLE_LOCK])dnl
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+_LT_COMPILER_C_O([$1])
+
+hard_links="nottested"
+if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
+  # do not overwrite the value of need_locks provided by the user
+  AC_MSG_CHECKING([if we can lock with hard links])
+  hard_links=yes
+  $RM conftest*
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
+  touch conftest.a
+  ln conftest.a conftest.b 2>&5 || hard_links=no
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
+  AC_MSG_RESULT([$hard_links])
+  if test "$hard_links" = no; then
+    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
+    need_locks=warn
+  fi
+else
+  need_locks=no
+fi
+_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
+])# _LT_COMPILER_FILE_LOCKS
+
+
+# _LT_CHECK_OBJDIR
+# ----------------
+m4_defun([_LT_CHECK_OBJDIR],
+[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
+[rm -f .libs 2>/dev/null
+mkdir .libs 2>/dev/null
+if test -d .libs; then
+  lt_cv_objdir=.libs
+else
+  # MS-DOS does not allow filenames that begin with a dot.
+  lt_cv_objdir=_libs
+fi
+rmdir .libs 2>/dev/null])
+objdir=$lt_cv_objdir
+_LT_DECL([], [objdir], [0],
+         [The name of the directory that contains temporary libtool files])dnl
+m4_pattern_allow([LT_OBJDIR])dnl
+AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
+  [Define to the sub-directory in which libtool stores uninstalled libraries.])
+])# _LT_CHECK_OBJDIR
+
+
+# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
+# --------------------------------------
+# Check hardcoding attributes.
+m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
+[AC_MSG_CHECKING([how to hardcode library paths into programs])
+_LT_TAGVAR(hardcode_action, $1)=
+if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
+   test -n "$_LT_TAGVAR(runpath_var, $1)" ||
+   test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
+
+  # We can hardcode non-existent directories.
+  if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
+     # have to relink, otherwise we might link with an installed library
+     # when we should be linking with a yet-to-be-installed one
+     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
+     test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
+    # Linking always hardcodes the temporary library directory.
+    _LT_TAGVAR(hardcode_action, $1)=relink
+  else
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
+    _LT_TAGVAR(hardcode_action, $1)=immediate
+  fi
+else
+  # We cannot hardcode anything, or else we can only hardcode existing
+  # directories.
+  _LT_TAGVAR(hardcode_action, $1)=unsupported
+fi
+AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
+
+if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
+   test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
+  # Fast installation is not supported
+  enable_fast_install=no
+elif test "$shlibpath_overrides_runpath" = yes ||
+     test "$enable_shared" = no; then
+  # Fast installation is not necessary
+  enable_fast_install=needless
+fi
+_LT_TAGDECL([], [hardcode_action], [0],
+    [How to hardcode a shared library path into an executable])
+])# _LT_LINKER_HARDCODE_LIBPATH
+
+
+# _LT_CMD_STRIPLIB
+# ----------------
+m4_defun([_LT_CMD_STRIPLIB],
+[m4_require([_LT_DECL_EGREP])
+striplib=
+old_striplib=
+AC_MSG_CHECKING([whether stripping libraries is possible])
+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
+  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
+  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
+  AC_MSG_RESULT([yes])
+else
+# FIXME - insert some real tests, host_os isn't really good enough
+  case $host_os in
+  darwin*)
+    if test -n "$STRIP" ; then
+      striplib="$STRIP -x"
+      old_striplib="$STRIP -S"
+      AC_MSG_RESULT([yes])
+    else
+      AC_MSG_RESULT([no])
+    fi
+    ;;
+  *)
+    AC_MSG_RESULT([no])
+    ;;
+  esac
+fi
+_LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
+_LT_DECL([], [striplib], [1])
+])# _LT_CMD_STRIPLIB
+
+
+# _LT_SYS_DYNAMIC_LINKER([TAG])
+# -----------------------------
+# PORTME Fill in your ld.so characteristics
+m4_defun([_LT_SYS_DYNAMIC_LINKER],
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+m4_require([_LT_DECL_EGREP])dnl
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+m4_require([_LT_DECL_OBJDUMP])dnl
+m4_require([_LT_DECL_SED])dnl
+AC_MSG_CHECKING([dynamic linker characteristics])
+m4_if([$1],
+	[], [
+if test "$GCC" = yes; then
+  case $host_os in
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
+    *) lt_awk_arg="/^libraries:/" ;;
+  esac
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
+  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
+    # if the path contains ";" then we assume it to be the separator
+    # otherwise default to the standard path separator (i.e. ":") - it is
+    # assumed that no part of a normal pathname contains ";" but that should
+    # okay in the real world where ";" in dirpaths is itself problematic.
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
+  else
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
+  fi
+  # Ok, now we have the path, separated by spaces, we can step through it
+  # and add multilib dir if necessary.
+  lt_tmp_lt_search_path_spec=
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
+  for lt_sys_path in $lt_search_path_spec; do
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
+    else
+      test -d "$lt_sys_path" && \
+	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
+    fi
+  done
+  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
+BEGIN {RS=" "; FS="/|\n";} {
+  lt_foo="";
+  lt_count=0;
+  for (lt_i = NF; lt_i > 0; lt_i--) {
+    if ($lt_i != "" && $lt_i != ".") {
+      if ($lt_i == "..") {
+        lt_count++;
+      } else {
+        if (lt_count == 0) {
+          lt_foo="/" $lt_i lt_foo;
+        } else {
+          lt_count--;
+        }
+      }
+    }
+  }
+  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
+  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
+}'`
+  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
+else
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
+fi])
+library_names_spec=
+libname_spec='lib$name'
+soname_spec=
+shrext_cmds=".so"
+postinstall_cmds=
+postuninstall_cmds=
+finish_cmds=
+finish_eval=
+shlibpath_var=
+shlibpath_overrides_runpath=unknown
+version_type=none
+dynamic_linker="$host_os ld.so"
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
+need_lib_prefix=unknown
+hardcode_into_libs=no
+
+# when you set need_version to no, make sure it does not cause -set_version
+# flags to be left without arguments
+need_version=unknown
+
+case $host_os in
+aix3*)
+  version_type=linux
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
+  shlibpath_var=LIBPATH
+
+  # AIX 3 has no versioning support, so we append a major version to the name.
+  soname_spec='${libname}${release}${shared_ext}$major'
+  ;;
+
+aix[[4-9]]*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  hardcode_into_libs=yes
+  if test "$host_cpu" = ia64; then
+    # AIX 5 supports IA64
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
+    shlibpath_var=LD_LIBRARY_PATH
+  else
+    # With GCC up to 2.95.x, collect2 would create an import file
+    # for dependence libraries.  The import file would start with
+    # the line `#! .'.  This would cause the generated library to
+    # depend on `.', always an invalid library.  This was fixed in
+    # development snapshots of GCC prior to 3.0.
+    case $host_os in
+      aix4 | aix4.[[01]] | aix4.[[01]].*)
+      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
+	   echo ' yes '
+	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
+	:
+      else
+	can_build_shared=no
+      fi
+      ;;
+    esac
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
+    # soname into executable. Probably we can add versioning support to
+    # collect2, so additional links can be useful in future.
+    if test "$aix_use_runtimelinking" = yes; then
+      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
+      # instead of lib<name>.a to let people know that these are not
+      # typical AIX shared libraries.
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    else
+      # We preserve .a as extension for shared libraries through AIX4.2
+      # and later when we are not doing run time linking.
+      library_names_spec='${libname}${release}.a $libname.a'
+      soname_spec='${libname}${release}${shared_ext}$major'
+    fi
+    shlibpath_var=LIBPATH
+  fi
+  ;;
+
+amigaos*)
+  case $host_cpu in
+  powerpc)
+    # Since July 2007 AmigaOS4 officially supports .so libraries.
+    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    ;;
+  m68k)
+    library_names_spec='$libname.ixlibrary $libname.a'
+    # Create ${libname}_ixlibrary.a entries in /sys/libs.
+    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+    ;;
+  esac
+  ;;
+
+beos*)
+  library_names_spec='${libname}${shared_ext}'
+  dynamic_linker="$host_os ld.so"
+  shlibpath_var=LIBRARY_PATH
+  ;;
+
+bsdi[[45]]*)
+  version_type=linux
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
+  # the default ld.so.conf also contains /usr/contrib/lib and
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
+  # libtool to hard-code these into programs
+  ;;
+
+cygwin* | mingw* | pw32* | cegcc*)
+  version_type=windows
+  shrext_cmds=".dll"
+  need_version=no
+  need_lib_prefix=no
+
+  case $GCC,$host_os in
+  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
+    library_names_spec='$libname.dll.a'
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
+    postinstall_cmds='base_file=`basename \${file}`~
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
+      dldir=$destdir/`dirname \$dlpath`~
+      test -d \$dldir || mkdir -p \$dldir~
+      $install_prog $dir/$dlname \$dldir/$dlname~
+      chmod a+x \$dldir/$dlname~
+      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
+      fi'
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+      dlpath=$dir/\$dldll~
+       $RM \$dlpath'
+    shlibpath_overrides_runpath=yes
+
+    case $host_os in
+    cygwin*)
+      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
+      ;;
+    mingw* | cegcc*)
+      # MinGW DLLs use traditional 'lib' prefix
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
+      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
+      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
+        # It is most probably a Windows format PATH printed by
+        # mingw gcc, but we are running on Cygwin. Gcc prints its search
+        # path with ; separators, and with drive letters. We can handle the
+        # drive letters (cygwin fileutils understands them), so leave them,
+        # especially as we might pass files found there to a mingw objdump,
+        # which wouldn't understand a cygwinified path. Ahh.
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
+      else
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
+      fi
+      ;;
+    pw32*)
+      # pw32 DLLs use 'pw' prefix rather than 'lib'
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
+      ;;
+    esac
+    ;;
+
+  *)
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
+    ;;
+  esac
+  dynamic_linker='Win32 ld.exe'
+  # FIXME: first we should search . and the directory the executable is in
+  shlibpath_var=PATH
+  ;;
+
+darwin* | rhapsody*)
+  dynamic_linker="$host_os dyld"
+  version_type=darwin
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
+  soname_spec='${libname}${release}${major}$shared_ext'
+  shlibpath_overrides_runpath=yes
+  shlibpath_var=DYLD_LIBRARY_PATH
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+m4_if([$1], [],[
+  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
+  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
+  ;;
+
+dgux*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  ;;
+
+freebsd1*)
+  dynamic_linker=no
+  ;;
+
+freebsd* | dragonfly*)
+  # DragonFly does not have aout.  When/if they implement a new
+  # versioning mechanism, adjust this.
+  if test -x /usr/bin/objformat; then
+    objformat=`/usr/bin/objformat`
+  else
+    case $host_os in
+    freebsd[[123]]*) objformat=aout ;;
+    *) objformat=elf ;;
+    esac
+  fi
+  version_type=freebsd-$objformat
+  case $version_type in
+    freebsd-elf*)
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+      need_version=no
+      need_lib_prefix=no
+      ;;
+    freebsd-*)
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
+      need_version=yes
+      ;;
+  esac
+  shlibpath_var=LD_LIBRARY_PATH
+  case $host_os in
+  freebsd2*)
+    shlibpath_overrides_runpath=yes
+    ;;
+  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
+  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
+  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
+    shlibpath_overrides_runpath=no
+    hardcode_into_libs=yes
+    ;;
+  *) # from 4.6 on, and DragonFly
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
+  esac
+  ;;
+
+gnu*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  hardcode_into_libs=yes
+  ;;
+
+hpux9* | hpux10* | hpux11*)
+  # Give a soname corresponding to the major version so that dld.sl refuses to
+  # link against other versions.
+  version_type=sunos
+  need_lib_prefix=no
+  need_version=no
+  case $host_cpu in
+  ia64*)
+    shrext_cmds='.so'
+    hardcode_into_libs=yes
+    dynamic_linker="$host_os dld.so"
+    shlibpath_var=LD_LIBRARY_PATH
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    if test "X$HPUX_IA64_MODE" = X32; then
+      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
+    else
+      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
+    fi
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+    ;;
+  hppa*64*)
+    shrext_cmds='.sl'
+    hardcode_into_libs=yes
+    dynamic_linker="$host_os dld.sl"
+    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+    ;;
+  *)
+    shrext_cmds='.sl'
+    dynamic_linker="$host_os dld.sl"
+    shlibpath_var=SHLIB_PATH
+    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    ;;
+  esac
+  # HP-UX runs *really* slowly unless shared libraries are mode 555.
+  postinstall_cmds='chmod 555 $lib'
+  ;;
+
+interix[[3-9]]*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
+irix5* | irix6* | nonstopux*)
+  case $host_os in
+    nonstopux*) version_type=nonstopux ;;
+    *)
+	if test "$lt_cv_prog_gnu_ld" = yes; then
+		version_type=linux
+	else
+		version_type=irix
+	fi ;;
+  esac
+  need_lib_prefix=no
+  need_version=no
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
+  case $host_os in
+  irix5* | nonstopux*)
+    libsuff= shlibsuff=
+    ;;
+  *)
+    case $LD in # libtool.m4 will add one of these switches to LD
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
+      libsuff= shlibsuff= libmagic=32-bit;;
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
+    *) libsuff= shlibsuff= libmagic=never-match;;
+    esac
+    ;;
+  esac
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
+  shlibpath_overrides_runpath=no
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
+  hardcode_into_libs=yes
+  ;;
+
+# No shared lib support for Linux oldld, aout, or coff.
+linux*oldld* | linux*aout* | linux*coff*)
+  dynamic_linker=no
+  ;;
+
+# This must be Linux ELF.
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  # Some binutils ld are patched to set DT_RUNPATH
+  save_LDFLAGS=$LDFLAGS
+  save_libdir=$libdir
+  eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
+       LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
+  AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
+    [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
+       [shlibpath_overrides_runpath=yes])])
+  LDFLAGS=$save_LDFLAGS
+  libdir=$save_libdir
+
+  # This implies no fast_install, which is unacceptable.
+  # Some rework will be needed to allow for fast_install
+  # before this can be enabled.
+  hardcode_into_libs=yes
+
+  # Append ld.so.conf contents to the search path
+  if test -f /etc/ld.so.conf; then
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+  fi
+
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
+  # powerpc, because MkLinux only supported shared libraries with the
+  # GNU dynamic linker.  Since this was broken with cross compilers,
+  # most powerpc-linux boxes support dynamic linking these days and
+  # people can always --disable-shared, the test was removed, and we
+  # assume the GNU/Linux dynamic linker is in use.
+  dynamic_linker='GNU/Linux ld.so'
+  ;;
+
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
+netbsd*)
+  version_type=sunos
+  need_lib_prefix=no
+  need_version=no
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+    dynamic_linker='NetBSD (a.out) ld.so'
+  else
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    dynamic_linker='NetBSD ld.elf_so'
+  fi
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  ;;
+
+newsos6)
+  version_type=linux
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  ;;
+
+*nto* | *qnx*)
+  version_type=qnx
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='ldqnx.so'
+  ;;
+
+openbsd*)
+  version_type=sunos
+  sys_lib_dlsearch_path_spec="/usr/lib"
+  need_lib_prefix=no
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
+  case $host_os in
+    openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
+    *)				need_version=no  ;;
+  esac
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+    case $host_os in
+      openbsd2.[[89]] | openbsd2.[[89]].*)
+	shlibpath_overrides_runpath=no
+	;;
+      *)
+	shlibpath_overrides_runpath=yes
+	;;
+      esac
+  else
+    shlibpath_overrides_runpath=yes
+  fi
+  ;;
+
+os2*)
+  libname_spec='$name'
+  shrext_cmds=".dll"
+  need_lib_prefix=no
+  library_names_spec='$libname${shared_ext} $libname.a'
+  dynamic_linker='OS/2 ld.exe'
+  shlibpath_var=LIBPATH
+  ;;
+
+osf3* | osf4* | osf5*)
+  version_type=osf
+  need_lib_prefix=no
+  need_version=no
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
+  ;;
+
+rdos*)
+  dynamic_linker=no
+  ;;
+
+solaris*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  # ldd complains unless libraries are executable
+  postinstall_cmds='chmod +x $lib'
+  ;;
+
+sunos4*)
+  version_type=sunos
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  if test "$with_gnu_ld" = yes; then
+    need_lib_prefix=no
+  fi
+  need_version=yes
+  ;;
+
+sysv4 | sysv4.3*)
+  version_type=linux
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  case $host_vendor in
+    sni)
+      shlibpath_overrides_runpath=no
+      need_lib_prefix=no
+      runpath_var=LD_RUN_PATH
+      ;;
+    siemens)
+      need_lib_prefix=no
+      ;;
+    motorola)
+      need_lib_prefix=no
+      need_version=no
+      shlibpath_overrides_runpath=no
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
+      ;;
+  esac
+  ;;
+
+sysv4*MP*)
+  if test -d /usr/nec ;then
+    version_type=linux
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
+    soname_spec='$libname${shared_ext}.$major'
+    shlibpath_var=LD_LIBRARY_PATH
+  fi
+  ;;
+
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+  version_type=freebsd-elf
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  if test "$with_gnu_ld" = yes; then
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
+  else
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
+    case $host_os in
+      sco3.2v5*)
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
+	;;
+    esac
+  fi
+  sys_lib_dlsearch_path_spec='/usr/lib'
+  ;;
+
+tpf*)
+  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
+uts4*)
+  version_type=linux
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  ;;
+
+*)
+  dynamic_linker=no
+  ;;
+esac
+AC_MSG_RESULT([$dynamic_linker])
+test "$dynamic_linker" = no && can_build_shared=no
+
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+if test "$GCC" = yes; then
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+fi
+
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
+fi
+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
+fi
+
+_LT_DECL([], [variables_saved_for_relink], [1],
+    [Variables whose values should be saved in libtool wrapper scripts and
+    restored at link time])
+_LT_DECL([], [need_lib_prefix], [0],
+    [Do we need the "lib" prefix for modules?])
+_LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
+_LT_DECL([], [version_type], [0], [Library versioning type])
+_LT_DECL([], [runpath_var], [0],  [Shared library runtime path variable])
+_LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
+_LT_DECL([], [shlibpath_overrides_runpath], [0],
+    [Is shlibpath searched before the hard-coded library search path?])
+_LT_DECL([], [libname_spec], [1], [Format of library name prefix])
+_LT_DECL([], [library_names_spec], [1],
+    [[List of archive names.  First name is the real one, the rest are links.
+    The last name is the one that the linker finds with -lNAME]])
+_LT_DECL([], [soname_spec], [1],
+    [[The coded name of the library, if different from the real name]])
+_LT_DECL([], [postinstall_cmds], [2],
+    [Command to use after installation of a shared archive])
+_LT_DECL([], [postuninstall_cmds], [2],
+    [Command to use after uninstallation of a shared archive])
+_LT_DECL([], [finish_cmds], [2],
+    [Commands used to finish a libtool library installation in a directory])
+_LT_DECL([], [finish_eval], [1],
+    [[As "finish_cmds", except a single script fragment to be evaled but
+    not shown]])
+_LT_DECL([], [hardcode_into_libs], [0],
+    [Whether we should hardcode library paths into libraries])
+_LT_DECL([], [sys_lib_search_path_spec], [2],
+    [Compile-time system search path for libraries])
+_LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
+    [Run-time system search path for libraries])
+])# _LT_SYS_DYNAMIC_LINKER
+
+
+# _LT_PATH_TOOL_PREFIX(TOOL)
+# --------------------------
+# find a file program which can recognize shared library
+AC_DEFUN([_LT_PATH_TOOL_PREFIX],
+[m4_require([_LT_DECL_EGREP])dnl
+AC_MSG_CHECKING([for $1])
+AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
+[case $MAGIC_CMD in
+[[\\/*] |  ?:[\\/]*])
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
+  ;;
+*)
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+dnl $ac_dummy forces splitting on constant user-supplied paths.
+dnl POSIX.2 word splitting is done only on the output of word expansions,
+dnl not every word.  This closes a longstanding sh security hole.
+  ac_dummy="m4_if([$2], , $PATH, [$2])"
+  for ac_dir in $ac_dummy; do
+    IFS="$lt_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/$1; then
+      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
+      if test -n "$file_magic_test_file"; then
+	case $deplibs_check_method in
+	"file_magic "*)
+	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
+	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+	    $EGREP "$file_magic_regex" > /dev/null; then
+	    :
+	  else
+	    cat <<_LT_EOF 1>&2
+
+*** Warning: the command libtool uses to detect shared libraries,
+*** $file_magic_cmd, produces output that libtool cannot recognize.
+*** The result is that libtool may fail to recognize shared libraries
+*** as such.  This will affect the creation of libtool libraries that
+*** depend on shared libraries, but programs linked with such libtool
+*** libraries will work regardless of this problem.  Nevertheless, you
+*** may want to report the problem to your system manager and/or to
+*** bug-libtool@gnu.org
+
+_LT_EOF
+	  fi ;;
+	esac
+      fi
+      break
+    fi
+  done
+  IFS="$lt_save_ifs"
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
+  ;;
+esac])
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+if test -n "$MAGIC_CMD"; then
+  AC_MSG_RESULT($MAGIC_CMD)
+else
+  AC_MSG_RESULT(no)
+fi
+_LT_DECL([], [MAGIC_CMD], [0],
+	 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
+])# _LT_PATH_TOOL_PREFIX
+
+# Old name:
+AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
+
+
+# _LT_PATH_MAGIC
+# --------------
+# find a file program which can recognize a shared library
+m4_defun([_LT_PATH_MAGIC],
+[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
+if test -z "$lt_cv_path_MAGIC_CMD"; then
+  if test -n "$ac_tool_prefix"; then
+    _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
+  else
+    MAGIC_CMD=:
+  fi
+fi
+])# _LT_PATH_MAGIC
+
+
+# LT_PATH_LD
+# ----------
+# find the pathname to the GNU or non-GNU linker
+AC_DEFUN([LT_PATH_LD],
+[AC_REQUIRE([AC_PROG_CC])dnl
+AC_REQUIRE([AC_CANONICAL_HOST])dnl
+AC_REQUIRE([AC_CANONICAL_BUILD])dnl
+m4_require([_LT_DECL_SED])dnl
+m4_require([_LT_DECL_EGREP])dnl
+
+AC_ARG_WITH([gnu-ld],
+    [AS_HELP_STRING([--with-gnu-ld],
+	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
+    [test "$withval" = no || with_gnu_ld=yes],
+    [with_gnu_ld=no])dnl
+
+ac_prog=ld
+if test "$GCC" = yes; then
+  # Check if gcc -print-prog-name=ld gives a path.
+  AC_MSG_CHECKING([for ld used by $CC])
+  case $host in
+  *-*-mingw*)
+    # gcc leaves a trailing carriage return which upsets mingw
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+  *)
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+  esac
+  case $ac_prog in
+    # Accept absolute paths.
+    [[\\/]]* | ?:[[\\/]]*)
+      re_direlt='/[[^/]][[^/]]*/\.\./'
+      # Canonicalize the pathname of ld
+      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
+      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
+	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
+      done
+      test -z "$LD" && LD="$ac_prog"
+      ;;
+  "")
+    # If it fails, then pretend we aren't using GCC.
+    ac_prog=ld
+    ;;
+  *)
+    # If it is relative, then search for the first ld in PATH.
+    with_gnu_ld=unknown
+    ;;
+  esac
+elif test "$with_gnu_ld" = yes; then
+  AC_MSG_CHECKING([for GNU ld])
+else
+  AC_MSG_CHECKING([for non-GNU ld])
+fi
+AC_CACHE_VAL(lt_cv_path_LD,
+[if test -z "$LD"; then
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+  for ac_dir in $PATH; do
+    IFS="$lt_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+      lt_cv_path_LD="$ac_dir/$ac_prog"
+      # Check to see if the program is GNU ld.  I'd rather use --version,
+      # but apparently some variants of GNU ld only accept -v.
+      # Break only if it was the GNU/non-GNU ld that we prefer.
+      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
+      *GNU* | *'with BFD'*)
+	test "$with_gnu_ld" != no && break
+	;;
+      *)
+	test "$with_gnu_ld" != yes && break
+	;;
+      esac
+    fi
+  done
+  IFS="$lt_save_ifs"
+else
+  lt_cv_path_LD="$LD" # Let the user override the test with a path.
+fi])
+LD="$lt_cv_path_LD"
+if test -n "$LD"; then
+  AC_MSG_RESULT($LD)
+else
+  AC_MSG_RESULT(no)
+fi
+test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
+_LT_PATH_LD_GNU
+AC_SUBST([LD])
+
+_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
+])# LT_PATH_LD
+
+# Old names:
+AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
+AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AM_PROG_LD], [])
+dnl AC_DEFUN([AC_PROG_LD], [])
+
+
+# _LT_PATH_LD_GNU
+#- --------------
+m4_defun([_LT_PATH_LD_GNU],
+[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
+[# I'd rather use --version here, but apparently some GNU lds only accept -v.
+case `$LD -v 2>&1 </dev/null` in
+*GNU* | *'with BFD'*)
+  lt_cv_prog_gnu_ld=yes
+  ;;
+*)
+  lt_cv_prog_gnu_ld=no
+  ;;
+esac])
+with_gnu_ld=$lt_cv_prog_gnu_ld
+])# _LT_PATH_LD_GNU
+
+
+# _LT_CMD_RELOAD
+# --------------
+# find reload flag for linker
+#   -- PORTME Some linkers may need a different reload flag.
+m4_defun([_LT_CMD_RELOAD],
+[AC_CACHE_CHECK([for $LD option to reload object files],
+  lt_cv_ld_reload_flag,
+  [lt_cv_ld_reload_flag='-r'])
+reload_flag=$lt_cv_ld_reload_flag
+case $reload_flag in
+"" | " "*) ;;
+*) reload_flag=" $reload_flag" ;;
+esac
+reload_cmds='$LD$reload_flag -o $output$reload_objs'
+case $host_os in
+  darwin*)
+    if test "$GCC" = yes; then
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
+    else
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
+    fi
+    ;;
+esac
+_LT_DECL([], [reload_flag], [1], [How to create reloadable object files])dnl
+_LT_DECL([], [reload_cmds], [2])dnl
+])# _LT_CMD_RELOAD
+
+
+# _LT_CHECK_MAGIC_METHOD
+# ----------------------
+# how to check for library dependencies
+#  -- PORTME fill in with the dynamic library characteristics
+m4_defun([_LT_CHECK_MAGIC_METHOD],
+[m4_require([_LT_DECL_EGREP])
+m4_require([_LT_DECL_OBJDUMP])
+AC_CACHE_CHECK([how to recognize dependent libraries],
+lt_cv_deplibs_check_method,
+[lt_cv_file_magic_cmd='$MAGIC_CMD'
+lt_cv_file_magic_test_file=
+lt_cv_deplibs_check_method='unknown'
+# Need to set the preceding variable on all platforms that support
+# interlibrary dependencies.
+# 'none' -- dependencies not supported.
+# `unknown' -- same as none, but documents that we really don't know.
+# 'pass_all' -- all dependencies passed with no checks.
+# 'test_compile' -- check by making test program.
+# 'file_magic [[regex]]' -- check by looking for files in library path
+# which responds to the $file_magic_cmd with a given extended regex.
+# If you have `file' or equivalent on your system and you're not sure
+# whether `pass_all' will *always* work, you probably want this one.
+
+case $host_os in
+aix[[4-9]]*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+beos*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+bsdi[[45]]*)
+  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
+  lt_cv_file_magic_cmd='/usr/bin/file -L'
+  lt_cv_file_magic_test_file=/shlib/libc.so
+  ;;
+
+cygwin*)
+  # func_win32_libid is a shell function defined in ltmain.sh
+  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+  lt_cv_file_magic_cmd='func_win32_libid'
+  ;;
+
+mingw* | pw32*)
+  # Base MSYS/MinGW do not provide the 'file' command needed by
+  # func_win32_libid shell function, so use a weaker test based on 'objdump',
+  # unless we find 'file', for example because we are cross-compiling.
+  if ( file / ) >/dev/null 2>&1; then
+    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+    lt_cv_file_magic_cmd='func_win32_libid'
+  else
+    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
+    lt_cv_file_magic_cmd='$OBJDUMP -f'
+  fi
+  ;;
+
+cegcc)
+  # use the weaker test based on 'objdump'. See mingw*.
+  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
+  lt_cv_file_magic_cmd='$OBJDUMP -f'
+  ;;
+
+darwin* | rhapsody*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+freebsd* | dragonfly*)
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+    case $host_cpu in
+    i*86 )
+      # Not sure whether the presence of OpenBSD here was a mistake.
+      # Let's accept both of them until this is cleared up.
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
+      lt_cv_file_magic_cmd=/usr/bin/file
+      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+      ;;
+    esac
+  else
+    lt_cv_deplibs_check_method=pass_all
+  fi
+  ;;
+
+gnu*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+hpux10.20* | hpux11*)
+  lt_cv_file_magic_cmd=/usr/bin/file
+  case $host_cpu in
+  ia64*)
+    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
+    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
+    ;;
+  hppa*64*)
+    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
+    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
+    ;;
+  *)
+    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
+    lt_cv_file_magic_test_file=/usr/lib/libc.sl
+    ;;
+  esac
+  ;;
+
+interix[[3-9]]*)
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
+  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
+  ;;
+
+irix5* | irix6* | nonstopux*)
+  case $LD in
+  *-32|*"-32 ") libmagic=32-bit;;
+  *-n32|*"-n32 ") libmagic=N32;;
+  *-64|*"-64 ") libmagic=64-bit;;
+  *) libmagic=never-match;;
+  esac
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+# This must be Linux ELF.
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+netbsd* | netbsdelf*-gnu)
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
+  else
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
+  fi
+  ;;
+
+newos6*)
+  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
+  lt_cv_file_magic_cmd=/usr/bin/file
+  lt_cv_file_magic_test_file=/usr/lib/libnls.so
+  ;;
+
+*nto* | *qnx*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+openbsd*)
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
+  else
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
+  fi
+  ;;
+
+osf3* | osf4* | osf5*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+rdos*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+solaris*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+sysv4 | sysv4.3*)
+  case $host_vendor in
+  motorola)
+    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
+    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
+    ;;
+  ncr)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
+  sequent)
+    lt_cv_file_magic_cmd='/bin/file'
+    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
+    ;;
+  sni)
+    lt_cv_file_magic_cmd='/bin/file'
+    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
+    lt_cv_file_magic_test_file=/lib/libc.so
+    ;;
+  siemens)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
+  pc)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
+  esac
+  ;;
+
+tpf*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+esac
+])
+file_magic_cmd=$lt_cv_file_magic_cmd
+deplibs_check_method=$lt_cv_deplibs_check_method
+test -z "$deplibs_check_method" && deplibs_check_method=unknown
+
+_LT_DECL([], [deplibs_check_method], [1],
+    [Method to check whether dependent libraries are shared objects])
+_LT_DECL([], [file_magic_cmd], [1],
+    [Command to use when deplibs_check_method == "file_magic"])
+])# _LT_CHECK_MAGIC_METHOD
+
+
+# LT_PATH_NM
+# ----------
+# find the pathname to a BSD- or MS-compatible name lister
+AC_DEFUN([LT_PATH_NM],
+[AC_REQUIRE([AC_PROG_CC])dnl
+AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
+[if test -n "$NM"; then
+  # Let the user override the test.
+  lt_cv_path_NM="$NM"
+else
+  lt_nm_to_check="${ac_tool_prefix}nm"
+  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
+    lt_nm_to_check="$lt_nm_to_check nm"
+  fi
+  for lt_tmp_nm in $lt_nm_to_check; do
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
+      IFS="$lt_save_ifs"
+      test -z "$ac_dir" && ac_dir=.
+      tmp_nm="$ac_dir/$lt_tmp_nm"
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
+	# Check to see if the nm accepts a BSD-compat flag.
+	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
+	#   nm: unknown option "B" ignored
+	# Tru64's nm complains that /dev/null is an invalid object file
+	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
+	*/dev/null* | *'Invalid file or object type'*)
+	  lt_cv_path_NM="$tmp_nm -B"
+	  break
+	  ;;
+	*)
+	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
+	  */dev/null*)
+	    lt_cv_path_NM="$tmp_nm -p"
+	    break
+	    ;;
+	  *)
+	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
+	    continue # so that we can try to find one that supports BSD flags
+	    ;;
+	  esac
+	  ;;
+	esac
+      fi
+    done
+    IFS="$lt_save_ifs"
+  done
+  : ${lt_cv_path_NM=no}
+fi])
+if test "$lt_cv_path_NM" != "no"; then
+  NM="$lt_cv_path_NM"
+else
+  # Didn't find any BSD compatible name lister, look for dumpbin.
+  AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
+  AC_SUBST([DUMPBIN])
+  if test "$DUMPBIN" != ":"; then
+    NM="$DUMPBIN"
+  fi
+fi
+test -z "$NM" && NM=nm
+AC_SUBST([NM])
+_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
+
+AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
+  [lt_cv_nm_interface="BSD nm"
+  echo "int some_variable = 0;" > conftest.$ac_ext
+  (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
+  (eval "$ac_compile" 2>conftest.err)
+  cat conftest.err >&AS_MESSAGE_LOG_FD
+  (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
+  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
+  cat conftest.err >&AS_MESSAGE_LOG_FD
+  (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD)
+  cat conftest.out >&AS_MESSAGE_LOG_FD
+  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
+    lt_cv_nm_interface="MS dumpbin"
+  fi
+  rm -f conftest*])
+])# LT_PATH_NM
+
+# Old names:
+AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
+AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AM_PROG_NM], [])
+dnl AC_DEFUN([AC_PROG_NM], [])
+
+
+# LT_LIB_M
+# --------
+# check for math library
+AC_DEFUN([LT_LIB_M],
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+LIBM=
+case $host in
+*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
+  # These system don't have libm, or don't need it
+  ;;
+*-ncr-sysv4.3*)
+  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
+  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
+  ;;
+*)
+  AC_CHECK_LIB(m, cos, LIBM="-lm")
+  ;;
+esac
+AC_SUBST([LIBM])
+])# LT_LIB_M
+
+# Old name:
+AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_CHECK_LIBM], [])
+
+
+# _LT_COMPILER_NO_RTTI([TAGNAME])
+# -------------------------------
+m4_defun([_LT_COMPILER_NO_RTTI],
+[m4_require([_LT_TAG_COMPILER])dnl
+
+_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
+
+if test "$GCC" = yes; then
+  _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
+
+  _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
+    lt_cv_prog_compiler_rtti_exceptions,
+    [-fno-rtti -fno-exceptions], [],
+    [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
+fi
+_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
+	[Compiler flag to turn off builtin functions])
+])# _LT_COMPILER_NO_RTTI
+
+
+# _LT_CMD_GLOBAL_SYMBOLS
+# ----------------------
+m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+AC_REQUIRE([AC_PROG_CC])dnl
+AC_REQUIRE([LT_PATH_NM])dnl
+AC_REQUIRE([LT_PATH_LD])dnl
+m4_require([_LT_DECL_SED])dnl
+m4_require([_LT_DECL_EGREP])dnl
+m4_require([_LT_TAG_COMPILER])dnl
+
+# Check for command to grab the raw symbol name followed by C symbol from nm.
+AC_MSG_CHECKING([command to parse $NM output from $compiler object])
+AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
+[
+# These are sane defaults that work on at least a few old systems.
+# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
+
+# Character class describing NM global symbol codes.
+symcode='[[BCDEGRST]]'
+
+# Regexp to match symbols that can be accessed directly from C.
+sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
+
+# Define system-specific variables.
+case $host_os in
+aix*)
+  symcode='[[BCDT]]'
+  ;;
+cygwin* | mingw* | pw32* | cegcc*)
+  symcode='[[ABCDGISTW]]'
+  ;;
+hpux*)
+  if test "$host_cpu" = ia64; then
+    symcode='[[ABCDEGRST]]'
+  fi
+  ;;
+irix* | nonstopux*)
+  symcode='[[BCDEGRST]]'
+  ;;
+osf*)
+  symcode='[[BCDEGQRST]]'
+  ;;
+solaris*)
+  symcode='[[BDRT]]'
+  ;;
+sco3.2v5*)
+  symcode='[[DT]]'
+  ;;
+sysv4.2uw2*)
+  symcode='[[DT]]'
+  ;;
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
+  symcode='[[ABDT]]'
+  ;;
+sysv4)
+  symcode='[[DFNSTU]]'
+  ;;
+esac
+
+# If we're using GNU nm, then use its standard symbol codes.
+case `$NM -V 2>&1` in
+*GNU* | *'with BFD'*)
+  symcode='[[ABCDGIRSTW]]' ;;
+esac
+
+# Transform an extracted symbol line into a proper C declaration.
+# Some systems (esp. on ia64) link data and code symbols differently,
+# so use this general approach.
+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+
+# Transform an extracted symbol line into symbol name and symbol address
+lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\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/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
+
+# Handle CRLF in mingw tool chain
+opt_cr=
+case $build_os in
+mingw*)
+  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
+  ;;
+esac
+
+# Try without a prefix underscore, then with it.
+for ac_symprfx in "" "_"; do
+
+  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
+  symxfrm="\\1 $ac_symprfx\\2 \\2"
+
+  # Write the raw and C identifiers.
+  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+    # Fake it for dumpbin and say T for any non-static function
+    # and D for any global variable.
+    # Also find C++ and __fastcall symbols from MSVC++,
+    # which start with @ or ?.
+    lt_cv_sys_global_symbol_pipe="$AWK ['"\
+"     {last_section=section; section=\$ 3};"\
+"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
+"     \$ 0!~/External *\|/{next};"\
+"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
+"     {if(hide[section]) next};"\
+"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
+"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
+"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
+"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
+"     ' prfx=^$ac_symprfx]"
+  else
+    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[	 ]]\($symcode$symcode*\)[[	 ]][[	 ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
+  fi
+
+  # Check to see that the pipe works correctly.
+  pipe_works=no
+
+  rm -f conftest*
+  cat > conftest.$ac_ext <<_LT_EOF
+#ifdef __cplusplus
+extern "C" {
+#endif
+char nm_test_var;
+void nm_test_func(void);
+void nm_test_func(void){}
+#ifdef __cplusplus
+}
+#endif
+int main(){nm_test_var='a';nm_test_func();return(0);}
+_LT_EOF
+
+  if AC_TRY_EVAL(ac_compile); then
+    # Now try to grab the symbols.
+    nlist=conftest.nm
+    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
+      # Try sorting and uniquifying the output.
+      if sort "$nlist" | uniq > "$nlist"T; then
+	mv -f "$nlist"T "$nlist"
+      else
+	rm -f "$nlist"T
+      fi
+
+      # Make sure that we snagged all the symbols we need.
+      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
+	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
+	  cat <<_LT_EOF > conftest.$ac_ext
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+_LT_EOF
+	  # Now generate the symbol file.
+	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
+
+	  cat <<_LT_EOF >> conftest.$ac_ext
+
+/* The mapping between symbol names and symbols.  */
+const struct {
+  const char *name;
+  void       *address;
+}
+lt__PROGRAM__LTX_preloaded_symbols[[]] =
+{
+  { "@PROGRAM@", (void *) 0 },
+_LT_EOF
+	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
+	  cat <<\_LT_EOF >> conftest.$ac_ext
+  {0, (void *) 0}
+};
+
+/* This works around a problem in FreeBSD linker */
+#ifdef FREEBSD_WORKAROUND
+static const void *lt_preloaded_setup() {
+  return lt__PROGRAM__LTX_preloaded_symbols;
+}
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+_LT_EOF
+	  # Now try linking the two files.
+	  mv conftest.$ac_objext conftstm.$ac_objext
+	  lt_save_LIBS="$LIBS"
+	  lt_save_CFLAGS="$CFLAGS"
+	  LIBS="conftstm.$ac_objext"
+	  CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
+	  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
+	    pipe_works=yes
+	  fi
+	  LIBS="$lt_save_LIBS"
+	  CFLAGS="$lt_save_CFLAGS"
+	else
+	  echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
+	fi
+      else
+	echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
+      fi
+    else
+      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
+    fi
+  else
+    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
+    cat conftest.$ac_ext >&5
+  fi
+  rm -rf conftest* conftst*
+
+  # Do not use the global_symbol_pipe unless it works.
+  if test "$pipe_works" = yes; then
+    break
+  else
+    lt_cv_sys_global_symbol_pipe=
+  fi
+done
+])
+if test -z "$lt_cv_sys_global_symbol_pipe"; then
+  lt_cv_sys_global_symbol_to_cdecl=
+fi
+if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
+  AC_MSG_RESULT(failed)
+else
+  AC_MSG_RESULT(ok)
+fi
+
+_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
+    [Take the output of nm and produce a listing of raw symbols and C names])
+_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
+    [Transform the output of nm in a proper C declaration])
+_LT_DECL([global_symbol_to_c_name_address],
+    [lt_cv_sys_global_symbol_to_c_name_address], [1],
+    [Transform the output of nm in a C name address pair])
+_LT_DECL([global_symbol_to_c_name_address_lib_prefix],
+    [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
+    [Transform the output of nm in a C name address pair when lib prefix is needed])
+]) # _LT_CMD_GLOBAL_SYMBOLS
+
+
+# _LT_COMPILER_PIC([TAGNAME])
+# ---------------------------
+m4_defun([_LT_COMPILER_PIC],
+[m4_require([_LT_TAG_COMPILER])dnl
+_LT_TAGVAR(lt_prog_compiler_wl, $1)=
+_LT_TAGVAR(lt_prog_compiler_pic, $1)=
+_LT_TAGVAR(lt_prog_compiler_static, $1)=
+
+AC_MSG_CHECKING([for $compiler option to produce PIC])
+m4_if([$1], [CXX], [
+  # C++ specific cases for pic, static, wl, etc.
+  if test "$GXX" = yes; then
+    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+
+    case $host_os in
+    aix*)
+      # All AIX code is PIC.
+      if test "$host_cpu" = ia64; then
+	# AIX 5 now supports IA64 processor
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+        ;;
+      m68k)
+            # FIXME: we need at least 68020 code to build shared libraries, but
+            # adding the `-m68020' flag to GCC prevents building anything better,
+            # like `-m68040'.
+            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
+        ;;
+      esac
+      ;;
+
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
+      # PIC is the default for these OSes.
+      ;;
+    mingw* | cygwin* | os2* | pw32* | cegcc*)
+      # This hack is so that the source file can tell whether it is being
+      # built for inclusion in a dll (and should export symbols for example).
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
+      # (--disable-auto-import) libraries
+      m4_if([$1], [GCJ], [],
+	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
+      ;;
+    darwin* | rhapsody*)
+      # PIC is the default on this platform
+      # Common symbols not allowed in MH_DYLIB files
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
+      ;;
+    *djgpp*)
+      # DJGPP does not support shared libraries at all
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)=
+      ;;
+    interix[[3-9]]*)
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+      # Instead, we relocate shared libraries at runtime.
+      ;;
+    sysv4*MP*)
+      if test -d /usr/nec; then
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
+      fi
+      ;;
+    hpux*)
+      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
+      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
+      # sets the default TLS model and affects inlining.
+      case $host_cpu in
+      hppa*64*)
+	;;
+      *)
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+	;;
+      esac
+      ;;
+    *qnx* | *nto*)
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
+      # it will coredump.
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
+      ;;
+    *)
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+      ;;
+    esac
+  else
+    case $host_os in
+      aix[[4-9]]*)
+	# All AIX code is PIC.
+	if test "$host_cpu" = ia64; then
+	  # AIX 5 now supports IA64 processor
+	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	else
+	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
+	fi
+	;;
+      chorus*)
+	case $cc_basename in
+	cxch68*)
+	  # Green Hills C++ Compiler
+	  # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
+	  ;;
+	esac
+	;;
+      dgux*)
+	case $cc_basename in
+	  ec++*)
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	    ;;
+	  ghcx*)
+	    # Green Hills C++ Compiler
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      freebsd* | dragonfly*)
+	# FreeBSD uses GNU C++
+	;;
+      hpux9* | hpux10* | hpux11*)
+	case $cc_basename in
+	  CC*)
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
+	    if test "$host_cpu" != ia64; then
+	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
+	    fi
+	    ;;
+	  aCC*)
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
+	    case $host_cpu in
+	    hppa*64*|ia64*)
+	      # +Z the default
+	      ;;
+	    *)
+	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
+	      ;;
+	    esac
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      interix*)
+	# This is c89, which is MS Visual C++ (no shared libs)
+	# Anyone wants to do a port?
+	;;
+      irix5* | irix6* | nonstopux*)
+	case $cc_basename in
+	  CC*)
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+	    # CC pic flag -KPIC is the default.
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+	case $cc_basename in
+	  KCC*)
+	    # KAI C++ Compiler
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+	    ;;
+	  ecpc* )
+	    # old Intel C++ for x86_64 which still supported -KPIC.
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+	    ;;
+	  icpc* )
+	    # Intel C++, used to be incompatible with GCC.
+	    # ICC 10 doesn't accept -KPIC any more.
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+	    ;;
+	  pgCC* | pgcpp*)
+	    # Portland Group C++ compiler
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	    ;;
+	  cxx*)
+	    # Compaq C++
+	    # Make sure the PIC flag is empty.  It appears that all Alpha
+	    # Linux and Compaq Tru64 Unix objects are PIC.
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+	    ;;
+	  xlc* | xlC*)
+	    # IBM XL 8.0 on PPC
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
+	    ;;
+	  *)
+	    case `$CC -V 2>&1 | sed 5q` in
+	    *Sun\ C*)
+	      # Sun C++ 5.9
+	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
+	      ;;
+	    esac
+	    ;;
+	esac
+	;;
+      lynxos*)
+	;;
+      m88k*)
+	;;
+      mvs*)
+	case $cc_basename in
+	  cxx*)
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      netbsd* | netbsdelf*-gnu)
+	;;
+      *qnx* | *nto*)
+        # QNX uses GNU C++, but need to define -shared option too, otherwise
+        # it will coredump.
+        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
+        ;;
+      osf3* | osf4* | osf5*)
+	case $cc_basename in
+	  KCC*)
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
+	    ;;
+	  RCC*)
+	    # Rational C++ 2.4.1
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+	    ;;
+	  cxx*)
+	    # Digital/Compaq C++
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    # Make sure the PIC flag is empty.  It appears that all Alpha
+	    # Linux and Compaq Tru64 Unix objects are PIC.
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      psos*)
+	;;
+      solaris*)
+	case $cc_basename in
+	  CC*)
+	    # Sun C++ 4.2, 5.x and Centerline C++
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
+	    ;;
+	  gcx*)
+	    # Green Hills C++ Compiler
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      sunos4*)
+	case $cc_basename in
+	  CC*)
+	    # Sun C++ 4.x
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	    ;;
+	  lcc*)
+	    # Lucid
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+	case $cc_basename in
+	  CC*)
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	    ;;
+	esac
+	;;
+      tandem*)
+	case $cc_basename in
+	  NCC*)
+	    # NonStop-UX NCC 3.20
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      vxworks*)
+	;;
+      *)
+	_LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
+	;;
+    esac
+  fi
+],
+[
+  if test "$GCC" = yes; then
+    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+
+    case $host_os in
+      aix*)
+      # All AIX code is PIC.
+      if test "$host_cpu" = ia64; then
+	# AIX 5 now supports IA64 processor
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+        ;;
+      m68k)
+            # FIXME: we need at least 68020 code to build shared libraries, but
+            # adding the `-m68020' flag to GCC prevents building anything better,
+            # like `-m68040'.
+            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
+        ;;
+      esac
+      ;;
+
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
+      # PIC is the default for these OSes.
+      ;;
+
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
+      # This hack is so that the source file can tell whether it is being
+      # built for inclusion in a dll (and should export symbols for example).
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
+      # (--disable-auto-import) libraries
+      m4_if([$1], [GCJ], [],
+	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
+      ;;
+
+    darwin* | rhapsody*)
+      # PIC is the default on this platform
+      # Common symbols not allowed in MH_DYLIB files
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
+      ;;
+
+    hpux*)
+      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
+      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
+      # sets the default TLS model and affects inlining.
+      case $host_cpu in
+      hppa*64*)
+	# +Z the default
+	;;
+      *)
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+	;;
+      esac
+      ;;
+
+    interix[[3-9]]*)
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+      # Instead, we relocate shared libraries at runtime.
+      ;;
+
+    msdosdjgpp*)
+      # Just because we use GCC doesn't mean we suddenly get shared libraries
+      # on systems that don't support them.
+      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
+      enable_shared=no
+      ;;
+
+    *nto* | *qnx*)
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
+      # it will coredump.
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec; then
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
+      fi
+      ;;
+
+    *)
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+      ;;
+    esac
+  else
+    # PORTME Check for flag to pass linker flags through the system compiler.
+    case $host_os in
+    aix*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      if test "$host_cpu" = ia64; then
+	# AIX 5 now supports IA64 processor
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      else
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
+      fi
+      ;;
+
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
+      # This hack is so that the source file can tell whether it is being
+      # built for inclusion in a dll (and should export symbols for example).
+      m4_if([$1], [GCJ], [],
+	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
+      ;;
+
+    hpux9* | hpux10* | hpux11*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+      # not for PA HP-UX.
+      case $host_cpu in
+      hppa*64*|ia64*)
+	# +Z the default
+	;;
+      *)
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
+	;;
+      esac
+      # Is there a better lt_prog_compiler_static that works with the bundled CC?
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
+      ;;
+
+    irix5* | irix6* | nonstopux*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      # PIC (with -KPIC) is the default.
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+      ;;
+
+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
+      case $cc_basename in
+      # old Intel for x86_64 which still supported -KPIC.
+      ecc*)
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+        ;;
+      # icc used to be incompatible with GCC.
+      # ICC 10 doesn't accept -KPIC any more.
+      icc* | ifort*)
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+        ;;
+      # Lahey Fortran 8.1.
+      lf95*)
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
+	;;
+      pgcc* | pgf77* | pgf90* | pgf95*)
+        # Portland Group compilers (*not* the Pentium gcc compiler,
+	# which looks to be a dead project)
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+        ;;
+      ccc*)
+        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+        # All Alpha code is PIC.
+        _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+        ;;
+      xl*)
+	# IBM XL C 8.0/Fortran 10.1 on PPC
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
+	;;
+      *)
+	case `$CC -V 2>&1 | sed 5q` in
+	*Sun\ C*)
+	  # Sun C 5.9
+	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	  _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	  ;;
+	*Sun\ F*)
+	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
+	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	  _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
+	  ;;
+	esac
+	;;
+      esac
+      ;;
+
+    newsos6)
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      ;;
+
+    *nto* | *qnx*)
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
+      # it will coredump.
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
+      ;;
+
+    osf3* | osf4* | osf5*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      # All OSF/1 code is PIC.
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+      ;;
+
+    rdos*)
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+      ;;
+
+    solaris*)
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      case $cc_basename in
+      f77* | f90* | f95*)
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
+      *)
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
+      esac
+      ;;
+
+    sunos4*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      ;;
+
+    sysv4 | sysv4.2uw2* | sysv4.3*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec ;then
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      fi
+      ;;
+
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      ;;
+
+    unicos*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
+      ;;
+
+    uts4*)
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      ;;
+
+    *)
+      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
+      ;;
+    esac
+  fi
+])
+case $host_os in
+  # For platforms which do not support PIC, -DPIC is meaningless:
+  *djgpp*)
+    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
+    ;;
+  *)
+    _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
+    ;;
+esac
+AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
+_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
+	[How to pass a linker flag through the compiler])
+
+#
+# Check to make sure the PIC flag actually works.
+#
+if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
+  _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
+    [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
+    [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
+    [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
+     "" | " "*) ;;
+     *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
+     esac],
+    [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
+     _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
+fi
+_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
+	[Additional compiler flags for building library objects])
+
+#
+# Check to make sure the static flag actually works.
+#
+wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
+_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
+  _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
+  $lt_tmp_static_flag,
+  [],
+  [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
+_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
+	[Compiler flag to prevent dynamic linking])
+])# _LT_COMPILER_PIC
+
+
+# _LT_LINKER_SHLIBS([TAGNAME])
+# ----------------------------
+# See if the linker supports building shared libraries.
+m4_defun([_LT_LINKER_SHLIBS],
+[AC_REQUIRE([LT_PATH_LD])dnl
+AC_REQUIRE([LT_PATH_NM])dnl
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+m4_require([_LT_DECL_EGREP])dnl
+m4_require([_LT_DECL_SED])dnl
+m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
+m4_require([_LT_TAG_COMPILER])dnl
+AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
+m4_if([$1], [CXX], [
+  _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+  case $host_os in
+  aix[[4-9]]*)
+    # If we're using GNU nm, then we don't want the "-C" option.
+    # -C means demangle to AIX nm, but means don't demangle with GNU nm
+    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+    else
+      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+    fi
+    ;;
+  pw32*)
+    _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
+  ;;
+  cygwin* | mingw* | cegcc*)
+    _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
+  ;;
+  linux* | k*bsd*-gnu)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+  ;;
+  *)
+    _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+  ;;
+  esac
+  _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
+], [
+  runpath_var=
+  _LT_TAGVAR(allow_undefined_flag, $1)=
+  _LT_TAGVAR(always_export_symbols, $1)=no
+  _LT_TAGVAR(archive_cmds, $1)=
+  _LT_TAGVAR(archive_expsym_cmds, $1)=
+  _LT_TAGVAR(compiler_needs_object, $1)=no
+  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
+  _LT_TAGVAR(export_dynamic_flag_spec, $1)=
+  _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+  _LT_TAGVAR(hardcode_automatic, $1)=no
+  _LT_TAGVAR(hardcode_direct, $1)=no
+  _LT_TAGVAR(hardcode_direct_absolute, $1)=no
+  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
+  _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
+  _LT_TAGVAR(hardcode_libdir_separator, $1)=
+  _LT_TAGVAR(hardcode_minus_L, $1)=no
+  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+  _LT_TAGVAR(inherit_rpath, $1)=no
+  _LT_TAGVAR(link_all_deplibs, $1)=unknown
+  _LT_TAGVAR(module_cmds, $1)=
+  _LT_TAGVAR(module_expsym_cmds, $1)=
+  _LT_TAGVAR(old_archive_from_new_cmds, $1)=
+  _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
+  _LT_TAGVAR(thread_safe_flag_spec, $1)=
+  _LT_TAGVAR(whole_archive_flag_spec, $1)=
+  # include_expsyms should be a list of space-separated symbols to be *always*
+  # included in the symbol list
+  _LT_TAGVAR(include_expsyms, $1)=
+  # exclude_expsyms can be an extended regexp of symbols to exclude
+  # it will be wrapped by ` (' and `)$', so one must not match beginning or
+  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
+  # as well as any symbol that contains `d'.
+  _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
+  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
+  # platforms (ab)use it in PIC code, but their linkers get confused if
+  # the symbol is explicitly referenced.  Since portable code cannot
+  # rely on this symbol name, it's probably fine to never include it in
+  # preloaded symbol tables.
+  # Exclude shared library initialization/finalization symbols.
+dnl Note also adjust exclude_expsyms for C++ above.
+  extract_expsyms_cmds=
+
+  case $host_os in
+  cygwin* | mingw* | pw32* | cegcc*)
+    # FIXME: the MSVC++ port hasn't been tested in a loooong time
+    # When not using gcc, we currently assume that we are using
+    # Microsoft Visual C++.
+    if test "$GCC" != yes; then
+      with_gnu_ld=no
+    fi
+    ;;
+  interix*)
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
+    with_gnu_ld=yes
+    ;;
+  openbsd*)
+    with_gnu_ld=no
+    ;;
+  linux* | k*bsd*-gnu)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
+  esac
+
+  _LT_TAGVAR(ld_shlibs, $1)=yes
+  if test "$with_gnu_ld" = yes; then
+    # If archive_cmds runs LD, not CC, wlarc should be empty
+    wlarc='${wl}'
+
+    # Set some defaults for GNU ld with shared library support. These
+    # are reset later if shared libraries are not supported. Putting them
+    # here allows them to be overridden if necessary.
+    runpath_var=LD_RUN_PATH
+    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+    # ancient GNU ld didn't support --whole-archive et. al.
+    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
+      _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+    else
+      _LT_TAGVAR(whole_archive_flag_spec, $1)=
+    fi
+    supports_anon_versioning=no
+    case `$LD -v 2>&1` in
+      *GNU\ gold*) supports_anon_versioning=yes ;;
+      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
+      *\ 2.11.*) ;; # other 2.11 versions
+      *) supports_anon_versioning=yes ;;
+    esac
+
+    # See if GNU ld supports shared libraries.
+    case $host_os in
+    aix[[3-9]]*)
+      # On AIX/PPC, the GNU linker is very broken
+      if test "$host_cpu" != ia64; then
+	_LT_TAGVAR(ld_shlibs, $1)=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: the GNU linker, at least up to release 2.9.1, is reported
+*** to be unable to reliably create shared libraries on AIX.
+*** Therefore, libtool is disabling shared libraries support.  If you
+*** really care for shared libraries, you may want to modify your PATH
+*** so that a non-GNU linker is found, and then restart.
+
+_LT_EOF
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+            _LT_TAGVAR(archive_expsym_cmds, $1)=''
+        ;;
+      m68k)
+            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
+            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+            _LT_TAGVAR(hardcode_minus_L, $1)=yes
+        ;;
+      esac
+      ;;
+
+    beos*)
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+	# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
+	# support --undefined.  This deserves some investigation.  FIXME
+	_LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+      else
+	_LT_TAGVAR(ld_shlibs, $1)=no
+      fi
+      ;;
+
+    cygwin* | mingw* | pw32* | cegcc*)
+      # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
+      # as there is no search path for DLLs.
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+      _LT_TAGVAR(always_export_symbols, $1)=no
+      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+      _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
+
+      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
+        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+	# If the export-symbols file already is a .def file (1st line
+	# is EXPORTS), use it as is; otherwise, prepend...
+	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	  cp $export_symbols $output_objdir/$soname.def;
+	else
+	  echo EXPORTS > $output_objdir/$soname.def;
+	  cat $export_symbols >> $output_objdir/$soname.def;
+	fi~
+	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+      else
+	_LT_TAGVAR(ld_shlibs, $1)=no
+      fi
+      ;;
+
+    interix[[3-9]]*)
+      _LT_TAGVAR(hardcode_direct, $1)=no
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
+      # default) and relocated if they conflict, which is a slow very memory
+      # consuming and fragmenting process.  To avoid this, we pick a random,
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
+      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      ;;
+
+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
+      tmp_diet=no
+      if test "$host_os" = linux-dietlibc; then
+	case $cc_basename in
+	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
+	esac
+      fi
+      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
+	 && test "$tmp_diet" = no
+      then
+	tmp_addflag=
+	tmp_sharedflag='-shared'
+	case $cc_basename,$host_cpu in
+        pgcc*)				# Portland Group C compiler
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag'
+	  ;;
+	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag -Mnomain' ;;
+	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
+	  tmp_addflag=' -i_dynamic' ;;
+	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
+	  tmp_addflag=' -i_dynamic -nofor_main' ;;
+	ifc* | ifort*)			# Intel Fortran compiler
+	  tmp_addflag=' -nofor_main' ;;
+	lf95*)				# Lahey Fortran 8.1
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)=
+	  tmp_sharedflag='--shared' ;;
+	xl[[cC]]*)			# IBM XL C 8.0 on PPC (deal with xlf below)
+	  tmp_sharedflag='-qmkshrobj'
+	  tmp_addflag= ;;
+	esac
+	case `$CC -V 2>&1 | sed 5q` in
+	*Sun\ C*)			# Sun C 5.9
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
+	  _LT_TAGVAR(compiler_needs_object, $1)=yes
+	  tmp_sharedflag='-G' ;;
+	*Sun\ F*)			# Sun Fortran 8.3
+	  tmp_sharedflag='-G' ;;
+	esac
+	_LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+
+        if test "x$supports_anon_versioning" = xyes; then
+          _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
+	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	    echo "local: *; };" >> $output_objdir/$libname.ver~
+	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+        fi
+
+	case $cc_basename in
+	xlf*)
+	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
+	  _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
+	  _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
+	  if test "x$supports_anon_versioning" = xyes; then
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
+	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	      echo "local: *; };" >> $output_objdir/$libname.ver~
+	      $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
+	  fi
+	  ;;
+	esac
+      else
+        _LT_TAGVAR(ld_shlibs, $1)=no
+      fi
+      ;;
+
+    netbsd* | netbsdelf*-gnu)
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+	wlarc=
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      fi
+      ;;
+
+    solaris*)
+      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
+	_LT_TAGVAR(ld_shlibs, $1)=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: The releases 2.8.* of the GNU linker cannot reliably
+*** create shared libraries on Solaris systems.  Therefore, libtool
+*** is disabling shared libraries support.  We urge you to upgrade GNU
+*** binutils to release 2.9.1 or newer.  Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      else
+	_LT_TAGVAR(ld_shlibs, $1)=no
+      fi
+      ;;
+
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
+      case `$LD -v 2>&1` in
+        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
+	_LT_TAGVAR(ld_shlibs, $1)=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
+*** is disabling shared libraries support.  We urge you to upgrade GNU
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+	;;
+	*)
+	  # For security reasons, it is highly recommended that you always
+	  # use absolute paths for naming shared libraries, and exclude the
+	  # DT_RUNPATH tag from executables and libraries.  But doing so
+	  # requires that you compile everything twice, which is a pain.
+	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+	  else
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	  fi
+	;;
+      esac
+      ;;
+
+    sunos4*)
+      _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+      wlarc=
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    *)
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      else
+	_LT_TAGVAR(ld_shlibs, $1)=no
+      fi
+      ;;
+    esac
+
+    if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
+      runpath_var=
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)=
+      _LT_TAGVAR(whole_archive_flag_spec, $1)=
+    fi
+  else
+    # PORTME fill in a description of your system's linker (not GNU ld)
+    case $host_os in
+    aix3*)
+      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+      _LT_TAGVAR(always_export_symbols, $1)=yes
+      _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
+      # Note: this linker hardcodes the directories in LIBPATH if there
+      # are no directories specified by -L.
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
+	# Neither direct hardcoding nor static linking is supported with a
+	# broken collect2.
+	_LT_TAGVAR(hardcode_direct, $1)=unsupported
+      fi
+      ;;
+
+    aix[[4-9]]*)
+      if test "$host_cpu" = ia64; then
+	# On IA64, the linker does run time linking by default, so we don't
+	# have to do anything special.
+	aix_use_runtimelinking=no
+	exp_sym_flag='-Bexport'
+	no_entry_flag=""
+      else
+	# If we're using GNU nm, then we don't want the "-C" option.
+	# -C means demangle to AIX nm, but means don't demangle with GNU nm
+	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+	  _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+	else
+	  _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+	fi
+	aix_use_runtimelinking=no
+
+	# Test if we are trying to use run time linking or normal
+	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
+	# need to do runtime linking.
+	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
+	  for ld_flag in $LDFLAGS; do
+	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
+	    aix_use_runtimelinking=yes
+	    break
+	  fi
+	  done
+	  ;;
+	esac
+
+	exp_sym_flag='-bexport'
+	no_entry_flag='-bnoentry'
+      fi
+
+      # When large executables or shared objects are built, AIX ld can
+      # have problems creating the table of contents.  If linking a library
+      # or program results in "error TOC overflow" add -mminimal-toc to
+      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
+      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
+
+      _LT_TAGVAR(archive_cmds, $1)=''
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
+      _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
+
+      if test "$GCC" = yes; then
+	case $host_os in aix4.[[012]]|aix4.[[012]].*)
+	# We only want to do this on AIX 4.2 and lower, the check
+	# below for broken collect2 doesn't work under 4.3+
+	  collect2name=`${CC} -print-prog-name=collect2`
+	  if test -f "$collect2name" &&
+	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
+	  then
+	  # We have reworked collect2
+	  :
+	  else
+	  # We have old collect2
+	  _LT_TAGVAR(hardcode_direct, $1)=unsupported
+	  # It fails to find uninstalled libraries when the uninstalled
+	  # path is not listed in the libpath.  Setting hardcode_minus_L
+	  # to unsupported forces relinking
+	  _LT_TAGVAR(hardcode_minus_L, $1)=yes
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+	  _LT_TAGVAR(hardcode_libdir_separator, $1)=
+	  fi
+	  ;;
+	esac
+	shared_flag='-shared'
+	if test "$aix_use_runtimelinking" = yes; then
+	  shared_flag="$shared_flag "'${wl}-G'
+	fi
+	_LT_TAGVAR(link_all_deplibs, $1)=no
+      else
+	# not using gcc
+	if test "$host_cpu" = ia64; then
+	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
+	# chokes on -Wl,-G. The following line is correct:
+	  shared_flag='-G'
+	else
+	  if test "$aix_use_runtimelinking" = yes; then
+	    shared_flag='${wl}-G'
+	  else
+	    shared_flag='${wl}-bM:SRE'
+	  fi
+	fi
+      fi
+
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
+      # It seems that -bexpall does not export symbols beginning with
+      # underscore (_), so it is better to generate a list of symbols to export.
+      _LT_TAGVAR(always_export_symbols, $1)=yes
+      if test "$aix_use_runtimelinking" = yes; then
+	# Warning - without using the other runtime loading flags (-brtl),
+	# -berok will link without error, but may produce a broken library.
+	_LT_TAGVAR(allow_undefined_flag, $1)='-berok'
+        # Determine the default libpath from the value encoded in an
+        # empty executable.
+        _LT_SYS_MODULE_PATH_AIX
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+      else
+	if test "$host_cpu" = ia64; then
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
+	  _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
+	  _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
+	else
+	 # Determine the default libpath from the value encoded in an
+	 # empty executable.
+	 _LT_SYS_MODULE_PATH_AIX
+	 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+	  # Warning - without using the other run time loading flags,
+	  # -berok will link without error, but may produce a broken library.
+	  _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
+	  _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
+	  # Exported symbols can be pulled into shared objects from archives
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
+	  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
+	  # This is similar to how AIX traditionally builds its shared libraries.
+	  _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+	fi
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+            _LT_TAGVAR(archive_expsym_cmds, $1)=''
+        ;;
+      m68k)
+            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
+            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+            _LT_TAGVAR(hardcode_minus_L, $1)=yes
+        ;;
+      esac
+      ;;
+
+    bsdi[[45]]*)
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
+      ;;
+
+    cygwin* | mingw* | pw32* | cegcc*)
+      # When not using gcc, we currently assume that we are using
+      # Microsoft Visual C++.
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
+      # no search path for DLLs.
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
+      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+      # Tell ltmain to make .lib files, not .a files.
+      libext=lib
+      # Tell ltmain to make .dll files, not .so files.
+      shrext_cmds=".dll"
+      # FIXME: Setting linknames here is a bad hack.
+      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
+      # The linker will automatically build a .lib file if we build a DLL.
+      _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
+      # FIXME: Should let the user specify the lib program.
+      _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
+      _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
+      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+      ;;
+
+    darwin* | rhapsody*)
+      _LT_DARWIN_LINKER_FEATURES($1)
+      ;;
+
+    dgux*)
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    freebsd1*)
+      _LT_TAGVAR(ld_shlibs, $1)=no
+      ;;
+
+    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
+    # support.  Future versions do this automatically, but an explicit c++rt0.o
+    # does not break anything, and helps significantly (at the cost of a little
+    # extra space).
+    freebsd2.2*)
+      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
+    freebsd2*)
+      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+    freebsd* | dragonfly*)
+      _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    hpux9*)
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+      fi
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+
+      # hardcode_minus_L: Not really in the search PATH,
+      # but as the default location of the library.
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+      ;;
+
+    hpux10*)
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+      fi
+      if test "$with_gnu_ld" = no; then
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+	_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
+	_LT_TAGVAR(hardcode_libdir_separator, $1)=:
+	_LT_TAGVAR(hardcode_direct, $1)=yes
+	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
+	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+	# hardcode_minus_L: Not really in the search PATH,
+	# but as the default location of the library.
+	_LT_TAGVAR(hardcode_minus_L, $1)=yes
+      fi
+      ;;
+
+    hpux11*)
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+	case $host_cpu in
+	hppa*64*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	ia64*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	esac
+      else
+	case $host_cpu in
+	hppa*64*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	ia64*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	esac
+      fi
+      if test "$with_gnu_ld" = no; then
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+	_LT_TAGVAR(hardcode_libdir_separator, $1)=:
+
+	case $host_cpu in
+	hppa*64*|ia64*)
+	  _LT_TAGVAR(hardcode_direct, $1)=no
+	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	  ;;
+	*)
+	  _LT_TAGVAR(hardcode_direct, $1)=yes
+	  _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
+	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+
+	  # hardcode_minus_L: Not really in the search PATH,
+	  # but as the default location of the library.
+	  _LT_TAGVAR(hardcode_minus_L, $1)=yes
+	  ;;
+	esac
+      fi
+      ;;
+
+    irix5* | irix6* | nonstopux*)
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+	# Try to use the -exported_symbol ld option, if it does not
+	# work, assume that -exports_file does not work either and
+	# implicitly export all symbols.
+        save_LDFLAGS="$LDFLAGS"
+        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
+        AC_LINK_IFELSE(int foo(void) {},
+          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
+        )
+        LDFLAGS="$save_LDFLAGS"
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
+      fi
+      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+      _LT_TAGVAR(inherit_rpath, $1)=yes
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
+      ;;
+
+    netbsd* | netbsdelf*-gnu)
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
+      fi
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    newsos6)
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    *nto* | *qnx*)
+      ;;
+
+    openbsd*)
+      if test -f /usr/libexec/ld.so; then
+	_LT_TAGVAR(hardcode_direct, $1)=yes
+	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
+	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+	else
+	  case $host_os in
+	   openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
+	     _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+	     _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+	     ;;
+	   *)
+	     _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	     _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	     ;;
+	  esac
+	fi
+      else
+	_LT_TAGVAR(ld_shlibs, $1)=no
+      fi
+      ;;
+
+    os2*)
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
+      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+      _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+      _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
+      ;;
+
+    osf3*)
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+      else
+	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
+      fi
+      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+      ;;
+
+    osf4* | osf5*)	# as osf3* with the addition of -msym flag
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+      else
+	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
+	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
+
+	# Both c and cxx compiler support -rpath directly
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+      fi
+      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+      ;;
+
+    solaris*)
+      _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
+      if test "$GCC" = yes; then
+	wlarc='${wl}'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+      else
+	case `$CC -V 2>&1` in
+	*"Compilers 5.0"*)
+	  wlarc=''
+	  _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
+	  ;;
+	*)
+	  wlarc='${wl}'
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+	  ;;
+	esac
+      fi
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      case $host_os in
+      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
+      *)
+	# The compiler driver will combine and reorder linker options,
+	# but understands `-z linker_flag'.  GCC discards it without `$wl',
+	# but is careful enough not to reorder.
+	# Supported since Solaris 2.6 (maybe 2.5.1?)
+	if test "$GCC" = yes; then
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
+	else
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
+	fi
+	;;
+      esac
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
+      ;;
+
+    sunos4*)
+      if test "x$host_vendor" = xsequent; then
+	# Use $CC to link under sequent, because it throws in some extra .o
+	# files that make .init and .fini sections work.
+	_LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+      fi
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    sysv4)
+      case $host_vendor in
+	sni)
+	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
+	;;
+	siemens)
+	  ## LD is ld it makes a PLAMLIB
+	  ## CC just makes a GrossModule.
+	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
+	  _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
+	  _LT_TAGVAR(hardcode_direct, $1)=no
+        ;;
+	motorola)
+	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
+	;;
+      esac
+      runpath_var='LD_RUN_PATH'
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    sysv4.3*)
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec; then
+	_LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	runpath_var=LD_RUN_PATH
+	hardcode_runpath_var=yes
+	_LT_TAGVAR(ld_shlibs, $1)=yes
+      fi
+      ;;
+
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      runpath_var='LD_RUN_PATH'
+
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      fi
+      ;;
+
+    sysv5* | sco3.2v5* | sco5v6*)
+      # Note: We can NOT use -z defs as we might desire, because we do not
+      # link with -lc, and that would cause any symbols used from libc to
+      # always be unresolved, which means just about no library would
+      # ever link correctly.  If we're not using GNU ld we use -z text
+      # though, which does catch some bad symbols but isn't as heavy-handed
+      # as -z defs.
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+      _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
+      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
+      runpath_var='LD_RUN_PATH'
+
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      fi
+      ;;
+
+    uts4*)
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    *)
+      _LT_TAGVAR(ld_shlibs, $1)=no
+      ;;
+    esac
+
+    if test x$host_vendor = xsni; then
+      case $host in
+      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
+	;;
+      esac
+    fi
+  fi
+])
+AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
+test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
+
+_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
+
+_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
+_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
+_LT_DECL([], [extract_expsyms_cmds], [2],
+    [The commands to extract the exported symbol list from a shared archive])
+
+#
+# Do we need to explicitly link libc?
+#
+case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
+x|xyes)
+  # Assume -lc should be added
+  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
+
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
+    case $_LT_TAGVAR(archive_cmds, $1) in
+    *'~'*)
+      # FIXME: we may have to deal with multi-command sequences.
+      ;;
+    '$CC '*)
+      # Test whether the compiler implicitly links with -lc since on some
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
+      # to ld, don't add -lc before -lgcc.
+      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
+      $RM conftest*
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
+        soname=conftest
+        lib=conftest
+        libobjs=conftest.$ac_objext
+        deplibs=
+        wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
+	pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
+        compiler_flags=-v
+        linker_flags=-v
+        verstring=
+        output_objdir=.
+        libname=conftest
+        lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
+        _LT_TAGVAR(allow_undefined_flag, $1)=
+        if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
+        then
+	  _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+        else
+	  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
+        fi
+        _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
+      else
+        cat conftest.err 1>&5
+      fi
+      $RM conftest*
+      AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)])
+      ;;
+    esac
+  fi
+  ;;
+esac
+
+_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
+    [Whether or not to add -lc for building shared libraries])
+_LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
+    [enable_shared_with_static_runtimes], [0],
+    [Whether or not to disallow shared libs when runtime libs are static])
+_LT_TAGDECL([], [export_dynamic_flag_spec], [1],
+    [Compiler flag to allow reflexive dlopens])
+_LT_TAGDECL([], [whole_archive_flag_spec], [1],
+    [Compiler flag to generate shared objects directly from archives])
+_LT_TAGDECL([], [compiler_needs_object], [1],
+    [Whether the compiler copes with passing no objects directly])
+_LT_TAGDECL([], [old_archive_from_new_cmds], [2],
+    [Create an old-style archive from a shared archive])
+_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
+    [Create a temporary old-style archive to link instead of a shared archive])
+_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
+_LT_TAGDECL([], [archive_expsym_cmds], [2])
+_LT_TAGDECL([], [module_cmds], [2],
+    [Commands used to build a loadable module if different from building
+    a shared archive.])
+_LT_TAGDECL([], [module_expsym_cmds], [2])
+_LT_TAGDECL([], [with_gnu_ld], [1],
+    [Whether we are building with GNU ld or not])
+_LT_TAGDECL([], [allow_undefined_flag], [1],
+    [Flag that allows shared libraries with undefined symbols to be built])
+_LT_TAGDECL([], [no_undefined_flag], [1],
+    [Flag that enforces no undefined symbols])
+_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
+    [Flag to hardcode $libdir into a binary during linking.
+    This must work even if $libdir does not exist])
+_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1],
+    [[If ld is used when linking, flag to hardcode $libdir into a binary
+    during linking.  This must work even if $libdir does not exist]])
+_LT_TAGDECL([], [hardcode_libdir_separator], [1],
+    [Whether we need a single "-rpath" flag with a separated argument])
+_LT_TAGDECL([], [hardcode_direct], [0],
+    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
+    DIR into the resulting binary])
+_LT_TAGDECL([], [hardcode_direct_absolute], [0],
+    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
+    DIR into the resulting binary and the resulting library dependency is
+    "absolute", i.e impossible to change by setting ${shlibpath_var} if the
+    library is relocated])
+_LT_TAGDECL([], [hardcode_minus_L], [0],
+    [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
+    into the resulting binary])
+_LT_TAGDECL([], [hardcode_shlibpath_var], [0],
+    [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
+    into the resulting binary])
+_LT_TAGDECL([], [hardcode_automatic], [0],
+    [Set to "yes" if building a shared library automatically hardcodes DIR
+    into the library and all subsequent libraries and executables linked
+    against it])
+_LT_TAGDECL([], [inherit_rpath], [0],
+    [Set to yes if linker adds runtime paths of dependent libraries
+    to runtime path list])
+_LT_TAGDECL([], [link_all_deplibs], [0],
+    [Whether libtool must link a program against all its dependency libraries])
+_LT_TAGDECL([], [fix_srcfile_path], [1],
+    [Fix the shell variable $srcfile for the compiler])
+_LT_TAGDECL([], [always_export_symbols], [0],
+    [Set to "yes" if exported symbols are required])
+_LT_TAGDECL([], [export_symbols_cmds], [2],
+    [The commands to list exported symbols])
+_LT_TAGDECL([], [exclude_expsyms], [1],
+    [Symbols that should not be listed in the preloaded symbols])
+_LT_TAGDECL([], [include_expsyms], [1],
+    [Symbols that must always be exported])
+_LT_TAGDECL([], [prelink_cmds], [2],
+    [Commands necessary for linking programs (against libraries) with templates])
+_LT_TAGDECL([], [file_list_spec], [1],
+    [Specify filename containing input files])
+dnl FIXME: Not yet implemented
+dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
+dnl    [Compiler flag to generate thread safe objects])
+])# _LT_LINKER_SHLIBS
+
+
+# _LT_LANG_C_CONFIG([TAG])
+# ------------------------
+# Ensure that the configuration variables for a C compiler are suitably
+# defined.  These variables are subsequently used by _LT_CONFIG to write
+# the compiler configuration to `libtool'.
+m4_defun([_LT_LANG_C_CONFIG],
+[m4_require([_LT_DECL_EGREP])dnl
+lt_save_CC="$CC"
+AC_LANG_PUSH(C)
+
+# Source file extension for C test sources.
+ac_ext=c
+
+# Object file extension for compiled C test sources.
+objext=o
+_LT_TAGVAR(objext, $1)=$objext
+
+# Code to be used in simple compile tests
+lt_simple_compile_test_code="int some_variable = 0;"
+
+# Code to be used in simple link tests
+lt_simple_link_test_code='int main(){return(0);}'
+
+_LT_TAG_COMPILER
+# Save the default compiler, since it gets overwritten when the other
+# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
+compiler_DEFAULT=$CC
+
+# save warnings/boilerplate of simple test code
+_LT_COMPILER_BOILERPLATE
+_LT_LINKER_BOILERPLATE
+
+## CAVEAT EMPTOR:
+## There is no encapsulation within the following macros, do not change
+## the running order or otherwise move them around unless you know exactly
+## what you are doing...
+if test -n "$compiler"; then
+  _LT_COMPILER_NO_RTTI($1)
+  _LT_COMPILER_PIC($1)
+  _LT_COMPILER_C_O($1)
+  _LT_COMPILER_FILE_LOCKS($1)
+  _LT_LINKER_SHLIBS($1)
+  _LT_SYS_DYNAMIC_LINKER($1)
+  _LT_LINKER_HARDCODE_LIBPATH($1)
+  LT_SYS_DLOPEN_SELF
+  _LT_CMD_STRIPLIB
+
+  # Report which library types will actually be built
+  AC_MSG_CHECKING([if libtool supports shared libraries])
+  AC_MSG_RESULT([$can_build_shared])
+
+  AC_MSG_CHECKING([whether to build shared libraries])
+  test "$can_build_shared" = "no" && enable_shared=no
+
+  # On AIX, shared libraries and static libraries use the same namespace, and
+  # are all built from PIC.
+  case $host_os in
+  aix3*)
+    test "$enable_shared" = yes && enable_static=no
+    if test -n "$RANLIB"; then
+      archive_cmds="$archive_cmds~\$RANLIB \$lib"
+      postinstall_cmds='$RANLIB $lib'
+    fi
+    ;;
+
+  aix[[4-9]]*)
+    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+      test "$enable_shared" = yes && enable_static=no
+    fi
+    ;;
+  esac
+  AC_MSG_RESULT([$enable_shared])
+
+  AC_MSG_CHECKING([whether to build static libraries])
+  # Make sure either enable_shared or enable_static is yes.
+  test "$enable_shared" = yes || enable_static=yes
+  AC_MSG_RESULT([$enable_static])
+
+  _LT_CONFIG($1)
+fi
+AC_LANG_POP
+CC="$lt_save_CC"
+])# _LT_LANG_C_CONFIG
+
+
+# _LT_PROG_CXX
+# ------------
+# Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++
+# compiler, we have our own version here.
+m4_defun([_LT_PROG_CXX],
+[
+pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes])
+AC_PROG_CXX
+if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
+    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
+    (test "X$CXX" != "Xg++"))) ; then
+  AC_PROG_CXXCPP
+else
+  _lt_caught_CXX_error=yes
+fi
+popdef([AC_MSG_ERROR])
+])# _LT_PROG_CXX
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([_LT_PROG_CXX], [])
+
+
+# _LT_LANG_CXX_CONFIG([TAG])
+# --------------------------
+# Ensure that the configuration variables for a C++ compiler are suitably
+# defined.  These variables are subsequently used by _LT_CONFIG to write
+# the compiler configuration to `libtool'.
+m4_defun([_LT_LANG_CXX_CONFIG],
+[AC_REQUIRE([_LT_PROG_CXX])dnl
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+m4_require([_LT_DECL_EGREP])dnl
+
+AC_LANG_PUSH(C++)
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
+_LT_TAGVAR(allow_undefined_flag, $1)=
+_LT_TAGVAR(always_export_symbols, $1)=no
+_LT_TAGVAR(archive_expsym_cmds, $1)=
+_LT_TAGVAR(compiler_needs_object, $1)=no
+_LT_TAGVAR(export_dynamic_flag_spec, $1)=
+_LT_TAGVAR(hardcode_direct, $1)=no
+_LT_TAGVAR(hardcode_direct_absolute, $1)=no
+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
+_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
+_LT_TAGVAR(hardcode_libdir_separator, $1)=
+_LT_TAGVAR(hardcode_minus_L, $1)=no
+_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+_LT_TAGVAR(hardcode_automatic, $1)=no
+_LT_TAGVAR(inherit_rpath, $1)=no
+_LT_TAGVAR(module_cmds, $1)=
+_LT_TAGVAR(module_expsym_cmds, $1)=
+_LT_TAGVAR(link_all_deplibs, $1)=unknown
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
+_LT_TAGVAR(no_undefined_flag, $1)=
+_LT_TAGVAR(whole_archive_flag_spec, $1)=
+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
+
+# Source file extension for C++ test sources.
+ac_ext=cpp
+
+# Object file extension for compiled C++ test sources.
+objext=o
+_LT_TAGVAR(objext, $1)=$objext
+
+# No sense in running all these tests if we already determined that
+# the CXX compiler isn't working.  Some variables (like enable_shared)
+# are currently assumed to apply to all compilers on this platform,
+# and will be corrupted by setting them based on a non-working compiler.
+if test "$_lt_caught_CXX_error" != yes; then
+  # Code to be used in simple compile tests
+  lt_simple_compile_test_code="int some_variable = 0;"
+
+  # Code to be used in simple link tests
+  lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
+
+  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+  _LT_TAG_COMPILER
+
+  # save warnings/boilerplate of simple test code
+  _LT_COMPILER_BOILERPLATE
+  _LT_LINKER_BOILERPLATE
+
+  # Allow CC to be a program name with arguments.
+  lt_save_CC=$CC
+  lt_save_LD=$LD
+  lt_save_GCC=$GCC
+  GCC=$GXX
+  lt_save_with_gnu_ld=$with_gnu_ld
+  lt_save_path_LD=$lt_cv_path_LD
+  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
+    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
+  else
+    $as_unset lt_cv_prog_gnu_ld
+  fi
+  if test -n "${lt_cv_path_LDCXX+set}"; then
+    lt_cv_path_LD=$lt_cv_path_LDCXX
+  else
+    $as_unset lt_cv_path_LD
+  fi
+  test -z "${LDCXX+set}" || LD=$LDCXX
+  CC=${CXX-"c++"}
+  compiler=$CC
+  _LT_TAGVAR(compiler, $1)=$CC
+  _LT_CC_BASENAME([$compiler])
+
+  if test -n "$compiler"; then
+    # We don't want -fno-exception when compiling C++ code, so set the
+    # no_builtin_flag separately
+    if test "$GXX" = yes; then
+      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
+    else
+      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
+    fi
+
+    if test "$GXX" = yes; then
+      # Set up default GNU C++ configuration
+
+      LT_PATH_LD
+
+      # Check if GNU C++ uses GNU ld as the underlying linker, since the
+      # archiving commands below assume that GNU ld is being used.
+      if test "$with_gnu_ld" = yes; then
+        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
+        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+
+        # If archive_cmds runs LD, not CC, wlarc should be empty
+        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
+        #     investigate it a little bit more. (MM)
+        wlarc='${wl}'
+
+        # ancient GNU ld didn't support --whole-archive et. al.
+        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
+	  $GREP 'no-whole-archive' > /dev/null; then
+          _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+        else
+          _LT_TAGVAR(whole_archive_flag_spec, $1)=
+        fi
+      else
+        with_gnu_ld=no
+        wlarc=
+
+        # A generic and very simple default shared library creation
+        # command for GNU C++ for the case where it uses the native
+        # linker, instead of GNU ld.  If possible, this setting should
+        # overridden to take advantage of the native linker features on
+        # the platform it is being used on.
+        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+      fi
+
+      # Commands to make compiler produce verbose output that lists
+      # what "hidden" libraries, object files and flags are used when
+      # linking a shared library.
+      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
+
+    else
+      GXX=no
+      with_gnu_ld=no
+      wlarc=
+    fi
+
+    # PORTME: fill in a description of your system's C++ link characteristics
+    AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
+    _LT_TAGVAR(ld_shlibs, $1)=yes
+    case $host_os in
+      aix3*)
+        # FIXME: insert proper C++ library support
+        _LT_TAGVAR(ld_shlibs, $1)=no
+        ;;
+      aix[[4-9]]*)
+        if test "$host_cpu" = ia64; then
+          # On IA64, the linker does run time linking by default, so we don't
+          # have to do anything special.
+          aix_use_runtimelinking=no
+          exp_sym_flag='-Bexport'
+          no_entry_flag=""
+        else
+          aix_use_runtimelinking=no
+
+          # Test if we are trying to use run time linking or normal
+          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
+          # need to do runtime linking.
+          case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
+	    for ld_flag in $LDFLAGS; do
+	      case $ld_flag in
+	      *-brtl*)
+	        aix_use_runtimelinking=yes
+	        break
+	        ;;
+	      esac
+	    done
+	    ;;
+          esac
+
+          exp_sym_flag='-bexport'
+          no_entry_flag='-bnoentry'
+        fi
+
+        # When large executables or shared objects are built, AIX ld can
+        # have problems creating the table of contents.  If linking a library
+        # or program results in "error TOC overflow" add -mminimal-toc to
+        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
+        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
+
+        _LT_TAGVAR(archive_cmds, $1)=''
+        _LT_TAGVAR(hardcode_direct, $1)=yes
+        _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
+        _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
+        _LT_TAGVAR(link_all_deplibs, $1)=yes
+        _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
+
+        if test "$GXX" = yes; then
+          case $host_os in aix4.[[012]]|aix4.[[012]].*)
+          # We only want to do this on AIX 4.2 and lower, the check
+          # below for broken collect2 doesn't work under 4.3+
+	  collect2name=`${CC} -print-prog-name=collect2`
+	  if test -f "$collect2name" &&
+	     strings "$collect2name" | $GREP resolve_lib_name >/dev/null
+	  then
+	    # We have reworked collect2
+	    :
+	  else
+	    # We have old collect2
+	    _LT_TAGVAR(hardcode_direct, $1)=unsupported
+	    # It fails to find uninstalled libraries when the uninstalled
+	    # path is not listed in the libpath.  Setting hardcode_minus_L
+	    # to unsupported forces relinking
+	    _LT_TAGVAR(hardcode_minus_L, $1)=yes
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+	    _LT_TAGVAR(hardcode_libdir_separator, $1)=
+	  fi
+          esac
+          shared_flag='-shared'
+	  if test "$aix_use_runtimelinking" = yes; then
+	    shared_flag="$shared_flag "'${wl}-G'
+	  fi
+        else
+          # not using gcc
+          if test "$host_cpu" = ia64; then
+	  # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
+	  # chokes on -Wl,-G. The following line is correct:
+	  shared_flag='-G'
+          else
+	    if test "$aix_use_runtimelinking" = yes; then
+	      shared_flag='${wl}-G'
+	    else
+	      shared_flag='${wl}-bM:SRE'
+	    fi
+          fi
+        fi
+
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
+        # It seems that -bexpall does not export symbols beginning with
+        # underscore (_), so it is better to generate a list of symbols to
+	# export.
+        _LT_TAGVAR(always_export_symbols, $1)=yes
+        if test "$aix_use_runtimelinking" = yes; then
+          # Warning - without using the other runtime loading flags (-brtl),
+          # -berok will link without error, but may produce a broken library.
+          _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
+          # Determine the default libpath from the value encoded in an empty
+          # executable.
+          _LT_SYS_MODULE_PATH_AIX
+          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+
+          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+        else
+          if test "$host_cpu" = ia64; then
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
+	    _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
+	    _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
+          else
+	    # Determine the default libpath from the value encoded in an
+	    # empty executable.
+	    _LT_SYS_MODULE_PATH_AIX
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+	    # Warning - without using the other run time loading flags,
+	    # -berok will link without error, but may produce a broken library.
+	    _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
+	    _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
+	    # Exported symbols can be pulled into shared objects from archives
+	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
+	    _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
+	    # This is similar to how AIX traditionally builds its shared
+	    # libraries.
+	    _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+          fi
+        fi
+        ;;
+
+      beos*)
+	if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	  _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+	  # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
+	  # support --undefined.  This deserves some investigation.  FIXME
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	else
+	  _LT_TAGVAR(ld_shlibs, $1)=no
+	fi
+	;;
+
+      chorus*)
+        case $cc_basename in
+          *)
+	  # FIXME: insert proper C++ library support
+	  _LT_TAGVAR(ld_shlibs, $1)=no
+	  ;;
+        esac
+        ;;
+
+      cygwin* | mingw* | pw32* | cegcc*)
+        # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
+        # as there is no search path for DLLs.
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+        _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+        _LT_TAGVAR(always_export_symbols, $1)=no
+        _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+
+        if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
+          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+          # If the export-symbols file already is a .def file (1st line
+          # is EXPORTS), use it as is; otherwise, prepend...
+          _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	    cp $export_symbols $output_objdir/$soname.def;
+          else
+	    echo EXPORTS > $output_objdir/$soname.def;
+	    cat $export_symbols >> $output_objdir/$soname.def;
+          fi~
+          $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+        else
+          _LT_TAGVAR(ld_shlibs, $1)=no
+        fi
+        ;;
+      darwin* | rhapsody*)
+        _LT_DARWIN_LINKER_FEATURES($1)
+	;;
+
+      dgux*)
+        case $cc_basename in
+          ec++*)
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+          ghcx*)
+	    # Green Hills C++ Compiler
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+          *)
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+        esac
+        ;;
+
+      freebsd[[12]]*)
+        # C++ shared libraries reported to be fairly broken before
+	# switch to ELF
+        _LT_TAGVAR(ld_shlibs, $1)=no
+        ;;
+
+      freebsd-elf*)
+        _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+        ;;
+
+      freebsd* | dragonfly*)
+        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
+        # conventions
+        _LT_TAGVAR(ld_shlibs, $1)=yes
+        ;;
+
+      gnu*)
+        ;;
+
+      hpux9*)
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+        _LT_TAGVAR(hardcode_direct, $1)=yes
+        _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
+				             # but as the default
+				             # location of the library.
+
+        case $cc_basename in
+          CC*)
+            # FIXME: insert proper C++ library support
+            _LT_TAGVAR(ld_shlibs, $1)=no
+            ;;
+          aCC*)
+            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+            # Commands to make compiler produce verbose output that lists
+            # what "hidden" libraries, object files and flags are used when
+            # linking a shared library.
+            #
+            # There doesn't appear to be a way to prevent this compiler from
+            # explicitly linking system object files so we need to strip them
+            # from the output so that they don't get included in the library
+            # dependencies.
+            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
+            ;;
+          *)
+            if test "$GXX" = yes; then
+              _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+            else
+              # FIXME: insert proper C++ library support
+              _LT_TAGVAR(ld_shlibs, $1)=no
+            fi
+            ;;
+        esac
+        ;;
+
+      hpux10*|hpux11*)
+        if test $with_gnu_ld = no; then
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+	  _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+
+          case $host_cpu in
+            hppa*64*|ia64*)
+              ;;
+            *)
+	      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+              ;;
+          esac
+        fi
+        case $host_cpu in
+          hppa*64*|ia64*)
+            _LT_TAGVAR(hardcode_direct, $1)=no
+            _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+            ;;
+          *)
+            _LT_TAGVAR(hardcode_direct, $1)=yes
+            _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
+            _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
+					         # but as the default
+					         # location of the library.
+            ;;
+        esac
+
+        case $cc_basename in
+          CC*)
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+          aCC*)
+	    case $host_cpu in
+	      hppa*64*)
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	        ;;
+	      ia64*)
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	        ;;
+	      *)
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	        ;;
+	    esac
+	    # Commands to make compiler produce verbose output that lists
+	    # what "hidden" libraries, object files and flags are used when
+	    # linking a shared library.
+	    #
+	    # There doesn't appear to be a way to prevent this compiler from
+	    # explicitly linking system object files so we need to strip them
+	    # from the output so that they don't get included in the library
+	    # dependencies.
+	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
+	    ;;
+          *)
+	    if test "$GXX" = yes; then
+	      if test $with_gnu_ld = no; then
+	        case $host_cpu in
+	          hppa*64*)
+	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	            ;;
+	          ia64*)
+	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	            ;;
+	          *)
+	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	            ;;
+	        esac
+	      fi
+	    else
+	      # FIXME: insert proper C++ library support
+	      _LT_TAGVAR(ld_shlibs, $1)=no
+	    fi
+	    ;;
+        esac
+        ;;
+
+      interix[[3-9]]*)
+	_LT_TAGVAR(hardcode_direct, $1)=no
+	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+	# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+	# Instead, shared libraries are loaded at an image base (0x10000000 by
+	# default) and relocated if they conflict, which is a slow very memory
+	# consuming and fragmenting process.  To avoid this, we pick a random,
+	# 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+	;;
+      irix5* | irix6*)
+        case $cc_basename in
+          CC*)
+	    # SGI C++
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
+
+	    # Archives containing C++ object files must be created using
+	    # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
+	    # necessary to make sure instantiated templates are included
+	    # in the archive.
+	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
+	    ;;
+          *)
+	    if test "$GXX" = yes; then
+	      if test "$with_gnu_ld" = no; then
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+	      else
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
+	      fi
+	    fi
+	    _LT_TAGVAR(link_all_deplibs, $1)=yes
+	    ;;
+        esac
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+        _LT_TAGVAR(inherit_rpath, $1)=yes
+        ;;
+
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+        case $cc_basename in
+          KCC*)
+	    # Kuck and Associates, Inc. (KAI) C++ Compiler
+
+	    # KCC will only create a shared library if the output file
+	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
+	    # to its proper name (with version) after linking.
+	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
+	    # Commands to make compiler produce verbose output that lists
+	    # what "hidden" libraries, object files and flags are used when
+	    # linking a shared library.
+	    #
+	    # There doesn't appear to be a way to prevent this compiler from
+	    # explicitly linking system object files so we need to strip them
+	    # from the output so that they don't get included in the library
+	    # dependencies.
+	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
+
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+
+	    # Archives containing C++ object files must be created using
+	    # "CC -Bstatic", where "CC" is the KAI C++ compiler.
+	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
+	    ;;
+	  icpc* | ecpc* )
+	    # Intel C++
+	    with_gnu_ld=yes
+	    # version 8.0 and above of icpc choke on multiply defined symbols
+	    # if we add $predep_objects and $postdep_objects, however 7.1 and
+	    # earlier do not add the objects themselves.
+	    case `$CC -V 2>&1` in
+	      *"Version 7."*)
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
+		_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+		;;
+	      *)  # Version 8.0 or newer
+	        tmp_idyn=
+	        case $host_cpu in
+		  ia64*) tmp_idyn=' -i_dynamic';;
+		esac
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+		_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+		;;
+	    esac
+	    _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
+	    ;;
+          pgCC* | pgcpp*)
+            # Portland Group C++ compiler
+	    case `$CC -V` in
+	    *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
+	      _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
+		rm -rf $tpldir~
+		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
+		compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
+	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
+		rm -rf $tpldir~
+		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
+		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
+		$RANLIB $oldlib'
+	      _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
+		rm -rf $tpldir~
+		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
+		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
+	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
+		rm -rf $tpldir~
+		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
+		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
+	      ;;
+	    *) # Version 6 will use weak symbols
+	      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
+	      _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
+	      ;;
+	    esac
+
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
+            ;;
+	  cxx*)
+	    # Compaq C++
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
+
+	    runpath_var=LD_RUN_PATH
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+
+	    # Commands to make compiler produce verbose output that lists
+	    # what "hidden" libraries, object files and flags are used when
+	    # linking a shared library.
+	    #
+	    # There doesn't appear to be a way to prevent this compiler from
+	    # explicitly linking system object files so we need to strip them
+	    # from the output so that they don't get included in the library
+	    # dependencies.
+	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
+	    ;;
+	  xl*)
+	    # IBM XL 8.0 on PPC, with GNU ld
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	    if test "x$supports_anon_versioning" = xyes; then
+	      _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
+		cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+		echo "local: *; };" >> $output_objdir/$libname.ver~
+		$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+	    fi
+	    ;;
+	  *)
+	    case `$CC -V 2>&1 | sed 5q` in
+	    *Sun\ C*)
+	      # Sun C++ 5.9
+	      _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
+	      _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	      _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
+	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
+	      _LT_TAGVAR(compiler_needs_object, $1)=yes
+
+	      # Not sure whether something based on
+	      # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
+	      # would be better.
+	      output_verbose_link_cmd='echo'
+
+	      # Archives containing C++ object files must be created using
+	      # "CC -xar", where "CC" is the Sun C++ compiler.  This is
+	      # necessary to make sure instantiated templates are included
+	      # in the archive.
+	      _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
+	      ;;
+	    esac
+	    ;;
+	esac
+	;;
+
+      lynxos*)
+        # FIXME: insert proper C++ library support
+	_LT_TAGVAR(ld_shlibs, $1)=no
+	;;
+
+      m88k*)
+        # FIXME: insert proper C++ library support
+        _LT_TAGVAR(ld_shlibs, $1)=no
+	;;
+
+      mvs*)
+        case $cc_basename in
+          cxx*)
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+	  *)
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+	esac
+	;;
+
+      netbsd*)
+        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+	  _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
+	  wlarc=
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+	  _LT_TAGVAR(hardcode_direct, $1)=yes
+	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	fi
+	# Workaround some broken pre-1.5 toolchains
+	output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
+	;;
+
+      *nto* | *qnx*)
+        _LT_TAGVAR(ld_shlibs, $1)=yes
+	;;
+
+      openbsd2*)
+        # C++ shared libraries are fairly broken
+	_LT_TAGVAR(ld_shlibs, $1)=no
+	;;
+
+      openbsd*)
+	if test -f /usr/libexec/ld.so; then
+	  _LT_TAGVAR(hardcode_direct, $1)=yes
+	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	  _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+	    _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+	  fi
+	  output_verbose_link_cmd=echo
+	else
+	  _LT_TAGVAR(ld_shlibs, $1)=no
+	fi
+	;;
+
+      osf3* | osf4* | osf5*)
+        case $cc_basename in
+          KCC*)
+	    # Kuck and Associates, Inc. (KAI) C++ Compiler
+
+	    # KCC will only create a shared library if the output file
+	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
+	    # to its proper name (with version) after linking.
+	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+
+	    # Archives containing C++ object files must be created using
+	    # the KAI C++ compiler.
+	    case $host in
+	      osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
+	      *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
+	    esac
+	    ;;
+          RCC*)
+	    # Rational C++ 2.4.1
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+          cxx*)
+	    case $host in
+	      osf3*)
+	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
+	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+		;;
+	      *)
+	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
+	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
+	          echo "-hidden">> $lib.exp~
+	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
+	          $RM $lib.exp'
+	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+		;;
+	    esac
+
+	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+
+	    # Commands to make compiler produce verbose output that lists
+	    # what "hidden" libraries, object files and flags are used when
+	    # linking a shared library.
+	    #
+	    # There doesn't appear to be a way to prevent this compiler from
+	    # explicitly linking system object files so we need to strip them
+	    # from the output so that they don't get included in the library
+	    # dependencies.
+	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
+	    ;;
+	  *)
+	    if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+	      _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+	      case $host in
+	        osf3*)
+	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+		  ;;
+	        *)
+	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+		  ;;
+	      esac
+
+	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+	      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+
+	      # Commands to make compiler produce verbose output that lists
+	      # what "hidden" libraries, object files and flags are used when
+	      # linking a shared library.
+	      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
+
+	    else
+	      # FIXME: insert proper C++ library support
+	      _LT_TAGVAR(ld_shlibs, $1)=no
+	    fi
+	    ;;
+        esac
+        ;;
+
+      psos*)
+        # FIXME: insert proper C++ library support
+        _LT_TAGVAR(ld_shlibs, $1)=no
+        ;;
+
+      sunos4*)
+        case $cc_basename in
+          CC*)
+	    # Sun C++ 4.x
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+          lcc*)
+	    # Lucid
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+          *)
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+        esac
+        ;;
+
+      solaris*)
+        case $cc_basename in
+          CC*)
+	    # Sun C++ 4.2, 5.x and Centerline C++
+            _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
+	    _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	      $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+	    _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	    case $host_os in
+	      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
+	      *)
+		# The compiler driver will combine and reorder linker options,
+		# but understands `-z linker_flag'.
+	        # Supported since Solaris 2.6 (maybe 2.5.1?)
+		_LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
+	        ;;
+	    esac
+	    _LT_TAGVAR(link_all_deplibs, $1)=yes
+
+	    output_verbose_link_cmd='echo'
+
+	    # Archives containing C++ object files must be created using
+	    # "CC -xar", where "CC" is the Sun C++ compiler.  This is
+	    # necessary to make sure instantiated templates are included
+	    # in the archive.
+	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
+	    ;;
+          gcx*)
+	    # Green Hills C++ Compiler
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+
+	    # The C++ compiler must be used to create the archive.
+	    _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
+	    ;;
+          *)
+	    # GNU C++ compiler with Solaris linker
+	    if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+	      _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
+	      if $CC --version | $GREP -v '^2\.7' > /dev/null; then
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+	        _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+		  $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+
+	        # Commands to make compiler produce verbose output that lists
+	        # what "hidden" libraries, object files and flags are used when
+	        # linking a shared library.
+	        output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
+	      else
+	        # g++ 2.7 appears to require `-G' NOT `-shared' on this
+	        # platform.
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+	        _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+		  $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+
+	        # Commands to make compiler produce verbose output that lists
+	        # what "hidden" libraries, object files and flags are used when
+	        # linking a shared library.
+	        output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
+	      fi
+
+	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
+	      case $host_os in
+		solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
+		*)
+		  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
+		  ;;
+	      esac
+	    fi
+	    ;;
+        esac
+        ;;
+
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      runpath_var='LD_RUN_PATH'
+
+      case $cc_basename in
+        CC*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+      esac
+      ;;
+
+      sysv5* | sco3.2v5* | sco5v6*)
+	# Note: We can NOT use -z defs as we might desire, because we do not
+	# link with -lc, and that would cause any symbols used from libc to
+	# always be unresolved, which means just about no library would
+	# ever link correctly.  If we're not using GNU ld we use -z text
+	# though, which does catch some bad symbols but isn't as heavy-handed
+	# as -z defs.
+	_LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+	_LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
+	_LT_TAGVAR(archive_cmds_need_lc, $1)=no
+	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
+	_LT_TAGVAR(hardcode_libdir_separator, $1)=':'
+	_LT_TAGVAR(link_all_deplibs, $1)=yes
+	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
+	runpath_var='LD_RUN_PATH'
+
+	case $cc_basename in
+          CC*)
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	    ;;
+	  *)
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	    ;;
+	esac
+      ;;
+
+      tandem*)
+        case $cc_basename in
+          NCC*)
+	    # NonStop-UX NCC 3.20
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+          *)
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+        esac
+        ;;
+
+      vxworks*)
+        # FIXME: insert proper C++ library support
+        _LT_TAGVAR(ld_shlibs, $1)=no
+        ;;
+
+      *)
+        # FIXME: insert proper C++ library support
+        _LT_TAGVAR(ld_shlibs, $1)=no
+        ;;
+    esac
+
+    AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
+    test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
+
+    _LT_TAGVAR(GCC, $1)="$GXX"
+    _LT_TAGVAR(LD, $1)="$LD"
+
+    ## CAVEAT EMPTOR:
+    ## There is no encapsulation within the following macros, do not change
+    ## the running order or otherwise move them around unless you know exactly
+    ## what you are doing...
+    _LT_SYS_HIDDEN_LIBDEPS($1)
+    _LT_COMPILER_PIC($1)
+    _LT_COMPILER_C_O($1)
+    _LT_COMPILER_FILE_LOCKS($1)
+    _LT_LINKER_SHLIBS($1)
+    _LT_SYS_DYNAMIC_LINKER($1)
+    _LT_LINKER_HARDCODE_LIBPATH($1)
+
+    _LT_CONFIG($1)
+  fi # test -n "$compiler"
+
+  CC=$lt_save_CC
+  LDCXX=$LD
+  LD=$lt_save_LD
+  GCC=$lt_save_GCC
+  with_gnu_ld=$lt_save_with_gnu_ld
+  lt_cv_path_LDCXX=$lt_cv_path_LD
+  lt_cv_path_LD=$lt_save_path_LD
+  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
+  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
+fi # test "$_lt_caught_CXX_error" != yes
+
+AC_LANG_POP
+])# _LT_LANG_CXX_CONFIG
+
+
+# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
+# ---------------------------------
+# Figure out "hidden" library dependencies from verbose
+# compiler output when linking a shared library.
+# Parse the compiler output and extract the necessary
+# objects, libraries and library flags.
+m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+# Dependencies to place before and after the object being linked:
+_LT_TAGVAR(predep_objects, $1)=
+_LT_TAGVAR(postdep_objects, $1)=
+_LT_TAGVAR(predeps, $1)=
+_LT_TAGVAR(postdeps, $1)=
+_LT_TAGVAR(compiler_lib_search_path, $1)=
+
+dnl we can't use the lt_simple_compile_test_code here,
+dnl because it contains code intended for an executable,
+dnl not a library.  It's possible we should let each
+dnl tag define a new lt_????_link_test_code variable,
+dnl but it's only used here...
+m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
+int a;
+void foo (void) { a = 0; }
+_LT_EOF
+], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
+class Foo
+{
+public:
+  Foo (void) { a = 0; }
+private:
+  int a;
+};
+_LT_EOF
+], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
+      subroutine foo
+      implicit none
+      integer*4 a
+      a=0
+      return
+      end
+_LT_EOF
+], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
+      subroutine foo
+      implicit none
+      integer a
+      a=0
+      return
+      end
+_LT_EOF
+], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
+public class foo {
+  private int a;
+  public void bar (void) {
+    a = 0;
+  }
+};
+_LT_EOF
+])
+dnl Parse the compiler output and extract the necessary
+dnl objects, libraries and library flags.
+if AC_TRY_EVAL(ac_compile); then
+  # Parse the compiler output and extract the necessary
+  # objects, libraries and library flags.
+
+  # Sentinel used to keep track of whether or not we are before
+  # the conftest object file.
+  pre_test_object_deps_done=no
+
+  for p in `eval "$output_verbose_link_cmd"`; do
+    case $p in
+
+    -L* | -R* | -l*)
+       # Some compilers place space between "-{L,R}" and the path.
+       # Remove the space.
+       if test $p = "-L" ||
+          test $p = "-R"; then
+	 prev=$p
+	 continue
+       else
+	 prev=
+       fi
+
+       if test "$pre_test_object_deps_done" = no; then
+	 case $p in
+	 -L* | -R*)
+	   # Internal compiler library paths should come after those
+	   # provided the user.  The postdeps already come after the
+	   # user supplied libs so there is no need to process them.
+	   if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
+	     _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
+	   else
+	     _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
+	   fi
+	   ;;
+	 # The "-l" case would never come before the object being
+	 # linked, so don't bother handling this case.
+	 esac
+       else
+	 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
+	   _LT_TAGVAR(postdeps, $1)="${prev}${p}"
+	 else
+	   _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
+	 fi
+       fi
+       ;;
+
+    *.$objext)
+       # This assumes that the test object file only shows up
+       # once in the compiler output.
+       if test "$p" = "conftest.$objext"; then
+	 pre_test_object_deps_done=yes
+	 continue
+       fi
+
+       if test "$pre_test_object_deps_done" = no; then
+	 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
+	   _LT_TAGVAR(predep_objects, $1)="$p"
+	 else
+	   _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
+	 fi
+       else
+	 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
+	   _LT_TAGVAR(postdep_objects, $1)="$p"
+	 else
+	   _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
+	 fi
+       fi
+       ;;
+
+    *) ;; # Ignore the rest.
+
+    esac
+  done
+
+  # Clean up.
+  rm -f a.out a.exe
+else
+  echo "libtool.m4: error: problem compiling $1 test program"
+fi
+
+$RM -f confest.$objext
+
+# PORTME: override above test on systems where it is broken
+m4_if([$1], [CXX],
+[case $host_os in
+interix[[3-9]]*)
+  # Interix 3.5 installs completely hosed .la files for C++, so rather than
+  # hack all around it, let's just trust "g++" to DTRT.
+  _LT_TAGVAR(predep_objects,$1)=
+  _LT_TAGVAR(postdep_objects,$1)=
+  _LT_TAGVAR(postdeps,$1)=
+  ;;
+
+linux*)
+  case `$CC -V 2>&1 | sed 5q` in
+  *Sun\ C*)
+    # Sun C++ 5.9
+
+    # The more standards-conforming stlport4 library is
+    # incompatible with the Cstd library. Avoid specifying
+    # it if it's in CXXFLAGS. Ignore libCrun as
+    # -library=stlport4 depends on it.
+    case " $CXX $CXXFLAGS " in
+    *" -library=stlport4 "*)
+      solaris_use_stlport4=yes
+      ;;
+    esac
+
+    if test "$solaris_use_stlport4" != yes; then
+      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
+    fi
+    ;;
+  esac
+  ;;
+
+solaris*)
+  case $cc_basename in
+  CC*)
+    # The more standards-conforming stlport4 library is
+    # incompatible with the Cstd library. Avoid specifying
+    # it if it's in CXXFLAGS. Ignore libCrun as
+    # -library=stlport4 depends on it.
+    case " $CXX $CXXFLAGS " in
+    *" -library=stlport4 "*)
+      solaris_use_stlport4=yes
+      ;;
+    esac
+
+    # Adding this requires a known-good setup of shared libraries for
+    # Sun compiler versions before 5.6, else PIC objects from an old
+    # archive will be linked into the output, leading to subtle bugs.
+    if test "$solaris_use_stlport4" != yes; then
+      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
+    fi
+    ;;
+  esac
+  ;;
+esac
+])
+
+case " $_LT_TAGVAR(postdeps, $1) " in
+*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
+esac
+ _LT_TAGVAR(compiler_lib_search_dirs, $1)=
+if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
+ _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
+fi
+_LT_TAGDECL([], [compiler_lib_search_dirs], [1],
+    [The directories searched by this compiler when creating a shared library])
+_LT_TAGDECL([], [predep_objects], [1],
+    [Dependencies to place before and after the objects being linked to
+    create a shared library])
+_LT_TAGDECL([], [postdep_objects], [1])
+_LT_TAGDECL([], [predeps], [1])
+_LT_TAGDECL([], [postdeps], [1])
+_LT_TAGDECL([], [compiler_lib_search_path], [1],
+    [The library search path used internally by the compiler when linking
+    a shared library])
+])# _LT_SYS_HIDDEN_LIBDEPS
+
+
+# _LT_PROG_F77
+# ------------
+# Since AC_PROG_F77 is broken, in that it returns the empty string
+# if there is no fortran compiler, we have our own version here.
+m4_defun([_LT_PROG_F77],
+[
+pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes])
+AC_PROG_F77
+if test -z "$F77" || test "X$F77" = "Xno"; then
+  _lt_disable_F77=yes
+fi
+popdef([AC_MSG_ERROR])
+])# _LT_PROG_F77
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([_LT_PROG_F77], [])
+
+
+# _LT_LANG_F77_CONFIG([TAG])
+# --------------------------
+# Ensure that the configuration variables for a Fortran 77 compiler are
+# suitably defined.  These variables are subsequently used by _LT_CONFIG
+# to write the compiler configuration to `libtool'.
+m4_defun([_LT_LANG_F77_CONFIG],
+[AC_REQUIRE([_LT_PROG_F77])dnl
+AC_LANG_PUSH(Fortran 77)
+
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
+_LT_TAGVAR(allow_undefined_flag, $1)=
+_LT_TAGVAR(always_export_symbols, $1)=no
+_LT_TAGVAR(archive_expsym_cmds, $1)=
+_LT_TAGVAR(export_dynamic_flag_spec, $1)=
+_LT_TAGVAR(hardcode_direct, $1)=no
+_LT_TAGVAR(hardcode_direct_absolute, $1)=no
+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
+_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
+_LT_TAGVAR(hardcode_libdir_separator, $1)=
+_LT_TAGVAR(hardcode_minus_L, $1)=no
+_LT_TAGVAR(hardcode_automatic, $1)=no
+_LT_TAGVAR(inherit_rpath, $1)=no
+_LT_TAGVAR(module_cmds, $1)=
+_LT_TAGVAR(module_expsym_cmds, $1)=
+_LT_TAGVAR(link_all_deplibs, $1)=unknown
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
+_LT_TAGVAR(no_undefined_flag, $1)=
+_LT_TAGVAR(whole_archive_flag_spec, $1)=
+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
+
+# Source file extension for f77 test sources.
+ac_ext=f
+
+# Object file extension for compiled f77 test sources.
+objext=o
+_LT_TAGVAR(objext, $1)=$objext
+
+# No sense in running all these tests if we already determined that
+# the F77 compiler isn't working.  Some variables (like enable_shared)
+# are currently assumed to apply to all compilers on this platform,
+# and will be corrupted by setting them based on a non-working compiler.
+if test "$_lt_disable_F77" != yes; then
+  # Code to be used in simple compile tests
+  lt_simple_compile_test_code="\
+      subroutine t
+      return
+      end
+"
+
+  # Code to be used in simple link tests
+  lt_simple_link_test_code="\
+      program t
+      end
+"
+
+  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+  _LT_TAG_COMPILER
+
+  # save warnings/boilerplate of simple test code
+  _LT_COMPILER_BOILERPLATE
+  _LT_LINKER_BOILERPLATE
+
+  # Allow CC to be a program name with arguments.
+  lt_save_CC="$CC"
+  lt_save_GCC=$GCC
+  CC=${F77-"f77"}
+  compiler=$CC
+  _LT_TAGVAR(compiler, $1)=$CC
+  _LT_CC_BASENAME([$compiler])
+  GCC=$G77
+  if test -n "$compiler"; then
+    AC_MSG_CHECKING([if libtool supports shared libraries])
+    AC_MSG_RESULT([$can_build_shared])
+
+    AC_MSG_CHECKING([whether to build shared libraries])
+    test "$can_build_shared" = "no" && enable_shared=no
+
+    # On AIX, shared libraries and static libraries use the same namespace, and
+    # are all built from PIC.
+    case $host_os in
+      aix3*)
+        test "$enable_shared" = yes && enable_static=no
+        if test -n "$RANLIB"; then
+          archive_cmds="$archive_cmds~\$RANLIB \$lib"
+          postinstall_cmds='$RANLIB $lib'
+        fi
+        ;;
+      aix[[4-9]]*)
+	if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+	  test "$enable_shared" = yes && enable_static=no
+	fi
+        ;;
+    esac
+    AC_MSG_RESULT([$enable_shared])
+
+    AC_MSG_CHECKING([whether to build static libraries])
+    # Make sure either enable_shared or enable_static is yes.
+    test "$enable_shared" = yes || enable_static=yes
+    AC_MSG_RESULT([$enable_static])
+
+    _LT_TAGVAR(GCC, $1)="$G77"
+    _LT_TAGVAR(LD, $1)="$LD"
+
+    ## CAVEAT EMPTOR:
+    ## There is no encapsulation within the following macros, do not change
+    ## the running order or otherwise move them around unless you know exactly
+    ## what you are doing...
+    _LT_COMPILER_PIC($1)
+    _LT_COMPILER_C_O($1)
+    _LT_COMPILER_FILE_LOCKS($1)
+    _LT_LINKER_SHLIBS($1)
+    _LT_SYS_DYNAMIC_LINKER($1)
+    _LT_LINKER_HARDCODE_LIBPATH($1)
+
+    _LT_CONFIG($1)
+  fi # test -n "$compiler"
+
+  GCC=$lt_save_GCC
+  CC="$lt_save_CC"
+fi # test "$_lt_disable_F77" != yes
+
+AC_LANG_POP
+])# _LT_LANG_F77_CONFIG
+
+
+# _LT_PROG_FC
+# -----------
+# Since AC_PROG_FC is broken, in that it returns the empty string
+# if there is no fortran compiler, we have our own version here.
+m4_defun([_LT_PROG_FC],
+[
+pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes])
+AC_PROG_FC
+if test -z "$FC" || test "X$FC" = "Xno"; then
+  _lt_disable_FC=yes
+fi
+popdef([AC_MSG_ERROR])
+])# _LT_PROG_FC
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([_LT_PROG_FC], [])
+
+
+# _LT_LANG_FC_CONFIG([TAG])
+# -------------------------
+# Ensure that the configuration variables for a Fortran compiler are
+# suitably defined.  These variables are subsequently used by _LT_CONFIG
+# to write the compiler configuration to `libtool'.
+m4_defun([_LT_LANG_FC_CONFIG],
+[AC_REQUIRE([_LT_PROG_FC])dnl
+AC_LANG_PUSH(Fortran)
+
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
+_LT_TAGVAR(allow_undefined_flag, $1)=
+_LT_TAGVAR(always_export_symbols, $1)=no
+_LT_TAGVAR(archive_expsym_cmds, $1)=
+_LT_TAGVAR(export_dynamic_flag_spec, $1)=
+_LT_TAGVAR(hardcode_direct, $1)=no
+_LT_TAGVAR(hardcode_direct_absolute, $1)=no
+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
+_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
+_LT_TAGVAR(hardcode_libdir_separator, $1)=
+_LT_TAGVAR(hardcode_minus_L, $1)=no
+_LT_TAGVAR(hardcode_automatic, $1)=no
+_LT_TAGVAR(inherit_rpath, $1)=no
+_LT_TAGVAR(module_cmds, $1)=
+_LT_TAGVAR(module_expsym_cmds, $1)=
+_LT_TAGVAR(link_all_deplibs, $1)=unknown
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
+_LT_TAGVAR(no_undefined_flag, $1)=
+_LT_TAGVAR(whole_archive_flag_spec, $1)=
+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
+
+# Source file extension for fc test sources.
+ac_ext=${ac_fc_srcext-f}
+
+# Object file extension for compiled fc test sources.
+objext=o
+_LT_TAGVAR(objext, $1)=$objext
+
+# No sense in running all these tests if we already determined that
+# the FC compiler isn't working.  Some variables (like enable_shared)
+# are currently assumed to apply to all compilers on this platform,
+# and will be corrupted by setting them based on a non-working compiler.
+if test "$_lt_disable_FC" != yes; then
+  # Code to be used in simple compile tests
+  lt_simple_compile_test_code="\
+      subroutine t
+      return
+      end
+"
+
+  # Code to be used in simple link tests
+  lt_simple_link_test_code="\
+      program t
+      end
+"
+
+  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+  _LT_TAG_COMPILER
+
+  # save warnings/boilerplate of simple test code
+  _LT_COMPILER_BOILERPLATE
+  _LT_LINKER_BOILERPLATE
+
+  # Allow CC to be a program name with arguments.
+  lt_save_CC="$CC"
+  lt_save_GCC=$GCC
+  CC=${FC-"f95"}
+  compiler=$CC
+  GCC=$ac_cv_fc_compiler_gnu
+
+  _LT_TAGVAR(compiler, $1)=$CC
+  _LT_CC_BASENAME([$compiler])
+
+  if test -n "$compiler"; then
+    AC_MSG_CHECKING([if libtool supports shared libraries])
+    AC_MSG_RESULT([$can_build_shared])
+
+    AC_MSG_CHECKING([whether to build shared libraries])
+    test "$can_build_shared" = "no" && enable_shared=no
+
+    # On AIX, shared libraries and static libraries use the same namespace, and
+    # are all built from PIC.
+    case $host_os in
+      aix3*)
+        test "$enable_shared" = yes && enable_static=no
+        if test -n "$RANLIB"; then
+          archive_cmds="$archive_cmds~\$RANLIB \$lib"
+          postinstall_cmds='$RANLIB $lib'
+        fi
+        ;;
+      aix[[4-9]]*)
+	if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+	  test "$enable_shared" = yes && enable_static=no
+	fi
+        ;;
+    esac
+    AC_MSG_RESULT([$enable_shared])
+
+    AC_MSG_CHECKING([whether to build static libraries])
+    # Make sure either enable_shared or enable_static is yes.
+    test "$enable_shared" = yes || enable_static=yes
+    AC_MSG_RESULT([$enable_static])
+
+    _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
+    _LT_TAGVAR(LD, $1)="$LD"
+
+    ## CAVEAT EMPTOR:
+    ## There is no encapsulation within the following macros, do not change
+    ## the running order or otherwise move them around unless you know exactly
+    ## what you are doing...
+    _LT_SYS_HIDDEN_LIBDEPS($1)
+    _LT_COMPILER_PIC($1)
+    _LT_COMPILER_C_O($1)
+    _LT_COMPILER_FILE_LOCKS($1)
+    _LT_LINKER_SHLIBS($1)
+    _LT_SYS_DYNAMIC_LINKER($1)
+    _LT_LINKER_HARDCODE_LIBPATH($1)
+
+    _LT_CONFIG($1)
+  fi # test -n "$compiler"
+
+  GCC=$lt_save_GCC
+  CC="$lt_save_CC"
+fi # test "$_lt_disable_FC" != yes
+
+AC_LANG_POP
+])# _LT_LANG_FC_CONFIG
+
+
+# _LT_LANG_GCJ_CONFIG([TAG])
+# --------------------------
+# Ensure that the configuration variables for the GNU Java Compiler compiler
+# are suitably defined.  These variables are subsequently used by _LT_CONFIG
+# to write the compiler configuration to `libtool'.
+m4_defun([_LT_LANG_GCJ_CONFIG],
+[AC_REQUIRE([LT_PROG_GCJ])dnl
+AC_LANG_SAVE
+
+# Source file extension for Java test sources.
+ac_ext=java
+
+# Object file extension for compiled Java test sources.
+objext=o
+_LT_TAGVAR(objext, $1)=$objext
+
+# Code to be used in simple compile tests
+lt_simple_compile_test_code="class foo {}"
+
+# Code to be used in simple link tests
+lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
+
+# ltmain only uses $CC for tagged configurations so make sure $CC is set.
+_LT_TAG_COMPILER
+
+# save warnings/boilerplate of simple test code
+_LT_COMPILER_BOILERPLATE
+_LT_LINKER_BOILERPLATE
+
+# Allow CC to be a program name with arguments.
+lt_save_CC="$CC"
+lt_save_GCC=$GCC
+GCC=yes
+CC=${GCJ-"gcj"}
+compiler=$CC
+_LT_TAGVAR(compiler, $1)=$CC
+_LT_TAGVAR(LD, $1)="$LD"
+_LT_CC_BASENAME([$compiler])
+
+# GCJ did not exist at the time GCC didn't implicitly link libc in.
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
+
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
+
+## CAVEAT EMPTOR:
+## There is no encapsulation within the following macros, do not change
+## the running order or otherwise move them around unless you know exactly
+## what you are doing...
+if test -n "$compiler"; then
+  _LT_COMPILER_NO_RTTI($1)
+  _LT_COMPILER_PIC($1)
+  _LT_COMPILER_C_O($1)
+  _LT_COMPILER_FILE_LOCKS($1)
+  _LT_LINKER_SHLIBS($1)
+  _LT_LINKER_HARDCODE_LIBPATH($1)
+
+  _LT_CONFIG($1)
+fi
+
+AC_LANG_RESTORE
+
+GCC=$lt_save_GCC
+CC="$lt_save_CC"
+])# _LT_LANG_GCJ_CONFIG
+
+
+# _LT_LANG_RC_CONFIG([TAG])
+# -------------------------
+# Ensure that the configuration variables for the Windows resource compiler
+# are suitably defined.  These variables are subsequently used by _LT_CONFIG
+# to write the compiler configuration to `libtool'.
+m4_defun([_LT_LANG_RC_CONFIG],
+[AC_REQUIRE([LT_PROG_RC])dnl
+AC_LANG_SAVE
+
+# Source file extension for RC test sources.
+ac_ext=rc
+
+# Object file extension for compiled RC test sources.
+objext=o
+_LT_TAGVAR(objext, $1)=$objext
+
+# Code to be used in simple compile tests
+lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
+
+# Code to be used in simple link tests
+lt_simple_link_test_code="$lt_simple_compile_test_code"
+
+# ltmain only uses $CC for tagged configurations so make sure $CC is set.
+_LT_TAG_COMPILER
+
+# save warnings/boilerplate of simple test code
+_LT_COMPILER_BOILERPLATE
+_LT_LINKER_BOILERPLATE
+
+# Allow CC to be a program name with arguments.
+lt_save_CC="$CC"
+lt_save_GCC=$GCC
+GCC=
+CC=${RC-"windres"}
+compiler=$CC
+_LT_TAGVAR(compiler, $1)=$CC
+_LT_CC_BASENAME([$compiler])
+_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
+
+if test -n "$compiler"; then
+  :
+  _LT_CONFIG($1)
+fi
+
+GCC=$lt_save_GCC
+AC_LANG_RESTORE
+CC="$lt_save_CC"
+])# _LT_LANG_RC_CONFIG
+
+
+# LT_PROG_GCJ
+# -----------
+AC_DEFUN([LT_PROG_GCJ],
+[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
+  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
+    [AC_CHECK_TOOL(GCJ, gcj,)
+      test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
+      AC_SUBST(GCJFLAGS)])])[]dnl
+])
+
+# Old name:
+AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
+
+
+# LT_PROG_RC
+# ----------
+AC_DEFUN([LT_PROG_RC],
+[AC_CHECK_TOOL(RC, windres,)
+])
+
+# Old name:
+AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([LT_AC_PROG_RC], [])
+
+
+# _LT_DECL_EGREP
+# --------------
+# If we don't have a new enough Autoconf to choose the best grep
+# available, choose the one first in the user's PATH.
+m4_defun([_LT_DECL_EGREP],
+[AC_REQUIRE([AC_PROG_EGREP])dnl
+AC_REQUIRE([AC_PROG_FGREP])dnl
+test -z "$GREP" && GREP=grep
+_LT_DECL([], [GREP], [1], [A grep program that handles long lines])
+_LT_DECL([], [EGREP], [1], [An ERE matcher])
+_LT_DECL([], [FGREP], [1], [A literal string matcher])
+dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
+AC_SUBST([GREP])
+])
+
+
+# _LT_DECL_OBJDUMP
+# --------------
+# If we don't have a new enough Autoconf to choose the best objdump
+# available, choose the one first in the user's PATH.
+m4_defun([_LT_DECL_OBJDUMP],
+[AC_CHECK_TOOL(OBJDUMP, objdump, false)
+test -z "$OBJDUMP" && OBJDUMP=objdump
+_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
+AC_SUBST([OBJDUMP])
+])
+
+
+# _LT_DECL_SED
+# ------------
+# Check for a fully-functional sed program, that truncates
+# as few characters as possible.  Prefer GNU sed if found.
+m4_defun([_LT_DECL_SED],
+[AC_PROG_SED
+test -z "$SED" && SED=sed
+Xsed="$SED -e 1s/^X//"
+_LT_DECL([], [SED], [1], [A sed program that does not truncate output])
+_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
+    [Sed that helps us avoid accidentally triggering echo(1) options like -n])
+])# _LT_DECL_SED
+
+m4_ifndef([AC_PROG_SED], [
+############################################################
+# NOTE: This macro has been submitted for inclusion into   #
+#  GNU Autoconf as AC_PROG_SED.  When it is available in   #
+#  a released version of Autoconf we should remove this    #
+#  macro and use it instead.                               #
+############################################################
+
+m4_defun([AC_PROG_SED],
+[AC_MSG_CHECKING([for a sed that does not truncate output])
+AC_CACHE_VAL(lt_cv_path_SED,
+[# Loop through the user's path and test for sed and gsed.
+# Then use that list of sed's as ones to test for truncation.
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  for lt_ac_prog in sed gsed; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
+        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
+      fi
+    done
+  done
+done
+IFS=$as_save_IFS
+lt_ac_max=0
+lt_ac_count=0
+# Add /usr/xpg4/bin/sed as it is typically found on Solaris
+# along with /bin/sed that truncates output.
+for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
+  test ! -f $lt_ac_sed && continue
+  cat /dev/null > conftest.in
+  lt_ac_count=0
+  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
+  # Check for GNU sed and select it if it is found.
+  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
+    lt_cv_path_SED=$lt_ac_sed
+    break
+  fi
+  while true; do
+    cat conftest.in conftest.in >conftest.tmp
+    mv conftest.tmp conftest.in
+    cp conftest.in conftest.nl
+    echo >>conftest.nl
+    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
+    cmp -s conftest.out conftest.nl || break
+    # 10000 chars as input seems more than enough
+    test $lt_ac_count -gt 10 && break
+    lt_ac_count=`expr $lt_ac_count + 1`
+    if test $lt_ac_count -gt $lt_ac_max; then
+      lt_ac_max=$lt_ac_count
+      lt_cv_path_SED=$lt_ac_sed
+    fi
+  done
+done
+])
+SED=$lt_cv_path_SED
+AC_SUBST([SED])
+AC_MSG_RESULT([$SED])
+])#AC_PROG_SED
+])#m4_ifndef
+
+# Old name:
+AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([LT_AC_PROG_SED], [])
+
+
+# _LT_CHECK_SHELL_FEATURES
+# ------------------------
+# Find out whether the shell is Bourne or XSI compatible,
+# or has some other useful features.
+m4_defun([_LT_CHECK_SHELL_FEATURES],
+[AC_MSG_CHECKING([whether the shell understands some XSI constructs])
+# Try some XSI features
+xsi_shell=no
+( _lt_dummy="a/b/c"
+  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
+      = c,a/b,, \
+    && eval 'test $(( 1 + 1 )) -eq 2 \
+    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
+  && xsi_shell=yes
+AC_MSG_RESULT([$xsi_shell])
+_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
+
+AC_MSG_CHECKING([whether the shell understands "+="])
+lt_shell_append=no
+( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
+    >/dev/null 2>&1 \
+  && lt_shell_append=yes
+AC_MSG_RESULT([$lt_shell_append])
+_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
+
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+  lt_unset=unset
+else
+  lt_unset=false
+fi
+_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
+
+# test EBCDIC or ASCII
+case `echo X|tr X '\101'` in
+ A) # ASCII based system
+    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
+  lt_SP2NL='tr \040 \012'
+  lt_NL2SP='tr \015\012 \040\040'
+  ;;
+ *) # EBCDIC based system
+  lt_SP2NL='tr \100 \n'
+  lt_NL2SP='tr \r\n \100\100'
+  ;;
+esac
+_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
+_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
+])# _LT_CHECK_SHELL_FEATURES
+
+
+# _LT_PROG_XSI_SHELLFNS
+# ---------------------
+# Bourne and XSI compatible variants of some useful shell functions.
+m4_defun([_LT_PROG_XSI_SHELLFNS],
+[case $xsi_shell in
+  yes)
+    cat << \_LT_EOF >> "$cfgfile"
+
+# func_dirname file append nondir_replacement
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
+# otherwise set result to NONDIR_REPLACEMENT.
+func_dirname ()
+{
+  case ${1} in
+    */*) func_dirname_result="${1%/*}${2}" ;;
+    *  ) func_dirname_result="${3}" ;;
+  esac
+}
+
+# func_basename file
+func_basename ()
+{
+  func_basename_result="${1##*/}"
+}
+
+# func_dirname_and_basename file append nondir_replacement
+# perform func_basename and func_dirname in a single function
+# call:
+#   dirname:  Compute the dirname of FILE.  If nonempty,
+#             add APPEND to the result, otherwise set result
+#             to NONDIR_REPLACEMENT.
+#             value returned in "$func_dirname_result"
+#   basename: Compute filename of FILE.
+#             value retuned in "$func_basename_result"
+# Implementation must be kept synchronized with func_dirname
+# and func_basename. For efficiency, we do not delegate to
+# those functions but instead duplicate the functionality here.
+func_dirname_and_basename ()
+{
+  case ${1} in
+    */*) func_dirname_result="${1%/*}${2}" ;;
+    *  ) func_dirname_result="${3}" ;;
+  esac
+  func_basename_result="${1##*/}"
+}
+
+# func_stripname prefix suffix name
+# strip PREFIX and SUFFIX off of NAME.
+# PREFIX and SUFFIX must not contain globbing or regex special
+# characters, hashes, percent signs, but SUFFIX may contain a leading
+# dot (in which case that matches only a dot).
+func_stripname ()
+{
+  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
+  # positional parameters, so assign one to ordinary parameter first.
+  func_stripname_result=${3}
+  func_stripname_result=${func_stripname_result#"${1}"}
+  func_stripname_result=${func_stripname_result%"${2}"}
+}
+
+# func_opt_split
+func_opt_split ()
+{
+  func_opt_split_opt=${1%%=*}
+  func_opt_split_arg=${1#*=}
+}
+
+# func_lo2o object
+func_lo2o ()
+{
+  case ${1} in
+    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
+    *)    func_lo2o_result=${1} ;;
+  esac
+}
+
+# func_xform libobj-or-source
+func_xform ()
+{
+  func_xform_result=${1%.*}.lo
+}
+
+# func_arith arithmetic-term...
+func_arith ()
+{
+  func_arith_result=$(( $[*] ))
+}
+
+# func_len string
+# STRING may not start with a hyphen.
+func_len ()
+{
+  func_len_result=${#1}
+}
+
+_LT_EOF
+    ;;
+  *) # Bourne compatible functions.
+    cat << \_LT_EOF >> "$cfgfile"
+
+# func_dirname file append nondir_replacement
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
+# otherwise set result to NONDIR_REPLACEMENT.
+func_dirname ()
+{
+  # Extract subdirectory from the argument.
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
+  if test "X$func_dirname_result" = "X${1}"; then
+    func_dirname_result="${3}"
+  else
+    func_dirname_result="$func_dirname_result${2}"
+  fi
+}
+
+# func_basename file
+func_basename ()
+{
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
+}
+
+dnl func_dirname_and_basename
+dnl A portable version of this function is already defined in general.m4sh
+dnl so there is no need for it here.
+
+# func_stripname prefix suffix name
+# strip PREFIX and SUFFIX off of NAME.
+# PREFIX and SUFFIX must not contain globbing or regex special
+# characters, hashes, percent signs, but SUFFIX may contain a leading
+# dot (in which case that matches only a dot).
+# func_strip_suffix prefix name
+func_stripname ()
+{
+  case ${2} in
+    .*) func_stripname_result=`$ECHO "X${3}" \
+           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
+    *)  func_stripname_result=`$ECHO "X${3}" \
+           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
+  esac
+}
+
+# sed scripts:
+my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q'
+my_sed_long_arg='1s/^-[[^=]]*=//'
+
+# func_opt_split
+func_opt_split ()
+{
+  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
+  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
+}
+
+# func_lo2o object
+func_lo2o ()
+{
+  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
+}
+
+# func_xform libobj-or-source
+func_xform ()
+{
+  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
+}
+
+# func_arith arithmetic-term...
+func_arith ()
+{
+  func_arith_result=`expr "$[@]"`
+}
+
+# func_len string
+# STRING may not start with a hyphen.
+func_len ()
+{
+  func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
+}
+
+_LT_EOF
+esac
+
+case $lt_shell_append in
+  yes)
+    cat << \_LT_EOF >> "$cfgfile"
+
+# func_append var value
+# Append VALUE to the end of shell variable VAR.
+func_append ()
+{
+  eval "$[1]+=\$[2]"
+}
+_LT_EOF
+    ;;
+  *)
+    cat << \_LT_EOF >> "$cfgfile"
+
+# func_append var value
+# Append VALUE to the end of shell variable VAR.
+func_append ()
+{
+  eval "$[1]=\$$[1]\$[2]"
+}
+
+_LT_EOF
+    ;;
+  esac
+])
blob - /dev/null
blob + 34151a3ba625f326e6645d6afc79586f10746a3e (mode 644)
--- /dev/null
+++ src/c-ares/m4/ltoptions.m4
@@ -0,0 +1,368 @@
+# Helper functions for option handling.                    -*- Autoconf -*-
+#
+#   Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+#   Written by Gary V. Vaughan, 2004
+#
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+
+# serial 6 ltoptions.m4
+
+# This is to help aclocal find these macros, as it can't see m4_define.
+AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
+
+
+# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
+# ------------------------------------------
+m4_define([_LT_MANGLE_OPTION],
+[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
+
+
+# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
+# ---------------------------------------
+# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
+# matching handler defined, dispatch to it.  Other OPTION-NAMEs are
+# saved as a flag.
+m4_define([_LT_SET_OPTION],
+[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
+m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
+        _LT_MANGLE_DEFUN([$1], [$2]),
+    [m4_warning([Unknown $1 option `$2'])])[]dnl
+])
+
+
+# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
+# ------------------------------------------------------------
+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
+m4_define([_LT_IF_OPTION],
+[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
+
+
+# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
+# -------------------------------------------------------
+# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
+# are set.
+m4_define([_LT_UNLESS_OPTIONS],
+[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
+	    [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
+		      [m4_define([$0_found])])])[]dnl
+m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
+])[]dnl
+])
+
+
+# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
+# ----------------------------------------
+# OPTION-LIST is a space-separated list of Libtool options associated
+# with MACRO-NAME.  If any OPTION has a matching handler declared with
+# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
+# the unknown option and exit.
+m4_defun([_LT_SET_OPTIONS],
+[# Set options
+m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
+    [_LT_SET_OPTION([$1], _LT_Option)])
+
+m4_if([$1],[LT_INIT],[
+  dnl
+  dnl Simply set some default values (i.e off) if boolean options were not
+  dnl specified:
+  _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
+  ])
+  _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
+  ])
+  dnl
+  dnl If no reference was made to various pairs of opposing options, then
+  dnl we run the default mode handler for the pair.  For example, if neither
+  dnl `shared' nor `disable-shared' was passed, we enable building of shared
+  dnl archives by default:
+  _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
+  _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
+  _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
+  _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
+  		   [_LT_ENABLE_FAST_INSTALL])
+  ])
+])# _LT_SET_OPTIONS
+
+
+## --------------------------------- ##
+## Macros to handle LT_INIT options. ##
+## --------------------------------- ##
+
+# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
+# -----------------------------------------
+m4_define([_LT_MANGLE_DEFUN],
+[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
+
+
+# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
+# -----------------------------------------------
+m4_define([LT_OPTION_DEFINE],
+[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
+])# LT_OPTION_DEFINE
+
+
+# dlopen
+# ------
+LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
+])
+
+AU_DEFUN([AC_LIBTOOL_DLOPEN],
+[_LT_SET_OPTION([LT_INIT], [dlopen])
+AC_DIAGNOSE([obsolete],
+[$0: Remove this warning and the call to _LT_SET_OPTION when you
+put the `dlopen' option into LT_INIT's first parameter.])
+])
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
+
+
+# win32-dll
+# ---------
+# Declare package support for building win32 dll's.
+LT_OPTION_DEFINE([LT_INIT], [win32-dll],
+[enable_win32_dll=yes
+
+case $host in
+*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
+  AC_CHECK_TOOL(AS, as, false)
+  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
+  AC_CHECK_TOOL(OBJDUMP, objdump, false)
+  ;;
+esac
+
+test -z "$AS" && AS=as
+_LT_DECL([], [AS],      [0], [Assembler program])dnl
+
+test -z "$DLLTOOL" && DLLTOOL=dlltool
+_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl
+
+test -z "$OBJDUMP" && OBJDUMP=objdump
+_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
+])# win32-dll
+
+AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+_LT_SET_OPTION([LT_INIT], [win32-dll])
+AC_DIAGNOSE([obsolete],
+[$0: Remove this warning and the call to _LT_SET_OPTION when you
+put the `win32-dll' option into LT_INIT's first parameter.])
+])
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
+
+
+# _LT_ENABLE_SHARED([DEFAULT])
+# ----------------------------
+# implement the --enable-shared flag, and supports the `shared' and
+# `disable-shared' LT_INIT options.
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
+m4_define([_LT_ENABLE_SHARED],
+[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
+AC_ARG_ENABLE([shared],
+    [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
+	[build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
+    [p=${PACKAGE-default}
+    case $enableval in
+    yes) enable_shared=yes ;;
+    no) enable_shared=no ;;
+    *)
+      enable_shared=no
+      # Look at the argument we got.  We use all the common list separators.
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+      for pkg in $enableval; do
+	IFS="$lt_save_ifs"
+	if test "X$pkg" = "X$p"; then
+	  enable_shared=yes
+	fi
+      done
+      IFS="$lt_save_ifs"
+      ;;
+    esac],
+    [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
+
+    _LT_DECL([build_libtool_libs], [enable_shared], [0],
+	[Whether or not to build shared libraries])
+])# _LT_ENABLE_SHARED
+
+LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
+LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
+
+# Old names:
+AC_DEFUN([AC_ENABLE_SHARED],
+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
+])
+
+AC_DEFUN([AC_DISABLE_SHARED],
+[_LT_SET_OPTION([LT_INIT], [disable-shared])
+])
+
+AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
+AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AM_ENABLE_SHARED], [])
+dnl AC_DEFUN([AM_DISABLE_SHARED], [])
+
+
+
+# _LT_ENABLE_STATIC([DEFAULT])
+# ----------------------------
+# implement the --enable-static flag, and support the `static' and
+# `disable-static' LT_INIT options.
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
+m4_define([_LT_ENABLE_STATIC],
+[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
+AC_ARG_ENABLE([static],
+    [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
+	[build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
+    [p=${PACKAGE-default}
+    case $enableval in
+    yes) enable_static=yes ;;
+    no) enable_static=no ;;
+    *)
+     enable_static=no
+      # Look at the argument we got.  We use all the common list separators.
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+      for pkg in $enableval; do
+	IFS="$lt_save_ifs"
+	if test "X$pkg" = "X$p"; then
+	  enable_static=yes
+	fi
+      done
+      IFS="$lt_save_ifs"
+      ;;
+    esac],
+    [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
+
+    _LT_DECL([build_old_libs], [enable_static], [0],
+	[Whether or not to build static libraries])
+])# _LT_ENABLE_STATIC
+
+LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
+LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
+
+# Old names:
+AC_DEFUN([AC_ENABLE_STATIC],
+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
+])
+
+AC_DEFUN([AC_DISABLE_STATIC],
+[_LT_SET_OPTION([LT_INIT], [disable-static])
+])
+
+AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
+AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AM_ENABLE_STATIC], [])
+dnl AC_DEFUN([AM_DISABLE_STATIC], [])
+
+
+
+# _LT_ENABLE_FAST_INSTALL([DEFAULT])
+# ----------------------------------
+# implement the --enable-fast-install flag, and support the `fast-install'
+# and `disable-fast-install' LT_INIT options.
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
+m4_define([_LT_ENABLE_FAST_INSTALL],
+[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
+AC_ARG_ENABLE([fast-install],
+    [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
+    [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
+    [p=${PACKAGE-default}
+    case $enableval in
+    yes) enable_fast_install=yes ;;
+    no) enable_fast_install=no ;;
+    *)
+      enable_fast_install=no
+      # Look at the argument we got.  We use all the common list separators.
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+      for pkg in $enableval; do
+	IFS="$lt_save_ifs"
+	if test "X$pkg" = "X$p"; then
+	  enable_fast_install=yes
+	fi
+      done
+      IFS="$lt_save_ifs"
+      ;;
+    esac],
+    [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
+
+_LT_DECL([fast_install], [enable_fast_install], [0],
+	 [Whether or not to optimize for fast installation])dnl
+])# _LT_ENABLE_FAST_INSTALL
+
+LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
+LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
+
+# Old names:
+AU_DEFUN([AC_ENABLE_FAST_INSTALL],
+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
+AC_DIAGNOSE([obsolete],
+[$0: Remove this warning and the call to _LT_SET_OPTION when you put
+the `fast-install' option into LT_INIT's first parameter.])
+])
+
+AU_DEFUN([AC_DISABLE_FAST_INSTALL],
+[_LT_SET_OPTION([LT_INIT], [disable-fast-install])
+AC_DIAGNOSE([obsolete],
+[$0: Remove this warning and the call to _LT_SET_OPTION when you put
+the `disable-fast-install' option into LT_INIT's first parameter.])
+])
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
+dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
+
+
+# _LT_WITH_PIC([MODE])
+# --------------------
+# implement the --with-pic flag, and support the `pic-only' and `no-pic'
+# LT_INIT options.
+# MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
+m4_define([_LT_WITH_PIC],
+[AC_ARG_WITH([pic],
+    [AS_HELP_STRING([--with-pic],
+	[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
+    [pic_mode="$withval"],
+    [pic_mode=default])
+
+test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
+
+_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
+])# _LT_WITH_PIC
+
+LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
+LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
+
+# Old name:
+AU_DEFUN([AC_LIBTOOL_PICMODE],
+[_LT_SET_OPTION([LT_INIT], [pic-only])
+AC_DIAGNOSE([obsolete],
+[$0: Remove this warning and the call to _LT_SET_OPTION when you
+put the `pic-only' option into LT_INIT's first parameter.])
+])
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
+
+## ----------------- ##
+## LTDL_INIT Options ##
+## ----------------- ##
+
+m4_define([_LTDL_MODE], [])
+LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
+		 [m4_define([_LTDL_MODE], [nonrecursive])])
+LT_OPTION_DEFINE([LTDL_INIT], [recursive],
+		 [m4_define([_LTDL_MODE], [recursive])])
+LT_OPTION_DEFINE([LTDL_INIT], [subproject],
+		 [m4_define([_LTDL_MODE], [subproject])])
+
+m4_define([_LTDL_TYPE], [])
+LT_OPTION_DEFINE([LTDL_INIT], [installable],
+		 [m4_define([_LTDL_TYPE], [installable])])
+LT_OPTION_DEFINE([LTDL_INIT], [convenience],
+		 [m4_define([_LTDL_TYPE], [convenience])])
blob - /dev/null
blob + 9000a057d31ddf75cb85ccda8757de4493bcdbe7 (mode 644)
--- /dev/null
+++ src/c-ares/m4/ltsugar.m4
@@ -0,0 +1,123 @@
+# ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
+#
+# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+# Written by Gary V. Vaughan, 2004
+#
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+
+# serial 6 ltsugar.m4
+
+# This is to help aclocal find these macros, as it can't see m4_define.
+AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
+
+
+# lt_join(SEP, ARG1, [ARG2...])
+# -----------------------------
+# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
+# associated separator.
+# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
+# versions in m4sugar had bugs.
+m4_define([lt_join],
+[m4_if([$#], [1], [],
+       [$#], [2], [[$2]],
+       [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
+m4_define([_lt_join],
+[m4_if([$#$2], [2], [],
+       [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
+
+
+# lt_car(LIST)
+# lt_cdr(LIST)
+# ------------
+# Manipulate m4 lists.
+# These macros are necessary as long as will still need to support
+# Autoconf-2.59 which quotes differently.
+m4_define([lt_car], [[$1]])
+m4_define([lt_cdr],
+[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
+       [$#], 1, [],
+       [m4_dquote(m4_shift($@))])])
+m4_define([lt_unquote], $1)
+
+
+# lt_append(MACRO-NAME, STRING, [SEPARATOR])
+# ------------------------------------------
+# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
+# Note that neither SEPARATOR nor STRING are expanded; they are appended
+# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
+# No SEPARATOR is output if MACRO-NAME was previously undefined (different
+# than defined and empty).
+#
+# This macro is needed until we can rely on Autoconf 2.62, since earlier
+# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
+m4_define([lt_append],
+[m4_define([$1],
+	   m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
+
+
+
+# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
+# ----------------------------------------------------------
+# Produce a SEP delimited list of all paired combinations of elements of
+# PREFIX-LIST with SUFFIX1 through SUFFIXn.  Each element of the list
+# has the form PREFIXmINFIXSUFFIXn.
+# Needed until we can rely on m4_combine added in Autoconf 2.62.
+m4_define([lt_combine],
+[m4_if(m4_eval([$# > 3]), [1],
+       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
+[[m4_foreach([_Lt_prefix], [$2],
+	     [m4_foreach([_Lt_suffix],
+		]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
+	[_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
+
+
+# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
+# -----------------------------------------------------------------------
+# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
+# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
+m4_define([lt_if_append_uniq],
+[m4_ifdef([$1],
+	  [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
+		 [lt_append([$1], [$2], [$3])$4],
+		 [$5])],
+	  [lt_append([$1], [$2], [$3])$4])])
+
+
+# lt_dict_add(DICT, KEY, VALUE)
+# -----------------------------
+m4_define([lt_dict_add],
+[m4_define([$1($2)], [$3])])
+
+
+# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
+# --------------------------------------------
+m4_define([lt_dict_add_subkey],
+[m4_define([$1($2:$3)], [$4])])
+
+
+# lt_dict_fetch(DICT, KEY, [SUBKEY])
+# ----------------------------------
+m4_define([lt_dict_fetch],
+[m4_ifval([$3],
+	m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
+    m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
+
+
+# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
+# -----------------------------------------------------------------
+m4_define([lt_if_dict_fetch],
+[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
+	[$5],
+    [$6])])
+
+
+# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
+# --------------------------------------------------------------
+m4_define([lt_dict_filter],
+[m4_if([$5], [], [],
+  [lt_join(m4_quote(m4_default([$4], [[, ]])),
+           lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
+		      [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
+])
blob - /dev/null
blob + f3c5309802447a3b341b1a2c5e4d74ec138b311a (mode 644)
--- /dev/null
+++ src/c-ares/m4/ltversion.m4
@@ -0,0 +1,23 @@
+# ltversion.m4 -- version numbers			-*- Autoconf -*-
+#
+#   Copyright (C) 2004 Free Software Foundation, Inc.
+#   Written by Scott James Remnant, 2004
+#
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+
+# Generated from ltversion.in.
+
+# serial 3017 ltversion.m4
+# This file is part of GNU Libtool
+
+m4_define([LT_PACKAGE_VERSION], [2.2.6b])
+m4_define([LT_PACKAGE_REVISION], [1.3017])
+
+AC_DEFUN([LTVERSION_VERSION],
+[macro_version='2.2.6b'
+macro_revision='1.3017'
+_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
+_LT_DECL(, macro_revision, 0)
+])
blob - /dev/null
blob + 637bb2066c425f79faecd6cc9e4e6b5074c6b55c (mode 644)
--- /dev/null
+++ src/c-ares/m4/lt~obsolete.m4
@@ -0,0 +1,92 @@
+# lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
+#
+#   Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
+#   Written by Scott James Remnant, 2004.
+#
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+
+# serial 4 lt~obsolete.m4
+
+# These exist entirely to fool aclocal when bootstrapping libtool.
+#
+# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
+# which have later been changed to m4_define as they aren't part of the
+# exported API, or moved to Autoconf or Automake where they belong.
+#
+# The trouble is, aclocal is a bit thick.  It'll see the old AC_DEFUN
+# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
+# using a macro with the same name in our local m4/libtool.m4 it'll
+# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
+# and doesn't know about Autoconf macros at all.)
+#
+# So we provide this file, which has a silly filename so it's always
+# included after everything else.  This provides aclocal with the
+# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
+# because those macros already exist, or will be overwritten later.
+# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. 
+#
+# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
+# Yes, that means every name once taken will need to remain here until
+# we give up compatibility with versions before 1.7, at which point
+# we need to keep only those names which we still refer to.
+
+# This is to help aclocal find these macros, as it can't see m4_define.
+AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
+
+m4_ifndef([AC_LIBTOOL_LINKER_OPTION],	[AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
+m4_ifndef([AC_PROG_EGREP],		[AC_DEFUN([AC_PROG_EGREP])])
+m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH],	[AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
+m4_ifndef([_LT_AC_SHELL_INIT],		[AC_DEFUN([_LT_AC_SHELL_INIT])])
+m4_ifndef([_LT_AC_SYS_LIBPATH_AIX],	[AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
+m4_ifndef([_LT_PROG_LTMAIN],		[AC_DEFUN([_LT_PROG_LTMAIN])])
+m4_ifndef([_LT_AC_TAGVAR],		[AC_DEFUN([_LT_AC_TAGVAR])])
+m4_ifndef([AC_LTDL_ENABLE_INSTALL],	[AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
+m4_ifndef([AC_LTDL_PREOPEN],		[AC_DEFUN([AC_LTDL_PREOPEN])])
+m4_ifndef([_LT_AC_SYS_COMPILER],	[AC_DEFUN([_LT_AC_SYS_COMPILER])])
+m4_ifndef([_LT_AC_LOCK],		[AC_DEFUN([_LT_AC_LOCK])])
+m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE],	[AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
+m4_ifndef([_LT_AC_TRY_DLOPEN_SELF],	[AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
+m4_ifndef([AC_LIBTOOL_PROG_CC_C_O],	[AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
+m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
+m4_ifndef([AC_LIBTOOL_OBJDIR],		[AC_DEFUN([AC_LIBTOOL_OBJDIR])])
+m4_ifndef([AC_LTDL_OBJDIR],		[AC_DEFUN([AC_LTDL_OBJDIR])])
+m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
+m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP],	[AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
+m4_ifndef([AC_PATH_MAGIC],		[AC_DEFUN([AC_PATH_MAGIC])])
+m4_ifndef([AC_PROG_LD_GNU],		[AC_DEFUN([AC_PROG_LD_GNU])])
+m4_ifndef([AC_PROG_LD_RELOAD_FLAG],	[AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
+m4_ifndef([AC_DEPLIBS_CHECK_METHOD],	[AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
+m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
+m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
+m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
+m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS],	[AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
+m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP],	[AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
+m4_ifndef([LT_AC_PROG_EGREP],		[AC_DEFUN([LT_AC_PROG_EGREP])])
+m4_ifndef([LT_AC_PROG_SED],		[AC_DEFUN([LT_AC_PROG_SED])])
+m4_ifndef([_LT_CC_BASENAME],		[AC_DEFUN([_LT_CC_BASENAME])])
+m4_ifndef([_LT_COMPILER_BOILERPLATE],	[AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
+m4_ifndef([_LT_LINKER_BOILERPLATE],	[AC_DEFUN([_LT_LINKER_BOILERPLATE])])
+m4_ifndef([_AC_PROG_LIBTOOL],		[AC_DEFUN([_AC_PROG_LIBTOOL])])
+m4_ifndef([AC_LIBTOOL_SETUP],		[AC_DEFUN([AC_LIBTOOL_SETUP])])
+m4_ifndef([_LT_AC_CHECK_DLFCN],		[AC_DEFUN([_LT_AC_CHECK_DLFCN])])
+m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER],	[AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
+m4_ifndef([_LT_AC_TAGCONFIG],		[AC_DEFUN([_LT_AC_TAGCONFIG])])
+m4_ifndef([AC_DISABLE_FAST_INSTALL],	[AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
+m4_ifndef([_LT_AC_LANG_CXX],		[AC_DEFUN([_LT_AC_LANG_CXX])])
+m4_ifndef([_LT_AC_LANG_F77],		[AC_DEFUN([_LT_AC_LANG_F77])])
+m4_ifndef([_LT_AC_LANG_GCJ],		[AC_DEFUN([_LT_AC_LANG_GCJ])])
+m4_ifndef([AC_LIBTOOL_RC],		[AC_DEFUN([AC_LIBTOOL_RC])])
+m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
+m4_ifndef([_LT_AC_LANG_C_CONFIG],	[AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
+m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
+m4_ifndef([_LT_AC_LANG_CXX_CONFIG],	[AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
+m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
+m4_ifndef([_LT_AC_LANG_F77_CONFIG],	[AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
+m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
+m4_ifndef([_LT_AC_LANG_GCJ_CONFIG],	[AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
+m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
+m4_ifndef([_LT_AC_LANG_RC_CONFIG],	[AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
+m4_ifndef([AC_LIBTOOL_CONFIG],		[AC_DEFUN([AC_LIBTOOL_CONFIG])])
+m4_ifndef([_LT_AC_FILE_LTDLL_C],	[AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
blob - /dev/null
blob + 62326881354226f5e259b7c47e3eedbfd7ed641d (mode 755)
--- /dev/null
+++ src/c-ares/maketgz
@@ -0,0 +1,74 @@
+#!/usr/bin/env perl
+
+$version = $ARGV[0];
+
+if($version eq "") {
+    print "Enter version number!\n";
+    exit;
+}
+
+if(!-f "ares.h") {
+    print "run this script in the ares source root dir\n";
+    exit;
+}
+
+my ($major, $minor, $patch)=split(/\./, $version);
+
+$major += 0;
+$minor += 0;
+$patch += 0;
+
+open(VER, "<ares_version.h") ||
+    die "can't open ares_version.h";
+open(NEWV, ">ares_version.h.dist");
+while(<VER>) {
+    $_ =~ s/^\#define ARES_VERSION_MAJOR .*/\#define ARES_VERSION_MAJOR $major/;
+    $_ =~ s/^\#define ARES_VERSION_MINOR .*/\#define ARES_VERSION_MINOR $minor/;
+    $_ =~ s/^\#define ARES_VERSION_PATCH .*/\#define ARES_VERSION_PATCH $patch/;
+    $_ =~ s/^\#define ARES_VERSION_STR .*/\#define ARES_VERSION_STR \"$version\"/;
+
+    print NEWV $_;
+}
+close(VER);
+close(NEWV);
+print "ares_version.h.dist created\n";
+
+if(!-f "configure") {
+    print "running buildconf\n";
+    `./buildconf`;
+}
+print "adding $version in the configure.ac file\n";
+`sed -e 's/AC_INIT.*/AC_INIT([c-ares], [$version],/' < configure.ac > configure.ac.dist`;
+
+# now make a new configure script with this
+print "makes a new configure script\n";
+`autoconf configure.ac.dist >configure`;
+
+# now run this new configure to get a fine makefile
+print "running configure\n";
+`./configure`;
+
+# generate HTML versions of man pages
+# Deactivated for now. It seems that man pages need some adjustments
+# relative to paragraph and/or line breaks for proper html formatting.
+# EXTRA_DIST will need $(HTMLPAGES) when this is fully activated.
+# print "running make html\n";
+# `make -s html`;
+
+# generate PDF versions of man pages
+print "running make pdf\n";
+`make -s pdf`;
+
+# now make the actual tarball
+print "running make dist\n";
+`make dist VERSION=$version`;
+
+# remove temporay sourced man pages
+`make -s clean-sourced-manpages`;
+
+print "removing temporary configure.ac file\n";
+`rm configure.ac.dist`;
+print "removing temporary ares_version.h file\n";
+`rm ares_version.h.dist`;
+
+print "NOTE: now tag this release!\n";
blob - /dev/null
blob + 894e786e16c1d0d94dfc08d6b475270fe1418d6a (mode 755)
--- /dev/null
+++ src/c-ares/missing
@@ -0,0 +1,360 @@
+#! /bin/sh
+# Common stub for a few missing GNU programs while installing.
+
+scriptversion=2005-06-08.21
+
+# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
+#   Free Software Foundation, Inc.
+# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+if test $# -eq 0; then
+  echo 1>&2 "Try \`$0 --help' for more information"
+  exit 1
+fi
+
+run=:
+
+# In the cases where this matters, `missing' is being run in the
+# srcdir already.
+if test -f configure.ac; then
+  configure_ac=configure.ac
+else
+  configure_ac=configure.in
+fi
+
+msg="missing on your system"
+
+case "$1" in
+--run)
+  # Try to run requested program, and just exit if it succeeds.
+  run=
+  shift
+  "$@" && exit 0
+  # Exit code 63 means version mismatch.  This often happens
+  # when the user try to use an ancient version of a tool on
+  # a file that requires a minimum version.  In this case we
+  # we should proceed has if the program had been absent, or
+  # if --run hadn't been passed.
+  if test $? = 63; then
+    run=:
+    msg="probably too old"
+  fi
+  ;;
+
+  -h|--h|--he|--hel|--help)
+    echo "\
+$0 [OPTION]... PROGRAM [ARGUMENT]...
+
+Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
+error status if there is no known handling for PROGRAM.
+
+Options:
+  -h, --help      display this help and exit
+  -v, --version   output version information and exit
+  --run           try to run the given command, and emulate it if it fails
+
+Supported PROGRAM values:
+  aclocal      touch file \`aclocal.m4'
+  autoconf     touch file \`configure'
+  autoheader   touch file \`config.h.in'
+  automake     touch all \`Makefile.in' files
+  bison        create \`y.tab.[ch]', if possible, from existing .[ch]
+  flex         create \`lex.yy.c', if possible, from existing .c
+  help2man     touch the output file
+  lex          create \`lex.yy.c', if possible, from existing .c
+  makeinfo     touch the output file
+  tar          try tar, gnutar, gtar, then tar without non-portable flags
+  yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
+
+Send bug reports to <bug-automake@gnu.org>."
+    exit $?
+    ;;
+
+  -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
+    echo "missing $scriptversion (GNU Automake)"
+    exit $?
+    ;;
+
+  -*)
+    echo 1>&2 "$0: Unknown \`$1' option"
+    echo 1>&2 "Try \`$0 --help' for more information"
+    exit 1
+    ;;
+
+esac
+
+# Now exit if we have it, but it failed.  Also exit now if we
+# don't have it and --version was passed (most likely to detect
+# the program).
+case "$1" in
+  lex|yacc)
+    # Not GNU programs, they don't have --version.
+    ;;
+
+  tar)
+    if test -n "$run"; then
+       echo 1>&2 "ERROR: \`tar' requires --run"
+       exit 1
+    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
+       exit 1
+    fi
+    ;;
+
+  *)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
+       # Could not run --version or --help.  This is probably someone
+       # running `$TOOL --version' or `$TOOL --help' to check whether
+       # $TOOL exists and not knowing $TOOL uses missing.
+       exit 1
+    fi
+    ;;
+esac
+
+# If it does not exist, or fails to run (possibly an outdated version),
+# try to emulate it.
+case "$1" in
+  aclocal*)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`acinclude.m4' or \`${configure_ac}'.  You might want
+         to install the \`Automake' and \`Perl' packages.  Grab them from
+         any GNU archive site."
+    touch aclocal.m4
+    ;;
+
+  autoconf)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`${configure_ac}'.  You might want to install the
+         \`Autoconf' and \`GNU m4' packages.  Grab them from any GNU
+         archive site."
+    touch configure
+    ;;
+
+  autoheader)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`acconfig.h' or \`${configure_ac}'.  You might want
+         to install the \`Autoconf' and \`GNU m4' packages.  Grab them
+         from any GNU archive site."
+    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
+    test -z "$files" && files="config.h"
+    touch_files=
+    for f in $files; do
+      case "$f" in
+      *:*) touch_files="$touch_files "`echo "$f" |
+				       sed -e 's/^[^:]*://' -e 's/:.*//'`;;
+      *) touch_files="$touch_files $f.in";;
+      esac
+    done
+    touch $touch_files
+    ;;
+
+  automake*)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
+         You might want to install the \`Automake' and \`Perl' packages.
+         Grab them from any GNU archive site."
+    find . -type f -name Makefile.am -print |
+	   sed 's/\.am$/.in/' |
+	   while read f; do touch "$f"; done
+    ;;
+
+  autom4te)
+    echo 1>&2 "\
+WARNING: \`$1' is needed, but is $msg.
+         You might have modified some files without having the
+         proper tools for further handling them.
+         You can get \`$1' as part of \`Autoconf' from any GNU
+         archive site."
+
+    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
+    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
+    if test -f "$file"; then
+	touch $file
+    else
+	test -z "$file" || exec >$file
+	echo "#! /bin/sh"
+	echo "# Created by GNU Automake missing as a replacement of"
+	echo "#  $ $@"
+	echo "exit 0"
+	chmod +x $file
+	exit 1
+    fi
+    ;;
+
+  bison|yacc)
+    echo 1>&2 "\
+WARNING: \`$1' $msg.  You should only need it if
+         you modified a \`.y' file.  You may need the \`Bison' package
+         in order for those modifications to take effect.  You can get
+         \`Bison' from any GNU archive site."
+    rm -f y.tab.c y.tab.h
+    if [ $# -ne 1 ]; then
+        eval LASTARG="\${$#}"
+	case "$LASTARG" in
+	*.y)
+	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
+	    if [ -f "$SRCFILE" ]; then
+	         cp "$SRCFILE" y.tab.c
+	    fi
+	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
+	    if [ -f "$SRCFILE" ]; then
+	         cp "$SRCFILE" y.tab.h
+	    fi
+	  ;;
+	esac
+    fi
+    if [ ! -f y.tab.h ]; then
+	echo >y.tab.h
+    fi
+    if [ ! -f y.tab.c ]; then
+	echo 'main() { return 0; }' >y.tab.c
+    fi
+    ;;
+
+  lex|flex)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified a \`.l' file.  You may need the \`Flex' package
+         in order for those modifications to take effect.  You can get
+         \`Flex' from any GNU archive site."
+    rm -f lex.yy.c
+    if [ $# -ne 1 ]; then
+        eval LASTARG="\${$#}"
+	case "$LASTARG" in
+	*.l)
+	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
+	    if [ -f "$SRCFILE" ]; then
+	         cp "$SRCFILE" lex.yy.c
+	    fi
+	  ;;
+	esac
+    fi
+    if [ ! -f lex.yy.c ]; then
+	echo 'main() { return 0; }' >lex.yy.c
+    fi
+    ;;
+
+  help2man)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+	 you modified a dependency of a manual page.  You may need the
+	 \`Help2man' package in order for those modifications to take
+	 effect.  You can get \`Help2man' from any GNU archive site."
+
+    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
+    if test -z "$file"; then
+	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
+    fi
+    if [ -f "$file" ]; then
+	touch $file
+    else
+	test -z "$file" || exec >$file
+	echo ".ab help2man is required to generate this page"
+	exit 1
+    fi
+    ;;
+
+  makeinfo)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified a \`.texi' or \`.texinfo' file, or any other file
+         indirectly affecting the aspect of the manual.  The spurious
+         call might also be the consequence of using a buggy \`make' (AIX,
+         DU, IRIX).  You might want to install the \`Texinfo' package or
+         the \`GNU make' package.  Grab either from any GNU archive site."
+    # The file to touch is that specified with -o ...
+    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
+    if test -z "$file"; then
+      # ... or it is the one specified with @setfilename ...
+      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
+      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
+      # ... or it is derived from the source name (dir/f.texi becomes f.info)
+      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
+    fi
+    # If the file does not exist, the user really needs makeinfo;
+    # let's fail without touching anything.
+    test -f $file || exit 1
+    touch $file
+    ;;
+
+  tar)
+    shift
+
+    # We have already tried tar in the generic part.
+    # Look for gnutar/gtar before invocation to avoid ugly error
+    # messages.
+    if (gnutar --version > /dev/null 2>&1); then
+       gnutar "$@" && exit 0
+    fi
+    if (gtar --version > /dev/null 2>&1); then
+       gtar "$@" && exit 0
+    fi
+    firstarg="$1"
+    if shift; then
+	case "$firstarg" in
+	*o*)
+	    firstarg=`echo "$firstarg" | sed s/o//`
+	    tar "$firstarg" "$@" && exit 0
+	    ;;
+	esac
+	case "$firstarg" in
+	*h*)
+	    firstarg=`echo "$firstarg" | sed s/h//`
+	    tar "$firstarg" "$@" && exit 0
+	    ;;
+	esac
+    fi
+
+    echo 1>&2 "\
+WARNING: I can't seem to be able to run \`tar' with the given arguments.
+         You may want to install GNU tar or Free paxutils, or check the
+         command line arguments."
+    exit 1
+    ;;
+
+  *)
+    echo 1>&2 "\
+WARNING: \`$1' is needed, and is $msg.
+         You might have modified some files without having the
+         proper tools for further handling them.  Check the \`README' file,
+         it often tells you about the needed prerequisites for installing
+         this package.  You may also peek at any GNU archive site, in case
+         some other package would contain this missing \`$1' program."
+    exit 1
+    ;;
+esac
+
+exit 0
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-end: "$"
+# End:
blob - /dev/null
blob + 3bc183603ed52e2b09d496f1dc04456657a7b487 (mode 755)
--- /dev/null
+++ src/c-ares/mkinstalldirs
@@ -0,0 +1,39 @@
+#! /bin/sh
+# mkinstalldirs --- make directory hierarchy
+# Author: Noah Friedman <friedman@prep.ai.mit.edu>
+# Created: 1993-05-16
+# Public domain
+
+
+errstatus=0
+
+for file
+do
+   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
+   shift
+
+   pathcomp=
+   for d
+   do
+     pathcomp="$pathcomp$d"
+     case "$pathcomp" in
+       -* ) pathcomp=./$pathcomp ;;
+     esac
+
+     if test ! -d "$pathcomp"; then
+        echo "mkdir $pathcomp" 1>&2
+
+        mkdir "$pathcomp" || lasterr=$?
+
+        if test ! -d "$pathcomp"; then
+  	  errstatus=$lasterr
+        fi
+     fi
+
+     pathcomp="$pathcomp/"
+   done
+done
+
+exit $errstatus
+
+# mkinstalldirs ends here
blob - /dev/null
blob + b5be424cf7481b2317f9b4113fc80b1456a9bec5 (mode 644)
--- /dev/null
+++ src/c-ares/nameser.h
@@ -0,0 +1,193 @@
+
+#ifndef ARES_NAMESER_H
+#define ARES_NAMESER_H
+
+/* header file provided by liren@vivisimo.com */
+
+#ifndef HAVE_ARPA_NAMESER_H
+
+#define NS_PACKETSZ     512   /* maximum packet size */
+#define NS_MAXDNAME     256   /* maximum domain name */
+#define NS_MAXCDNAME    255   /* maximum compressed domain name */
+#define NS_MAXLABEL     63
+#define NS_HFIXEDSZ     12    /* #/bytes of fixed data in header */
+#define NS_QFIXEDSZ     4     /* #/bytes of fixed data in query */
+#define NS_RRFIXEDSZ    10    /* #/bytes of fixed data in r record */
+#define NS_INT16SZ      2
+#define NS_INADDRSZ     4
+#define NS_IN6ADDRSZ    16
+#define NS_CMPRSFLGS    0xc0  /* Flag bits indicating name compression. */
+#define NS_DEFAULTPORT  53    /* For both TCP and UDP. */
+
+typedef enum __ns_class {
+    ns_c_invalid = 0,       /* Cookie. */
+    ns_c_in = 1,            /* Internet. */
+    ns_c_2 = 2,             /* unallocated/unsupported. */
+    ns_c_chaos = 3,         /* MIT Chaos-net. */
+    ns_c_hs = 4,            /* MIT Hesiod. */
+    /* Query class values which do not appear in resource records */
+    ns_c_none = 254,        /* for prereq. sections in update requests */
+    ns_c_any = 255,         /* Wildcard match. */
+    ns_c_max = 65536
+} ns_class;
+
+typedef enum __ns_type {
+    ns_t_invalid = 0,       /* Cookie. */
+    ns_t_a = 1,             /* Host address. */
+    ns_t_ns = 2,            /* Authoritative server. */
+    ns_t_md = 3,            /* Mail destination. */
+    ns_t_mf = 4,            /* Mail forwarder. */
+    ns_t_cname = 5,         /* Canonical name. */
+    ns_t_soa = 6,           /* Start of authority zone. */
+    ns_t_mb = 7,            /* Mailbox domain name. */
+    ns_t_mg = 8,            /* Mail group member. */
+    ns_t_mr = 9,            /* Mail rename name. */
+    ns_t_null = 10,         /* Null resource record. */
+    ns_t_wks = 11,          /* Well known service. */
+    ns_t_ptr = 12,          /* Domain name pointer. */
+    ns_t_hinfo = 13,        /* Host information. */
+    ns_t_minfo = 14,        /* Mailbox information. */
+    ns_t_mx = 15,           /* Mail routing information. */
+    ns_t_txt = 16,          /* Text strings. */
+    ns_t_rp = 17,           /* Responsible person. */
+    ns_t_afsdb = 18,        /* AFS cell database. */
+    ns_t_x25 = 19,          /* X_25 calling address. */
+    ns_t_isdn = 20,         /* ISDN calling address. */
+    ns_t_rt = 21,           /* Router. */
+    ns_t_nsap = 22,         /* NSAP address. */
+    ns_t_nsap_ptr = 23,     /* Reverse NSAP lookup (deprecated). */
+    ns_t_sig = 24,          /* Security signature. */
+    ns_t_key = 25,          /* Security key. */
+    ns_t_px = 26,           /* X.400 mail mapping. */
+    ns_t_gpos = 27,         /* Geographical position (withdrawn). */
+    ns_t_aaaa = 28,         /* Ip6 Address. */
+    ns_t_loc = 29,          /* Location Information. */
+    ns_t_nxt = 30,          /* Next domain (security). */
+    ns_t_eid = 31,          /* Endpoint identifier. */
+    ns_t_nimloc = 32,       /* Nimrod Locator. */
+    ns_t_srv = 33,          /* Server Selection. */
+    ns_t_atma = 34,         /* ATM Address */
+    ns_t_naptr = 35,        /* Naming Authority PoinTeR */
+    ns_t_kx = 36,           /* Key Exchange */
+    ns_t_cert = 37,         /* Certification record */
+    ns_t_a6 = 38,           /* IPv6 address (deprecates AAAA) */
+    ns_t_dname = 39,        /* Non-terminal DNAME (for IPv6) */
+    ns_t_sink = 40,         /* Kitchen sink (experimentatl) */
+    ns_t_opt = 41,          /* EDNS0 option (meta-RR) */
+    ns_t_apl = 42,          /* Address prefix list (RFC3123) */
+    ns_t_tkey = 249,        /* Transaction key */
+    ns_t_tsig = 250,        /* Transaction signature. */
+    ns_t_ixfr = 251,        /* Incremental zone transfer. */
+    ns_t_axfr = 252,        /* Transfer zone of authority. */
+    ns_t_mailb = 253,       /* Transfer mailbox records. */
+    ns_t_maila = 254,       /* Transfer mail agent records. */
+    ns_t_any = 255,         /* Wildcard match. */
+    ns_t_zxfr = 256,        /* BIND-specific, nonstandard. */
+    ns_t_max = 65536
+} ns_type;
+
+typedef enum __ns_opcode {
+    ns_o_query = 0,         /* Standard query. */
+    ns_o_iquery = 1,        /* Inverse query (deprecated/unsupported). */
+    ns_o_status = 2,        /* Name server status query (unsupported). */
+                                /* Opcode 3 is undefined/reserved. */
+    ns_o_notify = 4,        /* Zone change notification. */
+    ns_o_update = 5,        /* Zone update message. */
+    ns_o_max = 6
+} ns_opcode;
+
+typedef enum __ns_rcode {
+    ns_r_noerror = 0,       /* No error occurred. */
+    ns_r_formerr = 1,       /* Format error. */
+    ns_r_servfail = 2,      /* Server failure. */
+    ns_r_nxdomain = 3,      /* Name error. */
+    ns_r_notimpl = 4,       /* Unimplemented. */
+    ns_r_refused = 5,       /* Operation refused. */
+    /* these are for BIND_UPDATE */
+    ns_r_yxdomain = 6,      /* Name exists */
+    ns_r_yxrrset = 7,       /* RRset exists */
+    ns_r_nxrrset = 8,       /* RRset does not exist */
+    ns_r_notauth = 9,       /* Not authoritative for zone */
+    ns_r_notzone = 10,      /* Zone of record different from zone section */
+    ns_r_max = 11,
+    /* The following are TSIG extended errors */
+    ns_r_badsig = 16,
+    ns_r_badkey = 17,
+    ns_r_badtime = 18
+} ns_rcode;
+
+#endif /* HAVE_ARPA_NAMESER_H */
+
+#ifndef HAVE_ARPA_NAMESER_COMPAT_H
+
+#define PACKETSZ         NS_PACKETSZ
+#define MAXDNAME         NS_MAXDNAME
+#define MAXCDNAME        NS_MAXCDNAME
+#define MAXLABEL         NS_MAXLABEL
+#define HFIXEDSZ         NS_HFIXEDSZ
+#define QFIXEDSZ         NS_QFIXEDSZ
+#define RRFIXEDSZ        NS_RRFIXEDSZ
+#define INDIR_MASK       NS_CMPRSFLGS
+#define NAMESERVER_PORT  NS_DEFAULTPORT
+
+#define QUERY           ns_o_query
+
+#define SERVFAIL        ns_r_servfail
+#define NOTIMP          ns_r_notimpl
+#define REFUSED         ns_r_refused
+#undef NOERROR /* it seems this is already defined in winerror.h */
+#define NOERROR         ns_r_noerror
+#define FORMERR         ns_r_formerr
+#define NXDOMAIN        ns_r_nxdomain
+
+#define C_IN            ns_c_in
+#define C_CHAOS         ns_c_chaos
+#define C_HS            ns_c_hs
+#define C_NONE          ns_c_none
+#define C_ANY           ns_c_any
+
+#define T_A             ns_t_a
+#define T_NS            ns_t_ns
+#define T_MD            ns_t_md
+#define T_MF            ns_t_mf
+#define T_CNAME         ns_t_cname
+#define T_SOA           ns_t_soa
+#define T_MB            ns_t_mb
+#define T_MG            ns_t_mg
+#define T_MR            ns_t_mr
+#define T_NULL          ns_t_null
+#define T_WKS           ns_t_wks
+#define T_PTR           ns_t_ptr
+#define T_HINFO         ns_t_hinfo
+#define T_MINFO         ns_t_minfo
+#define T_MX            ns_t_mx
+#define T_TXT           ns_t_txt
+#define T_RP            ns_t_rp
+#define T_AFSDB         ns_t_afsdb
+#define T_X25           ns_t_x25
+#define T_ISDN          ns_t_isdn
+#define T_RT            ns_t_rt
+#define T_NSAP          ns_t_nsap
+#define T_NSAP_PTR      ns_t_nsap_ptr
+#define T_SIG           ns_t_sig
+#define T_KEY           ns_t_key
+#define T_PX            ns_t_px
+#define T_GPOS          ns_t_gpos
+#define T_AAAA          ns_t_aaaa
+#define T_LOC           ns_t_loc
+#define T_NXT           ns_t_nxt
+#define T_EID           ns_t_eid
+#define T_NIMLOC        ns_t_nimloc
+#define T_SRV           ns_t_srv
+#define T_ATMA          ns_t_atma
+#define T_NAPTR         ns_t_naptr
+#define T_TSIG          ns_t_tsig
+#define T_IXFR          ns_t_ixfr
+#define T_AXFR          ns_t_axfr
+#define T_MAILB         ns_t_mailb
+#define T_MAILA         ns_t_maila
+#define T_ANY           ns_t_any
+
+#endif /* HAVE_ARPA_NAMESER_COMPAT_H */
+
+#endif /* ARES_NAMESER_H */
blob - /dev/null
blob + 0c7c811194c72817b3cf6119ae5552d3cf369e2b (mode 644)
--- /dev/null
+++ src/c-ares/setup_once.h
@@ -0,0 +1,488 @@
+#ifndef __SETUP_ONCE_H
+#define __SETUP_ONCE_H
+
+
+/* Copyright (C) 2004 - 2010 by Daniel Stenberg et al
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted, provided
+ * that the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  M.I.T. makes no representations about the
+ * suitability of this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+
+/********************************************************************
+ *                              NOTICE                              *
+ *                             ========                             *
+ *                                                                  *
+ *  Content of header files lib/setup_once.h and ares/setup_once.h  *
+ *  must be kept in sync. Modify the other one if you change this.  *
+ *                                                                  *
+ ********************************************************************/
+
+
+/*
+ * Inclusion of common header files.
+ */
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdarg.h>
+#include <ctype.h>
+#include <errno.h>
+
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
+#ifdef NEED_MALLOC_H
+#include <malloc.h>
+#endif
+
+#ifdef NEED_MEMORY_H
+#include <memory.h>
+#endif
+
+#ifdef HAVE_SYS_STAT_H
+#include <sys/stat.h>
+#endif
+
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#ifdef TIME_WITH_SYS_TIME
+#include <time.h>
+#endif
+#else
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
+#endif
+
+#ifdef WIN32
+#include <io.h>
+#include <fcntl.h>
+#endif
+
+#ifdef HAVE_STDBOOL_H
+#include <stdbool.h>
+#endif
+
+
+/*
+ * Definition of timeval struct for platforms that don't have it.
+ */
+
+#ifndef HAVE_STRUCT_TIMEVAL
+struct timeval {
+ long tv_sec;
+ long tv_usec;
+};
+#endif
+
+
+/*
+ * If we have the MSG_NOSIGNAL define, make sure we use
+ * it as the fourth argument of function send()
+ */
+
+#ifdef HAVE_MSG_NOSIGNAL
+#define SEND_4TH_ARG MSG_NOSIGNAL
+#else
+#define SEND_4TH_ARG 0
+#endif
+
+
+#if defined(__minix)
+/* Minix doesn't support recv on TCP sockets */
+#define sread(x,y,z) (ssize_t)read((RECV_TYPE_ARG1)(x), \
+                                   (RECV_TYPE_ARG2)(y), \
+                                   (RECV_TYPE_ARG3)(z))
+
+#elif defined(HAVE_RECV)
+/*
+ * The definitions for the return type and arguments types
+ * of functions recv() and send() belong and come from the
+ * configuration file. Do not define them in any other place.
+ *
+ * HAVE_RECV is defined if you have a function named recv()
+ * which is used to read incoming data from sockets. If your
+ * function has another name then don't define HAVE_RECV.
+ *
+ * If HAVE_RECV is defined then RECV_TYPE_ARG1, RECV_TYPE_ARG2,
+ * RECV_TYPE_ARG3, RECV_TYPE_ARG4 and RECV_TYPE_RETV must also
+ * be defined.
+ *
+ * HAVE_SEND is defined if you have a function named send()
+ * which is used to write outgoing data on a connected socket.
+ * If yours has another name then don't define HAVE_SEND.
+ *
+ * If HAVE_SEND is defined then SEND_TYPE_ARG1, SEND_QUAL_ARG2,
+ * SEND_TYPE_ARG2, SEND_TYPE_ARG3, SEND_TYPE_ARG4 and
+ * SEND_TYPE_RETV must also be defined.
+ */
+
+#if !defined(RECV_TYPE_ARG1) || \
+    !defined(RECV_TYPE_ARG2) || \
+    !defined(RECV_TYPE_ARG3) || \
+    !defined(RECV_TYPE_ARG4) || \
+    !defined(RECV_TYPE_RETV)
+  /* */
+  Error Missing_definition_of_return_and_arguments_types_of_recv
+  /* */
+#else
+#define sread(x,y,z) (ssize_t)recv((RECV_TYPE_ARG1)(x), \
+                                   (RECV_TYPE_ARG2)(y), \
+                                   (RECV_TYPE_ARG3)(z), \
+                                   (RECV_TYPE_ARG4)(0))
+#endif
+#else /* HAVE_RECV */
+#ifndef sread
+  /* */
+  Error Missing_definition_of_macro_sread
+  /* */
+#endif
+#endif /* HAVE_RECV */
+
+
+#if defined(__minix)
+/* Minix doesn't support send on TCP sockets */
+#define swrite(x,y,z) (ssize_t)write((SEND_TYPE_ARG1)(x), \
+                                    (SEND_TYPE_ARG2)(y), \
+                                    (SEND_TYPE_ARG3)(z))
+
+#elif defined(HAVE_SEND)
+#if !defined(SEND_TYPE_ARG1) || \
+    !defined(SEND_QUAL_ARG2) || \
+    !defined(SEND_TYPE_ARG2) || \
+    !defined(SEND_TYPE_ARG3) || \
+    !defined(SEND_TYPE_ARG4) || \
+    !defined(SEND_TYPE_RETV)
+  /* */
+  Error Missing_definition_of_return_and_arguments_types_of_send
+  /* */
+#else
+#define swrite(x,y,z) (ssize_t)send((SEND_TYPE_ARG1)(x), \
+                                    (SEND_TYPE_ARG2)(y), \
+                                    (SEND_TYPE_ARG3)(z), \
+                                    (SEND_TYPE_ARG4)(SEND_4TH_ARG))
+#endif
+#else /* HAVE_SEND */
+#ifndef swrite
+  /* */
+  Error Missing_definition_of_macro_swrite
+  /* */
+#endif
+#endif /* HAVE_SEND */
+
+
+#if 0
+#if defined(HAVE_RECVFROM)
+/*
+ * Currently recvfrom is only used on udp sockets.
+ */
+#if !defined(RECVFROM_TYPE_ARG1) || \
+    !defined(RECVFROM_TYPE_ARG2) || \
+    !defined(RECVFROM_TYPE_ARG3) || \
+    !defined(RECVFROM_TYPE_ARG4) || \
+    !defined(RECVFROM_TYPE_ARG5) || \
+    !defined(RECVFROM_TYPE_ARG6) || \
+    !defined(RECVFROM_TYPE_RETV)
+  /* */
+  Error Missing_definition_of_return_and_arguments_types_of_recvfrom
+  /* */
+#else
+#define sreadfrom(s,b,bl,f,fl) (ssize_t)recvfrom((RECVFROM_TYPE_ARG1)  (s),  \
+                                                 (RECVFROM_TYPE_ARG2 *)(b),  \
+                                                 (RECVFROM_TYPE_ARG3)  (bl), \
+                                                 (RECVFROM_TYPE_ARG4)  (0),  \
+                                                 (RECVFROM_TYPE_ARG5 *)(f),  \
+                                                 (RECVFROM_TYPE_ARG6 *)(fl))
+#endif
+#else /* HAVE_RECVFROM */
+#ifndef sreadfrom
+  /* */
+  Error Missing_definition_of_macro_sreadfrom
+  /* */
+#endif
+#endif /* HAVE_RECVFROM */
+
+
+#ifdef RECVFROM_TYPE_ARG6_IS_VOID
+#  define RECVFROM_ARG6_T int
+#else
+#  define RECVFROM_ARG6_T RECVFROM_TYPE_ARG6
+#endif
+#endif /* if 0 */
+
+
+/*
+ * Function-like macro definition used to close a socket.
+ */
+
+#if defined(HAVE_CLOSESOCKET)
+#  define sclose(x)  closesocket((x))
+#elif defined(HAVE_CLOSESOCKET_CAMEL)
+#  define sclose(x)  CloseSocket((x))
+#else
+#  define sclose(x)  close((x))
+#endif
+
+
+/*
+ * Uppercase macro versions of ANSI/ISO is*() functions/macros which
+ * avoid negative number inputs with argument byte codes > 127.
+ */
+
+#define ISSPACE(x)  (isspace((int)  ((unsigned char)x)))
+#define ISDIGIT(x)  (isdigit((int)  ((unsigned char)x)))
+#define ISALNUM(x)  (isalnum((int)  ((unsigned char)x)))
+#define ISXDIGIT(x) (isxdigit((int) ((unsigned char)x)))
+#define ISGRAPH(x)  (isgraph((int)  ((unsigned char)x)))
+#define ISALPHA(x)  (isalpha((int)  ((unsigned char)x)))
+#define ISPRINT(x)  (isprint((int)  ((unsigned char)x)))
+#define ISUPPER(x)  (isupper((int)  ((unsigned char)x)))
+#define ISLOWER(x)  (islower((int)  ((unsigned char)x)))
+
+#define ISBLANK(x)  (int)((((unsigned char)x) == ' ') || \
+                          (((unsigned char)x) == '\t'))
+
+#define TOLOWER(x)  (tolower((int)  ((unsigned char)x)))
+
+
+/*
+ * 'bool' exists on platforms with <stdbool.h>, i.e. C99 platforms.
+ * On non-C99 platforms there's no bool, so define an enum for that.
+ * On C99 platforms 'false' and 'true' also exist. Enum uses a
+ * global namespace though, so use bool_false and bool_true.
+ */
+
+#ifndef HAVE_BOOL_T
+  typedef enum {
+      bool_false = 0,
+      bool_true  = 1
+  } bool;
+
+/*
+ * Use a define to let 'true' and 'false' use those enums.  There
+ * are currently no use of true and false in libcurl proper, but
+ * there are some in the examples. This will cater for any later
+ * code happening to use true and false.
+ */
+#  define false bool_false
+#  define true  bool_true
+#  define HAVE_BOOL_T
+#endif
+
+
+/*
+ * Redefine TRUE and FALSE too, to catch current use. With this
+ * change, 'bool found = 1' will give a warning on MIPSPro, but
+ * 'bool found = TRUE' will not. Change tested on IRIX/MIPSPro,
+ * AIX 5.1/Xlc, Tru64 5.1/cc, w/make test too.
+ */
+
+#ifndef TRUE
+#define TRUE true
+#endif
+#ifndef FALSE
+#define FALSE false
+#endif
+
+
+/*
+ * Typedef to 'int' if sig_atomic_t is not an available 'typedefed' type.
+ */
+
+#ifndef HAVE_SIG_ATOMIC_T
+typedef int sig_atomic_t;
+#define HAVE_SIG_ATOMIC_T
+#endif
+
+
+/*
+ * Convenience SIG_ATOMIC_T definition
+ */
+
+#ifdef HAVE_SIG_ATOMIC_T_VOLATILE
+#define SIG_ATOMIC_T static sig_atomic_t
+#else
+#define SIG_ATOMIC_T static volatile sig_atomic_t
+#endif
+
+
+/*
+ * Default return type for signal handlers.
+ */
+
+#ifndef RETSIGTYPE
+#define RETSIGTYPE void
+#endif
+
+
+/*
+ * Macro used to include code only in debug builds.
+ */
+
+#ifdef DEBUGBUILD
+#define DEBUGF(x) x
+#else
+#define DEBUGF(x) do { } while (0)
+#endif
+
+
+/*
+ * Macro used to include assertion code only in debug builds.
+ */
+
+#if defined(DEBUGBUILD) && defined(HAVE_ASSERT_H)
+#define DEBUGASSERT(x) assert(x)
+#else
+#define DEBUGASSERT(x) do { } while (0)
+#endif
+
+
+/*
+ * Macro SOCKERRNO / SET_SOCKERRNO() returns / sets the *socket-related* errno
+ * (or equivalent) on this platform to hide platform details to code using it.
+ */
+
+#ifdef USE_WINSOCK
+#define SOCKERRNO         ((int)WSAGetLastError())
+#define SET_SOCKERRNO(x)  (WSASetLastError((int)(x)))
+#else
+#define SOCKERRNO         (errno)
+#define SET_SOCKERRNO(x)  (errno = (x))
+#endif
+
+
+/*
+ * Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno
+ * (or equivalent) on this platform to hide platform details to code using it.
+ */
+
+#ifdef WIN32
+#define ERRNO         ((int)GetLastError())
+#define SET_ERRNO(x)  (SetLastError((DWORD)(x)))
+#else
+#define ERRNO         (errno)
+#define SET_ERRNO(x)  (errno = (x))
+#endif
+
+
+/*
+ * Portable error number symbolic names defined to Winsock error codes.
+ */
+
+#ifdef USE_WINSOCK
+#undef  EBADF            /* override definition in errno.h */
+#define EBADF            WSAEBADF
+#undef  EINTR            /* override definition in errno.h */
+#define EINTR            WSAEINTR
+#undef  EINVAL           /* override definition in errno.h */
+#define EINVAL           WSAEINVAL
+#undef  EWOULDBLOCK      /* override definition in errno.h */
+#define EWOULDBLOCK      WSAEWOULDBLOCK
+#undef  EINPROGRESS      /* override definition in errno.h */
+#define EINPROGRESS      WSAEINPROGRESS
+#undef  EALREADY         /* override definition in errno.h */
+#define EALREADY         WSAEALREADY
+#undef  ENOTSOCK         /* override definition in errno.h */
+#define ENOTSOCK         WSAENOTSOCK
+#undef  EDESTADDRREQ     /* override definition in errno.h */
+#define EDESTADDRREQ     WSAEDESTADDRREQ
+#undef  EMSGSIZE         /* override definition in errno.h */
+#define EMSGSIZE         WSAEMSGSIZE
+#undef  EPROTOTYPE       /* override definition in errno.h */
+#define EPROTOTYPE       WSAEPROTOTYPE
+#undef  ENOPROTOOPT      /* override definition in errno.h */
+#define ENOPROTOOPT      WSAENOPROTOOPT
+#undef  EPROTONOSUPPORT  /* override definition in errno.h */
+#define EPROTONOSUPPORT  WSAEPROTONOSUPPORT
+#define ESOCKTNOSUPPORT  WSAESOCKTNOSUPPORT
+#undef  EOPNOTSUPP       /* override definition in errno.h */
+#define EOPNOTSUPP       WSAEOPNOTSUPP
+#define EPFNOSUPPORT     WSAEPFNOSUPPORT
+#undef  EAFNOSUPPORT     /* override definition in errno.h */
+#define EAFNOSUPPORT     WSAEAFNOSUPPORT
+#undef  EADDRINUSE       /* override definition in errno.h */
+#define EADDRINUSE       WSAEADDRINUSE
+#undef  EADDRNOTAVAIL    /* override definition in errno.h */
+#define EADDRNOTAVAIL    WSAEADDRNOTAVAIL
+#undef  ENETDOWN         /* override definition in errno.h */
+#define ENETDOWN         WSAENETDOWN
+#undef  ENETUNREACH      /* override definition in errno.h */
+#define ENETUNREACH      WSAENETUNREACH
+#undef  ENETRESET        /* override definition in errno.h */
+#define ENETRESET        WSAENETRESET
+#undef  ECONNABORTED     /* override definition in errno.h */
+#define ECONNABORTED     WSAECONNABORTED
+#undef  ECONNRESET       /* override definition in errno.h */
+#define ECONNRESET       WSAECONNRESET
+#undef  ENOBUFS          /* override definition in errno.h */
+#define ENOBUFS          WSAENOBUFS
+#undef  EISCONN          /* override definition in errno.h */
+#define EISCONN          WSAEISCONN
+#undef  ENOTCONN         /* override definition in errno.h */
+#define ENOTCONN         WSAENOTCONN
+#define ESHUTDOWN        WSAESHUTDOWN
+#define ETOOMANYREFS     WSAETOOMANYREFS
+#undef  ETIMEDOUT        /* override definition in errno.h */
+#define ETIMEDOUT        WSAETIMEDOUT
+#undef  ECONNREFUSED     /* override definition in errno.h */
+#define ECONNREFUSED     WSAECONNREFUSED
+#undef  ELOOP            /* override definition in errno.h */
+#define ELOOP            WSAELOOP
+#ifndef ENAMETOOLONG     /* possible previous definition in errno.h */
+#define ENAMETOOLONG     WSAENAMETOOLONG
+#endif
+#define EHOSTDOWN        WSAEHOSTDOWN
+#undef  EHOSTUNREACH     /* override definition in errno.h */
+#define EHOSTUNREACH     WSAEHOSTUNREACH
+#ifndef ENOTEMPTY        /* possible previous definition in errno.h */
+#define ENOTEMPTY        WSAENOTEMPTY
+#endif
+#define EPROCLIM         WSAEPROCLIM
+#define EUSERS           WSAEUSERS
+#define EDQUOT           WSAEDQUOT
+#define ESTALE           WSAESTALE
+#define EREMOTE          WSAEREMOTE
+#endif
+
+
+/*
+ *  Actually use __32_getpwuid() on 64-bit VMS builds for getpwuid()
+ */
+
+#if defined(__VMS) && \
+    defined(__INITIAL_POINTER_SIZE) && (__INITIAL_POINTER_SIZE == 64)
+#define getpwuid __32_getpwuid
+#endif
+
+
+/*
+ * Macro argv_item_t hides platform details to code using it.
+ */
+
+#ifdef __VMS
+#define argv_item_t  __char_ptr32
+#else
+#define argv_item_t  char *
+#endif
+
+
+/*
+ * We use this ZERO_NULL to avoid picky compiler warnings,
+ * when assigning a NULL pointer to a function pointer var.
+ */
+
+#define ZERO_NULL 0
+
+
+#endif /* __SETUP_ONCE_H */
+
blob - /dev/null
blob + a280c75c4a12774308d3c806ab1f39920a740d98 (mode 644)
--- /dev/null
+++ src/c-ares/stamp-h1
@@ -0,0 +1 @@
+timestamp for ares_config.h
blob - /dev/null
blob + 53420efb38f12b4a45b391177c7e14ee2701a8ae (mode 644)
--- /dev/null
+++ src/c-ares/stamp-h2
@@ -0,0 +1 @@
+timestamp for ares_build.h
blob - /dev/null
blob + e9d4970195cd96f3c1ad5bf1926182af7d44fb16 (mode 644)
--- /dev/null
+++ src/c-ares/vc/acountry/vc6acountry.dsp
@@ -0,0 +1,170 @@
+# Microsoft Developer Studio Project File - Name="acountry" - Package Owner=<4>

+# Microsoft Developer Studio Generated Build File, Format Version 6.00

+# ** DO NOT EDIT **

+

+# TARGTYPE "Win32 (x86) Console Application" 0x0103

+

+CFG=acountry - Win32 using cares LIB Debug

+!MESSAGE This is not a valid makefile. To build this project using NMAKE,

+!MESSAGE use the Export Makefile command and run

+!MESSAGE 

+!MESSAGE NMAKE /f "vc6acountry.mak".

+!MESSAGE 

+!MESSAGE You can specify a configuration when running NMAKE

+!MESSAGE by defining the macro CFG on the command line. For example:

+!MESSAGE 

+!MESSAGE NMAKE /f "vc6acountry.mak" CFG="acountry - Win32 using cares LIB Debug"

+!MESSAGE 

+!MESSAGE Possible choices for configuration are:

+!MESSAGE 

+!MESSAGE "acountry - Win32 using cares DLL Debug" (based on "Win32 (x86) Console Application")

+!MESSAGE "acountry - Win32 using cares DLL Release" (based on "Win32 (x86) Console Application")

+!MESSAGE "acountry - Win32 using cares LIB Debug" (based on "Win32 (x86) Console Application")

+!MESSAGE "acountry - Win32 using cares LIB Release" (based on "Win32 (x86) Console Application")

+!MESSAGE 

+

+# Begin Project

+# PROP AllowPerConfigDependencies 0

+# PROP Scc_ProjName ""

+# PROP Scc_LocalPath ""

+CPP=cl.exe

+RSC=rc.exe

+

+!IF  "$(CFG)" == "acountry - Win32 using cares DLL Debug"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 1

+# PROP BASE Output_Dir "dll-debug"

+# PROP BASE Intermediate_Dir "dll-debug/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 1

+# PROP Output_Dir "dll-debug"

+# PROP Intermediate_Dir "dll-debug/obj"

+# PROP Ignore_Export_Lib 0

+# PROP Target_Dir ""

+# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /FD /GZ /c

+# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /FD /GZ /c

+# ADD BASE RSC /l 0x409 /d "_DEBUG"

+# ADD RSC /l 0x409 /d "_DEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LINK32=link.exe

+# ADD BASE LINK32 caresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"dll-debug/acountry.exe" /pdbtype:con /libpath:"..\cares\dll-debug" /fixed:no

+# ADD LINK32 caresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"dll-debug/acountry.exe" /pdbtype:con /libpath:"..\cares\dll-debug" /fixed:no

+

+!ELSEIF  "$(CFG)" == "acountry - Win32 using cares DLL Release"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 0

+# PROP BASE Output_Dir "dll-release"

+# PROP BASE Intermediate_Dir "dll-release/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 0

+# PROP Output_Dir "dll-release"

+# PROP Intermediate_Dir "dll-release/obj"

+# PROP Ignore_Export_Lib 0

+# PROP Target_Dir ""

+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c

+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c

+# ADD BASE RSC /l 0x409 /d "NDEBUG"

+# ADD RSC /l 0x409 /d "NDEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LINK32=link.exe

+# ADD BASE LINK32 cares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"dll-release/acountry.exe" /libpath:"..\cares\dll-release" /fixed:no

+# ADD LINK32 cares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"dll-release/acountry.exe" /libpath:"..\cares\dll-release" /fixed:no

+

+!ELSEIF  "$(CFG)" == "acountry - Win32 using cares LIB Debug"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 1

+# PROP BASE Output_Dir "lib-debug"

+# PROP BASE Intermediate_Dir "lib-debug/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 1

+# PROP Output_Dir "lib-debug"

+# PROP Intermediate_Dir "lib-debug/obj"

+# PROP Ignore_Export_Lib 0

+# PROP Target_Dir ""

+# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /GZ /c

+# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /GZ /c

+# ADD BASE RSC /l 0x409 /d "_DEBUG"

+# ADD RSC /l 0x409 /d "_DEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LINK32=link.exe

+# ADD BASE LINK32 libcaresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"lib-debug/acountry.exe" /pdbtype:con /libpath:"..\cares\lib-debug" /fixed:no

+# ADD LINK32 libcaresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"lib-debug/acountry.exe" /pdbtype:con /libpath:"..\cares\lib-debug" /fixed:no

+

+!ELSEIF  "$(CFG)" == "acountry - Win32 using cares LIB Release"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 0

+# PROP BASE Output_Dir "lib-release"

+# PROP BASE Intermediate_Dir "lib-release/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 0

+# PROP Output_Dir "lib-release"

+# PROP Intermediate_Dir "lib-release/obj"

+# PROP Ignore_Export_Lib 0

+# PROP Target_Dir ""

+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /c

+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /c

+# ADD BASE RSC /l 0x409 /d "NDEBUG"

+# ADD RSC /l 0x409 /d "NDEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LINK32=link.exe

+# ADD BASE LINK32 libcares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"lib-release/acountry.exe" /libpath:"..\cares\lib-release" /fixed:no

+# ADD LINK32 libcares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"lib-release/acountry.exe" /libpath:"..\cares\lib-release" /fixed:no

+

+!ENDIF 

+

+# Begin Target

+

+# Name "acountry - Win32 using cares DLL Debug"

+# Name "acountry - Win32 using cares DLL Release"

+# Name "acountry - Win32 using cares LIB Debug"

+# Name "acountry - Win32 using cares LIB Release"

+# Begin Group "Source Files"

+

+# PROP Default_Filter ""

+# Begin Source File

+

+SOURCE=..\..\acountry.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_getopt.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_strcasecmp.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\inet_net_pton.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\inet_ntop.c

+# End Source File

+# End Group

+# Begin Group "Header Files"

+

+# PROP Default_Filter ""

+# Begin Source File

+

+SOURCE=..\..\ares_getopt.h

+# End Source File

+# End Group

+# End Target

+# End Project

blob - /dev/null
blob + 913d5d9fe08cebbcf7fd4e79202cb7d4482e7021 (mode 644)
--- /dev/null
+++ src/c-ares/vc/adig/vc6adig.dsp
@@ -0,0 +1,170 @@
+# Microsoft Developer Studio Project File - Name="adig" - Package Owner=<4>

+# Microsoft Developer Studio Generated Build File, Format Version 6.00

+# ** DO NOT EDIT **

+

+# TARGTYPE "Win32 (x86) Console Application" 0x0103

+

+CFG=adig - Win32 using cares LIB Debug

+!MESSAGE This is not a valid makefile. To build this project using NMAKE,

+!MESSAGE use the Export Makefile command and run

+!MESSAGE 

+!MESSAGE NMAKE /f "vc6adig.mak".

+!MESSAGE 

+!MESSAGE You can specify a configuration when running NMAKE

+!MESSAGE by defining the macro CFG on the command line. For example:

+!MESSAGE 

+!MESSAGE NMAKE /f "vc6adig.mak" CFG="adig - Win32 using cares LIB Debug"

+!MESSAGE 

+!MESSAGE Possible choices for configuration are:

+!MESSAGE 

+!MESSAGE "adig - Win32 using cares DLL Debug" (based on "Win32 (x86) Console Application")

+!MESSAGE "adig - Win32 using cares DLL Release" (based on "Win32 (x86) Console Application")

+!MESSAGE "adig - Win32 using cares LIB Debug" (based on "Win32 (x86) Console Application")

+!MESSAGE "adig - Win32 using cares LIB Release" (based on "Win32 (x86) Console Application")

+!MESSAGE 

+

+# Begin Project

+# PROP AllowPerConfigDependencies 0

+# PROP Scc_ProjName ""

+# PROP Scc_LocalPath ""

+CPP=cl.exe

+RSC=rc.exe

+

+!IF  "$(CFG)" == "adig - Win32 using cares DLL Debug"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 1

+# PROP BASE Output_Dir "dll-debug"

+# PROP BASE Intermediate_Dir "dll-debug/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 1

+# PROP Output_Dir "dll-debug"

+# PROP Intermediate_Dir "dll-debug/obj"

+# PROP Ignore_Export_Lib 0

+# PROP Target_Dir ""

+# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /FD /GZ /c

+# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /FD /GZ /c

+# ADD BASE RSC /l 0x409 /d "_DEBUG"

+# ADD RSC /l 0x409 /d "_DEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LINK32=link.exe

+# ADD BASE LINK32 caresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"dll-debug/adig.exe" /pdbtype:con /libpath:"..\cares\dll-debug" /fixed:no

+# ADD LINK32 caresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"dll-debug/adig.exe" /pdbtype:con /libpath:"..\cares\dll-debug" /fixed:no

+

+!ELSEIF  "$(CFG)" == "adig - Win32 using cares DLL Release"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 0

+# PROP BASE Output_Dir "dll-release"

+# PROP BASE Intermediate_Dir "dll-release/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 0

+# PROP Output_Dir "dll-release"

+# PROP Intermediate_Dir "dll-release/obj"

+# PROP Ignore_Export_Lib 0

+# PROP Target_Dir ""

+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c

+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c

+# ADD BASE RSC /l 0x409 /d "NDEBUG"

+# ADD RSC /l 0x409 /d "NDEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LINK32=link.exe

+# ADD BASE LINK32 cares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"dll-release/adig.exe" /libpath:"..\cares\dll-release" /fixed:no

+# ADD LINK32 cares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"dll-release/adig.exe" /libpath:"..\cares\dll-release" /fixed:no

+

+!ELSEIF  "$(CFG)" == "adig - Win32 using cares LIB Debug"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 1

+# PROP BASE Output_Dir "lib-debug"

+# PROP BASE Intermediate_Dir "lib-debug/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 1

+# PROP Output_Dir "lib-debug"

+# PROP Intermediate_Dir "lib-debug/obj"

+# PROP Ignore_Export_Lib 0

+# PROP Target_Dir ""

+# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /GZ /c

+# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /GZ /c

+# ADD BASE RSC /l 0x409 /d "_DEBUG"

+# ADD RSC /l 0x409 /d "_DEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LINK32=link.exe

+# ADD BASE LINK32 libcaresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"lib-debug/adig.exe" /pdbtype:con /libpath:"..\cares\lib-debug" /fixed:no

+# ADD LINK32 libcaresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"lib-debug/adig.exe" /pdbtype:con /libpath:"..\cares\lib-debug" /fixed:no

+

+!ELSEIF  "$(CFG)" == "adig - Win32 using cares LIB Release"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 0

+# PROP BASE Output_Dir "lib-release"

+# PROP BASE Intermediate_Dir "lib-release/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 0

+# PROP Output_Dir "lib-release"

+# PROP Intermediate_Dir "lib-release/obj"

+# PROP Ignore_Export_Lib 0

+# PROP Target_Dir ""

+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /c

+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /c

+# ADD BASE RSC /l 0x409 /d "NDEBUG"

+# ADD RSC /l 0x409 /d "NDEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LINK32=link.exe

+# ADD BASE LINK32 libcares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"lib-release/adig.exe" /libpath:"..\cares\lib-release" /fixed:no

+# ADD LINK32 libcares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"lib-release/adig.exe" /libpath:"..\cares\lib-release" /fixed:no

+

+!ENDIF 

+

+# Begin Target

+

+# Name "adig - Win32 using cares DLL Debug"

+# Name "adig - Win32 using cares DLL Release"

+# Name "adig - Win32 using cares LIB Debug"

+# Name "adig - Win32 using cares LIB Release"

+# Begin Group "Source Files"

+

+# PROP Default_Filter ""

+# Begin Source File

+

+SOURCE=..\..\adig.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_getopt.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_strcasecmp.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\inet_net_pton.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\inet_ntop.c

+# End Source File

+# End Group

+# Begin Group "Header Files"

+

+# PROP Default_Filter ""

+# Begin Source File

+

+SOURCE=..\..\ares_getopt.h

+# End Source File

+# End Group

+# End Target

+# End Project

blob - /dev/null
blob + 64d37284997d8faa6d1a7920572065080d82de99 (mode 644)
--- /dev/null
+++ src/c-ares/vc/ahost/vc6ahost.dsp
@@ -0,0 +1,170 @@
+# Microsoft Developer Studio Project File - Name="ahost" - Package Owner=<4>

+# Microsoft Developer Studio Generated Build File, Format Version 6.00

+# ** DO NOT EDIT **

+

+# TARGTYPE "Win32 (x86) Console Application" 0x0103

+

+CFG=ahost - Win32 using cares LIB Debug

+!MESSAGE This is not a valid makefile. To build this project using NMAKE,

+!MESSAGE use the Export Makefile command and run

+!MESSAGE 

+!MESSAGE NMAKE /f "vc6ahost.mak".

+!MESSAGE 

+!MESSAGE You can specify a configuration when running NMAKE

+!MESSAGE by defining the macro CFG on the command line. For example:

+!MESSAGE 

+!MESSAGE NMAKE /f "vc6ahost.mak" CFG="ahost - Win32 using cares LIB Debug"

+!MESSAGE 

+!MESSAGE Possible choices for configuration are:

+!MESSAGE 

+!MESSAGE "ahost - Win32 using cares DLL Debug" (based on "Win32 (x86) Console Application")

+!MESSAGE "ahost - Win32 using cares DLL Release" (based on "Win32 (x86) Console Application")

+!MESSAGE "ahost - Win32 using cares LIB Debug" (based on "Win32 (x86) Console Application")

+!MESSAGE "ahost - Win32 using cares LIB Release" (based on "Win32 (x86) Console Application")

+!MESSAGE 

+

+# Begin Project

+# PROP AllowPerConfigDependencies 0

+# PROP Scc_ProjName ""

+# PROP Scc_LocalPath ""

+CPP=cl.exe

+RSC=rc.exe

+

+!IF  "$(CFG)" == "ahost - Win32 using cares DLL Debug"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 1

+# PROP BASE Output_Dir "dll-debug"

+# PROP BASE Intermediate_Dir "dll-debug/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 1

+# PROP Output_Dir "dll-debug"

+# PROP Intermediate_Dir "dll-debug/obj"

+# PROP Ignore_Export_Lib 0

+# PROP Target_Dir ""

+# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /FD /GZ /c

+# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /FD /GZ /c

+# ADD BASE RSC /l 0x409 /d "_DEBUG"

+# ADD RSC /l 0x409 /d "_DEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LINK32=link.exe

+# ADD BASE LINK32 caresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"dll-debug/ahost.exe" /pdbtype:con /libpath:"..\cares\dll-debug" /fixed:no

+# ADD LINK32 caresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"dll-debug/ahost.exe" /pdbtype:con /libpath:"..\cares\dll-debug" /fixed:no

+

+!ELSEIF  "$(CFG)" == "ahost - Win32 using cares DLL Release"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 0

+# PROP BASE Output_Dir "dll-release"

+# PROP BASE Intermediate_Dir "dll-release/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 0

+# PROP Output_Dir "dll-release"

+# PROP Intermediate_Dir "dll-release/obj"

+# PROP Ignore_Export_Lib 0

+# PROP Target_Dir ""

+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c

+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c

+# ADD BASE RSC /l 0x409 /d "NDEBUG"

+# ADD RSC /l 0x409 /d "NDEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LINK32=link.exe

+# ADD BASE LINK32 cares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"dll-release/ahost.exe" /libpath:"..\cares\dll-release" /fixed:no

+# ADD LINK32 cares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"dll-release/ahost.exe" /libpath:"..\cares\dll-release" /fixed:no

+

+!ELSEIF  "$(CFG)" == "ahost - Win32 using cares LIB Debug"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 1

+# PROP BASE Output_Dir "lib-debug"

+# PROP BASE Intermediate_Dir "lib-debug/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 1

+# PROP Output_Dir "lib-debug"

+# PROP Intermediate_Dir "lib-debug/obj"

+# PROP Ignore_Export_Lib 0

+# PROP Target_Dir ""

+# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /GZ /c

+# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /GZ /c

+# ADD BASE RSC /l 0x409 /d "_DEBUG"

+# ADD RSC /l 0x409 /d "_DEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LINK32=link.exe

+# ADD BASE LINK32 libcaresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"lib-debug/ahost.exe" /pdbtype:con /libpath:"..\cares\lib-debug" /fixed:no

+# ADD LINK32 libcaresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"lib-debug/ahost.exe" /pdbtype:con /libpath:"..\cares\lib-debug" /fixed:no

+

+!ELSEIF  "$(CFG)" == "ahost - Win32 using cares LIB Release"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 0

+# PROP BASE Output_Dir "lib-release"

+# PROP BASE Intermediate_Dir "lib-release/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 0

+# PROP Output_Dir "lib-release"

+# PROP Intermediate_Dir "lib-release/obj"

+# PROP Ignore_Export_Lib 0

+# PROP Target_Dir ""

+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /c

+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /c

+# ADD BASE RSC /l 0x409 /d "NDEBUG"

+# ADD RSC /l 0x409 /d "NDEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LINK32=link.exe

+# ADD BASE LINK32 libcares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"lib-release/ahost.exe" /libpath:"..\cares\lib-release" /fixed:no

+# ADD LINK32 libcares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"lib-release/ahost.exe" /libpath:"..\cares\lib-release" /fixed:no

+

+!ENDIF 

+

+# Begin Target

+

+# Name "ahost - Win32 using cares DLL Debug"

+# Name "ahost - Win32 using cares DLL Release"

+# Name "ahost - Win32 using cares LIB Debug"

+# Name "ahost - Win32 using cares LIB Release"

+# Begin Group "Source Files"

+

+# PROP Default_Filter ""

+# Begin Source File

+

+SOURCE=..\..\ahost.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_getopt.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_strcasecmp.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\inet_net_pton.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\inet_ntop.c

+# End Source File

+# End Group

+# Begin Group "Header Files"

+

+# PROP Default_Filter ""

+# Begin Source File

+

+SOURCE=..\..\ares_getopt.h

+# End Source File

+# End Group

+# End Target

+# End Project

blob - /dev/null
blob + e930cc299a3ab5d2823159b8dd62ca91fb009301 (mode 644)
--- /dev/null
+++ src/c-ares/vc/cares/vc6cares.dsp
@@ -0,0 +1,397 @@
+# Microsoft Developer Studio Project File - Name="cares" - Package Owner=<4>

+# Microsoft Developer Studio Generated Build File, Format Version 6.00

+# ** DO NOT EDIT **

+

+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102

+# TARGTYPE "Win32 (x86) Static Library" 0x0104

+

+CFG=cares - Win32 LIB Debug

+!MESSAGE This is not a valid makefile. To build this project using NMAKE,

+!MESSAGE use the Export Makefile command and run

+!MESSAGE 

+!MESSAGE NMAKE /f "vc6cares.mak".

+!MESSAGE 

+!MESSAGE You can specify a configuration when running NMAKE

+!MESSAGE by defining the macro CFG on the command line. For example:

+!MESSAGE 

+!MESSAGE NMAKE /f "vc6cares.mak" CFG="cares - Win32 LIB Debug"

+!MESSAGE 

+!MESSAGE Possible choices for configuration are:

+!MESSAGE 

+!MESSAGE "cares - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library")

+!MESSAGE "cares - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library")

+!MESSAGE "cares - Win32 LIB Debug" (based on "Win32 (x86) Static Library")

+!MESSAGE "cares - Win32 LIB Release" (based on "Win32 (x86) Static Library")

+!MESSAGE 

+

+# Begin Project

+# PROP AllowPerConfigDependencies 0

+# PROP Scc_ProjName ""

+# PROP Scc_LocalPath ""

+

+!IF  "$(CFG)" == "cares - Win32 DLL Debug"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 1

+# PROP BASE Output_Dir "dll-debug"

+# PROP BASE Intermediate_Dir "dll-debug/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 1

+# PROP Output_Dir "dll-debug"

+# PROP Intermediate_Dir "dll-debug/obj"

+# PROP Ignore_Export_Lib 0

+# PROP Target_Dir ""

+CPP=cl.exe

+# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "DEBUGBUILD" /D "CARES_BUILDING_LIBRARY" /FD /GZ /c

+# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "DEBUGBUILD" /D "CARES_BUILDING_LIBRARY" /FD /GZ /c

+MTL=midl.exe

+# ADD BASE MTL /nologo /D "_DEBUG" /win32

+# ADD MTL /nologo /D "_DEBUG" /win32

+RSC=rc.exe

+# ADD BASE RSC /l 0x409 /d "_DEBUG"

+# ADD RSC /l 0x409 /d "_DEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LINK32=link.exe

+# ADD BASE LINK32 ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"dll-debug/caresd.dll" /implib:"dll-debug/caresd.lib" /pdbtype:con /fixed:no

+# ADD LINK32 ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"dll-debug/caresd.dll" /implib:"dll-debug/caresd.lib" /pdbtype:con /fixed:no

+

+!ELSEIF  "$(CFG)" == "cares - Win32 DLL Release"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 0

+# PROP BASE Output_Dir "dll-release"

+# PROP BASE Intermediate_Dir "dll-release/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 0

+# PROP Output_Dir "dll-release"

+# PROP Intermediate_Dir "dll-release/obj"

+# PROP Ignore_Export_Lib 0

+# PROP Target_Dir ""

+CPP=cl.exe

+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "CARES_BUILDING_LIBRARY" /FD /c

+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "CARES_BUILDING_LIBRARY" /FD /c

+MTL=midl.exe

+# ADD BASE MTL /nologo /D "NDEBUG" /win32

+# ADD MTL /nologo /D "NDEBUG" /win32

+RSC=rc.exe

+# ADD BASE RSC /l 0x409 /d "NDEBUG"

+# ADD RSC /l 0x409 /d "NDEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LINK32=link.exe

+# ADD BASE LINK32 ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /pdb:none /machine:I386 /out:"dll-release/cares.dll" /implib:"dll-release/cares.lib" /fixed:no /release /incremental:no

+# ADD LINK32 ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /pdb:none /machine:I386 /out:"dll-release/cares.dll" /implib:"dll-release/cares.lib" /fixed:no /release /incremental:no

+

+!ELSEIF  "$(CFG)" == "cares - Win32 LIB Debug"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 1

+# PROP BASE Output_Dir "lib-debug"

+# PROP BASE Intermediate_Dir "lib-debug/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 1

+# PROP Output_Dir "lib-debug"

+# PROP Intermediate_Dir "lib-debug/obj"

+# PROP Target_Dir ""

+CPP=cl.exe

+# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "DEBUGBUILD" /D "CARES_BUILDING_LIBRARY" /D "CARES_STATICLIB" /FD /GZ /c

+# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "DEBUGBUILD" /D "CARES_BUILDING_LIBRARY" /D "CARES_STATICLIB" /FD /GZ /c

+RSC=rc.exe

+# ADD BASE RSC /l 0x409 /d "_DEBUG"

+# ADD RSC /l 0x409 /d "_DEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LIB32=link.exe -lib

+# ADD BASE LIB32 /nologo /out:"lib-debug/libcaresd.lib" /machine:I386

+# ADD LIB32 /nologo /out:"lib-debug/libcaresd.lib" /machine:I386

+

+!ELSEIF  "$(CFG)" == "cares - Win32 LIB Release"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 0

+# PROP BASE Output_Dir "lib-release"

+# PROP BASE Intermediate_Dir "lib-release/obj"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 0

+# PROP Output_Dir "lib-release"

+# PROP Intermediate_Dir "lib-release/obj"

+# PROP Target_Dir ""

+CPP=cl.exe

+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "CARES_BUILDING_LIBRARY" /D "CARES_STATICLIB" /FD /c

+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "CARES_BUILDING_LIBRARY" /D "CARES_STATICLIB" /FD /c

+RSC=rc.exe

+# ADD BASE RSC /l 0x409 /d "NDEBUG"

+# ADD RSC /l 0x409 /d "NDEBUG"

+BSC32=bscmake.exe

+# ADD BASE BSC32 /nologo

+# ADD BSC32 /nologo

+LIB32=link.exe -lib

+# ADD BASE LIB32 /nologo /out:"lib-release/libcares.lib" /machine:I386

+# ADD LIB32 /nologo /out:"lib-release/libcares.lib" /machine:I386

+

+!ENDIF 

+

+# Begin Target

+

+# Name "cares - Win32 DLL Debug"

+# Name "cares - Win32 DLL Release"

+# Name "cares - Win32 LIB Debug"

+# Name "cares - Win32 LIB Release"

+# Begin Group "Source Files"

+

+# PROP Default_Filter ""

+# Begin Source File

+

+SOURCE=..\..\ares__close_sockets.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares__get_hostent.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares__read_line.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares__timeval.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_cancel.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_data.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_destroy.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_expand_name.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_expand_string.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_fds.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_free_hostent.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_free_string.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_gethostbyaddr.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_gethostbyname.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_getsock.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_init.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_library_init.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_llist.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_mkquery.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_nowarn.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_options.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_parse_a_reply.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_parse_aaaa_reply.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_parse_mx_reply.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_parse_ns_reply.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_parse_ptr_reply.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_parse_srv_reply.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_parse_txt_reply.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_process.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_query.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_search.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_send.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_strcasecmp.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_strerror.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_timeout.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_version.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_writev.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\bitncmp.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\inet_net_pton.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\inet_ntop.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\windows_port.c

+# End Source File

+# End Group

+# Begin Group "Header Files"

+

+# PROP Default_Filter ""

+# Begin Source File

+

+SOURCE=..\..\ares.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_build.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_data.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_dns.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_ipv6.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_library_init.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_llist.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_nowarn.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_private.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_rules.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_strcasecmp.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_version.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\ares_writev.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\bitncmp.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\inet_net_pton.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\inet_ntop.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\nameser.h

+# End Source File

+# End Group

+# Begin Group "Resource Files"

+

+# PROP Default_Filter ""

+# Begin Source File

+

+SOURCE=..\..\cares.rc

+# End Source File

+# End Group

+# End Target

+# End Project

blob - /dev/null
blob + 5bad37570d5e8f80465e9ac4e1626f18375df7ed (mode 644)
--- /dev/null
+++ src/c-ares/vc/cares/vc6cares.dsw
@@ -0,0 +1,29 @@
+Microsoft Developer Studio Workspace File, Format Version 6.00

+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!

+

+###############################################################################

+

+Project: "cares"=".\vc6cares.dsp" - Package Owner=<4>

+

+Package=<5>

+{{{

+}}}

+

+Package=<4>

+{{{

+}}}

+

+###############################################################################

+

+Global:

+

+Package=<5>

+{{{

+}}}

+

+Package=<3>

+{{{

+}}}

+

+###############################################################################

+

blob - /dev/null
blob + 9543a5a452188a5ba6c7d3602406bbb999935896 (mode 644)
--- /dev/null
+++ src/c-ares/vc/vc6aws.dsw
@@ -0,0 +1,74 @@
+Microsoft Developer Studio Workspace File, Format Version 6.00

+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!

+

+###############################################################################

+

+Project: "cares"=".\cares\vc6cares.dsp" - Package Owner=<4>

+

+Package=<5>

+{{{

+}}}

+

+Package=<4>

+{{{

+}}}

+

+###############################################################################

+

+Project: "acountry"=".\acountry\vc6acountry.dsp" - Package Owner=<4>

+

+Package=<5>

+{{{

+}}}

+

+Package=<4>

+{{{

+    Begin Project Dependency

+    Project_Dep_Name cares

+    End Project Dependency

+}}}

+

+###############################################################################

+

+Project: "adig"=".\adig\vc6adig.dsp" - Package Owner=<4>

+

+Package=<5>

+{{{

+}}}

+

+Package=<4>

+{{{

+    Begin Project Dependency

+    Project_Dep_Name cares

+    End Project Dependency

+}}}

+

+###############################################################################

+

+Project: "ahost"=".\ahost\vc6ahost.dsp" - Package Owner=<4>

+

+Package=<5>

+{{{

+}}}

+

+Package=<4>

+{{{

+    Begin Project Dependency

+    Project_Dep_Name cares

+    End Project Dependency

+}}}

+

+###############################################################################

+

+Global:

+

+Package=<5>

+{{{

+}}}

+

+Package=<3>

+{{{

+}}}

+

+###############################################################################

+

blob - /dev/null
blob + 03acd1c1e2b701af6bb0a118f7785a8a39fd7356 (mode 644)
--- /dev/null
+++ src/c-ares/windows_port.c
@@ -0,0 +1,22 @@
+#include "ares_setup.h"
+
+
+/* only do the following on windows
+ */
+#if (defined(WIN32) || defined(WATT32)) && !defined(MSDOS)
+
+#ifdef __WATCOMC__
+/*
+ * Watcom needs a DllMain() in order to initialise the clib startup code.
+ */
+BOOL
+WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved)
+{
+  (void) hnd;
+  (void) reason;
+  (void) reserved;
+  return (TRUE);
+}
+#endif
+
+#endif /* WIN32 builds only */
blob - /dev/null
blob + eef7b06828f08a3cbcc6eaf994a42a42fa182337 (mode 644)
--- /dev/null
+++ src/match.c
@@ -0,0 +1,443 @@
+/*
+ * This code was useful also for psybnc.c, so why should we change it
+ */
+/* ===================================================================
+ * match.c -- wildcard matching functions
+ *   (rename to reg.c for ircII)
+ *
+ * Once this code was working, I added support for % so that I could use
+ *  the same code both in Eggdrop and in my IrcII client.  Pleased
+ *  with this, I added the option of a fourth wildcard, ~, which
+ *  matches varying amounts of whitespace (at LEAST one space, though,
+ *  for sanity reasons).
+ * This code would not have been possible without the prior work and
+ *  suggestions of various sourced.  Special thanks to Robey for
+ *  all his time/help tracking down bugs and his ever-helpful advice.
+ *
+ * 04/09:  Fixed the "*\*" against "*a" bug (caused an endless loop)
+ *
+ *   Chris Fuller  (aka Fred1@IRC & Fwitz@IRC)
+ *     crf@cfox.bchs.uh.edu
+ *
+ * I hereby release this code into the public domain
+ *
+ * =================================================================== */
+#include <string.h>
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#ifdef STDC_HEADERS
+#define PROTO2(a1,b1,a2,b2) (a1 b1, a2 b2)
+#else
+#define PROTO2(a1,b1,a2,b2) (b1, b2) a1 b1; a2 b2;
+#endif
+
+/* Remove the next line to use this in IrcII */
+#define EGGDROP
+
+
+/* ===================================================================
+ * Best to leave stuff after this point alone, but go on and change
+ * it if you're adventurous...
+ * =================================================================== */
+
+/* The quoting character -- what overrides wildcards (do not undef)    */
+#define QUOTE '\\'
+
+/* The "matches ANYTHING" wildcard (do not undef)                      */
+#define WILDS '*'
+
+/* The "matches ANY NUMBER OF NON-SPACE CHARS" wildcard (do not undef) */
+#define WILDP '%'
+
+/* The "matches EXACTLY ONE CHARACTER" wildcard (do not undef)         */
+#define WILDQ '?'
+
+/* The "matches AT LEAST ONE SPACE" wildcard (undef me to disable!)    */
+#define WILDT '~'
+
+
+/* This makes sure WILDT doesn't get used in in the IrcII version of
+ * this code.  If ya wanna live dangerously, you can remove these 3
+ * lines, but WARNING: IT WOULD MAKE THIS CODE INCOMPATIBLE WITH THE
+ * CURRENT reg.c OF IrcII!!!  Support for ~ is NOT is the reg.c of
+ * IrcII, and adding it may cause compatibility problems, especially
+ * in scripts.  If you don't think you have to worry about that, go
+ * for it!
+ */
+#ifndef EGGDROP
+#undef WILDT
+#endif
+
+
+
+/* ===================================================================
+ * If you edit below this line and it stops working, don't even THINK
+ * about whining to *ME* about it!
+ * =================================================================== */
+
+#undef tolower
+#define tolower(c) tolowertab[c]
+static unsigned char tolowertab[] =
+{
+   0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
+   0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F,
+   0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
+   0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F,
+   0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27,
+   0x28, 0x29, 0x2A, 0x2B, 0x2C, 0x2D, 0x2E, 0x2F,
+   0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
+   0x38, 0x39, 0x3A, 0x3B, 0x3C, 0x3D, 0x3E, 0x3F,
+   0x40, 'a', 'b', 'c', 'd', 'e', 'f', 'g',
+   'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o',
+   'p', 'q', 'r', 's', 't', 'u', 'v', 'w',
+   'x', 'y', 'z', 0x5B, 0x5C, 0x5D, 0x5E, 0x5F,
+   0x60, 'a', 'b', 'c', 'd', 'e', 'f', 'g',
+   'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o',
+   'p', 'q', 'r', 's', 't', 'u', 'v', 'w',
+   'x', 'y', 'z', 0x7B, 0x7C, 0x7D, 0x7E, 0x7F,
+   0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87,
+   0x88, 0x89, 0x8A, 0x8B, 0x8C, 0x8D, 0x8E, 0x8F,
+   0x90, 0x91, 0x92, 0x93, 0x94, 0x95, 0x96, 0x97,
+   0x98, 0x99, 0x9A, 0x9B, 0x9C, 0x9D, 0x9E, 0x9F,
+   0xA0, 0xA1, 0xA2, 0xA3, 0xA4, 0xA5, 0xA6, 0xA7,
+   0xA8, 0xA9, 0xAA, 0xAB, 0xAC, 0xAD, 0xAE, 0xAF,
+   0xB0, 0xB1, 0xB2, 0xB3, 0xB4, 0xB5, 0xB6, 0xB7,
+   0xB8, 0xB9, 0xBA, 0xBB, 0xBC, 0xBD, 0xBE, 0xBF,
+   0xC0, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7,
+   0xC8, 0xC9, 0xCA, 0xCB, 0xCC, 0xCD, 0xCE, 0xCF,
+   0xD0, 0xD1, 0xD2, 0xD3, 0xD4, 0xD5, 0xD6, 0xD7,
+   0xD8, 0xD9, 0xDA, 0xDB, 0xDC, 0xDD, 0xDE, 0xDF,
+   0xE0, 0xE1, 0xE2, 0xE3, 0xE4, 0xE5, 0xE6, 0xE7,
+   0xE8, 0xE9, 0xEA, 0xEB, 0xEC, 0xED, 0xEE, 0xEF,
+   0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7,
+   0xF8, 0xF9, 0xFA, 0xFB, 0xFC, 0xFD, 0xFE, 0xFF
+};
+
+
+
+
+/* Changing these is probably counter-productive :) */
+#define MATCH (match+saved+sofar)
+#define NOMATCH 0
+
+/*========================================================================*
+ * EGGDROP:   wild_match_per(char *m, char *n)                            *
+ * IrcII:     wild_match(char *m, char *n)                                *
+ *                                                                        *
+ * Features:  Forward, case-insensitive, ?, *, %, ~(optional)             *
+ * Best use:  Generic string matching, such as in IrcII-esque bindings    *
+ *========================================================================*/
+#ifdef EGGDROP
+int wild_match_per PROTO2(register unsigned char *, m, register unsigned char *, n)
+#else
+int wild_match(register unsigned char *m, register unsigned char *n)
+#endif
+{
+   unsigned char *ma = m, *lsm = 0, *lsn = 0, *lpm = 0, *lpn = 0;
+   int match = 1, saved = 0;
+   register unsigned int sofar = 0;
+#ifdef WILDT
+   int space;
+#endif
+
+   /* take care of null strings (should never match) */
+   if ((m == 0) || (n == 0) || (!*n))
+      return NOMATCH;
+   /* (!*m) test used to be here, too, but I got rid of it.  After all,
+      If (!*n) was false, there must be a character in the name (the
+      second string), so if the mask is empty it is a non-match.  Since
+      the algorithm handles this correctly without testing for it here
+      and this shouldn't be called with null masks anyway, it should be
+      a bit faster this way */
+
+   while (*n) {
+      /* Used to test for (!*m) here, but this scheme seems to work better */
+#ifdef WILDT
+      if (*m == WILDT) {	/* Match >=1 space       */
+	 space = 0;		/* Don't need any spaces */
+	 do {
+	    m++;
+	    space++;
+	 }			/* Tally 1 more space ... */
+	 while ((*m == WILDT) || (*m == ' '));	/*  for each space or ~  */
+	 sofar += space;	/* Each counts as exact  */
+	 while (*n == ' ') {
+	    n++;
+	    space--;
+	 }			/* Do we have enough?    */
+	 if (space <= 0)
+	    continue;		/* Had enough spaces!    */
+      }
+      /* Do the fallback       */ 
+      else {
+#endif
+	 switch (*m) {
+	 case 0:
+	    do
+	       m--;		/* Search backwards      */
+	    while ((m > ma) && (*m == '?'));	/* For first non-? char  */
+	    if ((m > ma) ? ((*m == '*') && (m[-1] != QUOTE)) : (*m == '*'))
+	       return MATCH;	/* nonquoted * = match   */
+	    break;
+	 case WILDP:
+	    while (*(++m) == WILDP);	/* Zap redundant %s      */
+	    if (*m != WILDS) {	/* Don't both if next=*  */
+	       if (*n != ' ') {	/* WILDS can't match ' ' */
+		  lpm = m;
+		  lpn = n;	/* Save % fallback spot  */
+		  saved += sofar;
+		  sofar = 0;	/* And save tally count  */
+	       }
+	       continue;	/* Done with %           */
+	    }
+	    /* FALL THROUGH */
+	 case WILDS:
+	    do
+	       m++;		/* Zap redundant wilds   */
+	    while ((*m == WILDS) || (*m == WILDP));
+	    lsm = m;
+	    lsn = n;
+	    lpm = 0;		/* Save * fallback spot  */
+	    match += (saved + sofar);	/* Save tally count      */
+	    saved = sofar = 0;
+	    continue;		/* Done with *           */
+	 case WILDQ:
+	    m++;
+	    n++;
+	    continue;		/* Match one char        */
+	 case QUOTE:
+	    m++;		/* Handle quoting        */
+	 }
+
+	 if (tolower(*m) == tolower(*n)) {	/* If matching           */
+	    m++;
+	    n++;
+	    sofar++;
+	    continue;		/* Tally the match       */
+	 }
+#ifdef WILDT
+      }
+#endif
+      if (lpm) {		/* Try to fallback on %  */
+	 n = ++lpn;
+	 m = lpm;
+	 sofar = 0;		/* Restore position      */
+	 if ((*n | 32) == 32)
+	    lpm = 0;		/* Can't match 0 or ' '  */
+	 continue;		/* Next char, please     */
+      }
+      if (lsm) {		/* Try to fallback on *  */
+	 n = ++lsn;
+	 m = lsm;		/* Restore position      */
+	 /* Used to test for (!*n) here but it wasn't necessary so it's gone */
+	 saved = sofar = 0;
+	 continue;		/* Next char, please     */
+      }
+      return NOMATCH;		/* No fallbacks=No match */
+   }
+   while ((*m == WILDS) || (*m == WILDP))
+      m++;			/* Zap leftover %s & *s  */
+   return (*m) ? NOMATCH : MATCH;	/* End of both = match   */
+}
+
+
+
+
+#ifndef EGGDROP
+
+/* For IrcII compatibility */
+
+int _wild_match(ma, na)
+register unsigned char *ma, *na;
+{
+   return wild_match(ma, na) - 1;	/* Don't think IrcII's code actually    */
+}				/* uses this directly, but just in case */
+
+int match(ma, na)
+register unsigned char *ma, *na;
+{
+   return wild_match(ma, na) ? 1 : 0;	/* Returns 1 for match, 0 for non-match */
+}
+
+
+
+#else
+
+/*======================================================================*
+ * Remaining code is not used by IrcII                                  *
+ *======================================================================*/
+
+
+/*
+   For this matcher, sofar's high bit is used as a flag of whether or
+   not we are quoting.  The other matchers don't need this because
+   when you're going forward, you just skip over the quote char.
+ */
+#define UNQUOTED (0x7FFF)
+#define QUOTED   (0x8000)
+
+#undef MATCH
+#define MATCH ((match+sofar)&UNQUOTED)
+
+
+/*=======================================================================*
+ * EGGDROP:   wild_match(char *ma, char *na)                             *
+ * IrcII:     NOT USED                                                   *
+ *                                                                       *
+ * Features:  Backwards, case-insensitive, ?, *                          *
+ * Best use:  Matching of hostmasks (since they are likely to begin with *
+ *             a * rather than end with one).                            *
+ *=======================================================================*/
+
+
+int wild_match PROTO2(register unsigned char *, em, register unsigned char *, en)
+{
+   unsigned char om[strlen(em)+2], on[strlen(en)+2];
+   unsigned char *m,*n;
+   unsigned char *ma, *na, *lsm = 0, *lsn = 0;
+   int match = 1;
+   register int sofar = 0;
+   om[0]=0;
+   on[0]=0;
+   m=om;
+   m++;
+   n=on;
+   n++;
+   ma=m;
+   na=n;
+   strcpy(m,em);
+   strcpy(n,en);
+   /* take care of null strings (should never match) */
+   if ((em == 0) || (en == 0) || (!*ma) || (!*na))
+      return NOMATCH;
+   /* find the end of each string */
+   while (*(++m));
+   m--;
+   while (*(++n));
+   n--;
+
+   while (n >= na) {
+      if ((m <= ma) || (m[-1] != QUOTE)) {	/* Only look if no quote */
+	 switch (*m) {
+	 case WILDS:		/* Matches anything      */
+	    do
+	       m--;		/* Zap redundant wilds   */
+	    while ((m >= ma) && ((*m == WILDS) || (*m == WILDP)));
+	    if ((m >= ma) && (*m == '\\'))
+	       m++;		/* Keep quoted wildcard! */
+	    lsm = m;
+	    lsn = n;
+	    match += sofar;
+	    sofar = 0;		/* Update fallback pos   */
+	    continue;		/* Next char, please     */
+	 case WILDQ:
+	    m--;
+	    n--;
+	    continue;		/* ? always matches      */
+	 }
+	 sofar &= UNQUOTED;	/* Remember not quoted   */
+      } else
+	 sofar |= QUOTED;	/* Remember quoted       */
+      if (tolower(*m) == tolower(*n)) {		/* If matching char      */
+	 m--;
+	 n--;
+	 sofar++;		/* Tally the match       */
+	 if (sofar & QUOTED)
+	    m--;		/* Skip the quote char   */
+	 continue;		/* Next char, please     */
+      }
+      if (lsm) {		/* To to fallback on *   */
+	 n = --lsn;
+	 m = lsm;
+	 if (n < na)
+	    lsm = 0;		/* Rewind to saved pos   */
+	 sofar = 0;
+	 continue;		/* Next char, please     */
+      }
+      return NOMATCH;		/* No fallback=No match  */
+   }
+   while ((m >= ma) && ((*m == WILDS) || (*m == WILDP)))
+      m--;			/* Zap leftover %s & *s  */
+   return (m >= ma) ? NOMATCH : MATCH;	/* Start of both = match */
+}
+
+/*
+   For this matcher, no "saved" is used to track "%" and no special quoting
+   ability is needed, so we just have (match+sofar) as the result.
+ */
+
+#undef MATCH
+#define MATCH (match+sofar)
+
+/*========================================================================*
+ * EGGDROP:   wild_match_file(char *ma, char *na)                         *
+ * IrcII:     NOT USED                                                    *
+ *                                                                        *
+ * Features:  Forward, case-sensitive, ?, *                               *
+ * Best use:  File mask matching, as it is case-sensitive                 *
+ *========================================================================*/
+int wild_match_file PROTO2(register unsigned char *, m, register unsigned char *, n)
+{
+   unsigned char *ma = m, *lsm = 0, *lsn = 0;
+   int match = 1;
+   register unsigned int sofar = 0;
+
+   /* take care of null strings (should never match) */
+   if ((m == 0) || (n == 0) || (!*n))
+      return NOMATCH;
+   /* (!*m) test used to be here, too, but I got rid of it.  After all,
+      If (!*n) was false, there must be a character in the name (the
+      second string), so if the mask is empty it is a non-match.  Since
+      the algorithm handles this correctly without testing for it here
+      and this shouldn't be called with null masks anyway, it should be
+      a bit faster this way */
+
+   while (*n) {
+      /* Used to test for (!*m) here, but this scheme seems to work better */
+      switch (*m) {
+      case 0:
+	 do
+	    m--;		/* Search backwards      */
+	 while ((m > ma) && (*m == '?'));	/* For first non-? char  */
+	 if ((m > ma) ? ((*m == '*') && (m[-1] != QUOTE)) : (*m == '*'))
+	    return MATCH;	/* nonquoted * = match   */
+	 break;
+      case WILDS:
+	 do
+	    m++;
+	 while (*m == WILDS);	/* Zap redundant wilds   */
+	 lsm = m;
+	 lsn = n;		/* Save * fallback spot  */
+	 match += sofar;
+	 sofar = 0;
+	 continue;		/* Save tally count      */
+      case WILDQ:
+	 m++;
+	 n++;
+	 continue;		/* Match one char        */
+      case QUOTE:
+	 m++;			/* Handle quoting        */
+      }
+      if (*m == *n) {		/* If matching           */
+	 m++;
+	 n++;
+	 sofar++;
+	 continue;		/* Tally the match       */
+      }
+      if (lsm) {		/* Try to fallback on *  */
+	 n = ++lsn;
+	 m = lsm;		/* Restore position      */
+	 /* Used to test for (!*n) here but it wasn't necessary so it's gone */
+	 sofar = 0;
+	 continue;		/* Next char, please     */
+      }
+      return NOMATCH;		/* No fallbacks=No match */
+   }
+   while (*m == WILDS)
+      m++;			/* Zap leftover *s       */
+   return (*m) ? NOMATCH : MATCH;	/* End of both = match   */
+}
+
+#endif
blob - /dev/null
blob + b8d1d84c9aef7d19c96047bf219f30207e8b6f86 (mode 644)
--- /dev/null
+++ src/p_blowfish.c
@@ -0,0 +1,643 @@
+/************************************************************************
+ *   psybnc, src/p_blowfish.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ *   blowfish was designed by Bruce Schneier, see his book "Applied Cryptography"
+ *
+ */
+
+#include <stdio.h>
+#include <string.h>
+#include <config.h>
+
+char *strmncpy(char *dest, char *source, size_t len);
+char *lngtxt(int msgnum);
+
+unsigned long *__pmalloc(unsigned long size,char *module,char *function,int line);
+void _pfree(void * pointer,char *module, char *function, int line);
+
+#define pcontext { strmncpy(ctxt,__FILE__,sizeof(ctxt));strmncpy(cfunc,(char*)__FUNCTION__,sizeof(cfunc)); cline=__LINE__; }
+#define pmalloc(n) __pmalloc((n),__FILE__,(char*)__FUNCTION__,__LINE__)
+#define free(n) _pfree(n,__FILE__,(char*)__FUNCTION__,__LINE__)
+
+unsigned char *hashstring(unsigned char *str,int len);
+unsigned char *unhashstring(unsigned char *str);
+extern int wrong;
+
+#define MAXKEYBYTES 56		/* 448 bits */
+#define bf_N             16
+#define noErr            0
+#define DATAERROR         -1
+#define KEYBYTES         8
+
+#define UWORD_32bits  unsigned int
+#define UWORD_16bits  unsigned short
+#define UBYTE_08bits  unsigned char
+
+extern char ctxt[50];
+extern char cfunc[60];
+extern int cline;
+
+
+/* choose a byte order for your hardware */
+/* ABCD - big endian - motorola */
+#ifdef BIGENDIAN
+union aword {
+  UWORD_32bits word;
+  UBYTE_08bits byte [4];
+  struct {
+    unsigned int byte0:8;
+    unsigned int byte1:8;
+    unsigned int byte2:8;
+    unsigned int byte3:8;
+  } w;
+};
+#else	/* ORDER_ABCD */
+union aword {
+  UWORD_32bits word;
+  UBYTE_08bits byte [4];
+  struct {
+    unsigned int byte3:8;
+    unsigned int byte2:8;
+    unsigned int byte1:8;
+    unsigned int byte0:8;
+  } w;
+};
+#endif	/* ORDER_DCBA */
+
+unsigned long F(unsigned long x);
+void Blowfish_encipher(UWORD_32bits *xl, UWORD_32bits *xr);
+void Blowfish_decipher(UWORD_32bits *xl, UWORD_32bits *xr);
+short InitializeBlowfish(unsigned char key[], short keybytes);
+
+/* bf_tab.h: Blowfish P-box and S-box tables */
+
+static UWORD_32bits bf_P[bf_N +2];
+static UWORD_32bits bf_S[4][256];
+
+static UWORD_32bits initbf_P[bf_N + 2] = {
+  0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344,
+  0xa4093822, 0x299f31d0, 0x082efa98, 0xec4e6c89,
+  0x452821e6, 0x38d01377, 0xbe5466cf, 0x34e90c6c,
+  0xc0ac29b7, 0xc97c50dd, 0x3f84d5b5, 0xb5470917,
+  0x9216d5d9, 0x8979fb1b,
+};
+static UWORD_32bits initbf_S[4][256] =
+{
+  {
+    0xd1310ba6, 0x98dfb5ac, 0x2ffd72db, 0xd01adfb7,
+    0xb8e1afed, 0x6a267e96, 0xba7c9045, 0xf12c7f99,
+    0x24a19947, 0xb3916cf7, 0x0801f2e2, 0x858efc16,
+    0x636920d8, 0x71574e69, 0xa458fea3, 0xf4933d7e,
+    0x0d95748f, 0x728eb658, 0x718bcd58, 0x82154aee,
+    0x7b54a41d, 0xc25a59b5, 0x9c30d539, 0x2af26013,
+    0xc5d1b023, 0x286085f0, 0xca417918, 0xb8db38ef,
+    0x8e79dcb0, 0x603a180e, 0x6c9e0e8b, 0xb01e8a3e,
+    0xd71577c1, 0xbd314b27, 0x78af2fda, 0x55605c60,
+    0xe65525f3, 0xaa55ab94, 0x57489862, 0x63e81440,
+    0x55ca396a, 0x2aab10b6, 0xb4cc5c34, 0x1141e8ce,
+    0xa15486af, 0x7c72e993, 0xb3ee1411, 0x636fbc2a,
+    0x2ba9c55d, 0x741831f6, 0xce5c3e16, 0x9b87931e,
+    0xafd6ba33, 0x6c24cf5c, 0x7a325381, 0x28958677,
+    0x3b8f4898, 0x6b4bb9af, 0xc4bfe81b, 0x66282193,
+    0x61d809cc, 0xfb21a991, 0x487cac60, 0x5dec8032,
+    0xef845d5d, 0xe98575b1, 0xdc262302, 0xeb651b88,
+    0x23893e81, 0xd396acc5, 0x0f6d6ff3, 0x83f44239,
+    0x2e0b4482, 0xa4842004, 0x69c8f04a, 0x9e1f9b5e,
+    0x21c66842, 0xf6e96c9a, 0x670c9c61, 0xabd388f0,
+    0x6a51a0d2, 0xd8542f68, 0x960fa728, 0xab5133a3,
+    0x6eef0b6c, 0x137a3be4, 0xba3bf050, 0x7efb2a98,
+    0xa1f1651d, 0x39af0176, 0x66ca593e, 0x82430e88,
+    0x8cee8619, 0x456f9fb4, 0x7d84a5c3, 0x3b8b5ebe,
+    0xe06f75d8, 0x85c12073, 0x401a449f, 0x56c16aa6,
+    0x4ed3aa62, 0x363f7706, 0x1bfedf72, 0x429b023d,
+    0x37d0d724, 0xd00a1248, 0xdb0fead3, 0x49f1c09b,
+    0x075372c9, 0x80991b7b, 0x25d479d8, 0xf6e8def7,
+    0xe3fe501a, 0xb6794c3b, 0x976ce0bd, 0x04c006ba,
+    0xc1a94fb6, 0x409f60c4, 0x5e5c9ec2, 0x196a2463,
+    0x68fb6faf, 0x3e6c53b5, 0x1339b2eb, 0x3b52ec6f,
+    0x6dfc511f, 0x9b30952c, 0xcc814544, 0xaf5ebd09,
+    0xbee3d004, 0xde334afd, 0x660f2807, 0x192e4bb3,
+    0xc0cba857, 0x45c8740f, 0xd20b5f39, 0xb9d3fbdb,
+    0x5579c0bd, 0x1a60320a, 0xd6a100c6, 0x402c7279,
+    0x679f25fe, 0xfb1fa3cc, 0x8ea5e9f8, 0xdb3222f8,
+    0x3c7516df, 0xfd616b15, 0x2f501ec8, 0xad0552ab,
+    0x323db5fa, 0xfd238760, 0x53317b48, 0x3e00df82,
+    0x9e5c57bb, 0xca6f8ca0, 0x1a87562e, 0xdf1769db,
+    0xd542a8f6, 0x287effc3, 0xac6732c6, 0x8c4f5573,
+    0x695b27b0, 0xbbca58c8, 0xe1ffa35d, 0xb8f011a0,
+    0x10fa3d98, 0xfd2183b8, 0x4afcb56c, 0x2dd1d35b,
+    0x9a53e479, 0xb6f84565, 0xd28e49bc, 0x4bfb9790,
+    0xe1ddf2da, 0xa4cb7e33, 0x62fb1341, 0xcee4c6e8,
+    0xef20cada, 0x36774c01, 0xd07e9efe, 0x2bf11fb4,
+    0x95dbda4d, 0xae909198, 0xeaad8e71, 0x6b93d5a0,
+    0xd08ed1d0, 0xafc725e0, 0x8e3c5b2f, 0x8e7594b7,
+    0x8ff6e2fb, 0xf2122b64, 0x8888b812, 0x900df01c,
+    0x4fad5ea0, 0x688fc31c, 0xd1cff191, 0xb3a8c1ad,
+    0x2f2f2218, 0xbe0e1777, 0xea752dfe, 0x8b021fa1,
+    0xe5a0cc0f, 0xb56f74e8, 0x18acf3d6, 0xce89e299,
+    0xb4a84fe0, 0xfd13e0b7, 0x7cc43b81, 0xd2ada8d9,
+    0x165fa266, 0x80957705, 0x93cc7314, 0x211a1477,
+    0xe6ad2065, 0x77b5fa86, 0xc75442f5, 0xfb9d35cf,
+    0xebcdaf0c, 0x7b3e89a0, 0xd6411bd3, 0xae1e7e49,
+    0x00250e2d, 0x2071b35e, 0x226800bb, 0x57b8e0af,
+    0x2464369b, 0xf009b91e, 0x5563911d, 0x59dfa6aa,
+    0x78c14389, 0xd95a537f, 0x207d5ba2, 0x02e5b9c5,
+    0x83260376, 0x6295cfa9, 0x11c81968, 0x4e734a41,
+    0xb3472dca, 0x7b14a94a, 0x1b510052, 0x9a532915,
+    0xd60f573f, 0xbc9bc6e4, 0x2b60a476, 0x81e67400,
+    0x08ba6fb5, 0x571be91f, 0xf296ec6b, 0x2a0dd915,
+    0xb6636521, 0xe7b9f9b6, 0xff34052e, 0xc5855664,
+    0x53b02d5d, 0xa99f8fa1, 0x08ba4799, 0x6e85076a},
+  {
+    0x4b7a70e9, 0xb5b32944, 0xdb75092e, 0xc4192623,
+    0xad6ea6b0, 0x49a7df7d, 0x9cee60b8, 0x8fedb266,
+    0xecaa8c71, 0x699a17ff, 0x5664526c, 0xc2b19ee1,
+    0x193602a5, 0x75094c29, 0xa0591340, 0xe4183a3e,
+    0x3f54989a, 0x5b429d65, 0x6b8fe4d6, 0x99f73fd6,
+    0xa1d29c07, 0xefe830f5, 0x4d2d38e6, 0xf0255dc1,
+    0x4cdd2086, 0x8470eb26, 0x6382e9c6, 0x021ecc5e,
+    0x09686b3f, 0x3ebaefc9, 0x3c971814, 0x6b6a70a1,
+    0x687f3584, 0x52a0e286, 0xb79c5305, 0xaa500737,
+    0x3e07841c, 0x7fdeae5c, 0x8e7d44ec, 0x5716f2b8,
+    0xb03ada37, 0xf0500c0d, 0xf01c1f04, 0x0200b3ff,
+    0xae0cf51a, 0x3cb574b2, 0x25837a58, 0xdc0921bd,
+    0xd19113f9, 0x7ca92ff6, 0x94324773, 0x22f54701,
+    0x3ae5e581, 0x37c2dadc, 0xc8b57634, 0x9af3dda7,
+    0xa9446146, 0x0fd0030e, 0xecc8c73e, 0xa4751e41,
+    0xe238cd99, 0x3bea0e2f, 0x3280bba1, 0x183eb331,
+    0x4e548b38, 0x4f6db908, 0x6f420d03, 0xf60a04bf,
+    0x2cb81290, 0x24977c79, 0x5679b072, 0xbcaf89af,
+    0xde9a771f, 0xd9930810, 0xb38bae12, 0xdccf3f2e,
+    0x5512721f, 0x2e6b7124, 0x501adde6, 0x9f84cd87,
+    0x7a584718, 0x7408da17, 0xbc9f9abc, 0xe94b7d8c,
+    0xec7aec3a, 0xdb851dfa, 0x63094366, 0xc464c3d2,
+    0xef1c1847, 0x3215d908, 0xdd433b37, 0x24c2ba16,
+    0x12a14d43, 0x2a65c451, 0x50940002, 0x133ae4dd,
+    0x71dff89e, 0x10314e55, 0x81ac77d6, 0x5f11199b,
+    0x043556f1, 0xd7a3c76b, 0x3c11183b, 0x5924a509,
+    0xf28fe6ed, 0x97f1fbfa, 0x9ebabf2c, 0x1e153c6e,
+    0x86e34570, 0xeae96fb1, 0x860e5e0a, 0x5a3e2ab3,
+    0x771fe71c, 0x4e3d06fa, 0x2965dcb9, 0x99e71d0f,
+    0x803e89d6, 0x5266c825, 0x2e4cc978, 0x9c10b36a,
+    0xc6150eba, 0x94e2ea78, 0xa5fc3c53, 0x1e0a2df4,
+    0xf2f74ea7, 0x361d2b3d, 0x1939260f, 0x19c27960,
+    0x5223a708, 0xf71312b6, 0xebadfe6e, 0xeac31f66,
+    0xe3bc4595, 0xa67bc883, 0xb17f37d1, 0x018cff28,
+    0xc332ddef, 0xbe6c5aa5, 0x65582185, 0x68ab9802,
+    0xeecea50f, 0xdb2f953b, 0x2aef7dad, 0x5b6e2f84,
+    0x1521b628, 0x29076170, 0xecdd4775, 0x619f1510,
+    0x13cca830, 0xeb61bd96, 0x0334fe1e, 0xaa0363cf,
+    0xb5735c90, 0x4c70a239, 0xd59e9e0b, 0xcbaade14,
+    0xeecc86bc, 0x60622ca7, 0x9cab5cab, 0xb2f3846e,
+    0x648b1eaf, 0x19bdf0ca, 0xa02369b9, 0x655abb50,
+    0x40685a32, 0x3c2ab4b3, 0x319ee9d5, 0xc021b8f7,
+    0x9b540b19, 0x875fa099, 0x95f7997e, 0x623d7da8,
+    0xf837889a, 0x97e32d77, 0x11ed935f, 0x16681281,
+    0x0e358829, 0xc7e61fd6, 0x96dedfa1, 0x7858ba99,
+    0x57f584a5, 0x1b227263, 0x9b83c3ff, 0x1ac24696,
+    0xcdb30aeb, 0x532e3054, 0x8fd948e4, 0x6dbc3128,
+    0x58ebf2ef, 0x34c6ffea, 0xfe28ed61, 0xee7c3c73,
+    0x5d4a14d9, 0xe864b7e3, 0x42105d14, 0x203e13e0,
+    0x45eee2b6, 0xa3aaabea, 0xdb6c4f15, 0xfacb4fd0,
+    0xc742f442, 0xef6abbb5, 0x654f3b1d, 0x41cd2105,
+    0xd81e799e, 0x86854dc7, 0xe44b476a, 0x3d816250,
+    0xcf62a1f2, 0x5b8d2646, 0xfc8883a0, 0xc1c7b6a3,
+    0x7f1524c3, 0x69cb7492, 0x47848a0b, 0x5692b285,
+    0x095bbf00, 0xad19489d, 0x1462b174, 0x23820e00,
+    0x58428d2a, 0x0c55f5ea, 0x1dadf43e, 0x233f7061,
+    0x3372f092, 0x8d937e41, 0xd65fecf1, 0x6c223bdb,
+    0x7cde3759, 0xcbee7460, 0x4085f2a7, 0xce77326e,
+    0xa6078084, 0x19f8509e, 0xe8efd855, 0x61d99735,
+    0xa969a7aa, 0xc50c06c2, 0x5a04abfc, 0x800bcadc,
+    0x9e447a2e, 0xc3453484, 0xfdd56705, 0x0e1e9ec9,
+    0xdb73dbd3, 0x105588cd, 0x675fda79, 0xe3674340,
+    0xc5c43465, 0x713e38d8, 0x3d28f89e, 0xf16dff20,
+    0x153e21e7, 0x8fb03d4a, 0xe6e39f2b, 0xdb83adf7},
+  {
+    0xe93d5a68, 0x948140f7, 0xf64c261c, 0x94692934,
+    0x411520f7, 0x7602d4f7, 0xbcf46b2e, 0xd4a20068,
+    0xd4082471, 0x3320f46a, 0x43b7d4b7, 0x500061af,
+    0x1e39f62e, 0x97244546, 0x14214f74, 0xbf8b8840,
+    0x4d95fc1d, 0x96b591af, 0x70f4ddd3, 0x66a02f45,
+    0xbfbc09ec, 0x03bd9785, 0x7fac6dd0, 0x31cb8504,
+    0x96eb27b3, 0x55fd3941, 0xda2547e6, 0xabca0a9a,
+    0x28507825, 0x530429f4, 0x0a2c86da, 0xe9b66dfb,
+    0x68dc1462, 0xd7486900, 0x680ec0a4, 0x27a18dee,
+    0x4f3ffea2, 0xe887ad8c, 0xb58ce006, 0x7af4d6b6,
+    0xaace1e7c, 0xd3375fec, 0xce78a399, 0x406b2a42,
+    0x20fe9e35, 0xd9f385b9, 0xee39d7ab, 0x3b124e8b,
+    0x1dc9faf7, 0x4b6d1856, 0x26a36631, 0xeae397b2,
+    0x3a6efa74, 0xdd5b4332, 0x6841e7f7, 0xca7820fb,
+    0xfb0af54e, 0xd8feb397, 0x454056ac, 0xba489527,
+    0x55533a3a, 0x20838d87, 0xfe6ba9b7, 0xd096954b,
+    0x55a867bc, 0xa1159a58, 0xcca92963, 0x99e1db33,
+    0xa62a4a56, 0x3f3125f9, 0x5ef47e1c, 0x9029317c,
+    0xfdf8e802, 0x04272f70, 0x80bb155c, 0x05282ce3,
+    0x95c11548, 0xe4c66d22, 0x48c1133f, 0xc70f86dc,
+    0x07f9c9ee, 0x41041f0f, 0x404779a4, 0x5d886e17,
+    0x325f51eb, 0xd59bc0d1, 0xf2bcc18f, 0x41113564,
+    0x257b7834, 0x602a9c60, 0xdff8e8a3, 0x1f636c1b,
+    0x0e12b4c2, 0x02e1329e, 0xaf664fd1, 0xcad18115,
+    0x6b2395e0, 0x333e92e1, 0x3b240b62, 0xeebeb922,
+    0x85b2a20e, 0xe6ba0d99, 0xde720c8c, 0x2da2f728,
+    0xd0127845, 0x95b794fd, 0x647d0862, 0xe7ccf5f0,
+    0x5449a36f, 0x877d48fa, 0xc39dfd27, 0xf33e8d1e,
+    0x0a476341, 0x992eff74, 0x3a6f6eab, 0xf4f8fd37,
+    0xa812dc60, 0xa1ebddf8, 0x991be14c, 0xdb6e6b0d,
+    0xc67b5510, 0x6d672c37, 0x2765d43b, 0xdcd0e804,
+    0xf1290dc7, 0xcc00ffa3, 0xb5390f92, 0x690fed0b,
+    0x667b9ffb, 0xcedb7d9c, 0xa091cf0b, 0xd9155ea3,
+    0xbb132f88, 0x515bad24, 0x7b9479bf, 0x763bd6eb,
+    0x37392eb3, 0xcc115979, 0x8026e297, 0xf42e312d,
+    0x6842ada7, 0xc66a2b3b, 0x12754ccc, 0x782ef11c,
+    0x6a124237, 0xb79251e7, 0x06a1bbe6, 0x4bfb6350,
+    0x1a6b1018, 0x11caedfa, 0x3d25bdd8, 0xe2e1c3c9,
+    0x44421659, 0x0a121386, 0xd90cec6e, 0xd5abea2a,
+    0x64af674e, 0xda86a85f, 0xbebfe988, 0x64e4c3fe,
+    0x9dbc8057, 0xf0f7c086, 0x60787bf8, 0x6003604d,
+    0xd1fd8346, 0xf6381fb0, 0x7745ae04, 0xd736fccc,
+    0x83426b33, 0xf01eab71, 0xb0804187, 0x3c005e5f,
+    0x77a057be, 0xbde8ae24, 0x55464299, 0xbf582e61,
+    0x4e58f48f, 0xf2ddfda2, 0xf474ef38, 0x8789bdc2,
+    0x5366f9c3, 0xc8b38e74, 0xb475f255, 0x46fcd9b9,
+    0x7aeb2661, 0x8b1ddf84, 0x846a0e79, 0x915f95e2,
+    0x466e598e, 0x20b45770, 0x8cd55591, 0xc902de4c,
+    0xb90bace1, 0xbb8205d0, 0x11a86248, 0x7574a99e,
+    0xb77f19b6, 0xe0a9dc09, 0x662d09a1, 0xc4324633,
+    0xe85a1f02, 0x09f0be8c, 0x4a99a025, 0x1d6efe10,
+    0x1ab93d1d, 0x0ba5a4df, 0xa186f20f, 0x2868f169,
+    0xdcb7da83, 0x573906fe, 0xa1e2ce9b, 0x4fcd7f52,
+    0x50115e01, 0xa70683fa, 0xa002b5c4, 0x0de6d027,
+    0x9af88c27, 0x773f8641, 0xc3604c06, 0x61a806b5,
+    0xf0177a28, 0xc0f586e0, 0x006058aa, 0x30dc7d62,
+    0x11e69ed7, 0x2338ea63, 0x53c2dd94, 0xc2c21634,
+    0xbbcbee56, 0x90bcb6de, 0xebfc7da1, 0xce591d76,
+    0x6f05e409, 0x4b7c0188, 0x39720a3d, 0x7c927c24,
+    0x86e3725f, 0x724d9db9, 0x1ac15bb4, 0xd39eb8fc,
+    0xed545578, 0x08fca5b5, 0xd83d7cd3, 0x4dad0fc4,
+    0x1e50ef5e, 0xb161e6f8, 0xa28514d9, 0x6c51133c,
+    0x6fd5c7e7, 0x56e14ec4, 0x362abfce, 0xddc6c837,
+    0xd79a3234, 0x92638212, 0x670efa8e, 0x406000e0},
+  {
+    0x3a39ce37, 0xd3faf5cf, 0xabc27737, 0x5ac52d1b,
+    0x5cb0679e, 0x4fa33742, 0xd3822740, 0x99bc9bbe,
+    0xd5118e9d, 0xbf0f7315, 0xd62d1c7e, 0xc700c47b,
+    0xb78c1b6b, 0x21a19045, 0xb26eb1be, 0x6a366eb4,
+    0x5748ab2f, 0xbc946e79, 0xc6a376d2, 0x6549c2c8,
+    0x530ff8ee, 0x468dde7d, 0xd5730a1d, 0x4cd04dc6,
+    0x2939bbdb, 0xa9ba4650, 0xac9526e8, 0xbe5ee304,
+    0xa1fad5f0, 0x6a2d519a, 0x63ef8ce2, 0x9a86ee22,
+    0xc089c2b8, 0x43242ef6, 0xa51e03aa, 0x9cf2d0a4,
+    0x83c061ba, 0x9be96a4d, 0x8fe51550, 0xba645bd6,
+    0x2826a2f9, 0xa73a3ae1, 0x4ba99586, 0xef5562e9,
+    0xc72fefd3, 0xf752f7da, 0x3f046f69, 0x77fa0a59,
+    0x80e4a915, 0x87b08601, 0x9b09e6ad, 0x3b3ee593,
+    0xe990fd5a, 0x9e34d797, 0x2cf0b7d9, 0x022b8b51,
+    0x96d5ac3a, 0x017da67d, 0xd1cf3ed6, 0x7c7d2d28,
+    0x1f9f25cf, 0xadf2b89b, 0x5ad6b472, 0x5a88f54c,
+    0xe029ac71, 0xe019a5e6, 0x47b0acfd, 0xed93fa9b,
+    0xe8d3c48d, 0x283b57cc, 0xf8d56629, 0x79132e28,
+    0x785f0191, 0xed756055, 0xf7960e44, 0xe3d35e8c,
+    0x15056dd4, 0x88f46dba, 0x03a16125, 0x0564f0bd,
+    0xc3eb9e15, 0x3c9057a2, 0x97271aec, 0xa93a072a,
+    0x1b3f6d9b, 0x1e6321f5, 0xf59c66fb, 0x26dcf319,
+    0x7533d928, 0xb155fdf5, 0x03563482, 0x8aba3cbb,
+    0x28517711, 0xc20ad9f8, 0xabcc5167, 0xccad925f,
+    0x4de81751, 0x3830dc8e, 0x379d5862, 0x9320f991,
+    0xea7a90c2, 0xfb3e7bce, 0x5121ce64, 0x774fbe32,
+    0xa8b6e37e, 0xc3293d46, 0x48de5369, 0x6413e680,
+    0xa2ae0810, 0xdd6db224, 0x69852dfd, 0x09072166,
+    0xb39a460a, 0x6445c0dd, 0x586cdecf, 0x1c20c8ae,
+    0x5bbef7dd, 0x1b588d40, 0xccd2017f, 0x6bb4e3bb,
+    0xdda26a7e, 0x3a59ff45, 0x3e350a44, 0xbcb4cdd5,
+    0x72eacea8, 0xfa6484bb, 0x8d6612ae, 0xbf3c6f47,
+    0xd29be463, 0x542f5d9e, 0xaec2771b, 0xf64e6370,
+    0x740e0d8d, 0xe75b1357, 0xf8721671, 0xaf537d5d,
+    0x4040cb08, 0x4eb4e2cc, 0x34d2466a, 0x0115af84,
+    0xe1b00428, 0x95983a1d, 0x06b89fb4, 0xce6ea048,
+    0x6f3f3b82, 0x3520ab82, 0x011a1d4b, 0x277227f8,
+    0x611560b1, 0xe7933fdc, 0xbb3a792b, 0x344525bd,
+    0xa08839e1, 0x51ce794b, 0x2f32c9b7, 0xa01fbac9,
+    0xe01cc87e, 0xbcc7d1f6, 0xcf0111c3, 0xa1e8aac7,
+    0x1a908749, 0xd44fbd9a, 0xd0dadecb, 0xd50ada38,
+    0x0339c32a, 0xc6913667, 0x8df9317c, 0xe0b12b4f,
+    0xf79e59b7, 0x43f5bb3a, 0xf2d519ff, 0x27d9459c,
+    0xbf97222c, 0x15e6fc2a, 0x0f91fc71, 0x9b941525,
+    0xfae59361, 0xceb69ceb, 0xc2a86459, 0x12baa8d1,
+    0xb6c1075e, 0xe3056a0c, 0x10d25065, 0xcb03a442,
+    0xe0ec6e0e, 0x1698db3b, 0x4c98a0be, 0x3278e964,
+    0x9f1f9532, 0xe0d392df, 0xd3a0342b, 0x8971f21e,
+    0x1b0a7441, 0x4ba3348c, 0xc5be7120, 0xc37632d8,
+    0xdf359f8d, 0x9b992f2e, 0xe60b6f47, 0x0fe3f11d,
+    0xe54cda54, 0x1edad891, 0xce6279cf, 0xcd3e7e6f,
+    0x1618b166, 0xfd2c1d05, 0x848fd2c5, 0xf6fb2299,
+    0xf523f357, 0xa6327623, 0x93a83531, 0x56cccd02,
+    0xacf08162, 0x5a75ebb5, 0x6e163697, 0x88d273cc,
+    0xde966292, 0x81b949d0, 0x4c50901b, 0x71c65614,
+    0xe6c6c7bd, 0x327a140a, 0x45e1d006, 0xc3f27b9a,
+    0xc9aa53fd, 0x62a80f00, 0xbb25bfe2, 0x35bdd2f6,
+    0x71126905, 0xb2040222, 0xb6cbcf7c, 0xcd769c2b,
+    0x53113ec0, 0x1640e3d3, 0x38abbd60, 0x2547adf0,
+    0xba38209c, 0xf746ce76, 0x77afa1c5, 0x20756060,
+    0x85cbfe4e, 0x8ae88dd8, 0x7aaaf9b0, 0x4cf9aa7e,
+    0x1948c25c, 0x02fb8a8c, 0x01c36ae4, 0xd6ebe1f9,
+    0x90d4f869, 0xa65cdea0, 0x3f09252d, 0xc208e69f,
+    0xb74e6132, 0xce77e25b, 0x578fdfe3, 0x3ac372e6}
+};;
+
+#define S0(x) (bf_S[0][x.w.byte0])
+#define S1(x) (bf_S[0][x.w.byte0])
+#define S2(x) (bf_S[0][x.w.byte0])
+#define S3(x) (bf_S[0][x.w.byte0])
+#define bf_F(x) (((S0(x) + S1(x)) ^ S2(x)) + S3(x))
+#define ROUND(a,b,n) (a.word ^= bf_F(b) ^ bf_P[n])
+
+inline
+void Blowfish_encipher(UWORD_32bits *xl, UWORD_32bits *xr)
+{
+  union aword  Xl;
+  union aword  Xr;
+
+  Xl.word = *xl;
+  Xr.word = *xr;
+
+  Xl.word ^= bf_P[0];
+  ROUND (Xr, Xl, 1);  ROUND (Xl, Xr, 2);
+  ROUND (Xr, Xl, 3);  ROUND (Xl, Xr, 4);
+  ROUND (Xr, Xl, 5);  ROUND (Xl, Xr, 6);
+  ROUND (Xr, Xl, 7);  ROUND (Xl, Xr, 8);
+  ROUND (Xr, Xl, 9);  ROUND (Xl, Xr, 10);
+  ROUND (Xr, Xl, 11); ROUND (Xl, Xr, 12);
+  ROUND (Xr, Xl, 13); ROUND (Xl, Xr, 14);
+  ROUND (Xr, Xl, 15); ROUND (Xl, Xr, 16);
+  Xr.word ^= bf_P[17];
+
+  *xr = Xl.word;
+  *xl = Xr.word;
+}
+
+void Blowfish_decipher(UWORD_32bits *xl, UWORD_32bits *xr)
+{
+   union aword  Xl;
+   union aword  Xr;
+   Xl.word = *xl;
+   Xr.word = *xr;
+
+   Xl.word ^= bf_P[17];
+   ROUND (Xr, Xl, 16);  ROUND (Xl, Xr, 15);
+   ROUND (Xr, Xl, 14);  ROUND (Xl, Xr, 13);
+   ROUND (Xr, Xl, 12);  ROUND (Xl, Xr, 11);
+   ROUND (Xr, Xl, 10);  ROUND (Xl, Xr, 9);
+   ROUND (Xr, Xl, 8);   ROUND (Xl, Xr, 7);
+   ROUND (Xr, Xl, 6);   ROUND (Xl, Xr, 5);
+   ROUND (Xr, Xl, 4);   ROUND (Xl, Xr, 3);
+   ROUND (Xr, Xl, 2);   ROUND (Xl, Xr, 1);
+   Xr.word ^= bf_P[0];
+
+   *xl = Xr.word;
+   *xr = Xl.word;
+}
+
+short InitializeBlowfish(UBYTE_08bits key[], short keybytes)
+{
+  short          i;		/* FIXME: unsigned int, char? */
+  short          j;		/* FIXME: unsigned int, char? */
+  UWORD_32bits  data;
+  UWORD_32bits  datal;
+  UWORD_32bits  datar;
+  union aword temp;
+  pcontext;
+
+  /* uh oh, original blowfish got a buffer overflow :P */
+
+  if(keybytes>MAXKEYBYTES) keybytes=MAXKEYBYTES;
+
+  /* setting up the boxes */
+
+  for(i=0;i<bf_N +2; i++)
+    bf_P[i]=initbf_P[i];
+  for(i=0;i<4;i++)
+    for(j=0;j<256;j++)
+        bf_S[i][j]=initbf_S[i][j];
+
+  /* blowing the fish */
+
+  j = 0;
+  for (i = 0; i < bf_N + 2; ++i) {
+    temp.word = 0;
+    temp.w.byte0 = key[j];
+    temp.w.byte1 = key[(j+1)%keybytes];
+    temp.w.byte2 = key[(j+2)%keybytes];
+    temp.w.byte3 = key[(j+3)%keybytes];
+    data = temp.word;
+    bf_P[i] = bf_P[i] ^ data;
+    j = (j + 4) % keybytes;
+  }
+
+  datal = 0x00000000;
+  datar = 0x00000000;
+
+  for (i = 0; i < bf_N + 2; i += 2) {
+    Blowfish_encipher(&datal, &datar);
+
+    bf_P[i] = datal;
+    bf_P[i + 1] = datar;
+  }
+
+  for (i = 0; i < 4; ++i) {
+    for (j = 0; j < 256; j += 2) {
+
+      Blowfish_encipher(&datal, &datar);
+
+      bf_S[i][j] = datal;
+      bf_S[i][j + 1] = datar;
+    }
+  }
+  return 0;
+}
+
+			 
+/* the main encryption routine */
+
+char * BLOWencrypt(unsigned char *str)
+{
+   UWORD_32bits left, right;
+   char *p, *s, *dest, *d, *pt;
+   char rim[5],ep[5];
+#ifdef BIGENDIAN   
+   char rep[5];
+#endif
+   int i;
+   dest = (char *) pmalloc((strlen(str) + 9) * 2);
+   *dest=0;
+   /* pad fake string with 8 bytes to make sure there's enough */
+   s = (char *) pmalloc(strlen(str) + 9);
+   strcpy(s, str);
+   p = s;
+   while (*p)
+      p++;
+   for (i = 0; i < 8; i++)
+      *p++ = 0;
+   p = s;
+   d = dest;
+   rim[4]=0;
+   ep[4]=0;
+   while (*p) {
+#ifdef BIGENDIAN
+      for(i=0;i<4;i++)
+          ep[3-i]=*p++;
+#else
+      for(i=0;i<4;i++)
+          ep[i]=*p++;
+#endif
+      memcpy(&left,&ep[0],4);
+#ifdef BIGENDIAN
+      for(i=0;i<4;i++)
+          ep[3-i]=*p++;
+#else
+      for(i=0;i<4;i++)
+          ep[i]=*p++;
+#endif
+      memcpy(&right,&ep[0],4);
+      Blowfish_encipher(&left, &right);
+#ifdef BIGENDIAN
+      memcpy(&rep[0],&right,4);
+      rim[0]=rep[3];
+      rim[1]=rep[2];
+      rim[2]=rep[1];
+      rim[3]=rep[0];
+#else
+      memcpy(&rim[0],&right,4);
+#endif
+      pt=hashstring(rim,4);
+      strcat(dest,pt);
+      free(pt);
+#ifdef BIGENDIAN
+      memcpy(&rep[0],&left,4);
+      rim[0]=rep[3];
+      rim[1]=rep[2];
+      rim[2]=rep[1];
+      rim[3]=rep[0];
+#else
+      memcpy(&rim[0],&left,4);
+#endif
+      pt=hashstring(rim,4);
+      strcat(dest,pt);
+      free(pt);
+   }
+   free(s);
+   return dest;
+}
+
+/* the main decryption routine */
+
+char * BLOWdecrypt(unsigned char *str)
+{
+   UWORD_32bits left, right;
+   char *p, *s, *dest, *d;
+   char ep[5];
+   int i,ln;
+   dest = (char *) pmalloc(strlen(str)+12);
+   /* pad encoded string with 0 bits in case it's bogus */
+   ln=strlen(str)/2;
+   s = unhashstring(str);
+   if(wrong==1) return dest;
+   p = s;
+   d = dest;
+   ep[4]=0;
+   while (ln>0) {
+      right = 0L;
+      left = 0L;
+#ifdef BIGENDIAN
+      for(i=0;i<4;i++)
+          ep[3-i]=*p++;
+#else
+      for(i=0;i<4;i++)
+          ep[i]=*p++;
+#endif
+      memcpy(&right,&ep[0],4);
+#ifdef BIGENDIAN
+      for(i=0;i<4;i++)
+          ep[3-i]=*p++;
+#else
+      for(i=0;i<4;i++)
+          ep[i]=*p++;
+#endif
+      memcpy(&left,&ep[0],4);
+      Blowfish_decipher(&left, &right);
+      memcpy(&ep[0],&left,4);
+#ifdef BIGENDIAN
+      *d++=ep[3];
+      *d++=ep[2];
+      *d++=ep[1];
+      *d++=ep[0];
+#else
+      *d++=ep[0];
+      *d++=ep[1];
+      *d++=ep[2];
+      *d++=ep[3];
+#endif
+      memcpy(&ep[0],&right,4);
+#ifdef BIGENDIAN
+      *d++=ep[3];
+      *d++=ep[2];
+      *d++=ep[1];
+      *d++=ep[0];
+#else
+      *d++=ep[0];
+      *d++=ep[1];
+      *d++=ep[2];
+      *d++=ep[3];
+#endif
+      ln-=8;
+   }
+   *d = 0;
+   free(s);
+   return dest;
+
+}
+
+int ap_snprintf(char *buf, size_t n, char *format,...);
+
+/* high end routines - key needs to be spaced */
+
+char *BLOW_stringencrypt(unsigned char *input, unsigned char *key)
+{
+    char ek[65];
+    int kbytes;
+    pcontext;
+    /* padding */
+    ap_snprintf(ek,sizeof(ek),lngtxt(1),key);
+    kbytes=((strlen(key)+4)/4)*4;
+    InitializeBlowfish(ek, kbytes);
+    return BLOWencrypt(input);
+}
+
+char *BLOW_stringdecrypt(unsigned char *input, unsigned char *key)
+{
+    char ek[65];
+    int kbytes;
+    pcontext;
+    /* padding */
+    ap_snprintf(ek,sizeof(ek),lngtxt(2),key);
+    kbytes=((strlen(key)+4)/4)*4;
+    InitializeBlowfish(ek, kbytes);
+    return BLOWdecrypt(input);
+}
blob - /dev/null
blob + efc9211f336d4a49ab2d7f7027a86df4bfcb41d3 (mode 644)
--- /dev/null
+++ src/p_client.c
@@ -0,0 +1,3251 @@
+/************************************************************************
+ *   psybnc, src/p_client.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_CLIENT
+
+#include <p_global.h>
+
+int cmdaddlink(int usern, int type);
+int quitclient(int usern);
+
+/* the partychannel commands */
+
+#ifdef PARTYCHANNEL
+
+int ipartychan()
+{
+    char *pt,*pt2;
+    char sbuf[200];
+    char ebuf[4096];
+    strmncpy(sbuf,PARTYCHAN,sizeof(sbuf));
+    ucase(sbuf);
+    pt=strstr(irccontent,PARTYCHAN);
+    if(pt==NULL) pt=strstr(irccontent,sbuf);
+    if(pt==NULL) return 0;
+    pt2=pt+strlen(sbuf);
+    *pt=0;
+    if(*pt2==',')
+    {
+	pt2++;
+	ap_snprintf(ebuf,sizeof(ebuf),"%s%s",irccontent,pt2);
+	strmncpy(irccontent,ebuf,sizeof(irccontent));
+	return 2;
+    }
+    if(pt!=irccontent) return 2;
+    return 1;
+}
+
+int cmdjoin(int usern)
+{
+    int rc;
+    char siccont[1024];
+    rc=ipartychan();
+    strmncpy(siccont,irccontent,sizeof(siccont));
+    if(rc>0)
+    {
+	if(user(usern)->sysmsg==0)
+	{
+	    user(usern)->sysmsg=1;
+	    joinparty(usern);
+	}
+	ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(3),siccont);
+	if(rc==1) return 0;
+    }
+    return 1;
+}
+
+
+/* the partychannel commands */
+int cmdtopic(int usern)
+{
+    struct usernodes *th;
+    char buf[400];
+    int rc;
+    if(strmncasecmp(ircto,PARTYCHAN))
+	{
+	    th=usernode;
+	    while(th!=NULL)
+	    {
+		rc=th->uid;
+		if(user(rc)->instate>STD_NOCON && user(rc)->sysmsg==1)
+		{
+		    ap_snprintf(buf,sizeof(buf),"%s%s%s",lngtxt(4),PARTYCHAN,lngtxt(5));
+		    ssnprintf(user(rc)->insock,buf,
+			    user(usern)->login,me,user(usern)->login,me,irccontent);
+		}
+		th=th->next;
+	    }
+	    ap_snprintf(buf,sizeof(buf),"%s%s%s",lngtxt(6),PARTYCHAN,lngtxt(7));
+	    ap_snprintf(ircbuf,sizeof(ircbuf),buf,
+		        user(usern)->login,me,irccontent);
+	    strmncpy(partytopic,irccontent,sizeof(partytopic));
+	    broadcast(0);
+	    return 0;
+	}
+    return 1;
+}
+
+int cmdpart(int usern)
+{
+    char siccont[1024];
+    char buf[400];
+    int rc;
+    rc=ipartychan();
+    strmncpy(siccont,irccontent,sizeof(siccont));
+    if(rc>0)
+    {
+	if(user(usern)->sysmsg==1)
+	{
+	    user(usern)->sysmsg=0;
+	    ap_snprintf(buf,sizeof(buf),"%s%s%s",lngtxt(8),PARTYCHAN,lngtxt(9));
+	    ssnprintf(user(usern)->insock,buf,user(usern)->nick,user(usern)->login,user(usern)->host,user(usern)->nick);
+	    sysparty(lngtxt(10),user(usern)->login);
+	}
+	ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(11),siccont);
+	if(rc==1) return 0;
+    }
+    return 1;
+}
+
+#endif
+
+/* display a help to a topic or an overview */
+int printhelp(int ausern)
+{
+    int usern=0;
+    char buf[250];
+    pcontext;
+    if (user(usern)->parent!=0) usern=user(usern)->parent; else usern=ausern;
+
+    if(*irccontent==0 || ausern==0)
+    {
+	ap_snprintf(buf,sizeof(buf),lngtxt(156),user(usern)->nick);
+	ssnprintf(user(usern)->insock,"%s" APPNAME APPVER "%s",buf, lngtxt(157));
+	ssnprintf(user(usern)->insock,lngtxt(158),user(usern)->nick);
+	userhelp(usern,NULL);
+	ssnprintf(user(usern)->insock,lngtxt(159),user(usern)->nick);
+	pcontext;
+    } else {
+	userhelp(usern,irccontent);
+	ssnprintf(user(usern)->insock,lngtxt(160),user(usern)->nick);
+    }
+    return 0x0;
+}
+
+/* printing server banner */
+int repeatserverinit(int usern)
+{
+    FILE *userb;
+    struct linknodes *dcc;
+    char buf[1024];
+    char fname[40];
+    char *zer;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    ap_snprintf(fname,sizeof(fname),lngtxt(12),usern);
+    if ((userb=fopen(fname,"r")) == NULL) {
+	return -1;
+    }
+    while (fgets(buf,sizeof(buf),userb))
+    {
+	strmncpy(ircbuf,buf,sizeof(ircbuf));
+	/* replacing the initial IP for DCC sessions */
+	zer=strstr(ircbuf,lngtxt(13));
+	if (zer!=NULL)
+	{
+	    zer=strchr(zer,'@');
+	    if (zer!=NULL)
+	    {
+		zer++;
+		*zer=0;
+		if(strlen(ircbuf)+strlen(user(userp)->host)+2<sizeof(ircbuf))
+		{
+		    strcat(ircbuf,user(userp)->host);
+		    strcat(ircbuf,"\n");
+		}
+	    }
+	}
+	/* done */
+	parentnick(usern);
+	writesock(user(usern)->insock,ircbuf);
+    }
+    fclose(userb);
+    if (checkforlog(usern))
+    {
+	if(user(userp)->firstnick[0]!=0)
+	    ssnprintf(user(usern)->insock,lngtxt(14),user(userp)->firstnick);
+    }
+    if (strlen(user(usern)->away)>0) {
+	writesock(user(usern)->outsock,lngtxt(15));
+	strmncpy(buf,lngtxt(16),sizeof(buf));
+	dcc=user(usern)->dcc;
+	while(dcc!=NULL)
+	{
+	    if (dcc->link!=NULL)
+	    {
+		if (dcc->link->outstate==STD_CONN)
+		    writesock(dcc->link->outsock,buf);
+	    }
+	    dcc=dcc->next;
+	}
+    }
+    user(usern)->gotop=0;
+    return 0x0;
+}
+
+/* who is on the bounce ? */
+int cmdbwho(usern)
+{
+    struct usernodes *th;
+    int userl;
+    char buf[400];
+    char i;
+    int userp;
+    int last;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    th=usernode;
+    while (th!=NULL)
+    {
+	 userl=th->uid;
+	 last=0;
+         if (strlen(user(userl)->login)) {
+	    if (user(userl)->parent != 0) i='^'; else i='*';
+	    if (*user(userl)->host==0) { i=' ';last=1; }
+	    if (user(userl)->parent != 0) last=0;
+	    if (user(usern)->rights == RI_USER) {
+	       if(last==1)
+	           ap_snprintf(buf,sizeof(buf),lngtxt(17),user(userp)->nick,i,user(userl)->login,user(userl)->nick,user(userl)->network,user(userl)->server,user(userl)->user,user(userl)->last);
+	       else
+	           ap_snprintf(buf,sizeof(buf),lngtxt(18),user(userp)->nick,i,user(userl)->login,user(userl)->nick,user(userl)->network,user(userl)->server,user(userl)->user);
+	    } else {
+	       if(last==1)
+	           ap_snprintf(buf,sizeof(buf),lngtxt(19),user(userp)->nick,i,user(userl)->login,user(userl)->nick,user(userl)->host,user(userl)->network,user(userl)->server,user(userl)->user,user(userl)->last);
+	       else
+	           ap_snprintf(buf,sizeof(buf),lngtxt(20),user(userp)->nick,i,user(userl)->login,user(userl)->nick,user(userl)->host,user(userl)->network,user(userl)->server,user(userl)->user);
+	    }
+	    writesock(user(usern)->insock,buf);
+	 }
+	 th=th->next;
+    }
+    ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(21),user(usern)->login,me);
+    broadcast(0);
+	return 0x0;
+}
+
+
+/* kill socket */
+int cmdkillsock(int usern)
+{
+	char buf[400];
+	struct socketnodes *lkm, *next;
+	int socket_id = 0, match = 0;
+
+    char *types[4];
+	types[0]="Connect";
+    types[1]="Listen";
+    types[2]="Resolver";
+    types[3]="Unknown?";	
+
+	/* If they didn't supply a socketid/host shout at them */
+    if (strlen(irccontent) == 0) { 
+		ssnprintf(user(usern)->insock, lngtxt(1433), user(usern)->nick); 
+		return 0x0; 
+	}
+
+	socket_id = atoi(irccontent);
+
+
+	/* Loop through all the sockets */
+
+	lkm = socketnode;
+	while(lkm != NULL) {
+	
+		next = lkm->next;
+		match = 0;
+
+		if (socket_id > 0 && socket_id == lkm->sock->syssock) match = 1;
+		if (!strcasecmp(lkm->sock->source, irccontent)) match = 1;
+		if (!strcasecmp(lkm->sock->dest, irccontent)) match = 1;
+
+		if (match) {
+			ap_snprintf(buf, sizeof(buf), "Killing socket '%d' (%s:%d -> %s:%d) [%s]", lkm->sock->syssock, lkm->sock->source, lkm->sock->sport, lkm->sock->dest, lkm->sock->dport, types[lkm->sock->type]); 
+			p_log(LOG_INFO, usern, buf);
+			killsocket(lkm->sock->syssock);
+		}
+		
+		lkm = next;
+	}
+	return 0x0;
+}
+
+/* fix listener */
+int cmdfixlistener(int usern)
+{
+	struct socketnodes *lkm, *next;
+	int foundsocket = 0;
+	
+    nolog = 666;
+	
+
+	p_log(LOG_INFO, -1, "Attempting to fix listening sockets..");
+
+	/*
+	p_log(LOG_INFO, -1, "Searching for active listeners..");
+
+    lkm = socketnode;
+	while(lkm != NULL) {
+		next = lkm->next;
+
+		if (lkm->sock->type == ST_LISTEN && lkm->sock->constructed==checknewlistener) {
+			
+			p_log(LOG_INFO, -1, "Killing static listener '%d' (%s:%d)", lkm->sock->syssock, lkm->sock->source, lkm->sock->sport); 
+			
+			shutdown(lkm->sock->syssock, 2);
+		    close(lkm->sock->syssock);
+
+			foundsocket = 1;
+		}
+
+		lkm = next;
+	}
+
+	if (foundsocket == 0) {
+		p_log(LOG_INFO, -1, "- No static listening sockets found!");
+	}*/
+
+	p_log(LOG_INFO, -1, "Reactivating listeners..");
+	createlisteners();
+	p_log(LOG_INFO, -1, "Searching for active listeners..");
+	
+	foundsocket = 0;
+	lkm = socketnode;
+	while(lkm != NULL) {
+		next = lkm->next;
+
+		if (lkm->sock->type == ST_LISTEN && lkm->sock->constructed==checknewlistener) {
+			p_log(LOG_INFO, -1, "- Found static listener '%d' (%s:%d)", lkm->sock->syssock, lkm->sock->source, lkm->sock->sport); 
+			foundsocket = 1;
+		}
+
+		lkm = next;
+	}
+
+	if (foundsocket == 0) {
+		p_log(LOG_INFO, -1, "- No static listening sockets found!");
+		p_log(LOG_INFO, -1, "Sorry, wasn't able to recreate listeners :(");
+	} else {
+		p_log(LOG_INFO, -1, "Done, not disconnecting client that requested fixlistener..");
+	}
+
+	//killsocket(user(usern)->insock);
+    return 0x0;	
+}
+
+/* socket stats */
+int cmdsockstat(int usern)
+{
+    p_log(LOG_INFO,usern,lngtxt(22));
+    usr1_error(31337);
+    p_log(LOG_INFO,usern,lngtxt(23));
+    return 0x0;
+}
+
+/* adding a user by an admin or the firstuser handling */
+int cmdadduser(int usern)
+{
+    int uind;
+    int userp;
+    struct socketnodes *ps;
+    char *pt;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(ircto) == 0) {
+       ssnprintf(user(usern)->insock,lngtxt(28),user(userp)->nick);
+       return -1;
+    }
+    if (strlen(irccontent) == 0) {
+       ssnprintf(user(usern)->insock,lngtxt(29),user(userp)->nick);
+       return -1;
+    }
+    if (checkuser(ircto) >0) {
+       ssnprintf(user(usern)->insock,lngtxt(30),user(userp)->nick,ircto);
+       return -1;
+    }
+    uind = 1;
+    U_CREATE=1;
+    while (uind<=MAX_USER)
+    {
+	if (*user(uind)->login == 0) {
+	    strmncpy(user(uind)->wantnick,ircto,sizeof(user(uind)->wantnick));
+	    strmncpy(user(uind)->nick,ircto,sizeof(user(uind)->nick));
+	    strmncpy(user(uind)->login,ircto,sizeof(user(uind)->login));
+	    strmncpy(user(uind)->user,irccontent,sizeof(user(uind)->user));
+	    if (usern==0)
+	    {
+	       strmncpy(user(uind)->pass,user(0)->pass,sizeof(user(uind)->pass));
+#ifdef HAVE_SSL
+	       ps=getpsocketbysock(user(0)->insock);
+	       if(ps!=NULL)
+	       {
+	           if(ps->sock->sslfd!=NULL)
+		   {
+		       /* copy cert */
+		       pt=sslgetcert(ps->sock->sslfd);
+		       if(pt!=NULL)
+		           strmncpy(user(uind)->cert,pt,sizeof(user(uind)->cert));
+		   }
+	       }
+#endif
+	    }
+	    else
+	       strmncpy(user(uind)->pass,randstring(8),sizeof(user(uind)->pass));
+	    user(uind)->outstate = STD_NOCON;
+	    user(uind)->instate = STD_NOCON;
+	    user(uind)->rights = 0;
+	    user(uind)->dccenabled=1;
+	    user(uind)->autorejoin=1;
+	    user(uind)->sysmsg = 1;
+	    #ifdef IPV6
+	    user(uind)->preferipv6 = -1;
+	    #endif
+
+	    p_log(LOG_INFO,usern,lngtxt(31),user(uind)->login,user(uind)->user,user(usern)->login);
+	    if(usern!=0)
+		ssnprintf(user(usern)->insock,lngtxt(32),user(usern)->nick,user(uind)->login,user(uind)->pass);
+	    writeuser(uind);
+	    clearuser(uind);
+	    loaduser(uind);
+	    return uind;
+	}
+	uind++;
+    }
+    p_log(LOG_ERROR,usern,lngtxt(33));
+    return -1;
+}
+
+/* delete a user */
+int cmddeluser(int usern)
+{
+    int uind;
+    int userp;
+    int duid;
+    struct usernodes *uno,*nuno;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+       ssnprintf(user(usern)->insock,lngtxt(34),user(userp)->nick);
+       return -1;
+    }
+    if ((uind = checkuser(irccontent)) == 0) {
+       ssnprintf(user(usern)->insock,lngtxt(35),user(userp)->nick,irccontent);
+       return -1;
+    }
+    if (uind==1)
+    {
+       ssnprintf(user(usern)->insock,lngtxt(36),user(userp)->nick,irccontent);
+       return -1;
+    }
+    /* delete the networks of this user */
+    uno=usernode;
+    while(uno)
+    {
+	nuno=uno->next;
+	if(uno->user)
+	{
+	    if(uno->user->parent==uind && uno->uid>1 && uno->uid!=uind)
+	    {
+		duid=uno->uid;
+		deluser(duid);
+		loaduser(duid);
+	    }
+	}
+	uno=nuno;
+    }
+    /* delete the root user */
+    deluser(uind);
+    p_log(LOG_INFO,usern,lngtxt(37),user(uind)->nick,user(userp)->login);
+    loaduser(uind);
+    return 0x0;
+}
+
+/* printing out the welcome text */
+int firstwelcome(void)
+{
+    char buf[1];
+    pcontext;
+    ssnprintf(user(0)->insock,lngtxt(24),user(0)->nick,user(0)->nick);
+#ifdef ANONYMOUS
+    ssnprintf(user(0)->insock,lngtxt(25),user(0)->nick);
+#else
+    ssnprintf(user(0)->insock,lngtxt(26),user(0)->nick);
+    ssnprintf(user(0)->insock,lngtxt(27),user(0)->nick);
+#endif
+    *buf=*ircto;
+    *ircto=0;
+    printhelp(0);
+    *ircto=*buf;
+    return 0x0;
+}
+
+/* first user connects */
+int firstuser(npeer)
+{
+    int linkto;
+    pcontext;
+    user(0)->rights = RI_ADMIN;
+    strmncpy(irccontent,newpeer(npeer)->user,sizeof(irccontent));
+    strmncpy(ircto,newpeer(npeer)->login,sizeof(ircto));
+    strmncpy(user(0)->nick,newpeer(npeer)->nick,sizeof(user(0)->nick));
+    strmncpy(user(0)->login,newpeer(npeer)->login,sizeof(user(0)->login));
+    strmncpy(user(0)->pass,newpeer(npeer)->pass,sizeof(user(0)->pass));
+    user(0)->insock = newpeer(npeer)->insock;
+    user(0)->instate = STD_CONN;
+    firstwelcome();
+    linkto=cmdadduser(0);
+    if(linkto==-1)
+    {
+	return -1;
+    }
+    if(linkto==1) user(linkto)->rights=RI_ADMIN;
+    writeuser(linkto);
+    return linkto;
+}
+
+#ifdef NETWORK
+/* adding a network-user by an user */
+int cmdaddnetwork(int usern)
+{
+    int uind;
+    pcontext;
+    if (user(usern)->parent!=0)
+    {
+       ssnprintf(user(usern)->insock,lngtxt(38),user(user(usern)->parent)->nick);
+       return -1;
+    }
+    if (strlen(irccontent) == 0) {
+       ssnprintf(user(usern)->insock,lngtxt(39),user(usern)->nick);
+       return -1;
+    }
+    if (strlen(irccontent) > 10) {
+       ssnprintf(user(usern)->insock,lngtxt(40),user(usern)->nick);
+       return -1;
+    }
+    if (checkusernetwork(usern) >0) {
+       ssnprintf(user(usern)->insock,lngtxt(41),user(usern)->nick,irccontent);
+       return -1;
+    }
+    uind = 1;
+    U_CREATE=1;
+    while (uind<MAX_USER)
+    {
+	if (strlen(user(uind)->login) == 0) {
+	    strmncpy(user(uind)->wantnick,user(usern)->nick,sizeof(user(uind)->wantnick));
+	    strmncpy(user(uind)->nick,user(usern)->nick,sizeof(user(uind)->nick));
+	    strmncpy(user(uind)->login,user(usern)->login,sizeof(user(uind)->login));
+	    strmncpy(user(uind)->user,user(usern)->user,sizeof(user(uind)->user));
+	    strmncpy(user(uind)->pass,user(usern)->pass,sizeof(user(uind)->pass));
+	    user(uind)->outstate = STD_NOCON;
+	    user(uind)->instate = user(usern)->instate;
+	    user(uind)->insock = user(usern)->insock;
+	    user(uind)->rights = user(usern)->rights;
+	    user(uind)->parent = usern;
+	    strmncpy(user(uind)->network,irccontent,sizeof(user(uind)->network));
+	    writeuser(uind);
+	    clearuser(uind);
+	    loaduser(uind);
+	    p_log(LOG_INFO,usern,lngtxt(42),user(uind)->network,user(usern)->login);
+	    return uind;
+	}
+	uind++;
+    }
+    p_log(LOG_ERROR,usern,lngtxt(43));
+    return -1;
+}
+
+/* delete a network */
+int cmddelnetwork(int usern)
+{
+    int uind;
+    pcontext;
+    if (strlen(irccontent) == 0) {
+       ssnprintf(user(usern)->insock,lngtxt(44),user(usern)->nick);
+       return -1;
+    }
+    if ((uind = checkusernetwork(usern)) == 0) {
+       ssnprintf(user(usern)->insock,lngtxt(45),user(usern)->nick,irccontent);
+       return -1;
+    }
+    deluser(uind);
+    p_log(LOG_INFO,usern,lngtxt(46),user(uind)->network,user(uind)->login);
+    loaduser(uind);
+    return 0x0;
+}
+
+/* switch to another network */
+int cmdswitchnet(int usern)
+{
+    int uind;
+    char ocont[400];
+    struct uchannelt *chan;
+    struct usernodes *und;
+    struct usert *un,*un1;
+    if(user(usern)->parent!=0) return 0x0;
+    pcontext;
+    if (strlen(irccontent) == 0)
+    {
+       ssnprintf(user(usern)->insock,lngtxt(47),user(usern)->nick);
+       return -1;
+    }
+    if (strlen(ircto) == 0)
+    {
+       ssnprintf(user(usern)->insock,lngtxt(48),user(usern)->nick);
+       return -1;
+    }
+    if ((uind = checkusernetwork(usern)) == 0) {
+       ssnprintf(user(usern)->insock,lngtxt(49),user(usern)->nick,irccontent);
+       return -1;
+    }
+    strmncpy(ocont,irccontent,sizeof(ocont));
+    strmncpy(irccontent,ircto,sizeof(irccontent));
+    if(checkusernetwork(usern)!=0)
+    {
+       ssnprintf(user(usern)->insock,lngtxt(50),user(usern)->nick,irccontent);
+       return -1;
+    }
+    strmncpy(irccontent,ocont,sizeof(irccontent));
+    /* part channels of main and network
+       main */
+    chan=user(usern)->channels;
+    while(chan!=NULL)
+    {
+	if(chan->ison!=0)
+	{
+	    ssnprintf(user(usern)->insock,lngtxt(51),chan->name,user(usern)->nick);
+	}
+	chan=chan->next;
+    }
+    chan=user(uind)->channels;
+    while(chan!=NULL)
+    {
+	if(chan->ison!=0)
+	{
+	    ssnprintf(user(usern)->insock,lngtxt(52),user(uind)->network,chan->name,user(usern)->nick);
+	}
+	chan=chan->next;
+    }
+    /* parted all channels, setting new network and parent */
+    un=user(usern);
+    un1=user(uind);
+    und=usernode;
+    while(und!=NULL)
+    {
+	if(und->user!=NULL)
+	{
+	    if(und->user==un1)
+	    {
+		und->user=un;
+		und->uid=usern;
+	    }
+	    else if(und->user==un)
+	    {
+		und->user=un1;
+		und->uid=uind;
+	    } else
+	    if(und->user->parent==usern)
+		und->user->parent=uind;
+	}
+	und=und->next;
+    }
+    user(uind)->network[0]=0;
+    user(uind)->parent=0;
+    strmncpy(user(usern)->network,ircto,sizeof(user(usern)->network));
+    user(usern)->parent=uind;
+    writeuser(uind);
+    writeuser(usern);
+    flushconfig();
+    ssnprintf(user(usern)->insock,lngtxt(53),user(usern)->nick,user(usern)->login,user(usern)->host,user(uind)->nick);
+    rejoinclient(uind);
+    rejoinclient(usern);
+    return 0x0;
+}
+#endif
+
+/* change password */
+int cmdpassword(int usern)
+{
+    char fname[20];
+    char buf[400];
+    struct usernodes *unode;
+    int uind;
+    char *pw;
+    pcontext;
+    uind=usern;
+    if (strlen(irccontent) == 0) {
+       ssnprintf(user(usern)->insock,lngtxt(54),user(usern)->nick);
+       return -1;
+    }
+    if (strlen(ircto)) {
+       uind = checkuser(ircto);
+       if (uind==0) {
+           ssnprintf(user(usern)->insock,lngtxt(55),user(usern)->nick,ircto);
+           return -1;
+       }
+    } else
+       strmncpy(ircto,user(usern)->login,sizeof(ircto));
+    if(uind!=usern && user(usern)->rights!=RI_ADMIN)
+    {
+           ssnprintf(user(usern)->insock,lngtxt(56),user(usern)->nick);
+           return -1;
+    }
+    unode=usernode;
+    ap_snprintf(buf,sizeof(buf),"%s%s",slt1,slt2);
+    pw=BLOW_stringencrypt(buf,irccontent);
+    while(unode)
+    {
+	if(unode->user)
+	{
+	    if(unode->uid==uind || unode->user->parent==uind)
+	    {
+		ap_snprintf(fname,sizeof(fname),lngtxt(57),unode->uid);
+		ap_snprintf(user(unode->uid)->pass,sizeof(user(unode->uid)->pass),"=%s",pw);
+		/* reset penalty */
+		user(unode->uid)->pentime=0;
+		user(unode->uid)->penalty=0;
+		writeini("USER","PASS",fname,user(unode->uid)->pass);
+	    }
+	}
+	unode=unode->next;
+    }
+    if(pw) free(pw);
+    flushconfig();
+    ssnprintf(user(usern)->insock,lngtxt(58),user(usern)->nick,ircto,irccontent);
+    return 0x0;
+}
+
+int cmdnick(int usern)
+{
+    pcontext;
+    strmncpy(user(usern)->wantnick,irccontent,sizeof(user(usern)->wantnick));
+    return 0x0;
+}
+
+/* jumping servers */
+int cmdjump(int usern)
+{
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (user(usern)->outstate == STD_CONN) {
+	if(*irccontent!=0)
+	{
+	    if(atoi(irccontent)>0 && atoi(irccontent)<21)
+	    {
+		user(usern)->currentserver=atoi(irccontent)-1;
+	    }
+	}
+	ssnprintf(user(usern)->insock,lngtxt(59),user(userp)->nick);
+	p_log(LOG_INFO,usern,lngtxt(60),user(usern)->login);
+	user(usern)->afterquit=1;
+	writesock(user(usern)->outsock,lngtxt(61));
+	killsocket(user(usern)->outsock);
+    } else {
+	ssnprintf(user(usern)->insock,lngtxt(62),user(userp)->nick);
+    }
+    return 0x0;
+}
+
+int findnet(int usern, char *name)
+{
+    struct usernodes *th;
+    th = usernode;
+	for (th = usernode; th != NULL; th = th->next) {
+		if (user(th->uid)->parent == usern && strmcmp(user(th->uid)->network,name) == 1) return th->uid;
+	}
+	return 0x0;
+}
+
+/* Quitting a user from a network */
+int cmdbquitn(int usern)
+{
+	int userp;
+	int victim_uid;
+	int victim_net_uid;
+
+	pcontext;
+	
+	if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+
+	/* If they didn't supply a user/network shout at them */
+    if (strlen(irccontent) == 0) { ssnprintf(user(usern)->insock,lngtxt(1413),user(userp)->nick); return 0x0; }
+    if (strlen(ircto) == 0)	{ ssnprintf(user(usern)->insock,lngtxt(1413),user(userp)->nick); return 0x0; }
+
+	/* Check if the user exists */
+	victim_uid = checkuser(ircto);
+	if (!victim_uid) { ssnprintf(user(usern)->insock, lngtxt(35), user(userp)->nick, ircto); return 0x0; }
+
+	/* Check if the network exists for that user */
+	victim_net_uid = findnet(victim_uid, irccontent);
+	if (!victim_net_uid) { ssnprintf(user(usern)->insock, lngtxt(1414), user(userp)->nick, irccontent, ircto); return 0x0; }
+	
+	/* If the user already quitted, there is not much to do */
+	if (user(victim_net_uid)->quitted ==1) {
+		ssnprintf(user(usern)->insock,lngtxt(1415), user(userp)->nick, ircto, irccontent);
+		return 0x0;
+	}
+	
+	/* Quit the user and send them a message. */
+	user(victim_net_uid)->quitted = 1;
+	ssnprintf(user(victim_net_uid)->insock, lngtxt(1416), user(victim_net_uid)->nick, irccontent);
+	writeuser(victim_net_uid);
+
+	if (user(victim_net_uid)->outstate == STD_CONN) {
+	   writesock(user(victim_net_uid)->outsock,lngtxt(264));
+	   killsocket(user(victim_net_uid)->outsock);
+	   user(victim_net_uid)->outstate = STD_NOCON;
+	   user(victim_net_uid)->instate=STD_CONN;
+	   user(victim_net_uid)->outsock=0;
+	   user(victim_net_uid)->server[0]=0;
+	}
+	
+	/* Tell admin we killed the user */
+	ssnprintf(user(usern)->insock,lngtxt(1417), user(userp)->nick, ircto, irccontent);
+	return 0x0;
+}
+
+/* Connecting a user to a specific network */
+int cmdbconnectn(int usern)
+{
+	int userp;
+	int victim_uid;
+	int victim_net_uid;
+
+	pcontext;
+	
+	if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+
+	/* If they didn't supply a user/network shout at them */
+    if (strlen(irccontent) == 0) { ssnprintf(user(usern)->insock,lngtxt(1423),user(userp)->nick); return 0x0; }
+    if (strlen(ircto) == 0)	{ ssnprintf(user(usern)->insock,lngtxt(1423),user(userp)->nick); return 0x0; }
+
+	/* Check if the user exists */
+	victim_uid = checkuser(ircto);
+	if (!victim_uid) { ssnprintf(user(usern)->insock, lngtxt(35), user(userp)->nick, ircto); return 0x0; }
+
+	/* Check if the network exists for that user */
+	victim_net_uid = findnet(victim_uid, irccontent);
+	if (!victim_net_uid) { ssnprintf(user(usern)->insock, lngtxt(1424), user(userp)->nick, irccontent, ircto); return 0x0; }
+	
+	/* If the user is already connecting, there is not much to do */
+	if (user(victim_net_uid)->quitted == 0) {
+		ssnprintf(user(usern)->insock,lngtxt(1425), user(userp)->nick, ircto, irccontent);
+		return 0x0;
+	}
+	
+	/* Connect the user and send them a message. */
+	ssnprintf(user(victim_net_uid)->insock, lngtxt(1426), user(victim_net_uid)->nick, irccontent);
+	user(victim_net_uid)->quitted = 0;
+	user(victim_net_uid)->delayed = 0;
+	writeuser(victim_net_uid);
+	
+	/* Tell admin we are attempting to connect the user */
+	ssnprintf(user(usern)->insock,lngtxt(1427), user(userp)->nick, ircto, irccontent);
+	return 0x0;
+}
+
+/* Setting a VHOST for a user on a network */
+int cmdbvhostn(int usern)
+{
+	char fname[20];
+	char buf[100];
+
+	int userp;
+	char *network;
+	char *vhost;
+	char oldvhost[100];
+
+	int victim_uid;
+	int victim_net_uid;
+
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+
+	/* If they didn't supply a user/network/vhost shout at them */
+    if (strlen(irccontent) == 0 || strchr(irccontent,' ') == NULL) { ssnprintf(user(usern)->insock,lngtxt(1403),user(userp)->nick); return 0x0; }
+    if (strlen(ircto) == 0)	{ ssnprintf(user(usern)->insock,lngtxt(1403),user(userp)->nick); return 0x0; }
+
+	/* If they did, we should split the stuff up */
+	network = strtok(irccontent, " ");
+	vhost = strtok(NULL, " ");
+	if (vhost == NULL || network == NULL) { ssnprintf(user(usern)->insock,lngtxt(1403),user(userp)->nick); return 0x0; }
+	
+	/* Check if the user exists */
+	victim_uid = checkuser(ircto);
+	if (!victim_uid) { ssnprintf(user(usern)->insock, lngtxt(35), user(userp)->nick, ircto); return 0x0; }
+
+	/* Check if the network exists for that user */
+	victim_net_uid = findnet(victim_uid, network);
+	if (!victim_net_uid) { ssnprintf(user(usern)->insock, lngtxt(1404), user(userp)->nick, network, ircto); return 0x0; }
+
+	snprintf(oldvhost, 100, "%s", user(victim_net_uid)->vhost);
+	
+	/* Write the new vhost in the user's struct */
+	user(victim_net_uid)->vlink = 0;
+	strmncpy(user(victim_net_uid)->vhost, vhost, sizeof(user(victim_net_uid)->vhost));
+	
+	/* And write the new vhost to the config file */
+    ap_snprintf(fname,sizeof(fname),lngtxt(64),victim_net_uid);
+    writeini("USER", lngtxt(65), fname, user(victim_net_uid)->vhost);
+    ap_snprintf(buf, sizeof(buf),"%d", user(victim_net_uid)->vlink);
+    writeini("USER", lngtxt(66), fname, buf);
+    flushconfig();
+
+	ssnprintf(user(usern)->insock, lngtxt(1405), user(userp)->nick, ircto, network, oldvhost, vhost);
+	return 0x0;
+}
+
+/* setting vhost */
+int cmdvhost(int usern)
+{
+    char fname[20];
+    char buf[100];
+    int vl;
+    int userp;
+    int fuid=0;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    vl=atoi(ircto);
+    if (vl!=0)
+    {
+	if (datalink(vl)->type!=1 && datalink(vl)->type!=2)
+	{
+	    ssnprintf(user(usern)->insock,lngtxt(63),user(usern)->nick,vl);
+	    return 0x0;
+	}
+    } else {
+	if(user(userp)->rights==RI_ADMIN && *ircto)
+	{
+	    fuid=checkuser(ircto);
+	    if(!fuid)
+	    {
+		ssnprintf(user(usern)->insock,lngtxt(35),user(userp)->nick,ircto);
+		return 0x0;
+	    }
+	}
+	vl=0;
+    }
+    if(!fuid) fuid=usern;
+    user(fuid)->vlink=vl;
+    strmncpy(user(fuid)->vhost,irccontent,sizeof(user(fuid)->vhost));
+    ap_snprintf(fname,sizeof(fname),lngtxt(64),fuid);
+    writeini("USER",lngtxt(65),fname,user(fuid)->vhost);
+    ap_snprintf(buf,sizeof(buf),"%d",vl);
+    writeini("USER",lngtxt(66),fname,buf);
+    flushconfig();
+    if (vl!=0)
+        ssnprintf(user(usern)->insock,lngtxt(67),user(userp)->nick,user(usern)->vhost,vl);
+    else
+        ssnprintf(user(usern)->insock,lngtxt(68),user(userp)->nick,user(fuid)->vhost);
+    return 0x0;
+}
+
+#ifdef PROXYS
+/* setting proxy */
+int cmdproxy(int usern)
+{
+    char fname[20];
+    char buf[100];
+    char grnf[400];
+    char *pt,*ept,*dpt;
+    int userp;
+    pcontext;
+    ap_snprintf(grnf,sizeof(grnf),lngtxt(69),ircto,irccontent);
+    pt=grnf;
+    ept=pt;
+    while(*ept==' ') ept++;
+    pt=ept;
+    dpt=ept;
+    while(ept!=NULL)
+    {
+	 ept=strchr(ept+1,':');
+         if(ept!=NULL) dpt=ept;
+    }
+    if(dpt==ept) return 0x0;
+    if(dpt==NULL || pt==NULL) return 0x0;
+    *dpt=0;
+    dpt++;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    strmncpy(user(usern)->proxy,pt,sizeof(user(usern)->proxy));
+    user(usern)->pport=atoi(dpt);
+    ap_snprintf(fname,sizeof(fname),lngtxt(70),usern);
+    writeini("USER",lngtxt(71),fname,user(usern)->proxy);
+    ap_snprintf(buf,sizeof(buf),"%d",user(usern)->pport);
+    writeini("USER",lngtxt(72),fname,buf);
+    flushconfig();
+    if(user(usern)->pport==0)
+	ssnprintf(user(usern)->insock,lngtxt(73),user(userp)->nick);
+    else
+	ssnprintf(user(usern)->insock,lngtxt(74),user(userp)->nick,user(usern)->proxy,user(usern)->pport);
+    return 0x0;
+}
+#endif
+
+/* setting antiidle */
+int cmdaidle(int usern)
+{
+    char fname[20];
+    char buf[10];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (atoi(irccontent) != 0 && atoi(irccontent) != 1) {
+	ssnprintf(user(usern)->insock,lngtxt(75),user(userp)->nick);
+	return 0x0;
+    }
+    user(usern)->antiidle=atoi(irccontent);
+    ap_snprintf(buf,sizeof(buf),"%d",user(usern)->antiidle);
+    ap_snprintf(fname,sizeof(fname),lngtxt(76),usern);
+    writeini("USER",lngtxt(77),fname,buf);
+    flushconfig();
+    if (user(usern)->antiidle==1) {
+       ssnprintf(user(usern)->insock,lngtxt(78),user(userp)->nick);
+    } else {
+       ssnprintf(user(usern)->insock,lngtxt(79),user(userp)->nick);
+    }
+    return 0x0;
+}
+
+/* setting autojoin */
+int cmdautorejoin(int usern)
+{
+    char fname[20];
+    char buf[10];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (atoi(irccontent) != 0 && atoi(irccontent) != 1) {
+	ssnprintf(user(usern)->insock,lngtxt(80),user(userp)->nick);
+	return 0x0;
+    }
+    user(usern)->autorejoin=atoi(irccontent);
+    ap_snprintf(buf,sizeof(buf),"%d",user(usern)->autorejoin);
+    ap_snprintf(fname,sizeof(fname),lngtxt(81),usern);
+    writeini("USER",lngtxt(82),fname,buf);
+    flushconfig();
+    if (user(usern)->autorejoin==1) {
+       ssnprintf(user(usern)->insock,lngtxt(83),user(userp)->nick);
+    } else {
+       ssnprintf(user(usern)->insock,lngtxt(84),user(userp)->nick);
+    }
+    return 0x0;
+}
+
+/* setting leavequit */
+int cmdleavequit(int usern)
+{
+    char fname[20];
+    char buf[10];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (atoi(irccontent) != 0 && atoi(irccontent) != 1) {
+	ssnprintf(user(usern)->insock,lngtxt(85),user(userp)->nick);
+	return 0x0;
+    }
+    user(usern)->leavequit=atoi(irccontent);
+    ap_snprintf(buf,sizeof(buf),"%d",user(usern)->leavequit);
+    ap_snprintf(fname,sizeof(fname),lngtxt(86),usern);
+    writeini("USER",lngtxt(87),fname,buf);
+    flushconfig();
+    if (user(usern)->leavequit==1) {
+       ssnprintf(user(usern)->insock,lngtxt(88),user(userp)->nick);
+    } else {
+       ssnprintf(user(usern)->insock,lngtxt(89),user(userp)->nick);
+    }
+    return 0x0;
+}
+
+/* cmddccenable - setting if dccs are allowed to the bouncer */
+int cmddccenable(int usern)
+{
+    char fname[20];
+    char buf[10];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (atoi(irccontent) != 0 && atoi(irccontent) != 1) {
+	ssnprintf(user(usern)->insock,lngtxt(90),user(userp)->nick);
+	return 0x0;
+    }
+    user(usern)->dccenabled=atoi(irccontent);
+    ap_snprintf(buf,sizeof(buf),"%d",user(usern)->dccenabled);
+    ap_snprintf(fname,sizeof(fname),lngtxt(91),usern);
+    writeini("USER",lngtxt(92),fname,buf);
+    flushconfig();
+    if (user(usern)->dccenabled==1) {
+       ssnprintf(user(usern)->insock,lngtxt(93),user(userp)->nick);
+    } else {
+       ssnprintf(user(usern)->insock,lngtxt(94),user(userp)->nick);
+    }
+    return 0x0;
+}
+
+/* setting away parameter */
+int cmdsetaway(int usern)
+{
+    char fname[20];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    strmncpy(user(usern)->away,irccontent,sizeof(user(usern)->away));
+    ap_snprintf(fname,sizeof(fname),lngtxt(95),usern);
+    writeini("USER","AWAY",fname,user(usern)->away);
+    flushconfig();
+    ssnprintf(user(usern)->insock,lngtxt(96),user(userp)->nick,user(usern)->away);
+    return 0x0;
+}
+
+/* setting leavemsg parameter */
+int cmdsetleavemsg(int usern)
+{
+    char fname[20];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    strmncpy(user(usern)->leavemsg,irccontent,sizeof(user(usern)->leavemsg));
+    ap_snprintf(fname,sizeof(fname),lngtxt(97),usern);
+    writeini("USER",lngtxt(98),fname,user(usern)->leavemsg);
+    flushconfig();
+    ssnprintf(user(usern)->insock,lngtxt(99),user(userp)->nick,user(usern)->leavemsg);
+    return 0x0;
+}
+
+/* setting away nick */
+int cmdsetawaynick(int usern)
+{
+    char fname[20];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    strmncpy(user(usern)->awaynick,irccontent,sizeof(user(usern)->awaynick));
+    ap_snprintf(fname,sizeof(fname),lngtxt(100),usern);
+    writeini("USER",lngtxt(101),fname,user(usern)->awaynick);
+    flushconfig();
+    ssnprintf(user(usern)->insock,lngtxt(102),user(userp)->nick,user(usern)->awaynick);
+    return 0x0;
+}
+
+
+/* setting username */
+int cmdsetusername(int usern)
+{
+    char fname[20];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    strmncpy(user(usern)->user,irccontent,sizeof(user(usern)->user));
+    ap_snprintf(fname,sizeof(fname),lngtxt(103),usern);
+    writeini("USER","USER",fname,user(usern)->user);
+    flushconfig();
+    ssnprintf(user(usern)->insock,lngtxt(104),user(userp)->nick,user(usern)->user);
+    return 0x0;
+}
+
+int cmdaddserver(int usern)
+{
+    char fname[20];
+    char buf[400];
+    char gsrv[400];
+    char *pt,*dpt,*ept;
+    char *pw;
+    char *dpw=lngtxt(1316);
+    int nmsrv;
+    int rc;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(ircto) == 0) {
+       ssnprintf(user(usern)->insock,lngtxt(105),user(userp)->nick);
+       return -1;
+    }
+	/* Deny adding a server with 'eushells.com' in it to prevent connecting to the bouncer itself */
+	if (strmwildcmp(ircto, "*.eushells.com")!=0) {
+		ssnprintf(user(usern)->insock,lngtxt(1380),user(userp)->nick);
+		return -1;
+	}
+    ap_snprintf(fname,sizeof(fname),lngtxt(106),usern);
+    nmsrv=1;
+    while (nmsrv < 10)
+    {
+	  ap_snprintf(gsrv,sizeof(gsrv),lngtxt(107),ircto,irccontent);
+	  pt=gsrv;
+	  ept=pt;
+          while(*ept==' ') ept++;
+	  pt=ept;
+          dpt=ept;
+	  while(ept!=NULL)
+	  {
+	     ept=strchr(ept+1,':');
+	     if(ept!=NULL) dpt=ept;
+          }
+          if(dpt==ept) return 0x0;
+          if(dpt==NULL || pt==NULL) return 0x0;
+          *dpt=0;
+          dpt++;
+
+          rc=getserver(nmsrv,usern);
+	  if (rc<0) {
+              pw=strchr(dpt,' ');
+	      if(pw!=NULL)
+	      {
+	          *pw=0;
+		  pw++;
+		  ap_snprintf(buf,sizeof(buf),lngtxt(108),nmsrv);
+		  writeini(lngtxt(109),buf,fname,pw);
+	      } else {
+	          pw=dpw;
+	      }
+	      if (strlen(dpt)==0) {
+	         ap_snprintf(irccontent,sizeof(irccontent),"6667");
+	      } else {
+	         strmncpy(irccontent,dpt,sizeof(irccontent));
+	      }
+	      ap_snprintf(buf,sizeof(buf),lngtxt(110),nmsrv);
+	      writeini(lngtxt(111),buf,fname,irccontent);
+	      ap_snprintf(buf,sizeof(buf),lngtxt(112),nmsrv);
+	      writeini(lngtxt(113),buf,fname,pt);
+	      flushconfig();
+              ssnprintf(user(usern)->insock,lngtxt(114),user(userp)->nick,pt,irccontent,pw);
+	      user(usern)->delayed=0;
+	      return 0x0;
+	  }
+	  nmsrv++;
+    }
+    ssnprintf(user(usern)->insock,lngtxt(115),user(userp)->nick);
+    return -1;
+}
+
+int cmddelserver(int usern)
+{
+    char fname[20];
+    char buf[400];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+       ssnprintf(user(usern)->insock,lngtxt(116),user(userp)->nick);
+       return -1;
+    }
+    ap_snprintf(fname,sizeof(fname),lngtxt(117),usern);
+    ap_snprintf(buf,sizeof(buf),lngtxt(118),irccontent);
+    writeini(lngtxt(119),buf,fname,NULL);
+    ap_snprintf(buf,sizeof(buf),lngtxt(120),irccontent);
+    writeini(lngtxt(121),buf,fname,NULL);
+    ap_snprintf(buf,sizeof(buf),lngtxt(122),irccontent);
+    writeini(lngtxt(123),buf,fname,NULL);
+    flushconfig();
+    ssnprintf(user(usern)->insock,lngtxt(124),user(userp)->nick,irccontent);
+    return -1;
+}
+
+int cmdlistservers(int usern)
+{
+    char fname[20];
+    char sicsrv[400];
+    int sicport;
+    int nmsrv;
+    int rc;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    sicport=user(usern)->port;
+    strmncpy(sicsrv,user(usern)->server,sizeof(sicsrv));
+    ap_snprintf(fname,sizeof(fname),lngtxt(125),usern);
+    nmsrv=1;
+    while (nmsrv < 10)
+    {
+          rc=getserver(nmsrv,usern);
+	  if (rc==0) {
+              ssnprintf(user(usern)->insock,lngtxt(126),user(userp)->nick,nmsrv,user(usern)->server,user(usern)->port);
+	  }
+	  nmsrv++;
+    }
+    ssnprintf(user(usern)->insock,lngtxt(127),user(userp)->nick);
+    strmncpy(user(usern)->server,sicsrv,sizeof(user(usern)->server));
+    user(usern)->port = sicport;
+    return -1;
+}
+
+#ifdef LINKAGE
+
+int cmdlinkfrom(int usern)
+{
+    cmdaddlink(usern,LI_ALLOW);
+    return 0x0;
+}
+
+int cmdlinkto(int usern)
+{
+    cmdaddlink(usern,LI_LINK);
+    return 0x0;
+}
+
+int cmdaddlink(int usern,int type)
+{
+    int newlink = 0;
+    char *pt,*ept,*dpt;
+    char *fr=lngtxt(1317);
+    char *tr=lngtxt(1318);
+    char *tp;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (*me==0) {
+       ssnprintf(user(usern)->insock,lngtxt(128),user(userp)->nick);
+       return -1;
+    }
+    if (strlen(irccontent) == 0) {
+       ssnprintf(user(usern)->insock,lngtxt(129),user(userp)->nick,irccommand);
+       return -1;
+    }
+    if (strlen(ircto) == 0 && type!=LI_LINK) {
+       ssnprintf(user(usern)->insock,lngtxt(130),user(userp)->nick,irccommand);
+       return -1;
+    }
+    if (strchr(irccontent,':')==NULL) {
+       ssnprintf(user(usern)->insock,lngtxt(131),user(userp)->nick,irccommand);
+       return -1;
+    }
+    pt=strchr(irccontent,':');
+    ept=pt;
+    dpt=pt;
+    while(ept!=NULL)
+    {
+	ept=strchr(ept+1,':');
+	if(ept!=NULL) dpt=ept;
+    }
+    pt=dpt;
+    *pt=0;pt++;
+    if (atoi(pt)==0) {
+       ssnprintf(user(usern)->insock,lngtxt(132),user(userp)->nick,irccommand);
+       return -1;
+    }
+    if (type==LI_LINK)
+    {
+	strmncpy(ircto,me,sizeof(ircto));
+	strmncpy(datalink(newlink)->pass,randstring(15),sizeof(datalink(newlink)->pass));
+	tp=tr;
+    } else
+	tp=fr;
+    newlink=getlinkbyname(ircto);
+    if (newlink!=0 && type!=LI_LINK) {
+       ssnprintf(user(usern)->insock,lngtxt(133),user(userp)->nick,ircto);
+       return -1;
+    }
+    newlink=getnewlink();
+    if (newlink==0) {
+       ssnprintf(user(usern)->insock,lngtxt(134),user(userp)->nick);
+       return -1;
+    }
+    clearlink(newlink);
+    strmncpy(datalink(newlink)->host,irccontent,sizeof(datalink(newlink)->host));
+    datalink(newlink)->port=atoi(pt);
+    datalink(newlink)->allowrelay=0;
+    strmncpy(datalink(newlink)->name,ircto,sizeof(datalink(newlink)->name));
+    datalink(newlink)->type=type;
+    if (type==LI_ALLOW)
+	 strmncpy(datalink(newlink)->iam,ircto,sizeof(datalink(newlink)->iam));
+    writelink(newlink);
+    p_log(LOG_INFO,usern,lngtxt(135),datalink(newlink)->name,tp,datalink(newlink)->host,datalink(newlink)->port,user(usern)->login);
+    return 0x0;
+}
+
+/* set / unset the relay flag */
+int cmdrelaylink(int usern)
+{
+    char *yo=lngtxt(1319);
+    char *nes=lngtxt(1320);
+    int lnk;
+    char *pt;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0 || (atoi(irccontent)!=0 && atoi(irccontent)!=1)) {
+       ssnprintf(user(usern)->insock,lngtxt(136),user(userp)->nick);
+       return -1;
+    }
+    if (strlen(ircto)==0) {
+       ssnprintf(user(usern)->insock,lngtxt(137),user(userp)->nick);
+       return -1;
+    }
+    lnk=atoi(ircto);
+    if (datalink(lnk)->type==0) lnk=0;
+    if (lnk==0)
+    {
+       ssnprintf(user(usern)->insock,lngtxt(138),user(userp)->nick,ircto);
+       return -1;
+    }
+    datalink(lnk)->allowrelay=atoi(irccontent);
+    writelink(lnk);
+    if (datalink(lnk)->allowrelay==0)
+	pt=nes;
+    else
+	pt=yo;
+    p_log(LOG_INFO,usern,lngtxt(139),ircto,pt,user(usern)->login);
+    return 0x0;
+}
+
+int cmddellink(int usern)
+{
+    int lnk=0;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+       ssnprintf(user(usern)->insock,lngtxt(140),user(userp)->nick);
+       return -1;
+    }
+    if (datalink(atoi(irccontent))->type!=0)
+	lnk=atoi(irccontent);
+    if (lnk==0)
+    {
+       ssnprintf(user(usern)->insock,lngtxt(141),user(userp)->nick,irccontent);
+       return -1;
+    }
+    p_log(LOG_INFO,usern,lngtxt(142),lnk,user(usern)->login);
+    if (datalink(lnk)->outstate==STD_CONN)
+    {
+	sysparty(lngtxt(143),datalink(lnk)->iam,user(usern)->login);
+	killsocket(datalink(lnk)->outsock);
+	removetopology(me,datalink(lnk)->iam,lostlink);
+    }
+    if (datalink(lnk)->instate==STD_CONN)
+    {
+	sysparty(lngtxt(144),datalink(lnk)->iam,user(usern)->login);
+	killsocket(datalink(lnk)->insock);
+	removetopology(me,datalink(lnk)->iam,lostlink);
+    }
+    clearlink(lnk);
+    eraselinkini(lnk);
+    return 0x0;
+}
+
+int iiusern;
+
+/* listevent; */
+int listsinglelink(char *dispbuf)
+{
+    ssnprintf(user(iiusern)->insock,lngtxt(145),user(iiusern)->nick,dispbuf);
+    return 0x0;
+}
+
+/* list the links */
+int cmdlistlinks(int usern)
+{
+    struct linknodes *th;
+    int linkn=1;
+    char o[]="->";
+    char i[]="<-";
+    char r[]="R ";
+    char l;
+    char *pt = NULL;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    ssnprintf(user(usern)->insock,lngtxt(146),user(usern)->nick);
+    th=linknode;
+    while (th!=NULL)
+    {
+	linkn=th->uid;
+	l=' ';
+	if (datalink(linkn)->type!=0)
+	{
+	    if (datalink(linkn)->type==LI_LINK)
+	    {
+		pt=o;
+		if (datalink(linkn)->outstate==STD_CONN) l='*';
+	    }
+	    if (datalink(linkn)->type==LI_ALLOW)
+	    {
+		if (datalink(linkn)->instate==STD_CONN) l='*';
+		pt=i;
+	    }
+	    if (datalink(linkn)->type==LI_RELAY) { pt=r; l='*';}
+	    ssnprintf(user(usern)->insock,lngtxt(147),user(userp)->nick,l,linkn,pt,datalink(linkn)->iam,datalink(linkn)->host,datalink(linkn)->port);
+	}
+	th=th->next;
+    }
+    iiusern=usern;
+    ssnprintf(user(usern)->insock,lngtxt(148),user(usern)->nick);
+    displaytopology(listsinglelink);
+    ssnprintf(user(usern)->insock,lngtxt(149),user(usern)->nick);
+    return 0x0;
+}
+
+#endif
+
+#ifdef DCCCHAT
+
+int cmdadddcc(int usern)
+{
+    char *npt;
+    char *upt;
+    char *ppt;
+    char *hpt;
+    char *spt;
+    char *tpt;
+    int port;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    npt=strchr(ircbuf,' ');
+    if (npt!=NULL)
+    {
+	*npt=0;
+	npt++;
+	upt=strchr(npt,' ');
+	if (upt!=NULL)
+	{
+	    *upt=0;
+	    upt++;
+	    ppt=strchr(upt,' ');
+	    if (ppt!=NULL)
+	    {
+		*ppt=0;
+		ppt++;
+		hpt=strchr(ppt,':');
+		if (hpt!=NULL)
+		{
+		    *hpt=0;
+		    hpt++;
+		    spt=strchr(hpt,':');
+		    tpt=spt;
+		    while(tpt!=NULL)
+		    {
+			spt=tpt;
+			tpt++;
+			tpt=strchr(tpt,':'); /* stripping ipv6 addresses */
+		    }
+		    if (spt!=NULL)
+		    {
+			*spt=0;
+			spt++;
+			port=atoi(spt);
+			if (port!=0)
+			{
+			    adddcc(usern,hpt,port,upt,ppt,npt,0);
+			    return 0x0;
+			}
+		    }
+		}
+	    }
+	}
+    }
+    ssnprintf(user(usern)->insock,lngtxt(150),user(userp)->nick);
+    return 0x0;
+}
+
+int cmddeldcc(int usern)
+{
+    erasedcc(usern,atoi(irccontent));
+    return 0x0;
+}
+
+int cmdlistdcc(int usern)
+{
+    listdccs(usern);
+    return 0x0;
+}
+
+int cmddccchat(int usern)
+{
+    addpendingdcc(usern, PDC_CHATTORQ, NULL, 0, irccontent, NULL, NULL, 0L, AF_INET);
+    return 0x0;
+}
+
+int cmddccanswer(int usern)
+{
+    addpendingdcc(usern, PDC_CHATFROM, NULL, 0, irccontent, NULL, NULL, 0L, AF_INET);
+    return 0x0;
+}
+
+#endif
+
+#ifdef DCCFILES
+
+int cmddccsend(int usern)
+{
+    addpendingdcc(usern, PDC_SENDTORQ, NULL, 0, ircto, irccontent, NULL, 0L, AF_INET);
+    return 0x0;
+}
+
+int cmddccget(int usern)
+{
+    char *pt;
+    pt=strchr(irccontent,' ');
+    if(pt!=NULL)
+    {
+	*pt=0;
+	pt++;
+	addpendingdcc(usern, PDC_RECVFROM, NULL,0, ircto, irccontent, pt, 0L, AF_INET);
+    } else {
+	addpendingdcc(usern, PDC_RECVFROM, NULL,0, ircto, irccontent, NULL, 0L, AF_INET);
+    }
+    return 0x0;
+}
+
+int cmddccsendme(int usern)
+{
+    addpendingdcc(usern, PDC_SENDTORQ, NULL, 0, user(usern)->nick,irccontent, NULL, 0L, AF_INET);
+    return 0x0;
+}
+
+/* setting autogetdcc */
+int cmdautogetdcc(int usern)
+{
+    char fname[20];
+    char buf[10];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (atoi(irccontent) != 0 && atoi(irccontent) != 1) {
+	ssnprintf(user(usern)->insock,lngtxt(151),user(userp)->nick);
+	return 0x0;
+    }
+    user(usern)->autogetdcc=atoi(irccontent);
+    ap_snprintf(buf,sizeof(buf),"%d",user(usern)->autogetdcc);
+    ap_snprintf(fname,sizeof(fname),lngtxt(152),usern);
+    writeini("USER",lngtxt(153),fname,buf);
+    flushconfig();
+    if (user(usern)->autogetdcc==1) {
+       ssnprintf(user(usern)->insock,lngtxt(154),user(userp)->nick);
+    } else {
+       ssnprintf(user(usern)->insock,lngtxt(155),user(userp)->nick);
+    }
+    return 0x0;
+}
+#endif
+
+int cmddcccancel(int usern)
+{
+    if(ircto[0]==0)
+	canceldcc(usern,irccontent,NULL);
+    else
+	canceldcc(usern,ircto,irccontent);
+    return 0x0;
+}
+
+/* add an op */
+int cmdaddop(int usern)
+{
+    char cfile[40];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(161),user(userp)->nick);
+	return 0x0;
+    }
+    if (strlen(ircto) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(162),user(userp)->nick);
+	return 0x0;
+    }
+    if (strchr(irccontent,';')) {
+        ssnprintf(user(usern)->insock,lngtxt(163),user(userp)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(164),usern);
+    user(usern)->ops=writelist(irccontent,cryptit(ircto),cfile,user(usern)->ops);
+    ssnprintf(user(usern)->insock,lngtxt(165),user(userp)->nick,irccontent,ircto);
+    return 0x0;
+}
+
+/* add an autoop */
+int cmdaddautoop(int usern)
+{
+    char cfile[40];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(166),user(userp)->nick);
+	return 0x0;
+    }
+    if (strlen(ircto) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(167),user(userp)->nick);
+	return 0x0;
+    }
+    if (strchr(irccontent,';')) {
+        ssnprintf(user(usern)->insock,lngtxt(168),user(userp)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(169),usern);
+    user(usern)->aops=writelist(irccontent,cryptit(ircto),cfile,user(usern)->aops);
+    ssnprintf(user(usern)->insock,lngtxt(170),user(userp)->nick,irccontent,ircto);
+    return 0x0;
+}
+
+/* add an askop */
+int cmdaddask(int usern)
+{
+    char cfile[40];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(171),user(userp)->nick);
+	return 0x0;
+    }
+    if (strlen(ircto) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(172),user(userp)->nick);
+	return 0x0;
+    }
+    if (strchr(irccontent,';')) {
+        ssnprintf(user(usern)->insock,lngtxt(173),user(userp)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(174),usern);
+    user(usern)->askops=writelist(irccontent,cryptit(ircto),cfile,user(usern)->askops);
+    ssnprintf(user(usern)->insock,lngtxt(175),user(userp)->nick,irccontent,ircto);
+    return 0x0;
+}
+
+/* add a hostallow */
+int cmdaddallow(int usern)
+{
+    char cfile[40];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(176),user(userp)->nick);
+	return 0x0;
+    }
+    if (strchr(irccontent,';')) {
+        ssnprintf(user(usern)->insock,lngtxt(177),user(userp)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(178),usern);
+    hostallows=writelist(irccontent,"*",cfile,hostallows);
+    ssnprintf(user(usern)->insock,lngtxt(179),user(userp)->nick,irccontent);
+    return 0x0;
+}
+
+/* add a ban */
+int cmdaddban(int usern)
+{
+    char cfile[40];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(180),user(userp)->nick);
+	return 0x0;
+    }
+    if (strlen(ircto) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(181),user(userp)->nick);
+	return 0x0;
+    }
+    if (strchr(irccontent,';')) {
+        ssnprintf(user(usern)->insock,lngtxt(182),user(userp)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(183),usern);
+    user(usern)->bans=writelist(irccontent,ircto,cfile,user(usern)->bans);
+    ssnprintf(user(usern)->insock,lngtxt(184),user(userp)->nick,irccontent,ircto);
+    return 0x0;
+}
+
+/* add an ignore */
+int cmdaddignore(int usern)
+{
+    char cfile[40];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(1332),user(userp)->nick);
+	return 0x0;
+    }
+    if (strlen(ircto) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(1333),user(userp)->nick);
+	return 0x0;
+    }
+    if (strchr(irccontent,';')) {
+        ssnprintf(user(usern)->insock,lngtxt(1334),user(userp)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(1335),usern);
+    user(usern)->ignores=writelist(irccontent,ircto,cfile,user(usern)->ignores);
+    ssnprintf(user(usern)->insock,lngtxt(1336),user(userp)->nick,irccontent,ircto);
+    return 0x0;
+}
+
+#ifndef DYNAMIC
+/* add a logmask */
+int cmdaddlog(int usern)
+{
+    char cfile[40];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(185),user(userp)->nick);
+	return 0x0;
+    }
+    if (strlen(ircto) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(186),user(userp)->nick);
+	return 0x0;
+    }
+    if (strchr(irccontent,';')) {
+        ssnprintf(user(usern)->insock,lngtxt(187),user(userp)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(188),usern);
+    user(usern)->logs=writelist(irccontent,ircto,cfile,user(usern)->logs);
+    ssnprintf(user(usern)->insock,lngtxt(189),user(userp)->nick,ircto,irccontent);
+    return 0x0;
+}
+#endif
+
+#ifdef LINKAGE
+int cmdrelink(int usern)
+{
+    int vl;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    vl=atoi(irccontent);
+    if (vl!=0)
+    {
+	if (datalink(vl)->type!=1 && datalink(vl)->type!=2)
+	{
+	    ssnprintf(user(usern)->insock,lngtxt(190),user(usern)->nick,vl);
+	    return 0x0;
+	}
+    }
+    if(datalink(vl)->type==LI_LINK && datalink(vl)->outstate==STD_CONN)
+	killsocket(datalink(vl)->outsock);
+    if(datalink(vl)->type==LI_ALLOW && datalink(vl)->instate==STD_CONN)
+	killsocket(datalink(vl)->insock);
+    ssnprintf(user(usern)->insock,lngtxt(191),user(usern)->nick,vl);
+    return 0x0;
+}
+#endif
+
+#ifdef CRYPT
+/* add an encryption */
+int cmdencrypt(int usern)
+{
+    char cfile[40];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(192),user(userp)->nick);
+	return 0x0;
+    }
+    if (strlen(ircto) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(193),user(userp)->nick);
+	return 0x0;
+    }
+    if (strchr(irccontent,';')) {
+        ssnprintf(user(usern)->insock,lngtxt(194),user(userp)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(195),usern);
+    ucase(irccontent);
+    user(usern)->encrypt=writelist(irccontent,cryptit(ircto),cfile,user(usern)->encrypt);
+    ssnprintf(user(usern)->insock,lngtxt(196),user(userp)->nick,irccontent,ircto);
+    return 0x0;
+}
+#endif
+
+#ifdef TRANSLATE
+/* add a translator */
+int cmdtranslate(int usern)
+{
+    char cfile[40];
+    char *pt;
+    int userp;
+    char *langs[19];
+    char buf[100];
+    int ec;
+    int isa=0,isb=0;
+    langs[0]= "en_de";
+    langs[1]= "en_fr";
+    langs[2]= "en_it";
+    langs[3]= "en_pt";
+    langs[4]= "de_en";
+    langs[5]= "fr_en";
+    langs[6]= "it_en";
+    langs[7]= "pt_en";
+    langs[8]= "en_zh";
+    langs[9]= "en_ja";
+    langs[10]="en_ko";
+    langs[11]="en_es";
+    langs[12]="en_ru";
+    langs[13]="fr_de";
+    langs[14]="de_fr";
+    langs[15]="ja_en";
+    langs[16]="ko_en";
+    langs[17]="ru_en";
+    langs[18]="es_en";
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(197),user(userp)->nick);
+	return 0x0;
+    }
+    if (strlen(ircto) == 0 || *ircto=='+') {
+        ssnprintf(user(usern)->insock,lngtxt(198),user(userp)->nick);
+	return 0x0;
+    }
+    if (strchr(irccontent,';')) {
+        ssnprintf(user(usern)->insock,lngtxt(199),user(userp)->nick);
+	return 0x0;
+    }
+    strmncpy(buf,irccontent,sizeof(buf));
+    pt=strchr(buf,' ');
+    if(pt==NULL)
+    {
+        ssnprintf(user(usern)->insock,lngtxt(200),user(userp)->nick);
+	return 0x0;
+    }
+    *pt++=0;
+    if(strlen(pt)!=5 || strlen(buf)!=5)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(201),user(userp)->nick);
+	return 0x0;
+    }
+    ec=0;
+    while(ec<19)
+    {
+	if(strstr(langs[ec],pt)!=NULL) isa=1;
+	if(strstr(langs[ec],buf)!=NULL) isb=1;
+	ec++;
+    }
+    if(isa==1 && isb==1)
+    {
+	ap_snprintf(cfile,sizeof(cfile),lngtxt(202),usern);
+	ucase(ircto);
+	user(usern)->translates=writelist(irccontent,ircto,cfile,user(usern)->translates);
+	ssnprintf(user(usern)->insock,lngtxt(203),user(userp)->nick,ircto,irccontent);
+    } else
+	ssnprintf(user(usern)->insock,lngtxt(204),user(userp)->nick);
+    return 0x0;
+}
+#endif
+
+/* remove op entry */
+int cmddelop(int usern)
+{
+    char cfile[40];
+    int userp;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(205),user(userp)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(206),usern);
+    user(usern)->ops=eraselist(atoi(irccontent),cfile,user(usern)->ops);
+    ssnprintf(user(usern)->insock,lngtxt(207),user(userp)->nick,irccontent);
+    return 0x0;
+}
+
+/* remove autoop entry */
+int cmddelautoop(int usern)
+{
+    char cfile[40];
+    int userp;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(208),user(userp)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(209),usern);
+    user(usern)->aops=eraselist(atoi(irccontent),cfile,user(usern)->aops);
+    ssnprintf(user(usern)->insock,lngtxt(210),user(userp)->nick,irccontent);
+    return 0x0;
+}
+
+/* delete askop */
+int cmddelask(int usern)
+{
+    char cfile[40];
+    pcontext;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(211),user(usern)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(212),usern);
+    user(usern)->askops=eraselist(atoi(irccontent),cfile,user(usern)->askops);
+    ssnprintf(user(usern)->insock,lngtxt(213),user(usern)->nick,irccontent);
+    return 0x0;
+}
+
+/* delete allow */
+int cmddelallow(int usern)
+{
+    char cfile[40];
+    pcontext;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(214),user(usern)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(215),usern);
+    hostallows=eraselist(atoi(irccontent),cfile,hostallows);
+    ssnprintf(user(usern)->insock,lngtxt(216),user(usern)->nick,irccontent);
+    return 0x0;
+}
+
+/* delete a ban */
+int cmddelban(int usern)
+{
+    char cfile[40];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(217),user(userp)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(218),usern);
+    pcontext;
+    user(usern)->bans=eraselist(atoi(irccontent),cfile,user(usern)->bans);
+    pcontext;
+    ssnprintf(user(usern)->insock,lngtxt(219),user(userp)->nick,irccontent);
+    pcontext;
+    return 0x0;
+}
+
+/* delete an ignore */
+int cmddelignore(int usern)
+{
+    char cfile[40];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(1337),user(userp)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(1338),usern);
+    pcontext;
+    user(usern)->ignores=eraselist(atoi(irccontent),cfile,user(usern)->ignores);
+    pcontext;
+    ssnprintf(user(usern)->insock,lngtxt(1339),user(userp)->nick,irccontent);
+    pcontext;
+    return 0x0;
+}
+
+/* delete a log entry */
+int cmddellog(int usern)
+{
+    char cfile[40];
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(220),user(userp)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(221),usern);
+    user(usern)->logs=eraselist(atoi(irccontent),cfile,user(usern)->logs);
+    ssnprintf(user(usern)->insock,lngtxt(222),user(userp)->nick,irccontent);
+    return 0x0;
+}
+
+#ifdef CRYPT
+/* delete encryption */
+int cmddelencrypt(int usern)
+{
+    char cfile[40];
+    pcontext;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(223),user(usern)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(224),usern);
+    user(usern)->encrypt=eraselist(atoi(irccontent),cfile,user(usern)->encrypt);
+    ssnprintf(user(usern)->insock,lngtxt(225),user(usern)->nick,irccontent);
+    return 0x0;
+}
+#endif
+
+#ifdef TRANSLATE
+/* delete encryption */
+int cmddeltranslate(int usern)
+{
+    char cfile[40];
+    pcontext;
+    if (strlen(irccontent) == 0) {
+        ssnprintf(user(usern)->insock,lngtxt(226),user(usern)->nick);
+	return 0x0;
+    }
+    ap_snprintf(cfile,sizeof(cfile),lngtxt(227),usern);
+    user(usern)->translates=eraselist(atoi(irccontent),cfile,user(usern)->translates);
+    ssnprintf(user(usern)->insock,lngtxt(228),user(usern)->nick,irccontent);
+    return 0x0;
+}
+#endif
+
+/* list the ops */
+int cmdlistops(int usern)
+{
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    ssnprintf(user(usern)->insock,lngtxt(229),user(userp)->nick);
+    liststrings(user(usern)->ops,usern);
+    ssnprintf(user(usern)->insock,lngtxt(230),user(userp)->nick);
+    return 0x0;
+}
+
+/* list the autoops */
+int cmdlistautoops(int usern)
+{
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    ssnprintf(user(usern)->insock,lngtxt(231),user(userp)->nick);
+    liststrings(user(usern)->aops,usern);
+    ssnprintf(user(usern)->insock,lngtxt(232),user(userp)->nick);
+    return 0x0;
+}
+
+/* list the askops */
+int cmdlistask(int usern)
+{
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    ssnprintf(user(usern)->insock,lngtxt(233),user(userp)->nick);
+    liststrings(user(usern)->askops,usern);
+    ssnprintf(user(usern)->insock,lngtxt(234),user(userp)->nick);
+    return 0x0;
+}
+
+/* list the hostallows */
+int cmdlistallow(int usern)
+{
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    ssnprintf(user(usern)->insock,lngtxt(235),user(userp)->nick);
+    liststrings(hostallows,usern);
+    ssnprintf(user(usern)->insock,lngtxt(236),user(userp)->nick);
+    return 0x0;
+}
+
+/* list all bans */
+int cmdlistbans(int usern)
+{
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    ssnprintf(user(usern)->insock,lngtxt(237),user(userp)->nick);
+    liststrings(user(usern)->bans,usern);
+    ssnprintf(user(usern)->insock,lngtxt(238),user(userp)->nick);
+    return 0x0;
+}
+
+/* list all ignores */
+int cmdlistignores(int usern)
+{
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    ssnprintf(user(usern)->insock,lngtxt(1340),user(userp)->nick);
+    liststrings(user(usern)->ignores,usern);
+    ssnprintf(user(usern)->insock,lngtxt(1341),user(userp)->nick);
+    return 0x0;
+}
+
+#ifdef CRYPT
+/* list all encryptions */
+int cmdlistencrypt(int usern)
+{
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    ssnprintf(user(usern)->insock,lngtxt(239),user(userp)->nick);
+    liststrings(user(usern)->encrypt,usern);
+    ssnprintf(user(usern)->insock,lngtxt(240),user(userp)->nick);
+    return 0x0;
+}
+#endif
+
+#ifdef TRANSLATE
+/* list all translators */
+int cmdlisttranslate(int usern)
+{
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    ssnprintf(user(usern)->insock,lngtxt(241),user(userp)->nick);
+    liststrings(user(usern)->translates,usern);
+    ssnprintf(user(usern)->insock,lngtxt(242),user(userp)->nick);
+    return 0x0;
+}
+#endif
+
+#ifndef DYNAMIC
+/* list all log-entrys */
+int cmdlistlogs(int usern)
+{
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    ssnprintf(user(usern)->insock,lngtxt(243),user(userp)->nick);
+    liststrings(user(usern)->logs,usern);
+    ssnprintf(user(usern)->insock,lngtxt(244),user(userp)->nick);
+    return 0x0;
+}
+#endif
+
+/* rehash the proxy */
+int cmdrehash(int usern)
+{
+    struct socketnodes *sck,*psck;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    ssnprintf(user(usern)->insock,lngtxt(245),user(userp)->nick);
+    p_log(LOG_WARNING,usern,lngtxt(246),user(usern)->login);
+    sck=socketnode;
+    /* bug found by syzop - thanks :) */
+    while(sck!=NULL)
+    {
+	psck=sck->next;
+	if(sck->sock!=NULL)
+	    if(sck->sock->type!=ST_LISTEN || strmcmp(sck->sock->dest,"DCC")==1)
+		killsocket(sck->sock->syssock);
+	sck=psck;
+    }
+/* reloading all users */
+    loadusers();
+    loadlinks();
+    return 0x0;
+}
+
+#ifdef MULTIUSER
+/* crown an admin */
+int cmdadmin(int usern)
+{
+    int rc;
+    int userp;
+    int brem=0;
+    struct usernodes *th;
+    pcontext;
+    th=usernode;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent)==0) {
+       ssnprintf(user(usern)->insock,lngtxt(247),user(userp)->nick);
+       return 0x0;
+    }
+    rc=checkuser(irccontent);
+    if (rc) {
+       if(user(rc)->parent!=0) rc=user(rc)->parent;
+       while(th)
+       {
+    	    if(th->user!=NULL)
+	    {
+		if(th->uid==rc || th->user->parent==rc)
+		{
+		    th->user->rights=RI_ADMIN;
+		    writeuser(th->uid);
+		    brem=1;
+		}
+	    }
+	    th=th->next;
+       }
+       if(brem)
+       {
+	    p_log(LOG_INFO,usern,lngtxt(248),user(userp)->nick,irccontent);
+       }
+    } else {
+       ssnprintf(user(usern)->insock,lngtxt(249),user(userp)->nick,irccontent);
+    }
+    return 0x0;
+}
+
+/* remove the crown */
+
+int cmdunadmin(int usern)
+{
+    int rc;
+    int userp;
+    int brem=0;
+    struct usernodes *th;
+    pcontext;
+    th=usernode;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent)==0) {
+       ssnprintf(user(usern)->insock,lngtxt(250),user(userp)->nick);
+       return 0x0;
+    }
+    rc=checkuser(irccontent);
+    if (rc) {
+       if(user(rc)->parent!=0) rc=user(rc)->parent;
+       while(th)
+       {
+	    if(th->user!=NULL)
+	    {
+		if(th->uid==rc || th->user->parent==rc)
+		{
+		    th->user->rights=RI_USER;
+		    writeuser(th->uid);
+		    brem=1;
+		}
+	    }
+	    th=th->next;
+       }
+       if(brem)
+       {
+           p_log(LOG_INFO,usern,lngtxt(251),user(userp)->nick,irccontent);
+       }
+    } else {
+       ssnprintf(user(usern)->insock,lngtxt(252),user(userp)->nick,irccontent);
+    }
+    return 0x0;
+}
+
+/* kill a user on the bounce */
+
+int cmdbkill(int usern)
+{
+    struct socketnodes *sno=socketnode;
+    int rc;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strlen(irccontent)==0) {
+       ssnprintf(user(usern)->insock,lngtxt(253),user(userp)->nick);
+    }
+    rc=checkuser(irccontent);
+    if (rc) {
+       if (user(rc)->instate != STD_CONN) {
+           ssnprintf(user(usern)->insock,lngtxt(254),user(userp)->nick);
+           return -1;
+       }
+       p_log(LOG_INFO,usern,lngtxt(255),user(userp)->nick,irccontent);
+       ssnprintf(user(rc)->insock,lngtxt(256),user(rc)->nick,user(usern)->login);
+       while((sno=getpsocketbygroup(sno,rc+SGR_USERINBOUND,-1)))
+       {
+	   if(sno->sock)
+               killsocket(sno->sock->syssock);
+	   sno=socketnode;
+       }
+       memset(user(usern)->host,0x0,sizeof(user(usern)->host));
+       user(rc)->instate=STD_NOCON;
+       user(rc)->insock=0;
+    } else {
+       ssnprintf(user(usern)->insock,lngtxt(257),user(userp)->nick,irccontent);
+    }
+    return 0x0;
+}
+#endif
+
+#ifdef SCRIPTING
+/* reload all scripts of a user and his networks */
+int cmdreloadscript(int usern)
+{
+    struct usernodes *th;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    th=usernode;
+    while (th!=NULL)
+    {
+	if (th->user!=NULL)
+	{
+	    if (th->uid==userp || th->user->parent==userp)
+	    {
+		stopdialogues(th->uid);
+		clearuserscript(th->uid);
+		loadscript(th->uid);
+		startdialogues(th->uid);
+	    }
+	}
+	th=th->next;
+    }
+    ssnprintf(user(userp)->insock,lngtxt(258),user(userp)->nick);
+    return 0x0;
+}
+
+/* list the running tasks (if admin, all, if user, only his) */
+int cmdlisttasks(int usern)
+{
+    int userp;
+    struct subtask *stsk;
+    stsk=subtasks;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    p_log(LOG_INFO,usern,lngtxt(259));
+    while(stsk!=NULL)
+    {
+	if(stsk->uid==usern || user(usern)->rights==RI_ADMIN)
+	{
+	    p_log(LOG_INFO,usern,lngtxt(260),stsk->pid,stsk->fdin,stsk->fdout,stsk->fderr,stsk->desc);
+	}
+	stsk=stsk->next;
+    }
+    p_log(LOG_INFO,usern,lngtxt(261));
+    return 0x0;
+}
+#endif
+
+/* BRAW - inject data into user's inboud buffer so bnc thinks user executed that command */
+int cmdbraw(int usern)
+{
+	int target_user;
+	pcontext;
+	
+	/* Check things */
+    if (strlen(ircto)==0) {	ssnprintf(user(usern)->insock,lngtxt(1372),user(usern)->nick); return 0x0; }	
+    if (strlen(irccontent)==0) { ssnprintf(user(usern)->insock,lngtxt(1379),user(usern)->nick);	return 0x0;	}
+	if ((target_user = checkuser(ircto)) == 0) { ssnprintf(user(usern)->insock,lngtxt(1373),user(usern)->nick,ircto); return 0x0; }
+	
+	/* Rewrite buffer */
+	ap_snprintf(ircbuf, sizeof(ircbuf), "%s", irccontent);
+
+	/* Tell admin we're gonna send it */
+	ssnprintf(user(usern)->insock,lngtxt(1375),user(usern)->nick,ircbuf,user(target_user)->login);
+
+	/* Inject into inbound buffer */
+	fakeinbound(target_user);
+	return 0x0;
+}
+
+/* Return 'Done' or 'Done: <whatever provided to BDONE>' */
+int cmdbdone(int usern)
+{
+	pcontext;
+	if (strlen(irccontent)==0) ssnprintf(user(usern)->insock,lngtxt(1453));
+	else ssnprintf(user(usern)->insock,lngtxt(1454), irccontent);
+	return 0x0;
+}
+
+/* quit a connection */
+int cmdbquit(int usern)
+{
+    int userp;
+    int uind;
+    pcontext;
+    uind=usern;
+	if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+	if (strlen(irccontent) == 0) {
+		if (user(usern)->quitted ==1) {
+		ssnprintf(user(usern)->insock,lngtxt(262),user(userp)->nick);
+		return 0x0;
+		}
+		user(usern)->quitted = 1;
+		ssnprintf(user(usern)->insock,lngtxt(263),user(userp)->nick);
+		writeuser(usern);
+		if (user(usern)->outstate == STD_CONN) {
+		   writesock(user(usern)->outsock,lngtxt(264));
+		   killsocket(user(usern)->outsock);
+		   user(usern)->outstate = STD_NOCON;
+		   ssnprintf(user(usern)->insock,lngtxt(265),user(userp)->nick);
+		   user(usern)->instate=STD_CONN;
+		   user(usern)->outsock=0;
+		   user(usern)->server[0]=0;
+		}
+	} else {
+       uind = checkuser(irccontent);
+       if (uind==0) {
+           ssnprintf(user(usern)->insock,lngtxt(1363),user(usern)->nick,irccontent);
+           return -1;
+       } else
+		strmncpy(irccontent,user(usern)->login,sizeof(irccontent));
+		if(uind!=usern && user(usern)->rights!=RI_ADMIN) {
+			ssnprintf(user(usern)->insock,lngtxt(1362),user(usern)->nick);
+			return -1;
+		} else {
+			usern=uind;
+			if (user(usern)->quitted==1) {
+			ssnprintf(user(userp)->insock,lngtxt(1360),user(userp)->nick,user(usern)->nick);
+			return 0x0;
+			}
+			user(usern)->quitted = 1;
+			ssnprintf(user(usern)->insock,lngtxt(1365),user(usern)->nick,user(userp)->nick);
+			ssnprintf(user(userp)->insock,lngtxt(1361),user(userp)->nick,user(usern)->nick);
+			writeuser(usern);
+			if (user(usern)->outstate == STD_CONN) {
+			   writesock(user(usern)->outsock,lngtxt(1364));
+			   killsocket(user(usern)->outsock);
+			   user(usern)->outstate = STD_NOCON;
+			   ssnprintf(user(usern)->insock,lngtxt(1366),user(usern)->nick,user(userp)->nick);
+			   user(usern)->instate=STD_CONN;
+			   user(usern)->outsock=0;
+			   user(usern)->server[0]=0;
+			}
+		}
+	}
+    return 0x0;
+}
+
+/* connect a bquitted a connection */
+int cmdbconnect(int usern)
+{
+    int userp;
+    int uind;
+    pcontext;
+    uind=usern;
+	if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+	
+	if (strlen(irccontent) == 0) {
+		if (user(usern)->quitted==0) {
+		ssnprintf(user(usern)->insock,lngtxt(266),user(userp)->nick);
+		return 0x0;
+		}
+		user(usern)->quitted = 0;
+		user(usern)->delayed = 0;
+		writeuser(usern);
+		return 0x0;
+	} else {
+       uind = checkuser(irccontent);
+       if (uind==0) {
+           ssnprintf(user(usern)->insock,lngtxt(1370),user(usern)->nick,irccontent);
+           return -1;
+       } else
+		strmncpy(irccontent,user(usern)->login,sizeof(irccontent));
+		if(uind!=usern && user(usern)->rights!=RI_ADMIN) {
+			ssnprintf(user(usern)->insock,lngtxt(1371),user(usern)->nick);
+			return -1;
+		} else {
+			usern=uind;
+			if (user(usern)->quitted==0) {
+			ssnprintf(user(userp)->insock,lngtxt(1367),user(userp)->nick,irccontent);
+			return 0x0;
+			}
+			user(usern)->quitted = 0;
+			user(usern)->delayed = 0;
+			ssnprintf(user(usern)->insock,lngtxt(1369),user(usern)->nick,user(userp)->nick);
+			ssnprintf(user(userp)->insock,lngtxt(1368),user(userp)->nick,user(usern)->nick);
+			writeuser(usern);
+			return 0x0;
+		}
+	}
+}
+
+/* setconnectdelay - set the connection delay of users */
+int cmdsetconnectdelay(int usern)
+{
+    int rc;
+	int olddelay;
+	char olddelay2[5] = "";
+    pcontext;
+    if(*irccontent==0)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(1463),user(usern)->nick);
+	return -1;
+    }
+    rc=getini(lngtxt(267),"CONNECTDELAY",INIFILE);
+    if(rc==0) {
+		if ((strcmp(value, "0") != 0) && (atoi(value) <= 0 || atoi(irccontent)>600)) {
+			olddelay = 30;
+			if ((strcmp(irccontent, "0")) != 0 && (atoi(irccontent) <= 0 || atoi(irccontent)>600)) {
+				p_log(LOG_INFO,-1,lngtxt(1467),olddelay,"System");
+				snprintf(olddelay2, sizeof(olddelay2), "%d", olddelay);
+				writeini(lngtxt(267),lngtxt(1468),INIFILE,olddelay2);
+				flushconfig();
+			}
+		} else {
+			olddelay = atoi(value);
+		}
+	} else {
+		olddelay = 30;
+		if ((strcmp(irccontent, "0")) != 0 && (atoi(irccontent) <= 0 || atoi(irccontent)>600)) {
+			p_log(LOG_INFO,-1,lngtxt(1467),olddelay,"System");
+			snprintf(olddelay2, sizeof(olddelay2), "%d", olddelay);
+			writeini(lngtxt(267),lngtxt(1468),INIFILE,olddelay2);
+			flushconfig();
+		}
+	}
+	if ((strcmp(irccontent, "0")) != 0 && (atoi(irccontent) <= 0 || atoi(irccontent)>600)) {
+		ssnprintf(user(usern)->insock,lngtxt(1465),user(usern)->nick);
+		return -1;
+	}
+	writeini(lngtxt(267),lngtxt(1468),INIFILE,irccontent);
+	flushconfig();
+	ssnprintf(user(usern)->insock,lngtxt(1464),user(usern)->nick,olddelay,atoi(irccontent));
+	p_log(LOG_INFO,-1,lngtxt(1466),olddelay,atoi(irccontent),user(usern)->login);
+    return -1;
+}
+
+#ifdef IPV6
+
+/* default ipv6 - tell the dns resolver whether or not to prefer ipv6 addresses by default when resolving vhosts/servers, can be overriden by prefer ipv6 */
+
+int cmddefaultipv6(int usern)
+{
+    int newvalue = atoi(irccontent);
+    int userp = user(usern)->parent;
+
+    if (userp == 0)
+    {
+        userp = usern;
+    }
+
+    // Handle incorrect syntax by allowing only 0/1 and giving an error if atoi() returned 0 and
+    // they wrote something other than "0" (in which case atoi() simply failed to convert it to
+    // an integer).
+
+    if ((newvalue == 0 && strcmp(irccontent, "0") != 0) || (newvalue != 0 && newvalue != 1))
+    {
+        ssnprintf(user(usern)->insock, lngtxt(1483), user(userp)->nick);
+    }
+    else
+    {
+        // Update the setting.
+
+        defaultipv6 = newvalue;
+        writeini("SYSTEM", "DEFAULTIPV6", INIFILE, (newvalue == 0 ? "0" : "1"));
+        flushconfig();
+
+        // Write an entry to the logfile and notify all admins.
+
+        if (newvalue == 0)
+        {
+            p_log(LOG_INFO, -1, lngtxt(1484), "IPv4", user(userp)->login);
+        }
+        else
+        {
+            p_log(LOG_INFO, -1, lngtxt(1484), "IPv6", user(userp)->login);
+        }
+    }
+
+    return 0x0;
+}
+
+/* prefer ipv6 - tell the dns resolver whether or not to prefer ipv6 addresses when resolving vhosts/servers */
+
+int cmdpreferipv6(int usern)
+{
+    char field[20] = "";
+    char addmsg[512] = "";
+    int newvalue = atoi(irccontent);
+    int effuser = usern;
+    int userp = usern;
+
+    // Determine if the user (or its parent, when using networking) is an administrator.
+    // If they are, then they are allowed to set the preference for other users.
+
+    int is_admin = (user(usern)->rights == RI_ADMIN);
+    if (user(usern)->parent != 0)
+    {
+        userp = user(usern)->parent;
+        is_admin = (user(userp)->rights == RI_ADMIN);
+    }
+
+    if (is_admin && *ircto)
+    {
+        // An admin is trying to set the preference for a user. Update the effective user to
+        // reflect the new user and abort if that user does not exist.
+
+        effuser = checkuser(ircto);
+        if (effuser == 0)
+        {
+            ssnprintf(user(usern)->insock, lngtxt(35), user(userp)->nick, ircto);
+            return -1;
+        }
+    }
+
+    // Prepare some additional messages to append to all future messages.
+
+    if (effuser == usern && strlen(user(usern)->network) != 0)
+    {
+        // The user is setting the preference for themselves in a network, add the
+        // name of the network to messages.
+
+        ap_snprintf(addmsg, sizeof(addmsg), lngtxt(1497), user(usern)->network);
+    }
+    else if (effuser != usern)
+    {
+        // The user is setting the preference for someone else, add the name of the
+        // user to messages.
+
+        ap_snprintf(addmsg, sizeof(addmsg), lngtxt(1498), ircto);
+    }
+
+    // TODO: Set for different user in one of their networks (CMDPREFERIPV6N-like?)
+
+    // Handle incorrect syntax by allowing only 0/1 and giving an error if atoi() returned 0 and
+    // they wrote something other than "0" (in which case atoi() simply failed to convert it to
+    // an integer).
+
+    if ((newvalue == 0 && strcmp(irccontent, "0") != 0) || (newvalue != 0 && newvalue != 1))
+    {
+        // Show a different error message for admins as it also shows the correct syntax which
+        // is slightly different for admins (because they can specify an additional username).
+
+        if (!is_admin)
+        {
+            ssnprintf(user(usern)->insock, lngtxt(1493), user(userp)->nick);
+        }
+        else
+        {
+            ssnprintf(user(usern)->insock, lngtxt(1494), user(userp)->nick);
+        }
+    }
+    else
+    {
+        // Update the preference in memory to reflect the new change. Also store the preference in the
+        // configuration file under 'USER<id>.PREFERIPV6=0/1'.
+
+        user(effuser)->preferipv6 = newvalue;
+
+        ap_snprintf(field, sizeof(field), "USER%d", effuser);
+        writeini("USER", "PREFERIPV6", field, (newvalue == 0 ? "0" : "1"));
+        flushconfig();
+
+        // The change has been committed. Now we can notify the user that did the change that the change
+        // was successful.
+
+        if (newvalue == 0)
+        {
+            ssnprintf(user(usern)->insock, lngtxt(1495), user(userp)->nick, addmsg);
+        }
+        else
+        {
+            ssnprintf(user(usern)->insock, lngtxt(1496), user(userp)->nick, addmsg);
+        }
+    }
+
+    return 0x0;
+}
+#endif
+
+/* mysqlipcheck - enable/disable mysqlipcheck */
+#ifdef MYSQL_IPCHECK
+#ifdef HAVE_MYSQL
+int cmdmysqlipcheck(int usern)
+{
+    int rc;
+	char oldvalue2[1] = "";
+    pcontext;
+    if(*irccontent==0)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(2004),user(usern)->nick);
+	return -1;
+    }
+    rc=getini(lngtxt(267),"MYSQLIPCHECK",INIFILE);
+    if(rc==0) {
+		if (strcmp(value, "0") != 0 && atoi(value) != 1) {
+			if (strcmp(irccontent, "0") != 0 && atoi(irccontent) != 1) {
+				p_log(LOG_INFO,usern,lngtxt(2007));
+				snprintf(oldvalue2, sizeof(oldvalue2), "%d", 0);
+				writeini(lngtxt(267),lngtxt(2008),INIFILE,oldvalue2); /* It is broken, so we silently fix (off), as the user is not smart enough to provide either 1 or 0 */
+				flushconfig();
+			}
+		}
+	} else {
+		if (strcmp(irccontent, "0") != 0 && atoi(irccontent) != 1) {
+			p_log(LOG_INFO,usern,lngtxt(2007));
+			snprintf(oldvalue2, sizeof(oldvalue2), "%d", 0);
+			writeini(lngtxt(267),lngtxt(2008),INIFILE,oldvalue2); /* Not present, and user is not smart enough to provide either 1 or 0 */
+			flushconfig();
+		}
+	}
+	if (strcmp(irccontent, "0") != 0 && atoi(irccontent) != 1) {
+		ssnprintf(user(usern)->insock,lngtxt(2007),user(usern)->nick); /* This time we tell the user, they aren't that smart */
+		return -1;
+	}
+	writeini(lngtxt(267),lngtxt(2008),INIFILE,irccontent);
+	flushconfig();
+	if (strcmp(irccontent, "0") == 0) {
+		ssnprintf(user(usern)->insock,lngtxt(2006),user(usern)->nick);
+		p_log(LOG_INFO,-1,lngtxt(2010),user(usern)->login);
+	}
+	if (atoi(irccontent) == 1) {
+		ssnprintf(user(usern)->insock,lngtxt(2005),user(usern)->nick);
+		p_log(LOG_INFO,-1,lngtxt(2009),user(usern)->login);
+	}
+    return -1;
+}
+#endif
+#endif
+
+#ifdef LINKAGE
+
+int cmdname(int usern)
+{
+    char *pt;
+    pcontext;
+    if (strlen(me)==0) {
+	pt=strchr(irccontent,' '); /* filtering space */
+	if (pt!=NULL) *pt=0;
+	strmncpy(me,irccontent,sizeof(me));
+	writeini(lngtxt(267),"ME",INIFILE,me);
+	flushconfig();
+	p_log(LOG_INFO,usern,lngtxt(268),me);
+	return -1;
+    }
+    return 0x0;
+}
+
+#endif
+
+int cmdquit(int usern)
+{
+    pcontext;
+    if (user(usern)->parent !=0) usern=user(usern)->parent;
+    p_log(LOG_INFO,-1,lngtxt(269),user(usern)->login,currentsocket->sock->source);
+    if(getpsocketbygroup(socketnode,currentsocket->sock->sockgroup,currentsocket->sock->syssock))
+    {
+	killsocket(currentsocket->sock->syssock);
+    } else {
+	ssnprintf(user(usern)->insock,lngtxt(270),user(usern)->nick,user(usern)->login,user(usern)->host);
+	quitclient(usern);
+    }
+    return -1;
+}
+
+/* setlang - set the language of the bouncer */
+
+int cmdsetlang(int usern)
+{
+    int rc;
+    char oldlang[100];
+    pcontext;
+    if(*irccontent==0)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(1345),user(usern)->nick);
+	return -1;
+    }
+    rc=getini(lngtxt(267),"LANGUAGE",INIFILE);
+    if(rc==0)
+	strmncpy(oldlang,value,sizeof(oldlang));
+    else
+	strcpy(oldlang,"english");
+    rc=loadlanguage(irccontent);
+    if(rc!=0)
+    {
+	rc=loadlanguage(oldlang);
+	if(rc!=0)
+	    rc=loadlanguage("english");
+	ssnprintf(user(usern)->insock,lngtxt(1347),user(usern)->nick,irccontent);
+    } else {
+	writeini(lngtxt(267),"LANGUAGE",INIFILE,irccontent);
+	flushconfig();
+	ssnprintf(user(usern)->insock,lngtxt(1346),user(usern)->nick,irccontent);
+	p_log(LOG_INFO,usern,lngtxt(1348),irccontent,user(usern)->nick);
+    }
+    return -1;
+}
+
+#ifdef CRYPT
+
+/* Brian Rhea says: It could be spoofed.
+   psychoid says: Until now. Lets give a checksum to this */
+
+unsigned int keyhash(char *key)
+{
+    unsigned int hsh=0;
+    char *pt;
+    for(pt=key;*pt;pt++) hsh+=*pt;
+    return hsh;
+}
+
+int checkcrypt(int usern)
+{
+    struct stringarray *lkm;
+    int decr=0,valid=0;
+    char buf[800],buf1[200];
+    char chkbuf[30];
+    char *tomatch;
+    char *prefx;
+    char *pt,*pt1,*pt2;
+    char *b[3];
+    char act[]="\x01" "ACTION ";
+    char nt[]="\x00";
+#ifdef BLOWFISH
+    char bx[]="[B]";
+#endif
+#ifdef IDEA
+    char bx[]="[I]";
+#endif
+    b[0]="[B]";
+    b[1]="[I]";
+    b[2]="[N]";
+    prefx=nt;
+    lkm=user(usern)->encrypt;
+    if(strstr(irccontent,b[2])==irccontent) return 0x0;
+    if(*ircbuf==':')
+    {
+        decr=1;
+        if(strchr(user(usern)->chantypes,*ircto))
+        {
+	    tomatch=ircto;
+	} else {
+	    tomatch=ircnick;
+	}
+    } else {
+	decr=0;
+	tomatch=ircto;
+    }
+    strmncpy(buf,tomatch,sizeof(buf));
+    ucase(buf);
+    while(lkm!=NULL)
+    {
+	strmncpy(buf1,lkm->entry,sizeof(buf1));
+	pt=buf1;
+	pt2=strchr(buf1,';');
+	if(pt2==NULL) return 0x0;
+	*pt2++=0;
+	ucase(pt);
+	if(strlen(pt)==strlen(buf))
+	{
+	    if(strstr(pt,buf)==pt)
+	    {
+		pt1=decryptit(pt2);
+		if(decr==1)
+		{
+		    pt2=NULL;
+		    if(*irccontent==1) /* actions, dccs, ctcps */
+		    {
+			if(strstr(irccontent,act)==irccontent)
+			{
+			    /* this was the match buffer.. a little bug */
+			    pt=irccontent+strlen(act);
+			    valid=1;
+			} else {
+			    /* we got another control msg, which will be ignored */
+			}
+		    } else {
+		        pt=irccontent;
+			valid=1;
+		    }
+		    if(valid)
+		    {
+			pt2=NULL;
+			if(strstr(pt,b[0])==pt)
+			    pt2=BLOW_stringdecrypt(pt+3,pt1);
+			else if(strstr(pt,b[1])==pt)
+			    pt2=IDEA_stringdecrypt(pt+3,pt1);
+			if(pt2==NULL) return 0x0;
+			pt=strstr(ircbuf,irccontent);
+			if(pt==NULL) return 0x0;
+			if(strstr(pt,act)==pt) pt+=strlen(act);
+			pt+=3;
+			*pt=0;
+			strmncpy(buf,ircbuf,sizeof(buf));
+			ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(271),buf,prefx,pt2);
+			free(pt2);
+			parse();
+		    }
+		    return 0x0;
+		} else {
+		    if(*irccontent==1)
+		    {
+			if(strstr(irccontent,act)==irccontent)
+			{
+			    valid=1;
+			} else {
+			    return 0x0; /* ignoring others */
+			}
+		    }
+		    pt=strstr(ircbuf,irccontent);
+		    if(pt==NULL) return 0x0;
+		    if(valid==1) pt+=strlen(act);
+		    *pt=0;
+		    strmncpy(buf,ircbuf,sizeof(buf));
+		    if(valid)
+			ap_snprintf(chkbuf,sizeof(chkbuf)," <%lu>\x01",keyhash(pt1));
+		    else
+			ap_snprintf(chkbuf,sizeof(chkbuf)," <%lu>",keyhash(pt1));
+		    if(valid) irccontent[strlen(irccontent)-1]=0;
+		    if((strlen(irccontent)+strlen(chkbuf)+1)<sizeof(irccontent))
+			strcat(irccontent,chkbuf);
+		    pt2=irccontent;
+		    if(valid==1) pt2+=strlen(act);
+#ifdef BLOWFISH
+		    pt=BLOW_stringencrypt(pt2,pt1);
+#endif
+#ifdef IDEA
+		    pt=IDEA_stringencrypt(pt2,pt1);
+#endif
+		    if(pt==NULL) return 0x0;
+		    ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(272),buf,bx,pt);
+		    parse();
+		    return 0x0;
+		}
+	    }
+	}
+	lkm=lkm->next;
+    }
+    return 0x0;
+}
+
+#endif
+
+#ifdef TRANSLATE
+
+int checktranslate(int usern)
+{
+    struct stringarray *lkm;
+    int rc=0;
+    int dest=0;
+    char buf[200],buf1[200];
+    char *tomatch;
+    char *pt,*pt1,*pt2;
+    lkm=user(usern)->translates;
+
+    if(*ircbuf==':')
+    {
+        dest=TR_FROM;
+        if(strchr(user(usern)->chantypes,*ircto))
+        {
+    	    tomatch=ircto;
+	} else {
+	    tomatch=ircnick;
+	}
+    } else {
+	dest=TR_TO;
+	tomatch=ircto;
+    }
+    strmncpy(buf,tomatch,sizeof(buf));
+    ucase(buf);
+    while(lkm!=NULL)
+    {
+	strmncpy(buf1,lkm->entry,sizeof(buf1));
+	pt=buf1;
+	pt2=strchr(buf1,';');
+	if(pt2==NULL) return 0x1;
+	*pt2++=0;
+	ucase(pt2);
+	if(strlen(pt2)==strlen(buf))
+	{
+	    if(strstr(pt2,buf)==pt2)
+	    {
+		pt1=strchr(pt,' ');
+		if(pt1==NULL) return 0x1;
+		*pt1++=0;
+		if(dest==TR_TO)
+		{
+		    pt1=pt;
+		}
+		rc=addtranslate(usern,irccontent,ircfrom,ircto,dest,pt1,irccommand);
+		return 0x0;
+	    }
+	}
+	lkm=lkm->next;
+    }
+    return 0x1;
+}
+
+#endif
+
+int cmdping(int usern)
+{
+    /* needs to send back a server pong (for some evil irc-scripts) */
+    if(user(usern)->server[0]==0)
+	ssnprintf(user(usern)->insock,lngtxt(273),user(usern)->nick);
+    else
+	ssnprintf(user(usern)->insock,lngtxt(274),user(usern)->server,user(usern)->server,user(usern)->nick);
+    return 0x0;
+}
+
+int cmdprivmsg(int usern)
+{
+    char bc=')';
+    int rc;
+    pcontext;
+#ifndef NOMULTICLIENT
+    notsocket=user(usern)->insock;
+    if(user(usern)->parent!=0)
+    {
+	if(strchr(user(usern)->chantypes,*ircto)!=NULL)
+	    ssnprintf(user(usern)->insock,":%s!%s@%s %s #%s~%s :%s",user(usern)->nick,user(usern)->login,user(usern)->host,irccommand,user(usern)->network,ircto,irccontent);
+	else
+	    ssnprintf(user(usern)->insock,":%s~%s!%s@%s %s %s :<- <%s> %s",user(usern)->network,ircto,user(usern)->login,user(usern)->host,irccommand,user(usern)->nick,user(usern)->nick,irccontent);
+    } else {
+	if(strchr(user(usern)->chantypes,*ircto)!=NULL)
+	    ssnprintf(user(usern)->insock,":%s!%s@%s %s %s :%s",user(usern)->nick,user(usern)->login,user(usern)->host,irccommand,ircto,irccontent);
+	else
+	    ssnprintf(user(usern)->insock,":%s!%s@%s %s %s :<- <%s> %s",ircto,user(usern)->login,user(usern)->host,irccommand,user(usern)->nick,user(usern)->nick,irccontent);
+    }
+    notsocket=0;
+#endif
+    if(strmncasecmp(ircto,"-psyBNC")==1)
+    {
+	strmncpy(ircbuf,irccontent,sizeof(ircbuf));
+	userinbound(usern);
+	return 0x0;
+    }
+#ifdef SCRIPTING
+    if(senddialoguequery(usern)==1) return 0x0;
+#else
+#ifdef DCCCHAT
+    if(ircto[0]=='(')
+    {
+	if(querydccchat(usern,ircto+1)==1) return 0x0;
+    }
+#endif
+#endif
+#ifdef PARTYCHANNEL
+    if (strmncasecmp(ircto,PARTYCHAN))
+    {
+	strcpy(ircto,"$$"); /* ... old clients, compatibility */
+    }
+#endif
+    if (*ircto == '$') {
+         querybounce(usern);
+	 return 0;
+    }
+    if (*ircto == bc) {
+         querybot(usern);
+	 return 0;
+    }
+    rc=1;
+#ifdef TRANSLATE
+    rc=checktranslate(usern);
+#endif
+#ifdef CRYPT
+    checkcrypt(usern);
+#endif
+    return rc;
+}
+
+int cmdwho(int usern)
+{
+    pcontext;
+    user(usern)->triggered++;
+    return -1;
+}
+
+int cmduser(int usern)
+{
+    return -1;
+}
+
+int quitclient(int usern)
+{
+    struct linknodes *dcc;
+    struct usernodes *th;
+    struct socketnodes *thn;
+    time_t tm;
+    pcontext;
+    time( &tm );
+    strmncpy(user(usern)->last,ctime( &tm ),sizeof(user(usern)->last));
+    th=usernode;
+    while (th!=NULL)
+    {
+	if (th->user!=NULL)
+	{
+	    if (th->uid==usern || th->user->parent==usern)
+	    {
+	        user(th->uid)->instate = STD_NOCON;
+	        if (user(th->uid)->parent!=0) user(th->uid)->insock = 0;
+#ifdef INTNET
+		cmdintquit(usern,0);
+#endif
+#ifdef SCRIPTING
+		stopdialogues(usern);
+#endif
+#ifdef DYNAMIC
+		cmdbquit(th->uid);
+		dcc=user(th->uid)->dcc;
+		while(dcc!=NULL)
+		{
+		    if (dcc->link!=NULL)
+		    {
+		        if (dcc->link->outstate==STD_CONN)
+			    killsocket(dcc->link->outsock);
+		    }
+		    dcc=dcc->next;
+		}
+#else
+		if (user(th->uid)->leavequit!=0)
+		{
+		    partleavemsg(th->uid);
+		} else
+		if (*user(th->uid)->leavemsg!=0)
+		{
+		    sendleavemsg(th->uid);
+		}
+	        if (strlen(user(th->uid)->away) >0) {
+	            ssnprintf(user(usern)->outsock,lngtxt(275),user(th->uid)->away);
+		    dcc=user(th->uid)->dcc;
+		    while(dcc!=NULL)
+		    {
+			if (dcc->link!=NULL)
+			{
+			    if (dcc->link->outstate==STD_CONN)
+				ssnprintf(dcc->link->outsock,lngtxt(276),user(th->uid)->away);
+			}
+			dcc=dcc->next;
+		    }
+	        }
+#endif
+		user(th->uid)->triggered=0;
+		user(th->uid)->afterquit=1;
+	        memset(user(th->uid)->host,0x0,sizeof(user(th->uid)->host));
+		if(*user(th->uid)->awaynick!=0)
+		    ssnprintf(user(th->uid)->outsock,lngtxt(277),user(th->uid)->awaynick);
+		else
+		    ssnprintf(user(th->uid)->outsock,lngtxt(278),user(th->uid)->wantnick);
+	    }
+	}
+	th=th->next;
+    }
+    thn=getpsocketbysock(user(usern)->insock);
+    if (thn!=NULL)
+	thn->sock->destructor=NULL;
+    killsocket(user(usern)->insock);
+    user(usern)->insock=0;
+    flushconfig();
+#ifdef PARTYCHANNEL
+    if(user(usern)->sysmsg==1)
+    {
+	strmncpy(irccontent,PARTYCHAN,sizeof(irccontent));
+	cmdpart(usern);
+	user(usern)->sysmsg=1;
+    }
+#else
+    sysparty(lngtxt(279),user(usern)->login);
+#endif
+    return 0x0;
+}
+
+int userinerror(int usern,int errn)
+{
+    pcontext;
+    p_log(LOG_ERROR,-1,lngtxt(280),user(usern)->login,currentsocket->sock->source);
+    if (user(usern)->rights!=RI_ADMIN) systemnotice(usern,lngtxt(281),user(usern)->login,currentsocket->sock->source);
+    strmncpy(irccontent,lngtxt(282),sizeof(irccontent));
+    quitclient(usern);
+    return -1;
+}
+
+int userinkill(int usern)
+{
+    pcontext;
+    p_log(LOG_WARNING,-1,lngtxt(283),user(usern)->login,currentsocket->sock->source);
+    if (user(usern)->rights!=RI_ADMIN) systemnotice(usern,lngtxt(284),user(usern)->login,currentsocket->sock->source);
+    strmncpy(irccontent,lngtxt(285),sizeof(irccontent));
+    quitclient(usern);
+    return -1;
+}
+
blob - /dev/null
blob + 12a19df91278a72cddfa2342cf2251a865dd77db (mode 644)
--- /dev/null
+++ src/p_crypt.c
@@ -0,0 +1,133 @@
+/************************************************************************
+ *   psybnc src/p_crypt.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+/*
+ * this crypting method expires with psybnc2.1 for one-way passwords.
+ * the password for proxy authorisation is from now on build by
+ * blowfish, but still downwards compatible.
+ */
+
+/*
+ * psyCrypt
+ * this routines handle the passwordencryptions.
+ * Due to the fact they need to be bidirectional-ciphered,
+ * this algorithm is crackable with some effort.
+ * The ciphered code is built out of 5 hashes
+ * The hashes are created at compiling time.
+ * Its needed to fully debug the compiled code to get the hashes.
+ *
+ * The needed file salt.h is created by makesalt.c, which 
+ * is compiled before compiling the main bouncer.
+ *
+ * psyCrypt is a simple Offset-Encryption.
+ *
+ */
+
+#define P_CRYPT
+
+#include <p_global.h>
+#include <salt.h>
+
+/* those are now in p_idea.c */
+
+unsigned char *hashdot(unsigned int r);
+unsigned int unhashdot(unsigned char *hash);
+
+char crybu[2000];
+
+char *psycrypt(char *st)
+{
+    char *pte;
+    char *ptt;
+    char *pts1,*pts2;
+    char *pt;
+    char *hpt;
+    char hbuf[3];
+    int res;
+    int slen=0;
+    unsigned int tslt1 = CODE1;
+    unsigned int tslt2 = CODE2;
+    int p1,p2,p3,p4,p5;
+    int erg;
+    int de=0;
+    pcontext;
+    memset(crybu,0x0,sizeof(crybu));
+    pt = crybu;
+    pte = pt;
+    ptt = st;
+    if (*ptt=='+') {
+       ptt++;
+       de=1;
+    } else {
+       *pte++='+';
+    }
+    pts1 = slt1 +SA1;
+    pts2 = slt2 +SA2;
+    while(*ptt!=0)
+    {
+	if (slen>1990) break;
+        if (tslt1>255 || tslt1 <0) tslt1=CODE1;
+        if (tslt2>255 || tslt2 <0) tslt2=CODE2;
+	if (*pts1==0) pts1=slt1;
+	if (*pts2==0) pts2=slt2;
+	res=0;
+	if (de) {
+	   hbuf[0]=*ptt++;
+	   hbuf[1]=*ptt;
+	   hbuf[2]=0;
+	   p1=unhashdot(hbuf);              
+	   p2=*pts1;p3=tslt1;p4=*pts2;p5=tslt2;
+	   erg=p1-p2-p3+p4-p5;    
+	   *pte=erg;
+	   res=erg;
+	} else {
+	   p1=*ptt;p2=*pts1;p3=tslt1;p4=*pts2;p5=tslt2;
+	   res=p1;
+	   erg=p1+p2+p3-p4+p5;    
+	   hpt=hashdot(erg);
+	   *pte++=hpt[0];slen++;
+	   *pte=hpt[1];
+	}
+	tslt1--;
+	res=res/10;
+	tslt2=tslt2+res;
+	pte++;ptt++;pts1++;pts2++;slen=slen+1;
+    } 
+    *pte=0;
+    return pt;
+}
+
+char *cryptit(char *tocipher)
+{
+    if (*tocipher=='+')
+       return tocipher;
+    else
+       return psycrypt(tocipher);
+}
+
+char *decryptit(char *todecipher)
+{
+    if (todecipher[0]=='+')
+	return psycrypt(todecipher);
+    else
+	return todecipher;
+}
+
blob - /dev/null
blob + 8c4e31a6a794bc121f4278bb63493449c023e4df (mode 644)
--- /dev/null
+++ src/p_data.h
@@ -0,0 +1,169 @@
+/************************************************************************
+ *   psybnc, src/p_data.h
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+/* Dummy Stringarray */
+
+struct stringarray *first;
+
+#ifdef PARTYCHANNEL
+/* partychannel defs */
+
+struct stringarray *partyusers;
+char partytopic[300];
+#endif
+
+/* CREATE-Variables */
+
+int U_CREATE=0; /* if U_CREATE == 1, user() will return a newly created user if not available */
+int P_CREATE=0; /* if P_CREATE == 1, newpeer() will return a newly created peer */
+int D_CREATE=0; /* if D_CREATE == 1, datalink() will return a newly created link */
+
+/* static data, only included in the main file */
+
+char logfile[200];
+char value[200];
+char accepthost[400];
+char acceptip[60];
+unsigned int acceptport;
+int pid;
+int listensocket;
+int listenport;
+int highestsocket;
+int errn;
+struct hostent *hostinfo;
+FILE *mainlog=NULL;
+char configfile[100];
+int safemode=0;
+int notsocket=0;
+/* main communication buffer */
+
+char ircbuf[8192]; 
+int datalen;
+
+/* splitted parameters */
+
+char ircfrom[300]; /* from nick!user@host, will be set to "" if servermsg or client */
+char ircnick[64]; /* from nick, will be set to "" if servermsg or client */
+char ircident[32]; /* from ident, will be set to "" if servermsg or client */
+char irchost[200]; /* from host, will be set to "" if from client, name of server if from server */
+char irccommand[64]; /* command or numerical code */
+char ircto[800]; /* to */
+char irccontent[6000]; /* content */
+int ircserver;
+int inwrite = 0;
+char rbuf[100];
+char ehost[400];
+char eparm[200];
+char echan[200];
+int nousers = 1;
+char me[200];
+int delayinc=0;
+char ctxt[50];
+char cfunc[60];
+int cline;
+char dcchost[200];
+char dcc6host[200];
+
+#ifdef IPV6
+int defaultipv6 = 0;
+#endif
+
+#ifdef INTNET
+
+struct uchannelt *intchan=NULL;
+
+#endif
+
+/* The mother of all sockets */
+
+struct socketnodes *socketnode;
+
+/* The current socket */
+
+struct socketnodes *currentsocket;
+struct socketnodes *mastersocket;
+
+/* The mother of all Users */
+
+struct usernodes *usernode;
+
+/* The mother of all peers */
+
+struct peernodes *peernode;
+
+/* The mother of all datalinks */
+
+struct linknodes *linknode;
+
+/* Current node supported by user() */
+
+struct usernodes *thisuser;
+
+/* Current node supported by newpeer() */
+
+struct peernodes *thispeer;
+
+/* Current node supported by datalink() */
+
+struct linknodes *thislink;
+
+/* Dummy User for not existent user Structures */
+
+struct usert *dummyuser=NULL;
+struct usert *nulluser=NULL;
+
+/* Dummy peer for not existent user peers */
+
+struct newpeert *dummypeer=NULL;
+
+/* Dummy link for not existent datalinks */
+
+struct datalinkt *dummylink=NULL;
+
+/* Host allow List */
+
+struct stringarray *hostallows=NULL;
+
+/* the configfile - cached */
+
+struct stringarray *conf=NULL;
+
+#ifdef TRANSLATE
+
+struct translatet *translate=NULL;
+
+#endif
+
+#ifdef SCRIPTING
+
+struct subtask *subtasks;
+int SCRSOCK=0;
+
+#endif
+
+#ifdef SUNOS
+int error_num;
+#endif
+
+#ifdef HAVE_SSL
+SSL_CTX *srvctx=NULL;
+SSL_CTX *clnctx=NULL;
+#endif
blob - /dev/null
blob + f435963ec418150d35993501ef7fe28f56d8862b (mode 644)
--- /dev/null
+++ src/p_dcc.c
@@ -0,0 +1,1728 @@
+/************************************************************************
+ *   psybnc, src/p_dcc.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_DCC
+
+#include <p_global.h>
+
+#ifdef DCCCHAT
+
+int listpdccs(int usern);
+
+/* DCC - Support */
+/* adding a dcc */
+
+int adddcc(int usern, char *host, int port, char *luser, char *pass, char *name,int noini)
+{
+    char buf[400];
+    char buf2[400];
+    struct linknodes *thisdcc;
+    char afile[30];
+    char *ppt;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    ap_snprintf(afile,sizeof(afile),lngtxt(286),usern);
+    thisdcc=user(usern)->dcc;
+    while (1)
+    {
+	if (thisdcc->link==NULL) {
+	    thisdcc->link=(struct datalinkt *)pmalloc(sizeof(struct datalinkt));
+	    break;
+	}
+	if (thisdcc->next==NULL)
+	{
+	    thisdcc->next=(struct linknodes *)pmalloc(sizeof(struct linknodes));
+	    thisdcc->next->link=(struct datalinkt *)pmalloc(sizeof(struct datalinkt));
+	    thisdcc=thisdcc->next;
+	    break;
+	}
+	thisdcc=thisdcc->next;
+    }
+    thisdcc->link->outstate=0;
+    thisdcc->link->outsock=0;
+    thisdcc->link->port=port;
+    thisdcc->uid=usern;
+    thisdcc->link->type=LI_DCC;
+    thisdcc->link->delayed=1;
+    strmncpy(thisdcc->link->user,luser,sizeof(thisdcc->link->user));
+    strmncpy(thisdcc->link->name,name,sizeof(thisdcc->link->user));
+    strmncpy(thisdcc->link->pass,pass,sizeof(thisdcc->link->user));
+    strmncpy(thisdcc->link->host,host,sizeof(thisdcc->link->user));
+    if (noini==1) return 0x0;
+    strmncpy(buf,pass,sizeof(buf));
+    ppt=cryptit(buf);
+    ap_snprintf(buf,sizeof(buf),lngtxt(287),thisdcc->link->name,thisdcc->link->user,ppt);
+    ap_snprintf(buf2,sizeof(buf2),lngtxt(288),thisdcc->link->host,thisdcc->link->port);
+    writelist(buf,buf2,afile,NULL);
+    p_log(LOG_INFO,usern,lngtxt(289),thisdcc->link->name,thisdcc->link->host,thisdcc->link->port,user(usern)->login);
+    return 0x0;
+}
+
+#endif
+
+/* load all dccs of a user */
+
+int loaddccs(int usern)
+{
+#ifdef DCCCHAT
+    char afile[30];
+    char section[30];
+    char entry[30];
+    char *hpt;
+    char *upt;
+    char *ppt;
+    char *npt;
+    char *spt;
+    int port;
+    int cnt=0;
+    ap_snprintf(afile,sizeof(afile),lngtxt(290),usern);
+    strcpy(section,"DCC");
+    for(cnt=0;cnt<20;cnt++)
+    {
+      ap_snprintf(entry,sizeof(entry),lngtxt(291),cnt);
+      if(getini(section,entry,afile)==0) 
+      {
+	npt=value;
+	upt=strchr(npt,' ');
+	if (upt!=NULL)
+	{
+	    *upt=0;upt++;
+	    ppt=strchr(upt,' ');
+	    if (ppt!=NULL)
+	    {
+		*ppt=0;ppt++;
+		hpt=strchr(ppt,';');
+		if (hpt!=NULL)
+		{
+		    *hpt=0;hpt++;
+		    spt=strchr(hpt,':');
+		    if(spt!=NULL)
+		    {
+			while(strchr(spt+1,':')!=NULL)
+			{
+			    spt=strchr(spt+1,':');
+			}
+		    }
+		    if (spt!=NULL)
+		    {
+			*spt=0;spt++;
+			port=atoi(spt);
+			adddcc(usern,hpt,port,upt,decryptit(ppt),npt,1);
+		    }	    
+		}
+	    }	
+	}
+      }      
+    }
+#endif
+    return 0x0;
+}
+
+#ifdef DCCCHAT
+
+/* listing dccs */
+
+int listdccs(int usern)
+{
+    struct linknodes *thisdcc;
+    int cnt;
+    char l;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    cnt =1;
+    thisdcc=user(usern)->dcc;
+    ssnprintf(user(usern)->insock,lngtxt(292),user(userp)->nick);
+    while (thisdcc != NULL)
+    {
+	if (thisdcc->link!=NULL)
+	{
+	    if (thisdcc->link->outstate==STD_CONN)
+		l='*';
+	    else
+		l=' ';
+	    ssnprintf(user(usern)->insock,lngtxt(293),user(userp)->nick,cnt,l,thisdcc->link->name,thisdcc->link->host,thisdcc->link->port);
+	    cnt++;
+	}
+	thisdcc=thisdcc->next;
+    }
+    ssnprintf(user(usern)->insock,lngtxt(294),user(userp)->nick);
+    listpdccs(usern);
+    return 0x0;
+}
+
+
+/* erasing dccs */
+
+int erasedcc(int usern,int dccn)
+{
+    struct linknodes *thisdcc;
+    struct linknodes *lastdcc;
+    char afile[30];
+    char section[30];
+    char entry[30];
+    int userp;
+    int cnt;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    cnt =1;
+    thisdcc=user(usern)->dcc;
+    lastdcc=thisdcc;
+    while (thisdcc != NULL)
+    {
+	if (thisdcc->link!=NULL)
+	{
+	    if (cnt==dccn) break;
+	    lastdcc=thisdcc;
+	    cnt++;
+	}
+	thisdcc=thisdcc->next;
+    }
+    if (thisdcc==NULL || thisdcc->link==NULL)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(295),user(userp)->nick);
+	return 0x0;    
+    }
+    if (thisdcc->link->outstate==STD_CONN)
+    {
+	killsocket(thisdcc->link->outsock);
+	ssnprintf(user(usern)->insock,lngtxt(296),user(userp)->nick);
+    }
+    if (thisdcc==user(usern)->dcc)
+    {
+	if (thisdcc->next==NULL)
+	{
+	    free(thisdcc->link);
+	    thisdcc->link=NULL;
+	} else {
+	    user(usern)->dcc=thisdcc->next;
+	    free(thisdcc->link);
+	    free(thisdcc);
+	}
+    } else {
+	lastdcc->next=thisdcc->next;
+	free(thisdcc->link);
+	free(thisdcc);
+    }
+    ap_snprintf(afile,sizeof(afile),lngtxt(297),usern);
+    ap_snprintf(entry,sizeof(entry),lngtxt(298),dccn-1);
+    strcpy(section,"DCC");
+    writeini(section,entry,afile,NULL);
+    cnt=dccn;
+    ap_snprintf(entry,sizeof(entry),lngtxt(299),cnt);
+    while(getini(section,entry,afile)==0)
+    {
+	writeini(section,entry,afile,NULL);
+	ap_snprintf(entry,sizeof(entry),lngtxt(300),cnt-1);
+	writeini(section,entry,afile,value);
+	cnt++;
+	ap_snprintf(entry,sizeof(entry),lngtxt(301),cnt);
+    }
+    ssnprintf(user(usern)->insock,lngtxt(302),user(userp)->nick,dccn);
+    return 0x0;
+}
+
+#endif
+
+/* check a dcc connection */
+
+struct datalinkt *checkdcc(int usern, char *dccname)
+{
+    struct linknodes *th;
+    th=user(usern)->dcc;
+    while (th!=NULL)
+    {
+	if (th->link != NULL)
+	{
+	    if (strlen(th->link->name)==strlen(dccname))
+	    {
+		if (strstr(th->link->name,dccname)!=NULL)
+		    return th->link;
+	    }
+	}
+	th=th->next;
+    }
+    return NULL;
+}
+
+#ifdef DCCCHAT
+
+int dcchandler(int usern)
+{
+    struct linknodes *lkm;
+    struct datalinkt *th;
+    char l=')';
+    char netc[15];
+    netc[0]=0;
+    pcontext;
+    if (user(usern)->parent!=0)
+    	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    else
+    	memset(netc,0x0,sizeof(netc));
+    lkm=user(usern)->dcc;
+    while(lkm!=NULL)
+    {
+    	if(lkm->link!=NULL)
+	        if(lkm->link->outsock==currentsocket->sock->syssock) break;
+    	lkm=lkm->next;    
+    }
+    if (lkm==NULL) return 0x0;
+    th=lkm->link;
+    if(th->outstate==STD_CONN)
+    {
+        if (user(usern)->instate==STD_CONN)
+        {
+            ssnprintf(user(usern)->insock,lngtxt(303),netc,l,th->name,th->host,user(usern)->nick,ircbuf);
+            return 0x0;
+        }
+    }
+    return 0x0;
+}
+
+/* connected dcc */
+
+int connecteddcc(int usern)
+{
+    struct linknodes *lkm;
+    struct datalinkt *th;
+    char *pt;
+    char buf[100];
+    pcontext;
+    lkm=user(usern)->dcc;
+    while(lkm!=NULL)
+    {
+	if(lkm->link!=NULL)
+	    if(lkm->link->outsock==currentsocket->sock->syssock) break;
+	lkm=lkm->next;    
+    }
+    if (lkm==NULL) return 0x0;
+    th=lkm->link;
+    p_log(LOG_INFO,usern,lngtxt(304),user(usern)->login,th->name,th->host,th->port);
+    th->delayed=1;
+    ap_snprintf(buf,sizeof(buf),lngtxt(305),th->user);
+    writesock_DELAY(th->outsock,buf,10); /* should be enough */
+    pt=rtrim(th->pass);
+    ap_snprintf(buf,sizeof(buf),lngtxt(306),pt);
+    writesock_DELAY(th->outsock,buf,5);
+    th->outstate=STD_CONN;
+    th->delayed=1;
+    return 0x0;
+}
+
+/* remap dcc socket */
+
+int remapdcc(int usern, int newsocket)
+{
+    struct linknodes *lkm;
+    struct datalinkt *th;
+    pcontext;
+    lkm=user(usern)->dcc;
+    while(lkm!=NULL)
+    {
+	if(lkm->link!=NULL)
+	    if(lkm->link->outsock==currentsocket->sock->syssock) break;
+	lkm=lkm->next;    
+    }
+    if (lkm==NULL) return 0x0;
+    th=lkm->link;
+    if(th)
+        th->outsock=newsocket;
+    return 0x0;
+}
+
+/* connection terminated */
+
+int killeddcc(int usern)
+{
+    struct linknodes *lkm;
+    struct datalinkt *th;
+    pcontext;
+    lkm=user(usern)->dcc;
+    while(lkm!=NULL)
+    {
+	if(lkm->link!=NULL)
+	    if(lkm->link->outsock==currentsocket->sock->syssock) break;
+	lkm=lkm->next;    
+    }
+    if (lkm==NULL) return 0x0;
+    th=lkm->link;
+    p_log(LOG_WARNING,usern,lngtxt(307),user(usern)->login,th->name,th->host,th->port);
+    th->delayed=1;
+    killsocket(th->outsock);
+    th->outstate=0;
+    return 0x0;	
+}
+
+/* connection could not be established */
+
+int errordcc(int usern, int errn)
+{
+    struct linknodes *lkm;
+    struct datalinkt *th;
+    pcontext;
+    lkm=user(usern)->dcc;
+    while(lkm!=NULL)
+    {
+	if(lkm->link!=NULL)
+	    if(lkm->link->outsock==currentsocket->sock->syssock) break;
+	lkm=lkm->next;    
+    }
+    if (lkm==NULL) return 0x0;
+    currentsocket->sock->destructor=NULL;
+    th=lkm->link;
+    p_log(LOG_ERROR,usern,lngtxt(308),user(usern)->login,th->name,th->host,th->port);
+    th->delayed=1;
+    th->outstate=0;
+    killsocket(th->outsock);
+    return 0x0;	
+}
+
+
+
+/* checking a single dcc link */
+
+int checkdcclink(int usern, struct datalinkt *th)
+{
+    char netc[15];
+    int proto=AF_INET;
+    char *ho;
+#ifdef HAVE_SSL
+    int issl=SSL_OFF;
+#else
+    int issl=0;
+#endif
+    netc[0]=0;
+#ifdef DYNAMIC
+    if(user(usern)->instate!=STD_CONN) return 0x0;
+#endif
+    if (user(usern)->parent!=0)
+	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    else
+	memset(netc,0x0,sizeof(netc));
+    if (th->outstate==0) {
+	if (th->delayed >0)
+	{
+	    th->delayed-=delayinc;
+	    return 0x0;
+	}
+	pcontext;
+	/* if no ssl was installed, ho was not set. Bugged dcc then.. */
+	ho=th->host;
+#ifdef HAVE_SSL
+	if(strstr(ho,"S=")==ho)
+	{
+	    ho=ho+2;
+	    issl=SSL_ON;
+	}
+	if(issl==SSL_ON)
+    	    p_log(LOG_INFO,usern,lngtxt(309),user(usern)->login,th->name,ho,th->port);
+	else
+#endif
+    	    p_log(LOG_INFO,usern,lngtxt(310),user(usern)->login,th->name,ho,th->port);
+	th->outsock=createsocket(0,ST_CONNECT,usern,SGR_NONE,NULL,connecteddcc,errordcc,dcchandler,killeddcc,remapdcc,proto,issl);
+	th->outsock=connectto(th->outsock,ho,th->port,user(usern)->vhost);
+	th->outstate=STD_NEWCON;
+	if (th->outsock==0)
+	{
+    	    p_log(LOG_ERROR,usern,lngtxt(311),user(usern)->login,th->name,ho,th->port);
+	    th->delayed=1;
+	    return 0x0;	
+	}
+	return 0x1;
+    }
+    return 0x0;
+}
+
+#endif
+
+/* checking all dcc links */
+
+int checkdccs()
+{
+#ifdef DCCCHAT
+    struct usernodes *th;
+    static struct linknodes *lastdh;
+    int cn=0;
+    struct linknodes *dh;
+    th=usernode;
+    while (th!=NULL)
+    {
+	if (th->user != NULL)
+	{
+#ifdef DYNAMIC
+	    if(user(th->uid)->instate==STD_CONN)
+	    {
+#endif
+		dh=th->user->dcc;
+		while (dh!=NULL)
+		{
+		    if (dh->link!=NULL)
+		    {
+			if(lastdh != dh && checkdcclink(th->uid,dh->link)==1) {
+			    lastdh=dh;
+			    cn=1;
+			    break;
+			}
+		    }
+		    dh=dh->next;
+		}
+#ifdef DYNAMIC
+	    }
+#endif
+	}
+	th=th->next;
+    }
+    if(!cn) lastdh=NULL;
+#endif
+    return 0x0;
+}
+
+/*
+ * pending dcc support for files and chats
+ * this allows the user to send and receive files from and to the
+ * bouncer host and to receive or to send chats.
+ *
+ */
+
+
+int randport()
+{
+    unsigned short port;
+    port=random();
+    while(port<1024)
+	port+=1024;
+    return port;
+}
+
+char stdcc[2048];
+
+/* strip the filename without . and / */
+
+char *stripdccfile(char *realname,int rec)
+{
+    char *pt;
+    pt=realname;
+    if(rec==0)
+    {
+	if(strstr(pt,lngtxt(312))==pt) /* so we send a device ? yes, right. */
+	    return NULL;
+	if(strstr(pt,lngtxt(313))==pt) /* so we send from etc ? yes, right. */
+	    return NULL;
+    }
+    if(strchr(pt,'?')!=NULL) return NULL;
+    if(strchr(pt,'*')!=NULL) return NULL;
+    while(strchr(pt,'/')!= NULL)
+    {
+	if(rec==1) return NULL;
+	pt=strchr(pt,'/');
+	pt++;
+    }
+    while(strchr(pt,'\\')!= NULL)
+    {
+	pt=strchr(pt,'\\');
+	pt++;
+    }
+    if(rec==1)
+    {
+	if(strstr(pt,"..")!=NULL)
+	    return NULL;
+    }
+    strmncpy(stdcc,pt,sizeof(stdcc));
+    return pt;    
+}
+
+/* create a new pdcc entry */
+
+struct dcct *createpdcc(int usern)
+{
+    struct dcct *pd;
+    pd=user(usern)->pdcc;
+    if(pd==NULL)
+    {
+	user(usern)->pdcc=(struct dcct *)pmalloc(sizeof(struct dcct));
+	pd=user(usern)->pdcc;
+    } else {
+	while(pd->next!=NULL) pd=pd->next;
+	pd->next=(struct dcct *)pmalloc(sizeof(struct dcct));
+	pd=pd->next;
+    }
+    return pd;
+}
+
+/* get the current dcc struct */
+
+struct dcct *getpsocketpdcc(int usern, struct socketnodes *psock)
+{
+    struct dcct *pdcc;
+    pdcc=user(usern)->pdcc;
+    while(pdcc!=NULL && psock!=NULL)
+    {
+	if(psock->sock->syssock==pdcc->sock) return pdcc;
+	pdcc=pdcc->next;
+    }
+    return NULL;
+}
+
+/* remove a dcc struct entry */
+
+int removepdcc(int usern)
+{
+    struct dcct *apdcc,*pdcc,*epdcc=NULL;
+    struct socketnodes *ps;
+    apdcc=getpsocketpdcc(usern,currentsocket);
+    if(apdcc==NULL) return 0x0;
+    pdcc=user(usern)->pdcc;
+    while(pdcc!=NULL)
+    {
+	if(pdcc==apdcc)
+	{
+	    if(epdcc==NULL)
+	    {
+		user(usern)->pdcc=pdcc->next;
+	    } else {
+		epdcc->next=pdcc->next;
+	    }
+	    if(pdcc->sock>0) 
+	    {
+		ps=getpsocketbysock(pdcc->sock);
+		if(ps!=NULL)
+		{
+		    ps->sock->destructor=NULL;
+		    ps->sock->errorhandler=NULL;
+#ifdef SCRIPTING
+		    if(pdcc->pid!=0)
+		    {
+			if(getsubtaskbypid(pdcc->pid)!=NULL)
+			    terminatetask(pdcc->pid,0);
+		    }
+#endif
+		    killsocket(pdcc->sock);
+		}
+	    }
+	    free(pdcc);
+	    return 0x0;
+	}
+	epdcc=pdcc;
+	pdcc=pdcc->next;
+    }
+    return 0x0;
+}
+
+/* event routines for dcc chats */
+
+int pdccconnected(int usern)
+{
+    struct dcct *pdcc;
+#ifdef SCRIPTING
+    struct subtask *stsk;
+#endif
+    char netc[20];
+    netc[0]=0;
+    if(user(usern)->parent!=0)
+    {
+	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    }
+    pdcc=getpsocketpdcc(usern,currentsocket);
+    if(pdcc==NULL) return 0x0;
+    pdcc->delay=0;
+    if(user(usern)->instate==STD_CONN)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(314),netc,pdcc->nick,pdcc->host,user(usern)->nick,currentsocket->sock->syssock);
+    }    
+#ifdef SCRIPTING
+    if(pdcc->pid!=0)
+    {
+	stsk=getsubtaskbypid(pdcc->pid);
+	if(stsk!=NULL)
+	{
+	    ssnprintf(stsk->fdout,lngtxt(315));
+	}
+    }
+#endif
+    return 0x0;
+}
+
+/* remapping a pdcc socket */
+
+int pdccremap(int usern, int newsocket)
+{
+    struct dcct *pdcc;
+    pdcc=getpsocketpdcc(usern,currentsocket);
+    if(pdcc==NULL) return 0x0;
+    pdcc->sock=newsocket;
+    return 0x0;
+}
+
+/* error in socket */
+
+int pdccerror(int usern, int r)
+{
+    struct dcct *pdcc;
+    char netc[20];
+    netc[0]=0;
+    if(user(usern)->parent!=0)
+    {
+	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    }
+    pdcc=getpsocketpdcc(usern,currentsocket);
+    if(pdcc==NULL) return 0x0;
+    if(user(usern)->instate==STD_CONN)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(316),netc,pdcc->nick,pdcc->host,user(usern)->nick,currentsocket->sock->syssock);
+    }    
+    removepdcc(usern);
+    return 0x0;
+}
+
+int pdccquery(int usern)
+{
+#ifdef SCRIPTING
+    struct subtask *stsk;
+    char *pt;
+#endif
+    struct dcct *pdcc;
+    char netc[20];
+    pcontext;
+    netc[0]=0;
+    if(user(usern)->parent!=0)
+    {
+	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    }
+    pdcc=getpsocketpdcc(usern,currentsocket);
+    if(pdcc!=NULL)
+    {
+	if(user(usern)->instate==STD_CONN)
+	    ssnprintf(user(usern)->insock,lngtxt(317),netc,pdcc->nick,pdcc->host,user(usern)->nick,ircbuf);
+    
+#ifdef SCRIPTING
+	if(pdcc->pid!=0)
+	{
+	    stsk=getsubtaskbypid(pdcc->pid);
+	    if(stsk!=NULL)
+	    {
+		pt=strchr(ircbuf,'\r');
+		if(pt!=NULL)
+		{
+		    *pt='\n';
+		    pt++;
+		    *pt=0;
+		}
+		writesock_STREAM(stsk->fdout,ircbuf,strlen(ircbuf));
+	    }
+	}
+#endif
+    } else {
+	p_log(LOG_ERROR,-1,"Unknown DCC for socket %d",currentsocket->sock->syssock);
+    }
+    return 0x0;
+}
+
+int pdccclosed(int usern)
+{
+    pdccerror(usern,0);
+    return 0x0;
+}
+
+/* event for the incoming chat */
+
+int acceptpdccchat(int usern)
+{
+    struct dcct *pdcc;
+    int nsock;
+    struct socketnodes *ps;
+    char netc[20];
+    netc[0]=0;
+    if(user(usern)->parent!=0)
+    {
+	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    }
+    pdcc=getpsocketpdcc(usern,mastersocket);
+    if(pdcc==NULL) return 0x0;
+    nsock=currentsocket->sock->syssock;
+    if(nsock<=0) return 0x0;
+    ps=getpsocketbysock(nsock);
+    if(ps==NULL) return 0x0;
+    pdcc->delay=0;
+    pdcc->type=PDC_CHATTO;
+    pdcc->sock=nsock;
+    killsocket(mastersocket->sock->syssock);
+    strmncpy(pdcc->host,acceptip,sizeof(pdcc->host));
+    if(user(usern)->instate==STD_CONN)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(318),netc,pdcc->nick,pdcc->host,user(usern)->nick,nsock);
+    }    
+    return 0x0;
+}
+
+/* events for the incoming file transfers */
+
+int pdccfileerror(int usern, int r)
+{
+    struct dcct *pdcc;
+    char netc[20];
+    netc[0]=0;
+    if(user(usern)->parent!=0)
+    {
+	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    }
+    pdcc=getpsocketpdcc(usern,currentsocket);
+    if(pdcc==NULL) return 0x0;
+    if(user(usern)->instate==STD_CONN)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(319),user(usern)->nick,pdcc->file,netc,pdcc->nick);
+    }    
+    fclose(pdcc->fhandle);
+    removepdcc(usern);
+    return 0x0;
+}
+
+int pdccfileclosed(int usern)
+{
+    struct dcct *pdcc;
+    char netc[20];
+    netc[0]=0;
+    if(user(usern)->parent!=0)
+    {
+	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    }
+    pdcc=getpsocketpdcc(usern,currentsocket);
+    if(pdcc==NULL) return 0x0;
+    if(user(usern)->instate==STD_CONN)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(320),user(usern)->nick,pdcc->file,netc,pdcc->nick);
+    }    
+    fclose(pdcc->fhandle);
+    removepdcc(usern);
+    return 0x0;
+}
+
+int pdccfilesendack(int usern)
+{
+    struct dcct *pdcc;
+    char *pt=ircbuf;
+    unsigned long *addrp;
+    unsigned long ackdcc;
+    int rc;
+    char netc[20];
+    netc[0]=0;
+    if(user(usern)->parent!=0)
+    {
+	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    }
+    addrp=(unsigned long *)pt;
+    ackdcc=ntohl(*addrp);
+    pdcc=getpsocketpdcc(usern,currentsocket);
+    if(pdcc==NULL) return 0x0;
+    if(pdcc->transferred!=ackdcc)
+    {
+	return 0x0;
+    }        
+    if(feof(pdcc->fhandle)!=0)
+    {
+	if(user(usern)->instate==STD_CONN)
+	{
+	    p_log(LOG_INFO,usern,lngtxt(321),pdcc->file,netc,pdcc->nick);
+	}
+	fclose(pdcc->fhandle);
+	removepdcc(usern);
+    } else {
+	rc=fread(stdcc,1,2048,pdcc->fhandle);    
+	pdcc->lasttransferred=rc;
+	pdcc->transferred+=rc;
+	writesock_STREAM(pdcc->sock,stdcc,rc);
+    }    
+    return 0x0;
+}
+
+int acceptpdccfile(int usern)
+{
+    struct dcct *pdcc;
+    int nsock,rc;
+    struct socketnodes *ps;
+    char netc[20];
+    netc[0]=0;
+    if(user(usern)->parent!=0)
+    {
+	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    }
+    pdcc=getpsocketpdcc(usern,mastersocket);
+    if(pdcc==NULL) return 0x0;
+    nsock=currentsocket->sock->syssock;
+    if(nsock<=0) return -1;
+    pdcc->fhandle=fopen(pdcc->file,"r");
+    if(pdcc->fhandle==NULL) 
+    {
+	killsocket(nsock);
+	return 0x0;
+    }
+    ps=getpsocketbysock(nsock);
+    if(ps==NULL) return 0x0;
+    ps->sock->dataflow=SD_STREAM;
+    pdcc->delay=0;
+    pdcc->sock=nsock;
+    pdcc->type=PDC_SENDTO;
+    mastersocket->sock->destructor=NULL;
+    mastersocket->sock->errorhandler=NULL;
+    killsocket(mastersocket->sock->syssock);
+    strmncpy(pdcc->host,acceptip,sizeof(pdcc->host));
+    if(user(usern)->instate==STD_CONN)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(322),user(usern)->nick,netc,pdcc->nick,pdcc->host,pdcc->file);
+    }    
+    rc=fread(stdcc,1,2048,pdcc->fhandle);
+    pdcc->lasttransferred=rc;
+    pdcc->transferred=rc;
+    writesock_STREAM(nsock,stdcc,rc);
+    return 0x0;
+}
+
+/* file receive */
+
+int pdccfconnected(int usern)
+{
+    struct dcct *pdcc;
+    char netc[20];
+    char mypath[100];
+    mode_t oldum;
+    netc[0]=0;
+    if(user(usern)->parent!=0)
+    {
+	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    }
+    pdcc=getpsocketpdcc(usern,currentsocket);
+    if(pdcc==NULL) return 0x0;
+    oldum=umask(0000);
+    umask(0000);    
+    mkdir(lngtxt(323), 0777 );
+    ap_snprintf(mypath,sizeof(mypath),lngtxt(324),usern);
+    mkdir(mypath, 0777 );
+    umask(oldum);
+    unlink(pdcc->file);
+    pdcc->fhandle=fopen(pdcc->file,"w");
+    if(pdcc->fhandle==NULL)
+    {
+	p_log(LOG_ERROR,usern,lngtxt(325),pdcc->file);
+	killsocket(currentsocket->sock->syssock);
+	return 0x0;
+    }
+    if(user(usern)->instate==STD_CONN)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(326),user(usern)->nick,netc,pdcc->nick,pdcc->host,pdcc->file);
+    }    
+    return 0x0;
+}
+
+int pdccferror(int usern,int r)
+{
+    struct dcct *pdcc;
+    char netc[20];
+    netc[0]=0;
+    if(user(usern)->parent!=0)
+    {
+	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    }
+    pdcc=getpsocketpdcc(usern,currentsocket);
+    if(pdcc==NULL) return 0x0;
+    if(pdcc->fhandle!=NULL)
+	fclose(pdcc->fhandle);
+    if(user(usern)->instate==STD_CONN)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(327),user(usern)->nick,netc,pdcc->nick,pdcc->host,pdcc->file);
+    }    
+    removepdcc(usern);
+    return 0x0;
+}
+
+int pdccfget(int usern)
+{
+    unsigned long acks;
+    unsigned long *addrptr;
+    char *pt;
+    int rc;
+    struct dcct *pdcc;
+    char netc[20];
+    netc[0]=0;
+    if(user(usern)->parent!=0)
+    {
+	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    }
+    pdcc=getpsocketpdcc(usern,currentsocket);
+    if(pdcc==NULL) return 0x0;
+    pdcc->lasttransferred=currentsocket->sock->datalen;
+    pdcc->transferred+=pdcc->lasttransferred;
+    /* store data */
+    rc=fwrite(ircbuf,1,pdcc->lasttransferred,pdcc->fhandle);
+    if(rc!=pdcc->lasttransferred)
+    {
+	if(user(usern)->instate==STD_CONN)
+	{
+	    ssnprintf(user(usern)->insock,lngtxt(328),user(usern)->nick,netc,pdcc->nick,pdcc->host,pdcc->file);
+	}
+	fclose(pdcc->fhandle);
+	removepdcc(usern);
+	return 0x0;
+    }
+    /* hm. problem: data still could wait on the socket (due to a maximum of 8K buffersize)
+       be sure to not send an ack until all data was processed */
+    if(socketdatawaiting(currentsocket->sock->syssock)==1)
+	return 0x0; /* dont send an ack while data still has to be processed */
+    /* send back ack */
+    acks=htonl(pdcc->transferred);
+    addrptr=&acks;
+    pt=(char *)addrptr;
+    writesock_STREAM(currentsocket->sock->syssock,pt,4);
+    return 0x0;
+}
+
+int pdccfclosed(int usern)
+{
+    struct dcct *pdcc;
+    char netc[20];
+    netc[0]=0;
+    if(user(usern)->parent!=0)
+    {
+	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    }
+    pdcc=getpsocketpdcc(usern,currentsocket);
+    if(pdcc==NULL) return 0x0;
+    {
+	if(pdcc->filesize!=pdcc->transferred)
+	    ssnprintf(user(usern)->insock,lngtxt(329),user(usern)->nick,netc,pdcc->nick,pdcc->host,pdcc->file);
+	else
+	    p_log(LOG_INFO,usern,lngtxt(330),pdcc->file,netc,pdcc->nick,pdcc->host);
+    }    
+    if(pdcc->fhandle!=NULL)
+	fclose(pdcc->fhandle);    
+    removepdcc(usern);
+    return 0x0;
+}
+
+int pdccfremap(int usern, int newsocket)
+{
+    struct dcct *pdcc;
+    pdcc=getpsocketpdcc(usern,currentsocket);
+    if(pdcc)
+	pdcc->sock=newsocket;
+    return 0x0;
+}
+
+/* add a pending dcc connection */
+
+int addpendingdcc(int usern, int type, char *host, int port, char *nick, char *file, char *newfile, unsigned long fsize, int eproto)
+{
+    struct dcct *pd;
+    struct socketnodes *ps;
+    int prt;
+    char c=1;
+    int sck;
+    int proto=AF_INET;
+    int cnt=0;
+#ifdef IPV6
+    struct sockaddr_in6 sin6;
+#endif
+    struct sockaddr_in sin;
+    unsigned long flen;
+    unsigned long dip;
+    FILE *check;
+    char myfile[800];
+    char myhost[200];
+    char en[64],an[64];
+    char netc[20];
+    char *nck;
+    char *fil;
+#ifdef HAVE_SSL
+    int issl=SSL_OFF;
+#else
+    int issl=0;
+#endif
+    int mf=0;
+    unsigned long dccreq;
+    int userp=usern;
+    pcontext;
+    netc[0]=0;
+    if(eproto!=0) proto=eproto;
+    if(user(usern)->parent!=0)
+    {
+	userp=user(usern)->parent;
+	ap_snprintf(netc,sizeof(netc),"%s~",user(usern)->network);
+    }
+    switch(type)
+    {
+	case PDC_CHATTORQ:
+	    if(user(usern)->outstate!=STD_CONN)
+	    {
+		ssnprintf(user(usern)->insock,lngtxt(331),user(usern)->nick);
+		return -1;
+	    }
+	    if(dcchost[0]==0)
+	    {
+		p_log(LOG_ERROR,usern,lngtxt(332));
+		return -1;
+	    }
+	    sck=0;cnt=0;
+	    while(sck<=0 && cnt<20)
+	    {
+		prt=randport();
+		sck=createlistener(dcchost,prt,getprotocol(dcchost),1,acceptpdccchat,pdccerror,pdccquery,pdccclosed);
+		cnt++;
+	    }
+	    if(sck<=0)
+	    {
+		p_log(LOG_ERROR,usern,lngtxt(333));
+		return -1;
+	    }
+	    ps=getpsocketbysock(sck);
+	    if(ps==NULL)
+	    {
+		p_log(LOG_ERROR,usern,lngtxt(334));
+		return -1;
+	    }
+	    ps->sock->param=usern;
+	    strmncpy(ps->sock->dest,"DCC",sizeof(ps->sock->dest));
+	    pd=createpdcc(usern);
+#ifdef HAVE_SSL
+	    if(strstr(nick,"S=")==nick)
+	    {
+		nck=nick+2;
+		ps->sock->ssl=SSL_ON;
+		pd->ssl=SSL_ON;	    
+	    } else
+#endif
+		nck=nick;
+	    strmncpy(pd->nick,nck,sizeof(pd->nick));
+	    strmncpy(pd->host,ps->sock->source,sizeof(pd->host));
+	    pd->type=PDC_CHATTORQ;
+	    pd->port=prt;
+	    pd->sock=sck;
+	    pd->uid=usern;
+	    pd->delay=50;
+	    if(user(usern)->instate==STD_CONN)
+		ssnprintf(user(usern)->insock,lngtxt(335),user(usern)->nick,netc,pd->nick,pd->host,pd->port);
+	    /* telling the user we want to dcc chat him */
+#ifdef HAVE_SSL
+	    if(pd->ssl==SSL_ON)
+		ssnprintf(user(usern)->outsock,lngtxt(336),pd->nick,pd->host);
+	    else
+#endif
+		ssnprintf(user(usern)->outsock,lngtxt(337),pd->nick,pd->host);
+	    /* sending the request */
+#ifdef IPV6
+	    if(inet_pton(AF_INET6,dcchost,&sin6.sin6_addr)==1)
+	    {
+		sin6.sin6_family=AF_INET6;
+		inet_ntop(AF_INET6,&sin6,myhost,sizeof(myhost));
+		ssnprintf(user(usern)->outsock,lngtxt(338),pd->nick,c,myhost,pd->port,c);
+	    } else
+#endif
+		if(dcchost[0])
+		    ssnprintf(user(usern)->outsock,lngtxt(339),pd->nick,c,htonl(inet_addr(dcchost)),pd->port,c);
+		else
+		    ssnprintf(user(usern)->outsock,lngtxt(339),pd->nick,c,htonl(inet_addr(pd->host)),pd->port,c);
+	    return 0x0; 	    
+	case PDC_CHATFROMRQ:
+	    dccreq=user(usern)->lastdccchat;
+	    time(&user(usern)->lastdccchat);
+	    if((user(usern)->lastdccchat-dccreq)<5) return -1; /* 5 seconds before next chat */
+	    if(port<1024 || port>65535) return -1; /* silent ignore */
+	    pd=createpdcc(usern);
+	    if(pd!=NULL)
+	    {
+		pd->delay=50;
+		pd->uid=usern;
+		pd->type=PDC_CHATFROMRQ;
+		pd->port=port;
+		if(strchr(host,':')==NULL) /* Not an IPV6 Host */
+		{
+		    sscanf(host,"%lu",&dip);
+		    sin.sin_addr.s_addr=htonl(dip);
+		    strmncpy(pd->host,inet_ntoa(sin.sin_addr),sizeof(pd->host));
+		} else
+		    strmncpy(pd->host,host,sizeof(pd->host));
+		strmncpy(pd->nick,nick,sizeof(pd->nick));
+#ifdef HAVE_SSL
+    		ssnprintf(user(usern)->insock,lngtxt(340),user(usern)->nick,netc,pd->nick,pd->nick,pd->nick,pd->host,pd->port);
+#else
+    		ssnprintf(user(usern)->insock,lngtxt(341),user(usern)->nick,netc,pd->nick,pd->nick,pd->host,pd->port);
+#endif		
+#ifdef SCRIPTING
+		pd->pid=dccchatscript(usern,ircfrom);
+#endif
+		return 0x0;
+	    }
+	    break;
+	case PDC_CHATFROM:
+	    pd=user(usern)->pdcc;
+#ifdef HAVE_SSL
+	    issl=SSL_OFF;
+	    if(strstr(nick,"S=")==nick)
+	    {
+		nck=nick+2;
+		strmncpy(en,nck,sizeof(en));
+		issl=SSL_ON;
+	    } else
+#endif	    
+		strmncpy(en,nick,sizeof(en));
+	    ucase(en);
+	    while(pd!=NULL)
+	    {
+		strmncpy(an,pd->nick,sizeof(an));
+		ucase(an);
+		if(pd->type==PDC_CHATFROMRQ && strmcmp(en,an)==1)
+		{
+#ifdef HAVE_SSL
+		    sck=createsocket(0,ST_CONNECT,usern,SGR_NONE,NULL,pdccconnected,pdccerror,pdccquery,pdccclosed,pdccremap,proto,SSL_OFF);
+#else
+		    sck=createsocket(0,ST_CONNECT,usern,SGR_NONE,NULL,pdccconnected,pdccerror,pdccquery,pdccclosed,pdccremap,proto,0);
+#endif
+		    if(sck!=0) /* silently ignore errors */
+		    {
+#ifdef HAVE_SSL
+			ps=getpsocketbysock(sck);
+			if(ps!=NULL)
+			    ps->sock->ssl=issl;
+			pd->ssl=issl;
+#endif
+			pd->sock=sck;
+			pd->delay=0;
+			pd->type=PDC_CHATFROM;
+		    }	
+		    sck=connectto(sck,pd->host,pd->port,user(usern)->vhost);
+		    if(sck!=0) return 0x0;
+		}
+		pd=pd->next;
+	    }
+	    if(user(usern)->instate==STD_CONN)
+		ssnprintf(user(usern)->insock,lngtxt(342),user(usern)->nick,nick);
+	    break;
+	case PDC_SENDTORQ:
+	    if(user(usern)->outstate!=STD_CONN)
+	    {
+		ssnprintf(user(usern)->insock,lngtxt(343),user(usern)->nick);
+		return -1;
+	    }
+	    if(dcchost[0]==0)
+	    {
+		p_log(LOG_ERROR,usern,lngtxt(344));
+		return -1;
+	    }
+	    fil=stripdccfile(file,0);
+	    if(fil==NULL)
+	    {
+		p_log(LOG_ERROR,usern,lngtxt(345),file);
+		return -1;
+	    }
+	    check=fopen(file,"r");
+	    if(check==NULL)
+	    {
+		ap_snprintf(myfile,sizeof(myfile),lngtxt(346),usern,fil);
+		check=fopen(myfile,"r");
+		if(check==NULL)
+		{		
+		    ssnprintf(user(usern)->insock,lngtxt(347),user(usern)->nick,file);
+		    return -1;
+		}
+		mf=1;
+	    }
+	    fseek(check,0,SEEK_END);
+	    flen=ftell(check);
+	    fclose(check);
+	    sck=0;cnt=0;
+	    while(sck<=0 && cnt<20)
+	    {
+		prt=randport();
+		sck=createlistener(dcchost,prt,getprotocol(dcchost),1,acceptpdccfile,pdccfileerror,pdccfilesendack,pdccfileclosed);
+		cnt++;
+	    }
+	    if(sck<=0)
+	    {
+		p_log(LOG_ERROR,usern,lngtxt(348));
+		return -1;
+	    }
+	    ps=getpsocketbysock(sck);
+	    if(ps==NULL)
+	    {
+		p_log(LOG_ERROR,usern,lngtxt(349));
+		return -1;
+	    }
+	    ps->sock->param=usern;
+	    strmncpy(ps->sock->dest,"DCC",sizeof(ps->sock->dest));
+	    pd=createpdcc(usern);
+#ifdef HAVE_SSL
+	    issl=SSL_OFF;
+#else
+	    issl=0;
+#endif
+#ifdef HAVE_SSL
+	    if(strstr(nick,"S=")==nick)
+	    {
+		nck=nick+2;
+		issl=SSL_ON;
+	    } else
+#endif
+		nck=nick;
+	    strmncpy(pd->nick,nck,sizeof(pd->nick));
+	    strmncpy(pd->host,ps->sock->source,sizeof(pd->host));
+	    if(mf==1)
+		strmncpy(pd->file,myfile,sizeof(pd->file));
+	    else
+		strmncpy(pd->file,file,sizeof(pd->file));
+    	    pd->type=PDC_SENDTORQ;
+#ifdef HAVE_SSL
+	    pd->ssl=issl;
+	    ps->sock->ssl=issl;
+#endif
+    	    pd->port=prt;
+	    pd->sock=sck;
+	    pd->uid=usern;
+	    pd->filesize=flen;
+	    pd->delay=50;
+	    if(user(usern)->instate==STD_CONN)
+	    {
+#ifdef HAVE_SSL
+		if(issl==SSL_ON)
+		    ssnprintf(user(usern)->insock,lngtxt(350),user(usern)->nick,fil,netc,pd->nick,pd->host,pd->port);
+		else
+#endif
+		    ssnprintf(user(usern)->insock,lngtxt(351),user(usern)->nick,fil,netc,pd->nick,pd->host,pd->port);
+	    }
+	    /* telling the user we want to dcc send him a file */
+#ifdef HAVE_SSL
+	    if(issl==SSL_ON)
+		ssnprintf(user(usern)->outsock,lngtxt(352),pd->nick,fil,pd->host);
+	    else
+#endif
+		ssnprintf(user(usern)->outsock,lngtxt(353),pd->nick,fil,pd->host);
+	    /* sending the request */
+#ifdef IPV6
+	    if(inet_pton(AF_INET6,dcchost,&sin6.sin6_addr)==1)
+	    {
+		sin6.sin6_family=AF_INET6;
+		inet_ntop(AF_INET6,&sin6,myhost,sizeof(myhost));
+		ssnprintf(user(usern)->outsock,lngtxt(354),pd->nick,c,fil,myhost,pd->port,flen,c);         
+	    } else
+#endif
+		if(dcchost[0])
+		    ssnprintf(user(usern)->outsock,lngtxt(355),pd->nick,c,fil,htonl(inet_addr(dcchost)),pd->port,flen,c);
+		else
+		    ssnprintf(user(usern)->outsock,lngtxt(355),pd->nick,c,fil,htonl(inet_addr(pd->host)),pd->port,flen,c);
+	    return 0x0;
+	case PDC_RECVFROMRQ:
+	    if(port<1024 || port>65535) return -1; /* silent ignore of lame from ports */
+	    fil=stripdccfile(file,1);
+	    if(fil==NULL) return -1; /* silent ignore of bogus file sends */
+	    /* file should be the file itself now, without /,.. or ~ */
+	    ap_snprintf(myfile,sizeof(myfile),lngtxt(356),usern,fil);
+	    pd=createpdcc(usern);
+	    if(pd!=NULL)
+	    {
+		pd->delay=50;
+		pd->uid=usern;
+		pd->type=PDC_RECVFROMRQ;
+		pd->port=port;
+		strmncpy(pd->file,myfile,sizeof(pd->file));
+		pd->filesize=fsize;
+		if(strchr(host,':')==NULL) /* Its an ipv4 adress */
+		{
+		    sscanf(host,"%lu",&dip);
+		    sin.sin_addr.s_addr=htonl(dip);
+		    strmncpy(pd->host,inet_ntoa(sin.sin_addr),sizeof(pd->host));
+		} else
+		    strmncpy(pd->host,host,sizeof(pd->host));
+		strmncpy(pd->nick,nick,sizeof(pd->nick));
+		if(user(usern)->autogetdcc==1)
+		{
+		    ssnprintf(user(usern)->insock,lngtxt(357),user(usern)->nick,netc,pd->nick,fil,netc,pd->host,pd->port);
+		    /* recursive */
+		    addpendingdcc(usern, PDC_RECVFROM, pd->host, pd->port, pd->nick, fil, NULL, pd->filesize, getprotocol(pd->host));
+		} else {
+#ifdef HAVE_SSL
+		    ssnprintf(user(usern)->insock,lngtxt(358),user(usern)->nick,netc,pd->nick,fil,netc,pd->nick,fil,netc,pd->nick,fil,pd->host,pd->port);
+#else
+		    ssnprintf(user(usern)->insock,lngtxt(359),user(usern)->nick,netc,pd->nick,fil,netc,pd->nick,fil,pd->host,pd->port);
+#endif
+		}
+#ifdef SCRIPTING
+		strmncpy(irccontent,pd->file,sizeof(irccontent));
+		pd->pid=dccfilescript(usern,ircfrom);
+#endif
+		return 0x0;
+	    }
+	    break;
+	case PDC_RECVFROM:
+	    pd=user(usern)->pdcc;
+#ifdef HAVE_SSL
+	    issl=SSL_OFF;
+	    if(strstr(nick,"S=")==nick)
+	    {
+		nck=nick+2;
+		issl=SSL_ON;
+	    } else
+#endif
+		nck=nick;
+	    while(pd!=NULL)
+	    {
+		if(pd->type==PDC_RECVFROMRQ && strmncasecmp(nck,pd->nick)==1)
+		{
+		    fil=stripdccfile(pd->file,0);
+		    if(fil!=NULL)
+		    {
+		        if (strmncasecmp(file,fil)!=0 || *file == '*')
+			{ 
+			    proto=getprotocol(pd->host);
+			    sck=createsocket(0,ST_CONNECT,usern,SGR_NONE,NULL,pdccfconnected,pdccferror,pdccfget,pdccfclosed,pdccfremap,proto,issl);
+			    /* offering a possibility to change the filename (RFC..) */
+			    if(newfile!=NULL && *file != '*')
+			    {
+				strmncpy(pd->file,newfile,sizeof(pd->file));
+			    }
+			    if(sck!=0) /* silently ignore errors */
+			    {
+				ps=getpsocketbysock(sck);
+				if(ps!=NULL)
+				{
+				    ps->sock->dataflow=SD_STREAM;
+#ifdef HAVE_SSL
+				    ps->sock->ssl=issl;
+#endif
+				    pd->sock=sck;
+				    pd->delay=0;
+				    pd->type=PDC_RECVFROM;
+#ifdef HAVE_SSL
+				    pd->ssl=issl;
+#endif
+				}
+			    }	
+			    sck=connectto(sck,pd->host,pd->port,user(usern)->vhost);
+			    if(sck!=0)
+				return 0x0;
+			}
+		    }
+		}
+		pd=pd->next;
+	    }
+	    if(user(usern)->instate==STD_CONN)
+		ssnprintf(user(usern)->insock,lngtxt(360),user(usern)->nick,nick,file);
+	    break;
+	
+    }
+    return -1;    
+}
+
+/* querying to a dcc chat */
+
+int querydccchat(int usern, char *nick)
+{
+    struct dcct *pdcc;
+    pdcc=user(usern)->pdcc;
+    while(pdcc!=NULL)
+    {
+	if(pdcc->type==PDC_CHATFROM || pdcc->type==PDC_CHATTO)
+	{
+	    if(strmncasecmp(nick,pdcc->nick)==1)
+	    {
+		writesock(pdcc->sock,irccontent);
+		return 0x1;
+	    }
+	}
+	pdcc=pdcc->next;
+    }
+    return 0x0;
+}
+
+/* checking timeouts for userdccs */
+
+int checkdcctimeouts()
+{
+    struct usernodes *un;
+    struct socketnodes *ps;
+    struct dcct *pdcc,*epdcc=NULL,*prevdcc=NULL,*ipdcc;
+    pcontext;
+    un=usernode;
+    while(un!=NULL)
+    {
+	if(un->user!=NULL)
+	{
+	    if(un->user->pdcc!=NULL)
+	    {
+		pdcc=un->user->pdcc;
+		epdcc=NULL;prevdcc=NULL;
+		while(pdcc!=NULL)
+		{
+		    epdcc=pdcc->next;
+		    ipdcc=pdcc;
+		    if((pdcc->type==PDC_SENDTORQ || pdcc->type==PDC_RECVFROMRQ || 
+		       pdcc->type==PDC_CHATTORQ || pdcc->type==PDC_CHATFROMRQ) && 
+		       pdcc->delay>0)
+		    {
+			pdcc->delay--;
+			if(pdcc->delay==0)
+			{
+			    if(prevdcc==NULL)
+			    {
+				un->user->pdcc=epdcc;
+				ipdcc=NULL;
+			    } else {
+				prevdcc->next=epdcc;
+				ipdcc=prevdcc; /* bug -> just a case of prevdcc */
+			    }
+#ifdef SCRIPTING
+			    if(pdcc->pid!=0)
+			    {
+				if(getsubtaskbypid(pdcc->pid)!=NULL)
+				    terminatetask(pdcc->pid,0);
+			    }
+#endif
+			    ps=getpsocketbysock(pdcc->sock);
+			    if(ps!=NULL)
+			    {
+				killsocket(pdcc->sock);
+			    }
+			    free(pdcc);
+			}
+		    }
+		    prevdcc=ipdcc;
+		    pdcc=epdcc;
+		}
+	    }
+	}
+	un=un->next;
+    }
+    return 0x0;
+}
+
+/* list the pending dccs  */
+
+int listpdccs(int usern)
+{
+    char *dcckind[]={
+    "Unknown",
+    "DCC Chat Request To",
+    "DCC Chat To",
+    "DCC Chat Request From",
+    "DCC Chat From",
+    "DCC Send Request To",
+    "DCC Send To ",
+    "DCC Send Request From",
+    "DCC Send From",
+    "Unknown"
+    };
+    int idx,pnd=0;
+    struct dcct *pdcc;
+    pdcc=user(usern)->pdcc;
+    while(pdcc!=NULL)
+    {
+	idx=pdcc->type;
+	if(idx>0 && idx <9)
+	{
+	    if(pnd==0)
+	    {
+		ssnprintf(user(usern)->insock,lngtxt(361),user(usern)->nick);
+		pnd=1;
+	    }
+	    if(idx>4)
+		ssnprintf(user(usern)->insock,lngtxt(362),user(usern)->nick,pdcc->sock,dcckind[idx],pdcc->nick,pdcc->file);
+	    else
+		ssnprintf(user(usern)->insock,lngtxt(363),user(usern)->nick,pdcc->sock,dcckind[idx],pdcc->nick);
+	}
+	pdcc=pdcc->next;
+    }
+    if(pnd==1)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(364),user(usern)->nick);
+    }
+    return 0x0;
+}
+
+/* cancel a dcc */
+
+int canceldcc(int usern, char *nick, char *file)
+{
+    struct dcct *pdcc,*epdcc;
+    struct socketnodes *sckn;
+    char *fil;
+    sckn=currentsocket;
+    pdcc=user(usern)->pdcc;
+    while(pdcc!=NULL)
+    {
+	epdcc=pdcc->next;
+	if(file==NULL && (pdcc->type==PDC_CHATTO || pdcc->type==PDC_CHATFROM))
+	{
+	    if(strmncasecmp(nick,pdcc->nick)==1)
+	    {
+		currentsocket=getpsocketbysock(pdcc->sock);
+		if(currentsocket!=NULL)
+		{
+		    pdccerror(usern,0);
+		}
+		currentsocket=sckn;
+		return 0x0;
+	    }
+	} else 
+	if (file!=NULL) 
+	{
+	    if(pdcc->type==PDC_RECVFROM || pdcc->type==PDC_SENDTO)
+	    {
+		fil=stripdccfile(pdcc->file,0);
+		if(fil==NULL) return 0x0;
+		if(strmncasecmp(nick,pdcc->nick)==1 && (strmncasecmp(file,fil)==1 || *file=='*'))
+		{
+		    currentsocket=getpsocketbysock(pdcc->sock);
+		    if(currentsocket!=NULL)
+		    {
+			pdccferror(usern,0);
+		    }
+		    currentsocket=sckn;
+		    return 0x0;
+		}
+	    }	
+	}
+	pdcc=epdcc;
+    }
+    ssnprintf(user(usern)->insock,lngtxt(365),user(usern)->nick);
+    return 0x0;
+}
+
+/* answering a ctcp request */
+
+int answerctcp(int usern,char *nick, char *ctcp)
+{
+#ifdef CTCPVERSION
+    char c=1;
+    char buf[300];
+#endif
+#ifdef SCRIPTING
+    if(ctcpscript(usern,ctcp)==0)
+    {
+#endif 
+#ifdef CTCPVERSION
+	if(strmncasecmp(ctcp,lngtxt(366)))
+	{
+	    ap_snprintf(buf,sizeof(buf),lngtxt(367),nick,c);
+	    ssnprintf(user(usern)->outsock,"%s%s%c",buf,CTCPVERSION,c);
+	}
+#endif
+#ifdef SCRIPTING
+    }
+#endif   
+    return 0x0;
+}
+
+/* parsing a sent request from a user */
+
+int parsectcps(int usern)
+{
+
+#if defined(DCCFILES) || defined(DCCCHAT)
+    static char host[200];
+    int port;
+    char *ept;
+#endif
+
+#ifdef DCCFILES
+    static char file[200];
+    unsigned long filelen;
+#endif
+    char *pt,*pt2;
+
+    if(*irccontent==0x1 && strmncasecmp(ircto,user(usern)->nick)==1)
+    {
+	if(strchr(irccontent,' ')==NULL)
+	{
+	    pt=irccontent+1;
+	    pt2=strchr(pt,1);
+	    if(pt2!=NULL)
+	    {
+		*pt2=0;
+		return answerctcp(usern,ircnick,pt);
+	    }
+	    /* a request for a ctcp */
+	} else {
+	    /* an answer or a dcc */
+#ifdef DCCCHAT
+	    ept=irccontent+1;
+	    if(strstr(ept,lngtxt(368))==ept && user(usern)->dccenabled==1)
+	    {
+		pt=irccontent+10;
+		pt=strchr(pt,' ');
+		if(pt!=NULL)
+		{
+		    pt++;
+		    pt2=strchr(pt,' ');
+		    if(pt2!=NULL)
+		    {
+			*pt2=0;
+			strmncpy(host,pt,sizeof(host));
+			pt2++;
+			pt=strchr(pt2,1);
+			if(pt!=NULL)
+			{
+			    *pt=0;
+			    port=atoi(pt2);
+			    addpendingdcc(usern, PDC_CHATFROMRQ, host, port, ircnick, NULL, NULL, 0L, getprotocol(host));
+			    return 0x1;
+			}
+		    }
+		}
+	    }
+#endif	
+#ifdef DCCFILES
+	    ept=irccontent+1;
+	    if(strstr(ept,lngtxt(369))==ept && strmncasecmp(ircnick,user(usern)->nick)==0 && user(usern)->dccenabled==1)
+	    {
+		pt=irccontent+10;
+		pt=strchr(pt,' ');
+		if(pt!=NULL)
+		{
+		    *pt=0;
+		    ept=irccontent+10;
+		    strmncpy(file,ept,sizeof(file));
+		    pt++;
+		    pt2=strchr(pt,' ');
+		    if(pt2!=NULL)
+		    {
+			*pt2=0;
+			strmncpy(host,pt,sizeof(host));
+			pt2++;
+			pt=strchr(pt2,' ');
+			if(pt!=NULL)
+			{
+			    *pt=0;
+			    port=atoi(pt2);
+			    pt++;
+			    pt2=strchr(pt,1);
+			    if(pt2!=NULL)
+			    {
+				*pt2=0;			
+				filelen=atol(pt);
+				addpendingdcc(usern, PDC_RECVFROMRQ, host, port, ircnick, file, NULL, filelen, getprotocol(host));
+				return 0x1;
+			    }
+			}
+		    }
+		}
+	    
+	    }
+#endif	    
+	}
+    }
+    return 0x0;
+}
blob - /dev/null
blob + 9ad097d1cc08accce9cfa458ea813049d459b101 (mode 644)
--- /dev/null
+++ src/p_dns.c
@@ -0,0 +1,74 @@
+#define P_DNS

+

+#include <p_global.h>

+#include <ares.h>

+

+static ares_channel resolver;

+

+/**

+ * Initialize the DNS resolver for use. If this function fails the BNC will not be able to function

+ * properly.

+ */

+int p_dns_init()

+{

+    int ret;

+

+    if ((ret = ares_init(&resolver)) != ARES_SUCCESS)

+    {

+        p_log(LOG_ERROR, -1, "Failed to initialize ares resolver: %s", ares_strerror(ret));

+        return 0;

+    }

+

+    p_log(LOG_INFO, -1, "Asynchronous resolver initialized: c-ares %s", ares_version(NULL));

+    return 1;

+}

+

+/**

+ * Fill the 'readers' and 'writers' file-descriptor sets with the DNS resolver's reader and writer sockets. 

+ * These will be the sockets that are either sending a query, or are receiving a response. Returns a value

+ * representing the number of active file descriptors or 0 if the DNS resolver is not executing a query.

+ *

+ * This function should be called before calling and assumes that the fdsets have been properly initialized

+ * with something like FD_ZERO()

+ */

+int p_dns_fds(fd_set *read_fds, fd_set *write_fds)

+{

+    pcontext;

+    return ares_fds(resolver, read_fds, write_fds);

+}

+

+/**

+ * Tell the DNS resolver that the select() has finished and it can check if any of its sockets had any data

+ * on it.

+ *

+ * This function should be called after calling p_dns_fds() and select(). It ignores any file descriptors that

+ * do not belong to it (e.g. IRC connections).

+ */

+void p_dns_process(fd_set *read_fds, fd_set *write_fds)

+{

+    pcontext;

+    ares_process(resolver, read_fds, write_fds);

+}

+

+void p_dns_gethostbyname(char *hostname, int af, dns_host_callback callback, void *arg)

+{

+    pcontext;

+    ares_gethostbyname(resolver, hostname, af, (ares_host_callback)callback, arg);

+}

+

+void p_dns_gethostbyaddr(const void *address, int addrlen, int family, dns_host_callback callback, void *arg)

+{

+    pcontext;

+    ares_gethostbyaddr(resolver, address, addrlen, family, (ares_host_callback)callback, arg);

+}

+

+int p_dns_success(int status)

+{

+    return (status == ARES_SUCCESS);

+}

+

+const char *p_dns_strerror(int status)

+{

+    pcontext;

+    return ares_strerror(status);

+}

blob - /dev/null
blob + 0eb69113adab3c026b1dea190451049d3d2cac47 (mode 644)
--- /dev/null
+++ src/p_global.h
@@ -0,0 +1,1326 @@
+/************************************************************************
+ *   psybnc, src/p_global.h
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netdb.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <sys/time.h>
+#include <time.h>
+#include <netinet/in.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <sys/wait.h>
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <signal.h>
+#include <setjmp.h>
+#include <errno.h>
+#ifdef HAVE_CONFIG
+#include <config.h>
+#endif
+#ifdef HAVE_PROV_CONFIG
+#include "/psybnc/config.h"
+#endif
+#ifdef HAVE_SSL
+#include <openssl/crypto.h>
+#include <openssl/x509.h>
+#include <openssl/pem.h>
+#include <openssl/ssl.h>
+#include <openssl/err.h>
+#include <openssl/rand.h>
+#else
+#include <stdarg.h>
+#endif
+#ifndef va_list
+#include <stdarg.h>
+#endif
+#include <p_version.h>
+#ifndef LOGLEVEL
+#define LOGLEVEL 0
+#endif
+#ifndef MAXUSER
+#define MAXUSER 50
+#endif
+#ifndef MAXCONN
+#define MAXCONN 50
+#endif
+
+#if (SIZEOF_INT == 4)
+typedef unsigned int		u_32bit_t;
+#else
+typedef unsigned long		u_32bit_t;
+#endif
+
+typedef unsigned short int	u_16bit_t;
+typedef unsigned char		u_8bit_t;
+
+/* the old partychannel */
+
+#define PARTYCHAN "&partyline"
+
+/* system root config-name */
+
+#define INIFILE "PSYBNC"
+
+/* change this to support more users */
+
+#define MAX_USER MAXUSER /* only the REAL used useramount uses memory and clock */
+
+/* socket types */
+#define ST_CONNECT	0x0000 /* SOCKET CONNECTS */
+#define ST_LISTEN	0x0001 /* SOCKET LISTENS */
+#define ST_RESOLVER	0x0003 /* SOCKET RESOLVER */
+
+/* socket data */
+#define SD_ASCII	0x0000 /* ASCII-Data - IRC/DCC-Chat/Client */
+#define SD_STREAM	0x0001 /* STREAM-Data - DCC File Receive, SSH */
+
+/* socket flags */
+#define SOC_NOUSE	0x0000 /* SOCKET NOT IN USE */
+#define SOC_SYN		0x0001 /* SYN SENT - CONNECTION REQUESTED */
+#define SOC_CONN	0x0002 /* CONNECTED */
+#define SOC_RESOLVE	0x0003 /* SOCKET IS RESOLVING */
+
+/* we get a connection */
+#define SOC_GOTREQ	0x0001 /* CONN REQUEST */
+#define SOC_CONN	0x0002 /* CONNECTED */
+
+/* close needed */
+#define SOC_ERROR	0x0003 /* ERROR DISCOVERED */
+
+/* socket error flags */
+#define SERR_OK		0x0000 /* OK */
+#define SERR_REFUSED	0x0002 /* CONNECTION REFUSED */
+#define SERR_TIMEOUT	0x0003 /* CONNECTION TIMED OUT */
+#define SERR_TERMINATED 0x0004 /* CONNECTION TERMINATED */
+#define SERR_UNKNOWN	0x0005 /* HOST UNKNOWN */
+
+/* standard flags */
+
+#define STD_NOUSE       0x0000 /* NO USER INI, DELETED OR NEW */
+#define STD_NOCON   	0x0001 /* VALID USER, BUT NOT CONNECTED */
+#define STD_SRCON   	0x0002 /* CLIENT CONNECTED TO SERVER */	
+#define STD_NEWCON  	0x0003 /* NEW CONNECTION */
+#define STD_WHOIS   	0x0007 /* PERFORMED WHOIS */
+#define STD_LOGIN       0x0007 /* DCC:LOGIN */
+#define STD_CONN    	0x0008 /* USER CONNECTED */		 
+
+#define RI_ADMIN	0x0001
+#define RI_USER		0x0000
+
+/* link types */
+
+#define LI_ALLOW	0x0001 /* ALLOWED LINK FROM */
+#define LI_LINK         0x0002 /* LINK TO */
+#define LI_RELAY	0x0003 /* ACTIVE RELAY */
+#define LI_DCC		0x0004 /* DCC CONNECTION */
+
+/* newpeer types */
+
+#define NP_USER		0x0000 /* USER */
+#define NP_LINK		0x0001 /* DATALINK */
+#define NP_RELAY	0x0002 /* RELAY */
+
+/* queue definitions */
+
+#define Q_NEXT		0x0000 /* flush next entry */
+#define Q_FORCED	0x0001 /* flush next entry, dont care about timers */
+
+#define SOC_TIMEOUT	20     /* 20 seconds to a timeouted connecting socket */
+
+/* logging levels */
+
+#define LOG_ERROR	0x0002 /* error */
+#define LOG_WARNING	0x0001 /* warning */
+#define LOG_INFO	0x0000 /* info */
+
+/* log exception commands */
+#define	LOG_QUIT	"QUIT" /* event will be logged if irccommand matches QUIT */
+
+/* pending DCC types */
+
+#define PDC_CHATTORQ	0x0001 /* bouncer user sent a request */
+#define PDC_CHATTO	0x0002 /* bouncer user sent a request */
+#define PDC_CHATFROMRQ	0x0003 /* someone sent us a request */
+#define PDC_CHATFROM	0x0004 /* the request was answered */
+#define PDC_SENDTORQ	0x0005 /* bouncer user wants to send a file */
+#define PDC_SENDTO	0x0006 /* bouncer user wants to send a file */
+#define PDC_RECVFROMRQ	0x0007 /* someone wants to send us a file request */
+#define PDC_RECVFROM	0x0008 /* we are receiving */
+
+/* socket groups */
+
+#define SGR_NONE	0x00000000
+#define SGR_USERINBOUND	0x10000000
+
+#ifdef SCRIPTING
+
+/* script functions */
+
+#define SCR_NONE	0x0000
+#define SCR_DCCCHAT	0x0001
+#define SCR_DCCSEND	0x0002
+#define SCR_SERVER	0x0003
+#define SCR_DIALOGUE	0x0004
+#define SCR_CTCP	0x0005
+#define	SCR_ALIAS	0x0006
+
+/* user specific script structure */
+
+struct scriptt {
+    int function;
+    char *event;
+    char *from;
+    char *to;
+    char *content;
+    char *command;
+    int pid;				/* in the case of a dialogue */
+    struct scriptt *next;
+};
+
+/* subtasks for scripting */
+
+#define STD_OUT  0
+#define STD_IN   1
+#define STD_ERR  2
+
+struct subtask {
+    int uid;	 /* for user */
+    int pid;     /* process id */
+    int fdin;    /* input - is fed by psybnc if the task did an output */
+    int fdout;   /* output - is added to a psocket and listened by psybnc */
+    int fderr;   /* error - is fed by the task if an error occurs */
+    char *desc;  /* description */
+    struct scriptt *script;
+    struct subtask *next; /* next subtask */
+};
+
+extern struct subtask *subtasks;
+extern int SCRSOCK; /* if SCRSOCK is set to 1, the currentsocket likely is set not to a user-specific socket */
+
+#endif
+
+#define SSL_OFF		0x0000
+#define SSL_ON		0x0001
+
+/* Data Definitions */
+
+struct stringarray {
+    char *entry;
+    struct stringarray *next;
+};
+
+/* psybnc sendq description */
+
+struct sendqt {
+    struct sendqt *next;
+    char *data;
+    size_t len; /* for SD_STREAM */
+    int delay;
+};
+
+/* psybnc socket description */
+
+struct psockett {
+  int type;
+  int flag;
+  int nowfds;
+  int syssock; /* number of the system socket */
+  unsigned long sockgroup; /* socket of group index */
+  int dataflow; /* SD_ASCII or SD_STREAM */
+  int datalen; /* length of data in the case of a STREAM socket */
+  int protocol; /* AF_INET or AF_INET6 */
+#ifdef HAVE_SSL
+  int ssl; /* = 1 ssl usage */
+  SSL *sslfd; /* ssl-fd */
+#endif
+#ifdef IPV6
+  char source[60];
+  int sport;
+  char dest[60];
+  int dport;
+#else
+  char source[16];
+  int sport;
+  char dest[16];
+  int dport;
+#endif
+  char since[20];
+  int (*constructor)(int); /* when socket needs to be setup -> NOUSE */
+  int (*constructed)(int); /* when socket was constructed */
+  int (*errorhandler)(int,int); /* when an error was encountered */
+  int (*handler)(int); /* the handler when socket receives data */
+  int (*destructor)(int); /* the handler when the socket is closed */    
+  int (*remapper)(int,int); /* remap a socket (when reopened by sockethandler) */
+  char *commbuf; /* communication buffer */
+  int bytesread; /* current number of bytes stored */
+  int serversocket; /* automatic flood prot */
+  int serverstoned; /* set to stoned, if # of bytes was sent, decrease to seconds left */
+  int serverbytes; /* # of bytes sent to server (if >800, set stoned) */
+  unsigned long bytesin;
+  unsigned long bytesout;
+  int param; /* the parameter */
+  unsigned long delay;    
+  struct sendqt *sendq; /* unused in the case of a STREAM socket */
+  int entrys; /* number of entrys in the sendq .. we flush, if more than xx are entered */
+};
+
+/* The socket Nodes */
+
+struct socketnodes {
+  struct psockett *sock;
+  struct socketnodes *next;
+};
+
+/* Data Structure :
+   Pending DCCs             */
+
+struct dcct {
+    int type;
+    char host[200];
+    char file[200];
+    char nick[64];
+    FILE *fhandle;
+    long filesize;
+    long transferred;
+    long lasttransferred;
+    int port;
+    int sock;
+    int uid;
+    int pid;
+    int delay;
+#ifdef HAVE_SSL
+    int ssl;
+#endif
+    struct dcct *next;    
+};
+
+/* Data Structure :
+   Network Topology   */
+   
+struct topologyt {
+    char server[64];
+    struct topologyt *linked[100];
+    int linktype;
+};
+
+/* Data Structure :
+   DATALINK : Structure of a bouncer link */
+   
+struct datalinkt {
+  int type;
+  char name[64];
+  char user[64];
+  char host[400];
+  char pass[20];
+  char vhost[400];
+  char iam[64];
+  int port;
+  int allowrelay;
+  int instate;
+  int outstate;
+  int insock;
+  int outsock;      
+  int delayed;
+#ifdef HAVE_SSL
+  int ssl;
+  char cert[1024];
+#endif
+};
+
+/* The Datalink Nodes */
+
+struct linknodes {
+  int uid;
+  struct datalinkt *link;
+  struct linknodes *next;
+};
+
+/* Data Structure :
+   CHANNELUSER : User for a channel entry */
+   
+struct uchannelusert {
+    char nick[64];
+    char ident[64];
+    char host[256];
+    char mode[20];
+    struct uchannelusert *next;
+};
+
+/* Data Structure :
+   CHANNEL : Structure of a User-Channel, set into a Chain to the User */
+
+struct uchannelt {
+    char name[255];
+    char modes[20];
+    unsigned long limit;
+    char key[64];
+    char topic[600];
+    char prefixmodes[30]; /* will be inherited from user, or if intnet, from (ov)@+ */
+    char prefixchars[30]; /* dito */
+    char chanmodes[100];
+    int ison; /* is the user on the channel ? */
+    int isentry;
+    int usern; /* for user (re-reference) */
+    struct stringarray *bans;
+    struct stringarray *invites;
+    struct stringarray *intops;
+    struct uchannelusert *users;
+    struct uchannelt *next;
+};
+
+/* Data Structure :
+   USER   : Structure of the specified Users, each user has 2 SOCKET entrys (1:2) */
+
+struct usert {
+  int parent; /* is part of User # */
+  char nick[64]; /* DAL */
+  char wantnick[64]; /* DAL */
+  char login[64];
+  char user[64];
+  char pass[20];
+  char vhost[255];
+  int vlink;    
+  char host[255];
+  char server[255];
+  char proxy[255];
+  char spass[64];
+  int pport;
+  char firstnick[64];    
+  char away[64];
+  char awaynick[16];
+  char leavemsg[64];
+  char network[10];    
+  char last[20];
+  char prefixmodes[30];
+  char prefixchars[30];
+  char chanmodes[100];
+  char chantypes[30];
+  int quitted;
+  int welcome;
+  int doaway;    
+  time_t lastctcp;
+  time_t lastdccchat;
+  int innames;
+  char inchan[300];
+  int afterquit;
+  int srinit;
+  int port;
+  int instate; /* state of insocket */
+  int outstate; /* state of outsocket */
+  int insock; /* points to sockit desc */
+  int outsock; /* points to sockit desc */
+  int rights;
+  int kicks;    
+  int gotop;
+  int autopongreply;
+  int autorejoin;
+  int currentserver;
+  int triggered;    
+  int autogetdcc;
+  int leavequit;
+  int antiidle;
+  int sysmsg;
+  int dccenabled;
+  int penalty;
+  int pinged;
+  time_t pingtime;
+  time_t nickgain;
+  char altnick[64];
+  unsigned long pentime;
+  long lastlog;
+  long delayed; /* retry connect in x tix */
+  struct uchannelt *channels;
+#ifdef SCRIPTING
+  struct scriptt *script;
+#endif
+  struct stringarray *bans;
+  struct stringarray *ops;
+  struct stringarray *aops;
+  struct stringarray *askops;
+  struct stringarray *logs;
+  struct stringarray *keys;
+  struct stringarray *ignores;
+#ifdef CRYPT
+  struct stringarray *encrypt;
+#endif
+#ifdef TRANSLATE
+  struct stringarray *translates;
+#endif
+  struct dcct *pdcc;
+  struct linknodes *dcc;
+#ifdef TRAFFICLOG
+  FILE *trafficlog;
+#endif
+#ifdef HAVE_SSL
+  char cert[1024];
+#endif
+#ifdef IPV6
+  int preferipv6;
+#endif
+};
+
+/* The User Nodes */
+
+struct usernodes {
+  int uid;
+  struct usert *user;     
+  struct usernodes *next;
+};
+
+/* Data Structure :
+   NEWPEER : Structure of a newly connected bouncer / user */
+
+struct newpeert {
+  char user[64];
+  char login[64];
+  char name[64];
+  char nick[64];
+  char pass[20];
+  char host[400];
+  char vhost[400];
+  char server[400];
+  int port;    
+  int lnkport;
+  int insock;
+  int state;
+  int type; 
+  long delayed;
+};
+
+/* The peer Nodes */
+
+struct peernodes {
+  int uid;
+  struct newpeert *peer;     
+  struct peernodes *next;
+};
+
+/* resolve-structures */
+
+struct conndata
+{
+    int sock;
+
+    char *host;
+    int port;
+    char *vhost;
+
+    int state;
+
+    int host_family;
+    int vhost_family;
+
+    struct in_addr *host_addr;
+    struct in_addr *vhost_addr;
+};
+
+struct proxyconndata
+{
+    int user;
+    char *host;
+    struct in_addr *host_addr;
+};
+
+enum connect_state
+{
+    CONN_RESOLVE_HOST,
+    CONN_RESOLVE_VHOST
+};
+
+struct acceptdata
+{
+    int sock;
+    int syssock;
+
+    int ip_family;
+    struct in_addr *ip_addr;
+};
+
+#ifdef TRANSLATE
+
+#define TR_TO	0x0000
+#define TR_FROM 0x0001
+
+struct translatet {
+  int uid;
+  int usern;
+  int delayed;
+  int sock;
+  char *translatetext;
+  char *translatedtext;
+  char *dest;
+  char *source;
+  char *lang;
+  int direction;   /* 0=to user ,1=from user */
+  struct translatet *next;
+};
+
+#endif
+
+#ifndef P_MAIN
+
+/* Dummy Stringarray */
+
+extern struct stringarray *first;
+
+#ifdef PARTYCHANNEL
+/* List of Users online, the topic for the partychannel */
+
+extern struct stringarray *partyusers;
+extern char partytopic[301]; /* topic of the partychannel */
+#endif
+
+/* The config file - cache */
+
+extern struct stringarray *conf;
+
+/* CREATE-Variables */
+
+extern int U_CREATE; /* if U_CREATE == 1, user() will return a newly created user if not available */
+extern int P_CREATE; /* if P_CREATE == 1, newpeer() will return a newly created peer */
+extern int D_CREATE; /* if D_CREATE == 1, datalink() will return a newly created link */
+extern int errno;
+
+/* The mother of all sockets */
+
+extern struct socketnodes *socketnode;
+
+/* The current socket */
+
+extern struct socketnodes *currentsocket;
+extern struct socketnodes *mastersocket;
+
+/* The mother of all Users */
+
+extern struct usernodes *usernode;
+
+/* The mother of all peers */
+
+extern struct peernodes *peernode;
+
+/* The mother of all datalinks */
+
+extern struct linknodes *linknode;
+
+/* Current node supported by user() */
+
+extern struct usernodes *thisuser;
+
+/* Current node supported by newpeer() */
+
+extern struct peernodes *thispeer;
+
+/* Current node supported by datalink() */
+
+extern struct linknodes *thislink;
+
+/* Dummy User for not existent user Structures */
+
+extern struct usert *dummyuser;
+extern struct usert *nulluser;
+
+/* Dummy peer for not existent user peers */
+
+extern struct newpeert *dummypeer;
+
+/* Dummy link for not existent datalinks */
+
+extern struct datalinkt *dummylink;
+
+/* main externals */
+
+extern char logfile[200];
+extern char value[200];
+extern char accepthost[400];
+extern char acceptip[60];
+extern unsigned int acceptport;
+extern int pid;
+extern int highestsocket;
+extern int errn;
+extern struct hostent *hostinfo;
+extern FILE *mainlog;
+extern char configfile[100];
+extern char dcchost[200];
+extern char dcc6host[200];
+extern int safemode;
+extern int notsocket;
+
+#ifdef IPV6
+extern int defaultipv6;
+#endif
+
+#ifdef INTNET
+
+extern struct uchannelt *intchan;
+
+#endif
+
+/* main communication buffers */
+
+extern char ircbuf[8192]; 
+extern int datalen;
+
+/* splitted parameters */
+
+extern char ircfrom[300]; /* from nick!user@host, will be set to "" if servermsg or client */
+extern char ircident[32]; /* from ident, will be set to "", if servermsg or client */
+extern char ircnick[64]; /* from nick, will be set to "" if servermsg or client */
+extern char irchost[200]; /* from host, will be set to "" if from client, name of server if from server */
+extern char irccommand[64]; /* command or numerical code */
+extern char ircto[800]; /* to */
+extern char irccontent[6000]; /* content */
+extern int ircserver;
+extern int inwrite;
+extern char rbuf[100];
+extern char ehost[400];
+extern char eparm[200];
+extern char echan[200];
+extern int nousers;
+extern char me[200];
+extern int delayinc;
+extern char ctxt[50];
+extern char cfunc[60];
+extern int cline;
+
+/* hostallows */
+
+extern struct stringarray *hostallows;
+
+#ifdef TRANSLATE
+
+extern struct translatet *translate;
+
+
+#endif
+
+#ifdef SUNOS
+extern int error_num;
+#endif
+
+#ifdef HAVE_SSL
+
+extern SSL_CTX *srvctx;
+extern SSL_CTX *clnctx;
+
+#endif
+
+#endif
+
+/* p_client externals */
+
+#ifndef P_CLIENT
+#ifdef PARTYCHANNEL
+int cmdjoin(int usern);
+int cmdpart(int usern);
+int cmdtopic(int usern);
+#endif
+
+int firstuser(int npeer);
+
+int cmdbquitn(int usern);
+int cmdbvhostn(int usern);
+int cmdbconnectn(int usern);
+int cmdkillsock(int usern);
+int cmdfixlistener(int usern);
+
+int repeatserverinit(int usern);
+int cmdbwho(int usern);
+int cmdadduser(int usern);
+int cmddeluser(int usern);
+int cmdaddnetwork(int usern);
+int cmddelnetwork(int usern);
+int cmdpassword(int usern);
+int cmdnick(int usern);
+int cmdjump(int usern);
+int cmdvhost(int usern);
+int cmdautogetdcc(int usern);
+int cmdautorejoin(int usern);
+int cmdaidle(int usern);
+int cmdleavequit(int usern);
+int cmdswitchnet(int usern);
+int cmdsysmsg(int usern);
+int cmdsetaway(int usern);
+int cmdsetleavemsg(int usern);
+int cmdsetawaynick(int usern);
+int cmdsetusername(int usern);
+int cmddccenable(int usern);
+int cmdaddserver(int usern);
+int cmddelserver(int usern);
+int cmdlistservers(int usern);
+#ifdef PROXYS
+int cmdproxy(int usern);
+#endif
+int cmdlinkto(int usern);
+int cmdlinkfrom(int usern);
+int cmdrelaylink(int usern);
+int cmddellink(int usern);
+int cmdlistlinks(int usern);
+#ifdef DCCCHAT
+int cmdadddcc(int usern);
+int cmddeldcc(int usern);
+int cmdlistdcc(int usern);
+int cmddccchat(int usern);
+int cmddccanswer(int usern);
+int cmddcccancel(int usern);
+#define DCCANCEL
+#endif
+#ifdef DCCFILES
+int cmddccsend(int usern);
+int cmddccget(int usern);
+int cmddccsendme(int usern);
+int cmddccfiles(int usern);
+#ifndef DCCANCEL
+int cmddcccancel(int usern);
+#define DCCANCEL
+#endif
+#endif
+int printhelp(int ausern);
+int cmdaddop(int usern);
+int cmdaddautoop(int usern);
+int cmdaddkey(int usern);
+int cmdaddask(int usern);
+int cmdaddban(int usern); 
+int cmdaddignore(int usern);
+#ifdef TRAFFICLOG
+int cmdaddlog(int usern); 
+#endif
+int cmddelop(int usern); 
+int cmddelautoop(int usern); 
+int cmddelkey(int usern); 
+int cmddelask(int usern); 
+int cmddelban(int usern); 
+int cmddelignore(int usern);
+#ifdef TRAFFICLOG
+int cmddellog(int usern); 
+#endif
+int cmdlistops(int usern); 
+int cmdlistautoops(int usern); 
+int cmdlistkey(int usern); 
+int cmdlistask(int usern); 
+int cmdlistbans(int usern); 
+int cmdlistignores(int usern);
+#ifdef TRAFFICLOG
+int cmdlistlogs(int usern); 
+#endif
+int cmdrehash(int usern); 
+int cmdadmin(int usern); 
+int cmdunadmin(int usern); 
+int cmdbkill(int usern); 
+int cmdbraw(int usern);
+int cmdbdone(int usern);
+int cmdsetconnectdelay(int usern);
+int cmdmysqlipcheck(int usern);
+int cmdbquit(int usern); 
+int cmdbconnect(int usern);
+int cmdname(int usern);
+int cmdsetlang(int usern);
+int cmdquit(int usern);
+int cmdping(int usern);
+int cmdprivmsg(int usern);
+int cmdwho(int usern);
+int cmduser(int usern);
+int cmdsockstat(int usern);
+int cmdrelink(int usern);
+#ifdef CRYPT
+int cmdencrypt(int usern);
+int cmddelencrypt(int usern);
+int cmdlistencrypt(int usern);
+#endif
+#ifdef TRANSLATE
+int cmdtranslate(int usern);
+int cmddeltranslate(int usern);
+int cmdlisttranslate(int usern);
+#endif
+int cmdaddallow(int usern);
+int cmddelallow(int usern);
+int cmdlistallow(int usern);
+#ifdef CRYPT
+int checkcrypt(int usern);
+#endif
+#ifdef TRANSLATE
+int checktranslate(int usern);
+#endif
+int quitclient(int usern);
+int userinerror(int usern, int errn);
+int userinkill(int usern);
+#ifdef SCRIPTING
+int cmdreloadscript(int usern);
+int cmdlisttasks(int usern);
+#endif
+#endif
+
+#ifndef P_CRYPT
+char *cryptit(char *tocipher);
+char *decryptit(char *tocipher);
+int makesalt(void);
+extern char slt1[];
+extern char slt2[];
+#endif
+
+#ifndef P_DCC
+int adddcc(int usern, char *host, int port, char *luser, char *pass, char *npt, int noini);
+int canceldcc(int usern, char *nick, char *file);
+int loaddccs(int usern);
+int listdccs(int usern);
+int erasedcc(int usern, int dccn);
+struct datalinkt *checkdcc(int usern, char *dccname);
+int dcchandler(int usern);
+int connecteddcc(int usern);
+int killeddcc(int usern);
+int errordcc(int usern, int errn);
+int checkdcclink(int usern, struct datalinkt *th);
+int checkdccs();
+int randport();
+char *stripdccfile(char *orig,int rec);
+struct dcct *createpdcc(int usern);
+struct dcct *getcurrentpdcc(int usern);
+int removepdcc(int usern);
+int pdccconnected(int usern);
+int pdccerror(int usern, int r);
+int pdccquery(int usern, int r);
+int pdccclosed(int usern);
+int acceptpdccchat(int usern);
+int pdccfileerror(int usern, int r);
+int pdccfileclosed(int usern);
+int pdccfilesendack(int usern);
+int acceptdccfile(int usern);
+int pdccfconnected(int usern);
+int pdccferror(int usern, int r);
+int pdccfget(int usern);
+int pdccfclosed(int usern);
+int addpendingdcc(int usern, int type, char *host, int port, char *nick, char *file, char *newfile, unsigned long filesize, int proto);
+int querydccchat(int usern, char *nick);
+int parsectcps(int usern);
+int checkdcctimeouts();
+int listpdccs(int usern);
+#endif
+
+#ifndef P_HASH
+int userhelp(int usern, char *cmd);
+int fakeinbound(int iusern);
+int userinbound(int usern);
+int useroutbound(int usern);
+int internalinbound(int iusern, int link);
+#endif
+
+#ifndef P_INIFUNC
+int resetconfig();
+int readconfig();
+int flushconfig();
+int clearsectionconfig(char *pattern);
+int getini(char *section, char *param, char *inidat);
+int writeini(char *section, char *param, char *inidat, char *data);
+int countconfentries(char *section, char *param, char *fname);
+int getserver(int srvnr, int usernum);
+int getnextserver(int usern);
+int deluser(int uid);
+extern int lastfree;
+#endif
+
+#ifndef P_LINK
+int getlink(int peern);
+int getlinkbyname(char *namelink);
+int getnewlink();
+int linkrelay(int npeer, int rootlink);
+int linkrelayconnected(int npeer);
+int errorrelaylink(int nlink, int errn);
+int killrelaylink(int nlink);
+int connectlink(int nlink);
+int connectedlink(int nlink);
+int errorlink(int nlink, int errn);
+int checklinks();
+int relay(int nlink);
+int processlink(int nlink, int sock, int state);
+int checklinkerror(int nlink, int errn);
+int checklinkkill(int nlink);
+int checklinkdata(int nlink);
+#endif
+
+#ifndef P_LOG
+int oldfile(char *fname);
+int p_log(int loglevel,int usern, char *format,...);
+int checkforlog(int usern);
+int privatelog(int usern);
+int playprivatelog(int usern);
+int playmainlog(int usern);
+#ifdef TRAFFICLOG
+int playtrafficlog(int usern);
+#endif
+int eraseprivatelog(int usern);
+int erasemainlog(int usern);
+int erasetrafficlog(int usern);
+#ifdef TRAFFICLOG
+int checklogging(int usern);
+#endif
+#endif
+
+#ifndef P_MEMORY
+unsigned long *__pmalloc(unsigned long size,char *module,char *function,int line);
+void _pfree(void * pointer,char *module, char *function, int line);
+struct usert *user(int usern);
+struct newpeert *newpeer(int usern);
+struct datalinkt *datalink(int usern);
+int clearuser(int usern);
+int clearpeer(int peern);
+int clearlink(int linkn);
+int errorhandling();
+void usr1_error(int r); /* for calling from cmdbsockets */
+#endif
+
+#ifndef P_NETWORK
+int checkparents(int usernum);
+int parentnick(int usern);
+int checknetwork(int usern);
+int addtoken(int usern);
+int checkusernetwork(int usern);
+#endif
+
+#ifndef P_PARSE
+int parse();
+int ifcommand(char *cmd);
+#endif
+
+#ifndef P_PEER
+int checkpeerhostname(char *hostname);
+int getnewpeer();
+int erasepeer(int npeer);
+int linkpeer(int npeer);
+int checknewlistener(int dummy);
+void killed();
+void errored();
+int createlisteners();
+int erroroldlistener(int npeer, int ern);
+int killoldlistener(int npeer);
+int checkoldlistener(int npeer);
+int checkhostallows(char *host);
+#endif
+
+#ifndef P_SERVER
+int serverinit(int usern, int msgn);
+int pong(int usern);
+int nickused(int usern);
+int gotnick(int usern);
+int rejoinchannels(int usern);
+int partleavemsg(int usern);
+int sendleavemsg(int usern);
+int rejoinclient(int usern);
+int checkignores(int usern);
+int checkbans(int usern);
+int checkautoop(int usern);
+int checkop(int usern);
+int askforop(int usern, char *channel);
+int getops(int usern);
+int sendwho(int usern);
+int performwho(int usern);
+int gotjoin(int usern);
+int gotpart(int usern);
+int gotkick(int usern);
+int gotquit(int usern);
+int gotmode(int usern);
+int gottopic(int usern);
+int msgERROR(int usern);
+int msg001(int usern);
+int msg002to005(int usern);
+int msg251to255265to266(int usern);
+int msg372to375(int usern);
+int msg376(int usern);
+int msg352(int usern);
+int msg353(int usern);
+int msg315(int usern);
+int msg432to437(int usern);
+int msg319(int usern);
+int msg324(int usern);
+int msg332(int usern);
+int msg366(int usern);
+int msgprivmsg(int usern);
+int connectuser(int usern);
+int userconnected(int usern);
+int usererror(int usern,int errn);
+int userclosed(int usern);
+int checkclients();
+int checkstonednick();
+void create_oidentd_conf();
+#endif
+
+extern int nolog;
+
+
+#ifndef P_SOCKET
+extern struct socketnodes *previous;
+struct socketnodes *getpsocketbysock(int syssock);
+struct socketnodes *getpsocketbygroup(struct socketnodes *first, unsigned long group, int notsock);
+int createsocket(int syssock,int type, int index, unsigned long group,int(*constructor)(int),int(*constructed)(int),int(*errorhandler)(int,int),int(*handler)(int),int(*destructor)(int),int(*remapper)(int,int), int protocol,int ssl);
+int killsocket(int syssock);
+int reallykillsocket(int syssock);
+int createlistener(char *host, int port, int proto, int pending, int(*listenhandler)(int),int(*errorhandler)(int,int),int(*datahandler)(int),int(*destructor)(int));
+int connectto(int socket,char *host, int port, char *vhost);
+int flushsendq(int socket, int forced);
+int addq(int socket, char *data, int sqdelay);
+#ifdef HAVE_SSL
+char *sslgetcert(SSL *sssl); /* returns the cert-string */
+int sslcheckcert(int socket,char *cert, char *logitem);
+#endif
+extern int urgent;
+int writesock(int socket, char *data);
+int ssnprintf(int socket, char *format,...);
+int getprotocol(char *host);
+int writesock_URGENT(int socket, char *data);
+int writesock_DELAY(int socket, char *data, int delay);
+int writesock_STREAM(int socket, unsigned char *data, unsigned int size);
+int receivesock(struct psockett *sock);
+int socket_accept();
+int socket_connect();
+unsigned long socketdriver();
+int socketdatawaiting(int syssock);
+char *get_sourceip(int fd);
+int get_sourceport(int fd);
+
+struct in_addr *duplicate_in_addr(int family, struct in_addr *address, int *address_length);
+#endif
+
+#ifndef P_STRING
+int ucase(char *inc);
+char *rtrim(char *totrim);
+int replace(char *rps, char whatc, char toc);
+char *nobreak(char *tobreak);
+char *randstring(int length);
+char *strmcat(char *first,char *second);
+char *strmncpy(char *dest, char *source, unsigned int len);
+int strmncasecmp(char *one, char *two);
+int strmcmp(char *one, char *two);
+int strmwildcmp(char *line, char *wildcard);
+struct stringarray *addstring(char *toadd, struct stringarray *ltm);
+char *getstring(int entry, struct stringarray *ltm);
+struct stringarray *removestring(int entry, struct stringarray *ltm);
+struct stringarray *loadlist(char *afile, struct stringarray *lth);
+struct stringarray *writelist(char *host, char *param, char *afile, struct stringarray *th);
+struct stringarray *eraselist(int entry, char *afile, struct stringarray *th);
+int liststrings(struct stringarray *th, int usern);
+int checkstrings(struct stringarray *th);
+int loadlanguage(char *lang);
+#ifdef lngtxt
+#undef lngtxt
+#endif
+char *lngtxt(int msgnum);
+extern char langname[100];
+#endif
+
+#ifndef P_SYSMSG
+extern int issys;
+int sysparty(char *format,...);
+int systemnotice(int usernum, char *format,...);
+int noticeall(int adminonly,char *format,...);
+int broadcast(int nlink);
+int broadcasttolink(int nlink);
+int querybounce(int usern);
+int querybot(int usern);
+#ifdef PARTYCHANNEL
+int partyadd(char *xuser);
+int partyremove(char *xuser);
+int partylinklost();
+int joinparty(int usern);
+#endif
+int lostlink(char *which);
+#endif
+
+#ifndef P_USERFILE
+int loaduser(int usernum);
+int writeuser(int usern);
+int writelink(int linkn);
+int eraselinkini(int linkn);
+int loadusers(void);
+int loadlink(int linkn);
+int loadlinks();
+int checkuser(char *nick);
+#endif
+
+#ifndef P_UCHANNEL
+
+char *ordermodes(struct uchannelt *channel);
+struct uchannelt *addchanneltouser(int usern, char *channel, int nowrite);
+struct uchannelt *getuserchannel(int usern, char *channel);
+struct uchannelusert *getchannelnick(struct uchannelt *channel, char *nick);
+struct uchannelusert *addnicktochannel(struct uchannelt *chan, char *nick, char *ident, char *host);
+int hasmode(int usern, char *nick, char *channel, char modesymbol);
+int removenickfromchannel(struct uchannelt *chan, char *nick);
+int removenickfromallchannels(int usern, char *nick);
+int nickchange(int usern, char *oldnick, char *newnick);
+int removeallusersfromchannel(struct uchannelt *channel);
+int removeallchannelsfromuser(int usern);
+int removechannelfromuser(int usern, char *channel);
+int resetallchannels(int usern);
+int setchannelmode(struct uchannelt *channel, char *mode, char *param);
+int sendnames(int usern, struct uchannelt *channel);
+int addchannelmode(struct uchannelt *channel, char *mode, char *param);
+int setchanneltopic(struct uchannelt *channel, char *topic);
+int convertlastwhois(int usern, char *lastwhois);
+int loadchannels(int usern);
+
+#endif
+
+#ifdef SCRIPTING
+#ifndef P_SCRIPT
+
+struct subtask *getsubtaskbypid(int pid);
+int addsubtask(int uid, int pid, int fdin, int fdout, int fderr, char *program, struct scriptt *script);
+int startpipe(int usern, char *program,	struct scriptt *script,	int(*setenvironment)(int,struct scriptt *), int(*inboundhandler)(int), int(*outboundhandler)(int), int(*errorlog)(int), int(*terminated)(int,int), int(*destroyed)(int));
+int terminatetask(int pid,int errn);
+int terminatedest(int pid);
+int clearuserscript(int usern);
+int getscriptfunction(char *function);
+int processscriptline(int usern, char *line);
+int loadscript(int usern);
+struct scriptt *getnextfunctionentry(struct scriptt *msc, int func);
+int setupstandardenv(int usern, struct scriptt *script);
+int scripterror(int pid);
+int setdialogueenv(int usern, struct scriptt *script);
+int dialogueevent(int pid);
+int startdialogues(int usern);
+int stopdialogues(int usern);
+int senddialoguequery(int usern);
+int checkserverevent(int usern, struct scriptt *script);
+int setserverenv(int usern,struct scriptt *script);
+int servertoserverevent(int pid);
+int servertoclientevent(int pid);
+int serverevent(int usern);
+int setaliasenv(int usern, struct scriptt *script);
+int checkalias(int usern, struct scriptt *script);
+int aliasbhelp(int usern);
+int executealias(int usern);
+int setdccchatenv(int usern, struct scriptt *script);
+int tasktochatevent(int usern);
+int dccchatscript(int usern, char *from);
+int dccfilescript(int usern, char *from);
+int ctcpscript(int usern, char *ctcp);
+
+#endif
+#endif
+
+#ifndef P_TOPOLOGY
+int displaytopology(int(*callback)(char *output));
+int addtopology(char *from, char *to);
+int removetopology(char *node, char *item, int(*callback)(char *item));
+struct topologyt *gettopology(char *name);
+#endif
+
+#ifndef P_INTNET
+#ifdef INTNET
+int cmdintprivmsg(int usern, int link);
+int cmdintnotice(int usern, int link);
+int rejoinintchannels(int usern);
+int cmdintjoin(int usern, int link);
+int cmdintmode(int usern, int link);
+int cmdintpart(int usern, int link);
+int cmdintnick(int usern, int link);
+int cmdintkick(int usern, int link);
+int cmdintnames(int usern, int link);
+int cmdintquit(int usern, int link);
+int cmdintwho(int usern, int link);
+int cmdintwhois(int usern, int link);
+int cmdintuser(int usern, int link);
+int cmdinttopic(int usern, int link);
+int cmdintinvite(int usern, int link);
+int cmdintison(int usern, int link);
+int cmdintuserhost(int usern, int link);
+int removeinternal(char *server);
+int joinintnettolink(int link);
+#endif
+#endif
+
+#ifdef IPV6
+int cmddefaultipv6(int usern);
+int cmdpreferipv6(int usern);
+#endif
+
+#ifdef TRANSLATE
+#ifndef P_TRANSLATE
+int addtranslate(int usern, char *totranslate, char *source, char *dest, int direction, char *lang, char *command);
+int cleartranslates();
+#endif
+#endif
+
+/* from 2.2.2: always use the external snprintf. nice feature to allow features */
+
+int ap_snprintf(char *buf,size_t n,char *format,...);
+int ap_vsnprintf(char *buf,size_t n, char *format,va_list ap);
+
+/* idea definitions */
+
+#ifdef CRYPT
+
+extern char * IDEA_stringencrypt(unsigned char *input, unsigned char *key);
+extern char * IDEA_stringdecrypt(unsigned char *input, unsigned char *key);
+
+#endif
+
+/* blowfish definitions */
+
+extern char * BLOW_stringencrypt(unsigned char *input, unsigned char *key);
+
+#ifdef CRYPT
+
+extern char * BLOW_stringdecrypt(unsigned char *input, unsigned char *key);
+
+#endif
+
+/* dns functions */
+
+typedef void (*dns_host_callback)(void *arg, int status, int timeouts, struct hostent *hostent);
+
+#ifdef IPV6
+    #define RESOLVER_AF AF_INET6
+#else
+    #define RESOLVER_AF AF_INET
+#endif
+
+#ifndef P_DNS
+int p_dns_init();
+int p_dns_fds(fd_set *read_fds, fd_set *write_fds);
+void p_dns_process(fd_set *read_fds, fd_set *write_fds);
+
+void p_dns_gethostbyname(char *hostname, int af, dns_host_callback callback, void *arg);
+void p_dns_gethostbyaddr(const void *address, int addrlen, int family, dns_host_callback callback, void *arg);
+
+int p_dns_success(int status);
+const char *p_dns_strerror(int status);
+#endif
+
+/* match functions */
+
+int wild_match(register unsigned char *m, register unsigned char *n);
+
+#define pcontext { strmncpy(ctxt,__FILE__,sizeof(ctxt)); strmncpy(cfunc,(char*)__FUNCTION__,sizeof(cfunc)); cline=__LINE__; }
+#define pmalloc(n) __pmalloc((n),__FILE__,(char*)__FUNCTION__,__LINE__)
+
+#define SSLCERT "key/psybnc.cert.pem"
+#define SSLKEY "key/psybnc.key.pem"
+
+#ifdef HAVE_SSL
+#ifndef SSLSEC
+#define SSLSEC 0
+#endif
+#endif
blob - /dev/null
blob + e333d9d1759490ec2a8368824156a50b415ab32f (mode 644)
--- /dev/null
+++ src/p_hash.c
@@ -0,0 +1,573 @@
+/************************************************************************
+ *   psybnc, src/p_hash.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_HASH
+
+#include <p_global.h>
+
+/* local types */
+
+struct hasht {
+    int commandmsgnum;
+    int(*handler)(int);
+    int commentmsgnum;
+    int helpfilemsgnum;
+    int proceed; /* 0 = dont proceed, 1 = proceed, 2 = return code of routine (0 or 1) */
+    int adminonly; /* 0 = normal users, 1 = admins */
+};
+
+
+struct hasht inboundhash[]={
+    {1009,	cmdprivmsg,	0,	0	,2,0},
+    {1010,	cmdping,	0,	0	,0,0},
+    {1011,	cmdquit,	0,	0	,0,0},
+    {1012,	cmdwho,		0,	0	,1,0},
+    {1013,	cmduser,	0,	0	,0,0},
+#ifdef PARTYCHANNEL
+    {1014,	cmdjoin,	0,	0	,2,0},	
+    {1015,	cmdpart,	0,	0	,2,0},	
+    {1016,	cmdtopic,	0,	0	,2,0},
+#endif
+    {1017,	cmdnick,	0,	0	,1,0},
+    {1018,	cmdbwho,	1019,	1020	,0,1},
+    {1021,	cmdpassword,	1022,	1023	,0,0},
+    {1024,	cmdvhost,	1025,	1026	,0,0},
+#ifdef PROXYS
+    {1027,	cmdproxy,	1028,	1029	,0,0},
+#endif
+    {1030,	cmdsetusername,	1031,	1032	,0,0},
+    {1797,	cmdsetusername,	1798,	1799	,0,0},
+    {1033,	cmdsetaway,	1034,	1035	,0,0},
+    {1036,	cmdsetleavemsg,	1037,	1038	,0,0},
+    {1039,	cmdleavequit,	1040,	1041	,0,0},
+    {1042,	cmdsetawaynick,	1043,	1044	,0,0},
+    {1045,	cmdjump,	1046,	1047	,0,0},
+    {1376,	cmdbraw,	1377,	1378	,0,1},
+#ifndef DYNAMIC
+    {1048,	cmdbquit,	1049,	1050	,0,0},
+    {1051,	cmdbconnect,	1052,	1053	,0,0},
+#endif
+    {1054,	cmdaidle,	1055,	1056	,0,0},
+    {1057,	cmdautorejoin,	1058,	1059	,0,0},
+    {1060,	cmdaddserver,	1061,	1062	,0,0},
+    {1063,	cmddelserver,	1064,	1065	,0,0},
+    {1066,	cmdlistservers,	1067,	1068	,0,0},
+#ifdef NETWORK
+    {1069,	cmdaddnetwork,	1070,	1071	,0,0},
+    {1072,	cmddelnetwork,	1073,	1074	,0,0},
+    {1075,	cmdswitchnet,	1076,	1077	,0,0},
+	{1400,	cmdbvhostn,		1401,	1402	,0,1},
+	{1410,  cmdbquitn,		1411,   1412    ,0,1},
+	{1420,  cmdbconnectn,	1421,   1422    ,0,1},
+#endif
+    {1078,	cmdaddop,	1079,	1080	,0,0},
+    {1081,	cmddelop,	1082,	1083	,0,0},
+    {1084,	cmdlistops,	1085,	1086	,0,0},
+    {1087,	cmdaddautoop,	1088,	1089	,0,0},
+    {1090,	cmddelautoop,	1091,	1092	,0,0},
+    {1093,	cmdlistautoops,	1094,	1095	,0,0},
+    {1096,	cmdaddban,	1097,	1098	,0,0},
+    {1099,	cmddelban,	1100,	1101	,0,0},
+    {1102,	cmdlistbans,	1103,	1104	,0,0},
+    {1105,	cmdaddask,	1106,	1107	,0,0},
+    {1108,	cmddelask,	1109,	1110	,0,0},
+    {1111,	cmdlistask,	1112,	1113	,0,0},
+    {1322,	cmdaddignore,	1323,	1324	,0,0},
+    {1325,	cmddelignore,	1326,	1327	,0,0},
+    {1328,	cmdlistignores,	1329,	1330	,0,0},
+#ifdef DCCCHAT
+    {1114,	cmdadddcc,	1115,	1116	,0,0},
+    {1117,	cmdlistdcc,	1118,	1119	,0,0},
+    {1120,	cmddeldcc,	1121,	1122	,0,0},
+    {1123,	cmddccchat,	1124,	1125	,0,0},
+    {1126,	cmddccanswer,	1127,	1128	,0,0},
+#define DCCALLOW 1
+    {1129,	cmddccenable,	1130,	1131	,0,0},
+#endif
+#ifdef DCCFILES
+    {1132,	cmddccsend,	1133,	1134	,0,0},
+    {1135,	cmddccget,	1136,	1137	,0,0},
+    {1138,	cmddccsendme,	1139,	1140	,0,0},
+    {1141,	cmdautogetdcc,	1142,	1143	,0,0},
+#ifndef DCCALLOW
+    {1144,	cmddccenable,	1145,	1146	,0,0},
+#endif
+#endif
+#ifdef DCCANCEL
+    {1147,	cmddcccancel,	1148,	1149	,0,0},
+#endif
+#ifndef DYNAMIC
+    {1150,	playprivatelog,	1151,	1152	,0,0},
+    {1153,	eraseprivatelog,1154,	1155	,0,0},
+#endif
+#ifdef TRAFFICLOG
+#ifndef DYNAMIC
+    {1156,	cmdaddlog,	1157,	1158	,0,0},
+    {1159,	cmddellog,	1160,	1161	,0,0},
+    {1162,	cmdlistlogs,	1163,	1164	,0,0},
+    {1165,	playtrafficlog,	1166,	1167	,0,0},
+    {1168,	erasetrafficlog,1169,	1170	,0,0},
+#endif
+#endif
+#ifdef CRYPT
+    {1171,	cmdencrypt,	1172,	1173	,0,0},
+    {1174,	cmddelencrypt,	1175,	1176	,0,0},
+    {1177,	cmdlistencrypt,	1178,	1179	,0,0},
+#endif
+#ifdef TRANSLATE
+    {1180,	cmdtranslate,	1181,	1182	,0,0},
+    {1183,	cmddeltranslate,1184,	1185	,0,0},
+    {1186,	cmdlisttranslate,1187,	1188	,0,0},
+#endif
+    {1189,	cmdrehash,	1190,	1191	,0,1},
+#ifdef MULTIUSER
+    {1192,	cmdadmin,	1193,	1194	,0,1},
+    {1195,	cmdunadmin,	1196,	1197	,0,1},
+    {1198,	cmdbkill,	1199,	1200	,0,1},
+#endif
+    {1201,	cmdsockstat,	1202,	1203	,0,1},
+	{1430,  cmdkillsock, 1431,  1432    ,0,1},
+	{1440,  cmdfixlistener, 1441,  1442    ,0,1},
+#ifdef MULTIUSER
+    {1204,	cmdadduser,	1205,	1206	,0,1},
+    {1207, 	cmddeluser,	1208,	1209	,0,1},
+#endif
+#ifdef LINKAGE
+    {1210,	cmdname,	1211,	1212	,0,1},
+    {1213,	cmdlinkto,	1214,	1215	,0,1},
+    {1216,	cmdlinkfrom,	1217,	1218	,0,1},
+    {1219,	cmdrelaylink,	1220,	1221	,0,1},
+    {1222,	cmddellink,	1223,	1224	,0,1},
+    {1225,	cmdlistlinks,	1226,	1227	,0,0},
+    {1228,	cmdrelink,	1229,	1230	,0,1},
+#endif
+#ifndef DYNAMIC
+    {1231,	playmainlog,	1232,	1233	,0,1},
+    {1234,	erasemainlog,	1235,	1236	,0,1},
+#endif
+    {1237,	cmdaddallow,	1238,	1239	,0,1},
+    {1240,	cmddelallow,	1241,	1242	,0,1},
+    {1243,	cmdlistallow,	1244,	1245	,0,1},
+#ifdef SCRIPTING
+    {1246,	cmdreloadscript,1247,	1248	,0,0},
+    {1249,	cmdlisttasks,	1250,	1251	,0,0},
+#endif
+    {1342,	cmdsetlang,	1343,	1344	,0,1},
+    {1252,	printhelp,	1253,	1254	,0,0},
+    {1450,	cmdbdone,	1451,	1452	,0,0},
+    {1460,	cmdsetconnectdelay,	1461,	1462	,0,1},
+    {1480,	cmddefaultipv6,		1481,   1482    ,0,1},
+    {1490,	cmdpreferipv6,		1491,   1492    ,0,0},
+#ifdef MYSQL_IPCHECK
+#ifdef HAVE_MYSQL
+    {2001,	cmdmysqlipcheck,	2002,	2003	,0,1},
+#endif
+#endif      
+    {0,		NULL,		0,	0	,0,0}
+};
+
+struct hasht outboundhash[]={
+    {1255,	msgERROR,	0,0,0,0},
+    {1256,	msg001,		0,0,1,0},
+    {1257,	msg002to005,	0,0,1,0},
+    {1258,	msg002to005,	0,0,1,0},
+    {1259,	msg002to005,	0,0,1,0},
+    {1260,	msg002to005,	0,0,1,0},
+    {1261,	msg251to255265to266,	0,0,1,0},
+    {1262,	msg251to255265to266,	0,0,1,0},
+    {1263,	msg251to255265to266,	0,0,1,0},
+    {1264,	msg251to255265to266,	0,0,1,0},
+    {1265,	msg251to255265to266,	0,0,1,0},
+    {1349,	msg251to255265to266,	0,0,1,0},
+    {1350,	msg251to255265to266,	0,0,1,0},
+    {1266,	msg372to375,	0,0,2,0},
+    {1267,	msg372to375,	0,0,2,0},
+    {1268,	msg376,		0,0,0,0},
+    {1269,	msg352,		0,0,2,0},
+    {1270,	msg353,		0,0,1,0},
+    {1271,	msg315,		0,0,2,0},
+    {1272,	msg324,		0,0,1,0},
+    {1273,	msg332,		0,0,1,0},
+    {1274,	msg366,		0,0,1,0},
+    {1275,	msg432to437,	0,0,2,0},
+    {1276,	msg432to437,	0,0,2,0},
+    {1277,	msg432to437,	0,0,2,0},
+    {1278,	pong,		0,0,0,0},
+    {1279,	gotnick,	0,0,1,0},
+    {1280,	gotjoin,	0,0,1,0},
+    {1281,	gotpart,	0,0,1,0},
+    {1282,	gotquit,	0,0,1,0},
+    {1283,	gotkick,	0,0,1,0},
+    {1284,	gotmode,	0,0,1,0},
+    {1285,	gottopic,	0,0,1,0},
+    {1286, 	msgprivmsg,	0,0,2,0},        
+    {1287, 	msgprivmsg,	0,0,2,0},        
+    {0,		NULL,		0,0,0,0}
+};
+
+#ifdef INTNET
+
+struct inthasht {
+    int commandmsgnum;
+    int(*handler)(int,int);
+    int commentmsgnum;
+    int helpfilemsgnum;
+    int proceed; /* 0 = dont proceed, 1 = proceed, 2 = return code of routine (0 or 1) */
+    int adminonly; /* 0 = normal users, 1 = admins */
+};
+    
+struct inthasht inthash[]={
+    {1288,	cmdintprivmsg,	0,0,0,0},
+    {1289,	cmdintnotice,	0,0,0,0},
+    {1290,	cmdintjoin,	0,0,0,0},	
+    {1291,	cmdintmode,	0,0,0,0},
+    {1292,	cmdintpart,	0,0,0,0},	
+    {1293,	cmdintkick,	0,0,0,0},
+    {1294,	cmdintnick,	0,0,0,0},
+    {1295,	cmdintnames,	0,0,0,0},
+    {1296,	cmdintquit,	0,0,0,0},
+    {1297,	cmdintwho,	0,0,0,0},
+    {1298,	cmdintwhois,	0,0,0,0},
+    {1299,	cmdintuser,	0,0,0,0},
+    {1300,	cmdinttopic,	0,0,0,0},
+    {1301,	cmdintinvite,	0,0,0,0},
+    {1358,	cmdintuserhost,	0,0,0,0},
+    {1359,	cmdintison,	0,0,0,0},
+    {0,		NULL,		0,0,0,0}
+};
+
+/* the internal network inbound hash processing */
+
+int internalinbound(int iusern, int link)
+{
+    int usern;
+    int hashn=0;
+    int ret,dummy;
+    pcontext;    
+    usern=iusern;
+    if ((usern>0 && user(usern)->instate > STD_NOCON) || link>0) {
+	 parse();
+	 if(ifcommand(lngtxt(1302)) && usern>0) return 0x0; /* nick only changed on server event */
+	 while(inthash[hashn].commandmsgnum!=0)
+	 {
+	    if (ifcommand(lngtxt(inthash[hashn].commandmsgnum)))
+	    {
+		ret=inthash[hashn].proceed;
+		if(inthash[hashn].adminonly==1 && user(usern)->rights!=RI_ADMIN && link==0)
+		{
+		    ssnprintf(user(iusern)->insock,lngtxt(1303),me,user(usern)->nick);
+		    return 0x0;
+		}
+		pcontext;    
+		if(ret==2)
+		{
+		    if(inthash[hashn].handler!=NULL)
+			ret=(*inthash[hashn].handler)(usern,link);
+		}
+		else
+		{
+		    if(inthash[hashn].handler!=NULL)
+			dummy=(*inthash[hashn].handler)(usern,link);
+		}
+		pcontext;    
+		if (ret==0) return 0x0;
+		break;
+	    }
+	    hashn++;
+	  }
+	  if(user(usern)->instate==STD_CONN && link==0)
+	  {
+	      ssnprintf(user(usern)->instate,lngtxt(1304),me,user(usern)->nick,irccommand);
+	  }    
+    }
+    return 0x0;
+}
+
+#endif
+
+/* displays a hash help text list, or a file to a topic */
+
+int userhelp(int usern, char *cmd)
+{
+    int hashn=0;
+    static char bufx[200];
+    char lc=' ';
+    FILE *inp;
+    pcontext;    
+    if(cmd==NULL)
+    {
+	while(inboundhash[hashn].commandmsgnum!=0)
+	{
+	    if(inboundhash[hashn].adminonly==1)
+		lc='*';
+	    else
+		lc=' ';    
+	    if (inboundhash[hashn].commentmsgnum!=0)
+	    {
+		ssnprintf(user(usern)->insock,lngtxt(1305),user(usern)->nick,lc,lngtxt(inboundhash[hashn].commandmsgnum),lngtxt(inboundhash[hashn].commentmsgnum));
+	    }
+	    hashn++;
+	}
+	ssnprintf(user(usern)->insock,lngtxt(1306),user(usern)->nick);
+#ifdef SCRIPTING
+	aliasbhelp(usern);
+#endif
+    } else {
+	strmncpy(irccommand,cmd,sizeof(irccommand));
+	ucase(irccommand);
+	ssnprintf(user(usern)->insock,lngtxt(1307),user(usern)->nick,irccommand);
+	while(inboundhash[hashn].commandmsgnum!=0)
+	{
+	    if(ifcommand(lngtxt(inboundhash[hashn].commandmsgnum)) && inboundhash[hashn].helpfilemsgnum!=0)
+	    {
+		if ((inp=fopen(lngtxt(inboundhash[hashn].helpfilemsgnum),lngtxt(1308)))==NULL)
+		{
+		    ssnprintf(user(usern)->insock,lngtxt(1309),user(usern)->nick,lngtxt(inboundhash[hashn].helpfilemsgnum));
+		    return 0x0;
+		}
+		while(fgets(bufx,sizeof(bufx),inp))
+		{
+		    ssnprintf(user(usern)->insock,lngtxt(1310),user(usern)->nick,bufx);
+		}
+		fclose(inp);
+		break;
+	    }
+	    hashn++;
+	}
+        if(inboundhash[hashn].commandmsgnum==0)
+	{
+	    ssnprintf(user(usern)->insock,lngtxt(1311),user(usern)->nick,irccommand);
+	}
+    }
+    return 0x0;
+}
+
+/* fakeinbound, used for braw - same as userinbound, but doesn't update socket references */
+int fakeinbound(int iusern) {
+    #ifdef SCRIPTING
+    int ca=0;
+    #endif
+    int usern,ausern;
+    int hashn=0;
+    int ret,dummy;
+    pcontext;    
+    ausern=iusern;
+    if(user(iusern)->parent!=0) ausern=user(iusern)->parent;
+    usern=ausern;
+    usern=checknetwork(usern);
+    while (checknetwork(ausern)!=ausern); /* filtering other network tokens */
+    if(usern<=1000)
+    {
+	parse();
+	
+	
+#ifdef SCRIPTING
+	ca=executealias(usern);
+	if(ca==0)
+	{
+#endif
+	    while(inboundhash[hashn].commandmsgnum!=0)
+    	    {
+		if (ifcommand(lngtxt(inboundhash[hashn].commandmsgnum)))
+		{
+		    ret=inboundhash[hashn].proceed;
+		    if(inboundhash[hashn].adminonly==1 && user(usern)->rights!=RI_ADMIN)
+		    {
+			ssnprintf(user(ausern)->insock,lngtxt(1312),user(ausern)->nick);
+			return 0x0;
+		    }
+		    pcontext;    
+		    if(ret==2)
+		    {
+			if(inboundhash[hashn].handler!=NULL)
+			    ret=(*inboundhash[hashn].handler)(usern);
+		    }
+		    else
+		    {
+			if(inboundhash[hashn].handler!=NULL)
+			    dummy=(*inboundhash[hashn].handler)(usern);
+		    }
+		    pcontext;    
+		    if (ret==0) return 0x0;
+		    break;
+		}
+		hashn++;
+	    }
+#ifdef SCRIPTING
+	}
+#endif
+    }
+#ifdef INTNET
+    if(usern>10000)
+    	internalinbound(usern-10000,-1);
+    else
+#endif
+    if (user(usern)->outstate > STD_NOCON) {
+#ifdef SCRIPTING
+        if(ca==0)
+#endif
+        writesock(user(usern)->outsock,ircbuf);
+    }
+    return 0x0;
+}
+
+/* the userinbound hash processing */
+int userinbound(int iusern)
+{
+    #ifdef SCRIPTING
+    int ca=0;
+    #endif
+    int usern,ausern;
+    int hashn=0;
+    int ret,dummy;
+    pcontext;    
+    ausern=iusern;
+    if(user(iusern)->parent!=0) ausern=user(iusern)->parent;
+    usern=ausern;
+    usern=checknetwork(usern);
+    while (checknetwork(ausern)!=ausern); /* filtering other network tokens */
+    if(usern<=1000)
+    {
+#ifdef SCRIPTING
+	if(SCRSOCK==0) /* ouch. dont inherit the socket from a scripting input */
+#endif
+	    user(usern)->insock=currentsocket->sock->syssock;
+	parse();
+#ifdef SCRIPTING
+	ca=executealias(usern);
+	if(ca==0)
+	{
+#endif
+	    while(inboundhash[hashn].commandmsgnum!=0)
+    	    {
+		if (ifcommand(lngtxt(inboundhash[hashn].commandmsgnum)))
+		{
+		    ret=inboundhash[hashn].proceed;
+		    if(inboundhash[hashn].adminonly==1 && user(usern)->rights!=RI_ADMIN)
+		    {
+			ssnprintf(user(ausern)->insock,lngtxt(1312),user(ausern)->nick);
+			return 0x0;
+		    }
+		    pcontext;    
+		    if(ret==2)
+		    {
+			if(inboundhash[hashn].handler!=NULL)
+			    ret=(*inboundhash[hashn].handler)(usern);
+		    }
+		    else
+		    {
+			if(inboundhash[hashn].handler!=NULL)
+			    dummy=(*inboundhash[hashn].handler)(usern);
+		    }
+		    pcontext;    
+		    if (ret==0) return 0x0;
+		    break;
+		}
+		hashn++;
+	    }
+#ifdef SCRIPTING
+	}
+#endif
+    }
+#ifdef INTNET
+    if(usern>10000)
+    	internalinbound(usern-10000,-1);
+    else
+#endif
+    if (user(usern)->outstate > STD_NOCON) {
+#ifdef SCRIPTING
+        if(ca==0)
+#endif
+        writesock(user(usern)->outsock,ircbuf);
+    }
+    return 0x0;
+}
+
+/* the useroutbound hash processing */
+
+int useroutbound(int usern)
+{
+    int ret;
+    int hashn=0;
+    int dummy;
+    pcontext;    
+    if(usern<=10000) 
+    {
+	if (user(usern)->parent != 0) {
+	    user(usern)->insock=user(user(usern)->parent)->insock;
+	    user(usern)->instate=user(user(usern)->parent)->instate;
+	}
+	if (user(usern)->autopongreply ==0) {
+	    ssnprintf(user(usern)->outsock,lngtxt(1313),user(usern)->server);
+	    user(usern)->autopongreply=200;
+	}
+	user(usern)->autopongreply--;
+	parse();
+	while(outboundhash[hashn].commandmsgnum!=0)
+	{
+	    if (ifcommand(lngtxt(outboundhash[hashn].commandmsgnum)))
+	    {
+		ret=outboundhash[hashn].proceed;
+		pcontext;    
+		if(ret==2)
+		{
+		    if(outboundhash[hashn].handler!=NULL)
+			ret=(*outboundhash[hashn].handler)(usern);
+		}
+		else
+		{
+		    if(outboundhash[hashn].handler!=NULL)
+			dummy=(*outboundhash[hashn].handler)(usern);
+		}
+		pcontext;
+		if (ret==0) return 0x0;
+		break;
+	    }
+	    hashn++;
+	}
+    }
+    pcontext;
+    if (user(usern)->parent != 0 || usern>10000) {
+        addtoken(usern); /* adding the network token */
+    }	
+    pcontext;
+    if (user(usern)->instate == STD_CONN && getpsocketbysock(user(usern)->insock)!=NULL) 
+    {
+        pcontext;    
+	if (*ircbuf) writesock(user(usern)->insock,ircbuf);
+#ifdef TRAFFICLOG
+    } else {
+        pcontext;    
+        if (*ircbuf) checklogging(usern);
+#endif
+    }
+#ifdef SCRIPTING
+    pcontext;
+    if(usern<=10000 && *ircbuf)
+    {
+	parse();
+	if(!ifcommand(lngtxt(1314))) /* modes get triggered from parsing */
+	    serverevent(usern);
+    }
+#endif
+    return 0x0;
+}
+
blob - /dev/null
blob + cfe9e44de466f3d9948226950534b6bf902a4cc9 (mode 644)
--- /dev/null
+++ src/p_idea.c
@@ -0,0 +1,580 @@
+/************************************************************************
+ *   psybnc, src/p_idea.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ *   ADDITIONAL INFORMATIONS ABOUT LICENSING:
+ *   ----------------------------------------
+ *
+ *   The IDEA Algorithm itself is copyrighted. Commercial use of it requires
+ *   the purchase of a license from it's current patent holder ascom,ltd. Switzerland.
+ *   This source itself is free. But commercial Use is ONLY allowed under the conditions
+ *   of the copyright holder.
+ *
+ *   More Infos about IDEA and how to buy your license: www.ascom.com
+ *
+ */
+
+/* IDEA - Encryption Algorithm 
+ * Implementation by psychoid
+ * normal c - should also be portable :)
+ * version for psybnc2.2 - Talk & Connection Encryption
+ *
+ * idea is a powerful 128bit cipher. 
+ *
+ * if you are interested in cryptography, read:
+ * - Bruce Schneier : applied cryptography (Addison Wesley)
+ *
+ * (c) for the IDEA algorithm by ascom ltd., switzerland
+ * string encryption by psychoid
+ */
+
+#include <time.h>
+#include <string.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <config.h>
+
+extern char ctxt[50];
+extern char cfunc[60];
+extern int cline;
+
+char *strmncpy(char *dest, char *source, size_t len);
+
+unsigned long *__pmalloc(unsigned long size,char *module,char *function,int line);
+void _pfree(void * pointer,char *module, char *function, int line);
+
+#define pcontext { strmncpy(ctxt,__FILE__,sizeof(ctxt));strmncpy(cfunc,(char*)__FUNCTION__,sizeof(cfunc)); cline=__LINE__; }
+#define pmalloc(n) __pmalloc((n),__FILE__,(char*)__FUNCTION__,__LINE__)
+
+#ifdef CRYPT
+
+#define IDEAROUNDS 8
+#define IDEAKEYLEN (6*IDEAROUNDS+4)
+ 
+unsigned char IDEAUserKey[16];
+unsigned short IDEADecryptionKey[IDEAKEYLEN];
+unsigned short IDEAEncryptionKey[IDEAKEYLEN];
+
+time_t time1,time2;
+unsigned byte_pos,bit_pos;
+unsigned size;
+unsigned char *buffer;
+unsigned IDEA_datasize;
+
+unsigned short IDEA_MUL(unsigned short x,unsigned short y)
+{
+    unsigned short t16;
+    unsigned int t32;
+    pcontext;
+    if(y!=0)
+    {
+	if(x!=0)
+	{
+	    t32=(unsigned int)x * y;
+	    x=t32;
+	    t16=t32>>16;
+	    x=(x - t16) + (x < t16);
+	}
+	else
+	    x=1 - y;
+    }
+    else
+	x=1 - x;
+    return x;
+}
+
+/* inverted Multiplication */
+
+unsigned short MulInv(unsigned short x)
+{
+    unsigned short t0, t1, q = 0, y;
+    pcontext;
+    if (x<=1)
+    {
+	return x;
+    }
+    t1=0x10001L / x;
+    y =0x10001L % x;
+    if (y==1)
+    {
+	return 1 -t1;
+    }
+    t0 = 1;
+    do {
+	if(y>0)
+	{
+	    q = x / y;
+	    x = x % y;
+	}
+	t0 += q * t1;
+	if (x <= 1)
+	{
+	    return t0;
+	}
+	q = y / x;
+	y = y % x;
+	t1 += q * t0;
+    } while (y != 1);
+    return 1 - t1;
+}
+
+/* generating the encryption and decryption keys */
+
+void generatePartKeys()
+{
+    unsigned i,j;
+    unsigned short *ek = IDEAEncryptionKey;
+    unsigned char *userkey = IDEAUserKey;
+    unsigned short t1,t2,t3,*p = IDEADecryptionKey + IDEAKEYLEN;
+    pcontext;
+
+    for(j=0;j<8;j++) {
+#ifdef BIGIDEA
+	ek[j]=(userkey[1]<<8)+userkey[0];
+#else
+	ek[j]=(userkey[0]<<8)+userkey[1];
+#endif
+	userkey+=2;
+    }
+    for(i=0;j<IDEAKEYLEN;j++) {
+	i++;
+	ek[i+7]=(ek[i & 7] <<9) | (ek[(i + 1) & 7] >> 7);
+	ek+=i & 8;
+	i &= 7;
+    }
+    ek=IDEAEncryptionKey;
+    t1 = MulInv(*ek++);
+    t2 = -*ek++;
+    t3 = -*ek++;
+    *--p = MulInv(*ek++);
+    *--p = t3;
+    *--p = t2;
+    *--p = t1;
+    for(i=0; i<IDEAROUNDS -1;i++) {
+	t1=*ek++;
+	*--p = *ek++;
+	*--p = t1;
+	t1 = MulInv(*ek++);
+	t2 = -*ek++;
+	t3 = -*ek++;
+	*--p = MulInv(*ek++);
+	*--p = t2;
+	*--p = t3;
+	*--p = t1;
+    }
+    t1 = *ek++;
+    *--p = *ek++;
+    *--p = t1;
+    t1 = MulInv(*ek++);
+    t2 = -*ek++;
+    t3 = -*ek++;
+    *--p = MulInv(*ek++);
+    *--p = t3;
+    *--p = t2;
+    *--p = t1;
+}
+
+void generateKey_start()
+{
+    time(&time2);
+    memset((void *)IDEAUserKey,0,16);
+    byte_pos=0;
+    bit_pos=0;
+}
+
+void generateKey_action()
+{
+    int cnt=2000;
+    time1 = time2;
+    time(&time2);
+    while(cnt>0)    
+    {
+	IDEAUserKey[byte_pos] |= ((time2-time1) &3) << bit_pos;
+	if(bit_pos==6) {
+	    byte_pos++;
+	    bit_pos=0;
+	} else
+	    bit_pos+=2;
+	cnt--;
+    }
+}
+
+void generateKey_end()
+{
+    generatePartKeys();
+}
+
+int IDEAKEY_generate(char *UserKey)
+{
+    pcontext;
+    if (*UserKey==0)
+	memset(IDEAUserKey,0x0,sizeof(IDEAUserKey));
+    else
+	memcpy((void *)IDEAUserKey,(void *)UserKey,16);
+    generatePartKeys();
+
+    return 0;
+}
+
+int IDEAKEY_clear()
+{
+    pcontext;
+    memset(IDEAUserKey,0x0,sizeof(IDEAUserKey));    
+    memset(IDEAEncryptionKey,0x0,sizeof(IDEAEncryptionKey));    
+    memset(IDEADecryptionKey,0x0,sizeof(IDEADecryptionKey));    
+
+    return 0;
+}
+
+/* the cipher routine, main part of this little snippet */
+void cipher(unsigned char const inbuf[8], unsigned char outbuf[8], unsigned short const *key)
+{
+    register unsigned short x1,x2,x3,x4,s2,s3;
+    unsigned short *sout;
+    unsigned short out[4];    
+    unsigned char cout[8];
+    int r = IDEAROUNDS;
+    pcontext;
+
+#ifdef BIGIDEA
+    x1=(inbuf[0]<<8)+inbuf[1];
+    x2=(inbuf[2]<<8)+inbuf[3];
+    x3=(inbuf[4]<<8)+inbuf[5];
+    x4=(inbuf[6]<<8)+inbuf[7];
+#else
+    x1=(inbuf[1]<<8)+inbuf[0];
+    x2=(inbuf[3]<<8)+inbuf[2];
+    x3=(inbuf[5]<<8)+inbuf[4];
+    x4=(inbuf[7]<<8)+inbuf[6];
+#endif
+    
+    x1 = (x1 >> 8) | (x1 << 8);
+    x2 = (x2 >> 8) | (x2 << 8);
+    x3 = (x3 >> 8) | (x3 << 8);
+    x4 = (x4 >> 8) | (x4 << 8);
+    
+    do { /* well, the hard stuff */
+	x1=IDEA_MUL(x1,*key++);
+	x2 += *key++;
+	x3 += *key++;
+	x4=IDEA_MUL(x4, *key++);
+	
+	s3 = x3;
+	x3 ^= x1;
+	x3=IDEA_MUL(x3, *key++);
+	s2 = x2;
+	x2 ^= x4;
+	x2 += x3;
+	x2=IDEA_MUL(x2, *key++);
+	x3 += x2;
+	
+	x1 ^= x2;
+	x4 ^= x3;
+	
+	x2 ^= s3;
+	x3 ^= s2;
+    } while (--r);
+    x1=IDEA_MUL(x1, *key++);
+    x3 += *key++;
+    x2 += *key++;
+    x4=IDEA_MUL(x4, *key);
+    
+    out[0] = (x1 >> 8) | (x1 << 8);
+    out[1] = (x3 >> 8) | (x3 << 8);
+    out[2] = (x2 >> 8) | (x2 << 8);
+    out[3] = (x4 >> 8) | (x4 << 8);
+    memcpy(&cout[0],&out[0],8);
+
+#ifdef BIGIDEA
+    x1=(cout[0]<<8)+cout[1];
+    x2=(cout[2]<<8)+cout[3];
+    x3=(cout[4]<<8)+cout[5];
+    x4=(cout[6]<<8)+cout[7];
+#else
+    x1=(cout[1]<<8)+cout[0];
+    x2=(cout[3]<<8)+cout[2];
+    x3=(cout[5]<<8)+cout[4];
+    x4=(cout[7]<<8)+cout[6];
+#endif
+    sout=(unsigned short *)outbuf;
+    *sout++=x1;
+    *sout++=x2;
+    *sout++=x3;
+    *sout=x4;
+}
+
+/* the main encryption routine */
+
+char * IDEAencrypt(const unsigned char *input, unsigned size)
+{
+    unsigned n,m;
+    unsigned char tmpbuf[8];
+    unsigned char *output;
+    unsigned msize;
+    pcontext;
+    msize=(size % 8 > 0 ? 8 - size % 8 : 0);
+    output=(char *)pmalloc(msize+size);
+    if (output==NULL) return NULL;
+    for(n = 0; n<size - size % 8; n += 8)
+	cipher(&input[n],&output[n],IDEAEncryptionKey);
+    if(size % 8 > 0) {
+	memset((void*)tmpbuf,0,8);
+	for(m=0;m<size % 8; m++)
+	    tmpbuf[m]=input[n+m];
+	cipher(tmpbuf,tmpbuf,IDEAEncryptionKey);
+	for(m=0;m<8;m++)
+	    output[n+m]=tmpbuf[m];
+    }
+    IDEA_datasize=msize+size;
+    return output;
+}
+
+/* the main decryption routine */
+
+char * IDEAdecrypt(const unsigned char *input, unsigned size)
+{
+    unsigned n;
+    char *output;
+    pcontext;
+    output=(char *)pmalloc(size+9);
+    for(n=0;n<size;n+=8)
+	cipher(&input[n],&output[n],IDEADecryptionKey);
+    return output;
+}
+
+/* general key routine */
+
+void IDEA_keyset(char *key)
+{
+    IDEAKEY_clear();
+    pcontext;
+    if (*key==0)
+    {
+	generateKey_start();
+	generateKey_action();
+	generateKey_end();
+    } else
+	IDEAKEY_generate(key);
+    return;
+}
+
+#endif
+
+/* hashing routines for string driven systems */
+
+unsigned char base[]="'`0123456789abcdefghijklmnopqrstuvxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@$=&*-#";
+
+int baselen=67;
+
+unsigned char xres[3];
+
+unsigned char *hashdot(unsigned int r)
+{
+    unsigned int cnt;
+    unsigned int hh=0;
+    unsigned int hl=0;
+    cnt=r;
+    for(;cnt>0;cnt--)
+    {
+	hl++;
+	if (hl==baselen) {hl=0;hh++;}
+    }
+    xres[0]=base[hh];
+    xres[1]=base[hl];
+    xres[2]=0;
+    return xres;
+}
+
+int wrong=0;
+
+unsigned int unhashdot(unsigned char *hash)
+{
+    unsigned int lf=baselen;
+    unsigned int erg=0;
+    unsigned long ln=0;
+    wrong=0;
+    while (ln<baselen && base[ln] != hash[0]) {
+	ln++;
+    }
+    if (ln!=baselen) {
+	erg=ln * lf;
+    } else {
+	wrong=1;
+    }
+    ln=0;
+    while (ln<baselen && base[ln] != hash[1]) {
+	ln++;
+    }
+    if (ln!=baselen) {
+	erg=erg+ln;
+    } else {
+	wrong=1;
+    }
+    return erg;
+}
+
+char *hashstring(unsigned char *unhashed,unsigned size)
+{
+    unsigned usize;
+    unsigned char *bstring;
+    unsigned char *hash;
+    int chr;
+    unsigned char *hsh;
+    hsh=unhashed;
+    usize=size;
+    usize++;
+    bstring=(char *)pmalloc(usize*2+1);
+    usize=size;
+    while(usize>0)
+    {
+	chr=*hsh++;
+	hash=hashdot(chr);
+	strcat(bstring,hash);
+	usize--;
+    }
+    return bstring;
+}
+
+char *unhashstring(unsigned char *hashed)
+{
+    unsigned size;
+    char *pi;
+    char *result;
+    unsigned char *uhshd,*uhash;
+    size=strlen(hashed) / 2;
+    size+=2;    
+    result=(char *)pmalloc(size+9);
+    if(result==NULL) return NULL;
+    uhash=result;
+    uhshd=hashed;
+    while(*uhshd)
+    {
+	pi=uhshd+1;
+	if(*pi==0 || *uhshd==0) return result;
+	*uhash++=unhashdot(uhshd);
+	if(wrong==1) return result;
+	uhshd+=2;
+    }
+    return result;
+} 
+
+#ifdef CRYPT
+
+/* the exports */
+
+/* return a key */
+
+char *IDEA_getencryptionkey()
+{
+    return (char *) IDEAEncryptionKey;
+}
+
+char *IDEA_getdecryptionkey()
+{
+    return (char *) IDEADecryptionKey;
+}
+
+/* return a hashed key */
+
+char *IDEA_gethashedencryptionkey()
+{
+    char *dkey;
+    unsigned size;
+
+    pcontext;
+    dkey=IDEA_getdecryptionkey();
+    size=IDEAKEYLEN * 2;
+
+    // TODO: This function didn't return anything?! It doesn't appear to be used tho.
+    return NULL;
+}
+
+char *IDEA_gethasheddecryptionkey()
+{
+    char *ekey;
+    char *hsh;
+    unsigned size;
+    char *hkey;
+    int chr;
+    pcontext;
+    ekey=IDEA_getencryptionkey();
+    size=IDEAKEYLEN * 2;
+    size++;
+    hkey=(char *)pmalloc(size);
+    memset(hkey,0x0,size);
+    size=IDEAKEYLEN;
+    while(size--)
+    {
+	chr=*ekey++;
+	hsh=hashdot(chr);
+	strcat(hkey,hsh);
+    }
+    return hkey;
+}
+
+/* binary encrypt, decrypt routines. If no key is given, a random key is created */
+
+char *IDEA_encrypt(unsigned char *input, unsigned char *key, unsigned size)
+{
+	IDEA_keyset(key);
+	return IDEAencrypt(input,size);
+}
+
+char *IDEA_decrypt(unsigned char *input, unsigned char *key, unsigned size)
+{
+	IDEA_keyset(key);
+	return IDEAdecrypt(input,size);
+}	
+
+/* string encrypt / decrypt with hashing routines */
+
+char *IDEA_stringencrypt(unsigned char *input, unsigned char *key)
+{
+    unsigned char *result,*hashed,*pt;
+    pcontext;
+    pt=strchr(input,'\n');
+    if (pt==NULL) pt=strchr(input,'\r');
+    if (pt!=NULL) *pt=0;
+    result=IDEA_encrypt(input,key,strlen(input)+1);
+    hashed=hashstring(result,IDEA_datasize);
+    free(result);
+    if(*input==0) *hashed=0;
+    return hashed;
+}
+
+char *IDEA_stringdecrypt(unsigned char *input, unsigned char *key)
+{
+    unsigned char *result,*unhashed,*pt;
+    int uhsize;
+    int size;
+    pcontext;
+    pt=strchr(input,'\n');
+    if (pt==NULL) pt=strchr(input,'\r');
+    if (pt!=NULL) *pt=0;
+    size=strlen(input);
+    uhsize=size/2;
+    unhashed=unhashstring(input);
+    if(wrong==1) return unhashed;
+    result=IDEA_decrypt(unhashed,key,uhsize);
+    free(unhashed);
+    if(*input==0) *result=0;
+    return result;
+}
+
+#endif
blob - /dev/null
blob + 20918247ffac1b02c555cfbb92c5fee4dea2e6c6 (mode 644)
--- /dev/null
+++ src/p_inifunc.c
@@ -0,0 +1,334 @@
+/************************************************************************
+ *   psybnc, src/p_inifunc.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_INIFUNC
+
+#include <p_global.h>
+
+/* reset the config cache */
+
+int resetconfig()
+{
+    struct stringarray *wconf,*owconf;
+    pcontext;
+    wconf=conf;
+    while(wconf!=NULL)
+    {
+	if (wconf->entry!=NULL)
+	    free(wconf->entry);
+	owconf=wconf;
+	wconf=wconf->next;
+	free(owconf);
+    }
+    conf=NULL;
+    return 0x0;
+}
+
+/* read the config file */
+
+int readconfig()
+{
+    FILE *handle;
+    struct stringarray *wconf;
+    char inistring[400];
+    char *pt;
+    pcontext;
+    wconf=conf;
+    if(conf!=NULL) resetconfig();
+    handle=fopen(configfile,"r");
+    if(handle==NULL) return -1;
+    while(fgets(inistring,sizeof(inistring),handle))
+    {
+	pt=strchr(inistring,'\n');
+	if(pt!=NULL) *pt=0;
+	if(wconf==NULL)
+	{
+	    wconf=(struct stringarray *)pmalloc(sizeof(struct stringarray));
+	    conf=wconf;
+	} else {
+	    wconf->next=(struct stringarray *)pmalloc(sizeof(struct stringarray));
+	    wconf=wconf->next;
+	}
+	wconf->entry=(char *)pmalloc(strlen(inistring)+1);
+	strcpy(wconf->entry,inistring);
+    }
+    fclose(handle);
+    return 0x0;
+}
+
+/* write the config file */
+
+int flushconfig()
+{
+    FILE *handle;
+    struct stringarray *wconf;
+    pcontext;
+    oldfile(configfile);
+    handle=fopen(configfile,"w");
+    wconf=conf;
+    while(wconf)
+    {
+	if(wconf->entry!=NULL) { 
+	   if(strlen(wconf->entry)>1)
+	       fprintf(handle,"%s\n",wconf->entry);
+	}
+	wconf=wconf->next;
+    }
+    fclose(handle);
+    return 0x0;
+}
+
+/* erases a section from the config */
+
+int clearsectionconfig(char *pattern)
+{
+    struct stringarray *wconf,*xconf;
+    pcontext;
+    wconf=conf;
+    xconf=conf;
+    pcontext;
+    while(wconf)
+    {
+	if(wconf->entry!=NULL)
+	{
+	    if(strstr(wconf->entry,pattern)==wconf->entry)
+	    {
+		if(wconf==conf)
+		{
+		    conf=wconf->next;
+		    xconf=conf;
+		} else {
+		    xconf->next=wconf->next;
+		}
+    		free(wconf->entry);
+		free(wconf);
+		wconf=xconf;
+	    }
+	}
+	xconf=wconf;
+	wconf=wconf->next;
+    }
+    pcontext;
+    return 0x0;
+}
+
+/* get entry from conf-file */
+
+int getini(char *section, char *param,char *inidat)
+{
+   char ppuf[400];
+   struct stringarray *wconf;
+   char *po;
+   wconf=conf;
+   memset(value,0x0,sizeof(value));    
+   ap_snprintf(ppuf,sizeof(ppuf),"%s.%s.%s=",inidat,section,param);
+   while (wconf!=NULL) 
+   {
+	if(wconf->entry!=NULL)
+	{
+	    po = strstr(wconf->entry,ppuf);
+	    if (po == wconf->entry) {
+ 		po = po + strlen(ppuf);
+		strmncpy(value,po,sizeof(value));
+		return 0x0; /* found, returning */
+	    }
+	}
+	wconf=wconf->next;
+   }
+   /* not found */
+   return -2;
+}
+
+/* write entry to configcache or delete if if data = NULL */
+
+int writeini(char *section, char *param, char *inidat, char *data)
+{
+    char ppuf[200];
+    char spuf[200];
+    char buf[2048];
+    char *po;
+    int wasinsection;
+    char *data_p;
+    struct stringarray *wconf,*xconf,*sectconf;
+    wconf=conf;
+    data_p = data;
+    if (data_p != NULL)
+       if (strlen(data) == 0) data_p = NULL;
+    wasinsection = 0;
+    ap_snprintf(ppuf,sizeof(ppuf),lngtxt(371),inidat,section,param);
+    ap_snprintf(spuf,sizeof(spuf),lngtxt(372),inidat,section);
+    if(data_p!=NULL)
+	ap_snprintf(buf,sizeof(buf),"%s%s",ppuf,data_p);
+    xconf=conf;
+    sectconf=conf;
+    while (wconf) 
+    {
+      if(wconf->entry!=NULL)
+      {
+    	   po = strstr(wconf->entry,spuf);
+           if (po == wconf->entry) 
+	   {
+	      sectconf=xconf; /* save last entry of section */
+	      wasinsection = 1; /* we had been in the section */
+	      po = strstr(wconf->entry,ppuf);
+	      if (po == wconf->entry) {
+		 if(data_p==NULL)
+		 {
+		    if(wconf==conf)
+		    {
+			conf=wconf->next;
+			xconf=conf;
+		    } else {
+			xconf->next=wconf->next;
+		    }		     
+		    free(wconf->entry);
+		    free(wconf);
+		    wconf=xconf;
+		    return 0x0;
+		 } else {
+		    free(wconf->entry);
+		    wconf->entry=(char *)pmalloc(strlen(buf)+2);
+		    strmncpy(wconf->entry,buf,strlen(buf)+1);
+		    return 0x0;
+		 }    
+	      }
+	   }
+      }
+      xconf=wconf;
+      wconf=wconf->next;
+    }
+    if(data_p==NULL) return 0x0;
+    if(wasinsection==0) 
+    {
+	xconf->next=(struct stringarray *)pmalloc(sizeof(struct stringarray));
+	xconf=xconf->next;
+    } else {
+	xconf=sectconf;
+	wconf=(struct stringarray *)pmalloc(sizeof(struct stringarray));
+	wconf->next=xconf->next;
+	xconf->next=wconf;
+	xconf=wconf;
+    }
+    xconf->entry=(char *)pmalloc(strlen(buf)+2);
+    strmncpy(xconf->entry,buf,strlen(buf)+1);
+    return 0x0;
+}
+
+int lastfree;
+#define MAXITEML 256
+
+int countconfentries(char *section, char *entry, char *fname)
+{
+    int cnt=0;
+    char buf[256];
+    char uitem[256];
+    static int itemlist[MAXITEML];
+    int i,rc;
+    struct stringarray *wconf=conf;
+    lastfree=0;
+    ap_snprintf(buf,sizeof(buf),"%s.%s.%s=%%255s",fname,section,entry);
+    memset(&itemlist[0],0x0,sizeof(itemlist));
+    while (wconf)
+    {
+	rc=sscanf(wconf->entry,buf,&i,uitem);
+	if(rc==2) 
+	{
+	    if(i<MAXITEML) itemlist[i]=1;
+	    cnt++; 
+	}
+	wconf=wconf->next;
+    }
+    for(i=0;i<MAXITEML;i++)
+    {
+	if(itemlist[i]==0)
+	{
+	    lastfree=i;
+	    break;
+	}
+    }
+    return cnt;
+}
+
+/* get server from ini by number */
+
+int getserver(int srvnr, int usernum)
+{
+   char fnmuser[20];
+   char buf[100];
+   int ern;
+   ap_snprintf(fnmuser,sizeof(fnmuser),lngtxt(373),usernum);
+   ap_snprintf(buf,sizeof(buf),lngtxt(374),srvnr);
+   ern = getini(lngtxt(375),buf,fnmuser);
+   if (ern != 0) { return ern; }
+   ap_snprintf(user(usernum)->server,sizeof(user(usernum)->server),"%s",value);
+   ap_snprintf(buf,sizeof(buf),lngtxt(376),srvnr);
+   ern = getini(lngtxt(377),buf,fnmuser);
+   if (ern != 0) { user(usernum)->port = 6667; } else { user(usernum)->port = atoi(value); }
+   ap_snprintf(buf,sizeof(buf),lngtxt(378),srvnr);
+   ern = getini(lngtxt(379),buf,fnmuser);
+   if (ern != 0) { *user(usernum)->spass=0; return 0; }
+   ap_snprintf(user(usernum)->spass,sizeof(user(usernum)->spass),"%s",value);
+   return 0;
+}
+
+/* get next server */
+
+int getnextserver(int nuser)
+{
+    int first;
+    first = user(nuser)->currentserver;
+    while(1)
+    {
+	user(nuser)->currentserver++;
+	if (getserver(user(nuser)->currentserver,nuser) ==0)
+	{
+	    return 0; /* found it, bye */
+	}
+	if (user(nuser)->currentserver>20) user(nuser)->currentserver = 0;
+	if (user(nuser)->currentserver == first) return -1;
+    }
+    return 1;
+}
+
+/* delete user files */
+int deluser(int uind)
+{
+    char buf[60];
+    pcontext;
+#ifdef TRAFFICLOG
+    /* close the trafficlog before deleting */
+    if(user(uind)->trafficlog!=NULL)
+    {
+	fclose(user(uind)->trafficlog);
+	user(uind)->trafficlog=NULL;
+    }
+#endif
+    ap_snprintf(buf,sizeof(buf),lngtxt(380),uind);
+    oldfile(buf);
+    ap_snprintf(buf,sizeof(buf),lngtxt(381),uind);
+    oldfile(buf);
+    pcontext;
+    ap_snprintf(buf,sizeof(buf),lngtxt(382),uind);
+    clearsectionconfig(buf);
+    flushconfig();
+    pcontext;
+    return 0x0;
+}
blob - /dev/null
blob + 462e94a78c02acb4c87dc047ebd856b2dd61894b (mode 644)
--- /dev/null
+++ src/p_intnet.c
@@ -0,0 +1,2221 @@
+/************************************************************************
+ *   psybnc, src/p_intnet.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_INTNET
+
+#include <p_global.h>
+
+/*
+ * This snippet of code was created to emulate an internal ircd
+ * on psybnc. Channels and modes are shared thruout the linked
+ * bouncers.
+ */
+
+#ifdef INTNET
+
+struct clientt {
+    int intuser;
+    char nick[64];
+    char ident[30];
+    char host[200];
+    char server[200];
+    struct clientt *next;
+};
+
+struct clientt *clients=NULL;
+
+int cmdintjoin(int usern, int link);
+int sendmode(int usern, char *to);
+
+/* helper to add a client */
+
+struct clientt *createclient(int usern, char *nick, char *ident, char *host, char *server)
+{
+    struct clientt *cl,*cl1=NULL;
+    cl=clients;
+    while(cl!=NULL)
+    {
+	if(cl->intuser==usern && usern!=0) return cl;
+	cl1=cl;
+	cl=cl->next;
+    }
+    if(cl1==NULL)
+    {
+	clients=(struct clientt *)pmalloc(sizeof(struct clientt));
+	cl1=clients;
+    } else {
+	cl1->next=(struct clientt *)pmalloc(sizeof(struct clientt));
+	cl1=cl1->next;
+    }
+    cl1->intuser=usern;
+    strmncpy(cl1->nick,nick,sizeof(cl1->nick));
+    strmncpy(cl1->ident,ident,sizeof(cl1->ident));
+    strmncpy(cl1->host,host,sizeof(cl1->host));
+    strmncpy(cl1->server,server,sizeof(cl1->server));
+    return cl1;    
+}
+
+/* helper to remove a client */
+
+int removeclient(char *nick)
+{
+    struct clientt *client,*eclient=NULL;
+    client=clients;
+    while(client!=NULL)
+    {
+	if(strmcmp(client->nick,nick)==1)
+	{
+	    if(eclient==NULL)
+	    {
+		clients=client->next;
+	    } else {
+		eclient->next=client->next;
+	    }
+	    free(client);
+	    return 0x1;
+	}
+	eclient=client;
+	client=client->next;
+    }
+    return 0x0;
+}
+
+/* helper for getting a client from a nickname */
+
+struct clientt *getclientbynick(char *nick)
+{
+    struct clientt *cl;
+    char uc1[64],uc2[64];
+    cl=clients;
+    strmncpy(uc1,nick,sizeof(uc1));
+    ucase(uc1);
+    while(cl!=NULL)
+    {
+	strmncpy(uc2,cl->nick,sizeof(uc2));
+	ucase(uc2);
+	if(strmcmp(uc1,uc2)==1)
+	    return cl;
+	cl=cl->next;
+    }
+    return NULL;
+}
+
+
+/* helper for getting a client from a usernumber */
+
+struct clientt *getclientbynumber(int usern)
+{
+    struct clientt *cl;
+    cl=clients;
+    while(cl!=NULL)
+    {
+	if(usern==cl->intuser)
+	    return cl;
+	cl=cl->next;
+    }
+    return NULL;
+}
+
+/* helper to add a ban */
+
+int addban(struct uchannelt *chan, char *banmask)
+{
+    struct stringarray *banlist,*oban=NULL;
+    char *q,*p;
+    int cnt=0;
+    banlist=chan->bans;
+    while(banlist!=NULL)
+    {
+	if(strmcmp(banmask,banlist->entry)==1) return 0x0;
+	banlist=banlist->next;
+    }
+    banlist=chan->bans;
+    q=strchr(banmask,'!');
+    p=strchr(banmask,'@');
+    if(p==NULL || q==NULL) return 0x0;
+    if(q>p) return 0x0;
+    while(banlist!=NULL && cnt<20)
+    {
+	oban=banlist;
+	banlist=banlist->next;
+	cnt++;
+    }
+    if(cnt>=20) return 0x0;
+    if(oban==NULL)
+    {
+	oban=(struct stringarray *)pmalloc(sizeof(struct stringarray));
+	chan->bans=oban;
+    } else {
+	oban->next=(struct stringarray *)pmalloc(sizeof(struct stringarray));
+	oban=oban->next;
+    }
+    oban->entry=(char *)pmalloc(strlen(banmask)+2);
+    strmncpy(oban->entry,banmask,strlen(banmask)+1);
+    return 0x1;
+}
+
+/* helper to remove a ban */
+
+int removeban(struct uchannelt *chan, char *banmask)
+{
+    struct stringarray *banlist,*oban=NULL;
+    char *q,*p;
+    int cnt=0;
+    banlist=chan->bans;
+    q=strchr(banmask,'!');
+    p=strchr(banmask,'@');
+    if(p==NULL || q==NULL) return 0x0;
+    if(q>p) return 0x0;
+    while(banlist!=NULL && cnt<20)
+    {
+	if(strmcmp(banlist->entry,banmask)==1)
+	{
+	    if(oban==NULL)
+	    {
+		chan->bans=banlist->next;
+	    } else {
+		oban->next=banlist->next;
+	    }    
+	    free(banlist->entry);
+	    free(banlist);
+	    return 0x1;
+	}
+	oban=banlist;
+	banlist=banlist->next;
+	cnt++;
+    }
+    return 0x0;
+}
+
+/* helper to add an invite */
+
+int addinvite(struct uchannelt *chan, char *invite)
+{
+    struct stringarray *invlist,*oinv=NULL;
+    char *p;
+    int cnt=0;
+    invlist=chan->invites;
+    p=strchr(invite,' ');
+    if(p!=NULL) *p=0x0;
+    while(invlist!=NULL && cnt<20)
+    {
+	oinv=invlist;
+	invlist=invlist->next;
+	cnt++;
+    }
+    if(cnt>=20) return 0x0;
+    if(oinv==NULL)
+    {
+	oinv=(struct stringarray *)pmalloc(sizeof(struct stringarray));
+	chan->invites=oinv;
+    } else {
+	oinv->next=(struct stringarray *)pmalloc(sizeof(struct stringarray));
+	oinv=oinv->next;
+    }
+    oinv->entry=(char *)pmalloc(strlen(invite)+2);
+    strmncpy(oinv->entry,invite,strlen(invite)+1);
+    return 0x1;
+}
+
+/* helper to remove an invite */
+
+int removeinvite(struct uchannelt *chan, char *invite)
+{
+    struct stringarray *invlist,*oinv=NULL;
+    char *p;
+    int cnt=0;
+    invlist=chan->invites;
+    p=strchr(invite,' ');
+    if(p!=NULL) *p=0;
+    while(invlist!=NULL && cnt<20)
+    {
+	if(strmcmp(invlist->entry,invite)==1)
+	{
+	    if(oinv==NULL)
+	    {
+		chan->invites=invlist->next;
+	    } else {
+		oinv->next=invlist->next;
+	    }    
+	    free(invlist->entry);
+	    free(invlist);
+	    return 0x1;
+	}
+	oinv=invlist;
+	invlist=invlist->next;
+	cnt++;
+    }
+    return 0x1;
+}
+
+/* helper to add an intop */
+
+int addintop(struct uchannelt *chan, char *intop)
+{
+    struct stringarray *intoplist,*ointo=NULL;
+    char *p;
+    int cnt=0;
+    intoplist=chan->intops;
+    p=strchr(intop,' ');
+    if(p!=NULL) *p=0x0;
+    while(intoplist!=NULL && cnt <100)
+    {
+	ointo=intoplist;
+	intoplist=intoplist->next;
+	cnt++;
+    }
+    if(cnt>=100) return 0x0;
+    if(ointo==NULL)
+    {
+	ointo=(struct stringarray *)pmalloc(sizeof(struct stringarray));
+	chan->intops=ointo;
+    } else {
+	ointo->next=(struct stringarray *)pmalloc(sizeof(struct stringarray));
+	ointo=ointo->next;
+    }
+    ointo->entry=(char *)pmalloc(strlen(intop)+2);
+    strmncpy(ointo->entry,intop,strlen(intop)+1);
+    return 0x1;
+}
+
+/* helper to remove an intop */
+
+int removeintop(struct uchannelt *chan, char *intop)
+{
+    struct stringarray *intoplist,*ointop=NULL;
+    char *p;
+    int cnt=0;
+    intoplist=chan->intops;
+    p=strchr(intop,' ');
+    if(p!=NULL) *p=0;
+    while(intoplist!=NULL && cnt<100)
+    {
+	if(strmcmp(intoplist->entry,intop)==1)
+	{
+	    if(ointop==NULL)
+	    {
+		chan->intops=intoplist->next;
+	    } else {
+		ointop->next=intoplist->next;
+	    }    
+	    free(intoplist->entry);
+	    free(intoplist);
+	    return 0x1;
+	}
+	ointop=intoplist;
+	intoplist=intoplist->next;
+	cnt++;
+    }
+    return 0x1;
+}
+
+/* helper to check if the user may join */
+
+int mayjoin(struct uchannelt *chan, struct clientt *client, char *key)
+{
+    struct stringarray *lst;
+    char ehost[300];
+    ap_snprintf(ehost,sizeof(ehost),lngtxt(385),client->nick,client->ident,client->host);
+    if(strchr(chan->modes,'i')!=NULL)
+    {
+	lst=chan->invites;
+	while(lst!=NULL)
+	{
+	    if(strmcmp(client->nick,lst->entry)==1) return 0x0;
+	    lst=lst->next;
+	}
+	return -3;
+    }
+    lst=chan->bans;
+    while(lst!=NULL)
+    {
+	if(wild_match(lst->entry,ehost))
+	    return -1;
+	lst=lst->next;
+    }
+    if(strchr(chan->modes,'k')!=NULL)
+    {
+	if(strmcmp(chan->key,key)==0) return -2;
+    }
+    return 0x0;
+}
+
+/* write from internal network to a client 
+ * syntax: sendtoclient(char *nick,int notlink, char *format, ...)
+ */
+
+int 
+sendtoclient(char *nick, int notlink, char *format,...)
+{
+    va_list va;
+    char buf[2048];
+    struct clientt *client;
+    va_start(va,format);
+    client=getclientbynick(nick);
+    ap_vsnprintf(buf,sizeof(buf),format,va);
+    strmncpy(ircbuf,buf,sizeof(ircbuf));
+    parse();
+    if(client==NULL)
+    {
+	ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(386),me,ircbuf);
+    	broadcast(0);
+    } else {
+	if(client->intuser>0)
+	{
+	    if(user(client->intuser)->instate==STD_CONN)
+	    {
+		strmncpy(ircbuf,buf,sizeof(ircbuf));
+		addtoken(client->intuser+10000);
+		ssnprintf(user(client->intuser)->insock,"%s",ircbuf);
+	    }	
+	} else {
+	    ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(387),me,buf);
+    	    broadcast(notlink);
+	}	
+    }
+    va_end(va);
+    return strlen(buf);
+}
+
+/* write from internal network to a link
+ * syntax: sendtolink(int link, char *format, ...)
+ */
+
+int 
+sendtolink(int link, char *format,...)
+{
+    va_list va;
+    char buf[2048];
+    va_start(va,format);
+    ap_vsnprintf(buf,sizeof(buf),format,va);
+    ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(388),me,buf);
+    broadcasttolink(link);
+    va_end(va);
+    return strlen(buf);
+}
+
+/* write from internal network to a channel 
+ * syntax: sendtochannel(char *channel, int notlink, char *format, ...)
+ */
+
+int sendtochannel(char *channel, int notlink, char *format, ...)
+{
+    va_list va;
+    char buf[2048];
+    struct uchannelt *chan;    
+    struct uchannelusert *chanu;
+    struct clientt *client;
+    va_start(va,format);
+    ap_vsnprintf(buf,sizeof(buf),format,va);
+    chan=getuserchannel(-1,channel);
+    strmncpy(ircbuf,buf,sizeof(ircbuf));
+    parse();
+    if(chan!=NULL)
+    {
+	chanu=chan->users;
+	while(chanu!=NULL)
+	{
+	    client=getclientbynick(chanu->nick);
+	    if(client!=NULL)
+	    {
+		if(client->intuser>0)
+		{
+		    if(user(client->intuser)->instate==STD_CONN)
+		    {
+			strmncpy(ircbuf,buf,sizeof(ircbuf));
+			addtoken(client->intuser+10000);
+			ssnprintf(user(client->intuser)->insock,"%s",ircbuf);
+		    }
+		}
+	    }
+	    chanu=chanu->next;
+	}
+    }
+    ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(389),me,buf);
+    broadcast(notlink);
+    va_end(va);    
+    return 0x0;    
+}
+
+/* write from internal network to a channel expect to one user
+ * syntax: sendtochannelbutone(char *channel,char *nick, int notlink, char *format, ...)
+ */
+
+int sendtochannelbutone(char *channel, char *nick, int notlink, char *format,...)
+{
+    va_list va;
+    char buf[2048];
+    int isextern=0;
+    struct uchannelt *chan;    
+    struct uchannelusert *chanu;
+    struct clientt *client;
+    va_start(va,format);
+    client=getclientbynick(nick);
+    ap_vsnprintf(buf,sizeof(buf),format,va);
+    chan=getuserchannel(-1,channel);
+    strmncpy(ircbuf,buf,sizeof(ircbuf));
+    parse();
+    if(chan!=NULL)
+    {
+	chanu=chan->users;
+	while(chanu!=NULL)
+	{
+	    client=getclientbynick(chanu->nick);
+	    if(client!=NULL)
+	    {
+		if(strmcmp(nick,client->nick)==0)
+		{
+		    if(client->intuser==0)
+			isextern=1;
+		    else if(user(client->intuser)->instate==STD_CONN)
+		    {
+			strmncpy(ircbuf,buf,sizeof(ircbuf));
+			addtoken(client->intuser+10000);
+			ssnprintf(user(client->intuser)->insock,"%s",ircbuf);
+		    }
+		}
+	    } else { 
+		isextern=1;
+	    }
+	    chanu=chanu->next;
+	}
+    }
+    ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(390),me,buf);
+    broadcast(notlink);
+    va_end(va);    
+    return 0x0;    
+}
+
+/* write from internal network to all channels of one nick
+ * syntax: sendtochannelsofnick(char *nick, int notlink, char *format, ...)
+ */
+
+int sendtochannelsofnick(char *nick, int notlink, char *format, ...)
+{
+    va_list va;
+    char buf[2048];
+    int didsend=0;
+    struct uchannelt *chan;    
+    struct uchannelusert *chanu,*chanu2;
+    struct clientt *client,*cyc;
+    va_start(va,format);
+    client=getclientbynick(nick);
+    ap_vsnprintf(buf,sizeof(buf),format,va);
+    cyc=clients;
+    strmncpy(ircbuf,buf,sizeof(ircbuf));
+    parse();
+    while(cyc!=NULL)
+    {
+	chan=intchan;
+	didsend=0;
+	while(chan!=NULL && didsend==0)
+	{
+	    chanu=getchannelnick(chan,cyc->nick);
+	    if(chanu!=NULL)
+	    {
+		chanu2=getchannelnick(chan,nick);
+		if(chanu2!=NULL)
+		{
+		    if(cyc->intuser>0)
+		    {
+			if(user(cyc->intuser)->instate==STD_CONN)
+			{
+			    strmncpy(ircbuf,buf,sizeof(ircbuf));
+			    addtoken(cyc->intuser+10000);
+			    ssnprintf(user(cyc->intuser)->insock,"%s",ircbuf);
+			}
+		    }
+		    didsend=1;
+		}
+	    }
+	    chan=chan->next;
+	}
+	cyc=cyc->next;
+    }
+    ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(391),me,buf);
+    broadcast(notlink);
+    va_end(va);    
+    return 0x0;    
+}
+
+/* helper to add a client and to tell this to the network */
+
+struct clientt *enteruser(int usern, char *nick, char *ident, char *host, char *server)
+{
+    struct clientt *client;
+    if(usern>0)
+    {
+	client=getclientbynick(nick);
+	if(client!=NULL)
+	{
+	    if(client->intuser==usern)
+	    {
+		sendtochannelsofnick(nick,0,lngtxt(1321),client->nick,client->ident,client->host);
+		removenickfromallchannels(-1,nick);
+		removeclient(nick);
+	    } else {
+		ssnprintf(user(usern)->insock,lngtxt(383),user(usern)->nick,client->nick,client->ident,client->host);
+		return NULL;
+	    }
+	}
+    }
+    client=createclient(usern,nick,ident,host,server);
+    ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(384),me,nick,ident,host,server);
+    broadcast(0);
+    return client;
+}
+
+char intname[100];
+
+/* handle single events */
+
+int cmdintprivmsg(int usern, int link)
+{
+    char currentto[200];
+    struct uchannelt *chan;
+    struct clientt *client;
+    struct uchannelusert *chanuser;
+    char *pt,*pt2;
+    if(link>=0 && usern==0)
+    {
+	client=getclientbynick(ircnick);
+	if(client==NULL && *ircnick!=0) return 0x0; /* ignore fakes */
+	if(*ircto=='#')
+	    sendtochannel(ircto,link,"%s",ircbuf);
+	else
+	    sendtoclient(ircto,link,"%s",ircbuf);
+    } else {
+	pt=ircto;
+	while(pt!=NULL)
+	{
+	    pt2=strchr(pt,',');
+	    if(pt2!=NULL)
+	    {
+		*pt2=0;pt2++;
+	    }
+	    if(strlen(pt)==0) return 0x0;
+	    strmncpy(currentto,pt,sizeof(currentto));
+	    if(*currentto=='#')
+	    {
+		chan=getuserchannel(-1,currentto);
+		if(chan==NULL)
+		{
+		    client=getclientbynumber(usern);
+		    if(client==NULL) 
+    		    {
+			ap_snprintf(intname,sizeof(intname),lngtxt(392),me);
+			client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+		    }		    		    
+		    if(client==NULL) return 0x0;
+		    sendtoclient(client->nick,0,lngtxt(393),me,user(usern)->nick,currentto);
+		} else {
+		    client=getclientbynumber(usern);
+		    if(client==NULL) 
+    		    {
+			ap_snprintf(intname,sizeof(intname),lngtxt(394),me);
+			client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+		    }		    		    
+		    if(client==NULL) return 0x0;
+		    chanuser=getchannelnick(chan,client->nick);
+		    if(strchr(chan->modes,'n')!=NULL && chanuser==NULL)
+		    {
+			sendtoclient(client->nick,0,lngtxt(395),me,client->nick,currentto);
+		    } else {
+			if(strchr(chan->modes,'m')!=NULL && strchr(chanuser->mode,'@')==NULL && strchr(chanuser->mode,'+')==NULL)
+			    sendtoclient(client->nick,0,lngtxt(396),me,client->nick,currentto);
+			else
+			    sendtochannelbutone(currentto,client->nick,0,lngtxt(397),client->nick,client->ident,client->host,irccommand,currentto,irccontent);
+		    }
+		}
+	    } else {
+		client=getclientbynick(currentto);
+		if(client==NULL)
+		{
+		    client=getclientbynumber(usern);
+		    if(client==NULL) 
+    		    {
+			ap_snprintf(intname,sizeof(intname),lngtxt(398),me);
+			client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+		    }		    		    
+		    if(client==NULL) return 0x0;
+		    sendtoclient(client->nick,0,lngtxt(399),me,client->nick,currentto);
+		} else {
+		    client=getclientbynumber(usern);
+		    if(client==NULL) 
+    		    {
+			ap_snprintf(intname,sizeof(intname),lngtxt(400),me);
+			client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+		    }		    		    
+		    if(client==NULL) return 0x0;
+		    sendtoclient(currentto,0,lngtxt(401),client->nick,client->ident,client->host,irccommand,currentto,irccontent);
+		}				
+	    }
+	    pt=pt2;
+	    
+	}    	
+    }
+    return 0x0;
+}
+
+/* notice is same as like privmsg, so this is just a recall */
+
+int cmdintnotice(int usern, int link)
+{
+    cmdintprivmsg(usern,link);
+    return 0x0;
+}
+
+/* adding a joined intnet channel to an internal user */
+
+int addconfigchannel(int usern, char *channel)
+{
+    char buf[200];
+    char buf2[200];
+    int i,rc;
+    int cntchan;
+    ap_snprintf(buf,sizeof(buf),lngtxt(402),usern);
+    for(i=0;i<20;i++)
+    {
+	ap_snprintf(buf2,sizeof(buf2),lngtxt(403),i);
+	rc=getini(lngtxt(404),buf2,buf);
+	if(rc==0)
+	{
+	    if(strmcmp(value,channel)==1) return 0x0;
+	}
+    }
+    cntchan=countconfentries(lngtxt(405),lngtxt(406),buf);
+    ap_snprintf(buf2,sizeof(buf2),lngtxt(407),lastfree);
+    writeini(lngtxt(408),buf2,buf,channel);
+    flushconfig();
+    return 0x0;
+}
+
+/* remove a parted channel from the internal user */
+
+int removeconfigchannel(int usern, char *channel)
+{
+    int i;
+    int rc;
+    char buf[200];
+    char buf2[200];
+    ap_snprintf(buf,sizeof(buf),lngtxt(409),usern);
+    for(i=0;i<20;i++)
+    {
+	ap_snprintf(buf2,sizeof(buf2),lngtxt(410),i);
+	rc=getini(lngtxt(411),buf2,buf);
+	if(rc==0)
+	{
+	    if(strmcmp(channel,value)==1)
+	    {
+		writeini(lngtxt(412),buf2,buf,NULL);
+		flushconfig();
+		return 0x0;
+	    }			
+	}
+    }
+    return 0x0;
+}
+
+/* rejoin the client to the saved channels */
+
+int dontsave=0;
+
+int rejoinintchannels(int usern)
+{
+    int i;
+    int rc;
+    struct uchannelt *chan;
+    struct clientt *client;
+    char buf[200];
+    char buf2[200];
+    int ingroup=(getpsocketbygroup(socketnode,SGR_USERINBOUND+usern,user(usern)->insock)!=NULL);
+    ap_snprintf(buf,sizeof(buf),lngtxt(413),usern);
+    dontsave=1;
+    for(i=0;i<20;i++)
+    {
+	ap_snprintf(buf2,sizeof(buf2),lngtxt(414),i);
+	rc=getini(lngtxt(415),buf2,buf);
+	if(rc==0)
+	{
+	    strmncpy(irccontent,value,sizeof(irccontent));
+
+        // TODO: Not sure here, last argument was missing.
+	    cmdintjoin(usern, 0);
+	    if(ingroup)
+	    {
+		chan=getuserchannel(-1,irccontent);
+		if(chan)
+		{
+		    client=getclientbynumber(usern);
+		    if(client)
+		    {
+			if(getchannelnick(chan,client->nick)!=NULL)
+			{
+			    ssnprintf(user(usern)->insock,":%s!%s@%s JOIN :#int~%s",client->nick,client->ident,client->host,chan->name);
+			    sendnames(usern+10000,chan);								
+			    if(chan->topic[0]!=0)
+			    {
+				ssnprintf(user(usern)->insock,":%s 332 %s #int~%s :%s",me,client->nick,chan->name,chan->topic);
+			    }
+			    if(chan->modes[0]!=0)
+			    {
+				sendmode(usern,chan->name);
+			    }
+			}
+		    }		    
+		}		
+	    }
+	}
+    }
+    dontsave=0;
+    return 0x0;
+}
+
+/* the join command */
+
+int cmdintjoin(int usern, int link)
+{
+    char currentto[200];
+    char bop[200];
+    struct uchannelt *chan;
+    struct stringarray *intops;
+    struct clientt *client;
+    int rc;
+    struct uchannelusert *chanuser;
+    char *pt,*pt2;
+    char key[200];
+    int newchan=0;
+    if(link>=0 && usern==0)
+    {
+	chan=getuserchannel(-1,ircto);
+	client=getclientbynick(ircnick);
+	if(client==NULL) return 0x0; /* ignore fakes */
+	if(chan==NULL)
+	{
+	    chan=addchanneltouser(-1,ircto,1);
+	}
+	removeinvite(chan,client->nick);
+	chanuser=addnicktochannel(chan,client->nick,client->ident,client->host);
+	sendtochannel(ircto,link,"%s",ircbuf);
+    } else {
+	pt=irccontent;
+	pt2=strchr(pt,' ');
+	if(pt2!=NULL)
+	{
+	    *pt2=0;
+	    pt2++;
+	    strmncpy(key,pt2,sizeof(key));
+	}
+	while(pt!=NULL)
+	{
+	    newchan=0;
+	    pt2=strchr(pt,',');
+	    if(pt2!=NULL)
+	    {
+		*pt2=0;pt2++;
+	    }
+	    if(strlen(pt)==0) return 0x0;
+	    strmncpy(currentto,pt,sizeof(currentto));
+	    if(*currentto=='#')
+	    {
+		client=getclientbynumber(usern);
+		if(client==NULL) 
+    		{
+		    ap_snprintf(intname,sizeof(intname),lngtxt(416),me);
+		    client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+		}		    		    
+		if(client==NULL) return 0x0;
+		chan=getuserchannel(-1,currentto);
+		if(chan==NULL)
+		{
+		    chan=addchanneltouser(-1,currentto,0);
+		    newchan=1;
+		}
+		pcontext;
+		if(getchannelnick(chan,client->nick)!=NULL)
+		    rc=-5;
+		else
+		    rc=mayjoin(chan,client,key);
+		pcontext;
+		if(rc<0)
+		{
+		    switch(rc)
+		    {
+			case -1:
+			    pcontext;
+			    sendtoclient(client->nick,0,lngtxt(417),me,client->nick,currentto);
+			    break;
+			case -2:
+			    pcontext;
+			    sendtoclient(client->nick,0,lngtxt(418),me,client->nick,currentto);
+			    break;
+			case -3:
+			    pcontext;
+			    sendtoclient(client->nick,0,lngtxt(419),me,client->nick,currentto);
+			    break;
+		    }
+		} else {
+		    pcontext;
+		    removeinvite(chan,client->nick);
+		    pcontext;
+		    chanuser=addnicktochannel(chan,client->nick,client->ident,client->host);
+		    pcontext;
+		    sendtochannel(chan->name,0,lngtxt(420),client->nick,client->ident,client->host,currentto);
+		    pcontext;
+		    if(newchan==1)
+		    {		
+			sendtochannel(chan->name,0,lngtxt(421),client->nick,client->ident,client->host,currentto,client->nick);
+			strmncpy(chanuser->mode,"@",sizeof(chanuser->mode));
+			ap_snprintf(bop,sizeof(bop),"*!%s@%s",client->ident,client->host);
+			addintop(chan,bop);
+		    } else {
+			ap_snprintf(bop,sizeof(bop),"%s!%s@%s",client->nick,client->ident,client->host);
+			intops=chan->intops;
+			while(intops)
+			{
+			    if(wild_match(intops->entry,bop))
+			    {
+				sendtochannel(chan->name,0,lngtxt(421),client->nick,client->ident,client->host,currentto,client->nick);
+				strmncpy(chanuser->mode,"@",sizeof(chanuser->mode));
+				intops=NULL;
+			    }			        
+			    if(intops) intops=intops->next;
+			}
+		    }
+		    sendnames(usern+10000,chan);								
+		    if(chan->topic[0]!=0)
+		    {
+			sendtoclient(client->nick,0,lngtxt(422),me,client->nick,chan->name,chan->topic);
+		    }
+		    if(chan->modes[0]!=0)
+		    {
+			sendmode(usern,chan->name);
+		    }
+		    if(dontsave==0) addconfigchannel(usern,chan->name);
+		}
+	    } else {
+		client=getclientbynumber(usern);
+		if(client==NULL) 
+    		{
+		    ap_snprintf(intname,sizeof(intname),lngtxt(423),me);
+		    client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+		}		    		    
+		if(client==NULL) return 0x0;
+		sendtoclient(client->nick,0,lngtxt(424),me,client->nick,currentto);
+	    }
+	    pt=pt2;
+	}
+    }
+    return 0x0;
+}
+
+/* mode helpers */
+
+int addop(struct uchannelt *chan, char *nick, struct clientt *client)
+{
+    struct uchannelusert *chanuser;
+    struct clientt *opclient;
+    char bop[200];
+    chanuser=getchannelnick(chan,nick);
+    if(chanuser!=NULL)
+    {
+	opclient=getclientbynick(nick);
+	if(opclient)
+	{
+	    if(opclient->intuser>0)
+	    {
+		/* add a local user to remember as op */
+		ap_snprintf(bop,sizeof(bop),"*!%s@%s",opclient->ident,opclient->host);
+		addintop(chan,bop);
+	    }
+	}
+	strmncpy(chanuser->mode,"@",sizeof(chanuser->mode));
+	return 0x0;
+    } else {
+	if(client==NULL) return 0x0;
+	if(client->intuser>0)
+	    sendtoclient(client->nick,0,lngtxt(425),me,client->nick,chan->name,nick);
+    }
+    return 0x1;
+}
+
+int delop(struct uchannelt *chan, char *nick, struct clientt *client)
+{
+    struct uchannelusert *chanuser;
+    char bop[200];
+    struct clientt *opclient;
+    chanuser=getchannelnick(chan,nick);
+    if(chanuser!=NULL)
+    {
+	if(strchr(chanuser->mode,'@')!=NULL)
+	{
+	    if(strchr(chanuser->mode,'+')!=NULL)
+		strmncpy(chanuser->mode,"+",sizeof(chanuser->mode));
+	    else
+		chanuser->mode[0]=0;
+	    opclient=getclientbynick(nick);
+	    if(opclient)
+	    {
+		if(opclient->intuser>0)
+		{
+		    /* remove a user from remember as op */
+		    ap_snprintf(bop,sizeof(bop),"*!%s@%s",opclient->ident,opclient->host);
+		    removeintop(chan,bop);
+		}
+	    }
+	    return 0x0;
+	}
+    } else {
+	if(client==NULL) return 0x0;
+	if(client->intuser>0)
+	    sendtoclient(client->nick,0,lngtxt(426),me,client->nick,chan->name,nick);
+    }
+    return 0x1;
+}
+
+int addvoice(struct uchannelt *chan, char *nick, struct clientt *client)
+{
+    struct uchannelusert *chanuser;
+    chanuser=getchannelnick(chan,nick);
+    if(chanuser!=NULL)
+    {
+	if(strchr(chanuser->mode,'@')==NULL)
+	{
+	    strmncpy(chanuser->mode,"+",sizeof(chanuser->mode));
+	    return 0x0;
+	}
+    } else {
+	if(client==NULL) return 0x0;
+	if(client->intuser>0)
+	    sendtoclient(client->nick,0,lngtxt(427),me,client->nick,chan->name,nick);
+    }
+    return 0x0;
+}
+
+int delvoice(struct uchannelt *chan, char *nick, struct clientt *client)
+{
+    struct uchannelusert *chanuser;
+    chanuser=getchannelnick(chan,nick);
+    if(chanuser!=NULL)
+    {
+	if(strchr(chanuser->mode,'+')!=NULL)
+	{
+	    if(strchr(chanuser->mode,'@')!=NULL)
+		strmncpy(chanuser->mode,"@",sizeof(chanuser->mode));
+	    else
+		chanuser->mode[0]=0;
+	    return 0x0;
+	}
+    } else {
+	if(client==NULL) return 0x0;
+	if(client->intuser>0)
+	    sendtoclient(client->nick,0,lngtxt(428),me,client->nick,chan->name,nick);
+    }
+    return 0x1;
+}
+
+/* modes */
+
+int intmode(char *to, char *modes, char *params,int link, int usern)
+{
+    char *m,*p,*p2 = NULL;
+    char prefix='+';
+    struct uchannelt *chan;
+    struct clientt *client,*oc;
+    struct stringarray *bans;
+    char newmode[300];
+    char newparam[400];
+    int prefixchange=0;
+    int rc;
+    char mm[2];
+    int aktbans=0;
+    pcontext;
+    newmode[0]=0;
+    newparam[0]=0;
+    mm[1]=0;
+    client=NULL;
+    if(usern>0)
+    {
+	client=getclientbynumber(usern);
+	if(client==NULL) 
+	{
+	    ap_snprintf(intname,sizeof(intname),lngtxt(429),me);
+	    client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+	}		    		    
+	if(client==NULL) return 0x0;
+    }
+    chan=getuserchannel(-1,to);
+    pcontext;
+    if(chan==NULL)
+    {
+	if(usern>0 && client!=NULL)
+	{
+	    if(*to=='#')
+		sendtoclient(client->nick,0,lngtxt(430),me,client->nick,to);
+	    /* ignore user flags.. */
+	}
+	return 0x0;
+    }
+    m=modes;
+    if(params[0]==0) 
+	p=NULL;
+    else
+	p=params;
+    if(p!=NULL)
+	if(strlen(rtrim(p))<=1) p=NULL;
+    while(*m)
+    {
+	    if(strchr("+-",*m)!=NULL) 
+	    {
+		if(prefix!=*m && prefixchange==0)
+		{
+		    prefix=*m;
+		    prefixchange=1;
+		    mm[0]=prefix;
+		    strcat(newmode,mm);
+		}
+	    }
+	    else 
+	    if(strchr(lngtxt(431),*m)!=NULL)
+	    {
+		if(strchr(newmode,*m)==NULL) 
+		{
+		    mm[0]=*m;
+		    if(prefix=='+' && strchr(chan->modes,*m)==NULL)
+		    {	
+			strcat(newmode,mm);
+			prefixchange=0;
+		    }
+		    if(prefix=='-' && strchr(chan->modes,*m)!=NULL)
+		    {	
+			strcat(newmode,mm);
+			prefixchange=0;
+		    }
+		}
+	    }
+	    else 
+	    if(*m=='b')
+	    {
+		if(p==NULL)
+		{
+		    if(usern>0 && client!=NULL)
+		    {
+			bans=chan->bans;
+			while(bans!=NULL)
+			{
+			    sendtoclient(client->nick,0,lngtxt(432),me,client->nick,chan->name,bans->entry);	    
+			    bans=bans->next;
+			}
+			sendtoclient(client->nick,0,lngtxt(433),me,client->nick,chan->name);
+		    }
+		} else {
+		    p2=strchr(p,' ');
+		    if(p2!=NULL)
+		    {
+			*p2=0;p2++;
+			if(*p2==0) p2=NULL;
+		    }
+		    if(strlen(p)>100)
+		    {
+			p[99]=0;
+		    }
+		    if(aktbans<3)
+		    {
+			if(prefix=='+')
+			    rc=addban(chan,p);
+			else
+			    rc=removeban(chan,p);		
+		    } else {
+			rc=-1;
+		    }
+		    if(rc==0x1)
+		    {
+			mm[0]=*m;
+			strcat(newmode,mm);
+			if(strlen(newparam)+strlen(p)+1<sizeof(newparam)-1)
+			{
+			    strcat(newparam,p);
+			    strcat(newparam," ");
+			}
+			aktbans++;
+			prefixchange=0;
+		    }
+		}
+		p=p2;
+	    }
+	    else 
+	    if(*m=='o' || *m=='v')
+	    {
+		if(p!=NULL)
+		{
+		    p2=strchr(p,' ');
+		    if(p2!=NULL)
+		    {
+			*p2=0;p2++;
+			if(*p2==0) p2=NULL;
+		    }
+		    if(aktbans<3)
+		    {
+			if(prefix=='+')
+			    if(*m=='o')
+				rc=addop(chan,p,client);
+			    else
+				rc=addvoice(chan,p,client);
+			else
+			    if(*m=='o')
+				rc=delop(chan,p,client);
+			    else
+				rc=delvoice(chan,p,client);
+		    } else {
+			rc=-1;
+		    }
+		    if(rc==0x0)
+		    {
+			mm[0]=*m;
+			strcat(newmode,mm);
+			if(strlen(newparam)+strlen(p)+1<sizeof(newparam)-1)
+			{
+			    oc=client;
+			    client=getclientbynick(p);
+			    if(client!=NULL)
+				strcat(newparam,client->nick); /* cases */
+			    else
+				strcat(newparam,p);
+			    client=oc;
+			    strcat(newparam," ");
+			}
+			aktbans++;
+			prefixchange=0;
+		    }
+		}
+		p=p2;
+	    }
+	    else 
+	    if(*m=='k' && p!=NULL)
+	    {
+		p2=strchr(p,' ');
+		if(p2!=NULL)
+		{
+		    *p2=0;p2++;
+		    if(*p2==0) p2=NULL;
+		}
+		mm[0]=*m;
+		strcat(newmode,mm);
+		if(strlen(newparam)+strlen(p)+1<sizeof(newparam)-1)
+		{
+		    strcat(newparam,p);
+		    strcat(newparam," ");
+		    prefixchange=0;
+		}
+		p=p2;		
+	    }
+	m++;
+    }
+    if((strchr("+-",*newmode)!=NULL && strlen(newmode)>1) || (strchr("+-",*newmode)==NULL && strlen(newmode)>0))
+    {
+	if(*newmode!='+' && *newmode!='-')
+	    mm[0]='+';
+	else
+	    mm[0]=0;
+	mm[1]=0;
+	if(usern>0)
+	    sendtochannel(chan->name,0,lngtxt(434),client->nick,client->ident,client->host,to,mm,newmode,rtrim(newparam));
+	else
+	    sendtochannel(chan->name,link,lngtxt(435),ircfrom,to,mm,newmode,rtrim(newparam));
+	addchannelmode(chan,newmode,newparam);
+    }
+    return 0x0;
+}
+
+/* send a channels mode */
+
+int sendmode(int usern, char *to)
+{
+    struct uchannelt *chan;
+    struct clientt *client;
+    struct uchannelusert *chanuser;
+    chan=getuserchannel(-1,to);
+    client=getclientbynumber(usern);
+    if(client==NULL) 
+    {
+        ap_snprintf(intname,sizeof(intname),lngtxt(436),me);
+        client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+    }		    		    
+    if(client==NULL) return 0x0;
+    if(chan==NULL)
+	sendtoclient(client->nick,0,lngtxt(437),me,client->nick,to);
+    else
+    {
+	chanuser=getchannelnick(chan,client->nick);
+	if(chanuser!=NULL)
+	{
+	    if(strchr(chan->modes,'k')!=NULL)
+		sendtoclient(client->nick,0,lngtxt(438),me,client->nick,to,chan->modes,chan->key);
+	    else
+		sendtoclient(client->nick,0,lngtxt(439),me,client->nick,to,chan->modes);
+	}
+	else
+	    sendtoclient(client->nick,0,lngtxt(440),me,client->nick,to,chan->modes);
+    }
+    return 0x0;
+}
+
+/* the caller of the mode */
+
+int cmdintmode(int usern, int link)
+{
+    char currentto[200];
+    char tolist[400];
+    char modelist[200];
+    char param[400];
+    struct uchannelt *chan;
+    struct clientt *client;
+    struct uchannelusert *chanuser;
+    char *pt,*pt2;
+    if(link>=0 && usern==0)
+    {
+	strmncpy(currentto,ircto,sizeof(currentto));
+	if(*currentto!=0)
+	{
+	    pt=irccontent;
+	    pt2=strchr(pt,' ');
+	    if(pt2!=NULL)
+	    {
+	        *pt2=0;
+	        pt2++;
+	    }
+	    strmncpy(modelist,pt,sizeof(modelist));
+	    if(pt2==NULL)
+		param[0]=0;
+	    else
+		strmncpy(param,pt2,sizeof(param));
+	    intmode(currentto,modelist,param,link,usern);
+	}	
+    } else {
+	pt=irccontent;
+	if(*pt!=0)
+	{
+	    pt2=strchr(pt,' ');
+	    if(pt2!=NULL)
+	    {
+		*pt2=0;
+		strmncpy(tolist,pt,sizeof(tolist));
+		pt2++;
+		pt=strchr(pt2,' ');
+		if(1)
+		{
+		    if(pt!=NULL)
+		    {
+			*pt=0;pt++;
+		    }
+		    strmncpy(modelist,pt2,sizeof(modelist));
+		    if(pt!=NULL)
+			strmncpy(param,pt,sizeof(param));
+		    else
+			param[0]=0;
+		    pt=tolist;
+		    while(pt!=NULL)
+		    {
+			pt2=strchr(pt,',');
+			if(pt2!=NULL)
+			{
+			    *pt2=0;pt2++;
+			}
+			client=getclientbynumber(usern);
+			if(client==NULL) 
+    			{
+			    ap_snprintf(intname,sizeof(intname),lngtxt(441),me);
+			    client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+			    if(client==NULL) return 0x0;
+			}		    		    
+			strmncpy(currentto,pt,sizeof(currentto));
+			chan=getuserchannel(-1,currentto);
+			if(chan==NULL)
+			    sendtoclient(client->nick,0,lngtxt(442),me,client->nick,currentto);
+			else
+			{
+			    chanuser=getchannelnick(chan,client->nick);
+			    if(chanuser==NULL)
+				sendtoclient(client->nick,0,lngtxt(443),me,client->nick,currentto);
+			    else
+			    {
+				if(strchr(chanuser->mode,'@')!=NULL)
+				{
+				    intmode(currentto,modelist,param,link,usern);
+				} else {
+				    sendtoclient(client->nick,0,lngtxt(444),me,client->nick,currentto);
+				}
+			    }
+			}
+		    	pt=pt2;
+		    }		    		
+		}	    
+	    } else {
+		strmncpy(tolist,pt,sizeof(tolist));
+		pt=tolist;
+		while(pt!=NULL)
+		{
+		    pt2=strchr(pt,',');
+		    if(pt2!=NULL)
+		    {
+			*pt2=0;pt2++;
+		    }
+		    strmncpy(currentto,pt,sizeof(currentto));
+		    sendmode(usern,currentto);
+		    pt=pt2;		    
+		}		    		
+	    }
+	}	
+    }
+    return 0x0;
+}
+
+int cmdintpart(int usern, int link)
+{
+    char currentto[200];
+    struct uchannelt *chan;
+    struct clientt *client;
+    struct uchannelusert *chanuser;
+    char *pt,*pt2;
+    if(link>=0 && usern==0)
+    {
+	chan=getuserchannel(-1,ircto);
+	client=getclientbynick(ircnick);
+	if(client==NULL) return 0x0; /* ignore fakes */
+	if(chan==NULL)
+	{
+	    return 0x0; /* no such channel */
+	}
+	chanuser=getchannelnick(chan,ircnick);
+	if(chanuser==NULL) return 0x0;
+	removenickfromchannel(chan,ircnick);
+	if(chan->users==NULL)
+	    removechannelfromuser(-1,chan->name);
+	sendtochannel(ircto,link,"%s",ircbuf);
+    } else {
+	if(*ircto==0)
+	{
+	    strmncpy(ircto,irccontent,sizeof(ircto));
+	    strmncpy(irccontent,user(usern)->nick,sizeof(irccontent));
+	}
+	pt=ircto;
+	while(pt!=NULL)
+	{
+	    pt2=strchr(pt,',');
+	    if(pt2!=NULL)
+	    {
+		*pt2=0;pt2++;
+	    }
+	    if(strlen(pt)==0) return 0x0;
+	    strmncpy(currentto,pt,sizeof(currentto));
+	    if(*currentto=='#')
+	    {
+		client=getclientbynumber(usern);
+		if(client==NULL) 
+    		{
+		    ap_snprintf(intname,sizeof(intname),lngtxt(445),me);
+		    client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+		}		    		    
+		if(client==NULL) return 0x0;
+		chan=getuserchannel(-1,currentto);
+		if(chan==NULL)
+		{
+		    sendtoclient(client->nick,0,lngtxt(446),me,client->nick,currentto);
+		} else {
+		    chanuser=getchannelnick(chan,client->nick);
+		    if(chanuser==NULL)
+		    {
+			sendtoclient(client->nick,0,lngtxt(447),me,client->nick,currentto);
+		    } else {
+			sendtochannel(chan->name,0,lngtxt(448),client->nick,client->ident,client->host,currentto,irccontent);
+			removenickfromchannel(chan,client->nick);
+			removeconfigchannel(usern,chan->name);
+			if(chan->users==NULL)
+			{
+			    removechannelfromuser(-1,chan->name);
+			}
+		    }
+		}
+	    } else {
+		client=getclientbynumber(usern);
+		if(client==NULL) 
+    		{
+		    ap_snprintf(intname,sizeof(intname),lngtxt(449),me);
+		    client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+		}		    		    
+		if(client==NULL) return 0x0;
+		sendtoclient(client->nick,0,lngtxt(450),me,client->nick,currentto);
+	    }
+	    pt=pt2;
+	}
+    }
+    return 0x0;
+}
+
+/* got the kick ? */
+
+int cmdintkick(int usern, int link)
+{
+    char currentto[200];
+    char nicks[400];
+    char currentnick[64];
+    struct uchannelt *chan;
+    struct clientt *client;
+    struct clientt *kclient;
+    struct uchannelusert *chanuser;
+    char *pt,*pt2;
+    char *ot,*ot2;
+    char *onicks;
+    char bop[200];
+    if(link>=0 && usern==0)
+    {
+	pt=strstr(ircbuf,lngtxt(451));
+	if(pt==NULL) return 0x0;
+	pt+=6;
+	pt2=strchr(pt,' ');
+	if(pt2==NULL) return 0x0;
+	*pt2=0;
+	pt2++;
+	ot=strstr(pt2," :");
+	if(ot==NULL) return 0x0;
+	*ot=0;
+	ot+=2;
+	strmncpy(ircto,pt,sizeof(ircto));
+	strmncpy(irccontent,pt2,sizeof(irccontent));
+	pt=ot;
+	chan=getuserchannel(-1,ircto);
+	client=getclientbynick(ircnick);
+	if(chan==NULL || client==NULL)
+	{
+	    return 0x0; /* no such channel */
+	}
+	chanuser=getchannelnick(chan,irccontent);
+	if(chanuser==NULL) return 0x0;
+	strmncpy(currentnick,chanuser->nick,sizeof(currentnick));
+	sendtochannel(ircto,link,lngtxt(452),client->nick,client->ident,client->host,ircto,currentnick,pt);
+	removenickfromchannel(chan,currentnick);
+	kclient=getclientbynick(currentnick);
+	if(kclient)
+	{
+	    if(kclient->intuser>0)
+	    {
+		ap_snprintf(bop,sizeof(bop),"*!%s@%s",kclient->ident,kclient->host);
+		removeintop(chan,bop);
+	    }
+	}
+	if(chan->users==NULL)
+	    removechannelfromuser(-1,chan->name);
+    } else {
+	client=getclientbynumber(usern);
+	if(client==NULL) 
+    	{	
+	    ap_snprintf(intname,sizeof(intname),lngtxt(453),me);
+	    client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+	}		    		    
+	if(client==NULL) return 0x0;
+	if(*ircto==0)
+	{
+	    strmncpy(ircto,irccontent,sizeof(ircto));
+	    strmncpy(irccontent,client->nick,sizeof(irccontent));
+	}
+	/* now we got the channels and the clients to kick in ircto, the reason in irccontent */
+	pt=strchr(ircto,' ');
+	if(pt==NULL) return 0x0;
+	*pt=0;
+	pt++;
+	onicks=pt;
+	pt=ircto;
+	while(pt!=NULL)
+	{
+	    pt2=strchr(pt,',');
+	    if(pt2!=NULL)
+	    {
+		*pt2=0;
+		pt2++;
+		if(*pt2==0) pt2=NULL;
+	    }
+	    strmncpy(currentto,pt,sizeof(currentto));
+	    chan=getuserchannel(-1,currentto);
+	    if (chan==NULL)
+		sendtoclient(client->nick,0,lngtxt(454),me,client->nick,currentto);
+	    else
+	    {
+		chanuser=getchannelnick(chan,client->nick);
+		if(chanuser==NULL)
+		    sendtoclient(client->nick,0,lngtxt(455),me,client->nick,currentto);
+		else
+		{
+		    if(strchr(chanuser->mode,'@')==NULL)
+			sendtoclient(client->nick,0,lngtxt(456),me,client->nick,currentto);
+		    else
+		    {
+			strmncpy(nicks,onicks,sizeof(nicks));
+			ot=nicks;
+			while(ot!=NULL)
+			{
+			    ot2=strchr(ot,',');
+			    if(ot2!=NULL)
+			    {
+				*ot2=0;
+				ot2++;
+				if(*ot2==0) ot2=NULL;				
+			    }
+			    chanuser=getchannelnick(chan,ot);
+			    if(chanuser!=NULL)
+			    {
+				sendtochannel(currentto,0,lngtxt(457),client->nick,client->ident,client->host,currentto,chanuser->nick,irccontent);
+				removenickfromchannel(chan,ot);
+				kclient=getclientbynick(ot);
+				if(kclient)
+				{
+				    if(kclient->intuser>0)
+				    {
+					ap_snprintf(bop,sizeof(bop),"*!%s@%s",kclient->ident,kclient->host);
+					removeintop(chan,bop);
+				    }
+				}
+				if(chan->users==NULL)
+				{
+				    removechannelfromuser(-1,currentto);
+				}
+			    } else {
+				sendtoclient(client->nick,0,lngtxt(458),me,client->nick,ot,currentto);
+			    }
+			    ot=ot2;
+			}
+		    }
+		}
+	    }
+	    pt=pt2;
+	}
+    }
+    return 0x0;
+}
+
+/* make a nickchange */
+
+int cmdintnick(int usern, int link)
+{
+    struct clientt *client,*client2;
+    char *pt;
+    char ocoll[200];
+    if(link>=0 && usern==0)
+    {
+	client=getclientbynick(ircnick);
+	if(client==NULL) return 0x0;
+	client2=getclientbynick(ircto);
+	if(client2!=NULL) /* ohoh, two equal nicks.. refuse that link */
+	{
+	    ap_snprintf(irccontent,sizeof(irccontent),"%d",link);
+#ifdef LINKAGE
+	    cmdrelink(1);
+#endif
+	    sendtoclient(client2->nick,link,lngtxt(459),ircnick,ircident,irchost,client2->nick,datalink(link)->iam);
+	} else {
+	    strmncpy(ocoll,ircto,sizeof(ocoll));
+	    sendtochannelsofnick(ircnick,link,"%s",ircbuf);
+	    nickchange(-1,client->nick,ocoll);
+	    strmncpy(client->nick,ocoll,sizeof(client->nick));
+	}
+    } else {
+	client=getclientbynick(ircto);
+	if(client!=NULL) return 0x0;
+	client=getclientbynumber(usern);
+	if(client==NULL) 
+	{
+	    ap_snprintf(intname,sizeof(intname),lngtxt(460),me);
+	    client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+	}		    		    
+	if(client==NULL) return 0x0;
+	pt=ircto;
+	if(strmcmp(pt,client->nick)==0)
+	{
+	    strmncpy(ocoll,ircto,sizeof(ocoll));
+	    sendtochannelsofnick(client->nick,0,lngtxt(461),client->nick,client->ident,client->host,ircto);
+	    nickchange(-1,client->nick,ircto);
+	    strmncpy(client->nick,ircto,sizeof(client->nick));
+	}
+    }
+    return 0x0;
+}
+
+/* userhost command */
+
+int cmdintuserhost(int usern, int link)
+{
+    struct clientt *client,*client2;
+    if(link>=0 && usern==0)
+    {
+	return 0x0;
+    } else {
+	client=getclientbynick(irccontent);
+	if(client==NULL) return 0x0;
+	client2=getclientbynumber(usern);
+	if(client2==NULL) 
+	{
+	    ap_snprintf(intname,sizeof(intname),lngtxt(460),me);
+	    client2=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+	}		    		    
+	if(client2==NULL) return 0x0;
+        if(client==client2)
+    	    ssnprintf(user(usern)->insock,":%s-psybnc.net 302 %s :%s=+%s!%s",me,user(usern)->nick,client->nick,client->ident,client->host);
+	else
+	    ssnprintf(user(usern)->insock,":%s-psybnc.net 302 %s :int~%s=+%s!%s",me,user(usern)->nick,client->nick,client->ident,client->host);
+    }
+    return 0x0;
+}
+
+/* ison command */
+
+int cmdintison(int usern, int link)
+{
+    struct clientt *client,*client2;
+    if(link>=0 && usern==0)
+    {
+	return 0x0;
+    } else {
+	client=getclientbynick(irccontent);
+	if(client==NULL) return 0x0;
+	client2=getclientbynumber(usern);
+	if(client2==NULL) 
+	{
+	    ap_snprintf(intname,sizeof(intname),lngtxt(460),me);
+	    client2=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+	}		    		    
+	if(client2==NULL) return 0x0;
+	if(client==client2)
+	    ssnprintf(user(usern)->insock,":%s-psybnc.net 303 %s :%s",me,user(usern)->nick,client->nick);
+	else
+	    ssnprintf(user(usern)->insock,":%s-psybnc.net 303 %s :int~%s",me,user(usern)->nick,client->nick);
+    }
+    return 0x0;
+}
+
+/* names */
+
+int cmdintnames(int usern, int link)
+{
+    struct clientt *client;
+    struct uchannelt *chan;
+    struct uchannelusert *chanuser;
+    if(link>=0 && usern==0)
+	return 0x0; /* names from a link !? yes.. right. */
+    else
+    {
+	client=getclientbynumber(usern);
+	if(client==NULL) 
+	{
+	    ap_snprintf(intname,sizeof(intname),lngtxt(462),me);
+	    client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+	}		    		    
+	if(client==NULL) return 0x0;
+	chan=getuserchannel(-1,irccontent);
+	if(chan==NULL)
+	{
+	    sendtoclient(client->nick,0,lngtxt(463),me,client->nick,irccontent);
+	} else {
+	    chanuser=getchannelnick(chan,client->nick);
+	    if(chanuser==NULL)
+	    {
+		sendtoclient(client->nick,0,lngtxt(464),me,client->nick,irccontent);
+	    } else {
+		sendnames(usern+10000,chan);
+	    }
+	}
+    }
+    return 0x0;
+}
+
+/* quit */
+
+int cmdintquit(int usern, int link)
+{
+    char tmpnick[64];
+    struct clientt *client;
+    if(link>=0 && usern==0)
+    {
+	client=getclientbynick(ircnick);
+	if(client!=NULL)
+	{
+	    if(client->intuser==0)
+	    {
+		strmncpy(tmpnick,ircnick,sizeof(tmpnick));
+		sendtochannelsofnick(tmpnick,link,"%s",ircbuf);
+		removenickfromallchannels(-1,tmpnick);
+		removeclient(tmpnick);
+	    }
+	} 
+    } else {
+	client=getclientbynumber(usern);
+	if(client==NULL) 
+	{
+	    return 0x0;
+	}		    		    
+	sendtochannelsofnick(client->nick,0,lngtxt(465),client->nick,client->ident,client->host,irccontent);			
+	removenickfromallchannels(-1,client->nick);
+	removeclient(client->nick);
+    }
+    return 0x0;
+}
+
+/* who query */
+
+int cmdintwho(int usern, int link)
+{
+    struct uchannelt *chan;
+    struct uchannelusert *chanuser;
+    struct clientt *client,*listclient;
+    if(link>=0 && usern==0)
+	return 0x0; /* who from a link !? yes.. right. */
+    else
+    {
+	client=getclientbynumber(usern);
+	if(client==NULL) 
+	{
+	    ap_snprintf(intname,sizeof(intname),lngtxt(466),me);
+	    client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+	}		    		    
+        if(client==NULL) return 0x0;
+	if(*irccontent==0)
+	{
+	    listclient=clients;
+	    while(listclient!=NULL)
+	    {
+		sendtoclient(client->nick,0,lngtxt(467),me,client->nick,listclient->ident,listclient->host,listclient->server,listclient->nick);
+		listclient=listclient->next;
+	    }	
+	    sendtoclient(client->nick,0,lngtxt(468),me,client->nick);
+	} else {
+	    chan=getuserchannel(-1,irccontent);
+	    if(chan==NULL)
+	    {
+		sendtoclient(client->nick,0,lngtxt(469),me,client->nick,irccontent);
+	    } else {
+		chanuser=getchannelnick(chan,client->nick);
+		if(chanuser==NULL)
+		{
+		    sendtoclient(client->nick,0,lngtxt(470),me,client->nick,irccontent);
+		} else {
+		    chanuser=chan->users;
+		    while(chanuser!=NULL)
+		    {
+			sendtoclient(client->nick,0,lngtxt(471),me,client->nick,chan->name,chanuser->ident,chanuser->host,chanuser->nick);
+			chanuser=chanuser->next;
+		    }
+		    sendtoclient(client->nick,0,lngtxt(472),me,client->nick,chan->name);
+		}
+	    }
+	}
+    }
+    return 0x0;
+}
+
+/* whois */
+
+int cmdintwhois(int usern, int link)
+{
+    struct uchannelt *chan;
+    struct uchannelusert *chanuser;
+    struct clientt *client,*listclient;
+    int gotchan=0;
+    char chanbuf[4096];
+    if(link>=0 && usern==0)
+	return 0x0; /* who from a link !? yes.. right. */
+    else
+    {
+	client=getclientbynumber(usern);
+	if(client==NULL) 
+	{
+	    ap_snprintf(intname,sizeof(intname),lngtxt(473),me);
+	    client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+	}		    		    
+	if(client==NULL) return 0x0;
+	listclient=getclientbynick(irccontent);
+	if(listclient==NULL)
+	{
+	    sendtoclient(client->nick,0,lngtxt(474),me,client->nick,irccontent);
+	} else {
+	    sendtoclient(client->nick,0,lngtxt(475),me,client->nick,listclient->nick,listclient->ident,listclient->host);	
+	    ap_snprintf(chanbuf,sizeof(chanbuf),lngtxt(476),me,client->nick,listclient->nick);
+	    chan=intchan;
+	    while(chan!=NULL)
+	    {
+		chanuser=getchannelnick(chan,client->nick);
+		if(chanuser==NULL)
+		{
+		    if(strchr(chan->modes,'s')==NULL && strchr(chan->modes,'p')==NULL) 
+		    {
+			if(getchannelnick(chan,listclient->nick)!=NULL)
+			{
+			    if(strlen(chanbuf)+strlen(chan->name)+1<sizeof(chanbuf))
+			    {
+				strcat(chanbuf,chan->name);
+				strcat(chanbuf," ");
+				gotchan=1;
+			    }
+			}
+		    }
+		}
+		chan=chan->next;
+	    }
+	    if(gotchan==1)
+		sendtoclient(client->nick,0,"%s",chanbuf);
+	    sendtoclient(client->nick,0,lngtxt(477),me,client->nick,listclient->nick,listclient->server);
+	    if(listclient->intuser>0)
+	    {
+		if(user(listclient->intuser)->rights==RI_ADMIN)
+		    sendtoclient(client->nick,0,lngtxt(478),me,client->nick,listclient->nick);
+	    }
+	    sendtoclient(client->nick,0,lngtxt(479),me,client->nick,listclient->nick);
+	}
+    }
+    return 0x0;
+}
+
+/* user received */
+
+int cmdintuser(int usern, int link)
+{
+    struct clientt *client;
+    char *pt,*ept;
+    char nick[64],ident[16],host[200],server[200];
+    if(link>=0 && usern==0)
+    {
+	strmncpy(server,irccontent,sizeof(server));
+	pt=strchr(ircto,' ');
+	if(pt!=NULL)
+	{
+	    *pt=0;
+	    pt++;
+	    strmncpy(nick,ircto,sizeof(nick));
+	    if(strstr(nick,lngtxt(480))==nick)
+	    {
+		ept=nick+5;
+		if(atoi(ept)!=0)
+		{
+		    return 0x0; /* silently ignore Guest Nicks */
+		}
+	    }
+	    ept=strchr(pt,' ');
+	    if(ept!=NULL)
+	    {
+		*ept=0;
+		ept++;
+		strmncpy(ident,pt,sizeof(ident));
+		strmncpy(host,ept,sizeof(host));
+		pt=strchr(host,' ');
+		if(pt!=NULL) *pt=0;
+		client=getclientbynick(nick);
+		if(client!=NULL)
+		{
+		    ap_snprintf(irccontent,sizeof(irccontent),"%d",link);
+#ifdef LINKAGE
+		    cmdrelink(1);
+#endif
+		    sendtoclient(client->nick,link,lngtxt(481),nick,ident,host,client->nick,datalink(link)->iam);
+			p_log(LOG_ERROR,usern,lngtxt(1450),ircnick,ircident,irchost,client->nick,datalink(link)->iam);
+		} else {
+		    createclient(0,nick,ident,host,server);
+		    client=getclientbynick(nick);
+		    ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(482),me,nick,ident,host,server);		    
+		    broadcast(link);
+		}
+	    }
+	}	
+    }
+    else
+    {
+	enteruser(usern,user(usern)->nick,user(usern)->login,user(usern)->nick,me);
+    }
+    return 0x0;
+}
+
+/* set the topic */
+
+int cmdinttopic(int usern, int link)
+{
+    struct uchannelt *chan;
+    struct uchannelusert *chanuser;
+    struct clientt *client;
+    if(link>=0 && usern==0)
+    {
+	chan=getuserchannel(-1,ircto);
+	if(chan!=NULL)
+	{
+	    strmncpy(chan->topic,irccontent,sizeof(chan->topic));
+	    sendtochannel(chan->name,link,"%s",ircbuf);
+	}
+    }
+    else
+    {
+	client=getclientbynumber(usern);
+	if(client==NULL) 
+	{
+	    ap_snprintf(intname,sizeof(intname),lngtxt(483),me);
+	    client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+	}		    		    
+	if(client==NULL) return 0x0;
+	chan=getuserchannel(-1,ircto);
+	if(chan==NULL)
+	{
+	    sendtoclient(client->nick,0,lngtxt(484),me,client->nick,ircto);
+	} else {
+	    chanuser=getchannelnick(chan,client->nick);
+	    if(chanuser==NULL)
+	    {
+		sendtoclient(client->nick,0,lngtxt(485),me,client->nick,ircto);
+	    } else {
+		if(strchr(chanuser->mode,'@')==NULL)
+		{
+		    sendtoclient(client->nick,0,lngtxt(486),me,client->nick,chan->name);
+		} else {
+		    if(strlen(irccontent)>80)
+			irccontent[80]=0;
+		    strmncpy(chan->topic,irccontent,sizeof(chan->topic));
+		    sendtochannel(chan->name,0,lngtxt(487),client->nick,client->ident,client->host,chan->name,chan->topic);			
+		}
+	    }
+	}
+    }
+    return 0x0;
+}
+
+/* add an invite */
+
+int cmdintinvite(int usern, int link)
+{
+    char currentto[200];
+    char nicks[400];
+    struct uchannelt *chan;
+    struct clientt *client;
+    struct uchannelusert *chanuser;
+    char *pt,*pt2;
+    char *ot,*ot2;
+    char *onicks;
+    if(link>=0 && usern==0)
+    {
+	chan=getuserchannel(-1,irccontent);
+	client=getclientbynick(ircnick);
+	if(client==NULL) return 0x0; /* ignore fakes */
+	if(chan==NULL) return 0x0; /* no such channel */
+	chanuser=getchannelnick(chan,ircto);
+	if(chanuser!=NULL) return 0x0;
+	addinvite(chan,ircto);
+	sendtoclient(ircto,link,"%s",ircbuf);
+    } else {
+	client=getclientbynumber(usern);
+	if(client==NULL) 
+    	{	
+	    ap_snprintf(intname,sizeof(intname),lngtxt(488),me);
+	    client=enteruser(usern,user(usern)->nick,user(usern)->login,intname,me);
+	}		    		    
+	if(client==NULL) return 0x0;
+	if(*ircto==0)
+	{
+	    strmncpy(ircto,irccontent,sizeof(ircto));
+	    strmncpy(irccontent,client->nick,sizeof(irccontent));
+	}
+	/* now we got the channels and the clients to kick in ircto, the reason in irccontent */
+	pt=strchr(ircto,' ');
+	if(pt==NULL) return 0x0;
+	*pt=0;
+	pt++;
+	onicks=pt;
+	pt=ircto;
+	while(pt!=NULL)
+	{
+	    pt2=strchr(pt,',');
+	    if(pt2!=NULL)
+	    {
+		*pt2=0;
+		pt2++;
+		if(*pt2==0) pt2=NULL;
+	    }
+	    strmncpy(currentto,pt,sizeof(currentto));
+	    chan=getuserchannel(-1,currentto);
+	    if (chan==NULL)
+		sendtoclient(client->nick,0,lngtxt(489),me,client->nick,currentto);
+	    else
+	    {
+		chanuser=getchannelnick(chan,client->nick);
+		if(chanuser==NULL)
+		    sendtoclient(client->nick,0,lngtxt(490),me,client->nick,currentto);
+		else
+		{
+		    if(strchr(chanuser->mode,'@')==NULL)
+			sendtoclient(client->nick,0,lngtxt(491),me,client->nick,currentto);
+		    else
+		    {
+			strmncpy(nicks,onicks,sizeof(nicks));
+			ot=nicks;
+			while(ot!=NULL)
+			{
+			    ot2=strchr(ot,' ');
+			    if(ot2!=NULL)
+			    {
+				*ot2=0;
+				ot2++;
+				if(*ot2==0) ot2=NULL;				
+			    }
+			    chanuser=getchannelnick(chan,ot);
+			    if(chanuser==NULL)
+			    {
+				sendtoclient(ot,0,lngtxt(492),client->nick,client->ident,client->host,ot,currentto);
+				addinvite(chan,ot);
+			    } else {
+				sendtoclient(client->nick,0,lngtxt(493),me,client->nick,ot,currentto);
+			    }
+			    ot=ot2;
+			}
+		    }
+		}
+	    }
+	    pt=pt2;
+	}
+    }
+    return 0x0;
+}
+
+/* join the network to a link */
+
+int joinintnettolink(int link)
+{
+    struct clientt *client;
+    struct uchannelt *chan;
+    struct uchannelusert *chanuser;
+    struct stringarray *bans;
+    char modeline[1024];
+    char paramline[1024];
+    int modes;
+    pcontext;
+    client=clients;
+    while(client!=NULL)
+    {
+	sendtolink(link,lngtxt(494),client->nick,client->ident,client->host,client->server);
+	client=client->next;
+    }        
+    chan=intchan;
+    while(chan!=NULL)
+    {
+	chanuser=chan->users;
+	ap_snprintf(modeline,sizeof(modeline),lngtxt(495),me,chan->name);
+	paramline[0]=0;
+	modes=0;
+	while(chanuser!=NULL)
+	{
+	    sendtolink(link,lngtxt(496),chanuser->nick,chanuser->ident,chanuser->host,chan->name);
+	    if(chanuser->mode[0]=='@' || chanuser->mode[0]=='+')
+	    {
+		if(modes==3)
+		{
+		    sendtolink(link,lngtxt(497),modeline,paramline);		
+		    ap_snprintf(modeline,sizeof(modeline),lngtxt(498),me,chan->name);
+		    paramline[0]=0;
+		    modes=0;
+		}
+		if(chanuser->mode[0]=='@')
+		    strcat(modeline,"o");
+		else    
+		    strcat(modeline,"v");
+		if(strlen(paramline)+strlen(chanuser->nick)+1<sizeof(paramline))
+		{
+		    strcat(paramline,chanuser->nick);
+		    modes++;
+		    if(modes!=3) strcat(paramline," ");
+		}
+	    }
+	    chanuser=chanuser->next;
+	}
+	if(modes!=0)
+	{
+	    sendtolink(link,lngtxt(499),modeline,paramline);		
+	}
+	ap_snprintf(modeline,sizeof(modeline),lngtxt(500),me,chan->name);
+	paramline[0]=0;
+	modes=0;
+	bans=chan->bans;
+	while(bans!=NULL)
+	{
+	    if(modes==3)
+	    {
+		sendtolink(link,lngtxt(501),modeline,paramline);		
+		ap_snprintf(modeline,sizeof(modeline),lngtxt(502),me,chan->name);
+		paramline[0]=0;
+		modes=0;	    
+	    }
+	    if(strlen(modeline)+1<sizeof(modeline))
+		strcat(modeline,"b");
+	    if(strlen(paramline)+strlen(bans->entry)+1<sizeof(paramline))
+	    {
+		strcat(paramline,bans->entry);
+		strcat(paramline," ");
+	    }
+	    modes++;
+	    bans=bans->next;
+	}
+	if(modes!=0)
+	{
+	    sendtolink(link,lngtxt(503),modeline,paramline);		
+	    modes=0;	    
+	}
+	sendtolink(link,lngtxt(504),me,chan->name,chan->modes);
+	chan=chan->next;
+    }
+    pcontext;
+    return 0x0;
+}
+
+/* remove all specified users of a lost link from the network */
+
+int removeinternal(char *server)
+{
+    char tmpnick[64];
+    struct topologyt *topo;
+    struct clientt *client,*eclient;
+    client=clients;
+    if(strmcmp(server,me)==1) return 0x0; /* dont remove ourselves */
+    while(client!=NULL)
+    {
+	eclient=client->next;
+	if(strmcmp(client->server,server)==1)
+	{
+	    strmncpy(tmpnick,client->nick,sizeof(tmpnick));
+	    sendtochannelsofnick(tmpnick,0,lngtxt(505),client->nick,client->ident,client->host,me,server);
+	    removeclient(tmpnick);	
+	    removenickfromallchannels(-1,tmpnick);
+	} else {
+	    /* collect garbage, extremely needed */
+	    topo=gettopology(client->server);
+	    if(topo==NULL)
+	    {
+		strmncpy(tmpnick,client->nick,sizeof(tmpnick));
+		sendtochannelsofnick(tmpnick,0,lngtxt(506),client->nick,client->ident,client->host,me,server);
+		removeclient(tmpnick);	
+		removenickfromallchannels(-1,tmpnick);
+	    }
+	}
+	client=eclient;
+    }
+    return 0x0;
+}
+
+
+#endif
blob - /dev/null
blob + 34e05d515515c8396c2bb58104f488cca3df8505 (mode 644)
--- /dev/null
+++ src/p_link.c
@@ -0,0 +1,750 @@
+/************************************************************************
+ *   psybnc, src/p_link.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_LINK
+
+#include <p_global.h>
+
+#ifdef LINKAGE
+
+/* look for a link by hostname and port */
+
+int getlink(int peern)
+{
+    int i=1;
+    char *ho;
+    pcontext;
+    while (i<=MAXCONN)
+    {
+	ho=datalink(i)->host;
+	if(strstr(datalink(i)->host,"S=")==datalink(i)->host)
+	    ho+=2;
+	if (strmcmp(ho,newpeer(peern)->host)) 
+	{
+	    if (datalink(i)->port==newpeer(peern)->lnkport)
+		return i;
+	}
+	i++;
+    }
+    return 0x0;
+}
+
+/* look for a link by name */
+
+int getlinkbyname(char *namelink)
+{
+    struct linknodes *th;
+    int i;
+    pcontext;
+    th=linknode;
+    while (th!=NULL)
+    {
+	i=th->uid;
+	if (strlen(datalink(i)->name)==strlen(namelink)) {
+	    if (strstr(datalink(i)->name,namelink)!=NULL) {
+		return i;
+	    }
+	}
+	th=th->next;
+    }
+    return 0x0;
+}
+/* return a new link */
+
+int getnewlink()
+{
+    int i=1;
+    pcontext;
+    D_CREATE=1;
+    while (i<=MAXCONN)
+    {
+	if (datalink(i)->type==0) return i;
+	i++;
+    }
+    return 0x0;
+}
+
+/* linking a relay */
+
+int linkrelayremap(int nlink, int newsocket)
+{
+    datalink(nlink)->outsock=newsocket;
+    return 0x0;
+}
+    
+int linkrelayconnected(int nlink)
+{
+    int tmpsock;
+    pcontext;
+    tmpsock=datalink(nlink)->outsock;
+    ssnprintf(tmpsock,lngtxt(507),datalink(nlink)->iam,datalink(nlink)->iam,datalink(nlink)->iam);
+    ssnprintf(tmpsock,lngtxt(508),datalink(nlink)->iam);
+    p_log(LOG_INFO,-1,lngtxt(509),datalink(nlink)->iam);
+    return 0x0;
+}
+
+int errorrelaylink(int nlink, int errn)
+{
+    struct socketnodes *lkm;
+    pcontext;
+    p_log(LOG_ERROR,-1,lngtxt(510),datalink(nlink)->iam);
+    lkm=getpsocketbysock(datalink(nlink)->outsock);
+    if(lkm!=NULL)
+    {
+	lkm->sock->errorhandler=NULL;
+	killsocket(datalink(nlink)->outsock);
+    }
+    lkm=getpsocketbysock(datalink(nlink)->insock);
+    if(lkm!=NULL)
+    {
+	lkm->sock->errorhandler=NULL;
+	killsocket(datalink(nlink)->insock);
+    }
+    datalink(nlink)->instate=STD_NOCON;
+    datalink(nlink)->outstate=STD_NOCON;
+    datalink(nlink)->insock=0;
+    datalink(nlink)->outsock=0;
+    return -1;
+}
+
+int killrelaylink(int nlink)
+{
+    struct socketnodes *lkm;
+    pcontext;
+    p_log(LOG_WARNING,-1,lngtxt(511),datalink(nlink)->iam);
+    lkm=getpsocketbysock(datalink(nlink)->outsock);
+    if(lkm!=NULL)
+    {
+	lkm->sock->destructor=NULL;
+	killsocket(datalink(nlink)->outsock);
+    }
+    lkm=getpsocketbysock(datalink(nlink)->insock);
+    if(lkm!=NULL)
+    {
+	lkm->sock->destructor=NULL;
+	killsocket(datalink(nlink)->insock);
+    }
+    datalink(nlink)->instate=STD_NOCON;
+    datalink(nlink)->outstate=STD_NOCON;
+    datalink(nlink)->insock=0;
+    datalink(nlink)->outsock=0;
+    return -1;
+}
+
+
+/* link connected */
+
+int connectedlink(int nlink)
+{
+    int tmpsock;
+    pcontext;
+    tmpsock=datalink(nlink)->outsock;
+    ssnprintf(tmpsock,lngtxt(512),datalink(nlink)->name,socketnode->sock->sport);
+    if (*datalink(nlink)->pass==0)
+    {
+	strmncpy(datalink(nlink)->pass,randstring(15),sizeof(datalink(nlink)->pass));
+	writelink(nlink);
+    }
+    ssnprintf(tmpsock,lngtxt(513),datalink(nlink)->pass);
+    ssnprintf(tmpsock,lngtxt(514),me,me);
+#ifdef PARTYCHANNEL
+    ssnprintf(tmpsock,lngtxt(515));
+#endif
+#ifdef INTNET
+    joinintnettolink(nlink);
+#endif
+    ssnprintf(tmpsock,lngtxt(516));
+    p_log(LOG_INFO,-1,lngtxt(517),
+	nlink,datalink(nlink)->host,datalink(nlink)->port);
+    return 0x0;
+}
+
+int linkremap(int nlink,int newsocket)
+{
+    pcontext;
+    datalink(nlink)->outsock=newsocket;
+    return -1;
+}
+
+int errorlink(int nlink,int errn)
+{
+    pcontext;
+    p_log(LOG_ERROR,-1,lngtxt(518),
+	nlink,datalink(nlink)->host,datalink(nlink)->port);
+    currentsocket->sock->destructor=NULL;
+    killsocket(datalink(nlink)->outsock);
+    datalink(nlink)->outstate=STD_NOCON;
+    return -1;
+}
+
+int killedlink(int nlink)
+{
+    pcontext;
+    p_log(LOG_WARNING,-1,lngtxt(519),
+	nlink,datalink(nlink)->host,datalink(nlink)->port);
+    sysparty(lngtxt(520),datalink(nlink)->iam);
+    killsocket(datalink(nlink)->outsock);
+    datalink(nlink)->outstate=STD_NOCON;
+    removetopology(me,datalink(nlink)->iam,lostlink);
+    return -1;
+}
+
+/* the simplest way of the proxy - the relay handling */
+
+int relay(int nlink)
+{
+    pcontext;
+    if(currentsocket->sock->syssock==datalink(nlink)->outsock)
+	writesock(datalink(nlink)->insock,ircbuf);
+    if(currentsocket->sock->syssock==datalink(nlink)->insock)
+	writesock(datalink(nlink)->outsock,ircbuf);
+    return 0x0;
+}
+
+/* process a single link */
+
+int processlink(int nlink, int sock, int state)
+{
+    struct usernodes *th;
+    struct linknodes *lh;
+    int rc;
+    char *pt,*pt2;
+#ifdef PARTYCHANNEL
+    int rr = 0;
+    char buf[600] = "";
+    char buf1[400] = "";
+#endif
+    char l;
+    char o[]="->";
+    char i[]="<-";
+    char r[]="R ";
+    char sic[500];
+    int last;
+    pcontext;
+    if (state!=STD_CONN) return 0x0;
+    parse();
+    pcontext;
+    if (!ifcommand("IAM") && !ifcommand(lngtxt(521))) broadcast(nlink); /* if its the IAM message, it does NOT
+						get broadcasted */
+    pcontext;
+    pt=strchr(ircto,'@');
+#ifdef PARTYCHANNEL
+    if(pt==NULL) pt=strchr(ircto,'*');
+#endif
+    pcontext;
+    if (pt!=NULL) 
+    {
+	*pt=0;
+	pt++;
+	if (strmcmp(pt,me)!=0 || (*ircto=='*' && strlen(pt)==1))
+	{
+	    pcontext;
+	    if (ifcommand(lngtxt(522)))
+	    {
+		rc=checkuser(ircto);
+		if (rc==0)
+		{
+		    ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(523),me,ircnick,irchost,ircto);
+		    broadcast(0);	    
+		    return 0x0;
+		}
+#ifdef PARTYCHANNEL
+		ssnprintf(user(rc)->insock,lngtxt(524),ircnick,irchost,user(rc)->nick,irccontent);
+#else
+		ssnprintf(user(rc)->insock,lngtxt(525),ircnick,irchost,user(rc)->nick,irccontent);
+#endif
+		return 0x0;
+	    }
+	    pcontext;
+	    if (ifcommand(lngtxt(526)))
+	    {
+		if(strstr(irccontent,o)!=NULL || strstr(irccontent,i)!=NULL) /* this is a listlink for the topology */
+		{
+		    pt=strchr(irccontent,'[');
+		    if(pt!=NULL)
+		    {
+			pt++;
+			pt2=strstr(pt,"]*");
+			if(pt2!=NULL)
+			{
+			    *pt2=0;
+			    strmncpy(sic,pt,sizeof(sic)); /* in sic we got the first linker */
+			    pt2++;
+			    pt=strstr(pt2,o);
+			    if(pt==NULL) pt=strstr(pt2,i);
+			    if(pt==NULL) return 0x0;		    
+			    pt2=strchr(pt+3,' ');
+			    if(pt2!=NULL)
+			    {
+				*pt2=0;
+				if(strstr(pt,o)==pt)
+				{
+				    pt+=3;
+				    addtopology(sic,pt);
+				} else {
+				    pt+=3;
+				    addtopology(pt,sic);
+				}
+				return 0x0;
+			    }
+			}
+		    }
+		}
+		pcontext;
+#ifdef PARTYCHANNEL
+		if(strstr(ircbuf,lngtxt(527))==ircbuf)
+		{
+		    if(*ircto=='*') /* systemrequest */
+		    {
+			pt=strchr(irccontent,']');
+			if(pt!=NULL)
+			{
+			    pt+=2;
+			    if(*pt=='*')
+			    {
+				pt2=strchr(pt,'(');
+				if (pt2!=NULL)
+				{
+				    pt+=2;
+				    *pt2=0;
+				    ap_snprintf(buf,sizeof(buf),lngtxt(528),pt,irchost);
+				    if(partyadd(buf)==1)
+				    {
+					ap_snprintf(buf1,sizeof(buf1),"%s%s\r\n",lngtxt(529),PARTYCHAN);
+					ap_snprintf(buf,sizeof(buf),buf1,pt,irchost,pt,irchost);
+					th=usernode;
+					while(th!=NULL)
+					{
+					    rc=th->uid;
+					    if(user(rc)->instate==STD_CONN && user(rc)->sysmsg==1 && user(rc)->parent==0)
+					    {
+						writesock(user(rc)->insock,buf);
+					    }
+					    th=th->next;
+					}
+					return 0x0;
+				    }
+				}
+			    }
+			}
+		    }
+		}
+#endif
+		rc=checkuser(ircto);
+		if (rc!=0)
+		{
+		    ssnprintf(user(rc)->insock,lngtxt(530),ircnick,user(rc)->nick,irccontent);
+		    return 0x0;
+		}
+	    }
+	}
+    }
+    pcontext;
+    if (ifcommand("IAM"))
+    {
+	if(*ircnick==0 || strchr(ircnick,' ')!=NULL || strchr(ircnick,'@')!=NULL || strchr(ircnick,'*')!=NULL)
+	{
+	    sysparty(lngtxt(531));
+	    killsocket(sock);
+	    datalink(nlink)->instate=STD_NOCON;
+	    datalink(nlink)->outstate=STD_NOCON;
+	    datalink(nlink)->insock=0;
+	    datalink(nlink)->outsock=0;
+	    clearlink(nlink);
+	    eraselinkini(nlink);
+	    return 0x0;
+	}
+	strmncpy(datalink(nlink)->iam,ircnick,sizeof(datalink(nlink)->iam));
+	addtopology(me,datalink(nlink)->iam);
+	writelink(nlink);
+    }
+    pcontext;
+    if (ifcommand(lngtxt(532)))
+    {
+	if (strmcmp(me,ircto)!=0)
+	{
+	    p_log(LOG_ERROR,-1,lngtxt(533),
+	      nlink,datalink(nlink)->host,datalink(nlink)->port);
+	    killsocket(sock);
+	    removetopology(me,datalink(nlink)->iam,lostlink);
+	    datalink(nlink)->instate=STD_NOCON;
+	    datalink(nlink)->outstate=STD_NOCON;
+	    datalink(nlink)->insock=0;
+	    datalink(nlink)->outsock=0;
+	    clearlink(nlink);
+	    eraselinkini(nlink);
+	    return 0x0;	
+	}
+    }
+    pcontext;
+    if (ifcommand(lngtxt(534)))
+    {
+	th=usernode;
+	while (th!=NULL) {
+	    rc=th->uid;
+	    if ((user(rc)->instate==STD_CONN && user(rc)->parent==0 && user(rc)->sysmsg==1) || rc==1)
+	    {
+		strmncpy(sic,irccontent,sizeof(sic));
+#ifdef PARTYCHANNEL
+		strmncpy(irccommand,lngtxt(535),sizeof(irccommand));
+		strmncpy(ircto,PARTYCHAN,sizeof(ircto));
+		if(strlen(ircto+1)<sizeof(ircto))
+		    strcat(ircto," ");
+#endif
+		/* keeping being compatible with earlier versions requires this */
+		if(strlen(ircnick)==6 && strstr(ircnick,lngtxt(536))==ircnick)
+		{
+#ifdef PARTYCHANNEL
+		    if(strstr(irccontent,lngtxt(537))!=NULL)
+		    {
+			pt=strstr(irccontent,lngtxt(538));
+			if(pt!=NULL)
+			{
+			    pt+=5;
+			    pt2=strchr(pt,' ');
+			    if (pt2!=NULL) *pt2=0;
+			    strmncpy(ircnick,pt,sizeof(ircnick));
+			    ap_snprintf(buf,sizeof(buf),lngtxt(539),pt,irchost);
+			    strcpy(irccommand,"JOIN");
+			    strmncpy(irccontent,PARTYCHAN,sizeof(irccontent));
+			    *ircto=0;
+			    if(rr==0) { partyadd(buf); rr=1; }
+			}
+		    }
+		    if(strstr(irccontent,lngtxt(540))!=NULL)    
+		    {
+			pt=strstr(irccontent,lngtxt(541));
+			if(pt!=NULL)
+			{
+			    pt+=5;
+			    pt2=strchr(pt,' ');
+			    if (pt2!=NULL) *pt2=0;
+			    strmncpy(ircnick,pt,sizeof(ircnick));
+			    ap_snprintf(buf,sizeof(buf),lngtxt(542),pt,irchost);
+			    strcpy(irccommand,"PART");
+			    strmncpy(irccontent,lngtxt(543),sizeof(irccontent));
+			    if(rr==0) { partyremove(buf); rr=1; }
+			}
+		    }
+#endif
+		    if(strstr(irccontent,lngtxt(544))==irccontent)
+		    {
+			ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(545),me);
+			broadcast(0);
+			return 0x0;
+		    }
+		    if(strstr(irccontent,lngtxt(546))==irccontent)    
+		    {
+			pt=irccontent+11;
+			pt2=strchr(pt,')');
+			if(pt2!=NULL) *pt2=0;
+			removetopology(irchost,pt,lostlink);
+			if(pt2!=NULL) *pt2=')';
+		    }
+		}
+#ifdef PARTYCHANNEL
+		ap_snprintf(buf,sizeof(buf),lngtxt(547),
+						    ircnick,irchost,ircnick,irchost,
+						    irccommand,ircto,irccontent);
+		if(user(rc)->instate==STD_CONN && user(rc)->parent==0 && user(rc)->sysmsg==1)
+		    writesock(user(rc)->insock,buf);						    
+#endif	
+		ap_snprintf(irccontent,sizeof(irccontent),"%s",sic);
+	    }
+	    th=th->next;
+	}	
+	return 0x0;
+    }
+    pcontext;
+    if (ifcommand("BWHO"))
+    {
+	th=usernode;
+	while (th!=NULL) {
+	    rc=th->uid;last=0;
+	    if (user(rc)->instate!=STD_NOUSE)
+	    {
+	       if (user(rc)->parent != 0) l='^'; else { l='*';last=1; }
+	       if (user(rc)->sysmsg == 0) l='+';
+	       if (*user(rc)->host==0) l=' '; else last=0;
+	       if(last==1)
+      	           ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(548),me,ircnick,irchost,me,l,user(rc)->login,user(rc)->nick,user(rc)->network,user(rc)->server,user(rc)->user,user(rc)->last);
+	       else	 
+      	           ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(549),me,ircnick,irchost,me,l,user(rc)->login,user(rc)->nick,user(rc)->network,user(rc)->server,user(rc)->user);
+	       broadcast(0);						    
+	    }
+	    th=th->next;
+	}
+	return 0x0;	
+    }
+    pcontext;
+    if (ifcommand(lngtxt(550)))
+    {
+	lh=linknode;	
+	while (lh!=NULL)
+	{	
+	    rc=lh->uid;
+	    l=' ';
+	    if (datalink(rc)->type!=0)
+	    {
+		if (datalink(rc)->type==LI_LINK) 
+		{
+		    pt=o;
+		    if (datalink(rc)->outstate==STD_CONN) l='*';
+		}
+		if (datalink(rc)->type==LI_ALLOW) 
+		{
+		    if (datalink(rc)->instate==STD_CONN) l='*';
+		    pt=i;
+		}
+		if (datalink(rc)->type==LI_RELAY) { pt=r; l='*';}
+		ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(551),me,ircnick,irchost,me,l,rc,pt,datalink(rc)->iam,datalink(rc)->host,datalink(rc)->port); 
+		broadcast(0);
+	    }    
+	    lh=lh->next;
+	}
+	return 0x0;
+    }
+    pcontext;
+#ifdef PARTYCHANNEL
+    if (ifcommand(lngtxt(552)))
+    {
+	strmncpy(partytopic,irccontent,sizeof(partytopic));
+	th=usernode;
+	while (th!=NULL) {
+	    rc=th->uid;
+	    if (user(rc)->instate==STD_CONN && user(rc)->parent==0)
+	    {
+	       ap_snprintf(buf1,sizeof(buf1),"%s%s%s",lngtxt(553),PARTYCHAN,lngtxt(554));
+  	       ssnprintf(user(rc)->insock,buf1,
+	                       ircnick,irchost,ircnick,irchost,irccontent);
+	    }
+	    th=th->next;
+	}
+    }
+#endif
+#ifdef INTNET
+    if (ifcommand(lngtxt(555)))
+    {
+	pt=strchr(ircbuf,'\r');
+	if(pt==NULL) pt=strchr(ircbuf,'\n');
+	if(pt!=NULL) *pt=0;
+	strmncpy(ircbuf,rtrim(irccontent),sizeof(ircbuf));
+	internalinbound(0,nlink);
+    }
+#endif
+    pcontext;
+    return 0x0;
+}
+
+/* Destructor for the link checking */
+
+int checklinkkill(int nlink,int errn)
+{
+    int sock;
+    pcontext;
+    if(datalink(nlink)->type==LI_ALLOW)
+	sock=datalink(nlink)->insock;
+    else
+	sock=datalink(nlink)->outsock;
+    sysparty(lngtxt(556),datalink(nlink)->iam);
+    p_log(LOG_WARNING,-1,lngtxt(557),nlink);
+    killsocket(sock);
+    datalink(nlink)->instate=STD_NOCON;
+    datalink(nlink)->outstate=STD_NOCON;
+    datalink(nlink)->insock=0;
+    datalink(nlink)->outsock=0;
+    removetopology(me,datalink(nlink)->iam,lostlink);
+    return 0x0;
+}
+
+/* error handler for the link checking */
+
+int checklinkerror(int nlink,int errn)
+{
+    checklinkkill(nlink, errn);
+    currentsocket->sock->destructor=NULL;
+    return 0x0;
+}
+
+/* checking a single linktraffic */
+
+int checklinkdata (int nlink)
+{
+    pcontext;
+    if (datalink(nlink)->type==0) return 0x0;
+    if (datalink(nlink)->instate!=STD_CONN && datalink(nlink)->outstate!=STD_CONN) return 0x0;
+    if (datalink(nlink)->type==LI_RELAY)
+	relay(nlink);
+    if (datalink(nlink)->type==LI_LINK)
+	processlink(nlink,datalink(nlink)->outsock,datalink(nlink)->outstate);
+    if (datalink(nlink)->type==LI_ALLOW)
+	processlink(nlink,datalink(nlink)->insock,datalink(nlink)->instate);
+    return 0x0;
+}
+
+/* linking a relay */
+
+int linkrelay(int npeer, int rootlink)
+{
+    int tmpsock;
+    struct socketnodes *lkm;
+    char *ho;
+    char vsl[10];
+    int issl=SSL_OFF;
+    int nlink;
+    int proto=AF_INET;
+    pcontext;
+    vsl[0]=0;
+#ifdef HAVE_SSL
+    if(strstr(newpeer(npeer)->server,"S=")==newpeer(npeer)->server)
+    {
+	issl=SSL_ON;
+	ho=newpeer(npeer)->server+2;
+	strcpy(vsl,"SSL-");
+    } else
+#endif
+	ho=newpeer(npeer)->server;
+    p_log(LOG_INFO,-1,lngtxt(558),
+	 vsl,
+         newpeer(npeer)->login,
+	 datalink(rootlink)->name,
+	 newpeer(npeer)->host,
+	 newpeer(npeer)->lnkport,
+	 ho,
+	 newpeer(npeer)->port,
+	 newpeer(npeer)->vhost);
+    lkm=getpsocketbysock(newpeer(npeer)->insock);
+    if(lkm!=NULL)
+    {
+	lkm->sock->flag=SOC_CONN;
+	lkm->sock->param=npeer;
+	lkm->sock->constructor=NULL;
+	lkm->sock->constructed=NULL;
+	lkm->sock->handler=checklinkdata;
+	lkm->sock->errorhandler=errorrelaylink;
+	lkm->sock->destructor=killrelaylink;
+    }
+    tmpsock=createsocket(0,ST_CONNECT,0,SGR_NONE,NULL,linkrelayconnected,errorrelaylink,checklinkdata,killrelaylink,linkrelayremap,proto,issl);
+    tmpsock=connectto(tmpsock,ho,newpeer(npeer)->port,newpeer(npeer)->vhost);
+    if (tmpsock!=0)
+    {
+	nlink=getnewlink();
+	if (nlink==0) {
+	    killsocket(tmpsock);
+	    p_log(LOG_ERROR,-1,lngtxt(559));
+	    return -1;
+        }
+        datalink(nlink)->type=LI_RELAY;
+        datalink(nlink)->instate=STD_CONN;
+        datalink(nlink)->insock=newpeer(npeer)->insock;
+        strmncpy(datalink(nlink)->iam,newpeer(npeer)->nick,sizeof(datalink(nlink)->iam));
+        strmncpy(datalink(nlink)->host,newpeer(npeer)->host,sizeof(datalink(nlink)->host));
+        strmncpy(datalink(nlink)->pass,newpeer(npeer)->pass,sizeof(datalink(nlink)->pass));
+        strmncpy(datalink(nlink)->name,newpeer(npeer)->name,sizeof(datalink(nlink)->name));
+        datalink(nlink)->port=datalink(nlink)->port;
+        datalink(nlink)->outstate=STD_CONN;
+        datalink(nlink)->outsock=tmpsock;
+	if(lkm) lkm->sock->param=nlink;
+        lkm=getpsocketbysock(tmpsock);
+        if(lkm!=NULL)
+        {
+    	    lkm->sock->flag=SOC_SYN;
+    	    lkm->sock->param=nlink;
+        }
+	clearpeer(npeer);
+	return 0x0;
+    }
+    p_log(LOG_ERROR,-1,lngtxt(560),newpeer(npeer)->server,newpeer(npeer)->port);
+    killsocket(newpeer(npeer)->insock);
+    return -1;
+}
+
+/* connect a single link */
+
+int connectlink(int nlink)
+{
+    int tmpsock;
+    int proto=AF_INET;
+    int issl=SSL_OFF;
+    char vsl[10];
+    char *ho;
+    pcontext;
+    vsl[0]=0;
+    if (datalink(nlink)->type!=LI_LINK)
+	return 0x0;
+    if (datalink(nlink)->outstate==STD_CONN)
+	return 0x0;
+    if (datalink(nlink)->delayed>0)
+    {
+	datalink(nlink)->delayed-=1;
+	return 0x0;
+    }
+#ifdef HAVE_SSL
+    if(strstr(datalink(nlink)->host,"S=")==datalink(nlink)->host)
+    {
+	ho=datalink(nlink)->host+2;
+	issl=SSL_ON;
+	strcpy(vsl,"SSL-");
+    } else
+#endif
+	ho=datalink(nlink)->host;
+    datalink(nlink)->delayed=0;
+    p_log(LOG_INFO,-1,lngtxt(561),vsl,nlink,ho,datalink(nlink)->port);
+    /* we got a server and a port */
+    tmpsock=createsocket(0,ST_CONNECT,nlink,SGR_NONE,NULL,connectedlink,errorlink,checklinkdata,killedlink,linkremap,proto,issl);
+    if (tmpsock!=0)
+    {
+	datalink(nlink)->outstate=STD_CONN;
+	datalink(nlink)->outsock=tmpsock;
+    }
+    tmpsock=connectto(tmpsock,ho,datalink(nlink)->port,NULL);
+    if(tmpsock!=0)
+	return 0x1;
+    p_log(LOG_ERROR,-1,lngtxt(562),nlink,datalink(nlink)->host,datalink(nlink)->port);
+    datalink(nlink)->outstate=STD_NOCON;
+    return -1;
+}
+
+#endif
+
+/* checking unconnected links */
+
+int checklinks()
+{
+#ifdef LINKAGE
+    struct linknodes *th;
+    static int lastlink;
+    int i;
+    pcontext;
+    th=linknode;
+    while (th!=NULL)
+    {
+	i=th->uid;
+	if (i != lastlink && connectlink(i)==1) {
+	    lastlink=i;
+	    return 0x0;
+	}
+	th=th->next;
+    }
+    lastlink=-1;
+#endif
+    return 0x0;
+}
blob - /dev/null
blob + 60b8c8966f000dbedcc8266718c1196921dc518b (mode 644)
--- /dev/null
+++ src/p_log.c
@@ -0,0 +1,428 @@
+/************************************************************************
+ *   psybnc, src/p_log.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_LOG
+
+#include <p_global.h>
+
+/* write to log */
+
+int __log (char *what, int usern,int level) {
+  char tx [20];
+  time_t tm;
+  time ( &tm );
+  strmncpy(tx,ctime( &tm ),sizeof(tx));
+#ifndef NOLOG
+  if(mainlog==NULL)
+     mainlog = fopen(logfile,"a");
+  if(level>=LOGLEVEL && mainlog!=NULL)
+  {
+      fprintf(mainlog,lngtxt(563),tx,what);
+      fflush(mainlog);
+  }
+  if(usern==-1)
+    noticeall(RI_ADMIN,lngtxt(564),tx,what);
+  else
+    systemnotice(usern,lngtxt(565),tx,what);
+#endif
+  return 0x0;
+}
+
+/* log with format */
+
+int 
+p_log(int level, int usern, char *format,...)
+{
+    static char buf[1024];
+    va_list va;
+    if(inwrite==1) return 0x0; /* if we bug here, we wont iterate */
+    inwrite=1;
+    va_start(va,format);
+    ap_vsnprintf(buf,sizeof(buf),format,va);
+    __log(buf,usern,level);
+    va_end(va);
+    inwrite=0;
+    return strlen(buf);
+}
+
+/* check for privatelog and the existance of salt.h */
+
+int checkforlog ( int usern ) {
+  char fname[40];
+  FILE *log;
+  pcontext;
+  strmncpy(fname,lngtxt(566),sizeof(fname));
+  if ((log = fopen(fname,"r")) != NULL) {
+     fclose(log);
+     /* if founder logs on, tell him to move salt.h from the bouncer to a safe place */
+     if (usern==1) {
+        ssnprintf(user(usern)->insock,lngtxt(567),user(usern)->nick);
+     }
+  }
+  ap_snprintf(fname,sizeof(fname),lngtxt(568),usern);
+  if ((log = fopen(fname,"r")) == NULL) {
+     pcontext;
+     return 0x0;
+  }
+  fclose(log);
+  pcontext;
+  return 1;
+}
+
+/* write to privatelog */
+
+int privatelog ( int usern ) {
+  char tx [20];
+  char fname[40];
+  char noact='\x01';
+  int uid;
+  FILE *log;
+  time_t tm;
+  pcontext;
+#ifdef NOLOG
+  return 0x0;
+#endif
+  if(strchr(irccontent,noact)!=NULL) return 0x0; /* dont log actions, ctcps */
+  if(strchr(ircfrom,'@')==NULL) return 0x0; /* dont log servermsgs/notices */
+  uid=usern;
+  if (user(uid)->parent !=0) uid=user(usern)->parent;
+  if (strlen(ircnick) == strlen(user(usern)->nick)) {
+     if (strstr(ircnick,user(usern)->nick)) return -1;
+  }     
+  time ( &tm );
+  ap_snprintf(fname,sizeof(fname),lngtxt(573),uid);
+  strmncpy(tx, ctime( &tm ), sizeof(tx));
+  log = fopen(fname,"a");
+  if(log!=NULL)
+  {
+      fprintf(log,lngtxt(574),user(usern)->network,tx,ircfrom,irccontent);
+      fclose(log);
+  }
+  return 0x0;
+}
+
+/* play private log */
+
+int playprivatelog ( int usern ) {
+  char buf [4200];
+  char *pt;
+  char fname[40];
+  FILE *log;
+  int userp;
+  pcontext;
+  if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+  if (checkforlog(usern) == 0) return 0x0;
+  ap_snprintf(fname,sizeof(fname),lngtxt(575),usern);
+  if ((log = fopen(fname,"r"))==NULL) return 0x0;
+  ssnprintf(user(usern)->insock,lngtxt(576),user(usern)->nick);
+  while(fgets(buf,sizeof(buf),log)) {
+      pt=buf;
+      if(*pt=='~') pt++; /* stripping none-network msgs */
+      ssnprintf(user(usern)->insock,lngtxt(577),user(userp)->nick,pt);
+  }      
+  ssnprintf(user(usern)->insock,lngtxt(578),user(userp)->nick);
+  fclose(log);
+  return 0x0;
+}
+
+/* play main log */
+
+int playmainlog ( int usern ) {
+  char buf [4200];
+  FILE *log;
+  int userp;
+  pcontext;
+  if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+  if (user(userp)->rights != RI_ADMIN) {
+      ssnprintf(user(usern)->insock,lngtxt(579),user(userp)->nick);
+      return 0x0;
+  }
+  if(mainlog!=NULL) fclose(mainlog);
+  if ((log = fopen(logfile,"r")) == NULL) {
+     mainlog=NULL;
+     return 0x0;
+  }
+  ssnprintf(user(usern)->insock,lngtxt(580),user(userp)->nick);
+  while(fgets(buf,sizeof(buf),log)) {
+      ssnprintf(user(usern)->insock,lngtxt(581),user(userp)->nick,buf);
+  }      
+  ssnprintf(user(usern)->insock,lngtxt(582),user(userp)->nick);
+  fclose(log);
+  mainlog=NULL;
+  return 0x0;
+}
+
+#ifdef TRAFFICLOG
+
+/* play traffic log */
+
+int playtrafficlog ( int usern ) 
+{
+  char source[8192];
+  char src2[8192];
+  char filter[8192];
+  char buf [4200];
+  char fname[40];
+  int last=0;
+  int rc=0;
+  char *pt,*ept;
+  int fyy=0,fmm=0,fdd=0,tyy=0,tmm=0,tdd=0,fh=0,fs=0,fm=0,th=0,ts=0,tm=0;
+  int xyy,xmm,xdd,xh,xm,xs;
+  FILE *log;
+  int userp;
+  pcontext;
+  if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+  ap_snprintf(fname,sizeof(fname),lngtxt(583),usern);
+  if(*irccontent==0) 
+  {
+      ap_snprintf(buf,sizeof(buf),lngtxt(584),user(userp)->nick);
+      writesock(user(usern)->insock,buf);
+      return 0x0;
+  }
+  if(strstr(irccontent,"last")==irccontent)
+  {
+      last=1;
+  }
+  pt=strchr(ircbuf,' ');
+  if (pt!=NULL)
+  {
+      pt++;
+      ept=pt;
+      if(last!=1)
+          rc=sscanf(pt,lngtxt(585),
+             source,&fmm,&fdd,&fyy,&fh,&fm,&fs,&tmm,&tdd,&tyy,&th,&tm,&ts,filter);
+      if (rc==14 || last==1)
+      {
+	  if(last==1)
+	  {
+	      filter[0]='*';
+	      filter[1]=0;
+	  } else {
+	      pt=strchr(filter,'\r');
+	      if(pt==NULL) pt=strchr(filter,'\n');
+	      if(pt!=NULL) *pt=0;
+	      if(fyy<80) fyy+=2000; else fyy+=1900;
+	      if(tyy<80) tyy+=2000; else tyy+=1900;
+	      ucase(source);
+	  }
+          if(user(usern)->trafficlog!=NULL)
+              fclose(user(usern)->trafficlog);
+	  if ((log=fopen(fname,"r"))!=NULL) 
+	  {
+	      if(last==1)
+	      {
+	          fseek(log,user(usern)->lastlog,SEEK_SET);
+	      }
+	      if(last==1)
+	      {
+	         ap_snprintf(buf,sizeof(buf),lngtxt(586));
+	      } else {
+	         ap_snprintf(buf,sizeof(buf),lngtxt(587),
+	               source,source,fyy,fmm,fdd,fh,fm,fs,tyy,tmm,tdd,th,tm,ts,filter);
+	      }
+              writesock(user(usern)->insock,buf);
+              while(fgets(buf,sizeof(buf),log)) {
+	          if(last!=1)
+	              rc=sscanf(buf,lngtxt(588),&xyy,&xmm,&xdd,&xh,&xm,&xs,src2);
+	          if (rc==7 || last==1)	
+	          {
+		    if(last!=1)
+		    {
+		      if(xyy<80) xyy+=2000; else xyy+=1900;
+		      pt=strchr(src2,':');
+		      if(pt!=NULL) *pt=0;
+		      ucase(src2);
+		      /* is it in range ? */
+		      if(xyy>tyy) break;
+		      if(xyy==tyy && xmm>tmm) break;
+		      if(xyy==tyy && xmm==tmm && xdd>tdd) break;
+		      if(xyy==tyy && xmm==tmm && xdd==tdd && xh>th) break;
+		      if(xyy==tyy && xmm==tmm && xdd==tdd && xh==th && xm>tm) break;
+		      if(xyy==tyy && xmm==tmm && xdd==tdd && xh==th && xm==tm && xs>ts) break;
+		    }        
+		    if(((xyy>fyy || (xyy==fyy && xmm>fmm) || (xyy==fyy && xmm==fmm && xdd>fdd) ||
+		          (xyy==fyy && xmm==fmm && xdd==fdd && xh>fh) ||
+		          (xyy==fyy && xmm==fmm && xdd==fdd && xh==fh && xm>fm) ||
+		          (xyy==fyy && xmm==fmm && xdd==fdd && xh==fh && xm==fm && xs>=fs)) && 
+		          strmncasecmp(source,src2)) || last==1)
+		      {
+		          pt=strchr(buf,':');
+		          if(pt!=NULL)
+		          {
+		              pt++;
+		              pt=strchr(pt,':');
+		              if (pt!=NULL)
+		              {
+		                  pt++;
+			          if(*filter=='*' || strstr(pt,filter)!=NULL)
+                                      writesock(user(usern)->insock,pt);
+		              }
+		          }
+		      }
+	          }
+              }
+	      if(last==1)
+	      {
+	          user(usern)->lastlog=ftell(log);
+	          writeuser(usern);
+	      }      
+	      if(last==1)
+	          ssnprintf(user(usern)->insock,lngtxt(589));
+	      else
+	          ssnprintf(user(usern)->insock,lngtxt(590),source,filter);
+	      fclose(log);
+	      user(usern)->trafficlog=fopen(fname,"a");
+	      return 0x0;
+	  }
+      }
+  }
+  ssnprintf(user(usern)->insock,lngtxt(591),user(userp)->nick);
+  return 0x0;
+}
+
+#endif
+
+/* creating backup file */
+
+int oldfile(char *fname)
+{
+  char oldf[100];
+  pcontext;
+  ap_snprintf(oldf,sizeof(oldf),lngtxt(592),fname);
+  rename (fname,oldf);
+  return 0x0;
+}
+
+/* backup private log */
+
+int eraseprivatelog ( int usern ) {
+  char fname[40];
+  int userp;
+  pcontext;
+  if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+  ap_snprintf(fname,sizeof(fname),lngtxt(593),usern);
+  oldfile(fname);
+  ssnprintf(user(usern)->insock,lngtxt(594),user(userp)->nick);
+  return 0x0;
+}
+
+/* backup main log */
+
+int erasemainlog ( int usern ) {
+  int userp;
+  pcontext;
+  if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+  if (user(userp)->rights != RI_ADMIN) {
+      ssnprintf(user(usern)->insock,lngtxt(595),user(userp)->nick);
+      return 0x0;
+  }
+  if(mainlog!=NULL) fclose(mainlog);
+  mainlog=NULL;
+  oldfile(logfile);
+  ssnprintf(user(usern)->insock,lngtxt(596),user(usern)->nick);
+  return 0x0;
+}
+
+#ifdef TRAFFICLOG
+
+/* erase traffic log */
+
+int erasetrafficlog ( int usern ) {
+  char fname[40];
+  int userp;
+  pcontext;
+  if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+  if(user(usern)->trafficlog!=NULL)
+  {
+      fclose(user(usern)->trafficlog);
+      ap_snprintf(fname,sizeof(fname),lngtxt(597),usern);
+      unlink(fname);
+      user(usern)->lastlog=0;
+      user(usern)->trafficlog=fopen(fname,"a");
+      ssnprintf(user(usern)->insock,lngtxt(598),user(usern)->nick);
+  } else {
+      ssnprintf(user(usern)->insock,lngtxt(599),user(usern)->nick);
+  }    
+  return 0x0;
+}
+
+/* checks, if an entry has to be logged and does, if */
+
+int checklogging(int usern)
+{
+    static char buf[400];
+    char *dest;
+    char *filter;
+    char *somp;
+    int entry=0;
+    int tried=0;
+    static char fname[40];
+    struct tm *xtm;
+    time_t tm;
+    int iyear;
+    struct stringarray *th;
+    pcontext;
+    time( &tm );
+    xtm=localtime(&tm);
+    while(1)
+    {
+	th=user(usern)->logs;
+	if(th==NULL) return 0x0;
+	somp=getstring(entry,th);
+	if(somp==NULL) return 0x0;
+	strmncpy(buf,somp,sizeof(buf));
+	dest=strchr(buf,';');
+	if(dest!=NULL)
+	{
+	    *dest++=0;
+	    filter=buf;
+	    ucase(dest);
+	    ucase(ircto);
+	    if(strmcmp(dest,ircto) || strmcmp(irccommand,LOG_QUIT)) /* dest doesn't match ircto in case of a QUIT event */
+	    {
+		    if (*filter=='*' || strstr(ircbuf,filter)!=NULL)
+		    {
+			iyear=xtm->tm_year;
+			if(iyear<80) iyear=iyear+2000; /* from 00-79 = 2000-2079 */
+			if(iyear<1900) iyear=iyear+1900; /* 100 = 2000, 99 = 1999 */
+			if(user(usern)->trafficlog==NULL && tried!=1)
+			{
+			    ap_snprintf(fname,sizeof(fname),lngtxt(600),usern);
+			    user(usern)->trafficlog=fopen(fname,"a");
+			    tried=1;
+			}
+			if(user(usern)->trafficlog!=NULL)
+			{
+			    if(*ircbuf) /* be sure only to log a filled line.. tokening may clear a irc line */
+			    {
+				fprintf(user(usern)->trafficlog,lngtxt(601),iyear,xtm->tm_mon,xtm->tm_mday,xtm->tm_hour,xtm->tm_min,xtm->tm_sec,ircto,ircbuf);
+				fflush(user(usern)->trafficlog); /* added for 2.3.2.. hopefully not too much processor usage created */
+			    }
+			}
+			return 0x0;
+		    }
+	    }
+	}
+	entry++;
+    }
+}
+
+#endif
blob - /dev/null
blob + e52896d35afeb2b8426541b4883f0a51ddd8bb69 (mode 644)
--- /dev/null
+++ src/p_memory.c
@@ -0,0 +1,612 @@
+/************************************************************************
+ *   psybnc, src/p_memory.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_MEMORY
+
+#include <p_global.h>
+
+FILE *logm=NULL;
+
+/* malloc-wrapper. No memory will log an error entry and kill the bouncer */
+
+unsigned long *__pmalloc(unsigned long size,char *module,char *function, int line)
+{
+    unsigned long *rc;
+    if (!(rc=(unsigned long *)malloc(size)))
+    {
+	p_log(LOG_ERROR,-1,lngtxt(602),module,function,line);
+	exit(0x0);
+    }	
+    memset(rc,0x0,size);
+#ifdef LOGALLOC
+    if(logm==NULL)
+	logm=fopen("log/alloc.log","w");
+    if(logm)
+    {
+	fprintf(logm,"%s/%s/%d: alloc(%d)=0x%08x\n",module,function,line,size,rc);
+	fflush(logm);
+    }
+#endif
+    return rc;
+}
+
+void _pfree(unsigned long *pointer, char *module, char *function, int line)
+{
+#ifdef LOGALLOC
+    if(logm==NULL)
+	logm=fopen("log/alloc.log","w");
+    if(logm)
+    {
+	fprintf(logm,"%s/%s/%d: free(0x%08x)\n",module,function,line,pointer);
+	fflush(logm);
+    }
+#endif
+    free(pointer);
+}
+
+#define free(a) _pfree((void *)a,__FILE__,(char*)__FUNCTION__,__LINE__)
+
+/* struct wrappers. Those alloc, delete and return the needed structures */
+
+/* user structure */
+
+struct usert *_lastu=NULL;
+int _lastuser=-1;
+
+struct usert *user(int usern)
+{
+    static struct usernodes *th,*thold;
+    if(usern>10000) usern-=10000;
+    if(usern==_lastuser && U_CREATE!=1) return _lastu;
+    _lastuser=usern;
+    if (dummyuser==NULL) {
+        dummyuser=(struct usert *)pmalloc(sizeof(struct usert));
+    }
+    if (nulluser==NULL) {
+	nulluser=(struct usert *)pmalloc(sizeof(struct usert));
+    }
+    if (usernode==NULL) {
+	usernode=(struct usernodes *)pmalloc(sizeof(struct usert));
+    }
+    th=usernode;
+    if (usern==0 || usern >MAX_USER) {
+       thisuser=NULL;
+       _lastu=nulluser;	
+       return nulluser;
+    }
+    while(th!=NULL)
+    {
+	if (th->uid==usern)
+	{
+	    if (th->user==NULL) {
+		th->user=(struct usert *) pmalloc(sizeof(struct usert));
+	    }
+	    thisuser=th;
+	    _lastu=th->user;
+	    return th->user;		
+	}
+	thold=th;
+	th=th->next;
+    }
+    if (U_CREATE==1)
+    {
+	U_CREATE=0; /* resetting this */
+	thold->next=(struct usernodes *) pmalloc(sizeof(struct usernodes));
+	th=thold->next;
+	th->user=(struct usert *) pmalloc(sizeof(struct usert));
+	th->uid=usern;
+	th->next=NULL;
+	thisuser=th;
+	_lastu=th->user;
+	return th->user;
+    } else {
+	thisuser=NULL;
+	_lastu=dummyuser;
+	return dummyuser; /* yes, sure. Get it */
+    }        
+}
+
+struct newpeert *_npeer;
+int _lastpeer=-1;
+
+/* this function returns the desired peerstructure */
+
+struct newpeert *newpeer(int usern)
+{
+    static struct peernodes *th,*thold;
+    if(_lastpeer==usern && P_CREATE!=1) return _npeer;
+    _lastpeer=usern;
+    if (dummypeer==NULL) {
+        dummypeer=(struct newpeert *)pmalloc(sizeof(struct newpeert));
+    }
+    th=peernode;
+    while(th!=NULL)
+    {
+	if (th->uid==usern)
+	{
+	    if (th->peer==NULL) {
+		th->peer=(struct newpeert *) pmalloc(sizeof(struct newpeert));
+	    }
+	    thispeer=th;
+	    _npeer=th->peer;
+	    return th->peer;		
+	}
+	thold=th;
+	th=th->next;
+    }
+    if (P_CREATE==1)
+    {
+	P_CREATE=0; /* resetting this */
+	thold->next=(struct peernodes *) pmalloc(sizeof(struct peernodes));
+	th=thold->next;
+	th->peer=(struct newpeert *) pmalloc(sizeof(struct newpeert));
+	th->uid=usern;
+	th->next=NULL;
+	thispeer=th;
+	_npeer=th->peer;
+	return th->peer;
+    } else {
+	thispeer=NULL;
+	_npeer=dummypeer;
+	return dummypeer; /* yes, sure. Get it */
+    }        
+}
+
+struct datalinkt *_nlink;
+int _lastlink=-1;
+
+/* this function returns the desired datalink-structure */
+
+struct datalinkt *datalink(int usern)
+{
+    static struct linknodes *th,*thold;
+    if(_lastlink==usern && D_CREATE!=1) return _nlink;
+    _lastlink=usern;
+    if (dummylink==NULL) {
+        dummylink=(struct datalinkt *) pmalloc(sizeof(struct datalinkt));
+        memset(dummylink,0x0,sizeof(struct datalinkt));
+    }
+    th=linknode;
+    while(th!=NULL)
+    {
+	if (th->uid==usern)
+	{
+	    if (th->link==NULL)
+		th->link=(struct datalinkt *) pmalloc(sizeof(struct datalinkt));
+	    thislink=th;
+	    _nlink=th->link;
+	    return th->link;		
+	}
+	thold=th;
+	th=th->next;
+    }
+    if (D_CREATE==1)
+    {
+	D_CREATE=0; /* resetting this */
+	thold->next=(struct linknodes *) pmalloc(sizeof(struct linknodes));
+	th=thold->next;
+	th->link=(struct datalinkt *) pmalloc(sizeof(struct datalinkt));
+	th->uid=usern;
+	th->next=NULL;
+	thislink=th;
+	_nlink=th->link;
+	return th->link;
+    } else {
+	thislink=NULL;
+	_nlink=dummylink;
+	return dummylink; /* yes, sure. Get it */
+    }        
+}
+
+/* clearing structs */
+
+int clearuser(int usern)
+{
+    struct linknodes *nextdcc;
+    struct linknodes *thisdcc;
+    _lastuser=-1;
+    while (user(usern)->ignores!=NULL)
+        user(usern)->ignores=removestring(0,user(usern)->ignores);
+    while (user(usern)->bans!=NULL)
+        user(usern)->bans=removestring(0,user(usern)->bans);
+    while (user(usern)->ops!=NULL)
+        user(usern)->ops=removestring(0,user(usern)->ops);
+    while (user(usern)->aops!=NULL)
+        user(usern)->aops=removestring(0,user(usern)->aops);
+    while (user(usern)->askops!=NULL)
+        user(usern)->askops=removestring(0,user(usern)->askops);
+    while (user(usern)->logs!=NULL)
+        user(usern)->logs=removestring(0,user(usern)->logs);
+    while (user(usern)->keys!=NULL)
+        user(usern)->keys=removestring(0,user(usern)->keys);
+#ifdef CRYPT
+    while (user(usern)->encrypt!=NULL)
+        user(usern)->encrypt=removestring(0,user(usern)->encrypt);
+#endif
+#ifdef TRANSLATE
+    while (user(usern)->translates!=NULL)
+        user(usern)->translates=removestring(0,user(usern)->translates);
+#endif
+#ifdef SCRIPTING
+    clearuserscript(usern);
+#endif
+    removeallchannelsfromuser(usern);
+    nextdcc=user(usern)->dcc;
+    if (nextdcc !=NULL)
+    {	
+	thisdcc=nextdcc;
+	if (thisdcc->link !=NULL)
+	{
+	    if (thisdcc->link->outstate==STD_CONN)
+		killsocket(thisdcc->link->outsock);
+	    if (thisdcc->link!=NULL)
+		free(thisdcc->link);
+	}
+	nextdcc=nextdcc->next;
+	free(thisdcc);
+    }
+#ifdef TRAFFICLOG
+    if(user(usern)->trafficlog!=NULL) fclose(user(usern)->trafficlog);
+    user(usern)->trafficlog=NULL;
+#endif
+    memset(user(usern),0x0,sizeof(struct usert));
+    if (thisuser!=NULL)
+    {
+	/* collecting the garbage */
+	if (thisuser->user != NULL)
+	{
+	    free(thisuser->user);
+	    if(thisuser)
+		thisuser->user=NULL;
+	}
+        thisuser=NULL;
+    }
+    return 0x0;
+}
+
+int clearpeer(int peern)
+{
+    memset(newpeer(peern),0x0,sizeof(struct newpeert));
+    _lastpeer=-1;
+    if (thispeer!=NULL)
+    {
+	if (thispeer->peer != NULL)
+	{
+	    free(thispeer->peer);
+	    thispeer->peer=NULL;
+	}
+    }
+    return 0x0;
+}
+
+int clearlink(int peern)
+{
+    memset(datalink(peern),0x0,sizeof(struct datalinkt));
+    _lastlink=-1;
+    if (thislink!=NULL)
+    {
+	if (thislink->link != NULL)
+	{
+	    free(thislink->link);
+	    thislink->link=NULL;
+	}
+    }
+    return 0x0;
+}
+
+/* logging last context */
+
+int p_debug()
+{
+    p_log(LOG_ERROR,-1,lngtxt(603),ctxt,cfunc,cline);
+    return 0x0;
+}
+
+int nosignals=0;
+
+/* error handling */
+
+void bus_error(int r)
+{
+    if(nosignals == 0)
+    {
+	nosignals=1;
+	p_debug();
+	p_log(LOG_ERROR,-1,lngtxt(604));
+    }
+    exit(0x0);
+}
+
+void segv_error(int r)
+{
+    if(nosignals == 0)
+    {
+	nosignals=1;
+	p_debug();
+	p_log(LOG_ERROR,-1,lngtxt(605));
+    }
+    exit(0x0);
+}
+
+void fpe_error(int r)
+{
+    if(nosignals == 0)
+    {
+	nosignals=1;
+	p_debug();
+	p_log(LOG_ERROR,-1,lngtxt(606));
+    }
+    exit(0x0);
+}
+
+void term_error(int r)
+{
+    if(nosignals == 1)
+	return;
+    nosignals=1;
+    p_debug();
+    p_log(LOG_ERROR,-1,lngtxt(610));
+    flushconfig();
+    nosignals=0;
+    return;
+}
+
+void hup_error(int r)
+{
+    if(nosignals == 0)
+    {
+	nosignals=1;
+	p_debug();
+	p_log(LOG_WARNING,-1,lngtxt(611));
+	if(*user(1)->login!=0)
+	    cmdrehash(1);
+	nosignals=0;
+    }
+    return;
+}
+
+void quit_error(int r)
+{
+    if(nosignals == 0)
+    {
+	nosignals=1;
+	p_debug();
+	p_log(LOG_WARNING,-1,lngtxt(612));
+	nosignals=0;
+    }
+    return;
+}
+
+#ifdef HAVE_SSL
+
+void logsslstats(SSL *reference)
+{
+    char sglobal[1024];
+    p_log(LOG_INFO,-1, lngtxt(613));
+    if(reference==NULL)
+	p_log(LOG_INFO,-1,lngtxt(614));
+    else
+    {
+	if(SSL_get_shared_ciphers(reference,sglobal,1023)==NULL)
+	    strmncpy(sglobal,lngtxt(615),sizeof(sglobal));
+	p_log(LOG_INFO,-1,lngtxt(616),sglobal);
+    }
+    p_log(LOG_INFO,-1, lngtxt(617),
+        SSL_CTX_sess_number(srvctx)+SSL_CTX_sess_number(clnctx));
+    p_log(LOG_INFO,-1, lngtxt(618),
+        SSL_CTX_sess_connect(srvctx)+SSL_CTX_sess_connect(clnctx));
+    p_log(LOG_INFO,-1, lngtxt(619),
+        SSL_CTX_sess_connect_good(srvctx)+SSL_CTX_sess_connect_good(clnctx));
+#if SSLEAY_VERSION_NUMBER >= 0x0922
+    p_log(LOG_INFO,-1, lngtxt(620),
+        SSL_CTX_sess_connect_renegotiate(srvctx)+SSL_CTX_sess_connect_renegotiate(clnctx));
+#endif
+    p_log(LOG_INFO,-1, lngtxt(621),
+        SSL_CTX_sess_accept(srvctx)+SSL_CTX_sess_accept(clnctx));
+    p_log(LOG_INFO,-1, lngtxt(622),
+        SSL_CTX_sess_accept_good(srvctx)+SSL_CTX_sess_accept_good(clnctx));
+#if SSLEAY_VERSION_NUMBER >= 0x0922
+    p_log(LOG_INFO,-1, lngtxt(623),
+        SSL_CTX_sess_accept_renegotiate(srvctx)+SSL_CTX_sess_accept_renegotiate(clnctx));
+#endif
+    p_log(LOG_INFO,-1, lngtxt(624), SSL_CTX_sess_hits(srvctx)+SSL_CTX_sess_hits(clnctx));
+    p_log(LOG_INFO,-1, lngtxt(625), SSL_CTX_sess_misses(srvctx)+SSL_CTX_sess_misses(clnctx));
+    p_log(LOG_INFO,-1, lngtxt(626), SSL_CTX_sess_timeouts(srvctx)+SSL_CTX_sess_timeouts(clnctx));
+    p_log(LOG_INFO,-1, lngtxt(627));
+    return;
+}
+
+#endif
+
+void usr1_error(int r)
+{
+    struct socketnodes *lkm,*pre;
+    char *types[4];
+    char *flags[5];
+    char *ssle[2];
+    int noadv;
+#ifdef HAVE_SSL
+    char ssha[]="HANDSHAKE";
+    SSL_CIPHER *c;
+    int bits;
+    SSL *reference=NULL;
+    char *cname;
+#endif
+    types[0]="CONNECT";
+    types[1]="LISTEN ";
+    types[2]="RESOLVE";
+    types[3]="UNKNOWN";
+    flags[0]="NOUSE  ";
+    flags[1]="SYN    ";
+    flags[2]="CONN   ";
+    flags[3]="ERROR  ";
+    ssle[0] ="NONE";
+    ssle[1] =" SSL";
+    if(nosignals == 1) return;
+    nosignals=1;
+    if(r!=31337)
+	p_log(LOG_INFO,-1,lngtxt(628));
+    lkm=socketnode;
+    pre=lkm;
+    while(lkm!=NULL)
+    {
+	noadv=0;
+	
+	if(lkm->sock!=NULL)
+	{
+#ifdef HAVE_SSL
+	    if(lkm->sock->ssl==SSL_ON && lkm->sock->sslfd!=NULL)
+	    {
+		c=SSL_get_current_cipher(lkm->sock->sslfd);
+		SSL_CIPHER_get_bits(c,&bits);
+		reference=lkm->sock->sslfd;
+		if(bits==0)
+		    cname=ssha;
+		else
+		    cname=(char *)SSL_CIPHER_get_name(c);
+		p_log(LOG_INFO,-1,lngtxt(629),
+	             lkm->sock->syssock,types[lkm->sock->type],lkm->sock->source,lkm->sock->sport,lkm->sock->dest,lkm->sock->dport,
+		     flags[lkm->sock->flag],lkm->sock->bytesin,lkm->sock->bytesout,ssle[lkm->sock->ssl],cname,bits,lkm->sock->since);
+	    }
+	    else
+		p_log(LOG_INFO,-1,lngtxt(630),
+	             lkm->sock->syssock,types[lkm->sock->type],lkm->sock->source,lkm->sock->sport,lkm->sock->dest,lkm->sock->dport,
+		     flags[lkm->sock->flag],lkm->sock->bytesin,lkm->sock->bytesout,ssle[lkm->sock->ssl],lkm->sock->since);
+#else
+	    p_log(LOG_INFO,-1,lngtxt(631),
+	             lkm->sock->syssock,types[lkm->sock->type],lkm->sock->source,lkm->sock->sport,lkm->sock->dest,lkm->sock->dport,
+		     flags[lkm->sock->flag],lkm->sock->bytesin,lkm->sock->bytesout,lkm->sock->since);
+#endif		
+	    if(lkm->sock->type==SOC_CONN || lkm->sock->flag==SOC_SYN)
+	    {
+		if(fcntl(lkm->sock->syssock, F_GETFD,0) <0) {
+		    p_log(LOG_WARNING,-1,lngtxt(632),lkm->sock->syssock);
+		    killsocket(lkm->sock->syssock);
+		    lkm=pre->next;
+		    noadv=1;
+		}
+	    }
+	}
+	if (noadv==0) {pre=lkm; lkm=lkm->next;}
+    }
+#ifdef HAVE_SSL
+    logsslstats(reference);
+#endif
+    if(r!=31337)
+	p_log(LOG_INFO,-1,"Done");
+    nosignals=0;
+    return;
+}
+
+void usr2_error(int r)
+{
+    if(nosignals == 0)
+    {
+	nosignals=1;
+	p_debug();
+	p_log(LOG_INFO,-1,lngtxt(633));
+	resetconfig();
+	readconfig();
+	loadusers();
+	nosignals=0;
+    }
+    return;
+}
+
+void int_error(int r)
+{
+    if(nosignals == 0)
+    {
+	nosignals=1;
+	p_debug();
+	p_log(LOG_ERROR,-1,lngtxt(634));
+    }
+    exit(0x0);
+}
+
+void ill_error(int r)
+{
+    if(nosignals == 0)
+    {
+	nosignals=1;
+	p_debug();
+	p_log(LOG_WARNING,-1,lngtxt(635));
+	nosignals=0;
+    }
+    return;
+}
+
+void kill_error(int r)
+{
+    if(nosignals == 0)
+    {
+	nosignals=1;
+	p_debug();
+	p_log(LOG_ERROR,-1,lngtxt(636));
+    }
+    exit(0x0);
+}
+
+void alrm_error(int r)
+{
+    return;
+}
+
+/* setting the handlers */
+
+int errorhandling()
+{
+  struct sigaction sv;
+  sigemptyset(&sv.sa_mask);
+  sv.sa_flags=0;  
+  sv.sa_handler = killed;
+  sv.sa_handler=bus_error;
+  sigaction( SIGBUS, &sv, NULL);
+#ifndef LOGALLOC
+  sv.sa_handler=segv_error;
+  sigaction( SIGSEGV, &sv, NULL);
+#endif
+  sv.sa_handler=fpe_error;
+  sigaction( SIGFPE, &sv, NULL);
+  sv.sa_handler=term_error;
+  sigaction( SIGTERM, &sv, NULL);
+  sv.sa_handler=hup_error;
+  sigaction( SIGHUP, &sv, NULL);
+  sv.sa_handler=quit_error;
+  sigaction( SIGQUIT, &sv, NULL);
+  sv.sa_handler=SIG_IGN; /* broken pipes ignoring */
+  sigaction( SIGPIPE, &sv, NULL);
+  sv.sa_handler=usr1_error;
+  sigaction( SIGUSR1, &sv, NULL);
+  sv.sa_handler=usr2_error;
+  sigaction( SIGUSR2, &sv, NULL);
+  sv.sa_handler=int_error;
+  sigaction( SIGINT, &sv, NULL);
+  sv.sa_handler=ill_error;
+  sigaction( SIGILL, &sv, NULL);
+  sv.sa_handler=kill_error;
+  sigaction( SIGKILL, &sv, NULL);
+  sv.sa_handler=alrm_error;
+  sigaction( SIGALRM, &sv, NULL);
+  umask (~(S_IRUSR | S_IWUSR));
+  srand( time( NULL) );
+  return 0x0;
+}
blob - /dev/null
blob + 0eda23a99e685915e768847a8eb75dc0d2e1d2ad (mode 644)
--- /dev/null
+++ src/p_network.c
@@ -0,0 +1,828 @@
+/************************************************************************
+ *   psybnc, src/p_network.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_NETWORK
+
+#include <p_global.h>
+
+int netdefault(int usern, char *netname, char *myparentnick);
+
+/* check parent users */
+
+int checkparents(int usernum)
+{
+   int uparent;    
+   pcontext;
+   if (user(usernum)->parent != 0)
+   {
+       uparent=user(usernum)->parent;
+       if (user(uparent)->instate == STD_NOUSE)
+       {
+           deluser(usernum);
+	   loaduser(usernum);
+       } else {
+	   strmncpy(user(usernum)->login,user(uparent)->login,sizeof(user(usernum)->login));
+	   strmncpy(user(usernum)->user,user(uparent)->user,sizeof(user(usernum)->user));
+	   strmncpy(user(usernum)->pass,user(uparent)->pass,sizeof(user(usernum)->pass));
+	   user(usernum)->insock=user(uparent)->insock;
+	   user(usernum)->instate=user(uparent)->instate;    
+	   user(usernum)->rights=user(uparent)->rights;
+       }
+   }    
+   return 0x0;
+}
+
+/* converting a outbounded input string to the nick of the parent */
+
+int parentnick(int usern)
+{
+    char *pt;
+    char *pt1;
+    char *pt2;
+    int uparent;
+    char tmpbuf[8192];
+    char nicktmp[70];
+#ifdef INTNET
+    if(usern>10000)
+    {
+	/* no change. bugged */
+	return 0x0;
+    }
+    else
+#endif
+	if (user(usern)->parent==0) return 0x0;
+    pcontext;
+    uparent=user(usern)->parent;
+    if (strmncasecmp(user(usern)->nick,user(uparent)->nick)==1) return 0x0;
+
+    if (ircbuf[0]==':')
+    {
+	/* new: if we hadnt got a nick yet, set it to the wanted */
+	if(user(uparent)->nick[0]==0)
+	{
+	    if(user(uparent)->wantnick[0]!=0)
+		strmncpy(user(uparent)->nick,user(uparent)->wantnick,sizeof(user(uparent)->nick));
+	}
+	ap_snprintf(nicktmp,sizeof(nicktmp),":%s!",user(usern)->nick);
+	pt=strstr(ircbuf,nicktmp);
+	if (pt==ircbuf) {
+	    pt=ircbuf+strlen(nicktmp);
+    	    ap_snprintf(tmpbuf,sizeof(tmpbuf),lngtxt(638),user(uparent)->nick,pt);
+	    strmncpy(ircbuf,tmpbuf,sizeof(ircbuf));
+	}
+    }
+
+    ap_snprintf(nicktmp,sizeof(nicktmp)," %s ",user(usern)->nick);
+    if (strlen(ircbuf)<1) return 0x0;
+    pt=ircbuf;
+    pt2=strchr(pt+1,':');
+    while (1)
+    {
+	pt=strstr(pt+1,nicktmp);
+	if (pt==NULL) break;
+	if (pt2 && (pt>pt2)) break;
+	/* its the nick */
+	pt1=pt+strlen(nicktmp);
+	pt1--;
+	*pt1=0;
+	pt1++;
+	*pt=0;
+        ap_snprintf(tmpbuf,sizeof(tmpbuf),lngtxt(640),ircbuf,user(uparent)->nick,pt1);
+	strmncpy(ircbuf,tmpbuf,sizeof(ircbuf));
+    }
+    return 0x0;
+}
+
+/* this routine checks for a network token - phew */
+
+int checknetwork(int usern)
+{
+    struct usernodes *th;
+    char tmpircbuf[8192];
+    int i;
+    char *pt;
+    char *pt1;
+    char *pt2;
+    char *pt3;
+    pcontext;
+    th=usernode;
+    strmncpy(tmpircbuf,ircbuf,sizeof(tmpircbuf));
+    pt3=strstr(tmpircbuf,"NICK ");
+    pt=strchr(tmpircbuf,'~');
+    if (pt!=NULL) 
+    {
+	pt1=pt;
+	pt1--;
+	if (*pt1=='*' || *pt1=='!') { /* if its a userflag, try next item */
+	    pt1=pt;pt1++;
+	    pt=strchr(pt1,'~');
+	    if (pt==NULL) return usern;
+	}
+	pt1=tmpircbuf+1;
+	pt1=strchr(pt1,':');
+	if (pt1 != NULL && pt>pt1 && pt3!=tmpircbuf) /* if network specified in content, bye */
+	    return usern;
+	pt1=pt;
+	while (pt1!=tmpircbuf && *pt1!=' ' && *pt1!=':') pt1--;
+	if (pt1==tmpircbuf) return usern; /* at start of the buffer ? nah */
+	/* in pt1 = start of networktoken, in pt = end of network token */
+	*pt1=0; /* buffer part 1 */
+	*pt=0; /* buffer part 2 */
+	pt2=pt;pt2++;pt1++;
+	if (*pt1=='#') pt1++; /* filtering the channels */
+#ifdef INTNET
+	if(strmncasecmp(pt1,"int")==1)
+	{
+	    i=usern+10000;
+            ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(641),tmpircbuf,pt2);    
+	    return i;
+	} else {
+#endif
+	    while (th!=NULL)
+	    {
+		i=th->uid;
+		if (user(i)->parent==usern)
+		{
+		    if (strmcmp(user(i)->network,pt1)==1) 
+		    {
+			/* ok, we got it. its a valid network. Network user is in i
+		           pt2 has the second part of the buffer, tmpircbuf is terminated
+		           before start of network token. Lets craft the untokened ircbuf now */
+		        ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(642),tmpircbuf,pt2);    
+		        /* setting parents inbound flags to child */
+		        if(i<10000)
+		        {
+			    user(i)->insock=user(usern)->insock;
+		    	    user(i)->instate=user(usern)->instate;
+		        }
+		        /* returning the network uid */
+		        return i;
+		    }
+		}
+		th=th->next;
+	    }
+	    /* interesting network token, but not existent, telling the user its unknown */
+	    ssnprintf(user(usern)->insock,lngtxt(643),pt1);
+	    /* clearing ircbuf */
+	    ircbuf[0]=0;
+#ifdef INTNET
+	}
+#endif
+    }
+    return usern;
+}
+
+
+/* new addtoken-routine for version 2.3.1
+   is no bitch anymore, works generally on server input, adds tokens
+   relying on the current command. some code parts had been derived from
+   version 2.3.
+   */
+
+/* first: the hash */
+
+struct thasht {
+    char *command;
+    int(*handler)(int,char *, char *);
+};
+
+char netircfrom[200];
+int nuid;
+/* the single handler routines */
+
+int netnick(int usern, char *netname, char *myparentnick)
+{
+    pcontext;
+    if(strmncasecmp(user(usern)->nick,ircto)==0 && strmncasecmp(myparentnick,ircto)==0)
+	ap_snprintf(ircbuf,sizeof(ircbuf),":%s NICK :%s~%s",netircfrom,netname,ircto);
+    else
+	ircbuf[0]=0;
+    return 0x0;
+}
+
+int netjoin(int usern, char *netname, char *myparentnick)
+{
+    pcontext;
+    ap_snprintf(ircbuf,sizeof(ircbuf),":%s JOIN :#%s~%s",netircfrom,netname,ircto);
+    return 0x0;
+}
+
+int netpart(int usern, char *netname, char *myparentnick)
+{
+    pcontext;
+    ap_snprintf(ircbuf,sizeof(ircbuf),":%s PART #%s~%s :%s",netircfrom,netname,ircto,irccontent);
+    return 0x0;
+}
+
+int nettopic(int usern, char *netname, char *myparentnick)
+{
+    pcontext;
+    ap_snprintf(ircbuf,sizeof(ircbuf),":%s TOPIC #%s~%s :%s",netircfrom,netname,ircto,irccontent);
+    return 0x0;
+}
+
+int netquit(int usern, char *netname, char *myparentnick)
+{
+    pcontext;
+    if(strmncasecmp(user(usern)->nick,ircnick)==1)
+	ircbuf[0]=0;
+    return 0x0;
+}
+
+int netprivmsg(int usern, char *netname, char *myparentnick)
+{
+    pcontext;
+    if(strchr("#!+&",ircto[0])!=NULL)
+	ap_snprintf(ircbuf,sizeof(ircbuf),":%s %s #%s~%s :%s",netircfrom,irccommand,netname,ircto,irccontent);
+    /* hand the ircbuf unchanged, if we query ourself */
+    return 0x0;
+}
+
+int netkick(int usern, char *netname, char *myparentnick)
+{
+    char kck[]=" KICK ";
+    char tmpircbuf[8192];
+    char *knick,*kchan,*eo;
+    pcontext;
+    kchan=strstr(ircbuf,kck);
+    if(kchan)
+    {
+	kchan+=6;
+	knick=strchr(kchan,' ');
+	if(knick)
+	{
+	    *knick=0;
+	    knick++;
+	    eo=strchr(knick,' ');
+	    if(eo)
+	    {
+		*eo=0;
+		if(strmncasecmp(user(usern)->nick,knick)==0)
+		    ap_snprintf(tmpircbuf,sizeof(tmpircbuf),":%s KICK #%s~%s %s~%s :%s",netircfrom,netname,kchan,netname,knick,irccontent);
+		else
+		    ap_snprintf(tmpircbuf,sizeof(tmpircbuf),":%s KICK #%s~%s %s :%s",netircfrom,netname,kchan,knick,irccontent);
+		strmncpy(ircbuf,tmpircbuf,sizeof(ircbuf));
+	    }
+	}
+    }     
+    return 0x0;
+}
+
+int netnames(int usern, char *netname, char *myparentnick)
+{
+    char *pt,*pt1;
+    int eflg=0;
+    int flg=0;
+    char l;
+    char tmpircbuf[8192];
+    char tmpircbuf2[8192];
+    char nameline[8192];
+    char *prefixchars;
+    pcontext;
+    if(strmcmp(netname,"int"))
+	prefixchars="@+";
+    else
+	prefixchars=user(usern)->prefixchars;
+    pt1=ircbuf;
+    for(l=0;l<4;l++)
+    {
+	if(pt1)
+	{
+	     pt1++;
+	     pt1=strchr(pt1,' ');
+	}
+    }
+    if(pt1)
+    {
+	*pt1=0;
+	pt1++;
+	/* the channel */
+	ap_snprintf(tmpircbuf,sizeof(tmpircbuf),"%s #%s~%s",ircbuf,netname,pt1);
+	strmncpy(ircbuf,tmpircbuf,sizeof(ircbuf));
+    }
+    pt=ircbuf;
+    pt++;
+    pt=strstr(pt," :");
+    if (pt!=NULL) 
+    {
+        pt+=2;
+        l=*pt;
+        *pt=0;
+        strmncpy(tmpircbuf,ircbuf,sizeof(tmpircbuf));
+        strmncpy(nameline,ircbuf,sizeof(nameline));
+        *pt=l;
+        /* now the hard stuff.. we change every Nick */
+        while(eflg==0)
+        {
+    	    pt1=strchr(pt,' ');
+	    if (pt1!=NULL) {
+    		*pt1=0;l=32;
+    	    } else {
+    	        eflg=1;l=0;
+    	    }	
+    	    flg=0;
+	    /* the modes */
+    	    if (strchr(prefixchars,*pt)!=NULL) {
+    		flg=*pt;
+    		pt++;
+    	    }
+    	    /* if its us, we dont parse */
+    	    if (strmncasecmp(pt,user(usern)->nick)==1)
+    	    {
+    		if(flg!=0)
+    		    ap_snprintf(tmpircbuf2,sizeof(tmpircbuf2),lngtxt(647),tmpircbuf,flg,myparentnick,l);
+    		else
+    		    ap_snprintf(tmpircbuf2,sizeof(tmpircbuf2),lngtxt(648),tmpircbuf,myparentnick,l);
+	    } else {
+    		if (l==0)
+     		    ap_snprintf(tmpircbuf2,sizeof(tmpircbuf2),lngtxt(649),tmpircbuf,pt,l);
+    		else
+    		{
+    		    if(flg!=0)
+     			ap_snprintf(tmpircbuf2,sizeof(tmpircbuf2),lngtxt(650),tmpircbuf,flg,netname,pt,l);
+    		    else
+     			ap_snprintf(tmpircbuf2,sizeof(tmpircbuf2),lngtxt(651),tmpircbuf,netname,pt,l);
+    		}
+    	    }
+    	    strmncpy(tmpircbuf,tmpircbuf2,sizeof(tmpircbuf));
+    	    /* avoiding the limit exceed */
+    	    if (strlen(tmpircbuf)>500)
+    	    {
+    		/* sending the result up to here */
+    		writesock(user(usern)->insock,tmpircbuf);
+    		/* building new names line */
+    		strmncpy(tmpircbuf,nameline,sizeof(tmpircbuf));
+    	    }
+    	    if(eflg==0) pt=pt1+1;
+	}
+        strmncpy(ircbuf,tmpircbuf,sizeof(ircbuf));
+    }
+    return 0x0;
+}
+
+int netwhoischannels(int usern, char *netname, char *myparentnick)
+{
+    char *pt,*pt2;
+    int flg=0;
+    char mm[3];
+    char tmpircbuf[8192];
+    char tmpircbuf2[8192];
+    char *prefixchars;
+    pcontext;
+    if(strmcmp(netname,"int"))
+	prefixchars="@+";
+    else
+	prefixchars=user(usern)->prefixchars;
+    ap_snprintf(tmpircbuf,sizeof(tmpircbuf)," :%s",irccontent);
+    pt=strstr(ircbuf,tmpircbuf);
+    if(pt!=NULL)
+    {
+        *pt=0; /* cutting */
+        /* and now: the channels: */
+        pt=irccontent;
+        tmpircbuf2[0]=0;
+        mm[0]=0;mm[1]=0;mm[2]=0;
+        while(pt!=NULL)
+        {
+	    pt2=strchr(pt,' ');
+    	    if(pt2!=NULL)
+    	    {
+    		*pt2=0;pt2++;
+	    }
+	    flg=0;
+	    if(strchr(prefixchars,*pt)!=NULL)
+	    {
+	         flg=*pt;
+    	         pt++;
+	    }
+	    if(strlen(tmpircbuf2)+strlen(netname)+6+strlen(pt)<sizeof(tmpircbuf2) && *pt!=' ' && *pt!=0)
+	    {
+	        if(flg!=0)
+	        {
+	    	    mm[0]=flg;
+		    strcat(tmpircbuf2,mm);
+		}
+	        strcat(tmpircbuf2,"#");
+	        strcat(tmpircbuf2,netname);
+	        strcat(tmpircbuf2,"~");
+	        strcat(tmpircbuf2,pt);
+	        strcat(tmpircbuf2," ");
+	    }
+	    pt=pt2;
+	}
+	ap_snprintf(tmpircbuf,sizeof(tmpircbuf),lngtxt(653),ircbuf,tmpircbuf2);
+	strmncpy(ircbuf,tmpircbuf,sizeof(ircbuf));
+    }
+    netdefault(usern,netname,myparentnick);
+    return 0x0;
+}
+
+int netwho(int usern, char *netname, char *myparentnick)
+{
+    int eflg;
+    char *pt,*pt2;
+    char tmpircbuf[8192];
+    pcontext;
+    pt=ircbuf;
+    for (eflg=0;eflg<7;eflg++)
+    {
+       pt=strchr(pt+1,' ');if (pt==NULL) return 0x0;
+    }
+    *pt=0;
+    pt++;
+    pt2=strchr(pt,' ');
+    if (pt2==NULL) return 0x0;
+    *pt2=0;
+    pt2++;
+    /* here also, we skip us */
+    if (strmncasecmp(user(usern)->nick,pt)==1) {
+       ap_snprintf(tmpircbuf,sizeof(tmpircbuf),lngtxt(654),ircbuf,myparentnick,pt2);
+    } else {
+       ap_snprintf(tmpircbuf,sizeof(tmpircbuf),lngtxt(655),ircbuf,netname,pt,pt2);
+    }
+    strmncpy(ircbuf,tmpircbuf,sizeof(ircbuf));
+    netdefault(usern,netname,myparentnick);
+    return 0x0;
+}
+
+int netinvite(int usern, char *netname, char *myparentnick)
+{
+    char tmpircbuf[8192];
+    char tmpircbuf2[8192];
+    char *pt;
+    pcontext;
+    ap_snprintf(tmpircbuf,sizeof(tmpircbuf)," :%s",irccontent);
+    pt=strstr(ircbuf,tmpircbuf);
+    if(pt!=NULL)
+    {
+        *pt=0;
+        ap_snprintf(tmpircbuf2,sizeof(tmpircbuf2),lngtxt(661),ircbuf,netname,irccontent);
+        strmncpy(ircbuf,tmpircbuf2,sizeof(ircbuf));
+    }
+    return 0x0;
+}
+
+int netisonuserhost(int usern, char *netname, char *myparentnick)
+{
+    char ne[200];
+    ap_snprintf(ne,sizeof(ne),"%s=",user(usern)->nick);
+    if(*irccontent!=0)
+    {
+	if(strstr(irccontent,ne)==irccontent)
+	{
+	    ap_snprintf(ircbuf,sizeof(ircbuf),":%s %s %s :%s",netircfrom,irccommand,myparentnick,irccontent);
+	} else {
+	    ap_snprintf(ircbuf,sizeof(ircbuf),":%s %s %s :%s~%s",netircfrom,irccommand,myparentnick,netname,irccontent);
+	}
+    }
+    return 0x0;
+}
+
+int netdefault(int usern, char *netname, char *myparentnick)
+{
+    char *pt;
+    char checkcmd[200];
+    char checknick[64];
+    char tmpircbuf[8192];
+    int nlen=0;
+    char *chantypes;
+    pcontext;
+    if(strmcmp(netname,"int"))
+	chantypes="#";
+    else
+	chantypes=user(usern)->chantypes;
+    if(atoi(irccommand)!=0)
+    {
+	nlen=strlen(user(usern)->nick);
+	strmncpy(checknick,user(usern)->nick,sizeof(checknick));
+	ap_snprintf(checkcmd,sizeof(checkcmd)," %s %s",irccommand,user(usern)->nick);
+	pt=strstr(ircbuf,checkcmd);
+	if(pt==NULL)
+	{
+	    nlen=strlen(myparentnick);
+	    strmncpy(checknick,myparentnick,sizeof(checknick));
+	    ap_snprintf(checkcmd,sizeof(checkcmd)," %s %s",irccommand,myparentnick);
+	    pt=strstr(ircbuf,checkcmd);
+	}
+	if(pt)
+	{
+	    pt+=strlen(irccommand);
+	    pt++;
+	    *pt=0;
+	    pt++;
+	    pt+=nlen;
+	    pt++;
+	    if(strchr(chantypes,*pt)!=NULL) /* channel */
+		ap_snprintf(tmpircbuf,sizeof(tmpircbuf),"%s %s #%s~%s",ircbuf,myparentnick,netname,pt);
+	    else  /* nick */
+	    {
+		if(*pt==':')
+		{
+		    ap_snprintf(tmpircbuf,sizeof(tmpircbuf),"%s %s %s",ircbuf,myparentnick,pt);
+		} else {
+		    ap_snprintf(checkcmd,sizeof(checkcmd),"%s ",checknick);
+		    if(strstr(pt,checkcmd)==pt)
+		    {
+			pt+=strlen(checkcmd);
+			ap_snprintf(tmpircbuf,sizeof(tmpircbuf),"%s %s %s %s",ircbuf,myparentnick,myparentnick,pt);
+		    } else
+			ap_snprintf(tmpircbuf,sizeof(tmpircbuf),"%s %s %s~%s",ircbuf,myparentnick,netname,pt);
+		}
+	    }
+	    strmncpy(ircbuf,tmpircbuf,sizeof(ircbuf));
+	}
+    }
+    return 0x0;
+}
+
+int netmode(int usern, char *netname, char *myparentnick)
+{
+    char tmpircbuf[8192];
+    char *pt;
+    char *inmodes;
+    char *inparams,*nextparam;
+    char mde[]=" MODE ";
+    char dest[512];
+    char modes[128];
+    char params[8192];
+    char *pmode;
+    int hasparam;
+    int nmode;
+    char *chanmodes;
+    char *prefixmodes;
+    char *chantypes;
+    char *ept;
+    int aftercomma=0;
+    int minus=0;
+    char mk[2];
+    modes[0]=0;
+    params[0]=0;
+    pt=strstr(ircbuf,mde);
+    mk[1]=0;
+    if(pt)
+    {
+	if(strmcmp(netname,"int"))
+	{
+	    chanmodes="b,k,l,imnps";
+	    prefixmodes="ov";
+	    chantypes="#";
+	} else 	{
+	    chanmodes=user(usern)->chanmodes;
+	    prefixmodes=user(usern)->prefixmodes;	    
+	    chantypes=user(usern)->chantypes;
+	}
+	pt+=strlen(mde);
+	if(strchr(chantypes,*pt))
+	{
+	    inmodes=strchr(pt,' ');
+	    if(inmodes)
+	    {
+		*inmodes=0;
+		inmodes++;
+		pmode=inmodes;
+		ap_snprintf(dest,sizeof(dest),"#%s~%s",netname,pt);
+		inparams=strchr(inmodes,' ');
+		if(inparams)
+		{
+		    *inparams=0;
+		    inparams++;
+		    while(*inmodes)
+		    {
+			nextparam=inparams;
+			hasparam=0;
+			nmode=0;
+			if(*inmodes=='-') minus=1;
+			if(*inmodes=='+') minus=0;
+			if(strchr(prefixmodes,*inmodes)!=NULL) 
+			{
+			    hasparam=1;
+			    nmode=1;
+			}
+			else 
+			{
+			    ept=strchr(chanmodes,*inmodes);
+			    if(ept)
+			    {
+				aftercomma=0;
+				while(ept!=chanmodes)
+				{
+				    if(*ept==',') aftercomma++;
+				    ept--;
+				}
+				if(aftercomma<2)
+				{
+				    hasparam=1;
+				} else {
+				    if(aftercomma==2 && minus==0) hasparam=1;
+				}
+				if(hasparam)
+				{
+				    if(*ept!='l' && *ept!='k')
+					nmode=1; /* everything else should be a tokened mode */
+				}
+			    }		    
+			}
+			if(hasparam && inparams!=NULL)
+			{
+			    if(*inparams!=0)
+			    {
+				pt=strchr(inparams,' ');
+				if(pt)
+				{
+				    *pt=0;
+				    pt++;				    
+				}
+				nextparam=pt;
+				if(strlen(inparams)>0)
+				{
+				    if(nmode)
+				    {
+					if(strlen(params)+strlen(netname)+1+strlen(inparams)+2<sizeof(params))
+					{
+					    pt=strchr(inparams,'\r');
+					    if(pt==NULL) pt=strchr(inparams,'\n');
+					    if(pt) *pt=0;
+					    if(strmncasecmp(inparams,user(usern)->nick)==0 && strmncasecmp(inparams,myparentnick)==0)
+					    {
+						strcat(params,netname);
+						strcat(params,"~");
+						strcat(params,inparams);
+						strcat(params," ");	
+					    } else {
+						if(strlen(params)+strlen(myparentnick)+1<sizeof(params))
+						{
+						    strcat(params,myparentnick);
+						    strcat(params," ");
+						}
+					    }
+					}
+				    } else  {
+					if(strlen(params)+1+strlen(inparams)+1<sizeof(params))
+					{
+					    strcat(params,inparams);
+					    strcat(params," ");
+					}				    
+				    }
+				}
+			    }
+			}
+			inparams=nextparam;
+			inmodes++;
+		    }
+		    ap_snprintf(tmpircbuf,sizeof(tmpircbuf),":%s MODE %s %s %s",netircfrom,dest,pmode,params);
+		} else {
+		    ap_snprintf(tmpircbuf,sizeof(tmpircbuf),":%s MODE %s %s",netircfrom,dest,pmode);
+		}	
+		strmncpy(ircbuf,tmpircbuf,sizeof(ircbuf));
+	    }
+	}
+    }
+    return 0x0;
+}
+
+/* the hash, can be enhanced, if needed */
+
+struct thasht thash[] = {
+    {"MODE",	netmode},
+    {"KICK",	netkick},
+    {"PRIVMSG", netprivmsg},
+    {"NICK",	netnick},
+    {"JOIN",	netjoin},
+    {"PART",	netpart},
+    {"TOPIC",	nettopic},
+    {"NOTICE",	netprivmsg},
+    {"QUIT",	netquit},
+    {"INVITE",	netinvite},
+    {"353",	netnames},
+    {"319",	netwhoischannels},
+    {"352",	netwho},
+    {"302",	netisonuserhost},
+    {"303",	netisonuserhost},
+    {"*",	netdefault},
+    {NULL,	NULL}
+};
+
+/* this is a bitch -> adding the network token to the currents network-Users-
+   Inbound 									*/
+
+int addtoken(int usern)
+{
+    char *pt,*pt2;
+    char tmpircbuf[8192];
+    char netname[20];
+    char myparentnick[64];
+    int intnet=0;
+    int i,rc;
+    pcontext;
+#ifdef INTNET
+    if(usern>10000)
+    {
+	strmncpy(netname,"int",sizeof(netname));
+	usern=usern-10000;
+	intnet=10000;
+	strmncpy(myparentnick,user(usern)->nick,sizeof(myparentnick));
+    } else {
+#endif
+	strmncpy(netname,user(usern)->network,sizeof(netname));
+	strmncpy(myparentnick,user(user(usern)->parent)->nick,sizeof(myparentnick));
+#ifdef INTNET
+    }
+#endif
+    pcontext;
+    /* general: convert our nick in a network to our main nick */
+    if(intnet==0)
+	parentnick(usern);
+    /* general: check the servermsgs source 
+       if : is the first digit, its a server message. should be true
+       in all messages which get here.. still..
+       if ircfrom ( the hostmask ) contains @, its a nick!user@host notation, only
+       then the source needs to be changed to a network token.
+       if my own nick in the parent network is the current nick in the from-
+       directive, dont change it.
+    */
+    pcontext;
+    if(ircbuf[0]==':' && strchr(ircfrom,'@') && strmncasecmp(myparentnick,ircnick)==0)
+    {
+	/* get the items behind the from notation */
+	pt=strchr(ircbuf,' ');
+	if(pt)
+	{
+	    pt++;
+	    if(strmncasecmp(user(usern)->nick,ircnick)==1)
+	    {
+		pt2=strchr(ircfrom,'!');
+		if(pt2)
+		    ap_snprintf(netircfrom,sizeof(netircfrom),"%s%s",myparentnick,pt2);
+		else
+		    strmncpy(netircfrom,ircfrom,sizeof(netircfrom));
+	    } else {
+		ap_snprintf(netircfrom,sizeof(netircfrom),"%s~%s",netname,ircfrom);
+	    }
+	    ap_snprintf(tmpircbuf,sizeof(tmpircbuf),":%s %s",netircfrom,pt);
+	    strmncpy(ircbuf,tmpircbuf,sizeof(ircbuf));
+	}
+    } else {
+	strmncpy(netircfrom,ircfrom,sizeof(netircfrom));
+    }
+    pcontext;
+    /* thats all for the general part. now the special handling */
+    i=0;
+    while(thash[i].command)
+    {
+	if(thash[i].command[0]=='*')
+	{
+	    if(thash[i].handler!=NULL)
+	    {
+		rc=(*thash[i].handler)(usern,netname,myparentnick);
+		break;
+	    }
+	} else
+	if(ifcommand(thash[i].command) && thash[i].handler!=NULL)
+	{
+	    rc=(*thash[i].handler)(usern,netname,myparentnick);
+	    break;
+	}
+	i++;
+    }
+    pcontext;
+    return 0x0;
+}
+
+/* checking, if network exists for a user */
+int checkusernetwork(int usern)
+{
+    struct usernodes *th;
+    int uind;
+    pcontext;
+#ifdef INTNET
+    if(strmcmp(user(usern)->network,"int")==1) return 0x0;
+#endif
+    th=usernode;
+    while(th!=NULL)
+    {
+	uind=th->uid;
+	if (user(uind)->parent==usern) {
+	    if (strmcmp(user(uind)->network,irccontent)) return uind;
+	}
+	th=th->next;
+    }
+    return 0;
+}
blob - /dev/null
blob + b44de11f5d6ae7e0885464bbdd6c4b8e023f75e8 (mode 644)
--- /dev/null
+++ src/p_parse.c
@@ -0,0 +1,187 @@
+/************************************************************************
+ *   psybnc, src/p_parse.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_PARSE
+
+#include <p_global.h>
+
+/* parsing irc to different buffers */
+
+int generalparse ()
+{
+   char *p1;
+   char *p2;
+   int stleng;
+   static char secbuf[8191];
+   ircserver = 0;
+   strmncpy(secbuf,ircbuf,sizeof(secbuf));
+   p1=strchr(secbuf,'\r');
+   if(p1==NULL) p1=strchr(secbuf,'\n');
+   if(p1!=NULL) *p1=0;
+   irchost[0]=0;ircident[0]=0;ircnick[0]=0;ircfrom[0]=0;ircto[0]=0;irccommand[0]=0;irccontent[0]=0;
+   p1 = secbuf;
+   if (p1 == NULL) { return 0x0; }
+   if (secbuf[0] == ':') { /* from server */
+      ircserver = 1;
+      p1++;
+      p2=strchr(secbuf, ' ');
+      if (p2 == NULL) {return 0x0;}
+      stleng = p2 - p1;
+      secbuf[stleng+1] = 0;
+      strmncpy(ircfrom,p1,sizeof(ircfrom));
+      p2++;
+      strmncpy(secbuf,p2,sizeof(secbuf));
+      p1 = secbuf;
+      p2=strchr(p1,' ');
+      if (p2 == NULL)
+         return 0x0;
+      stleng = p2 - p1;
+      secbuf[stleng]=0;
+      strmncpy(irccommand,p1,sizeof(irccommand));
+      p2++;
+      strmncpy(secbuf,p2,sizeof(secbuf));
+      p1 = secbuf;
+      if (*p1 == ':') p1++;
+      p2=strchr(secbuf,' ');
+      if (p2 == NULL) 
+      { 
+	 strmncpy(ircto,rtrim(p1),sizeof(ircto));
+         return 0x0;
+      }
+      stleng = p2 - p1;
+      secbuf[stleng] = 0;
+      strmncpy(ircto,rtrim(p1),sizeof(ircto));
+      p2++;
+      if (*p2 == ':') { 
+         p2++;
+      } else {
+         p1 = strchr(p2,':');
+         if (p1 != NULL) { p1++; p2=p1; }	
+      }
+      strmncpy(irccontent,p2,sizeof(irccontent));
+   } else { /* from client */
+      p2=strchr(secbuf,' ');
+      if (p2 == NULL) 
+      {
+	 strmncpy(irccommand,secbuf,sizeof(irccommand));
+	 return 0x0;
+      }
+      stleng = p2 - p1;
+      secbuf[stleng] = 0;
+      strmncpy(irccommand,p1,sizeof(irccommand));
+      p2++;
+      strmncpy(secbuf,p2,sizeof(secbuf));
+      p1 = secbuf;
+      if(*p1=='"')
+      {
+          p1++;
+	  p2=strchr(p1,'"');
+	  if(p2==NULL)
+	  {
+	      strmncpy(irccontent,p1,sizeof(irccontent));
+	  } else {
+	      *p2=0;
+	      p2++;
+	      strmncpy(ircto,rtrim(p1),sizeof(ircto));
+	      p1=strchr(p2,':');
+	      if(p1!=NULL)
+	      {
+	          p1++;
+		  strmncpy(irccontent,p1,sizeof(irccontent));
+	      } else {
+	          strmncpy(irccontent,p2,sizeof(irccontent));
+	      }
+	  }
+      } else {
+          p2=strchr(p1,':');
+          if (p2 == NULL) 
+          {
+	      strmncpy(irccontent,p1,sizeof(irccontent));
+	      return 0x0; 
+          }
+          stleng = p2 - p1;
+          secbuf[stleng]=0;
+          strmncpy(ircto,rtrim(p1),sizeof(ircto));
+/*          if (*p2 = ':') p2++; ???? 2011-07-01 */
+          *p2 = ':';
+          p2++;
+          strmncpy(irccontent,p2,sizeof(irccontent));
+      }
+   }
+   return 0x0;
+}
+
+/* final parse of from user/host/nick 
+ * - there was a bug up to 2.1.1, crashing on a long nickname from
+ *   server a-like inputs.
+ *   no compromise possible, but it could crash due to the fact
+ *   the nick was 64 bytes big in buffer, but stlen wasnt checked
+ *   for boundarys, and could overwrite a string pointer.
+ *                             - psychoid 07/19/2000
+ */
+
+
+int parse ()
+{
+    char *p1;
+    char *p2;
+    int stlen;
+    generalparse();
+    if (strlen(ircfrom) > 0) {
+       p1 = ircfrom;
+       p2 = strchr(ircfrom,'!');
+       if (p2 != NULL) {
+	  stlen = p2 - p1;
+	  stlen++;
+	  if(stlen>sizeof(ircnick)) stlen=sizeof(ircnick); /* this one */
+	  strmncpy(ircnick,p1,stlen);
+	  p2++;
+	  p1=strchr(p2,'@');
+	  if(p1!=NULL)
+	  {
+	      *p1=0;
+	      strmncpy(ircident,p2,sizeof(ircident));
+	      *p1='@';
+	  }    
+       }
+       p1 = ircfrom;
+       p2 = strchr(ircfrom,'@');
+       if (p2 != NULL) {
+          stlen = p2 - p1;
+	  stlen = strlen(ircfrom) - stlen;
+	  p2++;
+	  if(stlen>sizeof(irchost)) stlen=sizeof(irchost); /* and this one */
+	  strmncpy(irchost,p2,stlen);
+       }
+    }
+    ucase(irccommand);
+    return 0x0;
+}
+
+/* boolean result, if ircommand is equal to given param, will be removed */
+
+int ifcommand(char *cmd)
+{
+    if (*irccommand==0) return 0x0;
+    if (cmd==NULL) return 0x0;
+    if (strmcmp(cmd,irccommand)) return 0x1;
+    return 0x0;
+}
blob - /dev/null
blob + 44fee7e8f0150487c2887bf66fa0e4397d9ae333 (mode 644)
--- /dev/null
+++ src/p_peer.c
@@ -0,0 +1,876 @@
+/************************************************************************
+ *   psybnc, src/p_peer.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_PEER
+
+#include <p_global.h>
+
+/* MySQL for IP check */
+#ifdef MYSQL_IPCHECK
+#ifdef HAVE_MYSQL
+#include <mysql.h>
+int dbconnect();
+unsigned int mysqltimeout = MYSQL_TIMEOUT;
+void dbquery(char *query);
+
+MYSQL mysql, *sock = NULL;
+MYSQL_RES *res = NULL;
+MYSQL_ROW row;
+int dbconnect() 
+{
+    mysql_options(&mysql, MYSQL_OPT_CONNECT_TIMEOUT, (const char *)&mysqltimeout);
+    if (!(sock = mysql_real_connect(&mysql,MYSQL_SERVER,MYSQL_USER,MYSQL_PASS,MYSQL_DB,MYSQL_PORT,NULL,0)))
+    {
+        p_log(LOG_ERROR,-1,"[MySQL] Could not connect to to %s@%s using %s: %s", MYSQL_USER, MYSQL_SERVER, MYSQL_DB, mysql_error(&mysql));
+        return 0;
+    } else {
+/*		p_log(LOG_INFO,-1,"[MySQL] Connected to %s@%s using %s", MYSQL_USER, MYSQL_SERVER, MYSQL_DB); */
+        return 1;
+    }
+}
+
+void dbquery(char *query) 
+{
+	if(mysql_query(sock, query))
+	{
+		p_log(LOG_ERROR,-1,"[MySQL] Query (%s) failed (%s)", query, mysql_error(sock));
+        res = NULL;
+	} else {
+/*		p_log(LOG_INFO,-1,"[MySQL] Query: %s", query); */
+		res = mysql_store_result(sock);
+	}
+}
+
+void EndDbQuery(void) {
+/* p_log(LOG_INFO,-1,"Cleaning up..."); */
+    if (res != NULL) {
+        mysql_free_result(res);
+        res = NULL;
+    }
+
+    if (sock != NULL) {
+        mysql_close(sock);
+        sock = NULL;
+    }
+}
+
+char *escapequery (char *query) {
+  char *escaped = malloc(2*strlen(query)+1);
+
+  mysql_real_escape_string(&mysql, escaped, query, strlen(query));
+
+  return escaped;
+}
+
+#endif
+#endif
+
+/* check, if host is already connected */
+
+jmp_buf peertimeout;
+
+void peeralarm(int sig)
+{
+    longjmp(peertimeout,0x0);
+}
+
+int checkpeerhostname (char *hostname)
+{
+   int apeer;
+   int cnt=0;
+   struct peernodes *th;
+   pcontext;
+   th=peernode;
+   while (th!=NULL)
+   {
+       apeer=th->uid;
+       if (newpeer(apeer)->state > STD_NOUSE) {
+          if (strmcmp(newpeer(apeer)->host,hostname)) {
+	     cnt++;
+	     if(cnt>2) 
+	         return -1;
+          }
+       }
+       th=th->next;
+   }
+   return 0;
+}
+
+/* get a free peer descriptor */
+
+int getnewpeer ()
+{
+   int apeer;
+   pcontext;
+   apeer = 1;
+   P_CREATE=1;
+   while (apeer < 255) 
+   {
+       if (newpeer(apeer)->state == STD_NOUSE) {
+	  clearpeer(apeer);    
+          return apeer;
+       }
+       apeer++;
+   }
+   return -1;
+}
+
+/* erase a connected peer */
+
+int erasepeer(int npeer)
+{
+    pcontext;
+    killsocket(newpeer(npeer)->insock);
+    clearpeer(npeer);
+    return 0x0;
+}
+
+#ifdef LINKAGE
+
+/* linking a link (...) */
+
+int linklink(int npeer)
+{
+    int lnk;
+    char buf[200];
+    struct socketnodes *lkm;
+    char *pt;
+    pcontext;
+    lnk=getlink(npeer);
+    if (lnk==0) return -1;
+    if (getlinkbyname(newpeer(npeer)->name)!=lnk && newpeer(npeer)->type!=NP_RELAY) return -1;
+    /* hostname, name of the bouncer, and port are correct */
+    pcontext;
+    if (*datalink(lnk)->pass==0 && newpeer(npeer)->type!=NP_RELAY)
+    {
+	strmncpy(datalink(lnk)->pass,newpeer(npeer)->pass,sizeof(datalink(lnk)->pass));
+	writelink(lnk);
+    }
+    if (strmcmp(datalink(lnk)->pass,newpeer(npeer)->pass)==0) return -1;
+    /* password is correct */	
+    if (newpeer(npeer)->type==NP_LINK) 
+    {
+	if (datalink(lnk)->type!=LI_ALLOW)
+	{
+	    return -1; /* invalid link type, only 'allowed' links get accepted */
+	}
+#ifdef HAVE_SSL
+	if(datalink(lnk)->cert[0]==0)
+	{
+	    lkm=getpsocketbysock(newpeer(npeer)->insock);
+	    if(lkm!=NULL)
+	    {
+		if(lkm->sock->sslfd!=NULL)
+		{
+		    pt=sslgetcert(lkm->sock->sslfd);
+		    if(pt!=NULL)
+		    {
+			strmncpy(datalink(lnk)->cert,pt,sizeof(datalink(lnk)->cert));
+			p_log(LOG_INFO,-1,lngtxt(664),lnk);
+		    }
+		}
+	    }
+	} else {
+	    ap_snprintf(buf,sizeof(buf),lngtxt(665),lnk);
+	    if(sslcheckcert(newpeer(npeer)->insock,datalink(lnk)->cert,buf)==0)
+		return -1;	    
+	}
+#endif
+	ssnprintf(newpeer(npeer)->insock,lngtxt(666),me,me);
+#ifdef PARTYCHANNEL
+	ssnprintf(newpeer(npeer)->insock,lngtxt(667)); /* getting the 'WHO' */
+	ap_snprintf(buf,sizeof(buf),"%s%s%s",lngtxt(668),PARTYCHAN,lngtxt(669));
+	ssnprintf(newpeer(npeer)->insock,buf,me,me,partytopic);
+#endif
+	ssnprintf(newpeer(npeer)->insock,lngtxt(670)); /* getting the 'WHO' */
+	/* found by fighter: dynamic ip links never timed out on dead ifs */
+	if(datalink(lnk)->instate==STD_CONN)
+	{
+	    lkm=getpsocketbysock(datalink(lnk)->insock);
+	    if(lkm)
+	    {
+		/* destroy the socket silently */
+		lkm->sock->errorhandler=NULL;
+		lkm->sock->destructor=NULL;
+		killsocket(lkm->sock->syssock);
+	    }	    
+	}
+	/* go on as usual */
+	datalink(lnk)->insock=newpeer(npeer)->insock;
+	datalink(lnk)->instate=STD_CONN;
+	datalink(lnk)->outsock=0;
+	datalink(lnk)->outsock=0;
+	clearpeer(npeer);
+#ifdef INTNET
+	joinintnettolink(lnk);
+#endif
+	lkm=getpsocketbysock(datalink(lnk)->insock);
+        pcontext;
+	if(lkm!=NULL)
+	{
+	    lkm->sock->param=lnk;
+	    lkm->sock->handler=checklinkdata;
+	    lkm->sock->errorhandler=checklinkerror;
+	    lkm->sock->destructor=checklinkkill;
+	}
+	p_log(LOG_INFO,-1,lngtxt(671),datalink(lnk)->name);
+	sysparty(lngtxt(672),datalink(lnk)->name);
+	addtopology(datalink(lnk)->name,me);
+	return 0x0; /* done, linked */
+    }
+    pcontext;
+    if (newpeer(npeer)->type==NP_RELAY)
+    {
+	if(datalink(lnk)->allowrelay!=1)
+	{
+	    ssnprintf(newpeer(npeer)->insock,lngtxt(673));
+	    return -1;
+	}
+	return linkrelay(npeer,lnk);
+    }
+    return 0x0;
+}
+
+#endif
+
+int userinboundsocket(int usern, int newsock)
+{
+    user(usern)->insock=newsock;
+    return 0x0;
+}
+
+/* linking the new peer */
+
+int linkpeer(int npeer)
+{
+    int rc;
+    struct usernodes *th;
+    struct socketnodes *lkm;
+    char buf[200];
+    char *pt;
+    pcontext;
+#ifdef ANONYMOUS
+#ifdef MULTIUSER
+    rc=checkuser(newpeer(npeer)->login);
+#else
+    rc=1;
+#endif
+    if (rc==0x0) nousers=1;
+#endif
+    if (nousers==1) {
+       nousers = 0;
+       rc = firstuser(npeer);
+       pcontext;
+       if(rc==-1) return -1;
+       if (rc) {
+	  strmncpy(user(rc)->nick,newpeer(npeer)->nick,sizeof(user(rc)->nick));
+	  strmncpy(user(rc)->wantnick,newpeer(npeer)->nick,sizeof(user(rc)->wantnick));
+	  strmncpy(user(rc)->user,newpeer(npeer)->user,sizeof(user(rc)->user));
+	  strmncpy(user(rc)->host,newpeer(npeer)->host,sizeof(user(rc)->host));
+          user(rc)->insock = newpeer(npeer)->insock;
+	  user(rc)->instate = STD_CONN;
+	  lkm=getpsocketbysock(user(rc)->insock);
+	  pcontext;
+	  if(lkm!=NULL)
+	  {
+	    lkm->sock->param=rc;
+	    lkm->sock->handler=userinbound;
+	    lkm->sock->errorhandler=userinerror;
+	    lkm->sock->destructor=userinkill;
+	    lkm->sock->sockgroup=SGR_USERINBOUND+rc;
+	    lkm->sock->remapper=userinboundsocket;
+	  }
+#ifdef PARTYCHANNEL
+	  joinparty(rc);
+#endif
+	  writeuser(rc);
+          clearpeer(npeer);
+	  pcontext;
+	  memset(nulluser,0x0,sizeof(struct usert));
+	  memset(dummyuser,0x0,sizeof(struct usert));
+          return 0x0;
+       }
+    }
+#ifdef MULTIUSER
+    rc=checkuser(newpeer(npeer)->login);
+#else
+    rc=1;
+#endif
+    pcontext;
+    if (rc==0x0) return -1;
+    ap_snprintf(buf,sizeof(buf),"%s%s",slt1,slt2);
+    pt=BLOW_stringencrypt(buf,newpeer(npeer)->pass);
+    pcontext;
+    ap_snprintf(newpeer(npeer)->pass,sizeof(newpeer(npeer)->pass),"=%s",pt);
+    free(pt);
+    if (strmcmp(newpeer(npeer)->pass,user(rc)->pass)==0x0) {
+	user(rc)->penalty++;
+	user(rc)->pentime=time(NULL);
+	return -1;
+    }
+    /* this should annoy all those funny scriptkids, who are trying to
+       bruteforce psybnc-passwords remotely. If more than 2 false logins are
+       given, psybnc will lockup any login from that user for 10 minutes
+       plus random seconds of a 60 second maximum. Host lockout just would
+       lead to let them change the host.
+    */
+    if(user(rc)->penalty>2 && user(rc)->pentime+600+(rand()%120)>time(NULL))
+	return -1;
+    else 
+    {
+	user(rc)->penalty=0;
+	user(rc)->pentime=0;
+    }
+#ifdef HAVE_SSL
+    if(user(rc)->cert[0]==0)
+    {
+	lkm=getpsocketbysock(newpeer(npeer)->insock);	
+	if(lkm!=NULL)
+	{
+	    if(lkm->sock->sslfd!=NULL)
+	    {
+		pt=sslgetcert(lkm->sock->sslfd);
+		if(pt!=NULL)
+		{
+		    strmncpy(user(rc)->cert,pt,sizeof(user(rc)->cert));
+		    p_log(LOG_INFO,-1,lngtxt(674),user(rc)->login);
+		    writeuser(rc);
+		    flushconfig();
+		}
+	    }
+	}
+    } else {
+	ap_snprintf(buf,sizeof(buf),lngtxt(675),user(rc)->login);
+	if(sslcheckcert(newpeer(npeer)->insock,user(rc)->cert,buf)==0)
+	    return -1;	
+    }
+#endif
+#ifndef PARTYCHANNEL
+    sysparty(lngtxt(676),newpeer(npeer)->login);
+#endif
+    p_log(LOG_INFO,-1,lngtxt(677),newpeer(npeer)->login,currentsocket->sock->source);
+    lkm=getpsocketbysock(newpeer(npeer)->insock);
+    pcontext;
+    if(lkm!=NULL)
+    {
+	lkm->sock->param=rc;
+	lkm->sock->handler=userinbound;
+	lkm->sock->errorhandler=userinerror;
+	lkm->sock->destructor=userinkill;
+    }
+    /* authentification proceeded */
+#ifdef NOMULTICLIENT
+    if (user(rc)->insock > 0) {
+       ssnprintf(user(rc)->insock,lngtxt(678),user(rc)->nick,newpeer(npeer)->host);
+       killsocket(user(rc)->insock);	
+    }
+#endif
+#ifdef PARTYCHANNEL
+    if(user(rc)->sysmsg==0)
+	ap_snprintf(buf,sizeof(buf),lngtxt(679),newpeer(npeer)->login);
+#else
+    if(user(rc)->sysmsg==0)
+	ap_snprintf(buf,sizeof(buf),lngtxt(680),newpeer(npeer)->login);
+#endif
+    pcontext;
+    th=usernode;
+    while (th!=NULL)
+    {
+	if (th->user!=NULL)
+	{
+	    if (th->user->parent==rc || th->uid==rc)
+	    {
+#ifdef DYNAMIC
+		cmdbconnect(th->uid);
+#endif
+		user(th->uid)->delayed=0; /* if a user is not connected, he will get an addserver message at login */
+		user(th->uid)->insock = newpeer(npeer)->insock;
+#ifdef SCRIPTING
+		startdialogues(th->uid);
+#endif
+		strmncpy(user(th->uid)->host,newpeer(npeer)->host,sizeof(user(th->uid)->host));
+		strmncpy(user(th->uid)->wantnick,newpeer(npeer)->nick,sizeof(user(th->uid)->wantnick));
+		if (user(th->uid)->outstate == STD_CONN) {
+		    user(th->uid)->instate = STD_CONN;
+		    if (user(th->uid)->parent==0) 
+		    {
+			repeatserverinit(rc);
+			ssnprintf(user(rc)->insock,lngtxt(681),user(rc)->firstnick,user(rc)->login,user(rc)->host,user(rc)->nick);
+		    }
+		    if(user(th->uid)->welcome==1)
+		    {
+			if(user(th->uid)->leavequit==1)
+			    rejoinchannels(th->uid);
+			else
+			    rejoinclient(th->uid);
+		    }
+#ifdef PARTYCHANNEL
+		    if(user(th->uid)->sysmsg==1 || th->user->parent==0)
+		    {
+			user(th->uid)->sysmsg=0;
+			strmncpy(irccontent,PARTYCHAN,sizeof(irccontent));
+			cmdjoin(th->uid);
+			user(th->uid)->sysmsg=1;
+		    }
+#endif
+		    ap_snprintf(buf,sizeof(buf),lngtxt(682),user(th->uid)->wantnick);
+		    writesock_URGENT(user(th->uid)->outsock,buf);
+		} else {
+		    strmncpy(user(th->uid)->nick,newpeer(npeer)->nick,sizeof(user(th->uid)->nick));
+		    user(th->uid)->instate = STD_CONN;
+		    if (user(th->uid)->parent==0)
+		    {
+			if (checkforlog(th->uid))
+                           ssnprintf(user(th->uid)->insock,lngtxt(683),user(th->uid)->nick);
+			else
+                           ssnprintf(user(th->uid)->insock,lngtxt(684),user(th->uid)->nick);
+		    }
+#ifdef PARTYCHANNEL
+		    if(user(th->uid)->sysmsg==1 || th->user->parent==0)
+		    {
+			user(th->uid)->sysmsg=0;
+			strmncpy(irccontent,PARTYCHAN,sizeof(irccontent));
+			cmdjoin(th->uid);
+			user(th->uid)->sysmsg=1;
+		    }
+#endif
+		}
+	    }
+	}
+	th=th->next;
+    }
+    clearpeer(npeer);
+#ifdef INTNET
+    rejoinintchannels(rc);
+#endif
+    /* allocate to users group, and set the remapper */
+    lkm=getpsocketbysock(user(rc)->insock);
+    if(lkm)
+	if(lkm->sock)
+	{
+	    lkm->sock->sockgroup=SGR_USERINBOUND+rc;
+	    lkm->sock->remapper=userinboundsocket;
+	}
+    return 0x0;
+}
+
+/* if an new peer gets killed */
+
+int killoldlistener(int npeer)
+{
+    pcontext;
+    if(npeer==0) return 0x0;
+    p_log(LOG_WARNING,-1,lngtxt(685),newpeer(npeer)->host,newpeer(npeer)->login);
+    erasepeer(npeer);
+    return 0x0;	  
+}
+
+/* if an new peer gets killed */
+
+int erroroldlistener(int npeer,int errn)
+{
+    pcontext;
+    if(npeer==0) return 0x0;
+    p_log(LOG_ERROR,-1,lngtxt(686),newpeer(npeer)->host,newpeer(npeer)->login);
+    currentsocket->sock->destructor=NULL;
+    erasepeer(npeer);
+    return 0x0;	  
+}
+
+/* checking data coming on a peer */
+
+int checkoldlistener(int npeer)
+{
+    char *po;
+    pcontext;
+    if (newpeer(npeer)->state != STD_NOUSE) {
+          newpeer(npeer)->delayed++;
+	  if (newpeer(npeer)->delayed > 8) {
+	     /* all your bases are belong to us */
+	     writesock(newpeer(npeer)->insock,lngtxt(687));
+	     erasepeer(npeer);
+	     return 0x0;
+	  }
+          pcontext;
+	  parse();
+	  pcontext;
+	  if (ifcommand("USER")) {
+	     strmncpy(newpeer(npeer)->user,irccontent,sizeof(newpeer(npeer)->user));
+	     po=ircto;
+	     po=strchr(ircto,' ');
+	     if (po==NULL) return 0x0;
+	     *po=0;
+	     strmncpy(newpeer(npeer)->login,ircto,sizeof(newpeer(npeer)->login));
+	  }
+	  pcontext;
+#ifdef LINKAGE
+	  if (ifcommand(lngtxt(688))) {
+	     newpeer(npeer)->lnkport=atoi(irccontent);
+	     strmncpy(newpeer(npeer)->name,ircto,sizeof(newpeer(npeer)->name));
+	     newpeer(npeer)->type=NP_LINK; /* this is a bouncer */
+	  }
+	  if (ifcommand(lngtxt(689))) {
+	     strmncpy(newpeer(npeer)->vhost,irccontent,sizeof(newpeer(npeer)->vhost));
+	  }
+	  if (ifcommand(lngtxt(690))) {
+	     strmncpy(newpeer(npeer)->server,ircto,sizeof(newpeer(npeer)->server));	    
+	     newpeer(npeer)->port=atoi(irccontent);
+	  }
+	  if (ifcommand(lngtxt(691))) {
+	     newpeer(npeer)->lnkport=atoi(irccontent);
+	     strmncpy(newpeer(npeer)->name,ircto,sizeof(newpeer(npeer)->name));
+	     newpeer(npeer)->type=NP_RELAY; /* this is a relay */
+	  }
+#endif
+	  pcontext;
+	  if (ifcommand("NICK")) {
+	     strmncpy(newpeer(npeer)->nick,irccontent,sizeof(newpeer(npeer)->nick));
+	     if (strlen(newpeer(npeer)->pass)==0 && newpeer(npeer)->type==0) {
+	         ssnprintf(newpeer(npeer)->insock,lngtxt(692),newpeer(npeer)->nick);
+	     }
+	  }
+	  pcontext;
+	  if (ifcommand("PASS")) {
+	     if (*irccontent=='+') *irccontent='-';
+	     strmncpy(newpeer(npeer)->pass,irccontent,sizeof(newpeer(npeer)->pass));
+#ifdef LINKAGE
+	     if (newpeer(npeer)->type!=NP_USER)
+	     {
+	         if (linklink(npeer)==-1)
+		 {
+		     p_log(LOG_ERROR,-1,lngtxt(693),newpeer(npeer)->host,newpeer(npeer)->name);
+	         erasepeer(npeer);
+		     pcontext;
+		     return 0x0;		     
+		 }
+		 return 0x0;
+	     }
+#endif
+	  }
+	  pcontext;
+	  if ((strlen(newpeer(npeer)->nick) != 0) && (strlen(newpeer(npeer)->login) != 0) && (strlen(newpeer(npeer)->pass) != 0)) {
+#ifdef MYSQL_IPCHECK
+#ifdef HAVE_MYSQL
+        /* This is the MySQL IP Check.
+            It uses a shared table for banning and for IP restricting an account. If an entry has a comment it is a ban, if not it is an IP restriction.
+            The comment is provided as is for the client when being rejected. The 'server' field is so a shared database can be used for multiple psyBNC instances.
+            The 'server' matches the PSYBNC.SYSTEM.ME name (can be undefined, empty). Using a * (star) in the table makes the entry match any psyBNC connected to that table.
+
+            We connect to the database every time to make sure we have a valid working connection. It could be optimized to keep-alive the connection, but guess performance wise it is not that big an issue,
+            unless you have a very high amount of users (re-)connecting constantly.
+        */
+        pcontext;
+        if (dbconnect() == 1) {
+            char tmpvar[300] = "";
+            int mysqlcount;
+				/* Check for banned IP or banned ident */
+				ap_snprintf(tmpvar, sizeof(tmpvar), "SELECT ip, ident, comments FROM `%s` WHERE (`server` = '%s' OR `server` = '*') AND (`ident` = '%s' OR `ip` = '%s') AND comments <> '' LIMIT 1", MYSQL_TABLE, me, escapequery(newpeer(npeer)->login), currentsocket->sock->source);
+				dbquery(tmpvar);
+                if (res != NULL) {
+                    if ((mysqlcount = mysql_num_rows(res)) != 0) { /* User matches some kind of ban. We kick them off */
+                        row = mysql_fetch_row(res);
+                        pcontext;
+                        ssnprintf(newpeer(npeer)->insock,lngtxt(2000),newpeer(npeer)->nick,row[2]);
+                        p_log(LOG_WARNING,-1,"User rejected by filter: %s from host %s (%s) (%s)", newpeer(npeer)->login, newpeer(npeer)->host, currentsocket->sock->source, row[2]);
+                        erasepeer(npeer);
+                        EndDbQuery();
+                        return 0x0;
+                    }
+                    /* Check if user has IP check enabled */
+                    ap_snprintf(tmpvar, sizeof(tmpvar), "SELECT ip FROM `%s` WHERE (`server` = '%s' OR `server` = '*') AND `ident` = '%s' AND comments = ''", MYSQL_TABLE, me, escapequery(newpeer(npeer)->login));
+                    dbquery(tmpvar);
+                    if ((mysqlcount = mysql_num_rows(res)) != 0) { /* User has IP check */
+                        ap_snprintf(tmpvar, sizeof(tmpvar), "SELECT ip FROM `%s` WHERE (`server` = '%s' OR `server` = '*') AND `ident` = '%s' AND `ip` = '%s' AND comments = '' LIMIT 1", MYSQL_TABLE, me, escapequery(newpeer(npeer)->login), currentsocket->sock->source);
+                        dbquery(tmpvar);
+                        if ((mysqlcount = mysql_num_rows(res)) != 0) { /* User has IP check and user matches */
+                            pcontext;
+                            p_log(LOG_INFO,-1,"[MySQL_IPCHECK] Successful match for ident %s. IP: %s", newpeer(npeer)->login, currentsocket->sock->source);
+                        } else { /* User has IP check and user mismatched */
+                            pcontext;
+                            ssnprintf(newpeer(npeer)->insock,lngtxt(694),newpeer(npeer)->nick,newpeer(npeer)->login);
+                            p_log(LOG_WARNING,-1,"Failed Authentification for %s from host %s (User IP %s did not match database)", newpeer(npeer)->login, newpeer(npeer)->host, currentsocket->sock->source);
+                            erasepeer(npeer);
+                            EndDbQuery();
+                            return 0x0;
+                        }
+                    }
+                } else { /* MySQL query failed or somehow bugged up, so we wipe off the user */
+                    pcontext;
+                    ssnprintf(newpeer(npeer)->insock,":-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Failed to handle the incoming connection. Please try again in a while", newpeer(npeer)->nick);
+                    p_log(LOG_ERROR,-1,"Failed to handle the incoming connection from %s@%s. MySQL query failed. See previous log entry for details", newpeer(npeer)->login,newpeer(npeer)->host);
+                    erasepeer(npeer);
+                    EndDbQuery();
+                    return 0x0;
+                }
+                EndDbQuery();
+            } else { /* Connection to MySQL failed or somehow bugged up, so we wipe off the user */
+                pcontext;
+                ssnprintf(newpeer(npeer)->insock,":-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Failed to handle the incoming connection. Please try again in a while", newpeer(npeer)->nick);
+                p_log(LOG_ERROR,-1,"Failed to handle the incoming connection from %s@%s. MySQL failed to connect", newpeer(npeer)->login,newpeer(npeer)->host);
+                erasepeer(npeer);
+                return 0x0;
+            }
+#endif
+#endif
+            if (linkpeer(npeer) ==-1) {
+            ssnprintf(newpeer(npeer)->insock,lngtxt(694),newpeer(npeer)->nick,newpeer(npeer)->login);
+            p_log(LOG_ERROR,-1,lngtxt(695),newpeer(npeer)->login,newpeer(npeer)->host);
+            erasepeer(npeer);
+#ifdef MYSQL_IPCHECK
+#ifdef HAVE_MYSQL
+				 EndDbQuery();
+#endif
+#endif
+		  }
+      }
+    }
+    pcontext;
+    return 0x0;
+}
+
+/* checking a hosts allow */
+
+int checkhostallows(char *host)
+{
+    char buf[350];
+    char buf2[350];
+    struct stringarray *th;
+    char *pt;
+    ap_snprintf(buf,sizeof(buf),lngtxt(696),host);
+    th=hostallows;
+    while(th!=NULL)
+    {
+	ap_snprintf(buf2,sizeof(buf2),lngtxt(697),th->entry);
+	pt=strchr(buf2,';');
+	if(pt!=NULL) *pt=0;
+	if(wild_match(buf2,buf)) return 1;
+	th=th->next;
+    }
+    return -1;
+}
+
+/* check a connected peer structure */
+
+int checknewlistener(int i)
+{
+    int asocket;
+    int npeer;
+    int dummy;
+    pcontext;
+    asocket = currentsocket->sock->syssock;
+    if (checkpeerhostname(accepthost) == -1) {
+    	dummy = write(asocket,lngtxt(698),39);
+	    killsocket(asocket);
+    	return 0x0;
+    }
+    npeer=getnewpeer();
+    if (npeer == -1) {
+    	p_log(LOG_ERROR,-1,lngtxt(699),accepthost);
+        writesock(asocket,lngtxt(700));
+    	killsocket(asocket);
+	    return 0x0;
+    }
+    ssnprintf(asocket,"%s%s%s",lngtxt(701),APPNAME,APPVER);
+    currentsocket->sock->param=npeer;
+    clearpeer(npeer);	
+    pcontext;
+    newpeer(npeer)->insock = asocket;
+    strmncpy(newpeer(npeer)->host,accepthost,sizeof(newpeer(npeer)->host));
+    newpeer(npeer)->state = STD_NEWCON;
+    newpeer(npeer)->delayed = 0;
+    return 0x0;
+}
+/* create listening sock */
+
+void killed ()
+{
+   p_log(LOG_ERROR,-1,lngtxt(702));
+   exit(0x0);
+}
+
+/* error routine */
+
+void errored ()
+{
+   errn = 1;
+   return; /* Not needed? */
+}
+
+/* creating listening ports on the hosts given in the config for the demon */
+
+int createlisteners ()
+{
+  struct sigaction sv;
+  struct sigaction sx;
+  int proto;
+  int rc;
+  char entry[40];
+  char host[200];
+  int listenport;
+  int cntlisten;
+  int successes=0;
+  char *ho;
+#ifdef IPV6
+  unsigned char ip6[16];
+#ifdef SUNOS
+    int ernu;
+#endif
+#endif
+#ifdef SUNOS
+  struct hostent *hesun=NULL;
+#endif
+  struct sockaddr_in sin;
+  struct hostent *he;
+  dcchost[0]=0;
+  dcc6host[0]=0;
+  sigemptyset(&sv.sa_mask);
+  sv.sa_handler = killed;
+  sigemptyset(&sx.sa_mask);
+  sx.sa_handler = errored;
+  sigaction( SIGTERM, &sv, NULL);
+  sigaction( SIGINT, &sx, NULL);
+  sigaction( SIGKILL, &sv, NULL);
+  sigaction( SIGHUP, &sx, NULL);
+  sigaction( SIGUSR1, &sx, NULL);
+  sigaction( SIGPIPE, &sx, NULL);
+  umask( ~S_IRUSR & ~S_IWUSR );
+  srand( time( NULL) ); /* here we randomize to the timer (for randstring) */
+  srandom(rand()); /* salt of random bases on rand of time */
+
+  if(getini(lngtxt(703),lngtxt(704),lngtxt(705))==0)
+  {
+      if(inet_addr(value)<=0)
+      {
+          p_log(LOG_ERROR,0,lngtxt(706));
+      } else {
+	  if(strstr(value,"S=")==value)
+              strmncpy(dcchost,value+2,sizeof(dcchost));
+	  else	  
+              strmncpy(dcchost,value,sizeof(dcchost));
+      }	
+  }
+  /* limited to 10 listeners to turn down startup processor usage */
+  for(cntlisten=0;cntlisten<10;cntlisten++)
+  {
+      ap_snprintf(entry,sizeof(entry),lngtxt(707),cntlisten);
+      if(getini(lngtxt(708),entry,lngtxt(709))==0)
+      {
+	  listenport=atoi(value);
+	  ap_snprintf(entry,sizeof(entry),lngtxt(710),cntlisten);
+	  rc=getini(lngtxt(711),entry,lngtxt(712));
+	  if(rc==0)
+	  {
+	      strmncpy(host,value,sizeof(host));
+	  } else {
+	      strcpy(host,"*");
+	  }
+	  if(strmcmp(host,"*"))
+	  {
+	      proto = AF_INET;
+	  } else {
+	      /* at startup, always blocking dns will be used. */
+	      he=NULL;
+#ifdef IPV6
+	      proto=AF_INET6;
+#else
+	      proto=AF_INET;
+#endif
+	      if(strstr(host,"S=")==host)
+	          ho=host+2;
+	      else
+	          ho=host;  
+#ifdef IPV6
+#ifdef SUNOS
+
+	      he=getipnodebyname(ho,AF_INET6,0,&ernu);
+	      hesun=he;
+#else
+	      he=gethostbyname2(ho,AF_INET6);
+#endif	   
+#endif   	      		      
+	      if(he==NULL)
+	      {
+	          he=gethostbyname(ho);
+		  proto=AF_INET;
+	      }
+	      if(he)
+	      {
+#ifdef IPV6
+	          if(proto==AF_INET6)
+		  {
+		    memcpy(&ip6[0],he->h_addr,16);
+		    if(ho==host)
+		       ap_snprintf(host,199,"%01x:%01x:%01x:%01x:%01x:%01x:%01x:%01x",
+			    ((((unsigned short)ip6[0]) << 8) + (unsigned short)ip6[1]),
+			    ((((unsigned short)ip6[2]) << 8) + (unsigned short)ip6[3]),
+			    ((((unsigned short)ip6[4]) << 8) + (unsigned short)ip6[5]),
+			    ((((unsigned short)ip6[6]) << 8) + (unsigned short)ip6[7]),
+			    ((((unsigned short)ip6[8]) << 8) + (unsigned short)ip6[9]),
+			    ((((unsigned short)ip6[10]) << 8) + (unsigned short)ip6[11]),
+			    ((((unsigned short)ip6[12]) << 8) + (unsigned short)ip6[13]),
+			    ((((unsigned short)ip6[14]) << 8) + (unsigned short)ip6[15]));
+		    else	    
+		       ap_snprintf(host,199,"S=%01x:%01x:%01x:%01x:%01x:%01x:%01x:%01x",
+			    ((((unsigned short)ip6[0]) << 8) + (unsigned short)ip6[1]),
+			    ((((unsigned short)ip6[2]) << 8) + (unsigned short)ip6[3]),
+			    ((((unsigned short)ip6[4]) << 8) + (unsigned short)ip6[5]),
+			    ((((unsigned short)ip6[6]) << 8) + (unsigned short)ip6[7]),
+			    ((((unsigned short)ip6[8]) << 8) + (unsigned short)ip6[9]),
+			    ((((unsigned short)ip6[10]) << 8) + (unsigned short)ip6[11]),
+			    ((((unsigned short)ip6[12]) << 8) + (unsigned short)ip6[13]),
+			    ((((unsigned short)ip6[14]) << 8) + (unsigned short)ip6[15]));
+		  } 
+		  else 
+#endif	          
+		  {
+		     memcpy(&sin.sin_addr,he->h_addr,4);
+		     if(ho!=host)
+		     {
+		        ap_snprintf(host,sizeof(host),"S=%s",inet_ntoa(sin.sin_addr));
+		     } else 
+		        strmncpy(host,inet_ntoa(sin.sin_addr),sizeof(host));
+		  }
+	      } else {
+		  if(ho!=host && strmcmp(ho,"*"))
+		  {
+		      proto=AF_INET;
+		  }
+		  else
+	              host[0]=0;
+	      }
+#ifdef SUNOS
+	      if(hesun)
+	      {
+	          freehostent(hesun);
+	      }
+#endif
+	  }      
+	  if(host[0]!=0)
+	      if(createlistener(host,listenport,proto,0,checknewlistener,erroroldlistener,checkoldlistener,killoldlistener)>0) successes++;
+      }	
+  }
+  if(successes!=0)
+  {
+      if(dcchost[0]==0)
+          p_log(LOG_ERROR,-1,lngtxt(713));
+  }
+  return successes; /* success */
+}
blob - /dev/null
blob + 308569f6ce4fe5380354dee19ede5801614ab8f4 (mode 644)
--- /dev/null
+++ src/p_script.c
@@ -0,0 +1,1103 @@
+/************************************************************************
+ *   psybnc, src/p_script.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_SCRIPT
+
+#include <p_global.h>
+
+#ifdef SCRIPTING
+
+#define ERR_SUB "Cannot execute program '%s' invoked by %s"
+
+static int forks=0;
+
+#define MAXFORKS 50
+
+/*
+ * Scripting for psyBNC
+ * the two following routines are the 'core' for scripting usage.
+ * addsubtask will be called by startpipe, which will be called
+ * from the high level event and alias routines
+ *
+ * We are using socketpair to create sockets for the in&output
+ * to allow the usage of those in the socketdriver.
+ * This is 4.3BSDish, so it should work even on proprietry
+ * Operating Systems as like SunOs :P
+ * STDIN will be used also to read data from. As file that
+ * wont be possible, as socketpair it is possible.
+ */
+
+struct subtask *previoustask;
+
+/* getting a subtask structure by pid */
+
+struct subtask *getsubtaskbypid(int pid)
+{
+    struct subtask *sts;
+    sts=subtasks;
+    previoustask=NULL;
+    while(sts!=NULL)
+    {
+	if(sts->pid==pid) return sts;
+	previoustask=sts;
+	sts=sts->next;
+    }
+    return NULL;
+}
+
+/* handling the internal structure */
+
+int addsubtask(int uid, int pid, int fdin, int fdout, int fderr, char *program, struct scriptt *script)
+{
+    struct subtask *st,*pst;
+    pcontext;
+    st=subtasks;
+    pst=st;
+    if(st==NULL)
+    {
+	st=(struct subtask *)pmalloc(sizeof(struct subtask));
+	subtasks=st;
+    } else {
+	while (st!=NULL)
+	{
+	    pst=st;
+	    st=st->next;
+	}
+	pst->next=(struct subtask *)pmalloc(sizeof(struct subtask));
+	st=pst->next;
+    }
+    st->uid=uid;
+    st->pid=pid;
+    st->fdin=fdin;
+    st->fdout=fdout;
+    st->fderr=fderr;            
+    st->script=script;
+    st->desc=(char *)pmalloc(strlen(program)+1);
+    strmncpy(st->desc,program,strlen(program)+1);
+    return 0x1;
+}
+
+/* the forking pipe for the subtask */
+
+int startpipe(	int usern, 
+		char *program,
+		struct scriptt *script,
+		int(*setenvironment)(int,struct scriptt *),
+		int(*inboundhandler)(int),
+		int(*outboundhandler)(int),
+		int(*errorlog)(int),
+		int(*terminated)(int,int),
+		int(*destroyed)(int))
+{
+    int in_fds[2],out_fds[2],err_fds[2];
+    int pid,ss1=0,ss2=0,ss3=0,rc,dummy;
+    struct socketnodes *sdes;
+    pcontext;
+    if(forks>MAXFORKS)
+    {
+	p_log(LOG_ERROR,usern,lngtxt(714),program,user(usern)->login);
+	return -1;
+    }
+    if(mainlog!=NULL)
+    {
+	fclose(mainlog);
+	mainlog=NULL;
+    }
+    if(socketpair(AF_UNIX,SOCK_STREAM,0,in_fds)<0)
+    {
+	p_log(LOG_ERROR,usern,ERR_SUB,program,user(usern)->login);
+	return -1;    
+    }
+    if(socketpair(AF_UNIX,SOCK_STREAM,0,out_fds)<0)
+    {
+	shutdown(in_fds[0],2);
+	close(in_fds[0]);
+	shutdown(in_fds[1],2);
+	close(in_fds[1]);
+	p_log(LOG_ERROR,usern,ERR_SUB,program,user(usern)->login);
+	return -1;    
+    }
+    if(socketpair(AF_UNIX,SOCK_STREAM,0,err_fds)<0)
+    {
+	shutdown(in_fds[0],2);
+	close(in_fds[0]);
+	shutdown(in_fds[1],2);
+	close(in_fds[1]);
+	shutdown(out_fds[0],2);
+	close(out_fds[0]);
+	shutdown(out_fds[1],2);
+	close(out_fds[1]);
+	p_log(LOG_ERROR,usern,ERR_SUB,program,user(usern)->login);
+	return -1;    
+    }
+    signal(SIGCHLD,SIG_IGN); /* zombie.. */
+    if ((pid=fork())<0)
+    {
+	shutdown(in_fds[0],2);
+	close(in_fds[0]);
+	shutdown(in_fds[1],2);
+	close(in_fds[1]);
+	shutdown(out_fds[0],2);
+	close(out_fds[0]);
+	shutdown(out_fds[1],2);
+	close(out_fds[1]);
+	shutdown(err_fds[0],2);
+	close(err_fds[0]);
+	shutdown(err_fds[1],2);
+	close(err_fds[1]);
+	p_log(LOG_ERROR,usern,ERR_SUB,program,user(usern)->login);
+	return -1;
+    }    
+    if (!pid)
+    {
+	close(out_fds[0]);
+	dup2(out_fds[1],STD_OUT);
+	close(out_fds[1]);
+	close(in_fds[1]);
+	dup2(in_fds[0],STD_IN);
+	close(in_fds[0]);
+	close(err_fds[0]);
+	dup2(err_fds[1],STD_ERR);
+	close(err_fds[1]);
+	if(setenvironment!=NULL)
+	    rc=(*setenvironment)(usern,script);
+	sleep(1);	/* one second delay for mothers actions */
+	/*
+    	 * we call "system", which is normally not called by
+	 * demon applications. But in this case the call will
+	 * only get the parameters being taken from the user
+	 * defined script. So no "bogus" data can be passed
+	 * on. Also we only define the environment, there
+	 * are no "usergiven" env-parameters.
+	 */
+	dummy = system(program);
+/*	write(STD_ERR,lngtxt(715),4);  sending us an EOF  */
+	sleep(1); /* wait some time, until mother gets we died. */
+	exit(0x0);    
+    } else {
+	/* creating internal structures */
+	close(out_fds[1]);
+	close(in_fds[0]);
+	close(err_fds[1]);
+	ss1=createsocket(in_fds[1],ST_CONNECT,0,SGR_NONE,NULL,NULL,terminated,outboundhandler,destroyed,NULL,AF_INET,SSL_OFF);
+	if(ss1>0)
+	{
+	    ss2=createsocket(out_fds[0],ST_CONNECT,0,SGR_NONE,NULL,NULL,terminated,inboundhandler,destroyed,NULL,AF_INET,SSL_OFF);
+	    if(ss2>0)
+	    {
+		ss3=createsocket(err_fds[0],ST_CONNECT,0,SGR_NONE,NULL,NULL,terminated,errorlog,destroyed,NULL,AF_INET,SSL_OFF);
+	    }
+	}
+	if(ss3<=0)
+	{
+	    if(ss1>0) killsocket(ss1);
+	    if(ss2>0) killsocket(ss2);
+	    p_log(LOG_ERROR,usern,lngtxt(716),program,user(usern)->login);
+	    return -1;
+	}
+	forks++;
+	/* post fill of the psockets */
+	sdes=getpsocketbysock(in_fds[1]);
+	if(sdes!=NULL)
+	{
+	    ap_snprintf(sdes->sock->source,sizeof(sdes->sock->source),lngtxt(717),pid);
+	    strcpy(sdes->sock->dest,"0:0");
+	    sdes->sock->sport=pid;
+	    sdes->sock->dport=usern;
+	    sdes->sock->param=pid;
+	    sdes->sock->flag=SOC_CONN;
+	}
+	sdes=getpsocketbysock(out_fds[0]);
+	if(sdes!=NULL)
+	{
+	    ap_snprintf(sdes->sock->source,sizeof(sdes->sock->source),lngtxt(718),pid);
+	    strcpy(sdes->sock->dest,"0:0");
+	    sdes->sock->sport=pid;
+	    sdes->sock->dport=usern;
+	    sdes->sock->param=pid;
+	    sdes->sock->flag=SOC_CONN;
+	}
+	sdes=getpsocketbysock(err_fds[0]);
+	if(sdes!=NULL)
+	{
+	    ap_snprintf(sdes->sock->source,sizeof(sdes->sock->source),lngtxt(719),pid);
+	    strcpy(sdes->sock->dest,"0:0");
+	    sdes->sock->sport=pid;
+	    sdes->sock->dport=usern;
+	    sdes->sock->param=pid;
+	    sdes->sock->flag=SOC_CONN;
+	}
+	addsubtask(usern,pid,in_fds[1],out_fds[0],err_fds[0],program,script);
+    }
+    return pid;
+}
+
+/* standard routine to kill a task */
+
+int terminatetask(int pid,int err)
+{
+    struct subtask *st;
+    struct scriptt *scr;
+    struct socketnodes *ps;
+    pcontext;
+    if(pid<=0) return -1;
+    if(forks>0) forks--;
+    st=getsubtaskbypid(pid);
+    if(st==NULL) return 0x0;
+    if(previoustask==NULL)
+	subtasks=st->next;
+    else
+	previoustask->next=st->next;
+    ps=getpsocketbysock(st->fdin);
+    if(ps!=NULL)
+    {
+        ps->sock->destructor=NULL;
+        ps->sock->errorhandler=NULL;
+        killsocket(st->fdin);
+    }
+    ps=getpsocketbysock(st->fdout);
+    if(ps!=NULL)
+    {
+        ps->sock->destructor=NULL;
+        ps->sock->errorhandler=NULL;
+        killsocket(st->fdout);
+    }
+    ps=getpsocketbysock(st->fderr);
+    if(ps!=NULL)
+    {
+        ps->sock->destructor=NULL;
+        ps->sock->errorhandler=NULL;
+        killsocket(st->fderr);
+    }
+    scr=st->script;
+    if(scr!=NULL)
+    {
+        scr->pid=0;
+    }
+
+    free(st->desc);
+    free(st);
+    waitpid(pid, NULL, 0);
+    return 0x0;
+}
+
+int terminatedest(int pid)
+{
+    return terminatetask(pid,0);
+}
+
+
+/* clearing the script from a user */
+
+int clearuserscript(int usern)
+{
+    struct scriptt *sm,*lsm;
+    struct subtask *stsk,*ntsk;
+    pcontext;
+    sm=user(usern)->script;
+    while(sm!=NULL)
+    {
+	lsm=sm->next;
+	if(sm->event!=NULL) free(sm->event);
+	if(sm->from!=NULL) free(sm->from);
+	if(sm->to!=NULL) free(sm->to);
+	if(sm->content!=NULL) free(sm->content);
+	if(sm->command!=NULL) free(sm->command);
+	/* we need to kill all bound tasks */
+	stsk=subtasks;
+	while(stsk!=NULL)
+	{
+	    ntsk=stsk->next;
+	    if(stsk->script==sm && stsk->pid!=0)
+	    {
+		terminatetask(stsk->pid,0);
+	    }
+	    stsk=ntsk;
+	}
+	free(sm);
+	sm=lsm;    
+    }
+    user(usern)->script=NULL;
+    return 0x0;
+}
+
+/* get the function from the string */
+
+int getscriptfunction(char *func)
+{
+    char ffunc[strlen(func)+1];
+    strmncpy(ffunc,func,strlen(func)+1);
+    ucase(ffunc);
+    if(strmcmp(ffunc,lngtxt(720))) return SCR_DCCCHAT;
+    if(strmcmp(ffunc,lngtxt(721))) return SCR_DCCSEND;
+    if(strmcmp(ffunc,lngtxt(722))) return SCR_SERVER;
+    if(strmcmp(ffunc,lngtxt(723))) return SCR_DIALOGUE;
+    if(strmcmp(ffunc,"CTCP")) return SCR_CTCP;
+    if(strmcmp(ffunc,lngtxt(724))) return SCR_ALIAS;
+    return SCR_NONE;
+}
+
+
+/* parsing a single line of a user script */
+
+int processscriptline(int usern, char *line)
+{
+    char *nothing=lngtxt(1315);
+    char *function=nothing,*event=nothing,*from=nothing,*to=nothing,*content=nothing,*command=nothing;
+    char *pt,*ept;
+    char *ln;
+    struct scriptt *uscript,*ouscript=NULL;
+    char nline[strlen(line)+1];
+    int zncount=0;
+    pcontext;
+    strmncpy(nline,line,strlen(line)+1);
+    ln=nline;
+    while(ln!=NULL && zncount!=6)
+    {
+	while(*ln!=0 && (*ln==' ' || *ln=='\t')) ln++; /* stripping */
+	if(*ln=='"')
+	{
+	    ln++;
+	    pt=strchr(ln,'"');
+	    if(pt==NULL) return -1;
+	    *pt=0;pt++;
+	} else {
+	    pt=strchr(ln,0x9); /* tabs */
+	    if(pt==NULL) pt=strchr(ln,' ');
+	    ept=strchr(ln,' ');
+	    if(ept!=NULL && ept<pt) pt=ept;
+	    if(pt!=NULL && zncount!=5)
+		{*pt=0;pt++;}
+	}
+	switch(zncount)
+	{
+	    case 0:
+		function=ln;
+		break;
+	    case 1:
+		event=ln;
+		break;
+	    case 2:
+		from=ln;
+		break;
+	    case 3:
+		to=ln;
+		break;
+	    case 4:
+		content=ln;
+		break;
+	    case 5:
+		command=ln;
+		break;
+	}
+	zncount++;
+	ln=pt;
+    }
+    /* when we are here, we did not get enough parameters */
+    if(zncount!=6) return -1;
+    pcontext;
+    if(getscriptfunction(function)==SCR_NONE) return -1;
+    uscript=user(usern)->script;
+    while(uscript!=NULL)
+    {
+	ouscript=uscript;
+	uscript=uscript->next;
+    }
+    if(ouscript==NULL)
+    {
+	user(usern)->script=(struct scriptt *)pmalloc(sizeof(struct scriptt));
+	uscript=user(usern)->script;
+    } else {
+	ouscript->next=(struct scriptt *)pmalloc(sizeof(struct scriptt));
+	uscript=ouscript->next;
+    }
+    uscript->event=(char *)pmalloc(strlen(event)+1);
+    uscript->from=(char *)pmalloc(strlen(from)+1);
+    uscript->to=(char *)pmalloc(strlen(to)+1);
+    uscript->content=(char *)pmalloc(strlen(content)+1);
+    uscript->command=(char *)pmalloc(strlen(command)+1);
+    strmncpy(uscript->event,event,strlen(event)+1);
+    strmncpy(uscript->from,from,strlen(from)+1);
+    strmncpy(uscript->to,to,strlen(to)+1);
+    strmncpy(uscript->content,content,strlen(content)+1);
+    strmncpy(uscript->command,command,strlen(command)+1);
+    uscript->function=getscriptfunction(function);
+    uscript->pid=0;
+    return 0x0;
+}
+
+/* loading the script of a single user */
+
+int loadscript(int usern)
+{
+    FILE *script;
+    char bf[60];
+    char *pt;
+    char scline[4096];
+    int line=1;
+    pcontext;
+    if(user(usern)->script!=NULL)
+	clearuserscript(usern);
+    ap_snprintf(bf,sizeof(bf),"scripts/USER%d.SCRIPT",usern);
+    script=fopen(bf,"r");
+    if(script==NULL) 
+    {
+	strcpy(bf,"scripts/DEFAULT.SCRIPT");
+	script=fopen(bf,"r");
+    }
+    if(script==NULL)
+	return -1;
+    while(fgets(scline,sizeof(scline),script))
+    {	
+	pt=strchr(scline,'\r');
+	if(pt==NULL) pt=strchr(scline,'\n');
+	if(pt!=NULL) *pt=0;
+	if(strlen(scline)>1 && *scline!=';' && processscriptline(usern, scline)==-1)
+	{
+	    p_log(LOG_ERROR,usern,"Bogus scripting Line in %s Line %d: %s",bf,line,scline);
+	}
+	line++;
+    }
+    fclose(script);
+    return 0x0;        	
+}
+
+/* get next script entry from script identifier */
+
+struct scriptt *getnextfunctionentry(struct scriptt *msc,int func)
+{
+    if(msc==NULL) return NULL;
+    msc=msc->next;
+    while(msc!=NULL)
+    {
+	if(msc->function==func) return 0x0;
+	msc=msc->next;
+    }
+    return NULL;
+}
+
+/* setup standard environments */
+
+int setupstandardenv(int usern,struct scriptt *script)
+{
+    char fn[20];
+    char *pt,*pt2,*pt3;
+    char c;
+    int icnt=1;
+    setenv("NICK",ircnick,1);
+    setenv("IDENT",ircident,1);
+    setenv("HOST",irchost,1);
+    setenv("USER",ircfrom,1);
+    setenv("CMD",irccommand,1);
+    setenv("TO",ircto,1);
+    setenv("CONTENT",irccontent,1);
+    ap_snprintf(fn,sizeof(fn),"%d",usern);
+    setenv("USERNUMBER",fn,1);
+    setenv("USERLOGIN",user(usern)->login,1);
+    setenv("USERNICK",user(usern)->nick,1);
+    setenv("USERHOST",user(usern)->host,1);
+    if(user(usern)->instate==STD_CONN)
+	setenv("USERON","1",1);
+    else
+	setenv("USERON","0",1);
+    /* setup P parameters (from ircinput) */
+    pt=ircbuf;
+    pt2=pt;
+    while(pt2!=NULL)
+    {
+	pt2=strchr(pt,' ');
+	if(pt2!=NULL)
+	{
+	    *pt2=0;
+	}
+	ap_snprintf(fn,sizeof(fn),"P%d",icnt);
+	pt3=strchr(pt,'\r');
+	if(pt3==NULL) pt3=strchr(pt,'\n');
+	if(pt3!=NULL) 
+	{	
+	    c=*pt3;
+	    *pt3=0;
+	}
+	setenv(fn,pt,1);
+	if(pt3!=NULL) *pt3=c;
+	if(pt2!=NULL)
+	{
+	    *pt2=' ';
+	    pt2++;
+	    pt=pt2;
+	}
+	icnt++;
+    }
+    return 0x0;
+}
+
+/* generic script-error routine */
+
+int scripterror(int pid)
+{
+    struct subtask *stsk;
+    char *pt;
+    stsk=getsubtaskbypid(pid);
+    if(stsk!=NULL)
+    {
+	pt=strchr(ircbuf,'\r');
+	if(pt==NULL) pt=strchr(ircbuf,'\n');
+	if(pt!=NULL) *pt=0;
+	p_log(LOG_WARNING,stsk->uid,"[%d/%s]: %s",pid,user(stsk->uid)->login,ircbuf);
+    }
+    return 0x0;
+}
+
+/*
+ * Now the application specific routines
+ * dialogues, aliases etc.
+ */
+
+/* dialogue events */
+
+/* setting the environment for the dialogue */
+
+int setdialogueenv(int usern,struct scriptt *script)
+{
+    setupstandardenv(usern,script);
+    setenv("MYNICK",script->to,1);
+    return 0x0;
+}
+
+/* dialogue input handler */
+
+int dialogueevent(int pid)
+{
+    struct subtask *stsk;
+    pcontext;
+    stsk=getsubtaskbypid(pid);
+    if(stsk!=NULL)
+    {
+	if(user(stsk->uid)->instate==STD_CONN)
+	{
+	    if(stsk->script!=NULL)
+	    {
+		ssnprintf(user(stsk->uid)->insock,"(%s)!psyBNC@psyBNC.dk PRIVMSG %s :%s\r\n",stsk->script->to,user(stsk->uid)->nick,ircbuf);
+	    }
+	}
+    }
+    return 0x0;
+}
+
+/* start all dialogues when the user sings on */
+
+int startdialogues(int usern)
+{
+    struct scriptt *msc;
+    pcontext;
+    msc=user(usern)->script;
+    while(msc!=NULL)
+    {
+	if(msc!=NULL)
+	{
+	    if(msc->function==SCR_DIALOGUE)
+		msc->pid=startpipe(usern,msc->command,msc,setdialogueenv,dialogueevent,dialogueevent,scripterror,terminatetask,terminatedest);
+	}
+	msc=msc->next;
+    }
+    return 0x0;
+}
+
+/* stop the dialogues if the user signs off */
+
+int stopdialogues(int usern)
+{
+    struct scriptt *msc,*pmsc;
+    pcontext;
+    msc=user(usern)->script;
+    while(msc!=NULL)
+    {
+	pmsc=msc->next;
+	if(msc->function==SCR_DIALOGUE && msc->pid!=0)
+	{
+	    terminatetask(msc->pid,0);
+	}
+	msc=pmsc;
+    }    
+    return 0x0;
+}
+
+/* send a users input to the dialogue */
+
+int senddialoguequery(int usern)
+{
+    char *tnick;
+    struct subtask *tsk;
+    char sndcmd[2048];
+    pcontext;
+    tnick=strchr(ircto,'(');
+    if(tnick!=ircto) return 0x0;
+    tnick=strchr(ircto,')');
+    if(tnick==NULL) 
+    {
+	return querydccchat(usern,ircto+1);
+    }
+    *tnick=0;
+    tnick=ircto+1;
+    tsk=subtasks;
+    while(tsk!=NULL)
+    {
+	if(tsk->script!=NULL)
+	{
+	    if(tsk->script->function==SCR_DIALOGUE && strmcmp(tsk->script->to,tnick)==1)
+	    {
+		ap_snprintf(sndcmd,sizeof(sndcmd),"%s\n",irccontent); /* \n only */
+		writesock_STREAM(tsk->fdout,sndcmd,strlen(sndcmd));
+		return 0x1;	    
+	    }
+	}
+	tsk=tsk->next;
+    }
+    return 0x0; /* no match found */
+}
+
+/* 
+ * server events
+ * run normally not backgrounded, and dont get any user input.
+ * STD_OUT output goes to the Server, using the USERINBOUND, so that
+ * a script could even call psybnc commands.
+ * everything else than a command of psybnc goes directly to the
+ * server without user notification.
+ * STD_IN is being abused as output to the clientside, if it is
+ * connected. The script user has to "simulate" valid server
+ * messages for the USEROUTBOUND.
+ * STD_ERR always goes into the log of psybnc and is logged with
+ * pid and usernumber.
+ */
+
+/* check a single server event for plausibility */
+
+int checkserverevent(int usern,struct scriptt *scr)
+{
+    static char pm[200];
+    static char pm1[200];
+    if(strmcmp(scr->event,irccommand))
+    {
+	strmncpy(pm,scr->to,sizeof(pm));
+	ucase(pm);
+	strmncpy(pm1,ircto,sizeof(pm1));
+	ucase(pm1);
+	if(strmcmp(pm,pm1) || *scr->to=='*')
+	{
+	    if(strmwildcmp(irccontent,scr->content) || strmcmp(scr->content,"*")==1)
+	    {
+		if(wild_match(scr->from,ircfrom) || strmcmp(scr->from,"*!*@*"))
+		{
+		    return 1;
+		}
+	    }
+	}
+    }    
+    return 0x0;
+}
+
+/* setting the environment for the server event */
+
+int setserverenv(int usern,struct scriptt *script)
+{
+    struct uchannelt *chan;
+    struct uchannelusert *chanuser;
+    char us[100];
+    char ebuf[600];
+    int nr=1;
+    setupstandardenv(usern,script);
+    chan=getuserchannel(usern,rtrim(script->to));
+    if(chan!=NULL)
+    {
+	setenv("CHANNEL",chan->name,1);
+	setenv("CHANTOPIC",chan->topic,1);
+	setenv("CHANMODE",chan->modes,1);
+	if(chan->key[0]!=0)
+	    setenv("CHANKEY",chan->key,1);
+	if(chan->limit!=0)
+	{
+	    ap_snprintf(us,sizeof(us),"%d",chan->limit);
+	    setenv("CHANLIMIT",us,1);
+	}
+	chanuser=chan->users;
+	while(chanuser!=NULL)
+	{
+	    ap_snprintf(us,sizeof(us),"CHANUSER%d",nr);
+	    ap_snprintf(ebuf,sizeof(ebuf),"%s!%s@%s|%c",chanuser->nick,chanuser->ident,chanuser->host,chanuser->mode[0]);
+	    setenv(us,ebuf,1);
+	    nr++;
+	    chanuser=chanuser->next;
+	}
+    } else {
+	if(strchr("#&+!",*script->to)!=NULL)
+	{
+	    setenv("CHANNEL",script->to,1);
+	}
+    }
+    return 0x0;
+}
+
+/* the running server event or alias, sending data to server */
+
+int servertoserverevent(int pid)
+{
+    struct subtask *stsk;
+    struct socketnodes *ssec;
+    ssec=currentsocket;
+    stsk=getsubtaskbypid(pid);
+    if(stsk!=NULL)
+    {
+	if(user(stsk->uid)->outstate==STD_CONN)
+	{
+	    SCRSOCK=1; /* dont inherit the current socket to the users inbound socket */
+	    userinbound(stsk->uid); /* simulate as if it came from the client */
+	    SCRSOCK=0; /* reset this */
+	}    
+    }
+    return 0x0;
+}
+
+/* the running server event or alias, sending data to the client */
+
+int servertoclientevent(int pid)
+{
+    struct subtask *stsk;
+    stsk=getsubtaskbypid(pid);
+    if(stsk!=NULL)
+    {
+	if(user(stsk->uid)->instate==STD_CONN)
+	{
+	    useroutbound(stsk->uid); /* simulate as if it came from the server */
+	}    
+    }
+    return 0x0;
+}
+
+/* the event loop for a user */
+
+int serverevent(int usern)
+{
+    struct scriptt *scr;
+    static char sicbuf[8192];
+    strmncpy(sicbuf,ircbuf,sizeof(sicbuf));
+    scr=user(usern)->script;
+    while(scr!=NULL)
+    {
+	if(scr->function==SCR_SERVER)
+	{
+	    if(checkserverevent(usern,scr)==1)
+	    {
+		scr->pid=startpipe(usern,scr->command,scr,setserverenv,servertoclientevent,servertoserverevent,scripterror,terminatetask,terminatedest);
+	    }
+	}
+	scr=scr->next;
+    }
+    strmncpy(ircbuf,sicbuf,sizeof(ircbuf));
+    parse();
+    return 0x0;
+}
+
+/*
+ * aliases
+ * This are commands a user may execute as like he executes psyBNC
+ * commands. If an alias ist existent which is similiar to a fixed
+ * command used by psyBNC, the alias will replace the internal
+ * command.
+ * An alias may not stay in the background, if the alias task is
+ * still active, when the alias will be triggered by the user,
+ * then another alias background task will be raised. If as "TO"
+ * parameter a channel is defined, then the channel will be handed
+ * over as environment. If BHELP should show proper Infos for the
+ * specific command, a COMMAND.TXT file has to be added to the help
+ * directory of psybnc.
+ * STDIN output will be sent to the clients input (see server events)
+ * STDOUT will be sent to the server similiar to server events.
+ * STDERR goes to the error log.
+ */
+
+/* setting the environment for the alias event */
+
+int setaliasenv(int usern,struct scriptt *script)
+{
+    struct uchannelt *chan;
+    struct uchannelusert *chanuser;
+    char us[100];
+    char ebuf[600];
+    int nr=1;
+    setupstandardenv(usern,script);
+    chan=getuserchannel(usern,rtrim(ircto));
+    if(chan!=NULL)
+    {
+	setenv("CHANNEL",chan->name,1);
+	setenv("CHANTOPIC",chan->topic,1);
+	setenv("CHANMODE",chan->modes,1);
+	if(chan->key[0]!=0)
+	    setenv("CHANKEY",chan->key,1);
+	if(chan->limit!=0)
+	{
+	    ap_snprintf(us,sizeof(us),"%d",chan->limit);
+	    setenv("CHANLIMIT",us,1);
+	}
+	chanuser=chan->users;
+	while(chanuser!=NULL)
+	{
+	    ap_snprintf(us,sizeof(us),"CHANUSER%d",nr);
+	    ap_snprintf(ebuf,sizeof(ebuf),"%s!%s@%s|%c",chanuser->nick,chanuser->ident,chanuser->host,chanuser->mode[0]);
+	    setenv(us,ebuf,1);
+	    nr++;
+	    chanuser=chanuser->next;
+	}
+    } else {
+	if(strchr("#&+!",*ircto)!=NULL)
+	{
+	    setenv("CHANNEL",ircto,1);
+	}
+    }
+    return 0x0;
+}
+
+/* check if a command is an alias */
+
+int checkalias(int usern, struct scriptt *scr)
+{
+    char ebuf[40];
+    strmncpy(ebuf,scr->event,sizeof(ebuf));
+    ucase(ebuf);
+    return strmcmp(ebuf,irccommand);
+}
+
+/* the bhelp-extension to aliases */
+
+int aliasbhelp(int usern)
+{
+    int headout=0;
+    struct scriptt *scr;
+    char *event,*from;
+    char defev[]="Undef.";
+    char deffrom[]="*";
+    scr=user(usern)->script;
+    while(scr!=NULL)
+    {
+	if(scr->function==SCR_ALIAS)
+	{
+	    if(headout==0)
+	    {
+		headout=1;
+		ssnprintf(user(usern)->insock,":-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP User defined Aliases:\n",user(usern)->nick);
+	    }
+	    event=defev;
+	    from=deffrom;
+	    if(scr->event!=NULL)
+		event=scr->event;
+	    if(scr->from!=NULL)
+		from=scr->from;
+	    ssnprintf(user(usern)->insock,":-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP   %-15s - %s\n",user(usern)->nick,event,from);
+	}
+	scr=scr->next;
+    }
+    return 0x0;
+}
+
+/* execute an alias */
+
+int executealias(int usern)
+{
+    struct scriptt *scr;
+    scr=user(usern)->script;
+    while(scr!=NULL)
+    {
+	if(scr->function==SCR_ALIAS)
+	{
+	    if(checkalias(usern,scr)==1)
+	    {
+		scr->pid=startpipe(usern,scr->command,scr,setaliasenv,servertoclientevent,servertoserverevent,scripterror,terminatetask,terminatedest);
+		return 0x1; /* success, alias executed */
+	    }
+	}
+	scr=scr->next;
+    }
+    return 0x0; /* no alias found */
+}
+
+/*
+ * DCC Chats and Files
+ * DCC Chat requests will be sent to the event, which may
+ * background itself. The creation of DCC Chat scriptingevents
+ * happens from the DCC Chat Control in p_dcc.c and wants a 
+ * pid in return. That pid will, as long as it exists, be
+ * fed with the input of the DCC Chat and in return the
+ * DCC Chat will be fed with the output of the task while
+ * the User on the bouncer will be able to monitor both the
+ * in and output.
+ * DCC Filesends will be sent to the event, which possibly
+ * could automatically answer the Send Request via an answer
+ * to the User-Inbound (Triggering the DCCGET command).
+ */
+
+/* setting the environment for the dccchat event */
+
+int setdccchatenv(int usern,struct scriptt *script)
+{
+    setupstandardenv(usern,script);
+    setenv("IP",irchost,1);
+    return 0x0;
+}
+
+/* carring data from the task to the dcc chat */
+
+int tasktochatevent(int pid)
+{
+    struct dcct *pdcc;
+    struct subtask *stsk;
+    char netc[20];
+    netc[0]=0;
+    stsk=getsubtaskbypid(pid);
+    if(stsk==NULL) return 0x0;
+    pdcc=user(stsk->uid)->pdcc;
+    if(user(stsk->uid)->parent!=0)
+    {
+	ap_snprintf(netc,sizeof(netc),"%s~",user(stsk->uid)->network);
+    }
+    while(pdcc!=NULL)
+    {
+	if(pdcc->pid==pid)
+	{
+	    if(pdcc->type==PDC_CHATFROM)
+		writesock(pdcc->sock,ircbuf);
+	    if(user(stsk->uid)->instate==STD_CONN)
+	    {
+		ssnprintf(user(stsk->uid)->insock,":%s(%s!DCCChat@%s PRIVMSG %s :[%d] %s",netc,pdcc->nick,pdcc->host,user(stsk->uid)->nick,pid,ircbuf);  
+	    }
+	    return 0x0;
+	}
+	pdcc=pdcc->next;
+    }
+    return 0x0;
+}
+
+/*  the event called by the dcc chat receive */
+
+int dccchatscript(int usern, char *from)
+{
+    struct scriptt *scr;
+    int pid=0;
+    static char sicbuf[8192];
+    strmncpy(sicbuf,ircbuf,sizeof(sicbuf));
+    scr=user(usern)->script;
+    while(scr!=NULL)
+    {
+	if(scr->function==SCR_DCCCHAT)
+	{
+	    if(wild_match(scr->from,from))
+	    {
+		scr->pid=startpipe(usern,scr->command,scr,setdccchatenv,servertoserverevent,tasktochatevent,scripterror,terminatetask,terminatedest);
+		pid=scr->pid; /* success, chat executed */
+		break;
+	    }
+	}
+	scr=scr->next;
+    }
+    strmncpy(ircbuf,sicbuf,sizeof(ircbuf));
+    parse();
+    return pid; /* no dcc chat found */
+}
+
+/* setting the environment for the dccfile event */
+
+int setdccfileenv(int usern,struct scriptt *script)
+{
+    setupstandardenv(usern,script);
+    setenv("IP",irchost,1);
+    setenv("FILE",irccontent,1);
+    return 0x0;
+}
+
+/* the event called by the dcc file receive */
+
+int dccfilescript(int usern, char *from)
+{
+    struct scriptt *scr;
+    int pid=0;
+    static char sicbuf[8192];
+    strmncpy(sicbuf,ircbuf,sizeof(sicbuf));
+    scr=user(usern)->script;
+    while(scr!=NULL)
+    {
+	if(scr->function==SCR_DCCSEND)
+	{
+	    if(wild_match(scr->from,from))
+	    {
+		scr->pid=startpipe(usern,scr->command,scr,setdccfileenv,servertoserverevent,servertoclientevent,scripterror,terminatetask,terminatedest);
+		pid=scr->pid; /* success, chat executed */
+		break;
+	    }
+	}
+	scr=scr->next;
+    }
+    strmncpy(ircbuf,sicbuf,sizeof(ircbuf));
+    parse();
+    return pid; /* no dcc chat found */
+}
+
+/*
+ * the ctcp event
+ * simple. print all output to the userinbound.
+ */
+
+/* set the ctcp environment */
+
+int setctcpenv(int usern, struct scriptt *script)
+{
+    char x01[]="\x01";
+    setupstandardenv(usern,script);
+    setenv("X01",x01,1);
+    return 0x0;
+    
+}
+
+/* the event */
+
+int ctcpscript(int usern, char *ctcp)
+{
+    struct scriptt *scr;
+    static char sicbuf[8192];
+    int pid=0;
+    strmncpy(sicbuf,ircbuf,sizeof(sicbuf));
+    scr=user(usern)->script;
+    while(scr!=NULL)
+    {
+	if(scr->function==SCR_CTCP)
+	{
+	    if(strmncasecmp(scr->event,ctcp)==1 && wild_match(scr->from,ircfrom))
+	    {
+		scr->pid=startpipe(usern,scr->command,scr,setctcpenv,servertoclientevent,servertoserverevent,scripterror,terminatetask,terminatedest);
+		pid=scr->pid; /* success, chat executed */
+		break;
+	    }
+	}
+	scr=scr->next;
+    }
+    strmncpy(ircbuf,sicbuf,sizeof(ircbuf));
+    parse();
+    return pid; /* no dcc chat found */
+}
+
+#endif
blob - /dev/null
blob + f4cbccafdf016e3408205de73391ef40720772ba (mode 644)
--- /dev/null
+++ src/p_server.c
@@ -0,0 +1,1738 @@
+/************************************************************************
+ *   psybnc, src/p_server.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_SERVER
+
+#include <p_global.h>
+void create_oidentd_conf();
+
+sigjmp_buf serveralarmret;
+
+int rejoinchannels(int usern);
+int askforop(int usern, char *channel);
+int userconnected(int nuser);
+int connectuser(int nuser);
+
+static void userproxyconnectcb(void *arg, int status, int timeouts, struct hostent *hostent);
+static void userproxyconnectresolved(struct proxyconndata *conn);
+
+int serverinit(int usern,int msgn)
+{
+    FILE *userb;
+    char fname[40];
+#ifdef INTNET
+    char sic[4096];
+#endif
+    char *zer;
+    int uusern;
+    pcontext;
+    uusern=usern;
+    if(user(usern)->parent!=0) uusern=user(usern)->parent;
+    if (user(usern)->srinit == 0) return 0x0;
+    ap_snprintf(fname,sizeof(fname),lngtxt(725),usern);
+    if (msgn == 1) 
+    {
+       resetallchannels(usern);
+       zer=strstr(ircbuf,lngtxt(726));
+       if(zer!=NULL)
+       {
+           zer=strchr(zer,'@');
+	   if(zer!=NULL)
+	   {
+	       zer++;
+	       *zer=0;
+	       if(strlen(ircbuf)+strlen(user(uusern)->host)<sizeof(ircbuf))
+	           strcat(ircbuf,user(uusern)->host);
+	   }
+       }
+       
+       user(usern)->welcome=1;
+
+       #ifdef OIDENTD
+       create_oidentd_conf();
+       #endif
+
+       if (user(usern)->channels!=NULL && user(usern)->leavequit==0) {
+          rejoinchannels(usern);
+       }
+       strmncpy(user(usern)->server,ircfrom,sizeof(user(usern)->server));
+#ifdef INTNET
+       if(user(usern)->parent==0)
+       {
+           strmncpy(irccontent,ircto,sizeof(irccontent));
+           strmncpy(sic,ircbuf,sizeof(sic));
+           cmdintnick(usern,0);
+           strmncpy(ircbuf,sic,sizeof(ircbuf));
+           parse();
+       }
+#endif
+       /* new since version 2.3.2, show nick change, if msg 001 did show another nick */
+       if (user(usern)->instate == STD_CONN && user(usern)->parent==0 && user(usern)->nick[0]!=0) 
+       {
+	    if(!strmcmp(ircto,user(usern)->nick))
+		ssnprintf(user(usern)->insock,lngtxt(53),user(usern)->nick,user(usern)->login,user(usern)->host,ircto);
+       }
+       strmncpy(user(usern)->nick,ircto,sizeof(user(usern)->nick));
+       strmncpy(user(usern)->firstnick,ircto,sizeof(user(usern)->firstnick));
+       ssnprintf(user(usern)->outsock,lngtxt(727),ircto);
+       userb=fopen(fname,"w");
+       user(usern)->gotop=0;
+    } else {
+       userb=fopen(fname,"a");
+    }
+    if(userb)
+    {
+	fprintf(userb,"%s",ircbuf);
+	fclose(userb);
+    }
+    if(user(usern)->parent!=0) ircbuf[0]=0;
+    return 1;
+}
+
+int pong(int usern)
+{
+    char buf[400];
+    struct uchannelt *chan;
+    pcontext;
+    if (user(usern)->outstate != STD_CONN) return 0x0;
+    /* we try to regain nick on ping, antiidle, rejoin channels, reop us and save actual channel stats */
+    if (strlen(irccontent)>0) { /* some servers need ponged content of ping */
+	ap_snprintf(buf,sizeof(buf),lngtxt(728),irccontent);
+    } else {
+	ap_snprintf(buf,sizeof(buf),lngtxt(729),user(usern)->server);
+    }
+    writesock_URGENT(user(usern)->outsock,buf);
+    user(usern)->autopongreply=0;
+    if (user(usern)->instate != STD_CONN) {
+       if (user(usern)->channels!=NULL && user(usern)->leavequit==0 && user(usern)->autorejoin==1) {
+          rejoinchannels(usern);
+       }
+       if(user(usern)->antiidle==1)
+           ssnprintf(user(usern)->outsock,lngtxt(730),user(usern)->nick);
+       if(*user(usern)->awaynick!=0)
+           ssnprintf(user(usern)->outsock,lngtxt(731),user(usern)->awaynick);
+       else	
+           ssnprintf(user(usern)->outsock,lngtxt(732),user(usern)->wantnick);
+       chan=user(usern)->channels;
+       while(chan!=NULL)
+       {
+	    askforop(usern,chan->name);
+	    chan=chan->next;
+       }
+    }
+    return 0x0;
+}
+
+char nnick[64];
+
+char *numnick(char *original)
+{
+    int maxlen=((strlen(original)>9)?64:9);
+    char numb[6];
+    ap_snprintf(numb,sizeof(numb),"%lu",rand()%999);
+    strmncpy(nnick,original,sizeof(nnick));
+    nnick[maxlen-strlen(numb)]=0;
+    strcat(nnick,numb);
+    return nnick;
+}
+
+int nickused(int usern)
+{
+    char buf[400];
+    char *pt;
+    char *pt2;
+    pcontext;
+    /* This was removed. Also if a client is possibly handling this, 
+       lets takeover this task. suggested by warlock */
+/*    if (user(usern)->instate == STD_CONN && user(usern)->parent==0) {
+	writesock(user(usern)->insock,ircbuf);
+	return -1;
+    }*/
+    if (user(usern)->welcome == 1) {
+	return -1; /* we fuck the jupe, it happened after we tried to change the nick */
+    }
+    ap_snprintf(buf,sizeof(buf),"%s",ircto);
+    /* figher, infect and p say: random-nicks are evil */
+    pt=strchr(ircbuf,' ');
+    if(pt) 
+    {
+	pt++;
+	pt=strchr(pt,' ');
+	if(pt)
+	{
+	    pt++;
+	    pt=strchr(pt,' ');
+	}
+    }
+    if(pt)
+    {
+	pt++;
+	pt2=strchr(pt,' ');
+	if(pt2)
+	{
+	    *pt2=0;
+	    if(strmcmp(user(usern)->wantnick,pt))
+	    {
+		if(user(usern)->altnick[0]==0)
+		{
+		    ap_snprintf(buf,sizeof(buf),"_%s",user(usern)->wantnick);
+		}
+		ssnprintf(user(usern)->outsock,lngtxt(733),buf);
+		return 0x0;
+	    }
+	}
+    }
+    ssnprintf(user(usern)->outsock,lngtxt(733),numnick(user(usern)->wantnick));
+    return 0x0;
+}
+
+int gotnick(int usern)
+{
+    char sic[4096];
+    pcontext;
+    if(strmcmp(ircnick,user(usern)->nick))
+    {
+	strmncpy(user(usern)->nick,ircto,sizeof(user(usern)->nick));
+	ap_snprintf(sic,sizeof(sic),lngtxt(734),usern);
+	writeini("USER","NICK",sic,ircto);
+#ifdef INTNET
+	if(user(usern)->parent==0)
+	{
+	    strmncpy(irccontent,ircto,sizeof(irccontent));
+	    strmncpy(sic,ircbuf,sizeof(sic));
+	    cmdintnick(usern,0);
+	    strmncpy(ircbuf,sic,sizeof(ircbuf));
+	}
+#endif
+    }
+    nickchange(usern,ircnick,ircto);
+    return 0x0;    
+}
+
+int rejoinchannels(int usern)
+{
+    struct uchannelt *chan;
+    if(user(usern)->outstate!=STD_CONN) return 0x0; /* not connected */
+    chan=user(usern)->channels;
+    while(chan!=NULL)
+    {
+	if(chan->ison==0)
+	{
+	    if(strchr(chan->modes,'k')!=NULL)
+		ssnprintf(user(usern)->outsock,lngtxt(735),chan->name,chan->key);
+	    else
+		ssnprintf(user(usern)->outsock,lngtxt(736),chan->name);
+	}
+	chan=chan->next;
+    }
+    return 0x0;
+}
+
+/* leaving all channels */
+
+int partleavemsg(int usern)
+{
+    struct uchannelt *chan;
+    chan=user(usern)->channels;
+    while(chan!=NULL)
+    {
+	if(chan->ison==1)
+	{
+	    if(strmcmp(user(usern)->leavemsg,lngtxt(737))==1)
+		ssnprintf(user(usern)->outsock,lngtxt(738),chan->name,irccontent);
+	    else 
+		ssnprintf(user(usern)->outsock,lngtxt(739),chan->name,user(usern)->leavemsg);
+	}
+	chan=chan->next;
+    }
+    return 0x0;
+}
+
+/* sending a leavemsg to all channels we are on */
+
+int sendleavemsg(int usern)
+{
+    struct uchannelt *chan;
+    chan=user(usern)->channels;
+    while(chan!=NULL)
+    {
+	if(chan->ison==1)
+	{
+	    if(strmcmp(user(usern)->leavemsg,lngtxt(740))==1)
+		ssnprintf(user(usern)->outsock,lngtxt(741),chan->name,1,irccontent,1);
+	    else
+		ssnprintf(user(usern)->outsock,lngtxt(742),chan->name,1,user(usern)->leavemsg,1);
+	}
+	chan=chan->next;
+    }
+    return 0x0;
+}
+
+int rejoinclient(int usern)
+{
+    struct uchannelt *chan;
+    struct uchannelusert *chanuser;
+    char netc[15];
+    char mynick[64];
+    char md[2];
+    char *pt;
+    pcontext;
+    md[1]=0;
+    user(usern)->afterquit=0;
+    chan=user(usern)->channels;
+    if (user(usern)->parent != 0)
+    {
+	ap_snprintf(netc,sizeof(netc),"#%s~",user(usern)->network);
+	strmncpy(mynick,user(user(usern)->parent)->nick,sizeof(mynick));
+    } else {
+	netc[0]=0;
+	strmncpy(mynick,user(usern)->nick,sizeof(mynick));
+    }
+    while(chan!=NULL)
+    {
+	if(chan->ison==1)
+	{
+	    ssnprintf(user(usern)->insock,lngtxt(743),mynick,user(usern)->login,user(usern)->host,netc,chan->name);
+	    if(chan->topic[0]!=0)
+		ssnprintf(user(usern)->insock,lngtxt(744),user(usern)->server,user(usern)->nick,netc,chan->name,chan->topic);
+	    /* for bitchx and other clients - the names :) */
+	    sendnames(usern,chan);
+	    chanuser=getchannelnick(chan,user(usern)->nick);
+	    if(chanuser!=NULL) /* should not happen */
+	    {
+		pt=strchr(chan->prefixchars,chanuser->mode[0]);
+		if(pt)
+		{
+		    pt=pt-chan->prefixchars+chan->prefixmodes;
+		    md[0]=*pt;
+		}	
+		if (strchr(chan->prefixchars,chanuser->mode[0])!=NULL && chanuser->mode[0]!=0)
+		    ssnprintf(user(usern)->insock,lngtxt(745),netc,chan->name,md[0],mynick);
+	    }
+	}
+	chan=chan->next;
+    }
+    user(usern)->instate = STD_CONN;
+    return 0x0;
+}
+
+int checkbans(int usern)
+{
+    char bc=')';
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (checkstrings(user(usern)->bans)) 
+    {
+	if(*ehost!=bc && hasmode(usern,user(usern)->nick,ircto,'@')==0x1)
+	{
+	    ssnprintf(user(usern)->outsock,lngtxt(746),ircto,ehost);
+	    ssnprintf(user(usern)->outsock,lngtxt(747),ircto,ircnick,eparm);
+	    if (user(usern)->instate == STD_CONN) {
+   	       ssnprintf(user(usern)->insock,lngtxt(748),user(userp)->nick,ircnick,ircfrom,ehost,ircto);
+	    }
+	}
+    }
+    return 0x0;
+}
+
+int checkautoop(int usern)
+{
+    char bc=')';
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (checkstrings(user(usern)->aops)) 
+    {
+	if(*ehost!=bc && hasmode(usern,user(usern)->nick,ircto,'@')==0x1)
+	{
+	    ssnprintf(user(usern)->outsock,lngtxt(749),ircto,ircnick);
+	    if (user(usern)->instate == STD_CONN) {
+   	       ssnprintf(user(usern)->insock,lngtxt(750),user(userp)->nick,ircnick,ircfrom,ehost,ircto);
+	    }
+	}
+    }
+    return 0x0;
+}
+
+int checkop(int usern)
+{
+    char *pt;
+    char *pt1;
+    char bc='-';
+    char *pt2;
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    pt1 = irccontent +3;
+    while(*pt1==' ') pt1++;
+    if (*pt1 == 0) return -1;
+    pt = strchr(pt1,' '); /* the pass */
+    if (pt == NULL) return -1;
+    *pt=0;
+    pt++;
+    while(*pt==' ') pt++;
+    pt2=pt;
+    pt=pt1;
+    strmncpy(ircto,pt2,sizeof(ircto));
+    if (checkstrings(user(usern)->ops)) 
+    {
+	if(*ehost!=bc && hasmode(usern,user(usern)->nick,ircto,'@')==0x1)
+	{
+	    if (strmcmp(pt,eparm)) {
+ 		ssnprintf(user(usern)->outsock,lngtxt(751),pt2,ircnick);
+		if (user(usern)->instate == STD_CONN) {
+   	           ssnprintf(user(usern)->insock,lngtxt(752),user(userp)->nick,ircnick,ircfrom,ehost,pt2);
+  	           return 0x0;
+		}
+	    }
+	}
+    }
+    return -1;
+}
+
+/* check, if an ignore is triggerd. returns 1, if match */
+
+int checkignores(int usern)
+{
+    int rc=0;
+    char ighost[500];
+    char *content;
+    struct stringarray *ts;    
+    for(ts=user(usern)->ignores;ts;ts=ts->next)
+    {	
+	strmncpy(ighost,ts->entry,sizeof(ighost));
+	content=strchr(ighost,';');
+	if(content!=NULL)
+	{
+	    *content=0;
+	    content++;
+	    if(wild_match(ighost,ircfrom) || (strlen(ighost)==1 && *ighost=='*'))
+	    {
+		if(strstr(irccontent,content)!=NULL || (strlen(content)==1 && *content=='*'))
+		{
+		    rc=1;
+		    break;
+		}
+	    }
+	}
+    }
+    return rc;
+}
+
+/* check a host if it will be asked */
+
+int getops(int usern)
+{
+    struct datalinkt *dccbot;
+    char buf[1024];
+    char bc='-',bc1=')';
+    int userp;
+    pcontext;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    if (strstr(irccontent,"@") == NULL) return 0x0;
+    if (checkstrings(user(usern)->askops)) {
+        if (*ehost==bc || *ehost==bc1) {
+	    dccbot=checkdcc(usern,ehost+1);
+	    if (dccbot !=NULL)
+	    {
+		if (dccbot->outstate==STD_CONN)
+		{
+		    ap_snprintf(buf,sizeof(buf),lngtxt(753),user(usern)->nick,echan);
+		    writesock_DELAY(dccbot->outsock,buf,3);
+		    user(usern)->gotop=1; /* no multiple asks */
+		}
+	    }
+	    return 0x0;
+	}
+	user(usern)->gotop=1; /* no multiple asks */
+	ap_snprintf(buf,sizeof(buf),lngtxt(754),ircnick,eparm,ircto);
+	writesock_DELAY(user(usern)->outsock,buf,3);
+	if (user(usern)->instate == STD_CONN) {
+   	   ssnprintf(user(usern)->insock,lngtxt(755),user(userp)->nick,ircnick,ircfrom,ircto);
+	}
+    }
+    return 0x0;
+}
+
+/* ask for op for a single channel */
+
+int askforop(int usern, char *channel)
+{
+    struct uchannelt *chan;
+    struct uchannelusert *usr;
+
+    chan=getuserchannel(usern,channel);
+    if(chan!=NULL)
+    {
+	if(chan->ison!=0)
+	{
+	    usr=getchannelnick(chan,user(usern)->nick);
+	    if(usr!=NULL)
+	    {
+		if(strchr(usr->mode,'@')==NULL)
+		{
+		    user(usern)->gotop=0;
+		    usr=chan->users;
+		    while(user(usern)->gotop==0 && usr!=NULL)
+		    {
+			if(strchr(usr->mode,'@')!=NULL && strlen(usr->host)>1)
+			{
+			    ap_snprintf(ircfrom,sizeof(ircfrom),lngtxt(756),usr->nick,usr->ident,usr->host);
+			    strmncpy(ircto,channel,sizeof(ircto));
+			    strmncpy(ircnick,usr->nick,sizeof(ircnick));
+			    strmncpy(irchost,usr->host,sizeof(irchost));
+			    strmncpy(ircident,usr->ident,sizeof(ircident));
+			    strmncpy(irccontent,usr->mode,sizeof(irccontent));
+			    getops(usern);
+			}   
+			usr=usr->next;
+		    }
+		}
+	    }
+	}
+    }
+    return 0x0;
+}
+
+/* send who to the channel on join */
+
+int sendwho(int usern)
+{
+/*
+    struct uchannelt *chan;
+    pcontext;
+    chan=getuserchannel(usern,ircto);
+    if(chan!=NULL) removeallusersfromchannel(chan);
+    ssnprintf(user(usern)->outsock,lngtxt(757),ircto);
+*/
+    return 0x0;
+}
+
+/* who entry - add to the channel structure */
+
+int performwho(int usern)
+{
+    char hnick[64];
+    char hident[64];
+    char hhost[1024];
+    char hchan[1024];
+    char hbuf[8192];
+    char flags[10];
+    char *p1;
+    char *p2;
+    struct uchannelt *chan;
+    struct uchannelusert *chanuser;
+    pcontext;
+    strmncpy(hbuf,ircbuf,sizeof(hbuf));
+    p1 = strchr(hbuf,' ');
+    if (p1 == NULL) return 0x0;
+    p1++;
+    p1 = strchr(p1,' ');
+    if (p1 == NULL) return 0x0;
+    p1++;
+    p1 = strchr(p1,' ');
+    if (p1 == NULL) return 0x0;
+    p1++;
+    p2=p1;
+    p1 = strchr(p1,' ');
+    if (p1 == NULL) return 0x0;
+    *p1=0;
+    strmncpy(hchan,p2,sizeof(hchan));
+    p2=p1;
+    p2++;
+    p1 = strchr(p2,' ');
+    if (p1 == NULL) return 0x0;
+    *p1=0;
+    strmncpy(hident,p2,sizeof(hident));
+    p1++;
+    p2 = strchr(p1,' ');
+    if (p2 == NULL) return 0x0;
+    *p2=0;
+    strmncpy(hhost,p1,sizeof(hhost));
+    p2++;
+    p1 = strchr(p2,' ');
+    if (p1 == NULL) return 0x0;
+    p1++;
+    p2 = strchr(p1,' ');
+    if (p2 == NULL) return 0x0;
+    *p2 = 0;
+    strmncpy(hnick,p1,sizeof(hnick));
+    p2++;
+    p1 = strchr(p2,' ');
+    if (p1 == NULL) return 0x0;
+    *p1 = 0;
+    strmncpy(flags,p2,sizeof(flags));
+    chan=getuserchannel(usern,hchan);
+    /* update host, ident, but dont set modes here. buggy up to 2.3 */
+    if(chan!=NULL)
+	chanuser=addnicktochannel(chan,hnick,hident,hhost);
+    return 0x0;
+}
+
+/* someone joined a channel */
+
+int gotjoin(int usern)
+{
+    struct uchannelt *chan;
+    pcontext;
+    if (strmcmp(user(usern)->nick,ircnick)==1)
+    {
+	    chan=getuserchannel(usern,ircto);
+	    if(chan==NULL)
+	    {
+		chan=addchanneltouser(usern,ircto,0);
+	    }
+	    if(chan!=NULL)
+	    {
+		addnicktochannel(chan,ircnick,ircident,irchost);
+		chan->ison=1;
+	    }
+	    strmncpy(chan->prefixmodes,user(usern)->prefixmodes,sizeof(chan->prefixmodes));
+	    strmncpy(chan->prefixchars,user(usern)->prefixchars,sizeof(chan->prefixchars));
+	    strmncpy(chan->chanmodes,user(usern)->prefixmodes,sizeof(chan->chanmodes));
+	    sendwho(usern);
+	    return 0x0;
+    }
+    chan=getuserchannel(usern,ircto);
+    if(chan!=NULL)
+	addnicktochannel(chan,ircnick,ircident,irchost);
+    checkbans(usern);
+    checkautoop(usern);
+    return 0x0;
+}
+
+/* someone parted from a channel */
+
+int gotpart(int usern)
+{
+    struct uchannelt *chan;
+    pcontext;
+    if (strmcmp(user(usern)->nick,ircnick)==1)
+    {
+	    if(user(usern)->instate==STD_CONN)
+	    {
+	        removechannelfromuser(usern,ircto);
+	    }
+	    else
+	    {
+		chan=getuserchannel(usern,ircto);
+		if(chan==NULL) return 0x0;
+		removeallusersfromchannel(chan);
+		chan->topic[0]=0;
+		chan->ison=0;
+	    }
+	    return 0x0;
+    }
+    chan=getuserchannel(usern,ircto);
+    if(chan!=NULL)
+	removenickfromchannel(chan,ircnick);
+    return 0x0;
+}
+
+/* someone was kicked */
+
+int gotkick(int usern)
+{
+    struct uchannelt *chan;
+    char *pt,*pt2;
+    char knick[64],kchan[200];
+    char kreason[511];
+    pcontext;
+    pt=strstr(ircbuf,lngtxt(758));
+    if(pt!=NULL)
+    {
+	pt+=6;
+	pt2=strchr(pt,' ');
+	if(pt2!=NULL)
+	{
+	    *pt2=0;
+	    strmncpy(kchan,pt,sizeof(kchan));
+	    *pt2=' ';
+	    pt2++;
+	    pt=strchr(pt2,' ');
+	    if(pt!=NULL)
+	    {
+		*pt=0;
+		strmncpy(knick,pt2,sizeof(knick));
+		*pt=' ';
+		chan=getuserchannel(usern,kchan);
+		if(chan!=NULL)
+		    removenickfromchannel(chan,knick);
+		if(strmcmp(knick,user(usern)->nick)==1)
+		{
+		    if(chan!=NULL)
+		    {
+			removeallusersfromchannel(chan);
+			chan->topic[0]=0;
+			chan->ison=0;
+			if(user(usern)->instate!=STD_CONN)
+			{
+			    strmncpy(kreason,irccontent,sizeof(kreason));
+			    ap_snprintf(irccontent,sizeof(irccontent),lngtxt(759),kchan,kreason);
+			    privatelog(usern);
+			}
+		    }
+		}
+	    }
+	}
+    }
+    return 0x0;
+}
+
+/* someone quitted */
+
+int gotquit(int usern)
+{
+    pcontext;
+    
+    if(strmcmp(ircnick,user(usern)->nick)==1)
+    {
+    	resetallchannels(usern);
+    } else {
+    	removenickfromallchannels(usern,ircnick);
+    }
+    return 0x0;
+}
+
+/* someone set a mode  */
+
+int gotmode(int usern)
+{
+    struct uchannelt *chan;
+    char *param;
+    char nbuf[2];
+    pcontext;
+    nbuf[0]=0;
+    chan=getuserchannel(usern,ircto);
+    if(chan!=NULL)
+    {
+	param=strchr(irccontent,' ');
+	if(param==NULL)
+	    param=nbuf;
+	else
+	{
+	    *param=0;
+	    param++;
+	}
+	addchannelmode(chan,irccontent,param);
+    }
+    return 0x0;
+}
+
+/* got topic change */
+
+int gottopic(int usern)
+{
+    struct uchannelt *chan;
+    chan=getuserchannel(usern,ircto);
+    if(chan!=NULL)
+	setchanneltopic(chan,irccontent);	
+    return 0x0;
+}
+
+/* server sent an error to us */
+
+int msgERROR(int usern)
+{
+    char fi[40];
+    struct socketnodes *lkm;
+    pcontext;
+    p_log(LOG_ERROR,usern,lngtxt(760),user(usern)->login,user(usern)->network,user(usern)->server,irccontent);
+    lkm=getpsocketbysock(user(usern)->outsock);
+    if(lkm!=NULL)
+	lkm->sock->destructor=NULL;
+    killsocket(user(usern)->outsock);
+    memset(user(usern)->server,0x0,sizeof(user(usern)->server));
+    user(usern)->outstate=STD_NOCON;
+    user(usern)->outsock = 0;
+    resetallchannels(usern);
+    ap_snprintf(fi,sizeof(fi),lngtxt(761),usern);
+    oldfile(fi);
+    return -1;
+}
+
+int msg001(int usern)
+{
+    pcontext;
+    strcpy(user(usern)->prefixmodes,"ov");
+    strcpy(user(usern)->prefixchars,"@+");
+    strcpy(user(usern)->chantypes,"#!&+");
+    strcpy(user(usern)->chanmodes,"beI,k,l,imnpst");
+    user(usern)->srinit = 1;
+    serverinit(usern,1);
+    return -1;
+}
+
+int mapprefixed(int usern)
+{
+    char *pt;
+    char *ept;
+    pt=strstr(ircbuf," PREFIX=(");
+    if(pt)
+    {
+	pt+=9;
+	ept=strchr(pt,')');
+	if(ept)
+	{
+	    *ept=0;
+	    strmncpy(user(usern)->prefixmodes,pt,sizeof(user(usern)->prefixmodes));
+	    *ept=')';
+	    ept++;
+	    pt=strchr(pt,' ');
+	    if(pt)
+	    {
+		*pt=0;
+		strmncpy(user(usern)->prefixchars,ept,sizeof(user(usern)->prefixchars));
+		*pt=' ';
+	    }
+	}
+    }
+    pt=strstr(ircbuf," CHANTYPES=");
+    if(pt)
+    {
+	pt+=11;
+	ept=strchr(pt,' ');
+	if(ept)
+	{
+	    *ept=0;
+	    strmncpy(user(usern)->chantypes,pt,sizeof(user(usern)->chantypes));
+	    *ept=' ';
+	}
+    }
+    pt=strstr(ircbuf," CHANMODES=");
+    if(pt)
+    {
+	pt+=11;
+	ept=strchr(pt,' ');
+	if(ept)
+	{
+	    *ept=0;
+	    strmncpy(user(usern)->chanmodes,pt,sizeof(user(usern)->chanmodes));
+	    *ept=' ';
+	}
+    }
+    return 0x0;
+}
+
+int msg002to005(int usern)
+{
+    pcontext;
+    if(ifcommand("005"))
+	mapprefixed(usern);
+    if (serverinit(usern,2)) return 0;
+    return 1;
+}
+
+int msg251to255265to266(int usern)
+{
+    pcontext;
+    if (serverinit(usern,3)) return 0;
+    return 1;
+}
+
+int msg372to375(int usern)
+{
+    pcontext;
+    if (serverinit(usern,4)) return 0;
+    return 1;
+}
+
+int msg376(int usern)
+{
+    pcontext;
+    serverinit(usern,4);
+    user(usern)->srinit = 0;
+    return -1;
+}
+
+int msg352(int usern)
+{
+    pcontext;
+    if (user(usern)->triggered == 0) 
+    {
+	performwho(usern);
+	return 0;
+    }
+    return 1;
+}
+
+int msg315(int usern)
+{
+    char *pt,*ept;
+    struct uchannelt *chan;
+    pcontext;
+    user(usern)->gotop=0;
+    if (user(usern)->triggered == 0) {
+	pt=strstr(ircbuf,lngtxt(762));
+	if(pt!=NULL)
+	{
+	    pt+=5;
+	    pt=strchr(pt,' ');
+	    if(pt!=NULL)
+	    {
+		pt++;
+		ept=strchr(pt,' ');
+		if(ept!=NULL)
+		{
+		    *ept=0;
+		    chan=getuserchannel(usern,pt);
+		    if(chan!=NULL)
+			askforop(usern,pt);
+		    
+		    *ept=' ';
+		}
+	    }
+	}
+	return 0;
+    }
+    user(usern)->triggered--;
+    return 1;
+}
+
+int msg432to437(int usern)
+{
+    pcontext;
+    if (nickused(usern)==0) return 0;
+    return 1;
+}
+
+/* channelmode */
+
+int msg324(int usern)
+{
+    struct uchannelt *channel;
+    char *pt,*pt2,*pt3;
+    char chan[200],mode[40],param[200];
+    char ebuf[2048];
+    strmncpy(ebuf,ircbuf,sizeof(ebuf));
+    pt=strchr(ebuf,'\r');
+    if(pt==NULL) pt=strchr(ebuf,'\n');
+    if(pt!=NULL) *pt=0;
+    param[0]=0;
+    pt=strstr(ebuf,lngtxt(763));
+    if(pt!=NULL)
+    {
+	pt+=5;
+	pt=strchr(pt,' ');
+	if(pt!=NULL)
+	{
+	    pt++;
+	    pt2=strchr(pt,' ');
+	    if(pt2!=NULL)
+	    {
+		*pt2=0;
+		strmncpy(chan,pt,sizeof(chan));
+		*pt2=' ';
+		pt2++;
+		if(*pt2=='+') pt2++;
+		pt3=strchr(pt2,' ');
+		if(pt3!=NULL)
+		{
+		    *pt3=0;
+		    strmncpy(mode,pt2,sizeof(mode));
+		    *pt3=' ';
+		    pt3++;
+		    strmncpy(param,pt3,sizeof(param));
+		} else {
+		    strmncpy(mode,pt2,sizeof(mode));
+		}
+		channel=getuserchannel(usern,chan);
+		if(channel!=NULL)
+		{
+		    setchannelmode(channel,mode,param);
+		}
+	    }
+	}
+    }
+    return 0x0;
+}
+
+/* a names line */
+
+int msg332(int usern)
+{
+    struct uchannelt *channel;
+    char *pt,*pt2,*pt3;
+    char chan[200],topic[600];
+    topic[0]=0;
+    pt=strstr(ircbuf,lngtxt(764));
+    if(pt!=NULL)
+    {
+	pt+=5;
+	pt=strchr(pt,' ');
+	if(pt!=NULL)
+	{
+	    pt++;
+	    pt2=strchr(pt,' ');
+	    if(pt2!=NULL)
+	    {
+		*pt2=0;
+		strmncpy(chan,pt,sizeof(chan));
+		*pt2=' ';
+		pt2++;
+		if(*pt2=='+') pt2++;
+		pt3=strchr(pt2,':');
+		if(pt3!=NULL)
+		{
+		    pt3++;
+		    strmncpy(topic,pt3,sizeof(topic));
+		    pt=strchr(topic,'\r');
+		    if(pt==NULL) pt=strchr(topic,'\n');
+		    if(pt!=NULL) *pt=0;
+		}
+		channel=getuserchannel(usern,chan);
+		if(channel!=NULL)
+		{
+		    setchanneltopic(channel,topic);
+		}
+	    }
+	}
+    }
+    return 0x0;
+}
+
+/* a single names line, needs to be saved */
+
+int msg353(int usern)
+{
+    struct uchannelt *chan;
+    struct uchannelusert *chanuser;
+    char *pt,*pt2;
+    char channel[300];
+    static char m3[2048];
+    char cmpbuf[100];
+    char mm[2];
+    mm[1]=0;
+    mm[0]=0;
+    strmncpy(m3,ircbuf,sizeof(m3));
+    pt=strchr(m3,'\r');
+    if(pt==NULL) pt=strchr(m3,'\n');
+    if(pt!=NULL) *pt=0;
+    pt=strstr(m3,lngtxt(765));
+    if(pt!=NULL)
+    {
+	pt+=5;
+	pt2=strstr(pt," = ");
+	if(pt2==NULL) pt2=strstr(pt," @ ");
+	if(pt2==NULL) pt2=strstr(pt," * ");
+	if(pt2!=NULL)
+	{
+	    pt2+=3;
+	    pt=pt2;
+	    pt2=strchr(pt2,' ');
+	    if(pt2!=NULL)
+	    {
+		*pt2=0;
+		strmncpy(channel,pt,sizeof(channel));
+		if(user(usern)->innames==0)
+		{
+		    strmncpy(user(usern)->inchan,channel,sizeof(user(usern)->inchan));
+		    user(usern)->innames=1;
+		}
+		*pt2=' ';
+		pt=strchr(pt2,':');
+		if(pt!=NULL)
+		{
+		    chan=getuserchannel(usern,channel);
+		    if(chan==NULL) return 0x0;
+		    pt++;
+		    while(pt!=NULL)
+		    {
+			mm[0]=0;
+			pt2=strchr(pt,' ');
+			if(pt2!=NULL)
+			{
+			    *pt2=0;
+			}
+			
+			ap_snprintf(cmpbuf,sizeof(cmpbuf),"%s ",user(usern)->prefixchars);
+			while(strchr(cmpbuf,*pt)!=NULL && *pt!=0) 
+			{ 
+			      if(*pt!=' ' && mm[0]==0)
+			          mm[0]=*pt;
+			      pt++;
+			}
+			if(strlen(pt)>0 && *pt!=' ')
+			{
+			    chanuser=addnicktochannel(chan,pt,"","");
+			    if(chanuser!=NULL)
+				strmncpy(chanuser->mode,mm,sizeof(chanuser->mode));
+			}
+			if(pt2!=NULL)
+			{
+			    *pt2=' ';
+			    pt2++;
+			}
+			pt=pt2;
+		    }
+		}
+	    }
+	}
+    } 
+    return 0x0;
+}
+
+int msg366(int usern)
+{
+    struct uchannelt *chan;
+    if(user(usern)->innames==2)
+    {
+	chan=getuserchannel(usern,rtrim(user(usern)->inchan));
+	if(chan!=NULL && user(usern)->instate==STD_CONN)
+	    sendnames(usern,chan);
+    }
+    if(user(usern)->innames!=0)
+    {
+	user(usern)->innames=0;
+	askforop(usern,user(usern)->inchan);
+	user(usern)->inchan[0]=0;
+    }
+    return 0x0;
+}
+
+/* privmsg */
+
+int msgprivmsg(int usern)
+{
+    char buf[400];
+    char *po;
+    pcontext;
+    if(checkignores(usern)==1) return 0x0;
+    if(parsectcps(usern)==1) return 0x0;
+#ifdef CRYPT
+    checkcrypt(usern);
+#endif
+#ifdef TRANSLATE
+    checktranslate(usern);
+#endif
+    strcpy(buf,"op ");
+    po = strstr(irccontent,buf);
+    if (po == irccontent) {
+	if (checkop(usern) == 0x0) return 0;
+    }
+    if (strmncasecmp(ircto,user(usern)->nick) && user(usern)->instate!=STD_CONN) {
+	privatelog(usern);
+    }
+    return 1;
+}
+
+void gotalrm(int sig)
+{
+    //longjmp(serveralarmret,0x0);
+    siglongjmp(serveralarmret, 1);
+}
+
+static void freeproxyconndata(struct proxyconndata *conn)
+{
+    if (conn != NULL)
+    {
+        if (conn->host != NULL) free(conn->host);
+        if (conn->host_addr != NULL) free(conn->host_addr);
+
+        free(conn);
+    }
+}
+
+int userproxyconnected(int nuser)
+{   
+    struct proxyconndata *conn;
+    struct socketnodes *snode = getpsocketbysock(user(nuser)->outsock);
+    int family = AF_INET; /* IPv6 not supported by SOCKS? */
+    
+    if (snode && snode->sock)
+    {
+        snode->sock->flag = SOC_RESOLVE;
+    }
+
+    conn = calloc(1, sizeof(*conn));
+    conn->user = nuser;
+    conn->host = strdup(user(nuser)->server);
+
+    // When connecting to a 'socks' proxy we will need to resolve the hostname to an IP address.
+    // Because there is no way of specifying the type of proxy we'll just assume here that if
+    // someone connects to port 1080 they are connecting to a 'socks' proxy. This is a big hack
+    // and is not reliable, but that's how it has worked for ages..
+
+    if (user(nuser)->pport == 1080)
+    {
+        p_dns_gethostbyname(conn->host, family, userproxyconnectcb, conn);
+    }
+    else
+    {
+        userproxyconnectresolved(conn);
+    }
+
+    return 0x0;
+}
+
+static void userproxyconnectcb(void *arg, int status, int timeouts, struct hostent *hostent)
+{
+    struct proxyconndata *conn = (struct proxyconndata *)arg;
+    if (!p_dns_success(status))
+    {
+        // The host or vhost could not be resolved. We can't continue connecting so a message is
+        // displayed and the connection is closed.
+
+        p_log(LOG_ERROR, -1, "Cannot resolve host '%s': %s. Connection through proxy cancelled", conn->host, p_dns_strerror(status));
+
+        killsocket(user(conn->user)->outsock);
+        freeproxyconndata(conn);
+        return;
+    }
+
+    conn->host_addr = duplicate_in_addr(hostent->h_addrtype, (struct in_addr *)hostent->h_addr_list[0], NULL);   
+    userproxyconnectresolved(conn);
+}
+
+static int userproxysockshandler(int usern)
+{
+    struct socketnodes *snode = getpsocketbysock(user(usern)->outsock);
+
+    // Socks4 reply, from wikipedia:
+
+    // field 1: null byte
+    // field 2: status, 1 byte:
+    //    0x5a = request granted
+    //    0x5b = request rejected or failed
+    //    0x5c = request failed because client is not running identd (or not reachable from the server)
+    //    0x5d = request failed because client's identd could not confirm the user ID string in the request
+    // field 3: 2 arbitrary bytes, that should be ignored
+    // field 4: 4 arbitrary bytes, that should be ignored
+
+    p_log(LOG_INFO, -1, "Proxy: Received data on a SOCKS socket. Data length: %d bytes.", snode->sock->datalen);
+
+    if (snode->sock->datalen == 8 && ircbuf[0] == '\0')
+    {
+        p_log(LOG_INFO, -1, "Proxy: This looks like a valid SOCKS packet.");
+        p_log(LOG_INFO, -1, "Proxy: `- SOCKS status byte: %d (success: %d)", ircbuf[1], (ircbuf[1] == 0x5a));
+
+        if (ircbuf[1] != 0x5a)
+        {
+            p_log(LOG_INFO, -1, "Proxy: The SOCKS server could not connect us to the server, aborting..");
+            killsocket(user(usern)->outsock);
+            return 0x0;
+        }
+
+        snode->sock->dataflow = SD_ASCII;
+        snode->sock->handler  = useroutbound;
+
+        userconnected(usern);
+        return 0x1;
+    }
+
+    p_log(LOG_INFO, -1, "Proxy: This is not a valid SOCKS response, aborting..");
+    killsocket(user(usern)->outsock);
+    return 0x0;
+}
+
+static void userproxyconnectresolved(struct proxyconndata *conn)
+{
+    int pport = user(conn->user)->pport;
+    int sockt = user(conn->user)->outsock;
+    int port = user(conn->user)->port;
+    int done = 1;
+
+    // Update the socket state so that the BNC knows that we are now
+    // connecting the user.
+
+    struct socketnodes *snode = getpsocketbysock(user(conn->user)->outsock);
+	if(snode)
+	{
+	    snode->sock->flag = SOC_CONN;
+	}
+
+    if (pport == 1080 && conn->host_addr != NULL)
+    {
+        char address[512] = "";
+        unsigned int ipn;
+
+        // SOCKS needs some additional handling before we can let the user be connected.
+
+        done = 0;
+
+        memcpy(&ipn, conn->host_addr, sizeof(unsigned int));
+        inet_ntop(AF_INET, conn->host_addr, address, sizeof(address));
+
+        // Assume that this is a SOCKS4 proxy. If we reach here then the hostname has been resolved to an
+        // IP address. For now it appears that only IPv4 is supported through SOCKS(4) proxies.
+
+        // We build the binary connection request and send it.
+
+        ap_snprintf(ircbuf, sizeof(ircbuf), lngtxt(767), 
+            (port >> 8) & 0xff,  // port (byte 1)
+            (port     ) & 0xff,  // port (byte 2)
+            (ipn      ) & 0xff,  // ip address (byte 1)
+	        (ipn >>  8) & 0xff,  // ip address (byte 2)
+	        (ipn >> 16) & 0xff,  // ip address (byte 3)
+	        (ipn >> 24) & 0xff   // ip address (byte 4)
+        );
+
+        send(sockt, ircbuf, 9, 0);
+
+        // Set our own handlers to handle the socks response header.
+
+        snode->sock->dataflow = SD_STREAM;
+        snode->sock->handler = userproxysockshandler;
+    }
+    else if (pport == 23)
+    {
+        // Assume that this is a 'Wingate' proxy and send a '<host> <port>'
+        // connection request.
+                
+        ap_snprintf(ircbuf, sizeof(ircbuf), lngtxt(768), conn->host, port);
+        send(sockt, ircbuf, strlen(ircbuf) + 1, 0);
+    }
+    else
+    {
+        // Assume that this is a web proxy and send a CONNECT <host>:<port> 
+        // HTTP/1.0 request.
+
+        ap_snprintf(ircbuf, sizeof(ircbuf), lngtxt(769), conn->host, port);
+        send(sockt, ircbuf, strlen(ircbuf) + 1, 0);
+    }
+
+    // Delay writing to the socket, and send a "\n" after a while to wake the
+    // socket up again.
+
+    currentsocket->sock->nowfds = 1;
+    writesock_DELAY(sockt, "\n", 3);
+
+    // At this point psyBNC assumes that the proxy is connecting it. No error
+    // checking is done, and clients could get stuck here, again something we'll
+    // just have to work with.
+
+    if (done)
+    {
+        userconnected(conn->user);
+    }
+
+    freeproxyconndata(conn);
+}
+
+int userconnected(int nuser)
+{
+    int nlink;
+    pcontext;
+    nlink=user(nuser)->vlink;
+    if(user(nuser)->pport==0)
+    {
+	if (nlink!=0)
+	{
+    	    if (datalink(nlink)->type !=1 && datalink(nlink)->type!=2)
+    		nlink=0;
+    	    if (datalink(nlink)->outstate!=STD_CONN && datalink(nlink)->instate!=STD_CONN)
+    		nlink=0;
+	}
+    }
+    if (nlink!=0)
+    {
+        ssnprintf(user(nuser)->outsock,lngtxt(770),datalink(nlink)->name,socketnode->sock->sport);
+        ssnprintf(user(nuser)->outsock,lngtxt(771),user(nuser)->vhost);
+        ssnprintf(user(nuser)->outsock,lngtxt(772),user(nuser)->server,user(nuser)->port);
+	writesock_DELAY(user(nuser)->outsock,"\n",3);
+    }
+    if(*user(nuser)->spass!=0)
+    {
+	ssnprintf(user(nuser)->outsock,lngtxt(773),user(nuser)->spass);
+    }
+    ssnprintf(user(nuser)->outsock,lngtxt(774),user(nuser)->login,user(nuser)->login,user(nuser)->user);
+    if(user(nuser)->instate!=STD_CONN && *user(nuser)->awaynick!=0)
+        ssnprintf(user(nuser)->outsock,lngtxt(775),user(nuser)->awaynick);
+    else
+        ssnprintf(user(nuser)->outsock,lngtxt(776),user(nuser)->wantnick);
+    if (nlink!=0)
+    {
+        ssnprintf(user(nuser)->outsock,lngtxt(777),datalink(nlink)->pass);
+    }
+    p_log(LOG_INFO,nuser,lngtxt(778),user(nuser)->login,user(nuser)->network,user(nuser)->server,user(nuser)->port,user(nuser)->vhost);
+    user(nuser)->autopongreply=500;
+    user(nuser)->pinged=0;
+    user(nuser)->pingtime=0;
+    user(nuser)->nickgain=time(NULL);
+    return 0x0;
+}
+
+int userremap(int nuser,int newsocket)
+{
+    user(nuser)->outsock=newsocket;
+    return 0x0;
+}
+
+int usererror(int nuser,int errn)
+{
+    struct socketnodes *th;
+    char buf[400];
+    pcontext;
+    if(*user(nuser)->server)
+	p_log(LOG_ERROR,nuser,lngtxt(779),user(nuser)->login,user(nuser)->network,user(nuser)->server,user(nuser)->port);
+    th=getpsocketbysock(user(nuser)->outsock);
+    if(th!=NULL)
+	th->sock->destructor=NULL;
+    killsocket(user(nuser)->outsock);
+    user(nuser)->outstate=STD_NOCON;
+    user(nuser)->pinged=0;
+    user(nuser)->pingtime=0;
+    user(nuser)->nickgain=time(NULL);
+    ap_snprintf(buf,sizeof(buf),lngtxt(780),nuser);
+    resetallchannels(nuser);
+    oldfile(buf);
+    memset(user(nuser)->server,0x0,sizeof(user(nuser)->server));
+    return -1;
+}
+
+int userclosed(int nuser)
+{
+    struct socketnodes *th;
+    char buf[400];
+    pcontext;
+    p_log(LOG_WARNING,nuser,lngtxt(781),user(nuser)->login,user(nuser)->network);
+    th=getpsocketbysock(user(nuser)->outsock);
+    if(th!=NULL)
+    {
+	th->sock->destructor=NULL;
+    }
+    killsocket(user(nuser)->outsock);
+    user(nuser)->outstate=STD_NOCON;
+    user(nuser)->pinged=0;
+    user(nuser)->pingtime=0;
+    user(nuser)->nickgain=time(NULL);
+    ap_snprintf(buf,sizeof(buf),lngtxt(782),nuser);
+    resetallchannels(nuser);
+    oldfile(buf);
+    memset(user(nuser)->server,0x0,sizeof(user(nuser)->server));
+    return -1;
+}
+/* check the clients for server connections */
+
+int checkclients()
+{
+    struct usernodes *th;
+    static int lastusern=0;
+    int usern;
+    th=usernode;
+    while (th!=NULL) {
+	usern=th->uid;
+        if (usern!=lastusern && connectuser(usern)==1) 
+	{
+	    lastusern=usern;
+	    return 0x0;
+	}
+	th=th->next;
+    }
+    lastusern=-1;
+    return 0x0;
+}
+
+/**
+ * Create a detailed oidentd configuration file
+ */
+void create_oidentd_conf()
+{
+    struct usernodes *node;
+    struct socketnodes *socket;
+    char msg[1024] = "", *homedir;
+
+    pcontext;
+
+    FILE *file;
+    mode_t oldumask;
+
+    homedir = getenv("HOME");
+
+    if (homedir == NULL)
+    {
+        p_log(LOG_ERROR, -1, "Unable to generate oidentd configuration: Can't determine home directory.");
+        return;
+    }
+
+    oldumask = umask(0000);
+    umask(022);
+
+    ap_snprintf(msg, sizeof(msg), "%s/.oidentd.conf", homedir);
+    if (!(file = fopen(msg, "w")))
+    {
+        p_log(LOG_ERROR, -1, "Unable to generate oidentd configuration: Can't open configuration file: %s", strerror(errno));
+        return;
+    }
+
+    pcontext;
+
+    fprintf(file, "# psyBNC detailed oidentd configuration (generated by pid %d)\n# NOTE: Changes in this file *will* be overwritten.\n\n", (int)getpid());  
+
+    for (node = usernode; node != NULL; node = node->next)
+    {   
+        if (node->user != NULL && (socket = getpsocketbysock(node->user->outsock)) != NULL && (node->user->outstate < STD_CONN || node->user->welcome == 0))
+        {
+            pcontext;
+			char *sourceip = get_sourceip(node->user->outsock);
+			int sourceport = get_sourceport(node->user->outsock);
+
+			ap_snprintf(msg, sizeof(msg), "to %s fport %d from %s lport %d { reply \"%s\" }",
+                socket->sock->dest,                     // to    The host that we're connecting TO 
+                socket->sock->dport,                    // fport The port that we're connecting TO
+                sourceip,      // from  The host that we're connecting FROM
+                sourceport,    // lport The port that we're connecting FROM
+                node->user->login
+            );                      
+
+            pcontext;
+
+            fprintf(file, "# User %s (socket %d) - Connecting to %s:%d from %s:%d\n%s\n\n",
+                node->user->login, 
+                node->user->outsock,
+                socket->sock->dest, 
+                socket->sock->dport, 
+                sourceip,
+                sourceport,
+                msg
+            );
+
+            free(sourceip);
+        }
+    }
+
+    fprintf(file, "# End of psyBNC detailed oidentd config\n");
+    fclose(file);
+
+    pcontext;
+
+    umask(oldumask);
+}
+
+
+/* connect User #nuser */
+
+int connectuser(int nuser)
+{
+   char *ho;
+   int issl=SSL_OFF;
+   char vsl[10];
+
+#if defined(OIDENTD) && !defined(OIDENTD_DETAIL)
+   char *ep;
+   char buf[400];
+#endif
+
+   int rc;
+   int connectdelay=30;
+   static unsigned long lastconnect=0;
+   static unsigned long lastconnectwarn=0;
+   unsigned long thistime=time(NULL);
+   struct socketnodes *lkm;
+#ifdef OIDENTD
+   mode_t oldum;
+   FILE *oid;
+#endif
+   int nlink=0;
+	rc = getini(lngtxt(994),lngtxt(1468),INIFILE);
+	if (rc == 0) {
+		if (strcmp(value, "0") == 0 || (atoi(value) > 0 && atoi(value)<=600))
+			connectdelay = atoi(value);
+	}
+   if(connectdelay==0) {
+	   if ((thistime-lastconnectwarn)>600) { /* Put a warning entry in the log each 600th second, if we are not connecting clients */
+		   lastconnectwarn=thistime;
+		   p_log(LOG_INFO,-1,lngtxt(1469));
+	   }
+	   return 0x0;
+   }
+   if((thistime-lastconnect)<connectdelay) return 0x0;
+   vsl[0]=0;   
+   if (user(nuser)->outstate == STD_NOCON)
+   {
+	if (user(nuser)->quitted ==1) return 0x0;
+	if (user(nuser)->delayed) {
+	    user(nuser)->delayed-=delayinc;
+	    return 0x0;
+	}
+	if (getnextserver(nuser) != 0) {
+	    user(nuser)->outstate = STD_NOCON;
+	    p_log(LOG_INFO,nuser,lngtxt(783),user(nuser)->login,user(nuser)->network);
+	    memset(user(nuser)->server,0x0,sizeof(user(nuser)->server));
+	    user(nuser)->delayed = 30;
+	    return 0x0;
+	}
+	if (user(nuser)->port == 0) {
+	    user(nuser)->outstate = STD_NOCON;
+	    p_log(LOG_INFO,nuser,lngtxt(784),user(nuser)->login,user(nuser)->network);
+	    memset(user(nuser)->server,0x0,sizeof(user(nuser)->server));
+	    user(nuser)->delayed = 30;
+	    return 0x0;
+	}
+	user(nuser)->delayed = 0;
+	nlink=user(nuser)->vlink;
+	if (nlink!=0)
+	{
+	    if (datalink(nlink)->type !=1 && datalink(nlink)->type!=2)
+	    {
+		nlink=0;
+	    }
+	    if (datalink(nlink)->outstate!=STD_CONN && datalink(nlink)->instate!=STD_CONN)
+		nlink=0;
+	}
+	user(nuser)->triggered=0;
+	if (nlink!=0)
+	{
+#ifdef HAVE_SSL
+	    if(strstr(datalink(nlink)->host,"S=")==datalink(nlink)->host)
+	    {
+		ho=datalink(nlink)->host+2;
+		issl=SSL_ON;
+		strcpy(vsl,"SSL-");
+	    } else
+#endif	
+		ho=datalink(nlink)->host;
+	}
+	else
+	{
+#ifdef HAVE_SSL
+	    if(strstr(user(nuser)->server,"S=")==user(nuser)->server)
+	    {
+		ho=user(nuser)->server+2;
+		issl=SSL_ON;
+		strcpy(vsl,"SSL-");
+	    } else
+#endif	
+		ho=user(nuser)->server;
+	}
+
+#if defined(OIDENTD) && !defined(OIDENTD_DETAIL)
+	
+	ep=getenv("HOME");
+	if(ep!=NULL)
+	{
+	    ap_snprintf(buf,sizeof(buf),lngtxt(785),ep);
+	    oldum=umask(0000);
+	    umask(022);
+	    oid=fopen(buf,"w");
+	    if(oid!=NULL)
+	    {
+		fprintf(oid,"%s\n",user(nuser)->login);
+		fclose(oid);
+	    }
+	    umask(oldum);
+	    ap_snprintf(buf,sizeof(buf),"%s/.oidentd.conf",ep);
+	    oldum=umask(0000);
+	    umask(022);
+	    oid=fopen(buf,"w");
+	    if(oid!=NULL)
+	    {
+		fprintf(oid,"global { reply \"%s\" }\n",user(nuser)->login);
+		fclose(oid);
+	    }
+	    umask(oldum);
+	}
+
+#endif
+
+	if(user(nuser)->pport!=0)
+	    user(nuser)->outsock=createsocket(0,ST_CONNECT,nuser,SGR_NONE,NULL,userproxyconnected,usererror,useroutbound,userclosed,userremap,AF_INET,issl);
+	else
+	    user(nuser)->outsock=createsocket(0,ST_CONNECT,nuser,SGR_NONE,NULL,userconnected,usererror,useroutbound,userclosed,userremap,AF_INET,issl);
+	lkm=getpsocketbysock(user(nuser)->outsock);
+	if (user(nuser)->pport!=0)
+	{
+	   p_log(LOG_INFO,nuser,lngtxt(786),user(nuser)->login,user(nuser)->network,user(nuser)->proxy,user(nuser)->pport,user(nuser)->server,user(nuser)->port);
+	   user(nuser)->outsock=connectto(user(nuser)->outsock,user(nuser)->proxy,user(nuser)->pport,NULL);
+	} else
+	if (nlink!=0)
+	{
+  	   p_log(LOG_INFO,nuser,lngtxt(787),user(nuser)->login,user(nuser)->network,user(nuser)->server,user(nuser)->port,datalink(nlink)->name,ho,datalink(nlink)->port,user(nuser)->vhost);
+	   user(nuser)->outsock=connectto(user(nuser)->outsock,ho,datalink(nlink)->port,NULL);
+	} else {
+  	   p_log(LOG_INFO,nuser,lngtxt(788),user(nuser)->login,user(nuser)->network,ho,user(nuser)->port,user(nuser)->vhost);
+	   user(nuser)->outsock=connectto(user(nuser)->outsock,ho,user(nuser)->port,user(nuser)->vhost);
+	}
+	lkm=getpsocketbysock(user(nuser)->outsock);
+	if (lkm!=NULL)
+	    lkm->sock->serversocket=1;
+	if (user(nuser)->outsock == 0) 
+	{
+	    if(*user(nuser)->server)
+		p_log(LOG_ERROR,nuser,lngtxt(789),user(nuser)->login,user(nuser)->network,user(nuser)->server,user(nuser)->port);
+	    return 0x0;
+	}
+        user(nuser)->outstate=STD_CONN;
+        user(nuser)->welcome=0;
+	lastconnect=thistime;
+	return 0x1;
+    }
+    return 0x0;
+}
+
+#ifndef STONETIME
+#define STONETIME 240
+#endif
+
+#ifndef STONECHECKDELAY
+#define STONECHECKDELAY 120
+#endif
+
+/* stone check added, faster nick gain. requested by fighter */
+
+int checkstonednick()
+{
+    struct usernodes *th;
+    int usern;
+    th=usernode;
+    while (th!=NULL) 
+    {
+	usern=th->uid;
+        if(user(usern)->outstate==STD_CONN && user(usern)->welcome==1)
+	{
+	    if(user(usern)->instate!=STD_CONN)
+	    {
+		/* did not use awaynick as mask, changed for -2 */
+		if(!strmcmp(user(usern)->nick,user(usern)->wantnick) && !strmcmp(user(usern)->nick,user(usern)->awaynick))
+		{
+		    if(user(usern)->nickgain==0 || (user(usern)->nickgain+10 < time(NULL)))
+		    {
+			user(usern)->nickgain=time(NULL);
+			ssnprintf(user(usern)->outsock,lngtxt(277),user(usern)->wantnick);
+		    }
+		}
+	    }
+	    if(user(usern)->pinged==1)
+	    {
+		if(user(usern)->pingtime+STONETIME<=time(NULL))
+		{
+		    user(usern)->pinged=0;
+		    user(usern)->pingtime=0;
+		    p_log(LOG_INFO,usern,lngtxt(1357),user(usern)->login,user(usern)->nick);
+		    ssnprintf(user(usern)->outsock,lngtxt(61));
+		    killsocket(user(usern)->outsock);
+		}
+	    } else {
+		if(user(usern)->pingtime==0 || (user(usern)->pingtime>0 && user(usern)->pingtime+STONECHECKDELAY<=time(NULL)))
+		{
+		    user(usern)->pinged=1;
+		    user(usern)->pingtime=time(NULL);
+		    ssnprintf(user(usern)->outsock,lngtxt(800));
+		}
+	    }
+	}
+	th=th->next;
+    }
+    return 0x0;
+}
+
+
blob - /dev/null
blob + df7895f5fe451d22208779f6fc38813cdcd54c70 (mode 644)
--- /dev/null
+++ src/p_socket.c
@@ -0,0 +1,2052 @@
+/************************************************************************
+ *   psybnc, src/p_socket.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *          http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_SOCKET
+
+#include <p_global.h>
+
+#define MAX_SENDQ 1000
+
+sigjmp_buf  alarmret;
+
+/* callbacks and connection functions */
+
+static void acceptcb(void *arg, int status, int timeouts, struct hostent *hostent);
+static void connectcb(void *arg, int status, int timeouts, struct hostent *hostent);
+static void doconnect(struct conndata *conn);
+
+/* clean up functions */
+
+static void freeconndata(struct conndata *conn);
+static void freeacceptdata(struct acceptdata *adata);
+
+/* utility functions */
+
+static int convert_v6(struct socketnodes *snode);
+int getprotocol(char *ip);
+
+
+int flushsendq(int socket, int forced);
+int writesock_STREAM(int socket, char *data, unsigned int size);
+int writesock (int socket, char *data);
+
+int nolog = 0;
+
+/* gets a socketnode from the corresponding system socket number */
+
+struct socketnodes *previous;
+
+struct socketnodes *getpsocketbysock(int syssock)
+{
+    struct socketnodes *th;
+    th=socketnode;
+    previous=socketnode;
+    while(th!=NULL)
+    {
+    if (th->sock!=NULL)
+    {
+        if (th->sock->syssock==syssock) return th;
+    }
+    previous=th;
+    th=th->next;
+    }
+    return NULL;
+}
+
+struct socketnodes *getpsocketbygroup(struct socketnodes *first, unsigned long group, int notsock)
+{
+    struct socketnodes *lkm;
+    lkm=first;
+    while(lkm)
+    {
+    if(lkm->sock)
+        if(lkm->sock->sockgroup==group && lkm->sock->syssock!=notsock && lkm->sock->syssock!=notsocket)
+        return lkm;
+    lkm=lkm->next;
+    }
+    return NULL;
+}
+
+/* creates a socket */
+
+int createsocket(int syssock,int type,int index,unsigned long group,int(*constructor)(int),int(*constructed)(int),int(*errorhandler)(int,int),int(*handler)(int),int(*destructor)(int),int(*remapper)(int,int),int proto,int ssl)
+{
+    struct psockett *th;
+    struct socketnodes *lkm;
+    int flags,ret;
+    int lsock;
+    time_t tm;
+    time(&tm);
+    lsock=syssock;
+    if(syssock!=0)
+    {
+    lkm=getpsocketbysock(lsock);
+    if (lkm!=NULL) return lsock; /* already existent.. so why the hell... */
+    } else 
+        lsock = socket (proto, SOCK_STREAM, IPPROTO_TCP);
+    if(lsock<=0)
+    {
+    p_log(LOG_ERROR,-1,lngtxt(790));
+    return 0x0;
+    }
+    flags = fcntl(lsock,F_GETFL,0);
+    ret = fcntl(lsock,F_SETFL,flags | O_NONBLOCK);
+    lkm=socketnode;
+    while (lkm!=NULL)
+    {
+    if (lkm->next==NULL || lkm->sock==NULL)
+    {
+        if(lkm->sock!=NULL)
+        {
+        lkm->next=(struct socketnodes *) pmalloc(sizeof(struct socketnodes));
+        lkm=lkm->next;
+        }
+        lkm->sock=(struct psockett *) pmalloc(sizeof(struct psockett));
+        lkm->next=NULL;
+        th=lkm->sock;
+        th->type=type;
+        th->protocol=proto;
+        th->flag=SOC_NOUSE;
+        th->syssock=lsock;
+#ifdef HAVE_SSL
+        th->ssl=ssl;
+        th->sslfd=NULL;
+#endif
+        th->constructor=constructor;
+        th->constructed=constructed;
+        th->errorhandler=errorhandler;
+        th->handler=handler;
+        th->destructor=destructor;
+        th->remapper=remapper;
+        pcontext;
+        th->commbuf=(char *)pmalloc(8192);
+        th->bytesin=0;
+        th->bytesout=0;
+        th->param=index;
+        th->sockgroup=group;
+        pcontext;
+        strmncpy(th->since,ctime(&tm),sizeof(th->since));
+        break;
+    }
+    lkm=lkm->next;
+    }
+    if(lkm==NULL)
+    {
+    p_log(LOG_ERROR,-1,lngtxt(791));
+    exit(0x0);
+    }
+    return lsock;
+}
+
+/* kill a socket. used instead of close. possibly called iterative */
+
+int reallykillsocket(int syssock) 
+{
+    struct socketnodes *lkm,*ekm;
+    struct socketnodes *siccur=currentsocket;
+    int first=0;
+    int(*caller)(int);
+    int rc,i,t;
+    lkm=getpsocketbysock(syssock);    
+    p_log(LOG_INFO, -1, "Reallykillsocket!");
+    if(lkm==NULL) return 0x0;
+    if(lkm==socketnode) first=1;
+    if(lkm->sock!=NULL)
+    {
+        p_log(LOG_INFO, -1, "sock != NULL");
+
+    /* dont care about a static listener */
+    //if(lkm->sock->type==ST_LISTEN && lkm->sock->constructed==checknewlistener)
+    //    return 0x0;
+    /* if its a socketgroup, switch to another socket */
+    if(lkm->sock->sockgroup >0 && (ekm=getpsocketbygroup(socketnode,lkm->sock->sockgroup,lkm->sock->syssock)))
+    {
+        p_log(LOG_INFO, -1, "ingroup");
+        if(lkm->sock->remapper!=NULL && ekm->sock!=NULL)
+        {
+        rc=(*lkm->sock->remapper)(lkm->sock->param,ekm->sock->syssock);
+        }
+    } else
+        p_log(LOG_INFO, -1, "notingroup");
+
+    /* call a destructor, if available */
+    if(lkm->sock->destructor!=NULL)
+    {
+        p_log(LOG_INFO, -1, "destruct");
+        caller=lkm->sock->destructor;
+        lkm->sock->destructor=NULL;
+        lkm->sock->errorhandler=NULL;
+        currentsocket=lkm;
+        rc=(*caller)(lkm->sock->param);
+        currentsocket=siccur;
+        lkm=getpsocketbysock(syssock); /* if we are destroyed.. */
+        if(lkm==NULL) return 0x0;
+    }
+    p_log(LOG_INFO, -1, "stoned");
+
+    lkm->sock->serverstoned=0; /* would loop infinitely if */
+    lkm->sock->serversocket=0;
+
+    p_log(LOG_INFO, -1, "sendq..");
+
+    t=lkm->sock->entrys;
+        for(i=0;i<=t;i++)
+        flushsendq(lkm->sock->syssock,Q_FORCED);
+    p_log(LOG_INFO, -1, "ssl");
+
+#ifdef HAVE_SSL
+    if(lkm->sock->ssl==SSL_ON)
+    {
+        if(lkm->sock->sslfd!=NULL)
+        {
+        SSL_shutdown(lkm->sock->sslfd);
+        SSL_free(lkm->sock->sslfd);
+        lkm->sock->sslfd=NULL;
+        }
+    }
+#endif
+
+    p_log(LOG_INFO, -1, "free sock->combuff");
+
+    free(lkm->sock->commbuf);
+    p_log(LOG_INFO, -1, "free sock->");
+    free(lkm->sock);
+    p_log(LOG_INFO, -1, "free checkfirst");
+
+    if(first) {
+        p_log(LOG_INFO, -1, "free FIRST");
+        if (lkm->next == NULL) {
+            p_log(LOG_INFO, -1, "->next is null, bb?");
+        }
+        socketnode=lkm->next;
+        p_log(LOG_INFO, -1, "still there!");
+    } else {
+        p_log(LOG_INFO, -1, "free notfirst");
+        previous->next=lkm->next;
+    }
+    
+    p_log(LOG_INFO, -1, "free bb!");
+    free(lkm);
+    }
+
+    p_log(LOG_INFO, -1, "shutdown");
+    shutdown(syssock,2);
+    p_log(LOG_INFO, -1, "close");
+    close(syssock);
+    p_log(LOG_INFO, -1, "return");
+    return 0x0;
+
+}
+
+int killsocket(int syssock)
+{
+    struct socketnodes *lkm,*ekm;
+    struct socketnodes *siccur=currentsocket;
+    int first=0;
+    int(*caller)(int);
+    int rc,i,t;
+    lkm=getpsocketbysock(syssock);    
+    if(lkm==NULL) return 0x0;
+    if(lkm==socketnode) first=1;
+    if(lkm->sock!=NULL)
+    {
+    /* dont kill a static listener */
+    if(lkm->sock->type==ST_LISTEN && lkm->sock->constructed==checknewlistener)
+        return 0x0;
+    /* if its a socketgroup, switch to another socket */
+    if(lkm->sock->sockgroup >0 && (ekm=getpsocketbygroup(socketnode,lkm->sock->sockgroup,lkm->sock->syssock)))
+    {
+        if(lkm->sock->remapper!=NULL && ekm->sock!=NULL)
+        {
+        rc=(*lkm->sock->remapper)(lkm->sock->param,ekm->sock->syssock);
+        }
+    } else
+    /* call a destructor, if available */
+    if(lkm->sock->destructor!=NULL)
+    {
+        caller=lkm->sock->destructor;
+        lkm->sock->destructor=NULL;
+        lkm->sock->errorhandler=NULL;
+        currentsocket=lkm;
+        rc=(*caller)(lkm->sock->param);
+        currentsocket=siccur;
+        lkm=getpsocketbysock(syssock); /* if we are destroyed.. */
+        if(lkm==NULL) return 0x0;
+    }
+    lkm->sock->serverstoned=0; /* would loop infinitely if */
+    lkm->sock->serversocket=0;
+    t=lkm->sock->entrys;
+        for(i=0;i<=t;i++)
+        flushsendq(lkm->sock->syssock,Q_FORCED);
+#ifdef HAVE_SSL
+    if(lkm->sock->ssl==SSL_ON)
+    {
+        if(lkm->sock->sslfd!=NULL)
+        {
+        SSL_shutdown(lkm->sock->sslfd);
+        SSL_free(lkm->sock->sslfd);
+        lkm->sock->sslfd=NULL;
+        }
+    }
+#endif
+    free(lkm->sock->commbuf);
+    free(lkm->sock);
+    if(first)
+        socketnode=lkm->next;
+    else
+        previous->next=lkm->next;
+    free(lkm);
+    }
+    shutdown(syssock,2);
+    close(syssock);
+    return 0x0;
+}
+
+/* create a single listener
+   changed for 2.3.1 - only ips in host argument */
+
+int createlistener(char *host,int listenport,int proto,int pending, int(*listenhandler)(int), int(*errorhandler)(int,int), int(*datahandler)(int), int(*closehandler)(int))
+{
+#ifdef IPV6
+  struct sockaddr_in6 listen_sa6;
+#endif
+  struct sockaddr_in listen_sa;
+  struct socketnodes *lkm;
+  int sopts = 1;
+  int issl=SSL_OFF;
+  char vsl[10];
+  int opt;
+  char *ho;
+  int listensocket;
+  int rc;
+  const char *pt;
+  vsl[0]=0;
+  if(host==NULL) return 0;
+#ifdef HAVE_SSL
+  if(strstr(host,"S=")==host)
+  {
+    ho=host+2;
+    issl=SSL_ON;
+    strmncpy(vsl,lngtxt(792),sizeof(vsl));
+  } else
+#endif
+    ho=host;
+  listensocket = socket (proto, SOCK_STREAM, IPPROTO_TCP);
+  if(listensocket<=0) return 0;
+  listensocket = createsocket(listensocket,ST_LISTEN,0,SGR_NONE,NULL,listenhandler,errorhandler,datahandler,closehandler,NULL,proto,issl);
+  lkm=getpsocketbysock(listensocket);
+  if(lkm==NULL || listensocket==0)
+  {
+      if(pending==0)
+          p_log(LOG_ERROR,-1,lngtxt(793),ho,listenport,vsl);
+      return 0;
+  }
+  strmncpy(lkm->sock->source,host,sizeof(lkm->sock->source));
+  strcpy(lkm->sock->dest,"*");    
+  lkm->sock->sport=listenport;
+  lkm->sock->dport=0;
+  lkm->sock->flag=SOC_SYN; /* we are open */
+  highestsocket = listensocket;
+
+  opt=sizeof(int);
+  setsockopt (listensocket, SOL_SOCKET, SO_REUSEADDR, &sopts, opt);
+#ifdef IPV6
+  if(proto==AF_INET6)
+     memset (&listen_sa6, 0, sizeof (struct sockaddr_in6));
+  else
+#endif
+     memset (&listen_sa, 0, sizeof (struct sockaddr_in));
+
+#ifdef IPV6
+  if(proto==AF_INET6)
+  {
+      listen_sa6.sin6_port = htons (listenport);
+      if(*ho=='*')
+      {
+          memcpy(&listen_sa6.sin6_addr,&in6addr_any,16);
+      listen_sa6.sin6_family=AF_INET6;
+      } else {
+          if(inet_pton(AF_INET6,ho,&listen_sa6.sin6_addr)<=0)
+          {
+              killsocket(listensocket);
+              if(pending==0)
+                  p_log(LOG_ERROR,-1,lngtxt(794),ho,listenport,vsl);
+          return 0x0;
+          }                   
+          listen_sa6.sin6_family=AF_INET6;
+      }
+      pt=ho;
+/* ipv6 dcc not yet specified
+      if(dcc6host[0]==0) strmncpy(dcc6host,lkm->sock->source,sizeof(dcc6host)); */
+  } else {
+#endif
+      listen_sa.sin_port = htons (listenport);
+      if(*ho=='*')
+      {
+          listen_sa.sin_addr.s_addr=htonl(INADDR_ANY);
+      listen_sa.sin_family=AF_INET;
+      } else {
+          if(inet_aton(ho,&listen_sa.sin_addr)<=0)
+          {
+              killsocket(listensocket);
+              if(pending==0)
+                  p_log(LOG_ERROR,-1,lngtxt(795),host,listenport,vsl);
+          return 0x0;
+          }
+          listen_sa.sin_family=AF_INET;
+      }
+      strmncpy(lkm->sock->source,inet_ntoa(listen_sa.sin_addr),sizeof(lkm->sock->source));
+      if(dcchost[0]==0)
+      strmncpy(dcchost,lkm->sock->source,sizeof(dcchost));
+#ifdef IPV6
+  }
+  if(proto==AF_INET6)
+    rc=bind(listensocket, (struct sockaddr *) &listen_sa6, sizeof(listen_sa6));
+  else  
+#endif
+    rc=bind(listensocket, (struct sockaddr *) &listen_sa, sizeof (struct sockaddr_in));
+
+  if (rc < 0)
+  { 
+      killsocket(listensocket);
+      if(pending==0)
+          p_log(LOG_ERROR,-1,lngtxt(796),ho,listenport,vsl);
+      return 0; /* cannot create socket */
+  } 
+  if ((listen (listensocket, 1)) == -1)
+  { 
+      killsocket(listensocket);
+      if(pending==0)
+          p_log(LOG_ERROR,-1,lngtxt(797),ho,listenport,vsl);
+      return 0; /* cannot create socket */
+  }
+  if(pending==0)
+  {
+      if (nolog != 666) {
+          printf(lngtxt(798),lkm->sock->source,listenport,vsl);
+      }
+      p_log(LOG_INFO,-1,lngtxt(799),lkm->sock->source,listenport,vsl);
+  }
+  return listensocket;
+}
+
+
+/* conntectto - builds a connection to a host and port using a given vhost */
+
+int rsock;
+
+/* freeconndata - free up a conndata structure */
+
+static void freeconndata(struct conndata *conn)
+{
+    if (conn != NULL)
+    {
+        if (conn->host != NULL) free(conn->host);
+        if (conn->vhost != NULL) free(conn->vhost);
+
+        if (conn->host_addr != NULL) free(conn->host_addr);
+        if (conn->vhost_addr != NULL) free(conn->vhost_addr);
+    
+        free(conn);
+    }
+}
+
+/* freeacceptdata - free up an acceptdata structure */
+
+static void freeacceptdata(struct acceptdata *adata)
+{
+    if (adata != NULL)
+    {
+        if (adata->ip_addr != NULL) free(adata->ip_addr);
+        free(adata);
+    }
+}
+
+int connectto(int sockt, char *host, int port, char *vhost)
+{
+    struct socketnodes *snode = getpsocketbysock(sockt);
+    struct conndata *conn;
+    int family = AF_INET;
+
+    // Store some information about the connection attempt so that we can finish connecting if
+    // the hostname has been resolved, or inform the user that we failed to resolve the host.
+
+    conn = calloc(1, sizeof(*conn));
+    conn->sock  = sockt;
+    conn->host  = strdup(host);
+    conn->port  = port;
+    conn->vhost = (vhost == NULL || strlen(vhost) == 0 ? NULL : strdup(vhost));
+
+    #ifdef IPV6   
+    if (snode && snode->sock && user(snode->sock->param)->preferipv6 == 1)
+    {
+        p_log(LOG_INFO, -1, "Debug: This user prefers IPv6, IPv6 is used.");
+
+        // The user prefers ipv6, use IPv6.
+        family = AF_INET6;
+    }
+    else if (conn->vhost != NULL && getprotocol(conn->vhost) == AF_INET6)
+    {
+        p_log(LOG_INFO, -1, "Debug: An IPv6 vhost (%s) was specified, IPv6 is used.", conn->vhost);
+
+        // A vhost has been provided and it is an IPv6 address, use IPv6.
+        family = AF_INET6;
+    }
+    else if (conn->vhost == NULL && getprotocol(conn->host) == AF_INET6)
+    {
+        p_log(LOG_INFO, -1, "Debug: An IPv6 host (%s) was specified, IPv6 is used.", conn->host);
+
+        // No vhost has been provided, but the server address/hostname is an IPv6 address, use IPv6.
+        family = AF_INET6;
+    }
+    else if (defaultipv6 == 1 && user(snode->sock->param)->preferipv6 == -1)
+    {
+        p_log(LOG_INFO, -1, "Debug: Default IPv6 is set to %d, IPv6 is used.", defaultipv6);
+
+        // The vhost/host is not an IPv6 address, no preference has been set, but the default is to
+        // use IPv6, so use IPv6.
+        family = AF_INET6;
+    } 
+    else
+    {
+        p_log(LOG_INFO, -1, "Debug: IPv4 is used.");
+    }
+    #endif
+
+    // Update the socket status to 'Resolving', if possible.
+
+    if (snode && snode->sock)
+    {
+        snode->sock->flag = SOC_RESOLVE;
+    }
+
+    // Tell the DNS resolver (c-ares) to resolve the vhost (or host of the server if no vhost
+    // is set) and to call our callback function when done resolving (successful or not).
+    
+    if (conn->vhost != NULL)
+    {
+        conn->state = CONN_RESOLVE_VHOST;
+        p_dns_gethostbyname(conn->vhost, family, connectcb, conn);
+    }
+    else
+    {
+        conn->state = CONN_RESOLVE_HOST;
+        p_dns_gethostbyname(conn->host, family, connectcb, conn);
+    }
+    
+    // Inform the bouncer that we are working on it (a return value of zero would mean that
+    // something failed).
+
+    return sockt;
+}
+
+/* duplicate_in_addr - Reserves memory for, and copies, an in_addr (IP address structure) for use by other functions */
+
+struct in_addr *duplicate_in_addr(int family, struct in_addr *address, int *address_length)
+{
+    struct in_addr *newaddr;
+    int length = 0;
+
+    if (family != AF_INET && family != AF_INET6)
+    {
+        p_log(LOG_ERROR, -1, "duplicate_in_addr: Unsupported address type: %d", family);
+        return NULL;
+    }
+
+    #ifdef IPV6
+    if (family == AF_INET6)
+    {
+        length = sizeof(struct in6_addr);
+        newaddr = (struct in_addr *)calloc(1, sizeof(struct in6_addr));
+        memcpy(newaddr, address, sizeof(struct in6_addr));
+    }
+    else
+    #endif
+    {
+        length = sizeof(struct in_addr);
+        newaddr = (struct in_addr *)calloc(1, sizeof(struct in_addr));
+        memcpy(newaddr, address, sizeof(struct in_addr));
+    }
+
+    if (address_length)
+        *address_length = length;
+
+    return newaddr;
+}
+
+/* connectcb - Callback for the DNS resolver, gets called when the host or vhost has been resolved for an outgoing connection */
+
+static void connectcb(void *arg, int status, int timeouts, struct hostent *hostent)
+{
+    struct conndata *conn = (struct conndata *)arg;
+    struct socketnodes *snode = getpsocketbysock(conn->sock);
+    char address[512] = "";   
+
+    if (snode == NULL || snode->sock == NULL)
+    {
+        // The BNC does not know about this socket. This *should* never happen, but if
+        // it does we don't want the socket lingering/leak memory, so we kill the socket
+        // and free the connection data.
+        
+        killsocket(conn->sock);
+        freeconndata(conn);
+        return;
+    }
+
+    if (!p_dns_success(status))
+    {
+        // The host or vhost could not be resolved. We can't continue connecting so a message is
+        // displayed and the connection is closed.
+
+        if (conn->state == CONN_RESOLVE_HOST)
+        {
+            p_log(LOG_ERROR, -1, "Cannot resolve host '%s': %s. Connection to %s:%d cancelled", conn->host, p_dns_strerror(status), conn->host, conn->port);
+        }
+        else
+        {
+            p_log(LOG_ERROR, -1, "Cannot resolve virtual host '%s': %s. Connection to %s:%d cancelled", conn->vhost, p_dns_strerror(status), conn->host, conn->port);
+        }
+
+        killsocket(conn->sock);
+        freeconndata(conn);
+        return;
+    }
+
+    // The host or vhost was resolved, now we have to store the IP address in the conndata structure
+    // so that 'doconnect' can connect to it/bind to it.
+
+    if (conn->state == CONN_RESOLVE_HOST)
+    {            
+        conn->host_addr = duplicate_in_addr(hostent->h_addrtype, (struct in_addr *)hostent->h_addr_list[0], NULL);
+        conn->host_family = hostent->h_addrtype;
+    }
+    else
+    {
+        conn->vhost_addr = duplicate_in_addr(hostent->h_addrtype, (struct in_addr *)hostent->h_addr_list[0], NULL);
+        conn->vhost_family = hostent->h_addrtype;
+    }
+
+    if (conn->state == CONN_RESOLVE_VHOST)
+    {
+        // A vhost has been provided and we have resolved it. Now that we know the type of 
+        // address (IPv4 or IPv6) we can start looking for the server.
+
+        conn->state = CONN_RESOLVE_HOST;
+        p_dns_gethostbyname(conn->host, conn->vhost_family, connectcb, conn);
+    }
+    else
+    {
+        p_log(LOG_INFO, -1, "DNS: All hosts resolved for socket %d, should be able to connect..", conn->sock);
+        
+        inet_ntop(conn->host_family, conn->host_addr, address, sizeof(address));
+        p_log(LOG_INFO, -1, "DNS: `- Server '%s' = '%s' (socket: %d, vhost: %s)", conn->host, address, conn->sock, (conn->vhost ? conn->vhost : "none.."));
+        
+        if (conn->vhost)
+        {
+            inet_ntop(conn->vhost_family, conn->vhost_addr, address, sizeof(address));
+            p_log(LOG_INFO, -1, "DNS: `- Vhost '%s' = '%s' (socket: %d)", conn->vhost, address, conn->sock);
+        }
+
+        // Make the actual connection and clean up the connection data.
+
+        doconnect(conn);
+        freeconndata(conn);
+    }
+}
+
+/* doconnect - Make the actual connection after the hostname and vhost (if any) have been resolved */
+
+static void doconnect(struct conndata *conn)
+{
+    struct socketnodes *snode = getpsocketbysock(conn->sock);
+    char myhost[60] = "";
+    char hishost[60] = "";
+    int ret = 0;
+
+    if (snode == NULL || snode->sock == NULL)
+    {
+        return;
+    }
+
+    // Convert the addresses into printable formats.
+
+    inet_ntop(conn->host_family, (struct in_addr *)conn->host_addr, hishost, sizeof(hishost));
+    if (conn->vhost)
+    {
+        inet_ntop(conn->vhost_family, (struct in_addr *)conn->vhost_addr, myhost, sizeof(myhost));
+    }
+
+    #ifdef IPV6
+
+    // Make sure there is not an address mismatch (e.g. IPv4 server with IPv6 vhost, or IPv6 server
+    // with IPv4 vhost).
+
+    if (conn->vhost != NULL && conn->host_family != conn->vhost_family)
+    {
+        if (conn->host_family == AF_INET6)
+        {
+            p_log(LOG_ERROR, -1, "Unable to connect: Address type mismatch. Virtual host '%s' is IPv4, but server '%s' is IPv6.", myhost, hishost);
+        }
+        else
+        {
+            p_log(LOG_ERROR, -1, "Unable to connect: Address type mismatch. Virtual host '%s' is IPv6, but server '%s' is IPv4.", myhost, hishost);
+        }
+
+        killsocket(conn->sock);
+        return;
+    }
+
+    if (conn->host_family == AF_INET6)
+    {
+        // Convert the socket into an IPv6 socket. This has to be done because psyBNC assumes that 
+        // a socket is IPv4 by default.
+
+        conn->sock = convert_v6(snode);
+    }
+
+    #endif
+
+    // Attempt to bind to the vhost if one is set.
+
+    if (conn->vhost != NULL)
+    {
+        // Bind to an IPv6 vhost.
+
+        #ifdef IPV6
+        if (conn->vhost_family == AF_INET6)
+        {               
+            struct sockaddr_in6 sin6;
+            memset(&sin6, 0, sizeof(struct sockaddr_in6));
+            sin6.sin6_family = AF_INET6;
+
+            memcpy(&sin6.sin6_addr, conn->vhost_addr, sizeof(struct in6_addr));
+            ret = bind(conn->sock, (struct sockaddr *)&sin6, sizeof(sin6));
+        }
+        else
+        #endif
+        {
+            struct sockaddr_in sin;
+            memset(&sin, 0, sizeof(struct sockaddr_in));
+            sin.sin_family = AF_INET;
+
+            memcpy(&sin.sin_addr, conn->vhost_addr, sizeof(struct in_addr));
+            ret = bind(conn->sock, (struct sockaddr *)&sin, sizeof(sin));
+        }
+
+        // Abort if the vhost could not be bound.
+
+        if (ret < 0)
+        {
+            p_log(LOG_ERROR, -1, "Failed to bind vhost '%s': %s", myhost, strerror(errno));
+            killsocket(conn->sock);
+            return;
+        }
+    }
+
+    // Connect to an IPv6 server.
+
+    #ifdef IPV6
+    if (conn->host_family == AF_INET6)
+    {      
+        struct sockaddr_in6 sin6;
+        memset(&sin6, 0, sizeof(struct sockaddr_in6));
+        sin6.sin6_family = AF_INET6;
+        sin6.sin6_port = htons(conn->port);
+
+        memcpy(&sin6.sin6_addr, conn->host_addr, sizeof(struct in6_addr));
+        ret = connect(conn->sock, (struct sockaddr *)&sin6, sizeof(sin6));
+    }
+    else
+    #endif
+    {
+        struct sockaddr_in sin;
+        memset(&sin, 0, sizeof(struct sockaddr_in));
+        sin.sin_family = AF_INET;
+        sin.sin_port = htons(conn->port);
+
+        memcpy(&sin.sin_addr, conn->host_addr, sizeof(struct in_addr));
+        ret = connect(conn->sock, (struct sockaddr *)&sin, sizeof(sin));
+    }
+
+    // Abort if the connection could not be made.
+
+    if (ret < 0 && errno != EINPROGRESS && ret != -EINPROGRESS)
+    {
+        p_log(LOG_ERROR, -1, "Failed to connect to '%s': %s", hishost, strerror(errno));
+        killsocket(conn->sock);
+        return;
+    }
+
+    // Update the socket's flags, set the ip addresses, etc.
+    
+    snode->sock->flag = SOC_SYN;
+    snode->sock->delay = 0;
+    
+    if (socketnode->sock != NULL)
+    {
+        snode->sock->sport = socketnode->sock->sport;
+    }
+
+    snode->sock->dport = conn->port;
+
+    // This is probably some hack to prevent the '%' from showing up
+    // in snprintf and friends..
+
+    replace(myhost, '%', 127);
+    replace(hishost, '%', 127);
+
+    strmncpy(snode->sock->source, myhost, sizeof(snode->sock->source));
+    strmncpy(snode->sock->dest, hishost, sizeof(snode->sock->dest));
+    
+    #ifdef OIDENTD
+    create_oidentd_conf();
+    #endif
+}
+
+/* convert_v6 - Convert an IPv4 socket to an IPv6 socket */
+
+static int convert_v6(struct socketnodes *snode)
+{
+    int newsock = socket(AF_INET6, SOCK_STREAM, IPPROTO_TCP);
+    int flags, ret;
+
+    if (newsock > 0)
+    {
+        flags = fcntl(newsock, F_GETFL, 0);
+        fcntl(newsock, F_SETFL, flags | O_NONBLOCK);
+
+        if (snode->sock->remapper != NULL)
+        {
+            ret = (*snode->sock->remapper)(snode->sock->param, newsock);
+        }
+        
+        close(snode->sock->syssock);
+        snode->sock->syssock = newsock;
+    }
+
+    return newsock;
+}
+
+int urgent=0;
+
+/* flush the queue */
+
+int flushsendq(int socket, int forced)
+{
+    struct socketnodes *lkm;
+    struct sendqt *msq,*emsq;
+    char *msqd;
+    int dummy;
+    size_t msglen;
+    lkm=getpsocketbysock(socket);
+    if(lkm==NULL) return 0x0; /* no socket, no queue */
+    msq=lkm->sock->sendq;
+    if(msq==NULL) return 0x0; /* nothing to flush */
+    if(lkm->sock->flag<SOC_CONN) return 0x0; /* not yet connected.. no flush */
+    if(forced!=Q_FORCED)
+    {
+    if(msq->delay>0)
+    {
+        msq->delay-=delayinc;
+        return 0x0;
+    }
+    }
+    if(lkm->sock->serversocket==1 && lkm->sock->flag==SOC_CONN)
+    {
+    if(lkm->sock->serverstoned>0) return 0x0;
+    if(lkm->sock->serverbytes+strlen(msq->data)>700)
+    {
+        if(strlen(msq->data)<700)
+        {
+        lkm->sock->serverstoned=20;
+        if(lkm->sock->flag==SOC_CONN)
+        {
+#ifdef HAVE_SSL
+            if(lkm->sock->ssl==SSL_ON && lkm->sock->sslfd!=NULL)
+            SSL_write(lkm->sock->sslfd,lngtxt(800),9);
+            else
+#endif
+            dummy = write(socket,lngtxt(801),9);
+        }
+        return 0x0;     
+        }
+    }
+    lkm->sock->serverbytes+=strlen(msq->data);
+    }
+    urgent=1;
+    msglen=msq->len;
+    msqd=msq->data;
+    emsq=msq;
+    msq=msq->next;
+    free(emsq);
+    lkm->sock->sendq=msq;
+    lkm->sock->entrys--;
+    if(lkm->sock->dataflow==SD_STREAM)
+        writesock_STREAM(socket,msqd,msglen);
+    else
+        writesock(socket,msqd);
+    free(msqd);
+    return 0x0;
+}
+
+/* add data to a queue */
+
+int readd=0;
+
+int addq(int socket, char *data, size_t len, int sqdelay)
+{
+    struct socketnodes *lkm=socketnode;
+    struct socketnodes *akm;
+    struct sendqt *msq;
+    unsigned long group=0;
+    int lp=1;
+    akm=getpsocketbysock(socket);
+    if(akm)
+    {
+    if(akm->sock)
+        group=akm->sock->sockgroup;
+    }
+    while(lp)
+    {
+    if(group)
+        lkm=getpsocketbygroup(lkm->next,group,-1);
+    else
+        lkm=akm;
+    if(lkm==NULL) /* no socket descriptor, URGENT sent */
+    {
+        if(group==0)
+        {
+        urgent=1;
+        writesock(socket,data);
+        }
+    } else {
+        lkm->sock->entrys++;
+        /* changed for 2.3.1 - if this is an ssl socket, this would lead to a loop
+               if x509-lookup still would run  */
+#ifndef HAVE_SSL
+            if(lkm->sock->entrys>MAX_SENDQ && lkm->sock->serverstoned==0)
+#else
+            if(lkm->sock->entrys>MAX_SENDQ && lkm->sock->serverstoned==0 && lkm->sock->ssl!=SSL_ON)
+#endif
+            flushsendq(socket,Q_FORCED); /* too many entries -> flushing */
+        if (lkm->sock->sendq==NULL)
+        {
+        lkm->sock->sendq=(struct sendqt *)pmalloc(sizeof(struct sendqt));
+                msq=lkm->sock->sendq;
+        } else {
+        /* changed in 2.3.1 - readd an entry at the start of the queue */
+        if(readd)
+        {
+            sqdelay=5;
+                msq=(struct sendqt *)pmalloc(sizeof(struct sendqt));
+                msq->next=lkm->sock->sendq;
+                lkm->sock->sendq=msq;
+        } else {
+                msq=lkm->sock->sendq;
+                while(msq->next!=NULL) msq=msq->next;
+                msq->next=(struct sendqt *)pmalloc(sizeof(struct sendqt));
+            msq=msq->next;
+        }
+        }
+        msq->data=(char *)pmalloc(len+2);
+        msq->len=len;
+        msq->delay=sqdelay;
+        memcpy(msq->data,data,len);
+    }
+    if(group)
+    {
+        if(!lkm) lp=0;
+    }
+    else
+        lp=0;
+    }
+    return 0x0;
+}
+
+/* write data to a binary socket */
+
+int writesock_STREAM(int socket, char *data, unsigned int size)
+{
+    int rc;
+    int dummy;
+    struct socketnodes *lkm;
+    lkm=getpsocketbysock(socket);
+    if(lkm==NULL) return 0x0;
+    if(urgent==0)
+    {
+    addq(socket, data,size,0);
+    return 0x0;
+    } else
+    if(lkm->sock->flag==SOC_CONN)
+    {
+#ifdef HAVE_SSL
+    if(lkm->sock->ssl==SSL_ON && lkm->sock->sslfd!=NULL)
+    {
+        rc=SSL_write(lkm->sock->sslfd,data,size);
+        switch(SSL_get_error(lkm->sock->sslfd,rc))
+        {
+            case SSL_ERROR_NONE:
+            break;
+        case SSL_ERROR_WANT_WRITE:
+        case SSL_ERROR_WANT_READ:
+        case SSL_ERROR_WANT_X509_LOOKUP:
+            /* back onto the queue */
+            readd=1;
+            addq(lkm->sock->syssock, data,size,0);
+            readd=0;
+            return 0x0;
+        default:
+            return -1;
+        }
+    } else
+#endif
+        dummy = write(socket,data,size);
+    }
+    lkm->sock->bytesout+=size;
+    urgent=0;
+    return 0x0;
+}
+
+/* write data to a socket */
+
+int writesock (int socket, char *data)
+{
+    static char buf[8200];
+    char sbuf[8200];
+    char *po;
+    int rc;
+    int dummy;
+
+    struct socketnodes *lkm;
+    lkm=getpsocketbysock(socket);
+    if(lkm==NULL) return 0x0;
+    if(lkm->sock==NULL) return 0x0;
+    if(lkm->sock->flag<SOC_CONN) urgent=0;
+    if(urgent==0 && lkm->sock->nowfds !=1)
+    {
+    addq(socket,data,strlen(data)+1,0);
+    return 0x0;
+    }
+    if (socket == 0) return -1;
+    if(*data==0) return 0x0;
+    strmncpy(buf,data,sizeof(buf));
+    po=strchr(buf,'\n');
+    if (po == NULL) strcat(buf,"\r\n");
+    if(po!=NULL)
+    {
+        po--;
+        if (*po!='\r')
+        {
+            po++;
+        *po='\r';
+        po++;
+        *po='\n';
+        po++;
+        *po=0;
+    }
+    }
+    errn=0;
+    if(lkm!=NULL)
+    {
+    if(lkm->sock!=NULL)
+    {
+        lkm->sock->bytesout+=strlen(buf);
+    }
+    }
+    if(urgent==1 || lkm->sock->nowfds == 1)
+    {
+    replace(buf,127,'%');
+    if(lkm->sock->flag==SOC_CONN)
+    {
+#ifdef HAVE_SSL
+        if(lkm->sock->ssl==SSL_ON && lkm->sock->sslfd!=NULL)
+        {
+        strcpy(sbuf,buf);
+        rc=SSL_write(lkm->sock->sslfd,sbuf,strlen(sbuf));
+        switch(SSL_get_error(lkm->sock->sslfd,rc))
+        {
+            case SSL_ERROR_NONE:
+            break;
+            case SSL_ERROR_WANT_WRITE:
+            case SSL_ERROR_WANT_READ:
+            case SSL_ERROR_WANT_X509_LOOKUP:
+            /* put it back on the queue, dont block here */
+            readd=1;
+            addq(lkm->sock->syssock,sbuf,strlen(sbuf)+1,0);
+            readd=0;
+            break;
+            default:
+            break;
+        }
+        } else
+#endif
+        dummy = write(socket,buf,strlen(buf));
+    }
+    lkm->sock->delay=300;
+    urgent=0;   
+    }
+    if (errn == 1) {
+       /* heavy error on writing */
+       return -1;
+    }
+    return 0x0;
+}
+
+/* urgent writes */
+
+int writesock_URGENT (int socket, char *data)
+{
+    urgent=1;
+    return writesock(socket,data);
+}
+
+/* write in a delay */
+
+int writesock_DELAY (int socket, char *data, int delay)
+{
+    return addq(socket,data,strlen(data)+1,delay);
+}
+
+/* write with format */
+
+int 
+ssnprintf(int sock, char *format,...)
+{
+    va_list va;
+    static char buf[8192];
+    va_start(va,format);
+    ap_vsnprintf(buf,sizeof(buf),format,va);
+    writesock(sock,buf);
+    va_end(va);
+    return strlen(buf);
+}
+
+/* determine the protocol based on a given ip */
+
+int getprotocol(char *ip)
+{
+    #ifdef IPV6
+    unsigned char inaddr6[16];
+    if(inet_pton(AF_INET6, ip, &inaddr6[0]) > 0)
+    { 
+        return AF_INET6;
+    }
+    #endif
+
+    return AF_INET;
+}
+
+/* recv from a socket */
+
+int receivesock(struct psockett *sock)
+{
+    int ret = 1;
+    int sz = 8191;
+    int rc;
+    char *br,*ebr;
+    int esck;
+    char *pt;
+    static char buf[8192];
+
+    sz-=sock->bytesread;
+    ircbuf[0]=0;
+    if(sz>0)
+    {
+    errno=0;
+#ifdef HAVE_SSL
+    if(sock->ssl==SSL_ON)
+    {
+        if(sock->sslfd==NULL)
+        ret=0;
+        else
+        ret=SSL_read((SSL *)sock->sslfd,sock->commbuf+sock->bytesread,sz);
+        if(ret==-1 && (rc = SSL_get_error((SSL *)sock->sslfd,ret)) == SSL_ERROR_WANT_READ)
+        {
+        *ircbuf=0;
+        return 1;
+        }
+        if(ret<=0) return ret;
+        sock->bytesread+=ret;
+    } else {
+#endif
+        ret=recv(sock->syssock,sock->commbuf+sock->bytesread,sz,0);
+        if (ret>0) sock->bytesread+=ret;
+        if (ret==-1 && ((errno == EWOULDBLOCK) || (errno == EAGAIN))) { *ircbuf=0; return 1; }
+        if (ret<=0) return ret;
+#ifdef HAVE_SSL
+    }
+#endif
+    } else {
+    /* a bug found by Tom R. Flo */
+    killsocket(sock->syssock);
+    *ircbuf=0;
+    return 0x1;
+    }
+    if (ret>0) sock->bytesin+=ret;
+    if(sock->dataflow==SD_STREAM)
+    {
+    if(ret<=0 || ret>sizeof(ircbuf)) return 1;
+    memcpy(&ircbuf,sock->commbuf,ret);
+    sock->datalen=ret;
+    sock->bytesread=0;
+    if (sock->handler!=NULL)
+    {
+        rc=(*sock->handler)(sock->param);
+    }
+    return ret;
+    }
+    esck=sock->syssock;
+    br=strchr(sock->commbuf,'\n');
+    if(br==NULL) br=strchr(sock->commbuf,10); /* nulline, ignore */
+    while(br!=NULL && getpsocketbysock(esck)!=NULL && ret>0)
+    {
+        br++; /* :) */
+    memset(ircbuf,0x0,sizeof(ircbuf));
+    memcpy((void *)ircbuf,(void *)sock->commbuf,(br-sock->commbuf));
+    memcpy((void *)buf,(void *)br,8192-((br-sock->commbuf)));
+    memcpy((void *)sock->commbuf,(void *)buf,8192-((br-sock->commbuf)));
+    sock->bytesread-=((br-sock->commbuf));
+    memset((void *)sock->commbuf+sock->bytesread,0x0,(8191-sock->bytesread));
+    replace(ircbuf,'%',127);
+    ebr=strchr(ircbuf,'\r');
+    if(ebr==NULL) ebr=strchr(ircbuf,'\n');
+    esck=sock->syssock;
+    if (sock->serversocket==1)
+    {
+        pt=strchr(ircbuf,' ');
+        if(pt!=NULL)
+        {
+        pt++;
+        if(strstr(pt,lngtxt(802))==pt) /* received PONG, resetting stone */
+        {
+            if(sock->serverstoned!=0)
+            {
+            sock->serverstoned=0;
+            sock->serverbytes=0;
+            } else {
+            user(sock->param)->pinged=0;
+            user(sock->param)->pingtime=time(NULL);
+            }
+            ircbuf[0]=0;
+        }
+        }
+    }
+    if (sock->handler!=NULL && strlen(ircbuf)>1)
+    {
+        rc=(*sock->handler)(sock->param);
+    }
+        if (getpsocketbysock(esck)==NULL) { ret=-1;break; }
+    br=strchr(sock->commbuf,'\n');
+    if(br==NULL) br=strchr(sock->commbuf,10);
+    }
+    return ret;
+}
+
+unsigned long oldsec=0;
+
+int socket_connect()
+{
+    int ern,rc;
+    ern=0;
+#ifdef HAVE_SSL
+    if(currentsocket->sock->ssl==SSL_ON && currentsocket->sock->sslfd!=NULL)
+    {
+    rc=SSL_set_fd(currentsocket->sock->sslfd,currentsocket->sock->syssock);
+    if(rc==-1)
+    {
+        ern=SSL_get_error((SSL *)currentsocket->sock->sslfd,rc);
+        if(ern!=SSL_ERROR_WANT_READ && ern!=SSL_ERROR_WANT_WRITE && ern!=SSL_ERROR_NONE)
+        {
+            p_log(LOG_ERROR,-1,lngtxt(803),currentsocket->sock->syssock,currentsocket->sock->param);
+            ern=-1;
+        }
+        else
+            ern=0;
+    }
+    if(ern==0)
+    {                   
+        /* blocking ? i hope not */
+        SSL_set_connect_state(currentsocket->sock->sslfd);
+        rc=SSL_connect(currentsocket->sock->sslfd);
+        if(rc==-1)
+        {
+            ern=SSL_get_error((SSL *)currentsocket->sock->sslfd,rc);
+            if(ern!=SSL_ERROR_WANT_READ && ern!=SSL_ERROR_WANT_WRITE && ern!=SSL_ERROR_NONE)
+            {
+                p_log(LOG_ERROR,-1,lngtxt(804),currentsocket->sock->syssock,currentsocket->sock->param);
+            ern=-1;
+            }
+        else
+            ern=0;
+        }                                                                   
+    }
+    }
+#endif
+    return ern;
+}
+
+#ifdef HAVE_SSL
+
+char sgcert[1024];
+
+char *sslgetcert(SSL *ssls)
+{
+    struct X509 *x5r;
+    char *str;
+    x5r=(struct X509 *)SSL_get_peer_certificate((SSL *)ssls);
+    if(x5r!=NULL)
+    {
+    str=X509_NAME_oneline(X509_get_subject_name((X509 *)x5r),0,0);
+    if(str!=NULL)
+    {
+        strmncpy(sgcert,str,sizeof(sgcert));
+        free(str);
+        str=X509_NAME_oneline(X509_get_issuer_name((X509 *)x5r),0,0);
+        if(str!=NULL)
+        {
+        strncat(sgcert," ",sizeof(sgcert));
+        sgcert[sizeof(sgcert)-1]=0;
+        strncat(sgcert,str,(sizeof(sgcert) - 1));
+        sgcert[sizeof(sgcert)-1]=0;
+        free(str);
+        str=sgcert;
+        } else
+        str=NULL; /* no issuer */
+    } else
+        str=NULL; /* no subject */
+    X509_free((X509 *)x5r);        
+    } else
+    str=NULL; /* no cert. */
+    
+    return str;
+}
+
+/* check the cert
+ * logitem should be "Link #n" or "User FooBar"
+ */
+
+int sslcheckcert(int socket, char *cert, char *logitem)
+{
+    struct socketnodes *ps;
+    char *ccert;
+    int rc;
+    ps=getpsocketbysock(socket);
+    if(ps!=NULL) 
+    {
+    if(ps->sock->sslfd!=NULL) 
+    {
+        ccert=sslgetcert(ps->sock->sslfd);
+        if(ccert==NULL)
+        {
+        if(SSLSEC==0)
+        {
+            p_log(LOG_INFO,-1,lngtxt(805),logitem);
+            rc=1;
+        } else {
+            p_log(LOG_ERROR,-1,lngtxt(806),logitem);
+            rc=0;
+        }
+        } else {
+        if(strmcmp(ccert,cert))     
+        {
+            p_log(LOG_INFO,-1,lngtxt(807),logitem);
+            rc=1;
+        } else {
+            if(SSLSEC==0)
+            {
+            p_log(LOG_INFO,-1,lngtxt(810),logitem,ccert);
+            rc=1;
+            }
+            else
+            {
+            p_log(LOG_INFO,-1,lngtxt(811),logitem,ccert);
+            rc=0;
+            }
+        }
+        }
+    } else
+        rc=-1;
+    } else
+    rc=-1;
+    return rc;
+}
+
+
+
+#endif
+
+#ifdef IPV6
+char acip6[16];
+#endif
+unsigned long acip;
+
+/* accept incoming call on listener */
+
+int p_accept(int lsock)
+{
+    struct socketnodes *lkm = getpsocketbysock(lsock);
+    socklen_t length = 0;
+    int ret = 0;
+
+    if(lkm == NULL)
+    {
+        return -1;
+    }
+
+    #ifdef IPV6
+    if(lkm->sock->protocol == AF_INET6)
+    {
+        struct sockaddr_in6 addr6;
+        length = sizeof(addr6);
+        ret = accept(lsock, (struct sockaddr *)&addr6, &length);
+        if(ret == -1) 
+        {
+            lkm->sock->constructed = NULL;
+            killsocket(lsock);
+            return -1;      
+        }
+
+        memcpy(&acip6[0], addr6.sin6_addr.s6_addr, 16);
+        acceptport = ntohs(addr6.sin6_port);
+    }
+    else
+    #endif
+    {
+        struct sockaddr_in addr;
+        length = sizeof(addr);
+        ret = accept(lsock, (struct sockaddr * )&addr, &length);
+        if (ret == -1) 
+        {
+            lkm->sock->constructed = NULL;
+            killsocket(lsock);
+            return -1;      
+        }
+
+        acip = addr.sin_addr.s_addr;
+        acceptport = ntohs(addr.sin_port);
+    }
+
+    return ret;
+}
+
+int socket_accept()
+{
+    struct acceptdata *adata;
+    int asocket;
+    int listensocket;
+    int length = 0;
+
+    listensocket = currentsocket->sock->syssock;
+    asocket = p_accept(listensocket);
+    if(asocket <= 0) 
+    {
+        return -1;
+    }
+
+    mastersocket = currentsocket;
+    if(mastersocket == NULL)
+    {
+        p_log(LOG_ERROR, -1, lngtxt(812)); // msg 812: "Could not find the listening socket."
+        shutdown(asocket, 2);
+        close(asocket);
+        return -1;
+    }
+
+    // Restore the mastersocket's flags.
+
+    mastersocket->sock->flag = SOC_SYN;
+
+    // Start resolving the IP adress to an hostname. As this happens asynchronously we set up the 'acceptdata' 
+    // structure so that the callback function knows what it is getting an answer for.
+
+    adata = (struct acceptdata *)calloc(1, sizeof(*adata));
+    adata->sock = asocket;
+    adata->syssock = mastersocket->sock->syssock;
+    adata->ip_family = mastersocket->sock->protocol;
+    
+    #ifdef IPV6
+    if (adata->ip_family == AF_INET6)
+    {
+        adata->ip_addr = duplicate_in_addr(AF_INET6, (struct in_addr *)&acip6, &length);
+    }
+    else
+    #endif    
+    {
+        adata->ip_addr = duplicate_in_addr(AF_INET, (struct in_addr *)&acip, &length);
+    }
+
+    // Execute the reverse dns (ip -> name) lookup, will call 'acceptcb' when done.
+
+    p_dns_gethostbyaddr(adata->ip_addr, length, adata->ip_family, acceptcb, adata);
+    return -1;
+}
+
+static void acceptcb(void *arg, int status, int timeouts, struct hostent *hostent)
+{
+    struct acceptdata *adata = (struct acceptdata *)arg;
+    char sebuf[1000] = "";
+    int rc;
+
+    inet_ntop(adata->ip_family, adata->ip_addr, acceptip, sizeof(acceptip));   
+
+    if (p_dns_success(status))
+    {
+        strmncpy(accepthost, hostent->h_name, sizeof(accepthost));
+    }
+    else
+    {
+        strmncpy(accepthost, acceptip, sizeof(accepthost));
+    }
+
+    // Store the IP address (might just do this earlier in the process? :p)
+
+    mastersocket = getpsocketbysock(adata->syssock);
+    if (mastersocket == NULL)
+    {
+        p_log(LOG_ERROR, -1, "Master socket for %d is NULL.", adata->syssock);
+
+        shutdown(adata->sock, 2);
+        close(adata->sock);
+        freeacceptdata(adata);
+        return;
+    }
+
+    // Check if the IP address or hostname is allowed to connect, kill the connection
+    // if not.
+
+    if (checkhostallows(acceptip) == -1 && checkhostallows(accepthost) == -1)
+    {
+        p_log(LOG_ERROR, -1, lngtxt(813), accepthost);
+
+        #ifdef HAVE_SSL 
+        if(mastersocket->sock->sslfd != NULL && mastersocket->sock->ssl == SSL_ON) 
+        { 
+            SSL_shutdown(mastersocket->sock->sslfd);
+            SSL_free(mastersocket->sock->sslfd);
+            mastersocket->sock->sslfd = NULL; 
+        }
+        #endif
+
+        shutdown(adata->sock, 2);
+        close(adata->sock);
+        freeacceptdata(adata);
+        return;
+    }
+
+    p_log(LOG_WARNING, -1, lngtxt(814), accepthost); // msg 814: "connect from %s"
+
+    // Create a new socket to accept the connection and abort if this fails for
+    // some reason.
+
+    #ifdef HAVE_SSL
+    adata->sock = createsocket(adata->sock, ST_LISTEN, 0, SGR_NONE, NULL, NULL, mastersocket->sock->errorhandler, mastersocket->sock->handler, mastersocket->sock->destructor, mastersocket->sock->remapper, adata->ip_family, mastersocket->sock->ssl);
+    #else
+    adata->sock = createsocket(adata->sock, ST_LISTEN, 0, SGR_NONE, NULL, NULL, mastersocket->sock->errorhandler, mastersocket->sock->handler, mastersocket->sock->destructor, mastersocket->sock->remapper, adata->ip_family, 0);
+    #endif
+    if (adata->sock == -1)
+    {
+        freeacceptdata(adata);
+        return;
+    }
+
+    currentsocket = getpsocketbysock(adata->sock);
+
+    // Set up SSL if required.
+
+    #ifdef HAVE_SSL
+    if(currentsocket != NULL)
+    {
+        currentsocket->sock->ssl = mastersocket->sock->ssl;
+        currentsocket->sock->sslfd = mastersocket->sock->sslfd;
+
+        mastersocket->sock->sslfd = NULL;
+        if (currentsocket->sock->ssl == SSL_ON && currentsocket->sock->sslfd != NULL)          
+        {
+            SSL_set_fd(currentsocket->sock->sslfd, adata->sock);
+            SSL_set_accept_state(currentsocket->sock->sslfd);
+
+            rc = SSL_accept(currentsocket->sock->sslfd);
+            if(rc == -1)
+            {
+                rc = SSL_get_error(currentsocket->sock->sslfd,rc);
+                switch(rc)
+                {
+                    case SSL_ERROR_NONE:
+                    case SSL_ERROR_WANT_WRITE:
+                    case SSL_ERROR_WANT_READ:
+                    case SSL_ERROR_WANT_X509_LOOKUP:
+                        break;
+                    default:
+                        ERR_error_string(rc, sebuf);
+                        p_log(LOG_ERROR, -1, lngtxt(815), accepthost, sebuf); // msg 815: "Cannot initialize ssl-Connection from %s: %s. Closing Connection."
+                        killsocket(adata->sock);
+                        freeacceptdata(adata);
+                        return;
+                }
+            }
+            
+            p_log(LOG_INFO, -1, lngtxt(816), accepthost); // msg 816: "Accepted SSL-Connection from %s"
+        }
+    }
+    #endif
+
+    // Copy the IP addresses and set up the socket for display and debugging purposes.
+
+    strmncpy(currentsocket->sock->source, acceptip, sizeof(currentsocket->sock->source));
+    strmncpy(currentsocket->sock->dest, mastersocket->sock->source, sizeof(currentsocket->sock->dest));
+
+    currentsocket->sock->flag  = SOC_CONN;
+    currentsocket->sock->param = mastersocket->sock->param;
+    currentsocket->sock->sport = acceptport;
+    currentsocket->sock->dport = mastersocket->sock->sport;
+
+    // Call the 'socket constructed' handler if one is set
+
+    if(mastersocket->sock->constructed != NULL)
+    {
+        rc = (*mastersocket->sock->constructed)(mastersocket->sock->param);
+    }
+
+    freeacceptdata(adata);
+    return;    
+}
+
+/* helper routine for checking sockets state without delay. needed for garbage collection.
+   Input:  System socket #
+   Output: 1 = data waiting
+       0 = no data waiting
+      <0 = socket error
+   */
+
+int socketdatawaiting(int syssock)
+{
+    fd_set rfds;
+    static struct timeval tv;
+    if(getpsocketbysock(syssock)==NULL) return 0x0; /* socket not existant, dont raise an error */
+    tv.tv_usec = 0;
+    tv.tv_sec = 0; /* return without any delay, dont _wait_ for data */
+    FD_ZERO(&rfds);
+    FD_SET(syssock,&rfds);
+    return select(syssock+1,&rfds,NULL,NULL,&tv);
+}
+
+/* central socketdriver event routine */
+
+unsigned long socketdriver()
+{
+    fd_set rfds;
+    fd_set wfds;
+    struct socketnodes *th,*par;
+    int rc,altsock;
+    int goterr=0;
+    int fdscnt=0,wfdscnt=0;
+    int sockit=0,sockat=9999, noadv,ln;
+    
+    socklen_t opt;
+    int optbuf;
+    int sck,ssck;
+#ifdef HAVE_SSL
+    SSL_CIPHER *c;
+/*    int bits=0; Should be defined - but which int?*/
+    int bits;
+#endif
+    int ssl_fd;
+    static struct timeval tv;
+    static int nodelays=0;
+    struct sendqt *msq;
+    int toutw;
+    int nowf=0;
+    time_t tm,em;
+    /* checking the advancing timer */
+    delayinc=0;
+    time(&tm);
+    if (tm!=oldsec)
+    {
+    delayinc=1;
+    nodelays=0;
+    }
+    else
+    nodelays++; /* disallow process to blast up */
+    oldsec=tm;
+    th=socketnode;
+    par=th;
+    /* constructors / socket set / selects */
+    FD_ZERO( &rfds);
+    FD_ZERO( &wfds);
+
+    while(th!=NULL)
+    {
+        rc=0;noadv=0;
+        if(th->sock!=NULL)
+        {
+            if(th->sock->serversocket)
+            {
+                if(th->sock->serverstoned>0)
+                {
+                    th->sock->serverstoned-=delayinc;
+                    /* if the socket was stoned, we just go on sending */
+                    if(th->sock->serverstoned==0) th->sock->serverbytes=0;
+                }
+            }
+            if (th->sock->syssock>sockit) sockit=th->sock->syssock;
+            if (th->sock->syssock<sockat) sockat=th->sock->syssock;
+            if (th->sock->flag==SOC_NOUSE)
+            {
+            currentsocket=th;
+            altsock=th->sock->syssock;
+            if(th->sock->constructor!=NULL)
+                rc=(*th->sock->constructor)(th->sock->param);
+            th=par->next;
+            if(th!=NULL)
+            {
+                if(altsock==th->sock->syssock)
+                th->sock->flag=SOC_SYN;    
+                else
+                noadv=1;
+            } else
+                noadv=1;
+            } else {
+            if (th->sock->flag==SOC_SYN || (th->sock->flag==SOC_CONN && th->sock->syssock > 0))
+            {
+    #ifdef HAVE_SSL
+                if(th->sock->ssl==SSL_ON && th->sock->sslfd!=NULL)
+                {
+                ssl_fd=SSL_get_fd(th->sock->sslfd);
+                if(ssl_fd>0)
+                {
+                    if(ssl_fd<sockat) sockat=ssl_fd;
+                    if(ssl_fd>sockit) sockit=ssl_fd;
+                    FD_SET(ssl_fd,&rfds);
+                }
+                } else
+    #endif
+                if(th->sock->syssock>0)
+                    FD_SET(th->sock->syssock, &rfds);
+                fdscnt++;
+                toutw=0;
+                msq=th->sock->sendq;
+                if(msq)
+                {
+                if(msq->delay>0)
+                {
+                    toutw=-1;
+                    msq->delay-=delayinc;
+                }
+                }
+                if(toutw==0 && (th->sock->flag==SOC_SYN || (th->sock->sendq!=NULL && th->sock->serverstoned==0)))
+                {
+                    
+    #ifdef HAVE_SSL
+                if(th->sock->ssl==SSL_ON && th->sock->sslfd!=NULL)
+                {
+                    ssl_fd=SSL_get_fd(th->sock->sslfd);
+                    if(ssl_fd>0)
+                    {
+                    if(ssl_fd<sockat) sockat=ssl_fd;
+                    if(ssl_fd>sockit) sockit=ssl_fd;
+                    FD_SET(ssl_fd,&wfds);
+                    }
+                } else
+    #endif
+                    if(th->sock->syssock>0)
+                    FD_SET(th->sock->syssock, &wfds);
+                wfdscnt++;
+                }
+            }
+            }
+        }
+        if(noadv==0)
+        {
+            par=th;
+            th=th->next;
+        }
+    }
+   
+    if(sockat > sockit) sockat=sockit;
+
+    int dns_fdcount = p_dns_fds(&rfds, &wfds);   
+    if (dns_fdcount + fdscnt == 0)
+    {
+        sleep(1);
+        return 0x0;
+    }
+
+    if(nodelays > 20)
+    {
+        usleep(10);
+        nodelays=0;
+    }
+
+    /* TODO: psyBNC does not mind waiting for 1 second, but ares might want a response faster */
+
+    tv.tv_usec = 0;
+    tv.tv_sec = 1;
+       
+    //if(wfdscnt>0)
+        ln=select(sockit + dns_fdcount + 1, &rfds, &wfds, NULL, &tv);
+    //else
+    //  ln=select(sockit +1, &rfds, NULL,NULL,&tv);
+
+    /* ares: Process dns responses */
+
+    p_dns_process(&rfds, &wfds);   
+
+    time(&em);
+    if(ln<=0) {
+
+    if(ln<0) /* ouch, socket-error. check every single socket, do a garbage collection */
+    {
+        for(sck=sockit;sck>=sockat;sck--)
+        {
+        if(socketdatawaiting(sck)<0)
+        {
+            killsocket(sck);
+        }       
+        }
+    }
+    return em-tm;
+    }
+    th=socketnode;
+    par=th;
+    if(sockit<=0) sockit=1;
+    /* reading, connecting done, errorhandling */
+    for(sck=sockit;sck>=sockat;sck--)
+    {
+    noadv=0;
+    ssck=sck;
+    th=getpsocketbysock(sck);
+    if(th!=NULL)
+    {
+        currentsocket=th;
+#ifdef HAVE_SSL
+        if(th->sock->ssl==SSL_ON && th->sock->sslfd!=NULL)
+        ssck=SSL_get_fd(th->sock->sslfd);
+        if(ssck<=0) ssck=sck;
+#endif
+        altsock=ssck;
+        nowf=th->sock->nowfds;
+        if(th->sock->flag==SOC_SYN && ssck>0)
+        {
+        if(FD_ISSET(ssck,&rfds) || FD_ISSET(ssck,&wfds))
+        {
+                opt=sizeof(optbuf);
+                if (getsockopt(ssck, SOL_SOCKET, SO_ERROR, &optbuf,&opt) >=0) 
+            {
+            if(optbuf==0)
+            {
+                /* connected */
+                altsock=th->sock->syssock;
+#ifdef HAVE_SSL
+                if(th->sock->ssl==SSL_ON)
+                {
+                if(th->sock->type==ST_CONNECT)
+                    th->sock->sslfd=SSL_new(clnctx);
+                else
+                    th->sock->sslfd=SSL_new(srvctx);
+                if(th->sock->sslfd==0)
+                {
+                    p_log(LOG_ERROR,-1,lngtxt(817),th->sock->syssock,th->sock->param);
+                    optbuf=-1;
+                }
+                }
+#endif
+                if(optbuf==0)
+                {
+                if(th->sock->type==ST_CONNECT)
+                    rc=socket_connect();
+                else
+                    rc=socket_accept();
+                if(rc==0)
+                {   
+                    if(th->sock->type==ST_CONNECT)
+                    th->sock->flag=SOC_CONN;
+                    th->sock->delay=300;
+                    if(th->sock->constructed!=NULL)
+                    {
+                    pcontext;
+                    writesock_DELAY(th->sock->syssock,"",5);
+                    rc=(*th->sock->constructed)(th->sock->param);
+                    pcontext;
+                    }
+                }
+                }
+            }
+            } else {
+                optbuf = -1;
+            }
+            if(optbuf!=0) {
+            /* error */
+            th=getpsocketbysock(altsock);
+            if(th!=NULL)
+            {
+                if(th->sock->errorhandler!=NULL)
+                {
+                if(th->sock->sockgroup==0 || (th->sock->sockgroup>0 && getpsocketbygroup(socketnode,th->sock->sockgroup,th->sock->syssock)==NULL))
+                {
+                    pcontext;
+                    rc=(*th->sock->errorhandler)(th->sock->param,SERR_REFUSED);
+                    pcontext;
+                }
+                }
+                goterr=1;
+                if(getpsocketbysock(altsock)!=NULL)
+                {
+                killsocket(th->sock->syssock);
+                }
+            }
+            }   
+        } else {
+            if(th->sock->flag==SOC_SYN && th->sock->type==ST_CONNECT)
+            {
+            th->sock->delay+=delayinc;
+            if(th->sock->delay>SOC_TIMEOUT)
+            {
+                altsock=th->sock->syssock;
+                /* timed out, terminating socket and calling error */
+                if(th->sock->errorhandler!=NULL)
+                {
+                pcontext;
+                rc=(*th->sock->errorhandler)(th->sock->param,SERR_TIMEOUT);
+                pcontext;
+                }
+                goterr=1;
+                if(getpsocketbysock(altsock)!=NULL)
+                {
+                killsocket(th->sock->syssock);
+                }
+            }
+            }
+        }
+        } else 
+        if (th->sock->flag==SOC_CONN) {
+        noadv=0;
+        if(FD_ISSET(ssck,&rfds))
+        {
+            if (th->sock->flag==SOC_CONN)
+            {
+            altsock=th->sock->syssock;
+            rc=receivesock(th->sock);
+            th=par->next;
+            if (getpsocketbysock(altsock)==NULL) rc=-1;
+            if (rc<=0)
+            {
+                killsocket(altsock);
+                noadv=1;
+            }
+            }
+        } else {
+            /* disconnection sensing at outgoing sockets */
+            if(th->sock->flag==SOC_CONN && th->sock->type==ST_CONNECT && th->sock->dataflow!=SD_STREAM)
+            {
+            th->sock->delay-=delayinc;
+            if(th->sock->delay<=0)
+            {
+                writesock_URGENT(th->sock->syssock,"\r\n");
+                th->sock->delay=300;
+            }
+            }
+        }
+        if(FD_ISSET(ssck,&wfds) && noadv==0 && th->sock->serverstoned==0)
+        {
+#ifdef HAVE_SSL
+            if(th->sock->ssl==SSL_OFF)
+            flushsendq(sck,Q_NEXT);
+            else
+                if(th->sock->ssl==SSL_ON && th->sock->sslfd!=NULL)
+            {
+                c=SSL_get_current_cipher(th->sock->sslfd);
+                SSL_CIPHER_get_bits(c,&bits);
+                if(bits!=0) /* if handshake is done.. */
+                flushsendq(sck,Q_NEXT);
+            }
+#else
+            flushsendq(sck,Q_NEXT);
+#endif
+        }
+        }
+    }
+    if (goterr==1) break;
+    }
+
+    return em-tm;
+}
+
+/**
+ * Get the (real) source IP for a connected socket.
+ * Returns NULL on error
+ */
+char *get_sourceip(int fd)
+{
+    struct sockaddr_storage addr;
+    socklen_t addrlen = sizeof(addr);
+    char *ip = NULL;
+    
+    if (getsockname(fd, (struct sockaddr *)&addr, &addrlen) != 0)
+    {
+        return NULL;
+    }
+
+    #ifdef IPV6
+    if (addr.ss_family == AF_INET6)
+    {
+        ip = calloc(1, INET6_ADDRSTRLEN);
+        inet_ntop(AF_INET6, &(((struct sockaddr_in6 *)&addr)->sin6_addr), ip, INET6_ADDRSTRLEN);
+    }
+    #endif
+
+    if (addr.ss_family == AF_INET)
+    {
+        ip = calloc(1, INET_ADDRSTRLEN);
+        inet_ntop(AF_INET, &(((struct sockaddr_in *)&addr)->sin_addr.s_addr), ip, INET_ADDRSTRLEN);
+    }     
+
+    return ip;
+}
+
+/**
+ * Get the (real) source port for a connected socket.
+ * Returns 0 on error
+ */
+int get_sourceport(int fd)
+{
+    struct sockaddr_storage addr;
+    socklen_t addrlen = sizeof(addr);
+    int port = 0;
+    
+    if (getsockname(fd, (struct sockaddr *)&addr, &addrlen) != 0)
+    {
+        return 0;
+    }
+
+    #ifdef IPV6
+    if (addr.ss_family == AF_INET6)
+    {
+        port = ((struct sockaddr_in6*)&addr)->sin6_port;
+    }
+    #endif
+
+    if (addr.ss_family == AF_INET)
+    {
+        port = ((struct sockaddr_in*)&addr)->sin_port;
+    }     
+
+    return ntohs(port);
+}
blob - /dev/null
blob + 2d5c4c9f8e3c1338abdd69a580476085c2069294 (mode 644)
--- /dev/null
+++ src/p_string.c
@@ -0,0 +1,658 @@
+/************************************************************************
+ *   psybnc, src/p_string.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_STRING
+
+#include <p_global.h>
+
+char langname[100];
+
+char **language;
+int maxindex=0;
+
+/* get a line from the language file */
+
+char *lngtxt(unsigned int msgnum)
+{
+    static char gbuf[200];
+    char *rcs;
+    if(msgnum<=maxindex && language!=NULL)
+    {
+	rcs=language[msgnum];    
+    } else {
+	ap_snprintf(gbuf,sizeof(gbuf),lngtxt(831),msgnum);
+	rcs=gbuf;
+    }
+    return rcs;;
+}
+
+/* ucase */
+
+int ucase (char *inc)
+{
+   char *po;
+   for (po = inc;*po;po++) *po = toupper( *po );
+   return 0x0;
+}
+
+/* string copy with len and zero delimit */
+
+char *strmncpy(char *dest, char *source, unsigned int len)
+{
+    char bf[strlen(source)+2];
+    char *pt;
+    if(dest==NULL || source==NULL) return NULL;
+    memcpy(&bf[0],source,strlen(source)+1);
+    pt=strncpy(dest,bf,len-1);
+    if(strlen(source)+1>=len)
+	dest[len-1]=0;
+    return pt;
+}
+
+/* string compare not case sensitive */
+
+int strmncasecmp(char *one,char *two)
+{
+    if(one==NULL || two==NULL) return 0x0;
+    if(strlen(one)==strlen(two))
+    {
+	char u1[strlen(one)+1];
+	char u2[strlen(two)+1];
+	strcpy(u1,one);
+	strcpy(u2,two);
+	ucase(u1);
+	ucase(u2);
+	if(strstr(u1,u2)==u1) return 0x1;
+    }
+    return 0x0;
+}
+
+/* string compare */
+
+int strmcmp(char *one, char *two)
+{
+    if(one==NULL || two==NULL) return 0x0;
+    if(strlen(one)==strlen(two))
+    {
+	if (strstr(one,two)==one) return 0x1;
+    }
+    return 0x0;
+}
+
+/* string compare with a wildcard (case insensitive)
+ *
+ * this compares a fixed string with a "wildcard" string.
+ * this wildcard string can be:
+ *
+ * *something*
+ * *something
+ * something*
+ * *some?hing*
+ * some??ing*
+ * *some??ing
+ * some*thing
+ * *some*thing*
+ * some*thing*
+ * *some*thing
+ */
+
+int strmwildcmp(char *one, char *pattern)
+{
+    char *pat;
+    char *pat2,*pat3;
+    char uone[2048];
+    char upat[1024];
+    char *eone;
+    char a,e;
+    int ln;
+    strmncpy(uone,one,sizeof(uone));
+    strmncpy(upat,pattern,sizeof(upat));
+    ucase(uone);
+    ucase(upat);
+    pat=upat;eone=uone;
+    while(*pat!=0 && *eone!=0)
+    {
+	if(*pat=='*')
+	{
+	    pat++;
+	    if(*pat==0x0) return 0x1;
+	    pat2=strchr(pat,'*');
+	    pat3=strchr(pat,'?');
+	    if(pat2==NULL || (pat3!=NULL && pat3<pat2)) pat2=pat3;
+	    if(pat2==NULL)
+	    {
+		pat2=strstr(eone,pat);
+		pat3=NULL;
+		while(pat2!=NULL)
+		{
+		    pat3=pat2;
+		    pat2++;
+		    pat2=strstr(pat2,pat);
+		}
+		if(pat3!=NULL)
+		    return strmcmp(pat3,pat);
+		else
+		    return 0x0;
+	    }
+	    else 
+	    {
+		a=*pat2;
+		*pat2=0;
+		pat3=strstr(eone,pat);
+		ln=strlen(pat);
+		*pat2=a;
+		if(pat3==NULL) return 0x0;
+		eone=pat3+ln;
+		pat=pat2;
+	    }
+	} else
+	if(*pat=='?')
+	{
+	    pat++;
+	    eone++;
+	} 
+	else
+	{
+	    a=*pat;e=*eone;
+	    a=toupper(a);e=toupper(e);
+	    if(a!=e) return 0x0;
+	    pat++;
+	    eone++;
+	}
+    }
+    /* if a substring pattern still has '*'  as last entry, ending phrases at the key of *phrase* wont be processed, if the
+       content would end with the word 'phrase' */
+    if((*pat==0 || (*pat=='*' && *(pat+1)==0)) && *eone==0) return 0x1;
+    return 0x0;
+}
+
+/* right trimming (no spaces on the right side) */
+
+char *rtrim(char *totrim)
+{
+    int smlen;
+    char *pnt;
+    pnt = totrim;
+    smlen = strlen(totrim);
+    if (smlen>4095) smlen = 4095;
+    pnt=pnt+smlen;
+    while (*pnt == ' ' || *pnt== 0x0) 
+    { 
+	*pnt=0x0; 
+	if(pnt==totrim)
+	    break;
+	else
+	    pnt--; 
+    }
+    return totrim;
+}
+
+/* replaces given character with another character */
+
+int replace(char *rps,char whatc, char toc)
+{
+   char *p1;    
+   p1=strchr(rps,whatc);
+   while (p1) {
+      *p1=toc;
+      p1++;
+      p1=strchr(p1,whatc);
+   }
+   return 0x0;
+}
+
+char nbr[8192];
+
+/* this routine filters breaks out of a ircstring */
+
+char *nobreak(char *tobreak)
+{
+    int smlen;
+    char *pnt;
+    pnt=strchr(tobreak,'\r');
+    if(pnt==NULL) pnt=strchr(tobreak,'\n');
+    if (pnt != NULL) {
+       smlen = pnt-tobreak;
+       smlen++;
+       if (smlen > 8191) smlen=8191;
+       strmncpy(nbr,tobreak,smlen);
+       pnt = nbr;
+    } else {
+      pnt = tobreak;
+    }
+    return rtrim(pnt);
+}
+
+
+/* random string */
+
+char *randstring(int length)
+{
+    char *po;
+    int i;
+    srand(time(NULL)); /* no, this was also done in the demon startup. but still.. */
+    po=rbuf;
+    if (length >100) length = 100;
+    for(i=0;i<length;i++) { *po=(char)(0x61+(rand()&15)); po++; }
+    *po=0x0;
+    po=rbuf;
+    return po;
+}
+
+/* string add with memory mapping */
+
+char *strmcat(char *first,char *second)
+{
+    char *n;
+    pcontext;
+    n=(char *)pmalloc(strlen(first)+strlen(second)+2);
+    strcpy(n,first);
+    strcat(n,second);
+    pcontext;
+    free(first);
+    pcontext;
+    return n;
+}
+
+
+/* stringarray - support 
+ * added for saving the lists to chained user memory */
+
+struct stringarray *addstring(char *toadd, struct stringarray *ltm)
+{
+    struct stringarray *th;
+    if (ltm==NULL) {
+	ltm=(struct stringarray *) pmalloc(sizeof(struct stringarray));
+	ltm->next=NULL;
+	ltm->entry=NULL;
+    }
+    th=ltm;
+    first=th;
+    while (th->entry!=NULL) 
+    {
+	if (th->next==NULL) {
+	    th->next=(struct stringarray *) pmalloc(sizeof(struct stringarray));
+	    th->next->entry=NULL;
+	    th->next->next=NULL;
+	}
+        th=th->next;
+    }
+    th->entry=(char *) pmalloc(strlen(toadd)+3);
+    strmncpy(th->entry,toadd,strlen(toadd)+2);
+    return first; /* returning parent node */
+}
+
+char vbuf[650];
+
+char *getstring(int entry, struct stringarray *ltm)
+{
+    int cnt;
+    struct stringarray *th;
+    char *tt;
+    th=ltm;
+    cnt=0;
+    while (1)
+    {
+	if (th==NULL) return NULL;
+	if (cnt==entry) {
+	    if (th->entry==NULL) return NULL;
+	    strmncpy(vbuf,th->entry,sizeof(vbuf));
+	    tt=vbuf;
+	    return tt;
+	}
+	th=th->next;
+	cnt++;	
+    }    
+}
+
+struct stringarray *removestring(int entry, struct stringarray *ltm)
+{
+    int cnt;
+    struct stringarray *th;
+    struct stringarray *lastth;
+    th=ltm;
+    lastth=NULL;
+    cnt=0;
+    while (th!=NULL)
+    {
+	if (cnt==entry) {
+	    if (th==ltm) {
+		first=th->next;
+		if (th->entry!=NULL) free(th->entry);
+		th->entry=NULL;
+		free(th);
+		return first;
+	    } else {
+		lastth->next=th->next;
+		if(th->entry!=NULL) free(th->entry);
+		th->entry=NULL;
+		free(th);
+		first=ltm;
+		return first;
+	    }
+	} 
+	lastth=th;
+	th=th->next;
+	cnt++;	
+    }
+    first=ltm;
+    return first;
+}
+
+/* read all lines from a config listsection to a stringarray */
+
+struct stringarray *loadlist(char *afile,struct stringarray *th)
+{
+    struct stringarray *first;
+    int cnt;
+    int i,rc;
+    char *pt;
+    char buf[100];
+    char section[100];
+    char fname[100];
+    char entry[100];
+    pcontext;
+    first=th;
+    strmncpy(buf,afile,sizeof(buf));
+    pt=strchr(buf,'.');
+    if(pt!=NULL)
+    {
+	pcontext;
+	*pt=0;
+	pt++;
+	strmncpy(fname,buf,sizeof(fname));
+	strmncpy(section,pt,sizeof(section));
+	pt--;
+	*pt='.';
+	pcontext;
+    } else {
+	strmncpy(fname,lngtxt(818),sizeof(fname));
+	strmncpy(section,afile,sizeof(section));
+    }
+    pcontext;
+    cnt=0;
+    for(i=0;i<100;i++)
+    {
+	ap_snprintf(entry,sizeof(entry),lngtxt(819),i);
+	rc=getini(section,entry,fname);
+	if(rc==0)
+	    first=addstring(value,first);
+    }
+    pcontext;
+    return first;
+}
+
+
+/* write a line, maybe also dupes to a filelist */
+
+struct stringarray *writelist(char *host, char *param, char *afile,struct stringarray *th)
+{
+    char *pt;
+    int fn;
+    char buf[2048];
+    char section[100];
+    char fname[100];
+    char entry[100];
+    struct stringarray *first;
+    strmncpy(buf,afile,sizeof(buf));
+    pt=strchr(buf,'.');
+    if(pt!=NULL)
+    {
+        *pt=0;
+        pt++;
+        strmncpy(fname,buf,sizeof(fname));
+        strmncpy(section,pt,sizeof(section));
+        pt--;
+        *pt='.';
+    } else {
+        strmncpy(fname,lngtxt(820),sizeof(fname));
+        strmncpy(section,afile,sizeof(section));
+    }
+    strmncpy(entry,lngtxt(821),sizeof(entry));
+    fn=countconfentries(section,entry,fname);
+    ap_snprintf(entry,sizeof(entry),lngtxt(822),lastfree);
+    ap_snprintf(buf,sizeof(buf),lngtxt(823),host,param);
+    writeini(section,entry,fname,buf);
+    first=addstring(buf,th);
+    return first;
+}
+
+/* erase a matching entry from a list section with reorganisation */
+
+struct stringarray *eraselist(int entryn, char *afile,struct stringarray *th)
+{
+    char *pt;
+    char fbuf[200];
+    char section[100];
+    char fname[100];
+    char entry[100];
+    struct stringarray *ith;
+    int cnt;
+    cnt=0;
+    strmncpy(fbuf,afile,sizeof(fbuf));
+    pt=strchr(fbuf,'.');
+    if(pt!=NULL)
+    {
+        *pt=0;
+        pt++;
+        strmncpy(fname,fbuf,sizeof(fname));
+        strmncpy(section,pt,sizeof(section));
+        pt--;
+        *pt='.';
+    } else {
+        strmncpy(fname,lngtxt(824),sizeof(fname));
+        strmncpy(section,afile,sizeof(section));
+    }
+    first=removestring(entryn,th);
+    ap_snprintf(fbuf,sizeof(fbuf),lngtxt(825),fname,section);
+    clearsectionconfig(fbuf); /* clearing the whole configsection */
+    ith=first; 
+    cnt=0;
+    while(ith!=NULL) /* reorganisation */
+    {
+        if(ith->entry!=NULL)
+        {
+            ap_snprintf(entry,sizeof(entry),lngtxt(826),cnt);
+            writeini(section,entry,fname,ith->entry);
+            cnt++;
+        }
+        ith=ith->next;
+    }
+    return first;
+}
+
+/* list the file */
+
+int liststrings(struct stringarray *th, int usern)
+{
+    char buf[650];
+    char *pt;
+    char *pt2;
+    int counter;
+    int userp;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    counter=0;
+    while (1)
+    {
+	pt=getstring(counter,th);
+	if (pt==NULL) return 0x0;
+	pt2=strchr(pt,';');
+	if (pt2!=NULL)
+	{
+	    *pt2=0;
+	    pt2++;
+	    if (*pt2=='+')
+		pt2=decryptit(pt2);
+	    ap_snprintf(buf,sizeof(buf),lngtxt(827),pt,pt2);
+	} else
+	    strmncpy(buf,pt,sizeof(buf));
+	ssnprintf(user(usern)->insock,lngtxt(828),user(userp)->nick,counter,buf);
+	counter++;
+    }
+}
+
+char ibuf[650];
+
+/* check an entry */
+
+int checkstrings(struct stringarray *th)
+{
+    char *po;
+    char *pt;
+    char *pc;
+    char bc='-';
+    char bca=')';
+    int counter;
+    int match;
+    ehost[0]=0;eparm[0]=0;echan[0]=0;
+    counter=0;
+    while (1)
+    {
+	pt=getstring(counter,th);
+	if (pt==NULL) return 0;
+	po=strchr(pt,';');
+	if (po != NULL) {
+	    *po=0;
+	    po++;pc=NULL;
+	    if (*po=='+') {
+		po=decryptit(po);
+	    }
+	    if (strchr("#&+!",*po)!=NULL) {
+	       pc=strchr(po,' ');
+	       if (pc != NULL) {
+		  *pc=0;
+		  ucase(po);
+		  strmncpy(echan,nobreak(po),sizeof(echan));
+	          po=pc;
+		  po++;
+	       } else {
+		  ucase(po);
+		  pc=po;
+		  strmncpy(echan,nobreak(po),sizeof(echan));
+		  po=NULL;
+	       }
+	    }
+	    if (pc==NULL) echan[0]=0;
+	    if (po==NULL) {
+	       eparm[0]=0;
+	    } else {
+	       strmncpy(eparm,nobreak(po),sizeof(eparm));	
+	    }
+	    strmncpy(ehost,nobreak(pt),sizeof(ehost));
+	    match=1;
+	    if (pc) {
+	       ucase(ircto);
+	       if (strlen(ircto)!=strlen(echan)) {
+	           match =0;
+	       } else
+	       if (strstr(ircto,echan)==NULL) {
+	           match =0;
+	       }	
+	    }
+	    if (match==1) {
+	       if (*ehost==bc || *ehost==bca) return 1; /* bot */
+ 	       if (wild_match(ehost,ircfrom)) {
+		   return 1;
+	       }
+	    }
+	}
+	counter++;
+    }
+    return 0;
+}
+
+/* clear the language structure */
+
+void clearlanguage()
+{
+    int ln;
+    if(language!=NULL)
+    {
+	for(ln=0;language[ln];ln++)
+	    free(language[ln]);
+	free(language);
+    }
+    language=NULL;
+    return;
+}
+
+/* load a language file */
+
+int loadlanguage(char *langf)
+{
+    FILE *lfile;
+    char lfname[200];
+    char ln[1024];
+    int rc=0;
+    char *pt;
+    int msg;
+    pcontext;
+    clearlanguage();
+    ap_snprintf(lfname,sizeof(lfname),"lang/%s.lng",langf);
+    maxindex=0;
+    langname[0]=0;
+    lfile=fopen(lfname,"r");
+    if(lfile)
+    {
+	/* removed dynamic counting of language file records.. processorusage at startup */
+	maxindex=2200;
+	language=(char **)pmalloc((maxindex+1)*sizeof(char *)); /* i know. */
+	while(fgets(ln,sizeof(ln),lfile))
+	{
+	    pt=strchr(ln,'\r');
+	    if(pt==NULL) pt=strchr(ln,'\n');
+	    if(pt) *pt=0;
+	    if(langname[0]==0)
+	    {
+		pt=strstr(ln,"desc ");
+		if(pt==ln)
+		{
+		    pt+=5;
+		    strmncpy(langname,pt,sizeof(langname));
+		}
+	    }
+	    pt=strstr(ln,"msg");
+	    if(pt==ln)
+	    {
+		pt+=7;
+		*pt=0;
+		pt-=4;
+		msg=atoi(pt);
+		pt+=5;
+		if(msg<=maxindex)
+		{
+		    replace(pt,254,'\r');
+		    replace(pt,255,'\n');
+		    if(language[msg]!=NULL)
+			free(language[msg]);
+		    language[msg]=(char *)pmalloc(strlen(pt)+3);
+		    memcpy(language[msg],pt,strlen(pt)+1);
+		}		
+	    }
+	}		
+	fclose(lfile);
+	rc=0;
+    } else
+	rc=-1;
+    return rc;
+}
+
+
blob - /dev/null
blob + 4b18070db3bb3d09d078512a70a3fe19104ac546 (mode 644)
--- /dev/null
+++ src/p_sysmsg.c
@@ -0,0 +1,479 @@
+/************************************************************************
+ *   psybnc, src/p_sysmsg.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_SYSMSG
+
+#include <p_global.h>
+
+/* querying text to the linked network */
+
+int querybounce(int usern);
+int issys=0;
+
+int 
+sysparty(char *format,...)
+{
+    va_list va;
+    va_start(va,format);
+    ap_vsnprintf(irccontent,sizeof(irccontent),format,va);
+    issys=1;
+    strcpy(ircto,"$$");
+    strmncpy(nulluser->login,lngtxt(841),sizeof(nulluser->login));
+    strcpy(nulluser->nick,"SYS");
+    strmncpy(irccommand,lngtxt(842),sizeof(irccommand));
+    querybounce(0);
+    memset(nulluser,0x0,sizeof(struct usert));
+    issys=0;
+    va_end(va);
+    return 0x0;
+}
+
+#ifdef PARTYCHANNEL
+
+/* partychannel specifics */
+
+int joinparty(int usern)
+{
+    char buf1[400];
+    struct stringarray *lkm;
+    ap_snprintf(buf1,sizeof(buf1),"%s%s\r\n",lngtxt(832),PARTYCHAN);
+    ssnprintf(user(usern)->insock,buf1,user(usern)->nick,
+				       user(usern)->login,
+				       user(usern)->host);
+    ap_snprintf(buf1,sizeof(buf1),"%s%s%s",lngtxt(833),PARTYCHAN,lngtxt(834));
+    ssnprintf(user(usern)->insock,buf1,user(usern)->nick,partytopic);
+    ap_snprintf(buf1,sizeof(buf1),"%s%s :",lngtxt(835),PARTYCHAN);
+    ap_snprintf(ircbuf,sizeof(ircbuf),buf1,user(usern)->nick);
+    lkm=partyusers;
+    while(lkm!=NULL)
+    {
+	if(strlen(ircbuf)>500)
+	{
+	    strcat(ircbuf,"\r\n");
+	    writesock(user(usern)->insock,ircbuf);
+	    ap_snprintf(buf1,sizeof(buf1),"%s%s :",lngtxt(836),PARTYCHAN);
+	    ap_snprintf(ircbuf,sizeof(ircbuf),buf1,user(usern)->nick);
+	}
+	strcat(ircbuf,lkm->entry);
+	strcat(ircbuf," ");
+	lkm=lkm->next;
+    }    							    
+    if(strlen(ircbuf)<sizeof(ircbuf-2))
+	strcat(ircbuf,"\r\n");
+    writesock(user(usern)->insock,ircbuf);
+    ap_snprintf(buf1,sizeof(buf1),"%s%s%s",lngtxt(837),PARTYCHAN,lngtxt(838));
+    ssnprintf(user(usern)->insock,buf1,user(usern)->nick);
+    sysparty(lngtxt(839),user(usern)->login);
+    return 0x0;
+}
+
+int partyadd(char *xuser)
+{
+    char buf[200];
+    char *pt;
+    int rc;
+    pt=strchr(xuser,'@');
+    if(pt!=NULL) *pt='*';
+    rc=partyremove(xuser);
+    ap_snprintf(buf,sizeof(buf),"$%s",xuser);
+    partyusers=addstring(buf,partyusers);
+    return rc;
+}
+
+int partyremove(char *xuser)
+{
+    struct stringarray *lkm,*pre;
+    char *pt;
+    char buf[200];
+    pt=strchr(xuser,'@');
+    if(pt!=NULL) *pt='*';
+    ap_snprintf(buf,sizeof(buf),"$%s",xuser);
+    lkm=partyusers;
+    pre=NULL;
+    while(lkm!=NULL)
+    {
+	if (strmcmp(lkm->entry,buf))
+	{
+	    if(pre!=NULL)
+	    {
+		pre->next=lkm->next;
+	    } else {
+		partyusers=lkm->next;
+	    }
+	    free(lkm->entry);
+	    free(lkm);
+	    return 0; /* old */
+	}
+	pre=lkm;
+	lkm=lkm->next;
+    }
+    return 1; /* new */
+}
+
+int partylinklost(char *linkname)
+{
+    struct stringarray *lkm,*pre;
+    struct usernodes *th;
+    char *pt;
+    char buf[200];
+    char eb[100];
+    pcontext;
+    lkm=partyusers;
+    pre=NULL;
+    if(strmcmp(me,linkname)==1) return 0x0;
+    ap_snprintf(eb,sizeof(eb),"*%s",linkname);
+    while(lkm!=NULL)
+    {
+	pt=strstr(lkm->entry,eb);
+	if(pt!=NULL)
+	{
+	    if(strlen(pt)!=strlen(eb)) pt=NULL;
+	}
+	if(pt!=NULL)
+	{
+	    if(pre==NULL)
+	    { 
+		partyusers=lkm->next;
+	    } else {
+		pre->next=lkm->next;
+	    }
+	    th=usernode;
+	    ap_snprintf(buf,sizeof(buf),lngtxt(840),lkm->entry,lkm->entry+1,linkname);
+	    pt=strchr(buf,'*');
+	    if(pt!=NULL)
+	    {
+		pt++;
+		pt=strchr(pt,'*');
+		if(pt!=NULL) *pt='@';
+	    }
+	    while(th!=NULL)
+	    {
+		if(user(th->uid)->instate==STD_CONN && user(th->uid)->parent==0 && user(th->uid)->sysmsg==1)
+		    writesock(user(th->uid)->insock,buf);
+		th=th->next;
+	    }
+	    free(lkm->entry);
+	    free(lkm);
+	    if(pre==NULL)
+		lkm=partyusers;
+	    else
+		lkm=pre->next;
+	} else {
+	    pre=lkm;
+	    lkm=lkm->next;
+	}
+    }
+    pcontext;
+    return 0; /* new */
+}
+
+#endif
+
+int lostlink(char *namelink)
+{
+#ifdef PARTYCHANNEL
+    partylinklost(namelink);
+#endif
+#ifdef INTNET
+    removeinternal(namelink);
+#endif
+    return 0x0;
+}
+
+/* sending system notice to a user */
+
+int 
+systemnotice(int usernum, char *format, ...)
+{
+    char buf[1024];
+    va_list va;
+    va_start(va,format);
+    ap_vsnprintf(buf,sizeof(buf),format,va);
+    /* removed check for parent. Problem was: User got no Infos on networks */
+    if (user(usernum)->instate == STD_CONN) {
+       ssnprintf(user(usernum)->insock,lngtxt(843),user(usernum)->nick,buf);
+    }
+    va_end(va);
+    return 0x0;
+}
+
+/* noticeing all users */
+
+int 
+noticeall (int adminonly, char *format,...)
+{
+  char buf[1024];
+  struct usernodes *th;    
+  int cuuser;
+  va_list va;
+  va_start(va,format);
+  ap_vsnprintf(buf,sizeof(buf),format,va);
+  th=usernode;
+  while (th!=NULL) {
+     cuuser=th->uid;
+     if((adminonly==RI_ADMIN && user(cuuser)->rights==RI_ADMIN) || adminonly!=RI_ADMIN)
+     {
+	if (user(cuuser)->instate == STD_CONN && user(cuuser)->parent==0) {
+           ssnprintf(user(cuuser)->insock,lngtxt(844),user(cuuser)->nick,buf);
+	}
+     }     
+     th=th->next;
+  }   
+  va_end(va);
+  return 0x0;
+}
+
+/* broadcasting a link message to all linked bouncers except #nlink */
+
+int broadcast(int nlink)
+{
+    struct linknodes *th;    
+    int i;
+    th=linknode;
+    while (th!=NULL)
+    {
+	i=th->uid;
+	if (i!=nlink)
+	{
+	    if (datalink(i)->type==LI_LINK)
+	    {
+		if (datalink(i)->outstate==STD_CONN)
+		    writesock(datalink(i)->outsock,ircbuf);
+	    } else
+	    if (datalink(i)->type==LI_ALLOW) {
+		if (datalink(i)->instate==STD_CONN)
+		    writesock(datalink(i)->insock,ircbuf);
+	    }
+	}
+	th=th->next;
+    }
+    return 0x0;
+}
+
+/* broadcasting a link message to #nlink */
+
+int broadcasttolink(int nlink)
+{
+    struct linknodes *th;    
+    int i;
+    th=linknode;
+    while (th!=NULL)
+    {
+	i=th->uid;
+	if (i==nlink)
+	{
+	    if (datalink(i)->type==LI_LINK)
+	    {
+		if (datalink(i)->outstate==STD_CONN)
+		    writesock(datalink(i)->outsock,ircbuf);
+	    } else
+	    if (datalink(i)->type==LI_ALLOW) {
+		if (datalink(i)->instate==STD_CONN)
+		    writesock(datalink(i)->insock,ircbuf);
+	    }
+	    return 0x0;
+	}
+	th=th->next;
+    }
+    return 0x0;
+}
+
+/* query to a user on the bounce */
+
+int querybounce(int usern) 
+{
+    char *po;
+    int rc;
+    int all;
+    int ext;
+#ifdef PARTYCHANNEL
+    char *pt,*pt2;
+    struct stringarray *lkm,*par;
+    char sic[500];
+    char sic2[500];
+    int rr=0;
+#endif
+    char buf[4096];
+    po = ircto;
+    po++;
+    ext=1;
+    if (*po == '$') {
+       all=1;
+       rc=1;
+       ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(845),user(usern)->login,me,irccontent);
+       broadcast(0);
+    } else {
+       rc=checkuser(po);
+       all=0;
+    }   
+#ifdef PARTYCHANNEL
+    pt=strchr(ircto,'*');
+    if (pt!=NULL && *ircto=='$') {
+	pt++;
+	if(strmcmp(pt,me))
+	{
+	    pt--;
+	    *pt=0;
+	    rc=checkuser(po);
+	} else {
+	    pt--;*pt='@'; /* old way compatible */
+	    ap_snprintf(ircbuf,sizeof(ircbuf),lngtxt(846),user(usern)->login,me,ircto+1,irccontent);
+	    broadcast(0);
+	    return 0x0;
+	}
+    }
+#endif
+    while (ext)
+    {
+      if (rc) {
+	if(user(rc)->instate != STD_CONN) {
+	  if (all==0) {
+	    ap_snprintf(buf,sizeof(buf),lngtxt(847),user(usern)->nick,po);
+	    writesock(user(usern)->insock,buf);
+	    return 0x0;
+	  }
+	} else {
+	   if (all==1) {
+	     if (user(rc)->parent==0) {
+#ifdef PARTYCHANNEL
+	         /* parsing the systemmessages to JOIN, PART */
+		 strmncpy(ircto,PARTYCHAN,sizeof(ircto));
+		 strcat(ircto," ");
+		 strmncpy(sic,irccontent,sizeof(sic));
+		 strmncpy(sic2,user(usern)->login,sizeof(sic2));
+	         if(strmcmp(user(usern)->login,lngtxt(848)))
+		 {
+		     if(strstr(irccontent,lngtxt(849))!=NULL)
+		     {
+			pt=irccontent+5;
+			pt2=strchr(pt,' ');
+			if(pt2!=NULL)
+			{
+			     *pt2=0;
+			     strcpy(irccommand,"JOIN");
+			     strmncpy(user(usern)->login,pt,sizeof(user(usern)->login));
+			     strmncpy(buf,pt,sizeof(buf));
+			     if (rr==0) { partyadd(buf);rr=1; }
+			}
+			strmncpy(irccontent,PARTYCHAN,sizeof(irccontent));
+			*ircto=0;
+		     }
+		     if(strstr(irccontent,lngtxt(850))!=NULL)
+		     {
+			    pt=irccontent+5;
+			    pt2=strchr(pt,' ');
+			    if(pt2!=NULL)
+			    {
+			         *pt2=0;
+			         strcpy(irccommand,"PART");
+				 strmncpy(user(usern)->login,pt,sizeof(user(usern)->login));
+				 strmncpy(buf,pt,sizeof(buf));
+				 if (rr==0) { partyremove(buf);rr=1; }
+			    }
+			    strmncpy(irccontent,lngtxt(851),sizeof(irccontent));
+		     }
+		     if(strstr(irccontent,lngtxt(852))==irccontent)
+		     {
+			  lkm=partyusers;
+			  pt=irccontent+11;
+			  ap_snprintf(buf,sizeof(buf),"*%s",pt);
+			  pt=strchr(buf,')');
+			  if(pt!=NULL)*pt=0;
+			  par=NULL;
+			  while(lkm!=NULL)
+			  {
+				 pt=strstr(lkm->entry,buf);
+				 if(pt==NULL) pt=buf;
+			         if(pt!=buf && strlen(pt)==strlen(buf))
+				 {
+		                         if(user(rc)->sysmsg==1)
+				         ssnprintf(user(rc)->insock,lngtxt(853),lkm->entry,lkm->entry+1);
+					 if(par==NULL)
+					 {
+					     partyusers=lkm->next;
+					 } else {
+					     par->next=lkm->next;
+					 }
+					 free(lkm->entry);
+					 free(lkm);
+					 if(par==NULL)
+					     lkm=partyusers;
+					 else
+					     lkm=par->next;
+				 } else {
+				         par=lkm;
+				         lkm=lkm->next;
+				 }
+			   }
+		     }
+		 }
+		 if(usern!=rc)
+		 {
+		     if(user(rc)->sysmsg==1)
+		         ssnprintf(user(rc)->insock,lngtxt(854),user(usern)->login,
+		                                             user(usern)->login,me,
+		                                             irccommand,ircto,
+							     irccontent);
+		 }
+		 strmncpy(user(usern)->login,sic2,sizeof(user(usern)->login));
+		 strmncpy(irccontent,sic,sizeof(irccontent));
+#endif
+	     }
+	   } else {    
+   	      ssnprintf(user(rc)->insock,lngtxt(855),user(usern)->login,
+	 						   user(usern)->login,
+							   me,
+							   irccommand,
+							   user(rc)->nick,
+							   irccontent);
+	   }						   
+	}
+      } else {
+        ssnprintf(user(usern)->insock,lngtxt(856),user(usern)->nick,po);
+    }  
+    if (all==0) ext=0;
+    rc++;
+    if(rc>=MAXUSER) ext=0;
+    }
+    return 0x0;
+}
+
+/* query to a dcc bot */
+
+int querybot(int usern) 
+{
+    struct datalinkt *th;
+    char *po;
+    int userp;
+    if (user(usern)->parent!=0) userp=user(usern)->parent; else userp=usern;
+    po = ircto;
+    po++;
+
+    th=checkdcc(usern,po);
+    if (th==NULL || th->outstate!=STD_CONN)
+    {
+	ssnprintf(user(usern)->insock,lngtxt(857),user(userp)->nick,po);
+	return 0x0;
+    }
+    ssnprintf(th->outsock,lngtxt(858),irccontent);    
+    return 0x0;
+}
+
blob - /dev/null
blob + 648a31466e3351badbda781b04b7277215b93d45 (mode 644)
--- /dev/null
+++ src/p_topology.c
@@ -0,0 +1,248 @@
+/************************************************************************
+ *   psybnc, src/p_topology.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_TOPOLOGY
+
+#include <p_global.h>
+
+
+#define TP_ROOT		0
+#define TP_LTO		1
+#define TP_LFROM	2
+
+/* the local topology pointer */
+
+struct topologyt *topology;
+
+/* other local variables */
+
+int maximumdigs=0;
+char digname[60];
+char dispbuffer[8192];
+int displevel=0;
+char nxchar[100];
+char mm[2];
+
+/* iterational search for the linked object */
+
+struct topologyt *digtopology(struct topologyt *topo)
+{
+    struct topologyt *dig;
+    int i;
+    if(strmcmp(topo->server,digname)==1) return topo;
+    maximumdigs--;
+    if(maximumdigs==0) return NULL;    
+    for(i=0;i<100;i++)
+    {
+	if(topo->linked[i]!=NULL)
+	{
+	    dig=digtopology(topo->linked[i]);
+	    if(dig!=NULL) return dig;
+	}
+    }
+    return NULL;
+}
+
+/* start to dig for a topology */
+
+struct topologyt *gettopology(char *name)
+{
+    struct topologyt *topo;
+    topo=topology;
+    if(topo==NULL) return 0x0;
+    if(strmcmp(topo->server,name)==1) return topo;
+    maximumdigs=100;
+    strmncpy(digname,name,sizeof(digname));
+    return digtopology(topo);
+}
+
+/* callback for the topology display */
+
+int(*displaytopo)(char *output);
+
+/* for displaying the topology */
+
+int *digdisptopology(struct topologyt *topo)
+{
+    int i,j,k,rc;
+    char oem;
+    if(displevel>100) return 0x0;
+    displevel++;
+    maximumdigs--;
+    dispbuffer[0]=0;
+    if(maximumdigs==0) return NULL;    
+    for(i=0;i<100;i++)
+    {
+	if(topo->linked[i]!=NULL)
+	{
+	    nxchar[displevel-1]=' ';
+	    oem='`';
+	    for(k=i+1;k<100;k++)
+		if(topo->linked[k]!=NULL) { nxchar[displevel-1]='|'; oem='|';}
+	    dispbuffer[0]=0;
+	    for(j=0;j<displevel-1;j++)
+	    {
+		mm[0]=nxchar[j];
+		mm[1]=0;
+		if(strlen(dispbuffer)+10<sizeof(dispbuffer))
+		{
+		    strcat(dispbuffer,mm);
+		    strcat(dispbuffer,lngtxt(859));
+		}
+	    }
+	    mm[0]=oem;
+	    mm[1]=0;
+	    if(strlen(dispbuffer)+11+strlen(topo->linked[i]->server)<sizeof(dispbuffer))
+	    {
+		strcat(dispbuffer,mm);
+		strcat(dispbuffer,lngtxt(860));
+		if(topo->linked[i]->linktype==TP_LTO)
+		    strcat(dispbuffer,">");
+		else
+		    strcat(dispbuffer,"<");
+		strcat(dispbuffer,topo->linked[i]->server);
+		strcat(dispbuffer,"\n");
+		rc=(*displaytopo)(dispbuffer);
+	    }
+	    digdisptopology(topo->linked[i]);
+	}
+    }
+    displevel--;
+    return 0x0;
+}
+
+/* start to dig for a topology */
+
+int *displaytopology(int(*displayvia)(char *buffer))
+{
+    struct topologyt *topo;
+    char ebuf[60];
+    int rc;
+    displevel=0;
+    displaytopo=displayvia;
+    topo=topology;
+    if(topo==NULL) return 0x0;
+    maximumdigs=100;
+    strmncpy(ebuf,topo->server,sizeof(ebuf));
+    rc=(*displaytopo)(ebuf);
+    digdisptopology(topo);
+    return 0x0;
+}
+
+/* add an item to the topology */
+
+int addtopology(char *from, char *to)
+{
+    struct topologyt *top,*a,*b;
+    int i;
+    int litype;
+    if(topology==NULL)
+    {
+        topology=(struct topologyt *)pmalloc(sizeof(struct topologyt));
+        strmncpy(topology->server,me,sizeof(topology->server));
+        topology->linktype=TP_ROOT;
+    }
+    a=gettopology(from);
+    b=gettopology(to);
+    if(a!=NULL && b!=NULL) return 0x0;
+    if(a==NULL && b==NULL) return 0x0;
+    if(a==NULL) 
+    {
+        top=b;
+        litype=TP_LFROM;
+    } else {
+        top=a;
+        litype=TP_LTO;
+    }
+    for(i=0;i<100;i++)
+    {
+        if(top->linked[i]==NULL)
+        {
+            top->linked[i]=(struct topologyt *)pmalloc(sizeof(struct topologyt));
+            top=top->linked[i];
+            top->linktype=litype;
+            if(litype==TP_LFROM)
+            strmncpy(top->server,from,sizeof(top->server));
+            else
+            strmncpy(top->server,to,sizeof(top->server));
+            return 0x0;
+        }
+    }
+    return 0x0;
+}
+
+/* module-constat caller for the remove-call */
+
+int(*removeit)(char *name);
+
+/* iterative remover */
+
+int digremove(struct topologyt *topo)
+{
+    int i;
+    int rc;
+    for(i=0;i<100;i++)
+    {
+        if(topo->linked[i]!=NULL)
+        {
+            rc=(*removeit)(topo->linked[i]->server);
+            rc=digremove(topo->linked[i]);    
+            free(topo->linked[i]);
+            topo->linked[i]=NULL;
+        }
+    }
+    return 0x0;
+}
+
+/* call for removing the topology item */
+
+int removetopology(char *node, char *item,int(*removecall)(char *name))
+{
+    struct topologyt *tree,*nodetree;
+    int i;
+    removeit=removecall;
+    tree=gettopology(item);
+    nodetree=gettopology(node);
+    if(tree==NULL || nodetree==NULL) return 0x0;
+    for(i=0;i<100;i++)
+    {
+	if(nodetree->linked[i]==tree)
+	{
+	    i=(*removecall)(nodetree->linked[i]->server);
+	    digremove(tree);
+	    break;
+	}
+    }
+    tree=gettopology(item);
+    nodetree=gettopology(node);
+    if(tree==NULL || nodetree==NULL) return 0x0;
+    for(i=0;i<100;i++)
+    {
+	if(nodetree->linked[i]==tree)
+	{
+	    nodetree->linked[i]=NULL;
+	    free(tree);    
+	    break;
+	}
+    }
+    return 0x0;
+}
+
blob - /dev/null
blob + 40e567d429bd740de214848f237899cca71c212f (mode 644)
--- /dev/null
+++ src/p_translate.c
@@ -0,0 +1,411 @@
+/************************************************************************
+ *   psybnc2.3.2, src/p_translate.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_TRANSLATE
+
+#include <p_global.h>
+
+#ifdef TRANSLATE
+
+int translateconnected(int uid);
+int translatederror(int uid, int er);
+int translatedone(int uid);
+int translatedpart1(int uid);
+int translatedpart2(int uid);
+int translatedpart3(int uid);
+int translatedpart4(int uid);
+
+#define MAXSYNTRANS	120 /* number of maximum syncrone running translations */
+
+int addtranslate(int usern, char *totranslate, char *from, char *dest, int direction, char *lang, char *command)
+{
+    struct translatet *lkm;
+    int lastuid;
+    int cnt=0;
+    char buf[200];
+    pcontext;
+    if(translate==NULL)
+    {
+	translate=(struct translatet *)pmalloc(sizeof(struct translatet));
+	lkm=translate;
+	lastuid=0;
+    } else {
+	lkm=translate;
+	lastuid=translate->uid;
+	while(lkm->next!=NULL)
+	{
+	    lastuid=lkm->next->uid;
+	    lkm=lkm->next;
+	    cnt++;
+	}
+	lkm->next=(struct translatet *)pmalloc(sizeof(struct translatet));
+	lkm=lkm->next;
+    }
+    if(cnt>MAXSYNTRANS) return -1;
+    lastuid++;
+    lkm->uid=lastuid;
+    lkm->delayed=30; /* before it times out, doubled, altavista got slow */
+    lkm->translatetext=(char *)pmalloc(strlen(totranslate)+1);
+    strcpy(lkm->translatetext,totranslate);
+    if(direction==TR_TO)
+    {
+	ap_snprintf(buf,sizeof(buf),lngtxt(861),command,dest);
+    } else {
+	if(strchr("&!#+",*dest)!=NULL)
+	    ap_snprintf(buf,sizeof(buf),lngtxt(862),from,command,dest);
+	else	
+	    ap_snprintf(buf,sizeof(buf),lngtxt(863),from,command,user(usern)->nick);
+    }
+    lkm->translatedtext=(char *)pmalloc(strlen(buf)+1);
+    strcpy(lkm->translatedtext,buf);
+    lkm->dest=(char *)pmalloc(strlen(dest)+1);
+    strcpy(lkm->dest,dest);
+    lkm->source=(char *)pmalloc(strlen(from)+1);
+    strcpy(lkm->source,from);
+    lkm->lang=(char *)pmalloc(strlen(lang)+1);
+    strcpy(lkm->lang,lang);
+    lkm->direction=direction;
+    lkm->usern=usern;
+    lkm->sock=createsocket(0,ST_CONNECT,lastuid,SGR_NONE,NULL,translateconnected,translatederror,translatedpart1,translatedone,NULL,AF_INET,SSL_OFF);
+    lkm->sock=connectto(lkm->sock,lngtxt(864),80,NULL);
+    return 0x0;    
+}
+
+struct translatet *pre;
+
+struct translatet *gettranslate(int uid)
+{
+    struct translatet *lkm;
+    pcontext;
+    lkm=translate;
+    pre=NULL;
+    while(lkm!=NULL)
+    {
+	if(lkm->uid==uid) return lkm;
+	pre=lkm;
+	lkm=lkm->next;
+    }
+    pcontext;
+    return NULL;
+}
+
+int erasetranslate(int uid)
+{
+    struct translatet *lkm;
+    pcontext;
+    lkm=gettranslate(uid);
+    pcontext;
+    if(lkm==NULL) 
+    {
+	currentsocket->sock->destructor=NULL;
+	killsocket(currentsocket->sock->syssock);
+	return 0x0;
+    }
+    if(pre!=NULL)
+	pre->next=lkm->next;
+    else
+	translate=lkm->next;
+    free(lkm->translatetext);
+    free(lkm->translatedtext);
+    free(lkm->dest);
+    free(lkm->source);
+    free(lkm->lang);
+    killsocket(lkm->sock);
+    free(lkm);
+    return 0x0;
+}
+
+int translateconnected(int uid)
+{
+    struct translatet *lkm;
+    char buf[4096];
+    char buf2[5190];
+    char *pt;
+    pcontext;
+    lkm=gettranslate(uid);
+    pcontext;
+    if(lkm==NULL)
+	return 0x0;
+    pt=lkm->translatetext;
+    while(*pt) /* $%&@ */
+    {
+	if(*pt==' ') *pt='+';
+	pt++;
+    }
+    /*
+     * Altavista changed to Microsoft-Products. This is bad,
+     * i have to give more Header-Infos.
+     *
+     */
+    ap_snprintf(buf,sizeof(buf),lngtxt(865),lkm->translatetext,lkm->lang);
+    ap_snprintf(buf2,sizeof(buf2),lngtxt(866),strlen(buf),buf);
+    writesock_URGENT(lkm->sock,buf2);
+    return 0x0;
+}
+
+int translatederror(int uid, int err)
+{
+    struct translatet *lkm;
+    pcontext;
+    p_log(LOG_ERROR,-1,lngtxt(867),uid,err);
+    lkm=gettranslate(uid);
+    pcontext;
+    if(lkm==NULL)
+	return 0x0;
+    erasetranslate(uid);
+    return 0x0;
+}
+
+int translatedone(int uid)
+{
+    pcontext;
+    /* we dont say anyting on disconnection */
+    erasetranslate(uid);
+    return 0x0;
+}
+
+int translatedpart1(int uid)
+{
+    struct socketnodes *lkm;
+    struct translatet *th;
+    pcontext;
+    if(strstr(ircbuf,lngtxt(868))!=NULL)
+    {
+	th=gettranslate(uid);
+	if(th!=NULL)
+	{
+	    lkm=getpsocketbysock(th->sock);
+	    if(lkm!=NULL)
+	    {
+		lkm->sock->handler=translatedpart2;
+	    }
+	}
+    }
+    return 0x0;
+}
+
+int translatedpart2(int uid)
+{
+    char *ept,*upt,*pt;
+    struct translatet *th;
+    struct socketnodes *lkm;
+    pcontext;
+    th=gettranslate(uid);
+    pcontext;
+    if(th==NULL)
+	return 0x0;
+    lkm=getpsocketbysock(th->sock);
+    if(lkm==NULL)
+    {
+	erasetranslate(uid);
+	return 0x0;
+    }
+    pcontext;
+    ept=strstr(ircbuf,lngtxt(869));
+    if(ept==NULL)
+    {
+	ept=ircbuf;
+	upt=strchr(ept,':');
+	if(upt!=NULL)
+	{
+	    upt++;*upt=' ';
+	    upt++;*upt=0;
+	    upt=strchr(th->translatedtext,'\r');
+	    if (upt==NULL) upt=strchr(th->translatedtext,'\n');
+	    if (upt!=NULL) *upt=0;
+	    pt=strchr(ept,'&');
+	    if(pt!=NULL)
+	    {
+		upt=strchr(pt+1,';');
+		if(upt!=NULL)
+		{
+		    upt++;
+		    while(*upt)
+		    {
+			*pt=*upt;
+			pt++;
+			upt++;
+		    }
+		    *pt=0;
+		}
+	    }
+	    if(th->direction!=TR_TO)
+		th->translatedtext=strmcat(th->translatedtext,ept);
+	    lkm->sock->handler=translatedpart3;
+	}
+    } else {
+	lkm->sock->handler=translatedpart3;
+    }
+    return 0x0;
+}
+
+int translatedpart3(int uid)
+{
+    char *ept;
+    struct translatet *th;
+    struct socketnodes *lkm;
+    pcontext;
+    th=gettranslate(uid);
+    pcontext;
+    if(th==NULL)
+	return 0x0;
+    lkm=getpsocketbysock(th->sock);
+    if(lkm==NULL)
+    {
+	erasetranslate(uid);
+	return 0x0;
+    }
+    pcontext;
+    ept=nobreak(ircbuf);
+    ept=strstr(ept,lngtxt(870));
+    if(ept!=NULL)
+    {
+	ept=strchr(ept,'>');
+	if(ept!=NULL)
+	{
+	    ept++;
+	    th->translatedtext=strmcat(th->translatedtext,ept);
+	    th->translatedtext=strmcat(th->translatedtext," ");
+	}
+	lkm->sock->handler=translatedpart4;
+    } else {
+	if(strstr(ircbuf,"</strong>")!=NULL)
+	    lkm->sock->handler=translatedpart4;
+    }
+    return 0x0;
+}
+
+int translatedpart4(int uid)
+{
+    char *ept,*pt;
+    struct translatet *th;
+    struct socketnodes *lkm;
+    pcontext;
+    th=gettranslate(uid);
+    pcontext;
+    if(th==NULL)
+	return 0x0;
+    lkm=getpsocketbysock(th->sock);
+    if(lkm==NULL)
+    {
+	erasetranslate(uid);
+	return 0x0;
+    }
+    pcontext;
+    ept=strstr(ircbuf,lngtxt(871));
+    if(ept==NULL)
+    {
+	ept=strstr(ircbuf,"<p>");
+    }
+    if(ept!=NULL)
+    {
+	ept=strstr(th->translatedtext,lngtxt(872));
+	if(ept!=NULL)
+	{
+	    ept=strchr(th->translatedtext,':');
+	    if(ept==th->translatedtext) ept=strchr(ept+1,':');
+	    if(ept!=NULL)
+	    {
+		*ept=0;
+		th->translatedtext=strmcat(th->translatedtext,lngtxt(873));
+	    }
+	}
+	ept=strstr(th->translatedtext,"<P>");
+	if(ept!=NULL)
+	{ 
+	    *ept=0;
+	}
+	th->translatedtext=strmcat(th->translatedtext,"\r\n");
+	if(th->direction==TR_TO)
+	{
+	    if(user(th->usern)->outstate==STD_CONN)
+	    {
+		writesock(user(th->usern)->outsock,th->translatedtext);
+		if(user(th->usern)->instate>STD_NOCON)
+		{
+		    pt=strchr(th->translatedtext,':');
+		    if(pt!=NULL)
+		    {
+			if(strchr("#!&+",*th->dest)!=NULL)
+			{
+			    ssnprintf(user(th->usern)->insock,lngtxt(874),user(th->usern)->nick,user(th->usern)->login,user(th->usern)->host,th->dest,pt);
+			} else {
+			    ssnprintf(user(th->usern)->insock,lngtxt(875),th->dest,user(th->usern)->nick,pt);
+			}
+		    }
+		}
+	    }
+	} else {
+	    if(user(th->usern)->instate>STD_NOCON)
+	    {
+		writesock(user(th->usern)->insock,th->translatedtext);
+	    }
+	}
+	erasetranslate(uid); /* job done, socket gone */
+    } else {    
+	ept=nobreak(ircbuf);
+	pt=strstr(ept,"<textarea");
+	if(pt!=NULL)
+	{
+	    pt=strchr(pt,'>');
+	    if(pt!=NULL)
+	    {
+		ept=pt+1;
+	    }
+	}
+	while(*ept==' ' || *ept==9) ept++;
+	if(*ept)
+	{
+	    th->translatedtext=strmcat(th->translatedtext,ept);
+	    th->translatedtext=strmcat(th->translatedtext," ");
+	}
+    }
+    return 0x0;
+}
+
+/* periodically checking the translation sockets */
+
+int cleartranslates()
+{
+    struct translatet *lkm,*pre;
+    lkm=translate;
+    pre=NULL;
+    pcontext;
+    while(lkm!=NULL)
+    {
+	lkm->delayed-=delayinc;
+	if(lkm->delayed<=0)
+	{
+	    p_log(LOG_WARNING,-1,lngtxt(876),lkm->uid,lkm->dest,lkm->lang);
+	    erasetranslate(lkm->uid);
+	    pcontext;
+	    if(pre==NULL)
+		lkm=translate;
+	    else
+		lkm=pre->next;
+	} else {
+	    pre=lkm;
+	    lkm=lkm->next;
+	}
+    }
+    return 0x0;
+}
+#endif
blob - /dev/null
blob + ac2619c9be29120522e291eab72f715c48c6d558 (mode 644)
--- /dev/null
+++ src/p_uchannel.c
@@ -0,0 +1,944 @@
+/************************************************************************
+ *   psybnc, src/p_uchannel.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_UCHANNEL
+
+#include <p_global.h>
+
+/* bring the channel modes into the right order, return formulated mode */
+
+char returnmode[300];
+
+char *ordermodes(struct uchannelt *channel)
+{
+    int i;
+    char *pt;
+    char known[]="spmntilk";
+    char mm[2];
+    char newmode[30];
+    char param[200];
+    char limit[10];
+    newmode[0]=0;mm[1]=0;
+    param[0]=0;
+    for(i=0;i<strlen(known);i++)
+    {
+	mm[0]=known[i];
+	pt=strchr(channel->modes,known[i]);
+	if(pt!=NULL)
+	{
+	    if(*pt=='k')
+	    {
+		if(strlen(param)+strlen(channel->key)+2<199)
+		{
+		    strcat(param,channel->key);
+		    strcat(param," ");
+		}
+	    }
+	    if(*pt=='l')
+	    {
+		ap_snprintf(limit,sizeof(limit),"%d",channel->limit);
+		if(strlen(param)+strlen(limit)+2<199)
+		{
+		    strcat(param,limit);
+		    strcat(param," ");
+		}
+	    }
+	    if(strlen(newmode)<29) strcat(newmode,mm);
+	    *pt=' ';
+	}
+    }
+    pt=channel->modes;
+    if(channel->usern!=-1)
+    {
+	while(*pt!=0)
+	{
+	    if(*pt!=' ')
+	    {
+		mm[0]=*pt;
+		if(strlen(newmode)<29)
+		    strcat(newmode,mm);
+	    }
+	pt++;
+	}
+    }
+    strmncpy(channel->modes,newmode,sizeof(channel->modes));
+    ap_snprintf(returnmode,sizeof(returnmode),lngtxt(877),newmode,param);
+    return returnmode;
+}
+
+/* Add a channel to a user structure or return the existent channel */
+
+struct uchannelt *addchanneltouser(int usern, char *channel,int nowrite)
+{
+    struct uchannelt *lkm,*llkm=NULL;
+    char uc[255],uc1[255];
+    char bf[400];
+    pcontext;
+    strmncpy(uc,channel,sizeof(uc));
+    ucase(uc);
+#ifdef INTNET
+    if(usern==-1)
+	lkm=intchan;
+    else
+#endif
+	lkm=user(usern)->channels;
+    while(lkm!=NULL)
+    {
+	strmncpy(uc1,lkm->name,sizeof(uc1));
+	ucase(uc1);
+	if(strmcmp(uc1,uc)==1)
+	    return lkm;
+	llkm=lkm;
+	lkm=lkm->next;
+    }
+    if(llkm==NULL)
+    {
+#ifdef INTNET
+	if(usern==-1)
+	{
+	    intchan=(struct uchannelt *)pmalloc(sizeof(struct uchannelt));
+	    llkm=intchan;
+	}
+	else
+	{
+#endif
+	    user(usern)->channels=(struct uchannelt *)pmalloc(sizeof(struct uchannelt));
+	    llkm=user(usern)->channels;
+#ifdef INTNET
+	}
+#endif
+    } else {
+	llkm->next=(struct uchannelt *)pmalloc(sizeof(struct uchannelt));
+	llkm=llkm->next;
+    }
+    strmncpy(llkm->name,channel,sizeof(llkm->name));
+#ifdef INTNET
+    if(usern==-1) /* intnet -> always ov and @+ only */
+    {
+	strcpy(llkm->prefixmodes,"ov");
+	strcpy(llkm->prefixchars,"@+");
+	strcpy(llkm->chanmodes,"b,k,l,imnpst");
+    } else {
+#endif
+	strmncpy(llkm->prefixmodes,user(usern)->prefixmodes,sizeof(llkm->prefixmodes));
+	strmncpy(llkm->prefixchars,user(usern)->prefixchars,sizeof(llkm->prefixchars));
+	strmncpy(llkm->chanmodes,user(usern)->chanmodes,sizeof(llkm->chanmodes));
+#ifdef INTNET
+    }
+#endif
+    
+    strcpy(llkm->modes,"nt"); /* standardmodes */
+    llkm->usern=usern;
+    pcontext;
+    /* write to config */
+#ifdef INTNET
+    if(usern==-1) return llkm;
+#endif
+    if(nowrite==1) return llkm;
+    ap_snprintf(bf,sizeof(bf),lngtxt(878),usern);
+    countconfentries(lngtxt(879),lngtxt(880),bf);
+    llkm->isentry=lastfree;
+    ap_snprintf(bf,sizeof(bf),lngtxt(881),usern);
+    ap_snprintf(uc,sizeof(uc),lngtxt(882),lastfree);
+    pcontext;
+    writeini(lngtxt(883),uc,bf,channel);
+    flushconfig(); /* this was missing, result: channels where not saved in time */
+    pcontext;
+    return llkm;
+}
+
+/* Get a channel from a user structure */
+
+struct uchannelt *getuserchannel(int usern, char *channel)
+{
+    struct uchannelt *lkm,*llkm=NULL;
+    char uc[255],uc1[255];
+    strmncpy(uc,channel,sizeof(uc));
+    ucase(uc);
+#ifdef INTNET
+    if(usern==-1)
+	lkm=intchan;
+    else
+#endif
+	lkm=user(usern)->channels;
+    while(lkm!=NULL)
+    {
+	strmncpy(uc1,lkm->name,sizeof(uc1));
+	ucase(uc1);
+	if(strmcmp(uc1,uc)==1)
+	    return lkm;
+	llkm=lkm;
+	lkm=lkm->next;
+    }
+    return NULL;
+}
+
+/* get a nickname of a userlist from a channel of a user */
+
+struct uchannelusert *getchannelnick(struct uchannelt *channel, char *nick)
+{
+    struct uchannelusert *ukm;
+    char uu[64],uu1[64];
+    if(channel==NULL) return NULL;
+    ukm=channel->users;
+    strmncpy(uu,nick,sizeof(uu));
+    ucase(uu);
+    while(ukm!=NULL)
+    {
+	strmncpy(uu1,ukm->nick,sizeof(uu1));
+	ucase(uu1);
+	if (strmcmp(uu,uu1)==1)
+	{
+	    return ukm;
+	}
+	ukm=ukm->next;
+    }
+    return NULL;
+}
+
+/* check, if a nick of a channel of a user got a special mode */
+
+int hasmode(int usern, char *nick, char *channel,char modesymbol)
+{
+    struct uchannelt *chan;
+    struct uchannelusert *chanuser;
+    int rc=0;
+    chan=getuserchannel(usern,channel);
+    if(chan)
+    {
+	chanuser=getchannelnick(chan,nick);
+	if(chanuser)
+	{
+	    if(strchr(chanuser->mode,modesymbol))
+		rc=0x1;
+	}
+    }
+    return rc;
+}
+
+/* add a nick to a channel of a user (on join) */
+
+struct uchannelusert *addnicktochannel(struct uchannelt *chan, char *nick, char *ident, char *host)
+{
+    struct uchannelusert *chanuser,*scu;
+    chanuser=getchannelnick(chan,nick);
+    if(chanuser!=NULL)
+    {
+	scu=chanuser;
+    } else {
+	chanuser=chan->users;
+	scu=chanuser;
+        while(chanuser!=NULL)
+        {
+	    scu=chanuser;
+	    chanuser=chanuser->next;
+	}
+	if(scu==NULL)
+	{
+	    chan->users=(struct uchannelusert *)pmalloc(sizeof(struct uchannelusert));
+	    scu=chan->users;
+	} else {
+	    scu->next=(struct uchannelusert *)pmalloc(sizeof(struct uchannelusert));
+	    scu=scu->next;
+	}
+    }
+    strmncpy(scu->nick,nick,sizeof(scu->nick));
+    strmncpy(scu->ident,ident,sizeof(scu->ident));
+    strmncpy(scu->host,host,sizeof(scu->host));
+    return scu;
+}
+
+/* remove a nick from a channel */
+
+int removenickfromchannel(struct uchannelt *channel, char *nick)
+{
+    struct uchannelusert *chanuser,*previous=NULL;
+    chanuser=channel->users;
+    while(chanuser!=NULL)
+    {
+	if(strmcmp(chanuser->nick,nick)==1)
+	{
+	    if(previous==NULL)
+	    {
+		channel->users=chanuser->next;
+	    } else {
+		previous->next=chanuser->next;
+	    }
+	    free(chanuser);
+	    return 0x0;
+	}
+	previous=chanuser;
+	chanuser=chanuser->next;
+    }
+    return 0x0;    
+}
+
+/* nickchange */
+
+int nickchange(int usern, char *oldnick,char *newnick)
+{
+    struct uchannelt *channel;
+    struct uchannelusert *chanuser;
+#ifdef INTNET
+    if(usern==-1)
+	channel=intchan;
+    else
+#endif
+	channel=user(usern)->channels;
+    while(channel!=NULL)
+    {
+	chanuser=getchannelnick(channel,oldnick);
+	if(chanuser!=NULL)
+	{
+	    strmncpy(chanuser->nick,newnick,sizeof(chanuser->nick));
+	}
+	channel=channel->next;
+    }
+    return 0x0;
+}
+
+/* remove all users from a channel (if the channel was left in any way) */
+
+int removeallusersfromchannel(struct uchannelt *lkm)
+{
+    struct uchannelusert *ukm,*uukm=NULL;
+    ukm=lkm->users;
+    while(ukm!=NULL)
+    {
+	uukm=ukm->next;
+	free(ukm);
+	ukm=uukm;
+    }
+    lkm->users=NULL;
+    return 0x0;
+}
+
+/* remove all channels from the user (for clearing the user) */
+
+int removeallchannelsfromuser(int usern)
+{
+    struct uchannelt *lkm,*llkm=NULL;
+    struct uchannelusert *ukm,*uukm;
+#ifdef INTNET
+    if(usern==-1)
+	lkm=intchan;
+    else
+#endif
+	lkm=user(usern)->channels;
+    while(lkm!=NULL)
+    {
+	llkm=lkm->next;
+	ukm=lkm->users;
+	while(ukm!=NULL)
+	{
+	    uukm=ukm->next;
+	    free(ukm);
+	    ukm=uukm;
+	}
+	free(lkm);
+	lkm=llkm;
+    }
+    /* we dont need to cleanup conf, this will be done later */
+#ifdef INTNET
+    if(usern==-1)
+	intchan=NULL;
+    else
+#endif
+	user(usern)->channels=NULL;
+    return 0x0;
+}
+
+/* remove a specific channel from a user */
+
+int removechannelfromuser(int usern, char *channel)
+{
+    struct uchannelt *lkm,*llkm=NULL;
+    struct uchannelusert *ukm,*uukm;
+    struct stringarray *l1,*l2;
+    char uc[255],uc1[255];
+    strmncpy(uc,channel,sizeof(uc));
+    ucase(uc);
+#ifdef INTNET
+    if(usern==-1)
+	lkm=intchan;
+    else
+#endif
+	lkm=user(usern)->channels;
+    while(lkm!=NULL)
+    {
+	strmncpy(uc1,lkm->name,sizeof(uc1));
+	ucase(uc1);
+	if(strmcmp(uc1,uc)==1)
+	{
+	    if(llkm==NULL)
+	    {
+#ifdef INTNET
+		if(usern==-1)
+		    intchan=lkm->next;
+		else
+#endif
+		    user(usern)->channels=lkm->next;
+	    } else {
+		llkm->next=lkm->next;
+	    }
+	    ukm=lkm->users;
+	    while(ukm!=NULL)
+	    {
+		uukm=ukm->next;
+		free(ukm);
+		ukm=uukm;
+	    }
+	    l1=lkm->bans;
+	    while(l1!=NULL)
+	    {
+		l2=l1->next;
+		free(l1->entry);
+		free(l1);
+		l1=l2;
+	    }
+	    l1=lkm->invites;
+	    while(l1!=NULL)
+	    {
+		l2=l1->next;
+		free(l1->entry);
+		free(l1);
+		l1=l2;
+	    }
+	    l1=lkm->intops;
+	    while(l1!=NULL)
+	    {
+		l2=l1->next;
+		free(l1->entry);
+		free(l1);
+		l1=l2;
+	    }
+	    if(usern!=-1)
+	    {
+		ap_snprintf(uc,sizeof(uc),lngtxt(884),usern,lkm->isentry);
+		clearsectionconfig(uc);
+		ap_snprintf(uc,sizeof(uc),lngtxt(885),usern,lkm->isentry);
+		clearsectionconfig(uc);
+		flushconfig();
+	    }
+	    free(lkm);
+	    lkm=llkm;
+	    return 0x0;
+	}
+	llkm=lkm;
+	lkm=lkm->next;
+    }
+    return 0x0;
+}
+
+/* remove a nick from all channels of a user */
+
+int removenickfromallchannels(int usern, char *nick)
+{
+    struct uchannelt *channel,*echannel;
+#ifdef INTNET
+    if(usern==-1)
+	channel=intchan;
+    else
+#endif
+	channel=user(usern)->channels;
+    while(channel!=NULL)
+    {
+	removenickfromchannel(channel,nick);
+	echannel=channel;
+	channel=channel->next;
+	if(echannel->users==NULL)
+	{
+	    removechannelfromuser(usern,echannel->name);
+	}
+    }
+    return 0x0;
+}
+
+/* set initial channelmodes */
+
+int setchannelmode(struct uchannelt *lkm,char *mode, char *param)
+{
+    char *par,*pt,*md;
+    char sb[20],eb[20];
+    strmncpy(lkm->modes,mode,sizeof(lkm->modes));
+    par=param;
+    md=mode;
+    while(*md)
+    {
+	if(*md==0) return 0x0;
+	switch(*md)
+	{
+	    case 'l':
+		if (par==NULL) break;
+		pt=strchr(par,' ');
+		if(pt!=NULL)
+		{
+		    *pt=0;
+		    pt++;
+		}
+		lkm->limit=atoi(par);
+		par=pt;
+		break;
+	    case 'k':
+		if (par==NULL) break;
+		pt=strchr(par,' ');
+		if(pt!=NULL)
+		{
+		    *pt=0;
+		    pt++;
+		}
+		strmncpy(lkm->key,par,sizeof(lkm->key));
+		if(lkm->usern>0 && lkm->usern!=-1)
+		{
+		    ap_snprintf(sb,sizeof(sb),lngtxt(886),lkm->usern);
+		    ap_snprintf(eb,sizeof(eb),lngtxt(887),lkm->isentry);
+		    writeini(lngtxt(888),eb,sb,cryptit(lkm->key));
+		    flushconfig();
+		}
+		par=pt;
+		break;
+	}
+	md++;
+    }
+    return 0x0;
+}
+
+/* sub: add a mode to a user on a channel */
+
+int addchannelusermode(struct uchannelt *channel, char *nickname, char mode)
+{
+    struct uchannelusert *chanuser;
+    char order[20];
+    char *md;
+    char *mc;
+    int coff=0;
+    memset(&order[0],0x0,sizeof(order));
+    chanuser=getchannelnick(channel,nickname);
+    if(chanuser==NULL) return 0x0;
+    md=channel->prefixmodes;
+    mc=channel->prefixchars;
+    while(*md)
+    {
+	if((strchr(chanuser->mode,*mc)!=NULL || mode==*md) && coff<sizeof(order)) 
+	{
+	    order[coff]=*mc;
+	    coff++;
+	}
+	mc++;
+	md++;
+    }
+    strcpy(chanuser->mode,order);
+    return 0x0;
+}
+
+/* sub: remove a single mode from a user on a channel */
+
+int removechannelusermode(struct uchannelt *channel, char *nickname, char mode)
+{
+    char temp[20];
+    struct uchannelusert *chanuser;
+    char *pt;
+    char imode;
+    imode=mode;
+    pt=strchr(channel->prefixmodes,mode);
+    if(pt)
+    {
+	pt=pt-channel->prefixmodes+channel->prefixchars;
+	imode=*pt;
+    } else {
+	imode=mode;
+    }
+    chanuser=getchannelnick(channel,nickname);
+    if(chanuser==NULL) return 0x0;
+    strmncpy(temp,chanuser->mode,sizeof(temp));
+    pt=strchr(temp,imode);
+    if(pt==NULL) return 0x0;
+    *pt=0;pt++;
+    ap_snprintf(chanuser->mode,sizeof(chanuser->mode),"%s%s",temp,pt);
+    return 0x0;
+}
+
+/* sub: add a single mode to a channel */
+
+int addmodetochannel(struct uchannelt *channel, char mode)
+{
+    char mm[2];
+    mm[1]=0;
+    if(strlen(channel->modes)<sizeof(channel->modes))
+    {
+	mm[0]=mode;
+	if(strstr(channel->modes,mm)==NULL)
+    	    strcat(channel->modes,mm);
+    }
+    return 0x0;
+}
+
+/* sub: delete a single mode from a channel */
+
+int deletemodefromchannel(struct uchannelt *channel, char mode)
+{
+    char buf[60];
+    char *pt;
+    pt=strchr(channel->modes,mode);
+    if(pt!=NULL)
+    {
+	*pt=0;
+	pt++;
+	ap_snprintf(buf,sizeof(buf),"%s%s",channel->modes,pt);
+	strmncpy(channel->modes,buf,sizeof(channel->modes));
+    }
+    return 0x0;
+}
+
+/* send the names of a channel in a right command syntax to a given userinbound */
+
+int sendnames(int usern, struct uchannelt *chan)
+{
+    int thsock;
+    int userp;
+    char token[60];
+    char nameline[300];
+    char line[1024];
+    char mm[2];
+    struct uchannelusert *users;
+    char uc1[200],uc2[200];
+#ifdef INTNET
+    int intnet=0;
+#endif
+    userp=usern;
+    token[0]=0;
+    token[1]=0;
+    mm[1]=0;
+    if(usern<10000)
+    {
+	if(user(usern)->innames==1)
+	{
+	    strmncpy(uc1,rtrim(chan->name),sizeof(uc1));
+	    ucase(uc1);
+	    strmncpy(uc2,rtrim(user(usern)->inchan),sizeof(uc2));
+	    ucase(uc2);
+	    if(strmcmp(uc1,uc2)==1)
+	    {
+		user(usern)->innames=2;	
+		return 0x0;
+	    }
+	}
+	if(user(usern)->parent!=0) 
+	{
+	    userp=user(usern)->parent;
+	    ap_snprintf(token,sizeof(token),"#%s~",user(usern)->network);
+	}
+    }
+#ifdef INTNET
+    if(usern>10000)
+    {
+	userp=usern-10000;
+	ap_snprintf(token,sizeof(token),lngtxt(889));
+	usern-=10000;
+	intnet=1;
+    }
+#endif
+    thsock=user(userp)->insock;
+#ifdef INTNET
+    if(intnet)
+	ap_snprintf(nameline,sizeof(nameline),lngtxt(890),"intnet-psybnc.net", user(usern)->nick,token,chan->name);    
+    else
+#endif
+	ap_snprintf(nameline,sizeof(nameline),lngtxt(890),user(usern)->server, user(usern)->nick,token,chan->name);    
+    users=chan->users;
+    strmncpy(line,nameline,sizeof(line));
+    while(users!=NULL)
+    {
+	if(strlen(line)>500)
+	{
+	    strcat(line,"\n");
+	    writesock(user(userp)->insock,line);
+	    strmncpy(line,nameline,sizeof(line));
+	} else {
+	    if(users->mode[0]!=0)
+	    {
+		mm[0]=users->mode[0];
+		strcat(line,mm);
+	    }
+	    if(strmcmp(users->nick,user(usern)->nick)==1)
+	    {
+		strcat(line,user(userp)->nick);
+	    } else {
+		strcat(line,token+1);
+		strcat(line,users->nick);
+	    }
+	    strcat(line," ");
+	    users=users->next;
+	}
+    }    
+    strcat(line,"\n");
+    writesock(user(userp)->insock,line);
+#ifdef INTNET
+    if(intnet)
+	ap_snprintf(line,sizeof(line),lngtxt(891),"intnet-psybnc.net", user(usern)->nick,token,chan->name);
+    else
+#endif
+	ap_snprintf(line,sizeof(line),lngtxt(891),user(usern)->server, user(usern)->nick,token,chan->name);
+    writesock(user(userp)->insock,line);
+    return 0x0;
+}
+
+#ifdef SCRIPTING
+
+/* raise a mode event to scripting */
+
+int raisemodeevent(struct uchannelt *chan,char prefix,char mode,char *param)
+{
+    static char siccontent[4096];
+    static char siccontent2[4096];
+    strmncpy(siccontent,irccontent,sizeof(siccontent));
+    if(param!=NULL)
+	ap_snprintf(siccontent2,sizeof(siccontent2),lngtxt(892),prefix,mode,param);
+    else
+	ap_snprintf(siccontent2,sizeof(siccontent2),"%c%c",prefix,mode);
+    strmncpy(irccontent,siccontent2,sizeof(irccontent));
+    serverevent(chan->usern);
+    strmncpy(irccontent,siccontent,sizeof(irccontent));
+    return 0x0;
+}
+
+#endif
+
+/* add or delete multiple channelmodes from the userchannel */
+
+int addchannelmode(struct uchannelt *lkm, char *mode, char *param)
+{
+    char *par,*pt,*md,*ept;
+    char prefix;
+    static char sb[20],eb[20];
+    static char mod[200];
+    static char pr[4096];
+    int isusermode=0;
+    int ischanmode=0;
+    int hasparam=0;
+    int aftercomma=0;
+    strmncpy(mod,mode,sizeof(mod));
+    strmncpy(pr,param,sizeof(pr));
+    prefix='+';
+    par=pr;
+    md=mod;
+    while(*md!=0)
+    {
+	isusermode=0;
+	ischanmode=0;
+	hasparam=0;
+	if(*md=='+' || *md=='-') 
+	    prefix=*md;
+	else 
+	{
+	    pt=strchr(lkm->chanmodes,*md);
+	    if(pt) 
+	    {
+		ischanmode=1;
+		ept=pt;
+		aftercomma=0;
+		while(ept>lkm->chanmodes)
+		{
+		    if(*ept==',') aftercomma++;
+		    ept--;
+		}
+		if(aftercomma<2 || (aftercomma==2 && prefix!='-'))
+		    hasparam=1;
+	    }
+	    pt=strchr(lkm->prefixmodes,*md);
+	    if(pt)
+	    {	
+    		isusermode=1;
+		hasparam=1; /* usermodes always have parameters */
+	    }
+	    if(isusermode)
+	    {
+		if (par==NULL) break;
+		pt=strchr(par,' ');
+		if(pt!=NULL)	
+		{
+	    	    *pt=0;pt++;
+	    	    if(*pt==0) pt=NULL;
+		}
+		if(prefix=='+')
+	    	    addchannelusermode(lkm,par,*md);
+		else
+	    	    removechannelusermode(lkm,par,*md);
+#ifdef SCRIPTING
+		if(lkm->usern>0)
+	    	    raisemodeevent(lkm,prefix,*md,par);
+#endif
+		par=pt;
+	    } else 
+	    if(ischanmode) 
+	    {
+		if(hasparam)
+		{
+		    if (par==NULL) break;
+		    pt=strchr(par,' ');
+		    if(pt!=NULL)	
+		    {
+			*pt=0;pt++;
+			if(*pt==0) pt=NULL;
+		    }
+		    switch(*md)
+		    {
+			case 'l':
+			    lkm->limit=atoi(par);
+			    break;
+			case 'k':
+			    if(prefix=='+')
+			    {
+				strmncpy(lkm->key,par,sizeof(lkm->key));
+				if(lkm->usern>0)
+				{
+				    ap_snprintf(sb,sizeof(sb),lngtxt(893),lkm->usern);
+    				    ap_snprintf(eb,sizeof(eb),lngtxt(894),lkm->isentry);
+				    writeini(lngtxt(895),eb,sb,cryptit(lkm->key));
+				    flushconfig();
+				}
+			    } else {
+				lkm->key[0]=0;
+				if(lkm->usern>0)
+				{
+				    ap_snprintf(sb,sizeof(sb),lngtxt(896),lkm->usern);
+    				    ap_snprintf(eb,sizeof(eb),lngtxt(897),lkm->isentry);
+				    writeini(lngtxt(898),eb,sb,NULL);
+				    flushconfig();
+				}
+			    }
+			    break;
+			case 's':
+			    if(prefix=='+')
+				deletemodefromchannel(lkm,'p');
+			    break;
+			case 'p':
+			    if(prefix=='+')
+				deletemodefromchannel(lkm,'s');
+			    break;
+			default:		    			    
+			    break;
+		    }
+		    if(prefix=='+')
+			addmodetochannel(lkm,*md);
+		    else
+			deletemodefromchannel(lkm,*md);
+#ifdef SCRIPTING
+		    if(lkm->usern>0)
+			raisemodeevent(lkm,prefix,*md,par);
+#endif
+		    par=pt;
+		} else {	
+		    if(prefix=='+')
+			addmodetochannel(lkm,*md);
+		    else
+			deletemodefromchannel(lkm,*md);
+		    if(*md=='l') lkm->limit=0;
+#ifdef SCRIPTING
+		    if(lkm->usern>0)
+			raisemodeevent(lkm,prefix,*md,NULL);
+#endif
+		}
+	    }
+	}
+	md++;
+    }
+    ordermodes(lkm);
+    return 0x0;
+}
+
+int setchanneltopic(struct uchannelt *chan, char *topic)
+{
+    strmncpy(chan->topic,topic,sizeof(chan->topic));
+    return 0x0;
+}
+
+int convertlastwhois(int usern, char *lastwhois)
+{
+    char *pt,*ept,*pt2;
+    char lastsic[2048];
+    strmncpy(lastsic,lastwhois,sizeof(lastsic));
+    ept=lastsic;
+    while(ept!=NULL)
+    {
+	while(*ept==' ') ept++;
+	if(*ept==0) return 0x0;
+	pt=strchr(ept,' ');
+	if(pt!=NULL)
+	    {*pt=0;pt++;}
+	pt2=ept+1;
+	if(strchr(user(usern)->prefixchars,*ept)!=NULL)
+	    ept++;
+	addchanneltouser(usern,ept,0);
+	ept=pt;
+    }
+    return 0x0;
+}
+
+/* reset all channels for a user (on disconnect) */
+
+int resetallchannels(int usern)
+{
+    struct uchannelt *chan;
+    chan=user(usern)->channels;
+    while(chan!=NULL)
+    {
+	removeallusersfromchannel(chan);
+	chan->ison=0;
+	chan->topic[0]=0;
+	chan=chan->next;
+    }
+    return 0x0;
+}
+
+/* load all channels for a user from the config */
+
+int loadchannels(int usern)
+{
+    char bf[30],bf2[30];
+    struct uchannelt *chan;
+    int i,rc;
+    ap_snprintf(bf,sizeof(bf),lngtxt(899),usern);
+    for(i=0;i<40;i++)
+    {
+        ap_snprintf(bf2,sizeof(bf2),lngtxt(900),i);	
+        rc=getini(lngtxt(901),bf2,bf);
+        if(rc==0)
+        {
+            chan=addchanneltouser(usern,value,1);
+            ap_snprintf(bf2,sizeof(bf2),lngtxt(902),i);
+            rc=getini(lngtxt(903),bf2,bf);
+            if(chan!=NULL) 
+            {
+                chan->isentry=i;
+                if(rc==0)
+                {
+                    strcpy(chan->modes,"tnk");
+                    if(value[0]=='+') /* if its crypted */
+                    strmncpy(chan->key,decryptit(value),sizeof(chan->key));
+                    else /* or not */
+                    strmncpy(chan->key,value,sizeof(chan->key));
+                }
+            }
+        }
+    }
+    return 0x0;
+}
blob - /dev/null
blob + 590dbc74e9f3cfc1a4c510d82c759ca35579eee7 (mode 644)
--- /dev/null
+++ src/p_userfile.c
@@ -0,0 +1,487 @@
+/************************************************************************
+ *   psybnc, src/p_userfile.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_USERFILE
+
+#include <p_global.h>
+
+/* loading a specific user */
+
+int loaduser (int usernum) {
+   struct socketnodes *sno=socketnode;
+   char fnmuser[100];
+   char buf[100];
+   char *pt;
+   int rc;
+   ap_snprintf(fnmuser,sizeof(fnmuser),lngtxt(904),usernum);
+   rc = getini("USER",lngtxt(907),fnmuser);
+   if (rc != 0) {
+       if (user(usernum)->outstate > 1) {
+          writesock(user(usernum)->outsock,lngtxt(905));
+          killsocket(user(usernum)->outsock);
+          user(usernum)->server[0]=0;
+          user(usernum)->outstate=0;
+          user(usernum)->outsock=0;
+       }
+       if (user(usernum)->instate > 1 && user(usernum)->parent==0) {
+           ssnprintf(user(usernum)->insock,lngtxt(906),user(usernum)->nick);
+	   while((sno=getpsocketbygroup(sno,SGR_USERINBOUND+usernum,-1)))
+	   {
+	       if(sno->sock)
+                   killsocket(sno->sock->syssock);
+	       sno=socketnode;
+	   }
+           user(usernum)->host[0]=0;
+           user(usernum)->instate=0;
+           user(usernum)->insock=0;
+       }
+       clearuser(usernum);
+       return -1;
+   }
+//   clearuser(usernum);
+   U_CREATE=1; /* if not existing, make new */
+   nousers=0;
+   strmncpy(user(usernum)->login,value,sizeof(user(usernum)->login));
+   rc = getini("USER",lngtxt(908),fnmuser);
+   if (rc==0)    
+      user(usernum)->parent=atoi(value);
+   else
+      user(usernum)->parent=0;
+   rc = getini("USER","USER",fnmuser);
+   strmncpy(user(usernum)->user,value,sizeof(user(usernum)->user));    
+   rc = getini("USER","NICK",fnmuser);
+   if (rc != 0) {
+      ap_snprintf(value,sizeof(value),lngtxt(909),usernum);
+   }
+   strmncpy(user(usernum)->nick,value,sizeof(user(usernum)->nick));
+   strmncpy(user(usernum)->wantnick,value,sizeof(user(usernum)->wantnick));
+   rc = getini("USER","PASS",fnmuser);
+   if (rc != 0) {
+      p_log(LOG_ERROR,-1,lngtxt(910),user(usernum)->login);
+      strmncpy(value,randstring(16),sizeof(value));
+   }
+   strcpy(buf,slt1);
+   strcat(buf,slt2);
+   if (*value!='=')
+   {
+       if(*value=='+')
+       {
+	   strmncpy(value,decryptit(value),sizeof(value));
+       }
+       pt=BLOW_stringencrypt(buf,value);
+       ap_snprintf(value,sizeof(value),"=%s",pt);
+       free(pt);
+       writeini("USER","PASS",fnmuser,value);
+       flushconfig();	
+   }
+   strmncpy(user(usernum)->pass,value,sizeof(user(usernum)->pass));
+   rc = getini("USER",lngtxt(911),fnmuser);
+   strmncpy(user(usernum)->vhost,value,sizeof(user(usernum)->vhost));
+   rc = getini("USER",lngtxt(912),fnmuser);
+   strmncpy(user(usernum)->proxy,value,sizeof(user(usernum)->proxy));    
+   rc = getini("USER","AWAY",fnmuser);
+   strmncpy(user(usernum)->away,value,sizeof(user(usernum)->away));
+   rc = getini("USER",lngtxt(913),fnmuser);
+   strmncpy(user(usernum)->awaynick,value,sizeof(user(usernum)->awaynick));
+   rc = getini("USER",lngtxt(914),fnmuser);
+   strmncpy(user(usernum)->leavemsg,value,sizeof(user(usernum)->leavemsg));
+   rc = getini("USER",lngtxt(915),fnmuser);
+   user(usernum)->channels=NULL;
+   if(rc==0)
+       convertlastwhois(usernum,value);
+   else
+       loadchannels(usernum);
+   rc = getini("USER",lngtxt(916),fnmuser);
+   strmncpy(user(usernum)->network,value,sizeof(user(usernum)->network));
+   rc = getini("USER",lngtxt(917),fnmuser);
+   if (rc != 0) {
+      user(usernum)->rights=RI_USER;
+   } else {
+      user(usernum)->rights = atoi(value);
+   }
+#ifdef DYNAMIC
+   user(usernum)->quitted=1;
+#else
+   rc = getini("USER",lngtxt(918),fnmuser);
+   if (rc != 0) {
+      user(usernum)->quitted=0;
+   } else {
+      user(usernum)->quitted = atoi(value);
+   }
+#endif
+   rc = getini("USER",lngtxt(919),fnmuser);
+   if (rc != 0) {
+      user(usernum)->vlink=0;
+   } else {
+      user(usernum)->vlink = atoi(value);
+   }
+   rc = getini("USER",lngtxt(920),fnmuser);
+   if (rc != 0) {
+      user(usernum)->pport=0;
+   } else {
+      user(usernum)->pport = atoi(value);
+   }
+   rc = getini("USER",lngtxt(921),fnmuser);
+   if (rc != 0) {
+      user(usernum)->autogetdcc=0; /* default is off. turn on, if needed */
+   } else {
+      user(usernum)->autogetdcc = atoi(value);
+   }
+   rc = getini("USER",lngtxt(922),fnmuser);
+   if (rc != 0) {
+      user(usernum)->dccenabled=1;
+   } else {
+      user(usernum)->dccenabled = atoi(value);
+   }
+   rc = getini("USER",lngtxt(923),fnmuser);
+   if (rc != 0) {
+      user(usernum)->antiidle=1;
+   } else {
+      user(usernum)->antiidle = atoi(value);
+   }
+   rc = getini("USER",lngtxt(924),fnmuser);
+   if (rc != 0) {
+      user(usernum)->leavequit=0;
+   } else {
+      user(usernum)->leavequit = atoi(value);
+   }
+   rc = getini("USER",lngtxt(925),fnmuser);
+   if (rc != 0) {
+      user(usernum)->autorejoin=0; /* default is 0 now. Set it, if needed */
+   } else {
+      user(usernum)->autorejoin = atoi(value);
+   }
+   rc = getini("USER",lngtxt(926),fnmuser);
+   if (rc != 0) {
+      user(usernum)->sysmsg=1;
+   } else {
+      user(usernum)->sysmsg = atoi(value);
+   }
+   rc = getini("USER",lngtxt(927),fnmuser);
+   pcontext;
+   if (rc != 0) {
+      user(usernum)->lastlog=0;
+   } else {
+      user(usernum)->lastlog = atol(value);
+   }
+#ifdef HAVE_SSL
+   rc = getini("USER","CERT",fnmuser);
+   pcontext;
+   if (rc == 0) {
+      strmncpy(user(usernum)->cert,decryptit(value),sizeof(user(usernum)->cert));
+   }
+#endif
+#ifdef IPV6
+   // Get the value for the 'preferipv6' setting. 
+   // Set it to -1 if not set as then the global 'defaultipv6' option is used.
+
+   rc = getini("USER", lngtxt(1490), fnmuser);   
+   user(usernum)->preferipv6 = (rc != 0 ? -1 : atoi(value));
+#endif
+
+   pcontext;
+   if(user(usernum)->instate==STD_NOUSE) user(usernum)->instate=STD_NOCON;
+   if(user(usernum)->outstate==STD_NOUSE) user(usernum)->outstate=STD_NOCON;
+   if(user(usernum)->dcc==NULL)
+   {
+       pcontext;
+       user(usernum)->dcc=(struct linknodes *)pmalloc(sizeof(struct linknodes));
+       pcontext;
+       loaddccs(usernum);
+   }
+   pcontext;
+   if(user(usernum)->bans==NULL)
+   {
+       ap_snprintf(fnmuser,sizeof(fnmuser),lngtxt(929),usernum);
+       user(usernum)->bans=loadlist(fnmuser,user(usernum)->bans);
+   }
+   pcontext;
+   if(user(usernum)->ops==NULL)
+   {
+       ap_snprintf(fnmuser,sizeof(fnmuser),lngtxt(930),usernum);
+       user(usernum)->ops=loadlist(fnmuser,user(usernum)->ops);
+   }
+   pcontext;
+   if(user(usernum)->aops==NULL)
+   {
+       ap_snprintf(fnmuser,sizeof(fnmuser),lngtxt(931),usernum);
+       user(usernum)->aops=loadlist(fnmuser,user(usernum)->aops);
+   }
+   pcontext;
+   if(user(usernum)->askops==NULL)
+   {
+       ap_snprintf(fnmuser,sizeof(fnmuser),lngtxt(932),usernum);
+       user(usernum)->askops=loadlist(fnmuser,user(usernum)->askops);
+   }
+   pcontext;
+   if(user(usernum)->logs==NULL)
+   {
+       ap_snprintf(fnmuser,sizeof(fnmuser),lngtxt(933),usernum);
+       user(usernum)->logs=loadlist(fnmuser,user(usernum)->logs);
+   }
+   pcontext;
+   if(user(usernum)->ignores==NULL)
+   {
+       ap_snprintf(fnmuser,sizeof(fnmuser),lngtxt(1331),usernum);
+       user(usernum)->ignores=loadlist(fnmuser,user(usernum)->ignores);
+   }
+   pcontext;
+#ifdef CRYPT
+   if(user(usernum)->encrypt==NULL)
+   {
+       ap_snprintf(fnmuser,sizeof(fnmuser),lngtxt(934),usernum);
+       user(usernum)->encrypt=loadlist(fnmuser,user(usernum)->encrypt);
+   }
+#endif
+#ifdef TRANSLATE
+   pcontext;
+   if(user(usernum)->translates==NULL)
+   {
+       ap_snprintf(fnmuser,sizeof(fnmuser),lngtxt(935),usernum);
+       user(usernum)->translates=loadlist(fnmuser,user(usernum)->translates);
+   }
+#endif
+#ifdef TRAFFICLOG
+   pcontext;
+   if(user(usernum)->trafficlog!=NULL)
+   {
+       fclose(user(usernum)->trafficlog);
+   }
+   ap_snprintf(buf,sizeof(buf),lngtxt(936),usernum);
+   user(usernum)->trafficlog=fopen(buf,"a");
+#endif
+#ifdef SCRIPTING
+   loadscript(usernum);
+#endif
+   return 0x0;
+}
+
+
+/* this writes a user info to the bounce inifile */
+
+int writeuser(int usern)
+{
+    char iset[8];
+    char fname[20];
+    char buf[100];
+    ap_snprintf(fname,sizeof(fname),lngtxt(937),usern);
+    writeini("USER","NICK",fname,user(usern)->nick);
+    writeini("USER",lngtxt(938),fname,user(usern)->login);
+    writeini("USER","USER",fname,user(usern)->user);
+    if(*user(usern)->pass!='=')
+    {
+	strcpy(buf,slt1);
+	strcat(buf,slt2);
+	ap_snprintf(user(usern)->pass,sizeof(user(usern)->pass),"=%s",BLOW_stringencrypt(buf,user(usern)->pass));
+    }
+    writeini("USER","PASS",fname,user(usern)->pass);
+    writeini("USER",lngtxt(939),fname,user(usern)->vhost);
+    writeini("USER",lngtxt(940),fname,user(usern)->proxy);
+    writeini("USER","AWAY",fname,user(usern)->away);
+    writeini("USER",lngtxt(941),fname,user(usern)->leavemsg);
+    writeini("USER",lngtxt(942),fname,user(usern)->awaynick);
+    writeini("USER",lngtxt(943),fname,user(usern)->network);
+    ap_snprintf(iset,sizeof(iset),"%d",user(usern)->rights);
+    writeini("USER",lngtxt(944),fname,iset);
+    ap_snprintf(iset,sizeof(iset),"%d",user(usern)->vlink);
+    writeini("USER",lngtxt(945),fname,iset);
+    ap_snprintf(iset,sizeof(iset),"%d",user(usern)->pport);
+    writeini("USER",lngtxt(946),fname,iset);
+    ap_snprintf(iset,sizeof(iset),"%d",user(usern)->parent);
+    writeini("USER",lngtxt(947),fname,iset);
+    ap_snprintf(iset,sizeof(iset),"%d",user(usern)->quitted);
+    writeini("USER",lngtxt(948),fname,iset);
+    ap_snprintf(iset,sizeof(iset),"%d",user(usern)->dccenabled);
+    writeini("USER",lngtxt(949),fname,iset);
+    ap_snprintf(iset,sizeof(iset),"%d",user(usern)->autogetdcc);
+    writeini("USER",lngtxt(950),fname,iset);
+    ap_snprintf(iset,sizeof(iset),"%d",user(usern)->antiidle);
+    writeini("USER",lngtxt(951),fname,iset);
+    ap_snprintf(iset,sizeof(iset),"%d",user(usern)->leavequit);
+    writeini("USER",lngtxt(952),fname,iset);
+    ap_snprintf(iset,sizeof(iset),"%d",user(usern)->autorejoin);
+    writeini("USER",lngtxt(953),fname,iset);
+    ap_snprintf(iset,sizeof(iset),"%d",user(usern)->sysmsg);
+    writeini("USER",lngtxt(954),fname,iset);
+    ap_snprintf(iset,sizeof(iset),"%d",user(usern)->lastlog);
+    writeini("USER",lngtxt(955),fname,iset);
+    writeini("USER",lngtxt(956),fname,NULL); /* erasing lastwhois */
+#ifdef HAVE_SSL
+    writeini("USER","CERT",fname,cryptit(user(usern)->cert));
+#endif
+    flushconfig();
+    return 0x0;
+}
+
+/* this writes a link info to the link inifile */
+
+int writelink(int linkn)
+{
+    char iset[8];
+    char fname[20];
+    char lname[20];
+    ap_snprintf(fname,sizeof(fname),"%s",lngtxt(958));
+    ap_snprintf(lname,sizeof(lname),lngtxt(959),linkn);
+    ap_snprintf(iset,sizeof(iset),"%d",datalink(linkn)->type);
+    writeini(lname,"TYPE",fname,iset);
+    ap_snprintf(iset,sizeof(iset),"%d",datalink(linkn)->port);
+    writeini(lname,"PORT",fname,iset);
+    writeini(lname,"NAME",fname,datalink(linkn)->name);
+    writeini(lname,"IAM",fname,datalink(linkn)->iam);
+    writeini(lname,"HOST",fname,datalink(linkn)->host);
+    writeini(lname,"PASS",fname,cryptit(datalink(linkn)->pass));
+    ap_snprintf(iset,sizeof(iset),"%d",datalink(linkn)->allowrelay);
+    writeini(lname,lngtxt(960),fname,iset);
+    flushconfig();
+    return 0x0;
+}
+
+/* erase a link entry */
+
+int eraselinkini(int linkn)
+{
+    char fname[20];
+    char lname[20];
+    ap_snprintf(fname,sizeof(fname),"%s",lngtxt(961));
+    ap_snprintf(lname,sizeof(lname),lngtxt(962),linkn);
+    writeini(lname,"TYPE",fname,NULL);
+    writeini(lname,"PORT",fname,NULL);
+    writeini(lname,"NAME",fname,NULL);
+    writeini(lname,"IAM",fname,NULL);
+    writeini(lname,"HOST",fname,NULL);
+    writeini(lname,"PASS",fname,NULL);
+    writeini(lname,lngtxt(963),fname,NULL);
+    flushconfig();
+    return 0x0;
+}
+
+/* load all user structures */
+
+int loadusers(void)
+{
+   struct usernodes *th;    
+   int curuser;
+   pcontext;
+   curuser = 1;
+   p_log(LOG_INFO,-1,lngtxt(964));
+   while (curuser <= MAX_USER) 
+   {
+       loaduser(curuser);
+       curuser++;
+   }
+   if (nousers) p_log(LOG_WARNING,-1,lngtxt(965));
+   th=usernode;
+   while (th!=NULL) 
+   {
+       curuser=th->uid;
+       checkparents(curuser);
+       th=th->next;
+   }
+   return 0x0;
+}
+
+/* load a special link */
+
+int loadlink(int linkn)
+{
+    int rc;
+    char lname[20];
+    char lfile[]="LINKS";
+    if (datalink(linkn)->type==LI_RELAY) return 0x0; /* not resetting dynamic links */
+    if (datalink(linkn)->outstate==STD_CONN) {
+        p_log(LOG_WARNING,-1,lngtxt(966),datalink(linkn)->host,datalink(linkn)->port);
+	killsocket(datalink(linkn)->outsock);
+    }
+    if (datalink(linkn)->instate==STD_CONN) {
+        p_log(LOG_WARNING,-1,lngtxt(967),datalink(linkn)->host,datalink(linkn)->port);
+	killsocket(datalink(linkn)->insock);
+    }
+    ap_snprintf(lname,sizeof(lname),lngtxt(968),linkn);
+    rc=getini(lname,"TYPE",lfile);
+    clearlink(linkn);
+    if (rc!=0) 
+	return 0x0;
+    D_CREATE=1;
+    datalink(linkn)->type=atoi(value);
+    rc=getini(lname,"HOST",lfile);
+    if (rc!=0) memset(value,0x0,sizeof(value));
+    strmncpy(datalink(linkn)->host,value,sizeof(datalink(linkn)->host));
+    rc=getini(lname,"PORT",lfile);
+    if (rc!=0)
+	datalink(linkn)->port=0;
+    else
+	datalink(linkn)->port=atoi(value);
+    rc=getini(lname,lngtxt(969),lfile);
+    if (rc!=0)
+	datalink(linkn)->allowrelay=0;
+    else
+	datalink(linkn)->allowrelay=atoi(value);
+    rc=getini(lname,"PASS",lfile);
+    strmncpy(datalink(linkn)->pass,decryptit(value),sizeof(datalink(linkn)->pass));
+    rc=getini(lname,"NAME",lfile);
+    if (rc!=0) memset(value,0x0,sizeof(value));
+    strmncpy(datalink(linkn)->name,value,sizeof(datalink(linkn)->name));
+    rc=getini(lname,"IAM",lfile);
+    if (rc!=0) value[0]=0;
+    strmncpy(datalink(linkn)->iam,value,sizeof(datalink(linkn)->iam));
+    datalink(linkn)->instate=STD_NOCON;
+    datalink(linkn)->outstate=STD_NOCON;
+    datalink(linkn)->delayed=1;
+    return 0x0;
+}
+
+/* load all links */
+
+int loadlinks()
+{
+    int i=1;
+    pcontext;
+    while (i<=MAXCONN)
+    {
+	loadlink(i);
+	i++;
+    }
+    return 0x0;
+}
+
+/* check if user exists, returns number of userrecord or 0 if not existant */
+
+int checkuser(char *nick)
+{
+    struct usernodes *th;
+    int uind;
+    char *pt;
+    th=usernode;
+    while (th!=NULL)
+    {
+	uind=th->uid;
+	if (strlen(user(uind)->login) == strlen(nick)) {
+	    pt=strstr(user(uind)->login,nick);
+	    if (pt != NULL) {
+	       if (user(uind)->parent!=0) uind=user(uind)->parent;
+	       return uind;
+	    }
+	}
+	th=th->next;
+    }
+    return 0x0;
+}
+
blob - /dev/null
blob + f64abdcdbddd0d9d595b5a2b147a0f0ee1a2e61a (mode 644)
--- /dev/null
+++ src/p_version.h
@@ -0,0 +1,78 @@
+#define APPNAME "psyBNC"
+#define APPVER "2.4-BETA1"
+
+#ifdef P_MAIN
+
+static char ver[70];
+
+char *buildversion()
+{
+    strcpy(ver,APPNAME);
+    strcat(ver,APPVER);
+    strcat(ver,"-");
+#ifdef CRYPT
+    strcat(ver,"c");
+#endif
+#ifdef BLOWFISH
+    strcat(ver,"B");
+#endif
+#ifdef IDEA
+    strcat(ver,"I");
+#endif
+#ifdef TRANSLATE
+    strcat(ver,"t");
+#endif
+#ifdef INTNET
+    strcat(ver,"I");
+#endif
+#ifdef PARTYCHAN
+    strcat(ver,"P");
+#endif
+#ifdef TRAFFICLOG
+    strcat(ver,"T");
+#endif
+#ifdef LINKAGE
+    strcat(ver,"L");
+#endif
+#ifdef DCCFILES
+    strcat(ver,"d");
+#endif
+#ifdef DCCCHAT
+    strcat(ver,"D");
+#endif
+#ifdef MULTIUSER
+    strcat(ver,"M");
+#endif
+#ifdef SCRIPTING
+    strcat(ver,"S");
+#endif
+#if defined(OIDENTD) && !defined(OIDENTD_DETAIL)
+    strcat(ver,"o");
+#endif
+#ifdef OIDENTD_DETAIL
+    strcat(ver,"O");
+#endif
+#ifdef SHAREBANS
+    strcat(ver,"s");
+#endif
+#ifdef NETWORK
+    strcat(ver,"N");
+#endif
+#ifdef PROXYS
+    strcat(ver,"p");
+#endif
+#ifdef ANONYMOUS
+    strcat(ver,"A");
+#endif
+#ifdef DYNAMIC
+    strcat(ver,"D");
+#endif
+#ifdef HAVE_SSL
+    strcat(ver,"E");
+#endif
+#ifdef MYSQL_IPCHECK
+    strcat(ver,"m");
+#endif
+    return ver;
+}
+#endif
blob - /dev/null
blob + 12e1ac00bd64594bdc1b397e2f622dce2d728b07 (mode 644)
--- /dev/null
+++ src/psybnc.c
@@ -0,0 +1,316 @@
+/************************************************************************
+ *   psybnc, src/psybnc.c
+ *   Copyright (C) 2003 the most psychoid  and
+ *                           the cool lam3rz IRC Group, IRCnet
+ *			     http://www.psychoid.lam3rz.de
+ *
+ *            .-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-.
+ *             ,----.,----.,-.  ,-.,---.,--. ,-.,----.
+ *             |  O ||  ,-' \ \/ / | o ||   \| || ,--'
+ *             |  _/ _\  \   \  /  | o< | |\   || |__
+ *             |_|  |____/   |__|  |___||_|  \_| \___|
+ *                    Version 2.3.2 (c) 1999-2003
+ *                            the most psychoid
+ *                    and the cool lam3rz Group IRCnet
+ *
+ *            `-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=tCl=-'
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#define P_MAIN
+
+#include <p_global.h>
+#include <p_data.h>
+
+int slice=0;
+
+#ifdef HAVE_SSL
+
+void initSSL()
+{
+    SSL_load_error_strings();
+    OpenSSL_add_ssl_algorithms();
+    srvctx=SSL_CTX_new(SSLv23_server_method());
+    /* setting up the server context */
+    if(srvctx==NULL)
+    {
+        p_log(LOG_ERROR,-1,lngtxt(970));
+	exit(0x1);
+    }
+    if (SSL_CTX_use_certificate_file(srvctx, SSLCERT, SSL_FILETYPE_PEM) <= 0)
+    {
+	p_log(LOG_ERROR,-1,lngtxt(971), SSLCERT);
+	exit(0x1);
+    }
+    if (SSL_CTX_use_PrivateKey_file(srvctx, SSLKEY, SSL_FILETYPE_PEM) <= 0)
+    {
+	p_log(LOG_ERROR,-1,lngtxt(972), SSLKEY);
+	exit(0x1);
+    }
+    if (!SSL_CTX_check_private_key(srvctx))
+    {
+    	p_log(LOG_ERROR,-1,lngtxt(973));
+    	exit(0x1);
+    }
+    /* create client context */
+    clnctx=SSL_CTX_new(SSLv23_client_method());
+    if(clnctx==NULL)
+    {
+	p_log(LOG_ERROR,-1,lngtxt(974));
+	exit(0x1);
+    }
+    if (SSL_CTX_use_certificate_file(clnctx, SSLCERT, SSL_FILETYPE_PEM) <= 0)
+    {
+	p_log(LOG_ERROR,-1,lngtxt(975), SSLCERT);
+	exit(3);
+    }
+    if (SSL_CTX_use_PrivateKey_file(clnctx, SSLKEY, SSL_FILETYPE_PEM) <= 0)
+    {
+    	p_log(LOG_ERROR,-1,lngtxt(976), SSLKEY);
+    	exit(4);
+    }
+    if (!SSL_CTX_check_private_key(clnctx))
+    {
+	p_log(LOG_ERROR,-1,lngtxt(977));
+	exit(5);
+    }
+    p_log(LOG_INFO,-1,lngtxt(978));
+    return;
+}
+
+#endif
+
+/* alarm-loop */
+
+int bncalarm(void)
+{
+    slice++;
+    delayinc=1;
+//    if(slice==1)
+//	checkclients(); /* Moved to bncmain for faster connects */
+//    else 
+    if(slice==2)
+        checklinks();
+    else 
+    if(slice==3)
+    { 
+	checkdccs();
+#ifdef TRANSLATE
+	cleartranslates();
+#endif
+	checkdcctimeouts();
+	slice=0;
+    }
+    return 0x0;
+    /* return */
+}
+
+/* main bounce-loop */
+
+int bncmain(void) {
+   unsigned long em=0;
+   delayinc=1;
+   while(1)
+   {
+       checkclients();
+       em+=socketdriver();
+       if(em>=5)
+       {
+	   em=0;
+           bncalarm();
+       }
+       checkstonednick();
+   }
+   return 0x0; /* i wonder how often we get here */
+}
+
+/* printing the banner */
+
+int printbanner(void)
+{
+   int i;
+   for(i=979;i<990;i++)
+   {
+       fprintf(stdout,"%s",lngtxt(i));
+       if(i==984)
+           fprintf(stdout,"%s", APPVER);
+   }
+   if(getuid()==0)
+       fprintf(stdout, "%s", lngtxt(990));
+   fflush(stdout);
+   return 0x0;
+}
+
+/* installation loop */
+
+int
+main (int argc, char **argv)
+{
+  int rc;
+  char *pt;
+  char *bversion;
+  FILE *pidfile,*conffile;
+  if(argc==2)
+  {
+      strmncpy(configfile,argv[1],sizeof(configfile));
+  } else {
+      strcpy(configfile,"psybnc.conf");  /* rcsid */
+  }
+  conffile=fopen(configfile,"r");
+  if(conffile==NULL)
+  {
+     printf("Configuration File %s not found, aborting\nRun 'make menuconfig' for creating a configuration or create the file manually.\n",configfile); /* rcsid */
+     exit (0x0);
+  }
+  fclose(conffile);
+  readconfig();
+  rc = getini("SYSTEM","LANGUAGE",INIFILE);  /* rcsid */
+  if(rc!=0)
+  {
+      rc=loadlanguage("english");  /* rcsid */
+  } else {
+      rc=loadlanguage(value);  
+      if(rc<0)
+          rc=loadlanguage("english");  /* rcsid */
+  }
+  if(rc<0)
+  {
+      printf("Could not load language file, aborting.\n");  /* rcsid */
+      exit(0x0);	  
+  }
+  printbanner();
+  printf(lngtxt(991),configfile);
+  printf(lngtxt(992),langname);
+  ap_snprintf(logfile,sizeof(logfile),lngtxt(993));
+  rc = getini(lngtxt(994),lngtxt(995),INIFILE);
+  if (rc != 0) {
+     printf("%s", lngtxt(996));
+     exit (0x0);
+  }
+  listenport = atoi(value);
+  rc = getini(lngtxt(997),"ME",INIFILE);
+  if (rc < 0) {
+     memset(value,0x0,sizeof(value));       
+  }
+  pt=strchr(value,' '); /* shortening bouncername to no spaces */
+  if(pt)
+      *pt=0;
+  ap_snprintf(me,sizeof(me),"%s",value);
+  rc = getini(lngtxt(998),lngtxt(999),INIFILE);
+  if (rc < 0) {
+     printf("%s", lngtxt(1000));
+     ap_snprintf(value,sizeof(value),lngtxt(1001));
+  }
+  ap_snprintf(logfile,sizeof(logfile),"%s",value);
+  oldfile(logfile);
+  /* creating the socket-root */
+  socketnode=(struct socketnodes *) pmalloc(sizeof(struct usernodes));
+  socketnode->sock=NULL;
+  socketnode->next=NULL;
+
+  #ifdef IPV6
+  /* set the default ipv6 preference for users without a PREFERIPV6 setting */
+  rc = getini("SYSTEM", "DEFAULTIPV6", INIFILE);
+  if (rc == 0)
+  {
+     defaultipv6 = atoi(value);
+  }
+  #endif
+
+  /* creating the demon socket */
+  rc = createlisteners();
+  if (rc == 0) {
+    printf("%s", lngtxt(1002));
+    exit (0x0);
+  }
+  /* creating background */
+  pidfile = fopen(lngtxt(1003),"w");
+  if(pidfile==NULL)
+  {
+      printf("%s", lngtxt(1004));
+      exit(0x0);
+  }
+  if(mainlog!=NULL)
+  {
+      fclose(mainlog);
+      mainlog=NULL;
+  }
+  fflush(stdout);
+  
+
+  pid = fork();
+  //pid = 0;
+  if (pid < 0) {
+  
+  }
+  if (pid == 0) {
+     rc= errorhandling();
+     makesalt();
+
+#ifdef HAVE_SSL
+     initSSL();
+     pcontext;
+#endif
+     U_CREATE=0;
+#ifdef PARTYCHANNEL
+     /* partychannel setup */
+     strmncpy(partytopic,lngtxt(1005),sizeof(partytopic));
+     partyusers=NULL;
+#endif
+     /* creating the usernode-root */
+     usernode=(struct usernodes *) pmalloc(sizeof(struct usernodes));
+     usernode->uid=0;
+     usernode->user=NULL;
+     usernode->next=NULL;
+     /* creating the newpeer-root */
+     peernode=(struct peernodes *) pmalloc(sizeof(struct peernodes));
+     peernode->uid=0;
+     peernode->peer=NULL;
+     peernode->next=NULL;
+     /* creating the datalink-root */
+     linknode=(struct linknodes *) pmalloc(sizeof(struct linknodes));
+     linknode->uid=0;
+     linknode->link=NULL;
+     linknode->next=NULL;
+     /* loading the users */
+     loadusers();
+     loadlinks();
+     pcontext;
+     /* loading the hostallows */
+     hostallows=loadlist(lngtxt(1006),hostallows);
+  }
+  pcontext;
+  if (pid) {
+     bversion=buildversion();
+     printf(lngtxt(1007),bversion,pid);
+     p_log(LOG_INFO,-1,lngtxt(1008),bversion,pid);
+     fprintf( pidfile,"%d\n",pid);
+     fclose(pidfile);
+     exit (0x0);
+  }  
+  pcontext;
+//#ifndef BLOCKDNS
+//  if(init_dns_core()==0)
+//  {
+//     dns_err(0,1);
+//  }
+//#endif
+
+  p_dns_init();
+  bncmain();
+  return 0x0;
+}
+
blob - /dev/null
blob + 06693aeee98546ee0fd2db5fe9b4cf76d6f99f7f (mode 644)
--- /dev/null
+++ src/snprintf.c
@@ -0,0 +1,1115 @@
+/*
+ * changed slightly for the use in psyBNC 2.2.1 by psychoid
+ * changed a little bit more for 2.2.2. We always use this
+ * in psybnc now, but without any support of %n or %p. Hope
+ * you love the fact no format bugs can be exploited, even if you
+ * are able to bypass the formatstring-filter which is
+ * built into psybnc since version 1.1 :)
+ */
+/* ====================================================================
+ * Copyright (c) 1995-1999 The Apache Group.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the Apache Group
+ *    for use in the Apache HTTP server project (http://www.apache.org/)."
+ *
+ * 4. The names "Apache Server" and "Apache Group" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    apache@apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache"
+ *    nor may "Apache" appear in their names without prior written
+ *    permission of the Apache Group.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the Apache Group
+ *    for use in the Apache HTTP server project (http://www.apache.org/)."
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE APACHE GROUP OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Group and was originally based
+ * on public domain software written at the National Center for
+ * Supercomputing Applications, University of Illinois, Urbana-Champaign.
+ * For more information on the Apache Group and the Apache HTTP server
+ * project, please see <http://www.apache.org/>.
+ *
+ * This code is based on, and used with the permission of, the
+ * SIO stdio-replacement strx_* functions by Panos Tsirigotis
+ * <panos@alumni.cs.colorado.edu> for xinetd.
+ */
+
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netdb.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <sys/time.h>
+#include <netinet/in.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <signal.h>
+#include <setjmp.h>
+#include <errno.h>
+#include <stdarg.h>
+#include <math.h>
+
+#ifndef LONG_MAX
+#define LONG_MAX 2147483647L
+#endif
+
+#ifndef ULONG_MAX
+#define ULONG_MAX 4294967295UL
+#endif
+
+typedef enum {
+    NO = 0, YES = 1
+} boolean_e;
+
+#ifndef FALSE
+#define FALSE			0
+#endif
+#ifndef TRUE
+#define TRUE			1
+#endif
+#ifndef AP_LONGEST_LONG
+#define AP_LONGEST_LONG		long
+#endif
+#define NUL			'\0'
+#define WIDE_INT		long
+#define WIDEST_INT		AP_LONGEST_LONG
+
+#define ap_isalnum(c) (isalnum(((unsigned char)(c))))
+#define ap_isalpha(c) (isalpha(((unsigned char)(c))))
+#define ap_iscntrl(c) (iscntrl(((unsigned char)(c))))
+#define ap_isdigit(c) (isdigit(((unsigned char)(c))))
+#define ap_isgraph(c) (isgraph(((unsigned char)(c))))
+#define ap_islower(c) (islower(((unsigned char)(c))))
+#define ap_isprint(c) (isprint(((unsigned char)(c))))
+#define ap_ispunct(c) (ispunct(((unsigned char)(c))))
+#define ap_isspace(c) (isspace(((unsigned char)(c))))
+#define ap_isupper(c) (isupper(((unsigned char)(c))))
+#define ap_isxdigit(c) (isxdigit(((unsigned char)(c))))
+#define ap_tolower(c) (tolower(((unsigned char)(c))))
+#define ap_toupper(c) (toupper(((unsigned char)(c))))
+
+typedef WIDE_INT wide_int;
+typedef unsigned WIDE_INT u_wide_int;
+typedef WIDEST_INT widest_int;
+#ifdef __TANDEM
+/* Although Tandem supports "long long" there is no unsigned variant. */
+typedef unsigned long       u_widest_int;
+#else
+typedef unsigned WIDEST_INT u_widest_int;
+#endif
+typedef int bool_int;
+
+typedef struct {
+    char *curpos;
+    char *endpos;
+} ap_vformatter_buff;
+
+#define S_NULL			"(null)"
+#define S_NULL_LEN		6
+
+#define FLOAT_DIGITS		6
+#define EXPONENT_LENGTH		10
+
+/*
+ * NUM_BUF_SIZE is the size of the buffer used for arithmetic conversions
+ *
+ * XXX: this is a magic number; do not decrease it
+ */
+#define NUM_BUF_SIZE		512
+
+/*
+ * cvt.c - IEEE floating point formatting routines for FreeBSD
+ * from GNU libc-4.6.27.  Modified to be thread safe.
+ */
+
+/*
+ *    ap_ecvt converts to decimal
+ *      the number of digits is specified by ndigit
+ *      decpt is set to the position of the decimal point
+ *      sign is set to 0 for positive, 1 for negative
+ */
+
+#define	NDIG	80
+
+/* buf must have at least NDIG bytes */
+static char *ap_cvt(double arg, int ndigits, int *decpt, int *sign, int eflag, char *buf)
+{
+    register int r2;
+    double fi, fj;
+    register char *p, *p1;
+    
+    if (ndigits >= NDIG - 1)
+	ndigits = NDIG - 2;
+    r2 = 0;
+    *sign = 0;
+    p = &buf[0];
+    if (arg < 0) {
+	*sign = 1;
+	arg = -arg;
+    }
+    arg = modf(arg, &fi);
+    p1 = &buf[NDIG];
+    /*
+     * Do integer part
+     */
+    if (fi != 0) {
+	p1 = &buf[NDIG];
+	while (fi != 0) {
+	    fj = modf(fi / 10, &fi);
+	    *--p1 = (int) ((fj + .03) * 10) + '0';
+	    r2++;
+	}
+	while (p1 < &buf[NDIG])
+	    *p++ = *p1++;
+    }
+    else if (arg > 0) {
+	while ((fj = arg * 10) < 1) {
+	    arg = fj;
+	    r2--;
+	}
+    }
+    p1 = &buf[ndigits];
+    if (eflag == 0)
+	p1 += r2;
+    *decpt = r2;
+    if (p1 < &buf[0]) {
+	buf[0] = '\0';
+	return (buf);
+    }
+    while (p <= p1 && p < &buf[NDIG]) {
+	arg *= 10;
+	arg = modf(arg, &fj);
+	*p++ = (int) fj + '0';
+    }
+    if (p1 >= &buf[NDIG]) {
+	buf[NDIG - 1] = '\0';
+	return (buf);
+    }
+    p = p1;
+    *p1 += 5;
+    while (*p1 > '9') {
+	*p1 = '0';
+	if (p1 > buf)
+	    ++ * --p1;
+	else {
+	    *p1 = '1';
+	    (*decpt)++;
+	    if (eflag == 0) {
+		if (p > buf)
+		    *p = '0';
+		p++;
+	    }
+	}
+    }
+    *p = '\0';
+    return (buf);
+}
+
+static char *ap_ecvt(double arg, int ndigits, int *decpt, int *sign, char *buf)
+{
+    return (ap_cvt(arg, ndigits, decpt, sign, 1, buf));
+}
+
+static char *ap_fcvt(double arg, int ndigits, int *decpt, int *sign, char *buf)
+{
+    return (ap_cvt(arg, ndigits, decpt, sign, 0, buf));
+}
+
+/*
+ * ap_gcvt  - Floating output conversion to
+ * minimal length string
+ */
+
+static char *ap_gcvt(double number, int ndigit, char *buf, boolean_e altform)
+{
+    int sign, decpt;
+    register char *p1, *p2;
+    register int i;
+    char buf1[NDIG];
+
+    p1 = ap_ecvt(number, ndigit, &decpt, &sign, buf1);
+    p2 = buf;
+    if (sign)
+	*p2++ = '-';
+    for (i = ndigit - 1; i > 0 && p1[i] == '0'; i--)
+	ndigit--;
+    if ((decpt >= 0 && decpt - ndigit > 4)
+	|| (decpt < 0 && decpt < -3)) {		/* use E-style */
+	decpt--;
+	*p2++ = *p1++;
+	*p2++ = '.';
+	for (i = 1; i < ndigit; i++)
+	    *p2++ = *p1++;
+	*p2++ = 'e';
+	if (decpt < 0) {
+	    decpt = -decpt;
+	    *p2++ = '-';
+	}
+	else
+	    *p2++ = '+';
+	if (decpt / 100 > 0)
+	    *p2++ = decpt / 100 + '0';
+	if (decpt / 10 > 0)
+	    *p2++ = (decpt % 100) / 10 + '0';
+	*p2++ = decpt % 10 + '0';
+    }
+    else {
+	if (decpt <= 0) {
+	    if (*p1 != '0')
+		*p2++ = '.';
+	    while (decpt < 0) {
+		decpt++;
+		*p2++ = '0';
+	    }
+	}
+	for (i = 1; i <= ndigit; i++) {
+	    *p2++ = *p1++;
+	    if (i == decpt)
+		*p2++ = '.';
+	}
+	if (ndigit < decpt) {
+	    while (ndigit++ < decpt)
+		*p2++ = '0';
+	    *p2++ = '.';
+	}
+    }
+    if (p2[-1] == '.' && !altform)
+	p2--;
+    *p2 = '\0';
+    return (buf);
+}
+
+/*
+ * The INS_CHAR macro inserts a character in the buffer and writes
+ * the buffer back to disk if necessary
+ * It uses the char pointers sp and bep:
+ *      sp points to the next available character in the buffer
+ *      bep points to the end-of-buffer+1
+ * While using this macro, note that the nextb pointer is NOT updated.
+ *
+ * NOTE: Evaluation of the c argument should not have any side-effects
+ */
+#define INS_CHAR(c, sp, bep, cc)				\
+	    {							\
+		if (sp >= bep) {				\
+		    vbuff->curpos = sp;                         \
+		    if (flush_func(vbuff))			\
+			return -1;				\
+		    sp = vbuff->curpos;				\
+		    bep = vbuff->endpos;			\
+		} 						\
+		*sp++ = (c);					\
+		cc++; 						\
+	    }
+
+#define NUM( c )			( c - '0' )
+
+#define STR_TO_DEC( str, num )		\
+    num = NUM( *str++ ) ;		\
+    while ( ap_isdigit( *str ) )		\
+    {					\
+	num *= 10 ;			\
+	num += NUM( *str++ ) ;		\
+    }
+
+/*
+ * This macro does zero padding so that the precision
+ * requirement is satisfied. The padding is done by
+ * adding '0's to the left of the string that is going
+ * to be printed.
+ */
+#define FIX_PRECISION( adjust, precision, s, s_len )	\
+    if ( adjust )					\
+	while ( s_len < precision )			\
+	{						\
+	    *--s = '0' ;				\
+	    s_len++ ;					\
+	}
+
+/*
+ * Macro that does padding. The padding is done by printing
+ * the character ch.
+ */
+#define PAD( width, len, ch )	do		\
+	{					\
+	    INS_CHAR( ch, sp, bep, cc ) ;	\
+	    width-- ;				\
+	}					\
+	while ( width > len )
+
+/*
+ * Prefix the character ch to the string str
+ * Increase length
+ * Set the has_prefix flag
+ */
+#define PREFIX( str, length, ch )	 *--str = ch ; length++ ; has_prefix = YES
+
+
+/*
+ * Convert num to its decimal format.
+ * Return value:
+ *   - a pointer to a string containing the number (no sign)
+ *   - len contains the length of the string
+ *   - is_negative is set to TRUE or FALSE depending on the sign
+ *     of the number (always set to FALSE if is_unsigned is TRUE)
+ *
+ * The caller provides a buffer for the string: that is the buf_end argument
+ * which is a pointer to the END of the buffer + 1 (i.e. if the buffer
+ * is declared as buf[ 100 ], buf_end should be &buf[ 100 ])
+ *
+ * Note: we have 2 versions. One is used when we need to use quads
+ * (conv_10_quad), the other when we don't (conv_10). We're assuming the
+ * latter is faster.
+ */
+static char *conv_10(register wide_int num, register bool_int is_unsigned,
+		     register bool_int *is_negative, char *buf_end,
+		     register int *len)
+{
+    register char *p = buf_end;
+    register u_wide_int magnitude;
+
+    if (is_unsigned) {
+	magnitude = (u_wide_int) num;
+	*is_negative = FALSE;
+    }
+    else {
+	*is_negative = (num < 0);
+
+	/*
+	 * On a 2's complement machine, negating the most negative integer 
+	 * results in a number that cannot be represented as a signed integer.
+	 * Here is what we do to obtain the number's magnitude:
+	 *      a. add 1 to the number
+	 *      b. negate it (becomes positive)
+	 *      c. convert it to unsigned
+	 *      d. add 1
+	 */
+	if (*is_negative) {
+	    wide_int t = num + 1;
+
+	    magnitude = ((u_wide_int) -t) + 1;
+	}
+	else
+	    magnitude = (u_wide_int) num;
+    }
+
+    /*
+     * We use a do-while loop so that we write at least 1 digit 
+     */
+    do {
+	register u_wide_int new_magnitude = magnitude / 10;
+
+	*--p = (char) (magnitude - new_magnitude * 10 + '0');
+	magnitude = new_magnitude;
+    }
+    while (magnitude);
+
+    *len = buf_end - p;
+    return (p);
+}
+
+static char *conv_10_quad(widest_int num, register bool_int is_unsigned,
+		     register bool_int *is_negative, char *buf_end,
+		     register int *len)
+{
+    register char *p = buf_end;
+    u_widest_int magnitude;
+
+    /*
+     * We see if we can use the faster non-quad version by checking the
+     * number against the largest long value it can be. If <=, we
+     * punt to the quicker version.
+     */
+    if ((num <= ULONG_MAX && is_unsigned) || (num <= LONG_MAX && !is_unsigned))
+    	return(conv_10( (wide_int)num, is_unsigned, is_negative,
+	       buf_end, len));
+
+    if (is_unsigned) {
+	magnitude = (u_widest_int) num;
+	*is_negative = FALSE;
+    }
+    else {
+	*is_negative = (num < 0);
+
+	/*
+	 * On a 2's complement machine, negating the most negative integer 
+	 * results in a number that cannot be represented as a signed integer.
+	 * Here is what we do to obtain the number's magnitude:
+	 *      a. add 1 to the number
+	 *      b. negate it (becomes positive)
+	 *      c. convert it to unsigned
+	 *      d. add 1
+	 */
+	if (*is_negative) {
+	    widest_int t = num + 1;
+
+	    magnitude = ((u_widest_int) -t) + 1;
+	}
+	else
+	    magnitude = (u_widest_int) num;
+    }
+
+    /*
+     * We use a do-while loop so that we write at least 1 digit 
+     */
+    do {
+	u_widest_int new_magnitude = magnitude / 10;
+
+	*--p = (char) (magnitude - new_magnitude * 10 + '0');
+	magnitude = new_magnitude;
+    }
+    while (magnitude);
+
+    *len = buf_end - p;
+    return (p);
+}
+
+/*
+ * Convert a floating point number to a string formats 'f', 'e' or 'E'.
+ * The result is placed in buf, and len denotes the length of the string
+ * The sign is returned in the is_negative argument (and is not placed
+ * in buf).
+ */
+static char *conv_fp(register char format, register double num,
+    boolean_e add_dp, int precision, bool_int *is_negative,
+    char *buf, int *len)
+{
+    register char *s = buf;
+    register char *p;
+    int decimal_point;
+    char buf1[NDIG];
+
+    if (format == 'f')
+	p = ap_fcvt(num, precision, &decimal_point, is_negative, buf1);
+    else			/* either e or E format */
+	p = ap_ecvt(num, precision + 1, &decimal_point, is_negative, buf1);
+
+    /*
+     * Check for Infinity and NaN
+     */
+    if (ap_isalpha(*p)) {
+	*len = strlen(strcpy(buf, p));
+	*is_negative = FALSE;
+	return (buf);
+    }
+
+    if (format == 'f') {
+	if (decimal_point <= 0) {
+	    *s++ = '0';
+	    if (precision > 0) {
+		*s++ = '.';
+		while (decimal_point++ < 0)
+		    *s++ = '0';
+	    }
+	    else if (add_dp)
+		*s++ = '.';
+	}
+	else {
+	    while (decimal_point-- > 0)
+		*s++ = *p++;
+	    if (precision > 0 || add_dp)
+		*s++ = '.';
+	}
+    }
+    else {
+	*s++ = *p++;
+	if (precision > 0 || add_dp)
+	    *s++ = '.';
+    }
+
+    /*
+     * copy the rest of p, the NUL is NOT copied
+     */
+    while (*p)
+	*s++ = *p++;
+
+    if (format != 'f') {
+	char temp[EXPONENT_LENGTH];	/* for exponent conversion */
+	int t_len;
+	bool_int exponent_is_negative;
+
+	*s++ = format;		/* either e or E */
+	decimal_point--;
+	if (decimal_point != 0) {
+	    p = conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative,
+			&temp[EXPONENT_LENGTH], &t_len);
+	    *s++ = exponent_is_negative ? '-' : '+';
+
+	    /*
+	     * Make sure the exponent has at least 2 digits
+	     */
+	    if (t_len == 1)
+		*s++ = '0';
+	    while (t_len--)
+		*s++ = *p++;
+	}
+	else {
+	    *s++ = '+';
+	    *s++ = '0';
+	    *s++ = '0';
+	}
+    }
+
+    *len = s - buf;
+    return (buf);
+}
+
+
+/*
+ * Convert num to a base X number where X is a power of 2. nbits determines X.
+ * For example, if nbits is 3, we do base 8 conversion
+ * Return value:
+ *      a pointer to a string containing the number
+ *
+ * The caller provides a buffer for the string: that is the buf_end argument
+ * which is a pointer to the END of the buffer + 1 (i.e. if the buffer
+ * is declared as buf[ 100 ], buf_end should be &buf[ 100 ])
+ *
+ * As with conv_10, we have a faster version which is used when
+ * the number isn't quad size.
+ */
+static char *conv_p2(register u_wide_int num, register int nbits,
+		     char format, char *buf_end, register int *len)
+{
+    register int mask = (1 << nbits) - 1;
+    register char *p = buf_end;
+    static const char low_digits[] = "0123456789abcdef";
+    static const char upper_digits[] = "0123456789ABCDEF";
+    register const char *digits = (format == 'X') ? upper_digits : low_digits;
+
+    do {
+	*--p = digits[num & mask];
+	num >>= nbits;
+    }
+    while (num);
+
+    *len = buf_end - p;
+    return (p);
+}
+
+static char *conv_p2_quad(u_widest_int num, register int nbits,
+		     char format, char *buf_end, register int *len)
+{
+    register int mask = (1 << nbits) - 1;
+    register char *p = buf_end;
+    static const char low_digits[] = "0123456789abcdef";
+    static const char upper_digits[] = "0123456789ABCDEF";
+    register const char *digits = (format == 'X') ? upper_digits : low_digits;
+
+    if (num <= ULONG_MAX)
+    	return(conv_p2( (u_wide_int)num, nbits, format, buf_end, len));
+
+    do {
+	*--p = digits[num & mask];
+	num >>= nbits;
+    }
+    while (num);
+
+    *len = buf_end - p;
+    return (p);
+}
+
+
+/*
+ * Do format conversion placing the output in buffer
+ * slightly changed by psychoid - we really dont need %n and %p (muahaha)
+ */
+int ap_vformatter(int (*flush_func)(ap_vformatter_buff *),
+    ap_vformatter_buff *vbuff, const char *fmt, va_list ap)
+{
+    register char *sp;
+    register char *bep;
+    register int cc = 0;
+    register int i;
+
+    register char *s = NULL;
+    char *q;
+    int s_len;
+
+    register int min_width = 0;
+    int precision = 0;
+    enum {
+	LEFT, RIGHT
+    } adjust;
+    char pad_char;
+    char prefix_char;
+
+    double fp_num;
+    widest_int i_quad = (widest_int) 0;
+    u_widest_int ui_quad;
+    wide_int i_num = (wide_int) 0;
+    u_wide_int ui_num;
+
+    char num_buf[NUM_BUF_SIZE];
+    char char_buf[2];		/* for printing %% and %<unknown> */
+
+    enum var_type_enum {
+    	IS_QUAD, IS_LONG, IS_SHORT, IS_INT
+    };
+    enum var_type_enum var_type = IS_INT;
+
+    /*
+     * Flag variables
+     */
+    boolean_e alternate_form;
+    boolean_e print_sign;
+    boolean_e print_blank;
+    boolean_e adjust_precision;
+    boolean_e adjust_width;
+    bool_int is_negative;
+
+    sp = vbuff->curpos;
+    bep = vbuff->endpos;
+
+    while (*fmt) {
+	if (*fmt != '%') {
+	    INS_CHAR(*fmt, sp, bep, cc);
+	}
+	else {
+	    /*
+	     * Default variable settings
+	     */
+	    adjust = RIGHT;
+	    alternate_form = print_sign = print_blank = NO;
+	    pad_char = ' ';
+	    prefix_char = NUL;
+
+	    fmt++;
+
+	    /*
+	     * Try to avoid checking for flags, width or precision
+	     */
+	    if (!ap_islower(*fmt)) {
+		/*
+		 * Recognize flags: -, #, BLANK, +
+		 */
+		for (;; fmt++) {
+		    if (*fmt == '-')
+			adjust = LEFT;
+		    else if (*fmt == '+')
+			print_sign = YES;
+		    else if (*fmt == '#')
+			alternate_form = YES;
+		    else if (*fmt == ' ')
+			print_blank = YES;
+		    else if (*fmt == '0')
+			pad_char = '0';
+		    else
+			break;
+		}
+
+		/*
+		 * Check if a width was specified
+		 */
+		if (ap_isdigit(*fmt)) {
+		    STR_TO_DEC(fmt, min_width);
+		    adjust_width = YES;
+		}
+		else if (*fmt == '*') {
+		    min_width = va_arg(ap, int);
+		    fmt++;
+		    adjust_width = YES;
+		    if (min_width < 0) {
+			adjust = LEFT;
+			min_width = -min_width;
+		    }
+		}
+		else
+		    adjust_width = NO;
+
+		/*
+		 * Check if a precision was specified
+		 *
+		 * XXX: an unreasonable amount of precision may be specified
+		 * resulting in overflow of num_buf. Currently we
+		 * ignore this possibility.
+		 */
+		if (*fmt == '.') {
+		    adjust_precision = YES;
+		    fmt++;
+		    if (ap_isdigit(*fmt)) {
+			STR_TO_DEC(fmt, precision);
+		    }
+		    else if (*fmt == '*') {
+			precision = va_arg(ap, int);
+			fmt++;
+			if (precision < 0)
+			    precision = 0;
+		    }
+		    else
+			precision = 0;
+		}
+		else
+		    adjust_precision = NO;
+	    }
+	    else
+		adjust_precision = adjust_width = NO;
+
+	    /*
+	     * Modifier check
+	     */
+	    if (*fmt == 'q') {
+		var_type = IS_QUAD;
+		fmt++;
+	    }
+	    else if (*fmt == 'l') {
+		var_type = IS_LONG;
+		fmt++;
+	    }
+	    else if (*fmt == 'h') {
+		var_type = IS_SHORT;
+		fmt++;
+	    }
+	    else {
+		var_type = IS_INT;
+	    }
+
+	    /*
+	     * Argument extraction and printing.
+	     * First we determine the argument type.
+	     * Then, we convert the argument to a string.
+	     * On exit from the switch, s points to the string that
+	     * must be printed, s_len has the length of the string
+	     * The precision requirements, if any, are reflected in s_len.
+	     *
+	     * NOTE: pad_char may be set to '0' because of the 0 flag.
+	     *   It is reset to ' ' by non-numeric formats
+	     */
+	    switch (*fmt) {
+	    case 'u':
+	    	if (var_type == IS_QUAD) {
+		    i_quad = va_arg(ap, u_widest_int);
+		    s = conv_10_quad(i_quad, 1, &is_negative,
+			    &num_buf[NUM_BUF_SIZE], &s_len);
+		}
+		else {
+		    if (var_type == IS_LONG)
+			i_num = (wide_int) va_arg(ap, u_wide_int);
+		    else if (var_type == IS_SHORT)
+			i_num = (wide_int) (unsigned short) va_arg(ap, unsigned int);
+		    else
+			i_num = (wide_int) va_arg(ap, unsigned int);
+		    s = conv_10(i_num, 1, &is_negative,
+			    &num_buf[NUM_BUF_SIZE], &s_len);
+		}
+		FIX_PRECISION(adjust_precision, precision, s, s_len);
+		break;
+
+	    case 'd':
+	    case 'i':
+	    	if (var_type == IS_QUAD) {
+		    i_quad = va_arg(ap, widest_int);
+		    s = conv_10_quad(i_quad, 0, &is_negative,
+			    &num_buf[NUM_BUF_SIZE], &s_len);
+		}
+		else {
+		    if (var_type == IS_LONG)
+			i_num = (wide_int) va_arg(ap, wide_int);
+		    else if (var_type == IS_SHORT)
+			i_num = (wide_int) (short) va_arg(ap, int);
+		    else
+			i_num = (wide_int) va_arg(ap, int);
+		    s = conv_10(i_num, 0, &is_negative,
+			    &num_buf[NUM_BUF_SIZE], &s_len);
+		}
+		FIX_PRECISION(adjust_precision, precision, s, s_len);
+
+		if (is_negative)
+		    prefix_char = '-';
+		else if (print_sign)
+		    prefix_char = '+';
+		else if (print_blank)
+		    prefix_char = ' ';
+		break;
+
+
+	    case 'o':
+		if (var_type == IS_QUAD) {
+		    ui_quad = va_arg(ap, u_widest_int);
+		    s = conv_p2_quad(ui_quad, 3, *fmt,
+			    &num_buf[NUM_BUF_SIZE], &s_len);
+		}
+		else {
+		    if (var_type == IS_LONG)
+			ui_num = (u_wide_int) va_arg(ap, u_wide_int);
+		    else if (var_type == IS_SHORT)
+			ui_num = (u_wide_int) (unsigned short) va_arg(ap, unsigned int);
+		    else
+			ui_num = (u_wide_int) va_arg(ap, unsigned int);
+		    s = conv_p2(ui_num, 3, *fmt,
+			    &num_buf[NUM_BUF_SIZE], &s_len);
+		}
+		FIX_PRECISION(adjust_precision, precision, s, s_len);
+		if (alternate_form && *s != '0') {
+		    *--s = '0';
+		    s_len++;
+		}
+		break;
+
+
+	    case 'x':
+	    case 'X':
+		if (var_type == IS_QUAD) {
+		    ui_quad = va_arg(ap, u_widest_int);
+		    s = conv_p2_quad(ui_quad, 4, *fmt,
+			    &num_buf[NUM_BUF_SIZE], &s_len);
+		}
+		else {
+		    if (var_type == IS_LONG)
+			ui_num = (u_wide_int) va_arg(ap, u_wide_int);
+		    else if (var_type == IS_SHORT)
+			ui_num = (u_wide_int) (unsigned short) va_arg(ap, unsigned int);
+		    else
+			ui_num = (u_wide_int) va_arg(ap, unsigned int);
+		    s = conv_p2(ui_num, 4, *fmt,
+			    &num_buf[NUM_BUF_SIZE], &s_len);
+		}
+		FIX_PRECISION(adjust_precision, precision, s, s_len);
+		if (alternate_form && i_num != 0) {
+		    *--s = *fmt;	/* 'x' or 'X' */
+		    *--s = '0';
+		    s_len += 2;
+		}
+		break;
+
+
+	    case 's':
+		s = va_arg(ap, char *);
+		if (s != NULL) {
+		    s_len = strlen(s);
+		    if (adjust_precision && precision < s_len)
+			s_len = precision;
+		}
+		else {
+		    s = S_NULL;
+		    s_len = S_NULL_LEN;
+		}
+		pad_char = ' ';
+		break;
+
+
+	    case 'f':
+	    case 'e':
+	    case 'E':
+		fp_num = va_arg(ap, double);
+		/*
+		 * * We use &num_buf[ 1 ], so that we have room for the sign
+		 */
+		s = conv_fp(*fmt, fp_num, alternate_form,
+			(adjust_precision == NO) ? FLOAT_DIGITS : precision,
+			    &is_negative, &num_buf[1], &s_len);
+		if (is_negative)
+		    prefix_char = '-';
+		else if (print_sign)
+		    prefix_char = '+';
+		else if (print_blank)
+		    prefix_char = ' ';
+		break;
+
+
+	    case 'g':
+	    case 'G':
+		if (adjust_precision == NO)
+		    precision = FLOAT_DIGITS;
+		else if (precision == 0)
+		    precision = 1;
+		/*
+		 * * We use &num_buf[ 1 ], so that we have room for the sign
+		 */
+		s = ap_gcvt(va_arg(ap, double), precision, &num_buf[1],
+		            alternate_form);
+		if (*s == '-')
+		    prefix_char = *s++;
+		else if (print_sign)
+		    prefix_char = '+';
+		else if (print_blank)
+		    prefix_char = ' ';
+
+		s_len = strlen(s);
+
+		if (alternate_form && (q = strchr(s, '.')) == NULL) {
+		    s[s_len++] = '.';
+		    s[s_len] = '\0'; /* delimit for following strchr() */
+		}
+		if (*fmt == 'G' && (q = strchr(s, 'e')) != NULL)
+		    *q = 'E';
+		break;
+
+
+	    case 'c':
+		char_buf[0] = (char) (va_arg(ap, int));
+		s = &char_buf[0];
+		s_len = 1;
+		pad_char = ' ';
+		break;
+
+
+	    case '%':
+		char_buf[0] = '%';
+		s = &char_buf[0];
+		s_len = 1;
+		pad_char = ' ';
+		break;
+
+
+	    case 'n':
+	        /* bye bye, sploit kids. never, never write to an argument */
+		char_buf[0]= '?';
+		s = &char_buf[0];
+		s_len = 1;
+		pad_char = ' ';
+		/* %n creates ? */
+		break;
+
+	    case 'p':
+	        /* %p also is a bad one. Noone has to get a pointer in psybnc */
+		char_buf[0]= '?';
+		s = &char_buf[0];
+		s_len = 1;
+		pad_char = ' ';
+		/* %p creates ? */
+		break;
+
+	    case NUL:
+		/*
+		 * The last character of the format string was %.
+		 * We ignore it.
+		 */
+		continue;
+
+
+		/*
+		 * The default case is for unrecognized %'s.
+		 * We print %<char> to help the user identify what
+		 * option is not understood.
+		 * This is also useful in case the user wants to pass
+		 * the output of format_converter to another function
+		 * that understands some other %<char> (like syslog).
+		 * Note that we can't point s inside fmt because the
+		 * unknown <char> could be preceded by width etc.
+		 */
+	    default:
+		char_buf[0] = '%';
+		char_buf[1] = *fmt;
+		s = char_buf;
+		s_len = 2;
+		pad_char = ' ';
+		break;
+	    }
+
+	    if (prefix_char != NUL) {
+		*--s = prefix_char;
+		s_len++;
+	    }
+
+	    if (adjust_width && adjust == RIGHT && min_width > s_len) {
+		if (pad_char == '0' && prefix_char != NUL) {
+		    INS_CHAR(*s, sp, bep, cc);
+		    s++;
+		    s_len--;
+		    min_width--;
+		}
+		PAD(min_width, s_len, pad_char);
+	    }
+
+	    /*
+	     * Print the string s. 
+	     */
+	    for (i = s_len; i != 0; i--) {
+		INS_CHAR(*s, sp, bep, cc);
+		s++;
+	    }
+
+	    if (adjust_width && adjust == LEFT && min_width > s_len)
+		PAD(min_width, s_len, pad_char);
+	}
+	fmt++;
+    }
+    vbuff->curpos = sp;
+    return cc;
+}
+
+
+static int snprintf_flush(ap_vformatter_buff *vbuff)
+{
+    /* if the buffer fills we have to abort immediately, there is no way
+     * to "flush" an ap_snprintf... there's nowhere to flush it to.
+     */
+    return -1;
+}
+
+
+int ap_snprintf(char *buf, size_t len, const char *format,...)
+{
+    int cc;
+    va_list ap;
+    ap_vformatter_buff vbuff;
+
+    if (len == 0)
+	return 0;
+
+    /* save one byte for nul terminator */
+    vbuff.curpos = buf;
+    vbuff.endpos = buf + len - 1;
+    va_start(ap, format);
+    cc = ap_vformatter(snprintf_flush, &vbuff, format, ap);
+    va_end(ap);
+    *vbuff.curpos = '\0';
+    return (cc == -1) ? len : cc;
+}
+
+
+int ap_vsnprintf(char *buf, size_t len, const char *format,
+			     va_list ap)
+{
+    int cc;
+    ap_vformatter_buff vbuff;
+
+    if (len == 0)
+	return 0;
+
+    /* save one byte for nul terminator */
+    vbuff.curpos = buf;
+    vbuff.endpos = buf + len - 1;
+    cc = ap_vformatter(snprintf_flush, &vbuff, format, ap);
+    *vbuff.curpos = '\0';
+    return (cc == -1) ? len : cc;
+}
blob - /dev/null
blob + 75e95368a5c477d882e733afc26c31ae9876b52e (mode 644)
--- /dev/null
+++ src/ssl.cnf
@@ -0,0 +1,33 @@
+# create RSA certs - Server
+
+RANDFILE = src/ssl.rnd
+
+[ req ]
+default_bits = 2048
+encrypt_key = yes
+distinguished_name = req_dn
+x509_extensions = cert_type
+
+[ req_dn ]
+countryName = Country Name
+countryName_default             = DE
+countryName_min                 = 2
+countryName_max                 = 2
+
+stateOrProvinceName             = State/Province
+stateOrProvinceName_default     = Somewhere
+
+localityName                    = Locality Name (eg, city)
+
+0.organizationName              = Organization Name (eg, company)
+0.organizationName_default      = tCl
+
+organizationalUnitName          = Organizational Unit Name (eg, section)
+organizationalUnitName_default  = psyBNC  
+
+0.commonName                    = Common Name (Full domain of your server)
+1.commonName_value              = localhost
+
+[ cert_type ]
+nsCertType = server
+
blob - /dev/null
blob + f462c6337e4ba7e7e8ffc1d9f62fa7b9a021c216 (mode 644)
--- /dev/null
+++ targets.mak
@@ -0,0 +1,86 @@
+$(SRC)p_blowfish.o : $(SRC)p_blowfish.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_blowfish.c -o $(SRC)p_blowfish.o
+
+$(SRC)p_client.o : $(SRC)p_client.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_client.c -o $(SRC)p_client.o
+
+$(SRC)p_crypt.o : $(SRC)p_crypt.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_crypt.c -o $(SRC)p_crypt.o
+
+$(SRC)p_dcc.o : $(SRC)p_dcc.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_dcc.c -o $(SRC)p_dcc.o
+
+$(SRC)p_hash.o : $(SRC)p_hash.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_hash.c -o $(SRC)p_hash.o
+
+$(SRC)p_idea.o : $(SRC)p_idea.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_idea.c -o $(SRC)p_idea.o
+
+$(SRC)p_inifunc.o : $(SRC)p_inifunc.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_inifunc.c -o $(SRC)p_inifunc.o
+
+$(SRC)p_link.o : $(SRC)p_link.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_link.c -o $(SRC)p_link.o
+
+$(SRC)p_log.o : $(SRC)p_log.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_log.c -o $(SRC)p_log.o
+
+$(SRC)p_memory.o : $(SRC)p_memory.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_memory.c -o $(SRC)p_memory.o
+
+$(SRC)p_network.o : $(SRC)p_network.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_network.c -o $(SRC)p_network.o
+
+$(SRC)p_translate.o : $(SRC)p_translate.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_translate.c -o $(SRC)p_translate.o
+
+$(SRC)p_parse.o : $(SRC)p_parse.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_parse.c -o $(SRC)p_parse.o
+
+$(SRC)p_peer.o : $(SRC)p_peer.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_peer.c -o $(SRC)p_peer.o
+
+$(SRC)p_server.o : $(SRC)p_server.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_server.c -o $(SRC)p_server.o
+
+$(SRC)p_socket.o : $(SRC)p_socket.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_socket.c -o $(SRC)p_socket.o
+
+$(SRC)p_string.o : $(SRC)p_string.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_string.c -o $(SRC)p_string.o
+
+$(SRC)p_sysmsg.o : $(SRC)p_sysmsg.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_sysmsg.c -o $(SRC)p_sysmsg.o
+
+$(SRC)p_userfile.o : $(SRC)p_userfile.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_userfile.c -o $(SRC)p_userfile.o
+
+$(SRC)p_uchannel.o : $(SRC)p_uchannel.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_uchannel.c -o $(SRC)p_uchannel.o
+
+$(SRC)p_script.o : $(SRC)p_script.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_script.c -o $(SRC)p_script.o
+
+$(SRC)p_topology.o : $(SRC)p_topology.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_topology.c -o $(SRC)p_topology.o
+
+$(SRC)p_intnet.o : $(SRC)p_intnet.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_intnet.c -o $(SRC)p_intnet.o
+
+$(SRC)p_coredns.o : $(SRC)p_coredns.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_coredns.c -o $(SRC)p_coredns.o
+
+$(SRC)psybnc.o : $(SRC)psybnc.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)psybnc.c -o $(SRC)psybnc.o
+
+$(SRC)match.o : $(SRC)match.c
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)match.c -o $(SRC)match.o
+
+$(SRC)snprintf.o : $(SRC)snprintf.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)snprintf.c -o $(SRC)snprintf.o
+
+$(SRC)bsd-setenv.o : $(SRC)bsd-setenv.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)bsd-setenv.c -o $(SRC)bsd-setenv.o
+
+$(SRC)p_dns.o : $(SRC)p_dns.c $(SRC)p_global.h config.h
+	$(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_dns.c -o $(SRC)p_dns.o
blob - /dev/null
blob + e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (mode 644)
blob - /dev/null
blob + 596d9b60e071a2e8962d5803ae30c35a60d92f54 (mode 644)
--- /dev/null
+++ tools/autoconf.c
@@ -0,0 +1,709 @@
+/************************************************************************
+ *   psybnc, tools/autoconf.c
+ *   Copyright (C) 2001 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netdb.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <sys/time.h>
+#include <netinet/in.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <signal.h>
+#include <errno.h>
+#include "config.h"
+#include "src/p_version.h"
+
+int ssl=0;
+int bigendian=0;
+int ipv6=0;
+int off_time=0;
+int snpr=0;
+int needsock=0;
+int extenv=0;
+int needbind=0;
+char bigopt[100];
+char ipv6opt[100];
+char snopt[100];
+char socklib[100];
+char snbuf[100];
+char os[200];
+char mysqlheaders[400];
+char mysqllib[400];
+char mysqlbin[400];
+char mysqlopt[400];
+char env[200];
+char sunosopt[200];
+char timeopt[100];
+char sslopt[400];
+char ssllib[400];
+char sslbin[400];
+char dnsobj[100];
+char dnsinc[100];
+char dnslib[100];
+
+#define DN " 2>tools/.chk "
+
+int checkcmp()
+{
+    FILE *cmp;
+    char buf[400];
+    cmp=fopen("tools/.chk","r");
+    if(cmp!=NULL)
+    {
+	if(fgets(buf,sizeof(buf),cmp)!=NULL)
+	{
+	    #ifdef INSURE
+
+	    // HACK: Insure messages are causing false positives here, so we have to ignore them
+	    // to get psyBNC to compile properly.
+
+	    while (!strncmp(buf, "** Insure ", 10))
+	    {
+		if (fgets(buf, sizeof(buf), cmp) == NULL)
+		{
+		    fclose(cmp);
+		    return 0x0;
+		}
+	    }
+
+            #endif
+
+	    fclose(cmp);
+	    return 0x1;
+	}
+	fclose(cmp);
+    }
+    return 0x0;
+}
+
+char *trim_trailing(char *str)
+{
+    while (strlen(str) > 0 && (str[strlen(str) - 1] == '\n' || str[strlen(str) - 1] == '\r' || str[strlen(str) - 1] == ' '))
+    {
+        str[strlen(str) - 1] = '\0';
+    }
+
+    return str;
+}
+
+int fexists(char *fname)
+{
+    FILE *fn;
+    int rc=0;
+    fn=fopen(fname,"r");
+    if(fn!=NULL)
+    {
+	fclose(fn);
+	rc=1;
+    }
+    return rc;
+}
+
+int getos()
+{
+    FILE *ss;
+    system("uname -a >tools/sys");
+    ss=fopen("tools/sys","r");
+    if(ss==NULL)
+    {
+	strcpy(os,"Can't guess");
+	return 0x1;
+    }
+    else
+    {
+	fgets(os,sizeof(os),ss);
+	sscanf(os,"%s\n",os);
+    }
+    return 0x0;
+}
+
+int checksocklib()
+{
+    int rc;
+    unlink("tools/.chk");
+    system(CC " tools/chksock.c -o tools/chksock" DN);
+    return checkcmp();
+}
+
+int checktime()
+{
+    int rc;
+    unlink("tools/.chk");
+    system(CC " tools/chktime.c -o tools/chktime" DN);
+    return checkcmp();
+}
+
+int checkbind()
+{
+    int rc;
+    unlink("tools/.chk");
+    system(CC " tools/chkbind.c -lnsl -ldl -lsocket -o tools/chkbind" DN);
+    return checkcmp();
+}
+
+int checkenv()
+{
+    int rc;
+    unlink("tools/.chk");
+    system(CC " tools/chkenv.c -o tools/chkenv" DN);
+    return checkcmp();
+}
+
+int checkdns_local()
+{
+    FILE *fp;
+    char buf[300] = "";
+    int rc;
+
+    memset(dnslib, 0, sizeof(dnslib));
+    memset(dnsinc, 0, sizeof(dnsinc));
+    memset(dnsobj, 0, sizeof(dnsobj));
+
+    unlink("tools/.chk");
+    system(CC " tools/chkdns.c src/c-ares/.libs/libcares.a -o tools/chkdns -Isrc/c-ares " DN);
+    if (checkcmp() == 0)
+    {
+        strcpy(dnsobj, "src/c-ares/.libs/libcares.a ");
+        strcpy(dnsinc, "-Isrc/c-ares ");
+        return 0x0;
+    }
+
+    fp = fopen("src/c-ares/Makefile", "r");
+    if (fp != NULL)
+    {
+        while(fgets(buf, sizeof(buf), fp) != NULL)
+        {
+            if (strlen(buf) > 8 && !strncmp(buf, "LIBS = ", 7))
+            {
+                strcat(dnslib, buf + 6);
+                break;
+            }
+        }
+        
+        fclose(fp);
+    }
+
+    trim_trailing(dnslib);
+
+    if (strlen(dnslib) > 0)
+    {
+        unlink("tools/.chk");
+        snprintf(buf, sizeof(buf), "%s tools/chkdns.c src/c-ares/.libs/libcares.a -o tools/chkdns -I src/c-ares %s %s", CC, dnslib, DN);
+        system(buf);
+
+        if (checkcmp() == 0)
+        {
+            strcpy(dnsobj, "src/c-ares/.libs/libcares.a ");
+            strcpy(dnsinc, "-Isrc/c-ares ");
+            return 0x0;
+        }    
+    }
+
+    return 0x1;
+}
+
+int checkdns_system()
+{
+    FILE *fp;
+    char buf[300] = "";
+    memset(dnslib, 0, sizeof(dnslib));
+    memset(dnsinc, 0, sizeof(dnsinc));
+
+    system("pkg-config libcares --cflags 2> /dev/null > tools/.chk");    
+    fp = fopen("tools/.chk", "r");
+    if (fp != NULL)
+    {
+        fgets(dnsinc, sizeof(dnsinc), fp);
+        fclose(fp);
+    }
+
+    unlink("tools/.chk");
+
+    system("pkg-config libcares --libs 2> /dev/null > tools/.chk");    
+    fp = fopen("tools/.chk", "r");
+    if (fp != NULL)
+    {
+        fgets(dnslib, sizeof(dnslib), fp);
+        fclose(fp);
+    }
+
+    unlink("tools/.chk");
+
+    trim_trailing(dnslib);
+    trim_trailing(dnsinc);
+
+    if (strlen(dnslib) == 0)
+    {
+        strcpy(dnslib, "-lcares");
+    }
+
+    snprintf(buf, sizeof(buf), "%s tools/chkdns.c -o tools/chkdns %s %s %s", CC, dnslib, dnsinc, DN);
+    system(buf);
+    return checkcmp();
+}
+
+int checkssl()
+{
+    int rc;
+#ifdef SSLPATH
+    char mbuf[300];
+    char sysbuf[1024+strlen(SSLPATH)];
+#endif
+    unlink("tools/.chk");
+#ifdef SSLPATH
+    strcpy(mbuf,SSLPATH);
+    if(mbuf[strlen(mbuf)-1]!='/')
+	strcat(mbuf,"/");
+    strcpy(sysbuf,CC " tools/chkssl.c -I");
+    strcat(sysbuf,mbuf);
+    strcat(sysbuf,"include -L");
+    strcat(sysbuf,mbuf);
+    strcat(sysbuf,"lib -lssl -lcrypto -o tools/chkssl ");
+    strcat(sysbuf,DN);
+    system(sysbuf);
+#else
+    system(CC " tools/chkssl.c -I/usr/local/ssl/include -L/usr/local/ssl/lib -lssl -lcrypto -o tools/chkssl" DN);
+#endif
+    return checkcmp();
+}
+
+int checkipv6usable()
+{
+    system("tools/chkipv6 >tools/.chk");
+    return checkcmp();
+}
+
+int checkipv6()
+{
+    int rc;
+    unlink("tools/.chk");
+    if(strstr(os,"SunOS")==os)
+    {
+	if(needsock)
+	{	
+	    if(needbind)
+		system(CC " tools/chkipv6.c -o tools/chkipv6 -lsocket -lnsl -ldl -lbind -DSUNOS " DN);
+	    else
+		system(CC " tools/chkipv6.c -o tools/chkipv6 -lsocket -lnsl -ldl -DSUNOS " DN);
+	}
+        else
+    	    system(CC " tools/chkipv6.c -DSUNOS -o tools/chkipv6 " DN);
+    } else {
+	if(needsock)
+	{		
+	    if(needbind)
+		system(CC " tools/chkipv6.c -o tools/chkipv6 -lsocket -lnsl -ldl -lbind " DN);
+	    else
+		system(CC " tools/chkipv6.c -o tools/chkipv6 -lsocket -lnsl -ldl " DN);
+	}
+	else
+	    system(CC " tools/chkipv6.c -o tools/chkipv6 " DN);
+    }
+    return checkcmp();
+}
+
+int checkendian()
+{
+    char xyz[]="\x01\x02\x03\x04";
+    unsigned long *lp;    
+    unsigned long result;
+    lp=(unsigned long *)xyz;
+    result=*lp;
+    if(result==67305985) return 0x1;
+    return 0x0;
+}
+
+#ifdef MYSQL_IPCHECK
+int checkmysql()
+{
+    int rc;
+    FILE *ss;
+    unlink("tools/.chk");
+
+    system("mysql_config --include 2>/dev/null >tools/mysql");
+    ss=fopen("tools/mysql","r");
+    if(ss==NULL)
+    {
+    	strcpy(mysqlheaders,"No MySQL headers found");
+	    return 0x1;
+    }
+    else
+    {
+    	fgets(mysqlheaders,sizeof(mysqlheaders),ss);
+    	sscanf(mysqlheaders,"%s\n",mysqlheaders);
+    }
+    unlink("tools/mysql");
+
+    system("mysql_config --libs 2>/dev/null >tools/mysql");
+    ss=fopen("tools/mysql","r");
+    if(ss==NULL)
+    {
+    	strcpy(mysqllib,"No MySQL libs found");
+	    return 0x1;
+    }
+    else
+    {
+    	fgets(mysqllib,sizeof(mysqllib),ss);
+        if (strlen(mysqllib) > 0 && mysqllib[strlen(mysqllib) - 1] == '\n') { mysqllib[strlen(mysqllib) - 1] = '\0'; }
+    }
+    unlink("tools/mysql");
+    snprintf(mysqlbin, sizeof(mysqlbin), "%s tools/chkmysql.c %s %s -o tools/chkmysql %s", CC, mysqlheaders, mysqllib, DN);
+    system(mysqlbin);
+    return checkcmp();
+}
+#endif
+
+int main()
+{ 
+    FILE *makefile;
+    FILE *config;
+    FILE *sslrnd;
+    FILE *uran;
+#ifndef SSLPATH
+    char *sslblist[]={
+	"/bin/openssl",
+	"/usr/bin/openssl",
+	"/usr/sbin/openssl",
+	"/usr/local/bin/openssl",
+	"/usr/local/ssl/bin/openssl",
+	NULL
+    };
+#endif
+    int sslin=0;
+    int provi=0;
+    unsigned char rchar,orchar;
+    int ic;
+    int mysql;
+#ifdef SSLPATH
+    char mbuf[strlen(SSLPATH)+30];
+    char ibuf[strlen(SSLPATH)+20];
+#else
+    char mbuf[200];
+    char ibuf[200];
+#endif
+    bigopt[0]=0;
+    sunosopt[0]=0;
+    timeopt[0]=0;
+    ipv6opt[0]=0;
+    ssllib[0]=0;
+    socklib[0]=0;
+    snbuf[0]=0;
+    snopt[0]=0;
+    env[0]=0;
+    sslbin[0]=0;
+    sslopt[0]=0;
+    dnsobj[0]=0;
+    dnsinc[0]=0;
+    mysqlopt[0]=0;
+    dnslib[0]=0;
+    printf("System:");
+    getos();    
+    printf(" %s\n",os);
+
+    printf("DNS Library (c-ares): ");
+
+    if (checkdns_local() != 0)
+    {
+        if (checkdns_system() != 0)
+        {
+            printf("Not available.\n");
+            printf("\n");
+            printf("Your system does not appear to have the c-ares library installed. This library\n");
+            printf("is required for psyBNC to do DNS lookups (as of version 2.4).\n");
+            printf("\n");
+            printf("Please compile the included c-ares library by executing 'make c-ares'. You can\n");
+            printf("then attempt to build psyBNC again by using 'make'.\n");
+            printf("\n");
+            printf("Alternatively you can install libc-ares system-wide and the build process will\n");
+            printf("attempt to pick up and use that installation.\n");
+            exit(0x1);
+        }
+        else
+        {
+            printf("Ok. Using system library, use 'make c-ares' if you don't want this.\n");
+        }
+    }
+    else
+    {   
+        printf("Ok. Using static library.\n");
+    }
+
+    if(strstr(os,"SunOS")==os) strcpy(sunosopt,"-DSUNOS ");
+    printf("Socket Libs: ");
+    fflush(stdout);
+    needsock=checksocklib();
+    if(needsock!=0)
+    {
+	/* in the case of external socket-libs, sol8 needs to check for lbind */
+	strcpy(socklib,"-lnsl -ldl -lsocket ");
+	needbind=checkbind();
+	if(needbind!=0)
+	{
+	    strcat(socklib,"-lbind ");
+	    printf("External, -lbind required.\n");
+	} else
+	    printf("External.\n");
+    }
+    else
+	printf("Internal.\n");
+    fflush(stdout);
+    printf("Environment: ");
+    fflush(stdout);
+    extenv=checkenv();
+    if(extenv!=0)
+    {
+	printf("No internal Routines.\n");
+	strcpy(env," src/bsd-setenv.o ");
+    }
+    else
+    {
+	printf("Internal.\n");
+    }
+    fflush(stdout);
+    printf("Time-Headers: ");
+    fflush(stdout);
+    off_time=checktime();
+    if(off_time!=0)
+    {
+	printf("in time.h and sys/time.h\n");
+	strcpy(timeopt," -DNOSYSTIME ");
+    }
+    else
+    {
+	printf("in sys/time.h.\n");
+    }
+    fflush(stdout);
+    bigendian=checkendian();
+    if(bigendian)
+    {
+	printf("Byte order: Big Endian.\n");
+	strcpy(bigopt,"-DBIGENDIAN ");
+    }
+    else
+	printf("Byte order: Low Endian.\n");
+
+#ifdef MYSQL_IPCHECK
+    printf("MySQL-Support: ");
+    fflush(stdout);
+	mysql=checkmysql();
+	if(mysql==0)
+	{
+	    printf("Yes.\n");
+		strcpy(mysqlopt,"-DHAVE_MYSQL ");
+	} else {
+	    printf("No.\n");
+	}
+#endif
+    
+    printf("IPv6-Support: ");
+    fflush(stdout);
+    ipv6=checkipv6();
+    if(ipv6==0)
+    {
+#ifdef AF_INET6
+	ic=checkipv6usable();
+	if(ic==0)
+	{
+	    printf("Yes.\n");
+	    strcpy(ipv6opt,"-DIPV6 ");
+	} else {
+	    printf("Yes, general support. But no interface configured.\n");
+	    ipv6=1;
+	}
+#else
+	printf("No.\n");
+	ipv6=1;
+#endif
+    }
+    else
+	printf("No.\n");
+
+    printf("SSL-Support: ");
+    fflush(stdout);
+    ssl=checkssl();
+    if(ssl==0)
+    {
+#ifndef SSLPATH
+	while(sslblist[sslin]!=NULL)
+	{
+	    if(fexists(sslblist[sslin]))
+		break;
+	    sslin++;
+	}
+	if(sslblist[sslin]==NULL)
+	{
+	    printf("Yes, but no openssl binary found.");
+	    ssl=-1;
+	} else {
+	    strcpy(sslbin,sslblist[sslin]);
+	    printf("Yes.\n");
+	    strcpy(sslopt,"-DHAVE_SSL ");
+	    strcpy(ssllib,"-L/usr/local/ssl/lib -lssl -lcrypto ");
+	}
+#else
+	if(strlen(SSLPATH)+13<sizeof(mbuf))
+	{
+	    strcpy(mbuf,SSLPATH);
+	    if(mbuf[strlen(mbuf)-1]!='/')
+		strcat(mbuf,"/");
+	    strcpy(ibuf,mbuf);
+	    strcat(mbuf,"bin/openssl");
+	    if(fexists(mbuf)==0)
+	    {
+		printf("Yes, but no openssl binary found in \"%s\".",SSLPATH);
+		ssl=-1;
+	    } else {
+		strcpy(sslbin,mbuf);
+		printf("Yes.\n");
+		strcpy(sslopt,"-DHAVE_SSL ");
+		strcpy(ssllib,"-L");
+		strcat(ssllib,ibuf);
+		strcat(ssllib,"lib -lssl -lcrypto ");
+	    }
+	} else {
+	    printf("Possibly. But the configured path \"%s\" is too long.\n",SSLPATH);
+	}	
+#endif
+    }
+    else
+	printf("No openssl found. Get openssl at www.openssl.org\n");
+    config=fopen("/psybnc/config.h","r");
+    if(config!=NULL)
+    {
+	fclose(config);
+	printf("Found Provider-Config - Using this for compilation\n");
+	provi=1;
+    }
+    printf("Creating Makefile\n");
+    makefile=fopen("makefile.out","w");
+    if(makefile==NULL)
+    {
+	printf("Can't create makefile.out .. aborting\n");
+	exit(0x1);
+    }
+
+    fprintf(makefile,"CC	= %s\n", CC);
+    fprintf(makefile,"SRC	= src/\n");
+
+#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1) 
+    fprintf(makefile,"CFLAGS  = -O -Wall -Wno-pointer-sign -ggdb\n");
+#else
+    fprintf(makefile,"CFLAGS  = -O -Wall -ggdb\n");
+#endif
+
+    fprintf(makefile,"LIBS    = -lm %s %s %s %s\n", socklib, ssllib, dnslib, mysqllib); /* math lib needed for snprintf of ap */
+
+    if(ssl==0)
+#ifdef SSLPATH
+	fprintf(makefile,"INCLUDE = -I./src/ -I. -I%sinclude %s %s\n", SSLPATH, mysqlheaders, dnsinc);
+#else
+	fprintf(makefile,"INCLUDE = -I./src/ -I. -I/usr/local/ssl/include %s %s\n", mysqlheaders, dnsinc);
+#endif
+    else
+	fprintf(makefile,"INCLUDE = -I./src/ -I. %s %s\n", mysqlheaders, dnsinc);
+    fprintf(makefile,"OBJS	= src/psybnc.o src/match.o src/p_client.o src/p_crypt.o src/p_dcc.o src/p_hash.o src/p_idea.o src/p_inifunc.o src/p_link.o src/p_log.o src/p_memory.o src/p_network.o src/p_parse.o src/p_peer.o src/p_server.o src/p_socket.o src/p_string.o src/p_sysmsg.o src/p_userfile.o src/p_uchannel.o src/p_script.o src/p_topology.o src/p_intnet.o src/p_blowfish.o src/p_translate.o src/snprintf.o src/p_dns.o %s\n",env);
+    if(provi==0)
+	fprintf(makefile,"DEFINE	= -DHAVE_CONFIG %s%s%s%s%s%s\n", sunosopt, bigopt, ipv6opt, timeopt, sslopt, mysqlopt);
+    else
+	fprintf(makefile,"DEFINE	= -DHAVE_PROV_CONFIG %s%s%s%s%s%s\n", sunosopt, bigopt, ipv6opt, timeopt, sslopt, mysqlopt);
+    fprintf(makefile,"TARGET	= psybnc\n");
+    fprintf(makefile,"\n");
+    fprintf(makefile,"all:	$(OBJS)\n");
+    fprintf(makefile,"	$(CC) -o $(TARGET) $(CFLAGS) $(OBJS) %s $(LIBS)\n", dnsobj);
+/*    fprintf(makefile,"	@strip $(TARGET)\n");*/
+    if(ssl==0)
+    {
+	if(!fexists("key/psybnc.cert.pem")) /* only create, if not exist */
+	{
+	    mkdir("key",0700);
+	    fprintf(makefile,"	@echo \"*** GENERATING SSL-KEYS FROM CERTIFICATE **\"\n");
+	    fprintf(makefile,"	@echo \"* You will be prompted for Cert-Contents  *\"\n");
+	    fprintf(makefile,"	@echo \"*  This Infos will be used only for SSL   *\"\n");
+	    fprintf(makefile,"	@echo \"* Alter the informations to your values   *\"\n");
+	    fprintf(makefile,"	@echo \"* for the sake of correct Cert-Checking   *\"\n");
+	    fprintf(makefile,"	@echo \"*******************************************\"\n");
+	    fprintf(makefile,"	@echo \"Generating certificate request .. \"\n");
+	    fprintf(makefile,"	@%s req -new -config src/ssl.cnf -out key/psybnc.req.pem \\\n",sslbin);
+	    fprintf(makefile,"      	-keyout key/psybnc.key.pem -nodes\n");
+	    fprintf(makefile,"	@echo \"Generating self-signed certificate .. \"\n");
+	    fprintf(makefile,"	@%s req -x509 -days 365 -in key/psybnc.req.pem \\\n",sslbin);
+    	    fprintf(makefile,"       	-key key/psybnc.key.pem -out key/psybnc.cert.pem\n");
+	    fprintf(makefile,"	@echo \"Generating fingerprint ..\"\n");
+	    fprintf(makefile,"	@%s x509 -subject -dates -fingerprint -noout \\\n",sslbin);
+	    fprintf(makefile,"		-in key/psybnc.cert.pem\n");
+	}
+	if(!fexists("src/ssl.rnd"))
+	{
+	    sslrnd=fopen("src/ssl.rnd","w");
+	    if(sslrnd!=NULL)
+	    {
+		uran=fopen("/dev/urandom","r");
+		if(uran==NULL)
+		{
+		    printf("No urandom Device found. Random-Seed possibly could be reconstructable.\n");
+		    srand(time(NULL)+getpid());
+		    for(ic=0;ic<2048;ic++)
+		    {
+			while(rchar==orchar)
+			    rchar=rand()%256;
+			fputc(rchar,sslrnd);    					
+		    }
+		} else {
+		    for(ic=0;ic<2048;ic++)
+		    {
+			rchar=fgetc(uran);
+			fputc(rchar,sslrnd);
+		    }	
+		    fclose(uran);
+		}
+		printf("Random Seed created.\n");
+		fclose(sslrnd);	
+	    } else {
+		printf("Cannot create Random-seed-file. Aborting.\n");
+		exit(0x1);
+	    }
+	}
+    }
+    fprintf(makefile,"\n");
+    fprintf(makefile,"	@echo");
+    fprintf(makefile,"\n");
+    fprintf(makefile,"	@echo " APPNAME APPVER "-%s ready. Please read the README before you run psybnc.\n",os);
+    fprintf(makefile,"\n");
+#ifdef MYSQL_IPCHECK
+    fprintf(makefile,"	@echo Since you enabled MYSQL IP CHECK, please read README.mysql before you run psybnc.\n");
+    fprintf(makefile,"\n");
+#endif
+    fprintf(makefile,"	@echo");
+    fprintf(makefile,"\n");
+    fprintf(makefile,"include ./targets.mak\n");
+    fclose(makefile);
+    exit(0x0);
+}
blob - /dev/null
blob + 1a59225befc06d3647148b07c292eaac39669653 (mode 644)
--- /dev/null
+++ tools/chkbind.c
@@ -0,0 +1,57 @@
+/************************************************************************
+ *   psybnc, tools/chksock.c
+ *   Copyright (C) 2001 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+/* this program gets compiled, if no lsock and lnsl is needed */
+
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netdb.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <sys/time.h>
+#include <netinet/in.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <signal.h>
+#include <errno.h>
+
+int main()
+{
+    int lsock;
+    struct sockaddr_in sin;
+    struct hostent *he;
+    char *e;
+
+    e=inet_ntoa(sin.sin_addr);
+    lsock = socket (AF_INET, SOCK_STREAM, IPPROTO_TCP);
+
+    he = gethostbyname("www.freenet6.org");
+
+    exit(0x0);
+}
blob - /dev/null
blob + 819eb93f6d91b6b2a511d5379b32fb1092707376 (mode 644)
--- /dev/null
+++ tools/chkdns.c
@@ -0,0 +1,35 @@
+/************************************************************************

+ *   psybnc, tools/chkdns.c

+ *   Copyright (C) 2001 the most psychoid  and

+ *                      the cool lam3rz IRC Group, IRCnet

+ *			http://www.psychoid.lam3rz.de

+ *

+ *   This program is free software; you can redistribute it and/or modify

+ *   it under the terms of the GNU General Public License as published by

+ *   the Free Software Foundation; either version 1, or (at your option)

+ *   any later version.

+ *

+ *   This program is distributed in the hope that it will be useful,

+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of

+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

+ *   GNU General Public License for more details.

+ *

+ *   You should have received a copy of the GNU General Public License

+ *   along with this program; if not, write to the Free Software

+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

+ */

+

+/**

+ * This program gets compiled, if c-ares is available. This is a hack to

+ * not have to rewrite the 'autoconf' part of psyBNC too much and will

+ * need to be replaced one day by configure and friends.

+ */

+

+#include <ares.h>

+

+int main(int argc, char **argv)

+{

+    ares_channel resolver;

+    ares_init(&resolver);

+    return 0;

+}

blob - /dev/null
blob + ec6f904aa6529deedd8f24cdd0e30ee07917ead0 (mode 644)
--- /dev/null
+++ tools/chkenv.c
@@ -0,0 +1,48 @@
+/************************************************************************
+ *   psybnc, tools/chkenv.c
+ *   Copyright (C) 2001 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+/* this program gets compiled, if setenv is supported. */
+
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netdb.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <sys/time.h>
+#include <netinet/in.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <signal.h>
+#include <errno.h>
+
+int main()
+{
+    setenv("Hu","Ha",1);
+    exit(0x0);
+}
blob - /dev/null
blob + d4a415d6a502fec3d856c73da160d82d37b5c2f2 (mode 644)
--- /dev/null
+++ tools/chkipv6.c
@@ -0,0 +1,66 @@
+/************************************************************************
+ *   psybnc, tools/chkipv6.c
+ *   Copyright (C) 2001 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+/* this program gets compiled, if IPv6 is supported. */
+
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netdb.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <sys/time.h>
+#include <netinet/in.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <signal.h>
+#include <errno.h>
+
+#ifdef SUNOS
+int error_num;
+#endif
+
+int main()
+{
+    int lsock;
+    struct sockaddr_in6 sin;
+    struct hostent *he;
+
+    lsock = socket (AF_INET6, SOCK_STREAM, IPPROTO_TCP);
+    if(lsock==-1)
+	printf("No Interface\n");
+
+    exit(0x0);
+#ifdef SUNOS
+    he = getipnodebyname("www.freenet6.org", AF_INET6,AI_DEFAULT,&error_num);
+#else
+    he = gethostbyname2("www.freenet6.org", AF_INET6);
+#endif
+
+    exit(0x0);
+}
blob - /dev/null
blob + 3302d0eb8cd30b11d7c8619a848f88c9f66bf9d7 (mode 644)
--- /dev/null
+++ tools/chkmysql.c
@@ -0,0 +1,34 @@
+/************************************************************************
+ *   psybnc, tools/chkmysql.c
+ *   Copyright (C) 2011 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+/* this program gets compiled, if mysql is supported. */
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <mysql.h>
+
+int main()
+{
+    MYSQL mysql, *sock = NULL;
+    unsigned int mysqltimeout = 2;
+    mysql_options(&mysql, MYSQL_OPT_CONNECT_TIMEOUT, (const char *)&mysqltimeout);
+    exit(0x0);
+}
blob - /dev/null
blob + 1853cd9b1a9d7cdb1c690452243901400a6c8f00 (mode 644)
--- /dev/null
+++ tools/chkresolv.c
@@ -0,0 +1,50 @@
+/************************************************************************
+ *   psybnc, tools/chkresolv.c
+ *   Copyright (C) 2001 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+/* this program gets compiled, if resolv (dn_expand etc.) may be done async */
+
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netdb.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <sys/time.h>
+#include <netinet/in.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <signal.h>
+#include <errno.h>
+#include <resolv.h>
+
+int main()
+{
+    int rc;
+    char *msg;
+    rc=dn_expand(msg,msg,msg,msg,0);
+}
blob - /dev/null
blob + ee2569e198860bdd2aac6018c7d8a416f0b0fca0 (mode 644)
--- /dev/null
+++ tools/chksock.c
@@ -0,0 +1,55 @@
+/************************************************************************
+ *   psybnc, tools/chksock.c
+ *   Copyright (C) 2001 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+/* this program gets compiled, if no lsock and lnsl is needed */
+
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netdb.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <sys/time.h>
+#include <netinet/in.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <signal.h>
+#include <errno.h>
+
+int main()
+{
+    int lsock;
+    struct sockaddr_in sin;
+    struct hostent *he;
+
+    lsock = socket (AF_INET, SOCK_STREAM, IPPROTO_TCP);
+
+    he = gethostbyname("www.freenet6.org");
+
+    exit(0x0);
+}
blob - /dev/null
blob + 296c9cbb12b4e28a08d11d226ed7059c1236d2e5 (mode 644)
--- /dev/null
+++ tools/chkssl.c
@@ -0,0 +1,57 @@
+/************************************************************************
+ *   psybnc, tools/chkssl.c
+ *   Copyright (C) 2001 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+/* this program gets compiled, if ssl is supported. */
+
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netdb.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <sys/time.h>
+#include <netinet/in.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <signal.h>
+#include <errno.h>
+#include <openssl/crypto.h>
+#include <openssl/x509.h>
+#include <openssl/pem.h>
+#include <openssl/ssl.h>
+#include <openssl/err.h>
+#include <openssl/rand.h>
+
+int main()
+{
+    char mytmp[10];
+    mytmp[0]=0;
+    OpenSSL_add_ssl_algorithms();
+    SSL_write(0,mytmp,0);
+    exit(0x0);
+}
blob - /dev/null
blob + 3e0cc0675dcc749545920cb28f5a14a0a55672e6 (mode 644)
--- /dev/null
+++ tools/chktime.c
@@ -0,0 +1,58 @@
+/************************************************************************
+ *   psybnc, tools/chktime.c
+ *   Copyright (C) 2001 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+/* this program gets compiled, if time.h is not needed */
+
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netdb.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <sys/time.h>
+#include <netinet/in.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <signal.h>
+#include <errno.h>
+
+#ifdef SUNOS
+int error_num;
+#endif
+
+int main()
+{
+    time_t tma;
+    struct tm *xtm;
+    char tx[200];
+    int seconds;
+    strcpy(tx,ctime(&tma));
+    xtm=gmtime(&tma);
+    seconds=xtm->tm_sec;
+    exit(0x0);
+}
blob - /dev/null
blob + a55db4c9ce40c5dbde57f55860a03cc819fe5342 (mode 644)
--- /dev/null
+++ tools/convconf.c
@@ -0,0 +1,210 @@
+/************************************************************************
+ *   psybnc, tools/convconf.c
+ *   Copyright (C) 2001 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netdb.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <sys/time.h>
+#include <netinet/in.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <signal.h>
+#include <errno.h>
+
+int cofile(FILE *infile, FILE *outfile, char *fname,int ppo)
+{
+    char buf[2048];
+    char section[200];
+    char *pt,*pt2;
+    while(fgets(buf,sizeof(buf),infile))
+    {
+	pt=strchr(buf,'\n');
+	if(pt!=NULL) *pt=0;
+	if (!(strchr(buf,'#')==buf))
+	{ 
+	if (*buf=='[')
+	{
+	    pt=buf+1;
+	    pt2=strchr(pt,']');
+	    if(pt2!=NULL)
+	    {
+		*pt2=0;
+		if(strlen(pt)<sizeof(section))
+		    strcpy(section,pt);
+		else
+		    section[0]=0;
+	    }
+	} else {
+	    if(*buf!=';' && strlen(buf)>2)
+		if(strstr(buf,"PORT=")==buf && ppo==1)
+		{
+		   pt=strchr(buf,'=');
+		   pt++;
+		   fprintf(outfile,"%s.%s.PORT1=%s\n",fname,section,pt);
+		   fprintf(outfile,"%s.%s.HOST1=*\n",fname,section);
+		} else {
+		   fprintf(outfile,"%s.%s.%s\n",fname,section,buf);
+		}
+	}
+	}
+    }
+    return 0x0;
+}
+
+int convertlist(char *section, char *parampattern, char *fname, char *fil, FILE *outfile)
+{
+    char xbuf[4096];
+    char buf[2048];
+    char entry[2000];
+    int cnt=0;
+    char *pt;
+    FILE *listfile;
+    listfile=fopen(fil,"r");
+    if(listfile==NULL) return 0x0;
+    while(fgets(buf,sizeof(buf),listfile))
+    {
+	pt=strchr(buf,'\n');
+	if(pt!=NULL) *pt=0;
+	pt=strchr(buf,':');
+	if(pt!=NULL) *pt=';';
+	if(strchr(buf,'#')!=buf)
+	{
+	    sprintf(entry,parampattern,cnt);
+	    fprintf(outfile,"%s.%s.%s=%s\n",fname,section,entry,buf);
+	    cnt++;
+	}
+    }
+    fclose(listfile);
+    unlink(fil);
+    return 0x0;
+}
+
+int convertlists(int uid, FILE *outfile)
+{
+    char buf[400];
+    char fname[200];
+    sprintf(fname,"USER%d",uid);
+    sprintf(buf,"USER%d.OP",uid);
+    convertlist("OP","ENTRY%d",fname,buf,outfile);
+    sprintf(buf,"USER%d.ASK",uid);
+    convertlist("ASK","ENTRY%d",fname,buf,outfile);
+    sprintf(buf,"USER%d.BAN",uid);
+    convertlist("BAN","ENTRY%d",fname,buf,outfile);
+    sprintf(buf,"USER%d.DCC",uid);
+    convertlist("DCC","ENTRY%d",fname,buf,outfile);
+    sprintf(buf,"USER%d.LGI",uid);
+    convertlist("LGI","ENTRY%d",fname,buf,outfile);
+    sprintf(buf,"USER%d.AOP",uid);
+    convertlist("AOP","ENTRY%d",fname,buf,outfile);
+    sprintf(buf,"USER%d.TRA",uid);
+    convertlist("TRA","ENTRY%d",fname,buf,outfile);
+    sprintf(buf,"USER%d.ENC",uid);
+    convertlist("ENC","ENTRY%d",fname,buf,outfile);
+    return 0x0;
+}
+
+int main(int argc,char **argv)
+{
+    int i;
+    FILE *handle;
+    FILE *fconfif;
+    char file[200];
+    char sn[200];
+    system("mv *.LOG log 2>/dev/null");
+    system("mv *.LOG.old log 2>/dev/null");
+    system("mv *.log log 2>/dev/null");
+    system("mv *.log.old log 2>/dev/null");
+    system("mv *.TRL log 2>/dev/null");
+    system("mv *.MOTD motd 2>/dev/null");
+    system("mv *.MOTD.old motd 2>/dev/null");
+    system("rm -rf *.INI.old 2>/dev/null");
+    handle=fopen("psbnc.ini","r");
+    if(handle!=NULL)
+    {
+	fclose(handle);
+	printf("psyBNC2.1 -> psyBNC2.2 Conversion Utility\nChecking old Ini-Files\n");
+	fconfif=fopen("psybnc.conf","a");
+	if(fconfif==NULL)
+	{
+	    printf("Can't open psybnc.conf, aborting\n");
+	    exit(0x1); /* error, break making. */
+	}
+	handle=fopen("psbnc.ini","r");
+	cofile(handle,fconfif,"PSYBNC",1);
+	fclose(handle);
+	unlink("psbnc.ini");
+	handle=fopen("LINKS.INI","r");
+	if(handle!=NULL)
+	{
+	    cofile(handle,fconfif,"LINKS",0);
+	    fclose(handle);
+	    unlink("LINKS.INI");
+	}
+	for(i=1;i<1000;i++)
+	{
+	    sprintf(file,"USER%d.INI",i);
+	    sprintf(sn,"USER%d",i);
+	    handle=fopen(file,"r");
+	    if(handle!=NULL)
+	    {
+		cofile(handle,fconfif,sn,0);
+		fclose(handle);
+		convertlists(i,fconfif);
+		unlink(file);
+	    }	
+	}
+	convertlist("HOSTALLOWS","ENTRY%d","PSYBNC","psbnc.hosts",fconfif);
+	fclose(fconfif);
+    } else {
+	fconfif=fopen("psybnc.conf","r");
+	if(fconfif!=NULL)
+	{
+	    printf("Using existent configuration File.\n");
+	    fclose(fconfif);
+	} else {
+	    fconfif=fopen("psybnc.conf","w");
+	    fprintf(fconfif,"PSYBNC.SYSTEM.PORT1=31337\n");
+	    fprintf(fconfif,"PSYBNC.SYSTEM.HOST1=*\n");
+	    fprintf(fconfif,"PSYBNC.HOSTALLOWS.ENTRY0=*;*\n");
+	    fclose(fconfif);
+	}
+    }
+    fconfif=fopen("config.h","r");
+    if(fconfif==NULL)
+    {
+	fconfif=fopen("config.h","w");
+	fprintf(fconfif,"/* Empty Config File */\n");
+	fclose(fconfif);
+    } else {
+	fclose(fconfif);
+    }
+    exit(0x0);
+}
blob - /dev/null
blob + f30abe2deae3e289b0d5f8a3250c707ce91c2c20 (mode 644)
--- /dev/null
+++ tools/makesalt.c
@@ -0,0 +1,103 @@
+/************************************************************************
+ *   psybnc, tools/makesalt.c
+ *   Copyright (C) 2001 the most psychoid  and
+ *                      the cool lam3rz IRC Group, IRCnet
+ *			http://www.psychoid.lam3rz.de
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <strings.h>
+#include <time.h>
+
+char rbuf[100];
+
+const char *randstring(int length)
+{
+    char *po;
+    int i;
+    po=rbuf;
+    if (length>100) length=100;
+    for(i=0;i<length;i++) {*po=(char)(0x61+(rand()&15)); po++;}
+    *po=0;
+    po=rbuf;
+    return po;
+}
+
+int main(void)
+{
+
+    FILE* salt;
+    int saltlen1;
+    int saltlen2;
+    int foo;
+    srand(time(NULL));
+    saltlen1=(rand()&20)+5;
+    saltlen2=(rand()&20)+5;
+    if ( (salt=fopen("salt.h","r"))!=NULL) {
+	fclose(salt);
+	printf("Using existent Salt-File\n");
+	exit(0x0);
+    }
+    printf("Creating Salt File\n");
+    if ( (salt=fopen("salt.h","w"))==NULL) {
+	printf("Cannot created Salt-File.. aborting\n");
+	exit(0x1);
+    }
+    fprintf(salt,"/* The 1. Salt -> string containing anything, %d chars */\n",saltlen1);
+    fprintf(salt,"#define SALT1 %c%s%c\n",34,randstring(saltlen1),34);
+    fprintf(salt,"\n");
+    fprintf(salt,"/* The 2. Salt -> string containing anything, %d chars */\n",saltlen2);
+    fprintf(salt,"#define SALT2 %c%s%c\n",34,randstring(saltlen2),34);
+    fprintf(salt,"\n");
+    fprintf(salt,"/* the 1. Code -> a one byte startup code */\n");
+    fprintf(salt,"#define CODE1 %d\n",64+(rand()&15));
+    fprintf(salt,"\n");
+    fprintf(salt,"/* the 2. Code -> a one byte startup code */\n");
+    fprintf(salt,"#define CODE2 %d\n",64+(rand()&15));
+    fprintf(salt,"\n");
+    fprintf(salt,"/* the 1. Salt Offset -> value from 0-%d */\n",saltlen1-1);
+    fprintf(salt,"#define SA1 %d\n",rand()&(saltlen1-1));
+    fprintf(salt,"\n");
+    fprintf(salt,"/* the 2. Salt Offset -> value from 0-%d */\n",saltlen2-1);
+    fprintf(salt,"#define SA2 %d\n",rand()&(saltlen2-1));
+    fprintf(salt,"\n");
+    fprintf(salt,"/* the make salt routine */\n");
+    fprintf(salt,"/* dont wonder about the redundance, its needed to somehow hide the fully salts */\n");
+    fprintf(salt,"\n");
+    fprintf(salt,"/* salt buffers */\n");
+    fprintf(salt,"\n");
+    fprintf(salt,"unsigned char slt1[%d];\n",saltlen1+1);
+    fprintf(salt,"unsigned char slt2[%d];\n",saltlen2+1);
+    fprintf(salt,"\n");
+    fprintf(salt,"int makesalt(void)\n");
+    fprintf(salt,"{\n");
+    for (foo=0;foo<saltlen1;foo++) 
+        fprintf(salt,"    slt1[%d]=SALT1[%d];\n",foo,foo);
+    fprintf(salt,"    slt1[%d]=0;\n",saltlen1);
+    for (foo=0;foo<saltlen2;foo++) 
+        fprintf(salt,"    slt2[%d]=SALT2[%d];\n",foo,foo);
+    fprintf(salt,"    slt2[%d]=0;\n",saltlen2);
+    fprintf(salt,"    return 0x0;\n");
+    fprintf(salt,"}");
+    fprintf(salt,"\n");
+    fclose(salt);
+    printf("Salt File created. Move the Salt File to a safe location after\n");
+    printf("psyBNC was compiled and delete it on your shell. You will need\n");
+    printf("the File later for update Compiling.\n");
+    exit (0x0);
+}