Update OpenVMS Build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2007-10-09 09:17:24 +00:00
parent 88664cda08
commit 5273b98ebe
2 changed files with 15 additions and 3 deletions

View File

@@ -1200,6 +1200,15 @@ typedef pid_t GPid;
/* Define if fdopen is available. */
#define HAVE_FDOPEN 1
/* Define if sysconf is available. */
#define HAVE_SYSCONF 1
/* Define if getpwuid_r is available. */
#undef HAVE_GETPWUID_R
/* Define if getgrgid_r is available. */
#undef HAVE_GETGRGID_R
/* ---------------------------------------------------------------------
Win32 adjustments section
---------------------------------------------------------------------