[comp.emacs] gnu emacs source code

aks (Alan Stebbens) (11/09/90)

> I am looking for a copy of the source code for gnu emacs
> compilable on a DEC3100 running Ultrix Worksystem V2.1.

Get Gnu Emacs from prep.ai.mit.edu.

The following #includes were used in an otherwise standard config.h file
from Emacs 18.55

#include "s-bsd4-3.h"

#include "m-pmax.h"

The following were the significant #defines:

#define HAVE_X_WINDOWS
#define X11
#define C_DEBUG_SWITCH -g3

Good luck.
Alan Stebbens <aks@hub.ucsb.edu>