diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-13 08:35:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-13 08:35:57 +0000 |
commit | 36f76396ea913b4596e6af3e7114e800d9aafef9 (patch) | |
tree | 369b5e0229194c8ad638fbdb542b1e357bb29c94 /lib/config-amigaos.h | |
parent | 1cb3cd1463c7a661863662dccf5c12600b4a4c70 (diff) | |
download | curl-36f76396ea913b4596e6af3e7114e800d9aafef9.tar.gz |
Diego Casorran's fixes to allow native AmigaOS builds
Diffstat (limited to 'lib/config-amigaos.h')
-rw-r--r-- | lib/config-amigaos.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/config-amigaos.h b/lib/config-amigaos.h index c4d3950d8..f0fa83e2f 100644 --- a/lib/config-amigaos.h +++ b/lib/config-amigaos.h @@ -1,4 +1,7 @@ +#ifndef LIBCURL_CONFIG_AMIGAOS_H +#define LIBCURL_CONFIG_AMIGAOS_H + #define HAVE_ARPA_INET_H 1 #define HAVE_GETHOSTBYADDR 1 #define HAVE_INET_ADDR 1 @@ -60,6 +63,7 @@ #define PACKAGE_STRING "curl -" #define PACKAGE_TARNAME "curl" #define PACKAGE_VERSION "-" +#define CURL_CA_BUNDLE "s:curl-ca-bundle.crt" #define RETSIGTYPE void #define SELECT_TYPE_ARG1 int @@ -77,3 +81,4 @@ # define O_RDONLY 0x0000 #endif +#endif /* LIBCURL_CONFIG_AMIGAOS_H */ |