emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108867: Remove obsolete configuratio


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108867: Remove obsolete configuration options (Windows port).
Date: Wed, 04 Jul 2012 18:46:42 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108867
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2012-07-04 18:46:42 +0200
message:
  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.
modified:
  admin/CPP-DEFINES
  admin/ChangeLog
  nt/ChangeLog
  nt/config.nt
  src/ChangeLog
  src/s/ms-w32.h
=== modified file 'admin/CPP-DEFINES'
--- a/admin/CPP-DEFINES 2012-06-22 21:17:42 +0000
+++ b/admin/CPP-DEFINES 2012-07-04 16:46:42 +0000
@@ -173,7 +173,6 @@
 IS_DIRECTORY_SEP
 LINKER
 LINUX_VERSION_CODE
-LISP_FLOAT_TYPE
 LNOFLSH
 LOCALTIME_CACHE
 MAIL_USE_FLOCK

=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2012-06-26 05:00:30 +0000
+++ b/admin/ChangeLog   2012-07-04 16:46:42 +0000
@@ -1,3 +1,7 @@
+2012-07-04  Juanma Barranquero  <address@hidden>
+
+       * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
+
 2012-06-26  Dmitry Antipov  <address@hidden>
 
        * coccinelle/build_string.cocci: Semantic patch

=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-06-30 21:10:50 +0000
+++ b/nt/ChangeLog      2012-07-04 16:46:42 +0000
@@ -1,3 +1,10 @@
+2012-07-04  Juanma Barranquero  <address@hidden>
+
+       * 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.
+
 2012-06-30  Glenn Morris  <address@hidden>
 
        * paths.h (PATH_SITELOADSEARCH): New.

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2012-06-24 18:31:31 +0000
+++ b/nt/config.nt      2012-07-04 16:46:42 +0000
@@ -27,10 +27,6 @@
 /* These are all defined in the top-level Makefile by configure.
    They're here only for reference.  */
 
-/* Define LISP_FLOAT_TYPE if you want emacs to support floating-point
-   numbers. */
-#undef LISP_FLOAT_TYPE
-
 /* Define GNU_MALLOC if you want to use the GNU memory allocator. */
 #define GNU_MALLOC
 
@@ -58,9 +54,6 @@
 /* Define if using an X toolkit.  */
 #undef USE_X_TOOLKIT
 
-/* Define this if you're using XFree386.  */
-#undef HAVE_XFREE386
-
 /* Define this if you have Motif 2.1 or newer.  */
 #undef HAVE_MOTIF_2_1
 
@@ -84,10 +77,6 @@
 #define HAVE_MOUSE
 #endif
 
-/* Define USE_TEXT_PROPERTIES to support visual and other properties
-   on text. */
-#define USE_TEXT_PROPERTIES
-
 /* Define USER_FULL_NAME to return a string
    that is the user's full name.
    It can assume that the variable `pw'
@@ -112,8 +101,6 @@
 #undef KERBEROS
 /* Define to use Kerberos 5 instead of Kerberos 4 */
 #undef KERBEROS5
-/* Define to support GSS-API in addition to (or instead of) Kerberos */
-#undef GSSAPI
 
 /* Define to support using a Hesiod database to find the POP server.  */
 #undef HESIOD
@@ -138,7 +125,6 @@
 #undef HAVE_LIBPTHREADS
 #undef HAVE_LIBRESOLV
 #undef HAVE_LIBXMU
-#undef HAVE_LIBINTL
 
 /* movemail Kerberos support */
 /* libraries */
@@ -159,11 +145,6 @@
 #undef HAVE_KERBEROS_KRB_H
 #undef HAVE_COM_ERR_H
 
-/* GSS-API libraries and headers */
-#undef HAVE_LIBGSSAPI_KRB5
-#undef HAVE_LIBGSSAPI
-#undef HAVE_GSSAPI_H
-
 /* Mail-file locking */
 #undef HAVE_LIBMAIL
 #undef HAVE_MAILLOCK_H
@@ -200,7 +181,6 @@
 
 #undef CRAY_STACKSEG_END
 
-#undef HAVE_LIBXBSD
 #undef HAVE_XRMSETDATABASE
 #undef HAVE_XSCREENRESOURCESTRING
 #undef HAVE_XSCREENNUMBEROFSCREEN
@@ -209,10 +189,6 @@
 #undef HAVE_RMDIR
 #undef HAVE_RANDOM
 #undef HAVE_LRAND48
-#undef HAVE_MEMCPY
-#undef HAVE_MEMMOVE
-#undef HAVE_MEMSET
-#undef HAVE_MEMCMP
 #undef HAVE_LOGB
 #undef HAVE_FREXP
 #undef HAVE_FMOD

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-04 16:32:54 +0000
+++ b/src/ChangeLog     2012-07-04 16:46:42 +0000
@@ -1,3 +1,8 @@
+2012-07-04  Juanma Barranquero <address@hidden>
+
+       * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
+       (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
+
 2012-07-04  Dmitry Antipov  <address@hidden>
 
        * buffer.c (init_buffer_once): Fix initialization of

=== modified file 'src/s/ms-w32.h'
--- a/src/s/ms-w32.h    2012-06-30 15:55:27 +0000
+++ b/src/s/ms-w32.h    2012-07-04 16:46:42 +0000
@@ -105,7 +105,6 @@
 #endif
 
 #define HAVE_SOUND  1
-#define LISP_FLOAT_TYPE 1
 
 #define HAVE_SYS_TIMEB_H 1
 #define HAVE_SYS_TIME_H 1
@@ -133,10 +132,6 @@
 #define HAVE_RANDOM 1
 #undef  HAVE_SYSINFO
 #undef  HAVE_LRAND48
-#define HAVE_MEMCMP 1
-#define HAVE_MEMCPY 1
-#define HAVE_MEMMOVE 1
-#define HAVE_MEMSET 1
 #define HAVE_LOGB 1
 #define HAVE_FREXP 1
 #define HAVE_FMOD 1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]