|
|
| File: [Development] / failsafe / FailSafe-mgr / acconfig.h (download)
Revision 1.1, Thu Jun 29 23:37:13 2000 UTC (17 years, 3 months ago) by rusty
file used for generating config.h.in, which is used for generating config.h |
#ifndef _FSMGR_CONFIG_H
#define _FSMGR_CONFIG_H
#include <sysadm/config.h>
/* Since we redefine these ourselves... Unfortunately these lines get
stripped by autoconf? autoheader? so we still get warnings. */
#undef PACKAGE
#undef VERSION
@TOP@
/* why do I have to have these? PACKAGE and VERSION are defined by
AM_INIT_AUTOMAKE, and the examples don't say anything about having
to mess with these things elsewhere. */
#undef PACKAGE
#undef VERSION
/* These are required? by GNU gettext. */
#undef ENABLE_NLS
#undef HAVE_CATGETS
#undef HAVE_GETTEXT
#undef HAVE_LC_MESSAGES
#undef HAVE_STPCPY
@BOTTOM@
#endif /* _FSMGR_CONFIG_H */