This was badly checked in
[libfirm] / acconfig.h
index 31620d3..1ff0e58 100644 (file)
@@ -1,7 +1,13 @@
 /*
- * libFIRM Project
- *
- * $Id$
+ * Project:     libFIRM
+ * File name:   acconfig.h
+ * Purpose:
+ * Author:      Till Riedel
+ * Modified by:
+ * Created:
+ * CVS-ID:      $Id$
+ * Copyright:   (c) 2002-2003 Universität Karlsruhe
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 
 /* define to enable debugging stuff. */
@@ -9,3 +15,6 @@
 
 /* Define to disable assertion checking.  */
 #undef NDEBUG
+
+/* Define to value "inline" for gcc inlineing. */
+#undef USE_GCC_INLINE