1 /***************************************************************************
2                           acconfig.h  -  description
3                              -------------------
4     begin                : Sat Jan 1 2000
5     copyright            : (C) 2000 by Perdig
6     email                : perdig@linuxbr.com.br
7  ***************************************************************************/
8 
9 /***************************************************************************
10  *                                                                         *
11  *   This program is free software; you can redistribute it and/or modify  *
12  *   it under the terms of the GNU General Public License as published by  *
13  *   the Free Software Foundation; either version 2 of the License, or     *
14  *   (at your option) any later version.                                   *
15  *                                                                         *
16  ***************************************************************************/
17 /* Define if the C++ compiler supports BOOL */
18 #undef HAVE_BOOL
19 
20 #undef VERSION
21 
22 #undef PACKAGE
23 
24 #undef USE_SOUND
25 
26 #undef DATADIR
27 
28 #define GAMEDIR DATADIR "/share/xrally"
29 
30 /* Define if you need the GNU extensions to compile */
31 #undef _GNU_SOURCE
32