view acconfig.h @ 476:29cccddfc307 noffle

[svn] * Makefile.am,Makefile.in: Remove unnecessary install option -D and relace all user.group params in chown with the more modern user:group. Rerun automake. MacOS X doesn't have -D on its install and its chown whinges about user.group. Thanks again to Andre Berger.
author bears
date Tue, 16 Mar 2004 11:44:43 +0000
parents c02c4eb95f95
children
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 NOFFLE users-file */
#undef USERSFILE

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

/* path to sendmail binary */
#undef SENDMAILPROG

/* Is authentication enabled? */
#undef USE_AUTH

/* Are we using PAM for authentication? */
#undef USE_PAM

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


#endif /* CONFIG_H */