1. the common helper functions are now in src/unix/utilsunx.cpp
2. POSIX threads are in src/unix/threadpsx.cpp 3. some more functions are detected using configure and not guessed from the platform type git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -380,8 +380,14 @@
|
||||
/* Define if you have nanosleep() */
|
||||
#undef HAVE_NANOSLEEP
|
||||
|
||||
/* Define if you have usleep() */
|
||||
#undef HAVE_USLEEP
|
||||
/* Define if you have vfork() */
|
||||
#undef HAVE_VFORK
|
||||
|
||||
/* Define if you have uname() */
|
||||
#undef HAVE_UNAME
|
||||
|
||||
/* Define if you have gethostname() */
|
||||
#undef HAVE_GETHOSTNAME
|
||||
|
||||
/* Define if you have sched_yield */
|
||||
#undef HAVE_SCHED_YIELD
|
||||
|
Reference in New Issue
Block a user