From 311a58b92e6e05f1e8c5c8fa49fe027481f403e2 Mon Sep 17 00:00:00 2001 From: Sven Panne Date: Mon, 3 Jan 2005 09:07:00 +0000 Subject: [PATCH] Removed acconfig.h, it is deprecated and we don't need it. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@545 7f0cb862-5218-0410-a997-914c9d46530a --- acconfig.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 acconfig.h diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index 0a38b07..0000000 --- a/acconfig.h +++ /dev/null @@ -1,9 +0,0 @@ -/* Define if the C compiler supports BOOL */ -#undef HAVE_BOOL - -#undef VERSION - -#undef PACKAGE - -/* Define if you need the GNU extensions to compile */ -#undef _GNU_SOURCE -- 1.7.10.4