home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / ISPELL / RTR / ISPELL. next >
Encoding:
Text File  |  1998-07-24  |  1.4 KB  |  43 lines

  1. --- local.h.orig    Fri Feb 24 09:42:02 1995
  2. +++ local.h    Fri Feb 24 09:55:08 1995
  3. @@ -35,7 +35,8 @@
  4.   * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  5.   * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  6.   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7. - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  8. +#undef  NO8BIT
  9. +#define SUN4_IS_STUPID
  10.   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  11.   * SUCH DAMAGE.
  12.   */
  13. @@ -86,12 +87,12 @@
  14.  /*
  15.   * Important directory paths
  16.   */
  17. -#define BINDIR    "/usr/local/bin"
  18. -#define LIBDIR    "/usr/local/lib"
  19. -#define ELISPDIR "/usr/local/lib/emacs/site-lisp"
  20. -#define TEXINFODIR "/usr/local/info"
  21. -#define MAN1DIR    "/usr/local/man/man1"
  22. -#define MAN4DIR    "/usr/local/man/man4"
  23. +#define BINDIR    "<installdir>/bin"
  24. +#define LIBDIR    "<installdir>/lib"
  25. +#define ELISPDIR "<installsharedir>/<prefix>lib/emacs/lisp"
  26. +#define TEXINFODIR "<installsharedir>/<prefix>lib/emacs/info"
  27. +#define MAN1DIR    "<installsharedir>/man/man1"
  28. +#define MAN4DIR    "<installsharedir>/man/man4"
  29.  
  30.  /*
  31.   * Place any locally-required #include statements here
  32. --- config.X.orig    Mon Jan 23 13:28:24 1995
  33. +++ config.X    Fri Feb 24 10:14:48 1995
  34. @@ -119,7 +119,7 @@
  35.  ** values of other definitions.
  36.  */
  37.  #ifndef CC
  38. -#define CC    "cc"
  39. +#define CC    "gcc"
  40.  #endif /* CC */
  41.  #ifndef EMACS
  42.  #define EMACS    "emacs"
  43.