Age | Commit message (Collapse) | Author |
|
CFLAGS from common.dj already defines it.
|
|
|
|
|
|
library.
|
|
|
|
|
|
|
|
--enable-debug for this library.
|
|
|
|
|
|
|
|
With the curl memory tracking feature decoupled from the debug build feature,
CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows:
CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug)
DEBUGBUILD used for debug enabled specific code (--enable-debug)
|
|
|
|
|
|
buildconf.bat is only for CVS tree builds.
|
|
|
|
archives. Used as a sentinel file in buildconf.bat to differentiate CVS builds.
|
|
|
|
|
|
Disable the '-export-symbols-regex' to discard this as the origin
of link failures related with shared libraries and non-GNU linkers.
|
|
|
|
|
|
|
|
timeval struct on VMS when building with _XOPEN_SOURCE_EXTENDED undefined due
to definition taking place in socket.h instead of time.h
|
|
|
|
|
|
|
|
|
|
|
|
systems which support external, undefined, symbols in shared libraries.
|
|
|
|
if library initialization has not been performed calling ares_library_init().
|
|
--enable-debug
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
c-ares can work even with no advapi32.dll at all.
|
|
RtlGenRandom, has been located or not. This function is only available on
WinXP and later. When unavailable c-ares uses portable rand() function.
|
|
CARES_HAVE_ARES_LIBRARY_INIT and CARES_HAVE_ARES_LIBRARY_CLEANUP
to ease the use of new capabilities.
- Move ares_version() prototype to ares.h
|
|
|