]> git.marmaro.de Git - mmh/blobdiff - acconfig.h
moved canonical guesses back into user config section of config.h
[mmh] / acconfig.h
index 5d2429e4b1f2bc98910ae85f5e28ed5b97f15f4e..af77c9ebacddfe3e9d9d3374d6eb1fc83d659bfb 100644 (file)
  * wish to change the features that are compiled into nmh.
  */
 
-/*
- * Define to 1 if you need to make `inc' set-group-id
- * because your mail spool is not world writable.  This
- * will add some extra security checks, although I can't
- * guarantee it is safe.  Also, you will need to change the
- * group and add the setgid bit to `inc' manually after
- * installation.
- */
-/* #define MAILGROUP  1 */
-
 /*
  * Turn on locale (setlocale) support
  */
  */
 #define WAITINT 1
 
-/***** END USER CONFIGURATION SECTION *****/
-@TOP@
+/* The following are autoconfigured, but you may wish to override the
+ * decisions of autoconf (and AC_CANONICAL_SYSTEM) and do your own
+ * thing. If so, you can modify the definitions. The Comments are as
+ * useful as ever. */
 
 /* Defined for Solaris 2.x, Irix, OSF/1, HP-UX, AIX, SCO5 */
 #undef SYS5
 #undef LINUX_STDIO
 
 
+/***** END USER CONFIGURATION SECTION *****/
+@TOP@
+
+
 /*
  * Define this if you want SMTP (simple mail transport protocol)
  * support.  When sending mail, instead of passing the message to
  */
 #undef ATTVIBUG
 
+/*
+ * Define to 1 if you need to make `inc' set-group-id because your mail spool is
+ * not world writable.  There are no guarantees as to the safety of doing this,
+ * but this #define will add some extra security checks.
+ */
+#undef MAILGROUP
+
 /* Define ruserpass as _ruserpass if your libraries have a bug *
  * such that it can't find ruserpass, but can find _ruserpass. */
 #undef ruserpass
 
 /* Define if your system has mkstemp */
 #undef HAVE_MKSTEMP
+
+/* Define if your system has db1/ndbm.h instead of ndbm.h (ppclinux) */
+#undef HAVE_DB1_NDBM_H