Committing in .

Update OpenVMS configuration files

 Modified Files:
 	wxWidgets/setup.h_vms


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2006-10-30 09:37:37 +00:00
parent e822c5c9a6
commit e0a717e94d

View File

@@ -1,9 +1,9 @@
/***************************************************************************** /*****************************************************************************
* * * *
* Template for the set.h file for VMS * * Template for the set.h file for VMS *
* Created from setup.h_in * * Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
* Date : 25 October 2006 * * Date : 30 October 2006 *
* * * *
*****************************************************************************/ *****************************************************************************/
@@ -537,6 +537,8 @@ typedef pid_t GPid;
#define wxUSE_LIBTIFF 1 #define wxUSE_LIBTIFF 1
#define wxUSE_TGA 1
#define wxUSE_GIF 1 #define wxUSE_GIF 1
#define wxUSE_PNM 1 #define wxUSE_PNM 1
@@ -939,6 +941,9 @@ typedef pid_t GPid;
/* Define if you have strptime() declaration */ /* Define if you have strptime() declaration */
#define HAVE_STRPTIME_DECL 1 #define HAVE_STRPTIME_DECL 1
/* Define if you have strtoull() and strtoll() */
#define HAVE_STRTOULL 1
/* Define if you have all functions to set thread priority */ /* Define if you have all functions to set thread priority */
#define HAVE_THREAD_PRIORITY_FUNCTIONS 1 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
@@ -969,6 +974,9 @@ typedef pid_t GPid;
/* Define if you have wcslen function */ /* Define if you have wcslen function */
#define HAVE_WCSLEN 1 #define HAVE_WCSLEN 1
/* Define if you have wcstoull() and wcstoll() */
#undef HAVE_WCSTOULL
/* define if you have vsscanf function */ /* define if you have vsscanf function */
#undef HAVE_VSSCANF #undef HAVE_VSSCANF