mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
Undefine PACKAGE* macros defined by autotools
We use our own macros. This makes it easier for other build systems.
This commit is contained in:
parent
47b3c9aa3f
commit
ab5c528de2
1 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue