1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 10:52:20 +00:00
Commit Graph

38 Commits

Author SHA1 Message Date
09331032a0 build: config.dos renamed to config-dos.h 2010-12-03 04:35:05 +01:00
63627fa5ab remove all $Id$ lines 2010-03-27 19:42:02 +01:00
01c4c8ae3f Update my email address. Add ares_config.h as dependency for 'make depend'. 2009-09-07 10:01:17 +00:00
e391db0ef9 renamed generated config.h to ares_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h. 2009-07-14 13:38:50 +00:00
118797c376 Use select_s() and not select(). 2009-06-20 13:07:59 +00:00
a741386bec Remove HAVE_CONFIG_H definition from here,
CFLAGS from common.dj already defines it.
2009-06-13 20:52:30 +00:00
3f9b0ee3d9 initial step towards decoupling c-ares from libcurl for DOS 2009-06-13 18:13:00 +00:00
4d49566a3e DEBUGBUILD symbol definition for debug builds 2009-06-13 00:52:48 +00:00
42be22e1b1 $(OBJ_DIR)/ares_getopt.o must be cleaned explicitly. 2009-05-21 11:43:15 +00:00
3a55bbebf1 Use build-time configured ares_socklen_t instead of socklen_t 2009-05-02 02:36:47 +00:00
1c9b958700 Added '-DHAVE_LIMITS_H'. 2009-04-18 16:49:29 +00:00
614f245a4e Removed unneeded defines HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T,
RETSIGTYPE and HAVE_PROCESS_H.
2008-12-08 14:58:56 +00:00
e57dc7b768 Added '-DHAVE_GETHOSTNAME'. 2008-11-29 15:19:46 +00:00
65cafbe109 Refactor configure script detection of functions used to set sockets into
non-blocking mode, and decouple function detection from function capability.
2008-11-13 18:56:56 +00:00
c9b686488d Added HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMP
and HAVE_STRNCASECMP.
2008-09-21 13:03:07 +00:00
90167151c9 djgpp does have strdup(). 2008-09-12 14:13:36 +00:00
44ae9e4697 when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will
now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID
or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate.
2008-07-21 00:36:55 +00:00
2aeb0314f5 RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined
to the data type pointed by its respective argument and not the pointer type.
2008-07-17 03:07:54 +00:00
7dd6d7cbe1 Configure process now checks availability of recvfrom() socket function and
finds out its return type and the types of its arguments. Added definitions
for non-configure systems config files, and introduced macro sreadfrom which
will be used on udp sockets as a recvfrom() wrapper.
2008-07-16 19:16:41 +00:00
6bf4d4e843 Replaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET".
Added "-DHAVE_GETTIMEOFDAY". Trimmed lines.
2008-05-15 20:47:45 +00:00
4f9bf2ec64 Build acountry.exe. Added 'socklen_t' define. 2007-12-11 17:22:20 +00:00
8b280df27d Added needed 'HAVE_*' defines. 2007-10-08 14:39:52 +00:00
0fff58cc5f No need for USE_MANUAL. Use select_s() instead of select().
Added ares_getopt.o to program sample objects.
2007-04-16 16:52:56 +00:00
131ef7148c Added a hack to work around the circular dependency when
CURL_DEBUG is defined.
2007-03-17 17:56:21 +00:00
2e3e4440e0 Added TOPDIR variable. Put dependencies in external file.
Added -DHAVE_STRUCT_TIMEVAL to CFLAGS.
2007-02-27 15:35:06 +00:00
657c69ce9d Added HAVE_PROCESS_H for DOS/Win32.
Include <process.h> for getpid() in ares_init.c.
2007-02-06 19:09:57 +00:00
69b6529167 Remove '-Dselect=select_s'. Remove depend.dj- 2007-02-05 11:32:18 +00:00
65fc05826e Make sure RETSIGTYPE is properly defined 2006-11-25 01:02:52 +00:00
286eafac7b Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE
as appropriate for platforms that don't have autotools support
2006-11-24 16:38:58 +00:00
f34c89a9a2 Moved select_s() to Makefile.dj since select() is used in applications. 2006-11-07 13:29:15 +00:00
fe7b789e18 Updated dependencies to not include config.h. 2006-10-31 20:44:36 +00:00
91fd5ddd0c Rewritten to use ../packages/DOS/common.dj. 2006-10-31 17:24:25 +00:00
69dcc701cf Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support 2006-10-14 12:01:44 +00:00
8e55d1b7a1 Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'. 2005-11-14 13:40:16 +00:00
7500a2028e Update with "new" HAVE_xx. 2005-11-09 22:52:45 +00:00
5133b2b6b9 ZLIB_ROOT not needed 2004-08-19 15:24:49 +00:00
0724f32567 My first CVS commit just to see if this works.
BTW. Used eclipse IDE fo this, which really kicks ass.
2004-08-19 15:16:40 +00:00
6aa773d810 Gisle added makefile for djgpp builds 2004-07-01 13:53:13 +00:00