2006-03-31 Ken Raeburn <raeburn@mit.edu>
- * configure.in: Don't test word sizes.
+ * configure.in: Don't test word sizes. Remove the #undef lines
+ for the PACKAGE_ macros.
2006-03-30 Ken Raeburn <raeburn@mit.edu>
AH_TOP([
#ifndef KRB5_AUTOCONF_H
#define KRB5_AUTOCONF_H
-#if 0
-/* Leading comment stops autoconf/config.status from turning these
- into #define statements. But the preprocessor will still pay
- attention to them. (Comment removal is in translation phase 3;
- processing of #undef is phase 4.) */
-/*x*/#undef PACKAGE_NAME
-/*x*/#undef PACKAGE_VERSION
-/*x*/#undef PACKAGE_BUGREPORT
-/*x*/#undef PACKAGE_STRING
-/*x*/#undef PACKAGE_TARNAME
-#endif
])
AH_BOTTOM([
#if defined(__GNUC__) && !defined(inline)