diff options
Diffstat (limited to 'lib/curl_config.h')
| -rw-r--r-- | lib/curl_config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/curl_config.h b/lib/curl_config.h index e8d34704..77587ebe 100644 --- a/lib/curl_config.h +++ b/lib/curl_config.h @@ -1,6 +1,9 @@ /* lib/curl_config.h. Generated from curl_config.h.in by configure. */ /* lib/curl_config.h.in. Generated from configure.ac by autoheader. */ +/* to enable curl debug memory tracking */ +/* #undef CURLDEBUG */ + /* Location of default ca bundle */ /* #undef CURL_CA_BUNDLE */ @@ -76,9 +79,15 @@ /* Definition to make a library symbol externally visible. */ #define CURL_EXTERN_SYMBOL __attribute__ ((__visibility__ ("default"))) +/* IP address type in sockaddr */ +#define CURL_SA_FAMILY_T sa_family_t + /* built with multiple SSL backends */ /* #undef CURL_WITH_MULTI_SSL */ +/* enable debug build options */ +/* #undef DEBUGBUILD */ + /* your Entropy Gathering Daemon socket pathname */ /* #undef EGD_SOCKET */ |
