Unix implementation of wxDialUpManager.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-10-02 18:29:54 +00:00
parent 6782163029
commit 1c8515f9ab
6 changed files with 1121 additions and 702 deletions

View File

@@ -337,6 +337,10 @@
* Use sockets
*/
#define wxUSE_SOCKETS 0
/*
* Use dialup manager
*/
#define wxUSE_DIALUP_MANAGER 0
/*
* Use standard C++ streams if 1. If 0, use wxWin
* streams implementation.