summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* Fix: Remove now this SIZEOF_CURL_OFF_T symbol definition.Yang Tse2008-08-101-1/+0
* Improve CURL_CHECK_DEFYang Tse2008-08-091-6/+8
* Fix IBM C and DEC/Compaq C compiler detectionYang Tse2008-08-091-4/+2
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-072-1/+26
* The minimum autoconf version required for this file is 2.50Yang Tse2008-08-051-3/+3
* - Fix by Tofu Linden:Daniel Stenberg2008-08-043-2/+31
* Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.Yang Tse2008-08-043-3/+41
* Adjust DEC/Compaq C compiler settings.Yang Tse2008-08-031-0/+2
* Another AC_TRY_LINK conversion to AC_LINK_IFELSE.Yang Tse2008-08-011-17/+21
* Sync up with realityYang Tse2008-08-012-3/+11
* Rename reentrant.m4 to avoid filename clash.Yang Tse2008-08-011-7/+29
* Add file version serial number that might be used by 'aclocal' and others.Yang Tse2008-07-301-0/+3
* Update copyright year.Yang Tse2008-07-301-1/+1
* Sync comment with reality.Yang Tse2008-07-301-1/+1
* Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way ofYang Tse2008-07-303-10/+3
* Add quoting for the AC_DEFINE arguments.Yang Tse2008-07-291-1/+1
* Also remove the whitespace.Yang Tse2008-07-291-1/+1
* Also remove the extra quoting.Yang Tse2008-07-291-2/+2
* Replace some '@%:@' quadigraphs by its actual representation '#'.Yang Tse2008-07-291-3/+3
* Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4Yang Tse2008-07-293-10/+8
* for debugging purposes show ACLOCAL_FLAGSYang Tse2008-07-281-0/+2
* These lines were unintentionally removed in previous commitYang Tse2008-07-271-0/+4
* Partially undo change that prevented SED, GREP, EGREP and AR from being chang...Yang Tse2008-07-271-13/+3
* Assert that SED and GREP are setYang Tse2008-07-271-0/+6
* Require autoconf 2.57 or newerYang Tse2008-07-271-5/+1
* When calling aclocal, user defined ACLOCAL_FLAGS will now precede ours.Yang Tse2008-07-271-1/+6
* move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONSYang Tse2008-07-271-2/+2
* setup.h handles definition of _REENTRANT based on NEED_REENTRANTYang Tse2008-07-272-14/+11
* Remove explicit inclusion of our m4 files first. It was interesting as a test,Yang Tse2008-07-271-8/+0
* Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse2008-07-272-743/+113
* Explicitly include our m4 files first. This might minimize the impactYang Tse2008-07-261-0/+8
* Add a 3 argument check for getprotobyname_rYang Tse2008-07-261-1/+27
* move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion pro...Yang Tse2008-07-253-2/+2
* add checks for strtok_r and getprotobyname_rYang Tse2008-07-241-0/+184
* Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse2008-07-245-26/+850
* reorder argument number detection for getservbyport_r toYang Tse2008-07-231-12/+12
* Make sure that configure process tests are done with the same _REENTRANTYang Tse2008-07-222-0/+28
* Change recvfrom's sixth argument data type to the 'historically standard' 'int'Yang Tse2008-07-211-1/+1
* use prototypes to improve getservbyport_r detectionYang Tse2008-07-211-13/+23
* Adjust recvfrom's sixth arg data type definition for NetWare (LIBC)Yang Tse2008-07-211-1/+1
* Use the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse2008-07-211-0/+7
* when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse2008-07-214-1/+21
* Adjust DEC/Compaq C compiler settingsYang Tse2008-07-201-2/+2
* Added "pointer to void" as another data type to check for the sixth argument ofYang Tse2008-07-201-1/+1
* Adjust DEC/Compaq C compiler settingsYang Tse2008-07-191-2/+4
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-176-29/+62
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-167-4/+228
* Initial DEC/Compaq C compiler detection and flagsYang Tse2008-07-161-0/+16
* Improved configure detection of number of arguments for getservbyport_rYang Tse2008-07-163-44/+97
* Allow --enable-largefile and --disable-largefile configurations.Yang Tse2008-07-154-9/+24