|
|
1.1 ! root 1: /* ! 2: * UAE - The Un*x Amiga Emulator ! 3: * ! 4: * Target specific stuff, X11 version ! 5: * ! 6: * Copyright 1997 Bernd Schmidt ! 7: */ ! 8: ! 9: #ifndef USE_DGA_EXTENSION ! 10: #if SHM_SUPPORT_LINKS == 1 ! 11: #define TARGET_SPECIAL_OPTIONS \ ! 12: { "x", " -x : Hide X11 mouse cursor\n" }, \ ! 13: { "T", " -T : Use MIT-SHM extension\n" }, \ ! 14: { "L", " -L : Use low bandwidth mode\n" }, ! 15: #else ! 16: #define TARGET_SPECIAL_OPTIONS \ ! 17: { "x", " -x : Hide X11 mouse cursor\n" }, \ ! 18: { "L", " -L : Use low bandwidth mode\n" }, ! 19: #endif ! 20: ! 21: #endif /* not DGA */ ! 22: ! 23: #if !defined USING_TCL_GUI && !defined USING_FORMS_GUI && !defined USING_GTK_GUI ! 24: #define UNSUPPORTED_OPTION_G ! 25: #endif ! 26: ! 27: #define OPTIONSFILENAME ".uaerc" ! 28: #define OPTIONS_IN_HOME ! 29: ! 30: #define DEFPRTNAME "lpr" ! 31: #define DEFSERNAME "/dev/ttyS1" ! 32: ! 33: #define PICASSO96_SUPPORTED
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.