Added config support for building with IPX
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1670
This commit is contained in:
parent
ddba2a34fe
commit
45e55eb8d5
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
/* Define to 1 to enable internal modem support, requires SDL_net */
|
||||
#define C_MODEM 1
|
||||
|
||||
/* Define to 1 to enable IPX networking support, requires SDL_net */
|
||||
#define C_IPX 1
|
||||
|
||||
/* Enable some heavy debugging options */
|
||||
#define C_HEAVY_DEBUG 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue