summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* ignoreYang Tse2009-02-131-0/+5
* check for poll() as it is done for other functionsYang Tse2009-02-131-1/+151
* Make checking for struct ifreq a prerequisite for settingDan Fandrich2008-11-201-4/+6
* user provided PATH_SEPARATOR always overrides auto-detected oneYang Tse2008-11-191-3/+1
* attempting to keep lines below 80 charsYang Tse2008-11-181-2/+4
* provide a common PATH_SEPARATOR check method which is required byYang Tse2008-11-182-2/+99
* check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse2008-11-181-1/+189
* Added more compiler warning options for gcc 4.3Dan Fandrich2008-11-171-0/+5
* Make configure script check if ioctl with the SIOCGIFADDR command can beYang Tse2008-11-171-1/+57
* fix leftover from previous commitYang Tse2008-11-171-2/+2
* fix inet_pton() runtime configure checkYang Tse2008-11-171-15/+4
* trim down configure script sizeYang Tse2008-11-161-0/+87
* fix typo affecting inclusion of <arpa/inet.h> in configureYang Tse2008-11-141-2/+2
* #include <string.h> in the getaddrinfo() runtime check for the memset() proto...Yang Tse2008-11-141-1/+3
* fix symbol definition check for fcntl.h inclusionYang Tse2008-11-141-2/+2
* #include <stdlib.h> in the getifaddrs() runtime check for the exit() prototypeYang Tse2008-11-141-1/+3
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-132-2/+857
* check for getifaddrs and freeifaddrs as it is done for other functionsYang Tse2008-11-081-1/+226
* check for freeaddrinfo() at configuration phaseYang Tse2008-10-301-1/+97
* update aclocal file serial numberYang Tse2008-10-301-1/+1
* remove verification of the freeability of the addrinfo struct pointer membersYang Tse2008-10-301-147/+0
* make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDRYang Tse2008-10-291-134/+132
* fix leftoverYang Tse2008-10-281-2/+2
* Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2008-10-281-0/+75
* Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2008-10-281-1/+259
* icc adjustments:Yang Tse2008-10-251-4/+2
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-241-0/+9
* icc permanent adjustment:Yang Tse2008-10-241-38/+40
* icc adjustments:Yang Tse2008-10-231-30/+51
* Raise message severity up to warning, when strerror_r() exists butYang Tse2008-10-231-2/+2
* #include <stdlib.h> for exit() prototypeYang Tse2008-10-231-1/+12
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-221-5/+17
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-211-0/+8
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-201-5/+11
* messages initially intended only for debug purposes, now become permanentYang Tse2008-10-191-4/+4
* fix missing double-quotesYang Tse2008-10-171-6/+6
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-161-1/+11
* Ensure that shell variable contents which have active meaningYang Tse2008-10-151-16/+58
* Adjust Watcom C warnings:Yang Tse2008-10-141-2/+2
* With this change Solaris target builds will now be done with _REENTRANT defined.Yang Tse2008-10-141-5/+23
* Adjust Tiny C basic options:Yang Tse2008-10-141-2/+2
* Adjust GCC warnings:Yang Tse2008-10-141-31/+61
* fix syntax errorYang Tse2008-10-141-1/+1
* Initial attempt to detect Watcom C compilerYang Tse2008-10-141-0/+60
* make naming scheme more consistent across whole fileYang Tse2008-10-131-75/+74
* Adjust GCC warnings:Yang Tse2008-10-131-2/+14
* Adjust GCC --enable-warnings:Yang Tse2008-10-131-1/+13
* adjust SGI MIPSpro C detectionYang Tse2008-10-121-1/+3
* LCC compiler adjustments:Yang Tse2008-10-121-4/+4
* remove extra spaceYang Tse2008-10-111-2/+2