forked from wxWidgets/wxWidgets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* Template for the set.h file for VMS * | ||
* Created from setup.h_in * | ||
* Author : J.Jansen ([email protected]) * | ||
* Date : 11 October 2012 * | ||
* Date : 21 January 2013 * | ||
* * | ||
*****************************************************************************/ | ||
|
||
|
@@ -1365,6 +1365,9 @@ typedef pid_t GPid; | |
/* Define if getgrgid_r is available. */ | ||
#undef HAVE_GETGRGID_R | ||
|
||
/* Define if setpriority() is available. */ | ||
#undef HAVE_SETPRIORITY | ||
|
||
/* Define if locale_t is available */ | ||
#undef HAVE_LOCALE_T | ||
|
||
|