view pwplib/config.h @ 64:c272f66c5eb8

Add pwplib_end() to public header.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 06 Aug 2011 10:41:08 +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