This is local.h in view mode; [Download] [Up]
/* * Copyright 1988, 1989, by Geoff Kuenning, Manhattan Beach, CA * Permission for non-profit use is hereby granted. * All other rights reserved. * See "version.h" for a more complete copyright notice. */ /* * $Id: local.h.samp,v 1.5 91/08/10 14:09:39 geoff Exp $ * * $Log: local.h.samp,v $ * Revision 1.5 91/08/10 14:09:39 geoff * Fix a truly tiny typo. * * Revision 1.4 91/07/05 18:20:07 geoff * Fix the comment character in the Log * * Revision 1.3 91/05/27 21:48:01 geoff * Add NO8BIT as a preferred default. * * Revision 1.2 89/04/28 01:11:42 geoff * Change Header to Id; nobody cares about my pathnames. * * Revision 1.1 89/02/27 23:12:31 geoff * Initial revision * */ /* * This file is a sample local.h file. It shows what I believe nearly every * site will want to include in their local.h. You will probably want to * expand this file; see "config.X" to learn of #defines that you might * like to add to. */ #define CAPITALIZATION #define MINIMENU #undef NO8BIT /* HS, same as below */ #define MASKBITS 64 /* HS, for use with german.aff */ #define BAKEXT "~" /* HS, make it Edit-like */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.