]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/usg5-4.h:
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 31 Oct 2007 06:55:00 +0000 (06:55 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 31 Oct 2007 06:55:00 +0000 (06:55 +0000)
* s/usg5-3.h:
* s/ptx.h:
* m/is386.h:
* m/ibmps2-aix.h:
* Makefile.in: Remove all mentions of X10

* dispnew.c (syms_of_display): Don't mention version 10.

src/ChangeLog
src/Makefile.in
src/dispnew.c
src/m/ibmps2-aix.h
src/m/is386.h
src/s/ptx.h
src/s/usg5-3.h
src/s/usg5-4.h

index 79b6a3497d5c6d3090c7d90611996865bb3de5b9..8d1bf78bdc4b0313e63329661d95fa6ef23c79ef 100644 (file)
@@ -1,3 +1,14 @@
+2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * s/usg5-4.h:
+       * s/usg5-3.h:
+       * s/ptx.h:
+       * m/is386.h:
+       * m/ibmps2-aix.h:
+       * Makefile.in: Remove all mentions of X10
+
+       * dispnew.c (syms_of_display): Don't mention version 10.
+
 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
 
        * makefile.w32-in (OBJ1): Remove abbrev.$(O).
index 56e8a7c49a5acf31037f4cdef82ca5e38c5de08f..25673f95657854a9988df99466de9a2367075b34 100644 (file)
@@ -279,18 +279,10 @@ ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(TOOLKIT_DEFINES) $(MYCPPFLAGS) -I. -I${srcd
 .c.o:
        $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
 
-#ifndef LIBX10_MACHINE
-#define LIBX10_MACHINE
-#endif
-
 #ifndef LIBX11_MACHINE
 #define LIBX11_MACHINE
 #endif
 
-#ifndef LIBX10_SYSTEM
-#define LIBX10_SYSTEM
-#endif
-
 #ifndef LIBX11_SYSTEM
 #define LIBX11_SYSTEM
 #endif
@@ -446,7 +438,7 @@ XFT_LIBS=@XFT_LIBS@
 X11_LDFLAGS = LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT
 LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) LIBTIFF LIBJPEG LIBPNG LIBGIF LIBXPM LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM $(XFT_LIBS)
 #else /* not HAVE_X11 */
-LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM
+LIBX= $(LIBXMENU) LD_SWITCH_X_SITE
 #endif /* not HAVE_X11 */
 #else /* not HAVE_X_WINDOWS */
 #endif /* not HAVE_X_WINDOWS */
index ad139681d546a1b56e57f20b8d7e4c3f7ade0a0f..3c4ba18ce35f098d4d3ea92184730c6a107276e8 100644 (file)
@@ -7112,7 +7112,7 @@ The value is nil if the selected frame is on a text-only-terminal.  */);
 
   DEFVAR_LISP ("window-system-version", &Vwindow_system_version,
               doc: /* The version number of the window system in use.
-For X windows, this is 10 or 11.  */);
+For X windows, this is 11.  */);
 
   DEFVAR_BOOL ("cursor-in-echo-area", &cursor_in_echo_area,
               doc: /* Non-nil means put cursor in minibuffer, at end of any message there.  */);
index 8c975b81bb99f2326f15e6cc205044a0603d0023..045bcf2c2947479ff990fe4baab008c6f261370d 100644 (file)
@@ -213,7 +213,6 @@ so disable it for them.  */
 #undef NOMULTIPLEJOBS
 #undef BROKEN_TIOCGETC
 #undef BROKEN_TIOCGWINSZ
-#undef LIBX10_SYSTEM
 #undef LIBX11_SYSTEM
 #undef LIB_X11_LIB
 #endif
index 02fe12d93e5a08b48e2b514c9d333ae9d9fa201b..5041db9a6c885433373105c9b3d35ac06a9496db 100644 (file)
@@ -21,7 +21,6 @@ Intel 386 (-machine=intel386 or -machine=is386.h)
   It may also be correct for Microport systems.
 NOTE-END  */
 
-#define LIBX10_MACHINE -lnsl_s
 #define LIBX11_MACHINE -lnsl_s
 
 #define LIBS_DEBUG -lg
index d192bd6098af3f6ab15c2b6e30dad9978ae66493..4170e5036c9c9788302b5ee4e3eeb4d85f351a5d 100644 (file)
@@ -29,7 +29,6 @@ Boston, MA 02110-1301, USA.  */
 
 /* Undo these defines because they are incorrect or need to be changed.  */
 #undef LIB_X11_LIB
-#undef LIBX10_SYSTEM
 #undef LIBX11_SYSTEM
 #undef USG_SHARED_LIBRARIES
 
index d9b537184882a951f5bed2dfacc8f33a30e2480f..5df34f31b0ebca7d7266a71140e8be0937a2a3a2 100644 (file)
@@ -181,7 +181,6 @@ Boston, MA 02110-1301, USA.  */
 
 /* X needs to talk on the network, so search the network library.  */
 
-#define LIBX10_SYSTEM -lnsl_s
 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s
 
 /* The docs for system V/386 suggest v.3 has sigpause,
index 3dc05f3e9fd8aca9648724419c0c531863913124..657fa9c51c65de1c183cd7db4f9310e65561d8d3 100644 (file)
@@ -180,7 +180,6 @@ Boston, MA 02110-1301, USA.  */
    library, as opposed to a DLL.  Share libraries were used in SVR3, and are
    available only in order to allow SVR3 binaries to run.  They should not be
    linked in to new binaries. -- caraway!pinkas@caraway.intel.com.  */
-#undef LIBX10_SYSTEM
 #undef LIBX11_SYSTEM
 
 /* Tell x11term.c and keyboard.c we have the system V streams feature.  */