/* include/config.h.  Generated automatically by configure.  */
#ifndef __CONFIG_H__

#define __CONFIG_H__

/* Define if you need to in order for stat and other things to work.  */
/* #undef _POSIX_SOURCE */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if you want to use Kerberos authentication.  */
#define KERBEROS 1

/* Define if you want Zephyr notifications of discuss transactions. */
#define ZEPHYR 1

/* Define if you have the <string.h> header file.  */
#define HAVE_STRING_H 1

/* Define if you have the <memory.h> header file.  */
#define HAVE_MEMORY_H 1

/* Define if you have the <unistd.h> header file.  */
#define HAVE_UNISTD_H 1

/* Define if you have the <fcntl.h> header file.  */
#define HAVE_FCNTL_H 1

/* Define if you have the <sysexits.h> header file */
/* #undef HAVE_SYSEXITS_H */

/* Define if you have the </usr/ucbinclude/sysexists.h> header file */
#define HAVE__USR_UCBINCLUDE_SYSEXITS_H 1

/* Define if you have the <sys/select.h> header file */
#define HAVE_SYS_SELECT_H 1

/* Define if you have the <termios.h> header file */
#define HAVE_TERMIOS_H 1
 
/* Define if your system has "dirent.h" */
/* #undef DIRENT */

/* Define if your system has sys/ndir.h */
/* #undef SYSNDIR */

/* Define if your system has sys/dir.h */
/* #undef SYSDIR */

/* Define if your system has ndir.h */
/* #undef NDIR */

/* Define if your system has union wait */
/* #undef HAVE_UNION_WAIT */

/* Define if your system has vprintf */
#define HAVE_VPRINTF 1

/* Define if your system has _do_prnt */
/* #undef HAVE_DOPRNT */

/* WEAK_REALM:  Defining WEAK_REALM will build a discuss server that
   accepts weak "I am who I say I am" authentication.  WeakServerRealm
   should be defined as the realm name that these clients will be
   authenticated as.  This variable may be used in conjunction with
   Kerberos authentication, in which case ACL's can be used to shut
   these weak users out. */
/* #define WEAK_REALM "???" */
/* #undef WEAK_REALM */

/* SERVER: This is the location of the discuss subprocess server.  When a
   client program accesses meetings on the same machine, discuss bypasses
   the network and creates a subprocess server.  Set this to the location
   of the server program, where disserve will be installed.
   Pathname for discuss stuff */
#define SERVER "/usr/local/bin/disserve"

/* SERVICE_NAME: This is the service name used to find a port number.
   The default is "discuss", port 2100/tcp. */
#define SERVICE_NAME "discuss"

/* SERVICE_PORT -- This is the default service port if SERVICE_NAME is
   not in /etc/services. */
#define SERVICE_PORT 2100

/* REALM: This is the name of the local Kerberos realm.  This is used to
   identify the administrative realm when using the "disserve" subprocess
   server, and the identity of non-authenticated users "???@REALM".  Set
   this to your local Kerberos realm if you have one, or a possible
   Kerberos realm name (the current convention is to use a Internet
   Domain name; e.g., "LCS.MIT.EDU").*/
#define REALM "ATHENA.MIT.EDU"

/* INFO_DIR: This is the directory where the command-based Discuss client
   finds its help files.  This would normally be under /usr/lib/discuss,
   or /usr/local/lib/discuss.  The help files are in the distribution
   under source/client/info; to install, copy/tar the directory into the
   desired location. */
#define INFO_DIR "/usr/local/lib/discuss/info"

/* DSC_SETUP: This name of the DSC_SETUP program.  This program is
   invoked by the various clients when a user first runs Discuss, to
   create an initial .meetings file. */
#define DSC_SETUP "dsc_setup"

#endif /* __CONFIG_H__ */
