Undefine PACKAGE* macros defined by autotools

We use our own macros.  This makes it easier for other build systems.
This commit is contained in:
Behdad Esfahbod 2008-08-28 17:36:43 -04:00
parent 47b3c9aa3f
commit ab5c528de2

View file

@ -50,6 +50,13 @@
#include "config.h"
#endif
/* We use our own macros */
#undef PACKAGE
#undef PACKAGE_NAME
#undef PACKAGE_STRING
#undef PACKAGE_TARNAME
#undef PACKAGE_VERSION
#include <assert.h>
#include <stdlib.h>
#include <string.h>