Committing in .

configuration update for OpenVMS

 Modified Files:
 	wxWidgets/setup.h_vms
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2005-12-23 07:42:38 +00:00
parent ec4a2b5df2
commit 39b7aa3f5e

View File

@ -53,7 +53,7 @@
#define HAVE_SSIZE_T 1 #define HAVE_SSIZE_T 1
/* Define if you have the ANSI C header files. */ /* Define if you have the ANSI C header files. */
#define STDC_HEADERS #define STDC_HEADERS 1
/* Define to `int' if <sys/types.h> doesn't define. */ /* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t #undef uid_t
@ -962,7 +962,12 @@
#define HAVE_GETSERVBYNAME 1 #define HAVE_GETSERVBYNAME 1
/* Define if you have the gmtime_r function. */ /* Define if you have the gmtime_r function. */
#if __CRTL_VER >= 70000000 && \
(defined _POSIX_C_SOURCE || !defined _ANSI_C_SOURCE)
#define HAVE_GMTIME_R 1
#else
#undef HAVE_GMTIME_R #undef HAVE_GMTIME_R
#endif
/* Define if you have the inet_addr function. */ /* Define if you have the inet_addr function. */
#define HAVE_INET_ADDR 1 #define HAVE_INET_ADDR 1
@ -971,7 +976,12 @@
#define HAVE_INET_ATON 1 #define HAVE_INET_ATON 1
/* Define if you have the localtime_r function. */ /* Define if you have the localtime_r function. */
#if __CRTL_VER >= 70000000 && \
(defined _POSIX_C_SOURCE || !defined _ANSI_C_SOURCE)
#define HAVE_LOCALTIME_R 1
#else
#undef HAVE_LOCALTIME_R #undef HAVE_LOCALTIME_R
#endif
/* Define if you have the mktemp function. */ /* Define if you have the mktemp function. */
#define HAVE_MKTEMP 1 #define HAVE_MKTEMP 1