diff options
Diffstat (limited to 'plugins/FTPFileYM/curl/lib/config-os400.h')
| -rw-r--r-- | plugins/FTPFileYM/curl/lib/config-os400.h | 24 | 
1 files changed, 15 insertions, 9 deletions
diff --git a/plugins/FTPFileYM/curl/lib/config-os400.h b/plugins/FTPFileYM/curl/lib/config-os400.h index 208c029036..a290fe43d7 100644 --- a/plugins/FTPFileYM/curl/lib/config-os400.h +++ b/plugins/FTPFileYM/curl/lib/config-os400.h @@ -7,7 +7,7 @@   *                            | (__| |_| |  _ <| |___   *                             \___|\___/|_| \_\_____|   * - * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.   *   * This software is licensed as described in the file COPYING, which   * you should have received as part of this distribution. The terms @@ -277,30 +277,33 @@  /* Define if you have the <stdlib.h> header file. */  #define HAVE_STDLIB_H + +/* The following define is needed on OS400 to enable strcmpi(), stricmp() and +   strdup(). */ +#define __cplusplus__strings__ +  /* Define if you have the `strcasecmp' function. */  #undef HAVE_STRCASECMP  /* Define if you have the `strcmpi' function. */ -#undef HAVE_STRCMPI +#define HAVE_STRCMPI + +/* Define if you have the `stricmp' function. */ +#define HAVE_STRICMP  /* Define if you have the `strdup' function. */ -#undef HAVE_STRDUP +#define HAVE_STRDUP +  /* Define if you have the `strftime' function. */  #define HAVE_STRFTIME -/* Define if you have the `stricmp' function. */ -#undef HAVE_STRICMP -  /* Define if you have the <strings.h> header file. */  #define HAVE_STRINGS_H  /* Define if you have the <string.h> header file. */  #define HAVE_STRING_H -/* Define if you have the `strlcat' function. */ -#undef HAVE_STRLCAT -  /* Define if you have the `strlcpy' function. */  #undef HAVE_STRLCPY @@ -528,6 +531,9 @@  /* Define to use the QsoSSL package. */  #define USE_QSOSSL +/* Define to use the GSKit package. */ +#undef USE_GSKIT +  /* Use the system keyring as the default CA bundle. */  #define CURL_CA_BUNDLE  "/QIBM/UserData/ICSS/Cert/Server/DEFAULT.KDB"  | 
