DEVEL15-ac-verbatim-include-undefs-20090109

LICENSE IPL10
FIXES 124077

the undefs for things which are not ac macros ended up outside the ac verbatim
blob. fix it.


(cherry picked from commit 2d07a62c38fea642d52c20ff86e8f72e3c16bbe0)
This commit is contained in:
Andrew Deason 2009-01-09 14:50:57 +00:00 committed by Derrick Brashear
parent 596bd64ba0
commit 0925bcfbf9

View File

@ -41,7 +41,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
# else # else
# undef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN
# endif # endif
#endif]) #endif
#undef AFS_AFSDB_ENV #undef AFS_AFSDB_ENV
#undef AFS_LARGEFILE_ENV #undef AFS_LARGEFILE_ENV
@ -81,7 +81,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#undef ENABLE_REDHAT_BUILDSYS #undef ENABLE_REDHAT_BUILDSYS
#if defined(ENABLE_REDHAT_BUILDSYS) && defined(KERNEL) && defined(REDHAT_FIX) #if defined(ENABLE_REDHAT_BUILDSYS) && defined(KERNEL) && defined(REDHAT_FIX)
#include "redhat-fix.h" #include "redhat-fix.h"
#endif #endif])
AC_CANONICAL_HOST AC_CANONICAL_HOST
SRCDIR_PARENT=`pwd` SRCDIR_PARENT=`pwd`