]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/chkconf.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / x11 / chkconf.h
index b587067185c3e682e732b6ed438664810e182445..c552e838fbe7d7365dade0dec23c02f7031c4670 100644 (file)
@@ -4,7 +4,6 @@
  * Author:      Julian Smart
  * Modified by:
  * Created:     01/02/97
- * RCS-ID:      $Id$
  * Copyright:   (c) Julian Smart
  * Licence:     wxWindows licence
  */
 #ifndef _WX_X11_CHKCONF_H_
 #define _WX_X11_CHKCONF_H_
 
-
 /* wxPalette is always needed */
 #if !wxUSE_PALETTE
 #   error "wxX11 requires wxUSE_PALETTE=1"
 #endif
 
+#if wxUSE_SOCKETS && !wxUSE_SELECT_DISPATCHER
+#   ifdef wxABORT_ON_CONFIG_ERROR
+#       error "wxSocket requires wxSelectDispatcher in wxX11"
+#   else
+#       undef wxUSE_SELECT_DISPATCHER
+#       define wxUSE_SELECT_DISPATCHER 1
+#   endif
+#endif
+
 #endif /* _WX_X11_CHKCONF_H_ */