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