added xmalloc.h install
[libfirm] / acconfig.h
1 /*
2  * Project:     libFIRM
3  * File name:   acconfig.h
4  * Purpose:
5  * Author:      Till Riedel
6  * Modified by:
7  * Created:
8  * CVS-ID:      $Id$
9  * Copyright:   (c) 2002-2003 Universität Karlsruhe
10  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
11  */
12
13 /* define to enable debugging stuff. */
14 #undef DEBUG_libfirm
15
16 /* Define to disable assertion checking.  */
17 #undef NDEBUG
18
19 /* Define to value "inline" for gcc inlineing. */
20 #undef USE_GCC_INLINE