aboutsummaryrefslogtreecommitdiff
path: root/packages/vms/config-vms.h
AgeCommit message (Expand)Author
2009-06-11added header inclusion guardYang Tse
2009-05-02This wasn't intended to be committed.Yang Tse
2009-05-02Use build-time configured curl_socklen_t instead of socklen_tYang Tse
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse
2008-11-17if2ip.c related preprocessor cleanupYang Tse
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse
2008-09-24configure script now checks availability of the inet_ntop() function,Yang Tse
2008-09-24ntoa() and inet_ntoa_r() no longer usedYang Tse
2008-09-19HAVE_ALARM definition for static config-*.h filesYang Tse
2008-09-12ANSI C compatibility adjustmentYang Tse
2008-08-07Initial support of curlbuild.h and curlrules.h which allowsYang Tse
2008-07-21when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse
2008-07-17RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse
2008-07-16Configure process now checks availability of recvfrom() socket function andYang Tse
2008-05-21fix: socklen_t definition commentYang Tse
2007-08-11Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg
2007-03-28Update commentYang Tse
2007-01-31Marty Kuhrt's VMS updatesDaniel Stenberg
2006-11-24Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse
2006-07-25Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse
2006-07-11include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse
2006-07-04Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse
2006-07-04Platforms that don't have/run configure need default values in their config f...Yang Tse
2005-12-30changed HAVE_STRTOK to follow CRTL versionMarty Kuhrt
2005-03-11Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detectsDan Fandrich
2005-03-05Better cope with a failed or unavailable ftruncate().Dan Fandrich
2005-02-10Reduced the two config-vms.h_* files into this one.Marty Kuhrt