All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
automask.h
Go to the documentation of this file.
1 /*
2  * C Preprocessor definitions we do *NOT* want to leave defined autoconf.h
3  * Which are dependent on where the header is being used.
4  *
5  * Version: $Id: 6b85b36ea0a4e3ce0ecafc7013edc968228bd39b $
6  */
7 
8 
9 /*
10  * If were building a module we may have local PACKAGE_* defines if
11  * AC_INIT() was called with full arguments.
12  */
13 #ifdef IS_MODULE
14 # undef PACKAGE_BUGREPORT
15 # undef PACKAGE_NAME
16 # undef PACKAGE_STRING
17 # undef PACKAGE_TARNAME
18 # undef PACKAGE_URL
19 # undef PACKAGE_VERSION
20 #endif
21