diff options
| author | Paul Eggert | 2012-05-19 11:04:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-05-19 11:04:49 -0700 |
| commit | 9232a6d9a7ca8ef3e725899552cfd568463ddcfe (patch) | |
| tree | 1c81a4aa7e2130204fc89d5ff3408ff167c4fa91 /nt/ChangeLog | |
| parent | 76bc2ec7dc90ff0514b090a9801e71a3e92a740a (diff) | |
| download | emacs-9232a6d9a7ca8ef3e725899552cfd568463ddcfe.tar.gz emacs-9232a6d9a7ca8ef3e725899552cfd568463ddcfe.zip | |
Remove unused HAVE_* symbols for functions.
* configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
getsockopt, setsockopt, mremap, mempcpy.
* admin/CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
* msdos/sed2v2.inp (HAVE_MBLEN): Remove.
* msdos/sed2x.inp (HAVE_XSETWMPROTOCOLS): Remove.
* nt/config.nt (HAVE_GETDOMAINNAME, HAVE_XSETWMPROTOCOLS)
(HAVE_GETSOCKOPT, HAVE_SETSOCKOPT): Remove; not needed.
* src/s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
Diffstat (limited to 'nt/ChangeLog')
| -rw-r--r-- | nt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 22f7bc1d5ea..faf6f80c4c5 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-05-19 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-05-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * config.nt (HAVE_GETDOMAINNAME, HAVE_XSETWMPROTOCOLS) | ||
| 4 | (HAVE_GETSOCKOPT, HAVE_SETSOCKOPT): Remove; not needed. | ||
| 5 | |||
| 3 | * config.nt (HAVE_FTIME): Remove undef; not needed. | 6 | * config.nt (HAVE_FTIME): Remove undef; not needed. |
| 4 | 7 | ||
| 5 | 2012-05-01 Glenn Morris <rgm@gnu.org> | 8 | 2012-05-01 Glenn Morris <rgm@gnu.org> |