X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5875d39c9ba19f518e691792524f2fd03261c825..1c5e12589c56fdc7830453422d7f428f1b00d565:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 551799e6b5..236ff46c06 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -810,6 +810,9 @@ /* Define if you have the putenv function. */ #define HAVE_PUTENV 1 +/* Define if you have the readdir_r function. */ +#undef HAVE_READDIR_R + /* Define if you have the setenv function. */ # if __CRTL_VER >= 70000000 #define HAVE_SETENV 1 @@ -928,15 +931,48 @@ /* Define if you have BSD flock() function. */ #undef HAVE_FLOCK +/* Define if you have getaddrinfo function. */ +#define HAVE_GETADDRINFO 1 + +/* Define if you have a gethostbyname_r function taking 6 arguments. */ +#undef HAVE_FUNC_GETHOSTBYNAME_R_6 + +/* Define if you have a gethostbyname_r function taking 5 arguments. */ +#undef HAVE_FUNC_GETHOSTBYNAME_R_5 + +/* Define if you have a gethostbyname_r function taking 3 arguments. */ +#undef HAVE_FUNC_GETHOSTBYNAME_R_3 + +/* Define if you only have a gethostbyname function */ +#define HAVE_GETHOSTBYNAME 1 + /* Define if you have the gethostname function. */ #define HAVE_GETHOSTNAME 1 +/* Define if you have a getservbyname_r function taking 6 arguments. */ +#undef HAVE_FUNC_GETSERVBYNAME_R_6 + +/* Define if you have a getservbyname_r function taking 5 arguments. */ +#undef HAVE_FUNC_GETSERVBYNAME_R_5 + +/* Define if you have a getservbyname_r function taking 4 arguments. */ +#undef HAVE_FUNC_GETSERVBYNAME_R_4 + +/* Define if you only have a getservbyname function */ +#define HAVE_GETSERVBYNAME 1 + +/* Define if you have the gmtime_r function. */ +#undef HAVE_GMTIME_R + /* Define if you have the inet_addr function. */ #define HAVE_INET_ADDR 1 /* Define if you have the inet_aton function. */ #define HAVE_INET_ATON 1 +/* Define if you have the localtime_r function. */ +#undef HAVE_LOCALTIME_R + /* Define if you have the mktemp function. */ #define HAVE_MKTEMP 1