95a46c5577
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
13 lines
352 B
C
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
|