diff options
| author | Dan Nicolaescu | 2010-03-20 00:57:11 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-03-20 00:57:11 -0700 |
| commit | 05a670e6d3593a9e68804447dee5596fb7ca5ed4 (patch) | |
| tree | 59e4b3d3822a20827b163fed8e9e9403d36bf6bc /src/ChangeLog | |
| parent | 2968f56146eac37708de08f30a58d662ce5f037f (diff) | |
| download | emacs-05a670e6d3593a9e68804447dee5596fb7ca5ed4.tar.gz emacs-05a670e6d3593a9e68804447dee5596fb7ca5ed4.zip | |
Consolidate redundant definitions in s/bsd-common.h.
* s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
(LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
(LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
doing it in all files that include this one.
* s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
(LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
(LDAV_SYMBOL, KERNEL_FILE): Remove.
* s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
(LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
(LDAV_SYMBOL, KERNEL_FILE): Remove.
* s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
(LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
(LDAV_SYMBOL, KERNEL_FILE): Remove.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5da33df70b9..8b652226c84 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,20 @@ | |||
| 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Consolidate redundant definitions in s/bsd-common.h. | ||
| 4 | * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO) | ||
| 5 | (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS) | ||
| 6 | (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of | ||
| 7 | doing it in all files that include this one. | ||
| 8 | * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO) | ||
| 9 | (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS) | ||
| 10 | (LDAV_SYMBOL, KERNEL_FILE): Remove. | ||
| 11 | * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO) | ||
| 12 | (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS) | ||
| 13 | (LDAV_SYMBOL, KERNEL_FILE): Remove. | ||
| 14 | * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO) | ||
| 15 | (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS) | ||
| 16 | (LDAV_SYMBOL, KERNEL_FILE): Remove. | ||
| 17 | |||
| 3 | Consolidate redundant definitions. | 18 | Consolidate redundant definitions. |
| 4 | * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define, | 19 | * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define, |
| 5 | it's undefined in all files that include this one. | 20 | it's undefined in all files that include this one. |