blob: a3f4402efe515d1f52d6078eba0ca773e18dd15f (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* acconfig.h
* This file is in the public domain.
*
* Descriptive text for the C preprocessor macros that
* the distributed Autoconf macros can define.
* These entries are sometimes used by macros
* which glade-- uses.
*/
#undef PACKAGE
#undef VERSION
|