/* 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 */



syntax highlighted by Code2HTML, v. 0.9.1