Yang Tse
35b7d08768
move linkage var declarations to ares_getopt.h
18 years ago
Gunter Knauf
1d987360cb
use Makefile.inc to determine sources.
18 years ago
Gunter Knauf
72beefe4f4
ares_getopt() command-line parser function does not belong to actual c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c
18 years ago
Yang Tse
d741a92e20
ares_getopt() command-line parser function does not belong to actual
...
c-ares library. It is just a convinience source code helper function
for use in example programs adig.c and ahost.c
18 years ago
Yang Tse
bba777d6da
ares_getopt() command-line parser function does not belong to actual
...
c-ares library. It is just a convinience source code helper function
for use in example programs adig.c and ahost.c
18 years ago
Yang Tse
cd6a0a68b8
update MSVC project files with ares_getopt()
18 years ago
Yang Tse
088a4d923a
use ares_getopt for all platforms
18 years ago
Yang Tse
ddbe06ca13
add ares_getopt prototype
18 years ago
Yang Tse
8776d1564b
Rename function as ares_getopt()
18 years ago
Yang Tse
8438d08ff8
Replace tabs with spaces
18 years ago
Yang Tse
4dc8ca29b7
Add file ares_getopt.c
...
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.
18 years ago
Yang Tse
f68a45779d
convenience SIG_ATOMIC_T macro definition
18 years ago
Yang Tse
140d6b08fb
move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_once.h
18 years ago
Yang Tse
c8033a21a1
update copyright year
18 years ago
Yang Tse
c54589e39f
Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros
...
are not icc 9.0 specific.
18 years ago
Gunter Knauf
c719f57fd2
added variadic macro stuff.
18 years ago
Gunter Knauf
fbc5f78942
added CVS Id tag.
18 years ago
Gunter Knauf
f63729290b
fixed build to use compiler-default lib extension.
18 years ago
Yang Tse
b0c7d4c2b0
attempt to keep message length below 80 chars
18 years ago
Gisle Vanem
131ef7148c
Added a hack to work around the circular dependency when
...
CURL_DEBUG is defined.
18 years ago
Yang Tse
207cde73e2
show better description for AMD64-linux static libraries PIC check
18 years ago
Yang Tse
d85eb83c2b
remove code superceeded by the new method used to force
...
libtool to skip C++ and Fortran checks in patchset:
http://cool.haxx.se/cvs.cgi/curl/ares/configure.ac.diff?r1=1.60&r2=1.64
18 years ago
Yang Tse
1aadb5e290
fix test leftover in previous commit
18 years ago
Yang Tse
d8bc20eb43
force libtool to build static libraries with PIC on AMD64
18 years ago
Yang Tse
2077aa0859
Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way that
...
it fails if the macro that is being undefined is not already defined. To
make this work under all cases and be sure that at a certain point some
specific macro isn't defined we must use the following style in configure:
m4_ifdef([macro], [m4_undefine([macro])])
18 years ago
Dan Fandrich
fd68050fae
Autoconf 2.57 didn't like these m4_undefine for some reason (probably a bug).
...
Luckily, they weren't needed.
18 years ago
Yang Tse
3081021d88
skip libtool C++ and Fortran linker checks
18 years ago
Yang Tse
8449df4bd8
skip libtool C++ and Fortran checks
18 years ago
Gisle Vanem
2e3e4440e0
Added TOPDIR variable. Put dependencies in external file.
...
Added -DHAVE_STRUCT_TIMEVAL to CFLAGS.
18 years ago
Gisle Vanem
a627160041
Removed inclusion of <sys/types.h> in .c-files
...
since it's already included through "setup.h".
18 years ago
Yang Tse
7c76875958
include <sys/types.h> when checking availability of the bool type
18 years ago
Yang Tse
915e774a42
Check for stdbool.h at configuration stage, and include it if available.
...
Check for lowercase 'bool' type at configuration stage. If not available
provide a suitable replacement with a type definition of 'unsigned char'
in setup_once.h
Move definitions of TRUE and FALSE to setup_once.h
18 years ago
Yang Tse
5f5a8ca905
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
18 years ago
Gisle Vanem
908070821e
Cleanup WIN32 target using WSACleanup().
18 years ago
Yang Tse
3f00c1cc9a
Move header file inclusion logic and definition of timeval
...
struct for platforms that don't have it to setup_once.h
18 years ago
Gisle Vanem
324522a645
Added ares_parse_ns_reply.obj etc.
18 years ago
Gisle Vanem
b00a5ffbd8
INADDR_NONE no longer used.
18 years ago
Gisle Vanem
db1a0acb0f
Fixed typo.
18 years ago
Daniel Stenberg
c1bc4c19be
Vlad Dinulescu added ares_parse_ns_reply()
18 years ago
Yang Tse
7bf2332d7f
compiler warning fix
18 years ago
Yang Tse
679a675660
add debug messages for initialization failures
18 years ago
Yang Tse
385e6d0eea
fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.h
18 years ago
Yang Tse
ee2df583d3
Move portable error number symbolic name definitions to setup_once.h
18 years ago
Yang Tse
45b2661a5a
compiler warning fix
18 years ago
Yang Tse
675bdce3b2
compiler warning fix
18 years ago
Yang Tse
8595ddf7c4
add debug messages for fopen() failures
18 years ago
Yang Tse
69fa447354
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
18 years ago
Yang Tse
10a035e128
compiler warning fix
18 years ago
Yang Tse
c2f42a9bf4
introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO()
...
making them available to any source code file which includes "setup.h".
Macro SOCKERRNO / SET_SOCKERRNO() returns / sets the *socket-related* errno
(or equivalent) on this platform to hide platform details to code using it.
Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno
(or equivalent) on this platform to hide platform details to code using it.
18 years ago
Yang Tse
3c769f98e8
icc 9.0 when compiling its generated code for its own FD_SET,
...
FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593 .
So for icc 9.0 we also ignore warnings #1469 and #593 .
* 593 warns on "variable __d0 was set but never used"
* 1469 warns on "cc clobber ignored"
18 years ago