/* config.h
 * This file was produced by running the config.h.SH script, which
 * gets its values from config.sh, which is generally produced by
 * running Configure.
 *
 * Feel free to modify any of this as the need arises.  Note, however,
 * that running config.h.SH again will wipe out any changes you've made.
 * For a more permanent change edit config.sh and rerun config.h.SH.
 * $Id: config.h.SH,v 4.4.3.1 1992/02/01 03:09:32 sob PATCH_3 sob $
 *
 * $Log: config.h.SH,v $
 * Revision 4.4.3.1  1992/02/01  03:09:32  sob
 *Release 4.4 Patchlevel 3
 *
 * Revision 4.4.2.1  1991/12/01  18:05:42  sob
 * Fixed problems with CTRLA flag.
 *
 * Revision 4.4  1991/09/09  20:18:23  sob
 * release 4.4
 *
 *
 * 
 */
/* This software is Copyright 1991 by Stan Barber. 
 *
 * Permission is hereby granted to copy, reproduce, redistribute or otherwise
 * use this software as long as: there is no monetary profit gained
 * specifically from the use or reproduction of this software, it is not
 * sold, rented, traded or otherwise marketed, and this copyright notice is
 * included prominently in any copy made. 
 *
 * The author make no claims as to the fitness or correctness of this software
 * for any use whatsoever, and it is provided as is. Any use of this software
 * is at the user's own risk. 
 */

/* name of the site.  May be overridden by HOSTFILE, gethostname, uname, etc. */
#define SITENAME "athena"
/*#undef HOSTFILE ""	/* defined if we read the hostname from a file */

/* domain name for the site */
#define OURDOMAIN "mit.edu"

/* name of the organization, may be a file name */
#define ORGNAME "Massachusetts Institute of Technology"

/* ignore the ORGANIZATION environment variable */
/*#undef IGNOREORG		/**/

/* login name of news administrator, if any. */
/*#undef NEWSADMIN "root"	/**/

/* news library, may use only ~ and %l expansion */
#define LIB "/mit/sipb/lib/rrn"

/* rn private library, may use ~ expansion, %x and %l */
#define RNLIB "/mit/sipb/lib/rrn/@sys"

/* location of the news spool directory, may use ~ expansion, %x and %l */
#define SPOOL "/tmp"

/* location of the active file, may use ~ expansion, %x and %l */
#define ACTIVE ""

/* define where the active.times file is kept if we're using it */
#define ACTIVE_TIMES "nntp"	/* including name */

/* location of spooled mail */
#define MAILFILE "/usr/spool/mail/%L"

/* default shell--ok to be a slow shell like csh */
#define PREFSHELL "/bin/csh"

/* default editor */
#define DEFEDITOR "/usr/athena/bin/emacs"

/* root uid */
#define ROOTID 0

/* what is the first character of a mailbox? */
#define MBOXCHAR 'F'

/* how to cancel an article */
#define CANCEL "/mit/sipb/bin/inews -h <%h"

/* distribution groups */
#define LOCDIST   "athena"
#define ORGDIST   "mit"
#define CITYDIST  "none"
#define STATEDIST "ma"
#define CNTRYDIST "usa"
#define CONTDIST  "na"

/*#undef index  strchr		/* cultural */
/*#undef rindex strrchr		/*  differences? */
/*#undef bcopy(s,d,n) memcpy((char*)d,(char*)s,(int)n)	/* Different */
/*#undef bzero(d,n)   memset((char*)d,0,(int)n)		/*  flavors. */
#define RENAME		/* is rename() a system call? */
#define TRUNCATE	/* is truncate() available? */
/*#undef CHSIZE		/* is chsize() available? */
#define TZSET		/* modern timezone functions? */
/*#undef void int	/* is void to be avoided? */
/*#undef vfork fork	/* is vfork too virtual? */
/*#undef SUNOS4		/* running SunOS 4.X? */
/*#undef EUNICE		/* no linking? */
/*#undef VMS		/* not currently used, here just in case */
/*#undef GETCWD		/* do we have getcwd()? */
#define GETWD		/* do we have getwd()? */
/*#undef USENDIR 	/* include ndir.c? */
/*#undef LIBNDIR 	/* include /usr/include/ndir.h? */
#define DIRTYPE dirent
#ifndef USENDIR
#define DIRINC <dirent.h>
#endif
#define MININACT	/* include 2.10.2 optimization? */
#define PORTABLE	/* do we do extra lookups to start up? */
#define PASSNAMES	/* do names come from the passwd file? */
			/*  (undef to take name from ~/.fullname) */
#define BERKNAMES	/* if so, are they Berkeley format? */
			/* (that is, ":name,stuff:") */
/*#undef USGNAMES	/* or are they USG format? */
			/* (that is, ":stuff-name(stuff):") */
/*#undef WHOAMI		/* should we include whoami.h? */
/*#undef RDCHK		/* do we have rdchk()? */
/*#undef TERMIO		/* is this a termio system? */
/*#undef TERMIOS 	/* is this a termios system? */
#define FCNTL		/* should we include fcntl.h? */
#define IOCTL		/* are ioctl args all defined in one place? */
/*#undef PTEM		/* has the ptem.h include file ? */
#define NORMSIG 	/* use signal rather than sigset? */
#define SIGBLOCK	/* use sigblock and sigsetmask */
/*#undef HAVESIGHOLD	/* use sighold and sigrelse */
#define SIGRET int	/* what does signal() return? */
#define HAVETERMLIB	/* do we have termlib-style routines? */
#define GETUIDGID	/* allow setuid (if possible) */
#define GETPWENT	/* should we include getpwent? */
#define INTERNET	/* does our mailer do INTERNET addressing? */
/*#undef GETHOSTNAME	/* do we have a gethostname function? */
/*#undef DOUNAME 	/* do we have a uname function? */
/*#undef PHOSTNAME ""	/* how to get host name with popen */
#define NORELAY 	/* 2.10.3 doesn't have Relay-Version line */
#define SERVER		/* rrn server code */
#define SERVER_FILE "/mit/sipb/etc/server"	/* news server file */
