home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
mm
/
mm-ccmd-0.91-20031017.tar.gz
/
mm-ccmd-0.91-20031017.tar
/
work
/
mm
/
config.h-panix
< prev
next >
Wrap
Text File
|
2002-03-01
|
1KB
|
41 lines
/*
* Configuration file for PANIX installations
*/
#define MM_PANIX 1 /* Enable PANIX mods to newmail.c etc */
#define MAIL_USE_LOCKFILE /* PANIX uses path.lock mailfile locking */
/* First get general sys-dependent stuff for appropriate OS
*/
#include "sysh/s-bsd44.h"
/*#include "sysh/s-bsd43.h"*/ /* The old panix include */
/* Now apply any desired modifications to stuff from s-*.h
*/
/* Now set anything from pathnames.h where we don't like the defaults
*/
#define TMPDIR "/tmp"
#define EDITOR "vi"
#define BUGSTO "bug-mm"
#define LIBDIR "/pkg/mm-0.90-20000926/libdata/mm"
#define SYSINIT LIBDIR "/mm.conf"
#define HELPFILE LIBDIR "/mm.help"
#define HELPDIR LIBDIR "/help"
#define MMAIL_PATH LIBDIR "/mmail.el"
#define MOVEMAIL LIBDIR "/movemail"
#define USAGEFILE LIBDIR "/usage.log"
/* Now apply certain config settings that used to be in the s-*.h files
* but really are installation specific. For a full list of these, see
* the file config.h-generic.
*/
/*#define HOSTNAME "myhost"*/ /* local hostname if cannot lookup */
/*#define LOCALDOMAIN ".mydomain.edu"*/ /* local domain if cannot lookup */
#define HIDDENNET "panix.com" /* fake outgoing host name */
#define FORWARD_FILE ".forward" /* .forward file name if used */
#define GNUEMACS "emacs" /* name of GNU Emacs if present */
/*#define HAVE_YP */ /* use yp? */
#define HAVE_NFS /* NFS used for some mail files? */
#undef HAVE_QUOTAS /* have and use quota support? */