view pwplib/config.h @ 36:d803c129c1e2

Obviously this is a bug, fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 01:23:01 +0300
parents acb5694e93d9
children
line wrap: on
line source

#define DRIVE_VIDEO
#define DRIVE_AUDIO

#define DRIVE_GB

#ifdef UNIX
#define __POSIX__
#define DRIVE_UNIX
#define DRIVE_TTY
#define DRIVE_TTY_ANSI
#define DRIVE_TTY_DEC
#undef  DRIVE_TTY_VT200
#define HAVE_TTYSTUFF
#endif