diff options
| author | Paul Eggert | 2012-06-25 18:05:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-06-25 18:05:39 -0700 |
| commit | cf38a720e81b545f90dc7be81891d94df6ed059a (patch) | |
| tree | 421932c3315e5ded7dab371d26820ed3172bfd23 /lib-src/ChangeLog | |
| parent | 414e642ca92b569cd74d26a2879e0e8fe9f8d6be (diff) | |
| download | emacs-cf38a720e81b545f90dc7be81891d94df6ed059a.tar.gz emacs-cf38a720e81b545f90dc7be81891d94df6ed059a.zip | |
Clean out last vestiges of the old HAVE_CONFIG_H stuff.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index a04fe215f99..3b4465df607 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-06-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Clean out last vestiges of the old HAVE_CONFIG_H stuff. | ||
| 4 | * Makefile.in (BASE_CFLAGS): | ||
| 5 | * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H. | ||
| 6 | * etags.c, hexl.c, pop.c: Include <config.h> unconditionally. | ||
| 7 | * etags.c (DOS_NT): | ||
| 8 | * pop.c (MAIL_USE_POP, h_errno): | ||
| 9 | Remove code that was conditioned on !HAVE_CONFIG_H. | ||
| 10 | |||
| 1 | 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru> | 11 | 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 12 | ||
| 3 | * etags.c (etags_strcasecmp, etags_strncasecmp): Define to | 13 | * etags.c (etags_strcasecmp, etags_strncasecmp): Define to |