mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
17 lines
361 B
C
17 lines
361 B
C
#define _INCLUDE_DRIVER_H
|
|
|
|
// for debug outputs
|
|
#define DRIVER_TYPE "MudOS"
|
|
|
|
// amylaar has closures
|
|
#define DRIVER_HAS_CLOSURES
|
|
|
|
// mudos provides "compile_object" in master.c, too!!
|
|
#define DRIVER_HAS_RENAMED_CLONES
|
|
|
|
// MudOS is unable to #include NET_PATH "something.i"
|
|
#define DRIVER_HAS_BROKEN_INCLUDE
|
|
|
|
// MudOS socket interface
|
|
#define DRIVER_HAS_SOCKET
|
|
|