home *** CD-ROM | disk | FTP | other *** search
- --- local.h.orig Fri Feb 24 09:42:02 1995
- +++ local.h Fri Feb 24 09:55:08 1995
- @@ -35,7 +35,8 @@
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- +#undef NO8BIT
- +#define SUN4_IS_STUPID
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- */
- @@ -86,12 +87,12 @@
- /*
- * Important directory paths
- */
- -#define BINDIR "/usr/local/bin"
- -#define LIBDIR "/usr/local/lib"
- -#define ELISPDIR "/usr/local/lib/emacs/site-lisp"
- -#define TEXINFODIR "/usr/local/info"
- -#define MAN1DIR "/usr/local/man/man1"
- -#define MAN4DIR "/usr/local/man/man4"
- +#define BINDIR "<installdir>/bin"
- +#define LIBDIR "<installdir>/lib"
- +#define ELISPDIR "<installsharedir>/<prefix>lib/emacs/lisp"
- +#define TEXINFODIR "<installsharedir>/<prefix>lib/emacs/info"
- +#define MAN1DIR "<installsharedir>/man/man1"
- +#define MAN4DIR "<installsharedir>/man/man4"
-
- /*
- * Place any locally-required #include statements here
- --- config.X.orig Mon Jan 23 13:28:24 1995
- +++ config.X Fri Feb 24 10:14:48 1995
- @@ -119,7 +119,7 @@
- ** values of other definitions.
- */
- #ifndef CC
- -#define CC "cc"
- +#define CC "gcc"
- #endif /* CC */
- #ifndef EMACS
- #define EMACS "emacs"
-