From 810a67a80f1fb4dff3f715780dab0f5c150689d6 Mon Sep 17 00:00:00 2001 From: spanne 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: https://svn.code.sf.net/p/freeglut/code/trunk@545 7f0cb862-5218-0410-a997-914c9d46530a --- .gitattributes | 1 - freeglut/freeglut/acconfig.h | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 freeglut/freeglut/acconfig.h diff --git a/.gitattributes b/.gitattributes index 8f791ee..ef28c96 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,7 +8,6 @@ freeglut/freeglut/Makefile.am svn_keywords=Author+Date+Id+Revision freeglut/freeglut/NEWS svn_keywords=Author+Date+Id+Revision freeglut/freeglut/README svn_keywords=Author+Date+Id+Revision freeglut/freeglut/TODO svn_keywords=Author+Date+Id+Revision -freeglut/freeglut/acconfig.h svn_keywords=Author+Date+Id+Revision freeglut/freeglut/autogen.sh svn_keywords=Author+Date+Id+Revision freeglut/freeglut/configure.ac svn_keywords=Author+Date+Id+Revision freeglut/freeglut/doc/.cvsignore svn_keywords=Author+Date+Id+Revision diff --git a/freeglut/freeglut/acconfig.h b/freeglut/freeglut/acconfig.h deleted file mode 100644 index 0a38b07..0000000 --- a/freeglut/freeglut/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