implemented wxSingleInstanceChecker for Unix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-06-08 23:42:59 +00:00
parent fae9f59039
commit 4f3c5f06ff
6 changed files with 1017 additions and 631 deletions

View File

@@ -179,6 +179,11 @@
*/
#define wxUSE_ON_FATAL_EXCEPTION 0
/*
* Use wxSingleInstanceChecker class
*/
#define wxUSE_SNGLINST_CHECKER 0
/*
* Use constraints mechanism
*/
@@ -758,6 +763,12 @@
/* Define if you have the dlerror function. */
#undef HAVE_DLERROR
/* Define if you have Posix fnctl() function. */
#undef HAVE_FCNTL
/* Define if you have BSD flock() function. */
#undef HAVE_FLOCK
/* Define if you have the gethostname function. */
#undef HAVE_GETHOSTNAME