The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
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