prozgui/acconfig.h

27 lines
423 B
C
Raw Normal View History

2010-08-31 16:20:51 +02:00
/* For use by autoheader. */
#ifndef CONFIG_H
#define CONFIG_H /* To stop multiple inclusions. */
/* Enable GNU extensions. */
#undef _GNU_SOURCE
#undef ENABLE_NLS
#undef HAVE_CATGETS
#undef HAVE_GETTEXT
#undef HAVE_LC_MESSAGES
#undef HAVE_STPCPY
/* Define to 'int' if not already defined by the system. */
#undef socklen_t
@TOP@
/* autoheader generated things inserted here. */
@BOTTOM@
#endif /* CONFIG_H */