index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
vms
/
config-vms.h
Age
Commit message (
Expand
)
Author
2010-01-28
Use 'size_t' for GETNAMEINFO_TYPE_ARG2 definition for VMS.
Yang Tse
2009-12-30
VMS specific preprocessor symbol definition adjustments
Yang Tse
2009-06-11
added header inclusion guard
Yang Tse
2009-05-02
This wasn't intended to be committed.
Yang Tse
2009-05-02
Use build-time configured curl_socklen_t instead of socklen_t
Yang Tse
2009-04-21
Moved potential inclusion of system's malloc.h and memory.h header files to
Yang Tse
2008-11-17
if2ip.c related preprocessor cleanup
Yang Tse
2008-11-13
Refactor configure script detection of functions used to set sockets into
Yang Tse
2008-09-24
configure script now checks availability of the inet_ntop() function,
Yang Tse
2008-09-24
ntoa() and inet_ntoa_r() no longer used
Yang Tse
2008-09-19
HAVE_ALARM definition for static config-*.h files
Yang Tse
2008-09-12
ANSI C compatibility adjustment
Yang Tse
2008-08-07
Initial support of curlbuild.h and curlrules.h which allows
Yang Tse
2008-07-21
when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will
Yang Tse
2008-07-17
RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined
Yang Tse
2008-07-16
Configure process now checks availability of recvfrom() socket function and
Yang Tse
2008-05-21
fix: socklen_t definition comment
Yang Tse
2007-08-11
Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
Daniel Stenberg
2007-03-28
Update comment
Yang Tse
2007-01-31
Marty Kuhrt's VMS updates
Daniel Stenberg
2006-11-24
Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE
Yang Tse
2006-07-25
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...
Yang Tse
2006-07-11
include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.
Yang Tse
2006-07-04
Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.
Yang Tse
2006-07-04
Platforms that don't have/run configure need default values in their config f...
Yang Tse
2005-12-30
changed HAVE_STRTOK to follow CRTL version
Marty Kuhrt
2005-03-11
Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects
Dan Fandrich
2005-03-05
Better cope with a failed or unavailable ftruncate().
Dan Fandrich
2005-02-10
Reduced the two config-vms.h_* files into this one.
Marty Kuhrt