attempting to fix sa_handler signature for IRIX

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-04-01 16:34:20 +00:00
parent 94f171bf97
commit 101c20d554
4 changed files with 258 additions and 166 deletions

View File

@@ -636,6 +636,9 @@
/* The type of 3rd argument to getsockname() - usually size_t or int */
#undef SOCKLEN_T
/* The signal handler prototype */
#undef wxTYPE_SA_HANDLER
/* gettimeofday() usually takes 2 arguments, but some really old systems might
* have only one, in which case define WX_GETTIMEOFDAY_NO_TZ */
#undef WX_GETTIMEOFDAY_NO_TZ
@@ -721,6 +724,9 @@
/* Define if you have the dlopen function. */
#undef HAVE_DLOPEN
/* Define if you have the dlerror function. */
#undef HAVE_DLERROR
/* Define if you have the gethostname function. */
#undef HAVE_GETHOSTNAME