#ifdef ibm032
#include "config/m-ibmrt.h"
#include "config/s-bsd4-3.h"
#endif
#ifdef vax
#define BSD 43
#include "config/m-vax.h"
#include "config/s-bsd4-3.h"
#if defined(__ultrix) || defined(ultrix)
#define C_SWITCH_SYSTEM -I/usr/local/X11/include
#define C_SWITCH_MACHINE -mvax9000
#define LIB_X11_LIB -L/usr/local/X11/lib -lX11
#endif
#endif
#ifdef mips
#define BSD 43
#include "config/m-mips.h"
#include "config/s-bsd4-3.h"
#define C_COMPILER gcc
#define C_OPTIMIZE_SWITCH -O2 -finline-functions
#define LIB_GCC `gcc -print-libgcc-file-name`
#endif
#ifdef _IBMR2
#include "config/m-ibmrs6000.h"
#include "config/s-aix3-1.h"
#define HAVE_ALLOCA
#endif
#ifdef sun4
#include "config/m-sparc.h"
#include "config/s-sunos5.h"
#endif

#ifndef C_COMPILER
#define C_COMPILER gcc -pipe
#define C_OPTIMIZE_SWITCH -O2 -finline-functions
#define LIB_GCC `gcc -print-libgcc-file-name`
#endif

/* Get consistent definitions for all systems. */
#undef VALBITS
#undef GCTYPEBITS

#define VALBITS 26
#define GCTYPEBITS 5


/*
 * $Revision: 1.7 $
 * $Source: /import/kaplan/stable/distrib/epoch-4.2/src/RCS/config.h-dist,v $
 * $Date: 92/07/12 20:47:38 $
 * $Author: marca $
 */

/* GNU Emacs site configuration template file.
   Copyright (C) 1988 Free Software Foundation, Inc.

This file is part of GNU Emacs.

GNU Emacs is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 1, or (at your option)
any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs; see the file COPYING.  If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */

/* Load in the conversion definitions if this system
   needs them and the source file being compiled has not
   said to inhibit this.  There should be no need for you
   to alter these lines.  */

#ifdef SHORTNAMES
#ifndef NO_SHORTNAMES
#include "../shortnames/remap.h"
#endif /* not NO_SHORTNAMES */
#endif /* SHORTNAMES */

/* Define MAINTAIN_ENVIRONMENT if environment should be passed to subshells */

/* #define MAINTAIN_ENVIRONMENT */

/* Define HAVE_X_WINDOWS if you want to use the X window system.  */

#define HAVE_X_WINDOWS

/* Define X11 if you want to use version 11 of X windows.
   Otherwise, Emacs expects to use version 10.  */

#define X11

/* Define `subprocesses' should be defined if you want to
   have code for asynchronous subprocesses
   (as used in M-x compile and M-x shell).
   These do not work for some USG systems yet;
   for the ones where they work, the s-*.h file defines this flag.  */

#ifndef VMS
#ifndef USG
#define subprocesses
#endif
#endif

/* For systems that don't support void *'s, change void to char */
#define VOID void

/* Define USER_FULL_NAME to return a string
   that is the user's full name.
   It can assume that the variable `pw'
   points to the password file entry for this user.

   At some sites, the pw_gecos field contains
   the user's full name.  If neither this nor any other
   field contains the right thing, use pw_name,
   giving the user's login name, since that is better than nothing.  */

#define USER_FULL_NAME pw->pw_gecos

/* Define AMPERSAND_FULL_NAME if you use the convention
   that & in the full name stands for the login id.  */

/* #define AMPERSAND_FULL_NAME */

/* # bytes of pure Lisp code to leave space for.
   Note that s-vms.h and m-sun2.h may override this default.  */

#ifndef PURESIZE
#ifdef HAVE_X_WINDOWS
#define PURESIZE 220000
#else
#define PURESIZE 120000
#endif
#endif

/* Define HIGHPRI as a negative number
   if you want Emacs to run at a higher than normal priority.
   For this to take effect, you must install Emacs with setuid root.
   Emacs will change back to the users's own uid after setting
   its priority.  */

/* #define HIGHPRI */

/* Define DEFINE_CHANGE_FUNCTIONS if you wish to use Epoch 
 * with the before and after-change hooks.
 */
/* #define DEFINE_CHANGE_FUNCTIONS */

/* Define EIGHTBIT_KEYBOARD if you want keys in range 0240 to 0377
 * to insert corresponding eight-bit characters.
 */
/* #define EIGHTBIT_KEYBOARD */

/* Define HAVE_GRAPHIC_ZONES if you wish Epoch to support addition of 
 * display of pixmaps as graphic zones in buffers.
 */
/* #define HAVE_GRAPHIC_ZONES */

#ifdef HAVE_GRAPHIC_ZONES

/* Linker command to include XPM library */
#define LIBXPM -lXpm

#endif /* HAVE_GRAPHIC_ZONES */
