view acconfig.h @ 101:ce8191c38f44 noffle

[svn] * configure, configure.in: Changed the --enable-debug option of configure. It now accepts the parameters 'no', 'min' and 'yes', i.e. no compiler- warnings, minimum compiler-warnings and maximum compiler-warnings. Default is 'min'. Stable releases should have 'no' as default, IHMO. * NEWS: Update.
author uh1763
date Mon, 29 May 2000 17:35:01 +0100
parents 2842f50feb55
children fd821441f016
line wrap: on
line source

/* For use by autoheader */

#ifndef CONFIG_H
#define CONFIG_H    /* To stop multiple inclusions. */

/* The NOFFLE config-file */
#undef CONFIGFILE

/* The default NOFFLE spool-directory */
#undef SPOOLDIR

/* Enable GNU extensions. */
#undef _GNU_SOURCE

/* Define to 'unsigned int' if not already defined by the system. */
#undef socklen_t


@TOP@
/* autoheader generated things inserted here. */
@BOTTOM@


#endif /* CONFIG_H */