The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
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