www.nico.schottelius.org/software/gpm/browse_source/gpm-1.20.3/acconfig.h
Nico Schottelius 95a46c5577 import gpm from unix.schottelius.org
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-10-08 22:52:35 +02:00

13 lines
352 B
C

/* Copyright (C) 1998 Ian Zimmerman <itz@transbay.net> */
/* Copyright (C) 2002 Nico Schottelius <nico@schottelius.org> */
@TOP@
/* GPM release number as a string. */
#define GPM_RELEASE ""
/* release date as a string. */
#define GPM_RELEASE_DATE ""
/* define if the __u32 type exists either in sys/types.h or in linux/types.h */
#undef HAVE___U32