openbsd-ports/audio/tracker/files/config.h
espie 65dc494456 True tracker port, with native OpenBSD audio, synchronization of the display
with sounds, numerous minor bug-fix, and authorization to redistribute.
1998-10-02 17:19:44 +00:00

20 lines
277 B
C

/* config.h
vi:ts=3 sw=3:
*/
/* Configuration for OpenBSD */
#define IS_POSIX
#define USE_TERMIOS
#define USE_AT_EXIT
#define SCO_ANSI_COLOR
typedef void *GENERIC;
#define P(args) args
/* #define ID(x) */
#define ID(x) LOCAL char id[]= x ;
#define stricmp strcasecmp