aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2012-07-04 18:46:42 +0200
committerJuanma Barranquero2012-07-04 18:46:42 +0200
commit95f61aa29aa5c38bbcb6f0f67741f0c04d21ba45 (patch)
treecc29ce85c85883fad79d6a0c4a3c222eb0bd3366 /src
parentd209e2fb19ee0f499bc2e30ea83ce9d99bb9a97c (diff)
downloademacs-95f61aa29aa5c38bbcb6f0f67741f0c04d21ba45.tar.gz
emacs-95f61aa29aa5c38bbcb6f0f67741f0c04d21ba45.zip
Remove obsolete configuration options (Windows port).
* admin/CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete. * nt/config.nt (LISP_FLOAT_TYPE, HAVE_XFREE386, USE_TEXT_PROPERTIES) (GSSAPI, HAVE_LIBINTL, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI) (HAVE_GSSAPI_H, HAVE_LIBXBD, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET) (HAVE_MEMCMP): Remove, obsolete. * src/s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY) (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/s/ms-w32.h5
2 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f8babe78cc1..ba9afdc7efc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-07-04 Juanma Barranquero <lekktu@gmail.com>
2
3 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
4 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
5
12012-07-04 Dmitry Antipov <dmantipov@yandex.ru> 62012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2 7
3 * buffer.c (init_buffer_once): Fix initialization of 8 * buffer.c (init_buffer_once): Fix initialization of
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index 3a95bffadb8..f3d8b5ec472 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -105,7 +105,6 @@ struct sigaction {
105#endif 105#endif
106 106
107#define HAVE_SOUND 1 107#define HAVE_SOUND 1
108#define LISP_FLOAT_TYPE 1
109 108
110#define HAVE_SYS_TIMEB_H 1 109#define HAVE_SYS_TIMEB_H 1
111#define HAVE_SYS_TIME_H 1 110#define HAVE_SYS_TIME_H 1
@@ -133,10 +132,6 @@ struct sigaction {
133#define HAVE_RANDOM 1 132#define HAVE_RANDOM 1
134#undef HAVE_SYSINFO 133#undef HAVE_SYSINFO
135#undef HAVE_LRAND48 134#undef HAVE_LRAND48
136#define HAVE_MEMCMP 1
137#define HAVE_MEMCPY 1
138#define HAVE_MEMMOVE 1
139#define HAVE_MEMSET 1
140#define HAVE_LOGB 1 135#define HAVE_LOGB 1
141#define HAVE_FREXP 1 136#define HAVE_FREXP 1
142#define HAVE_FMOD 1 137#define HAVE_FMOD 1