annotate msdos/sed4.inp @ 14974:b99490300747

[MSDOS]: If DJGPP version 2, include fcntl.h. (_crt0_startup_flags): Initialize it. (internal_terminal_init): Change handling of EMACSCOLORS. (init_environment): Call tzset, not init_gettimeofday. (ctrl_break_vector, ctrl_break_regs): Don't define if DJGPP v2. (ctrl_break_func, install_ctrl_break_check): Don't define if DJGPP v2. (dos_ttraw) [DJGPP v2]: Don't call install_ctrl_break_check. Call setmode at the end and exit. (dos_ttcooked): Call setmode at the end and exit. (gethostname, gettimeofday): Don't define if DJGPP v2. (alarm, fork, kill, nicr, pause, sigsetask): Don't define if DJGPP v2.
author Richard M. Stallman <rms@gnu.org>
date Wed, 10 Apr 1996 04:13:40 +0000
parents 39900cf5226a
children a4fb0c9be609
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7818
39900cf5226a entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 # -sed4.inp-------------------------------------------------------------
39900cf5226a entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2 # Configuration script for src/paths.h
39900cf5226a entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 # ----------------------------------------------------------------------
39900cf5226a entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 /^#define *PATH_LOADSEARCH/s/".*"/rootrelativepath ("lisp")/
39900cf5226a entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 /^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/
39900cf5226a entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 /^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/
39900cf5226a entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 /^#define *PATH_INFO/s/".*"/rootrelativepath ("info")/