diff options
| author | Dan Nicolaescu | 2007-11-01 03:06:23 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-11-01 03:06:23 +0000 |
| commit | 07e5c0b0b70e308b4dc4ac5b3ee832894f746a81 (patch) | |
| tree | 4749f6371c093acd662f44d98739eb8bcd10a6bc /src/m | |
| parent | 88406d6ee8a9108ae8265aac2f023e61f4bff827 (diff) | |
| download | emacs-07e5c0b0b70e308b4dc4ac5b3ee832894f746a81.tar.gz emacs-07e5c0b0b70e308b4dc4ac5b3ee832894f746a81.zip | |
* cmdargs.texi (Misc Variables): Remove Sun windows info.
* MACHINES: Remove Sun windows info.
* term/sun-mouse.el:
* obsolete/sun-fns.el:
* obsolete/sun-curs.el: Remove files.
* term/sun.el (select-previous-complex-command):
* sunfns.c: Remove file
* m/sun386.h:
* m/sun2.h:
* m/sparc.h: Remove Sun windows code.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/sparc.h | 12 | ||||
| -rw-r--r-- | src/m/sun2.h | 12 | ||||
| -rw-r--r-- | src/m/sun386.h | 12 |
3 files changed, 0 insertions, 36 deletions
diff --git a/src/m/sparc.h b/src/m/sparc.h index 8df81ee91aa..bf122d857cc 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h | |||
| @@ -64,18 +64,6 @@ NOTE-END */ | |||
| 64 | 64 | ||
| 65 | #define SEGMENT_MASK (SEGSIZ - 1) | 65 | #define SEGMENT_MASK (SEGSIZ - 1) |
| 66 | 66 | ||
| 67 | /* Arrange to link with sun windows, if requested. */ | ||
| 68 | /* For details on emacstool and sunfns, see etc/SUN-SUPPORT */ | ||
| 69 | /* These programs require Sun UNIX 4.2 Release 3.2 or greater */ | ||
| 70 | |||
| 71 | #ifdef HAVE_SUN_WINDOWS | ||
| 72 | #define OTHER_FILES ${etcdir}emacstool | ||
| 73 | #define LIBS_MACHINE -lsuntool -lsunwindow -lpixrect | ||
| 74 | #define OBJECTS_MACHINE sunfns.o | ||
| 75 | #define SYMS_MACHINE syms_of_sunfns () | ||
| 76 | #define PURESIZE 130000 | ||
| 77 | #endif | ||
| 78 | |||
| 79 | #if !defined (__NetBSD__) && !defined (__linux__) && !defined (__OpenBSD__) | 67 | #if !defined (__NetBSD__) && !defined (__linux__) && !defined (__OpenBSD__) |
| 80 | /* This really belongs in s/sun.h. */ | 68 | /* This really belongs in s/sun.h. */ |
| 81 | 69 | ||
diff --git a/src/m/sun2.h b/src/m/sun2.h index e764ded3ce7..a872bf6f3bb 100644 --- a/src/m/sun2.h +++ b/src/m/sun2.h | |||
| @@ -85,17 +85,5 @@ NOTE-END */ | |||
| 85 | 85 | ||
| 86 | #define SEGMENT_MASK (SEGSIZ - 1) | 86 | #define SEGMENT_MASK (SEGSIZ - 1) |
| 87 | 87 | ||
| 88 | /* Arrange to link with sun windows, if requested. */ | ||
| 89 | /* For details on emacstool and sunfns, see etc/SUN-SUPPORT */ | ||
| 90 | /* These programs require Sun UNIX 4.2 Release 3.2 or greater */ | ||
| 91 | |||
| 92 | #ifdef HAVE_SUN_WINDOWS | ||
| 93 | #define OTHER_FILES ${libsrc}emacstool | ||
| 94 | #define LIBS_MACHINE -lsuntool -lsunwindow -lpixrect | ||
| 95 | #define OBJECTS_MACHINE sunfns.o | ||
| 96 | #define SYMS_MACHINE syms_of_sunfns () | ||
| 97 | #define PURESIZE 132000 | ||
| 98 | #endif | ||
| 99 | |||
| 100 | /* arch-tag: 543c3570-74ca-4099-aa47-db7c7b691c8e | 88 | /* arch-tag: 543c3570-74ca-4099-aa47-db7c7b691c8e |
| 101 | (do not change this comment) */ | 89 | (do not change this comment) */ |
diff --git a/src/m/sun386.h b/src/m/sun386.h index a3eedbe755e..ed98960c809 100644 --- a/src/m/sun386.h +++ b/src/m/sun386.h | |||
| @@ -56,18 +56,6 @@ NOTE-END */ | |||
| 56 | 56 | ||
| 57 | #define LIBS_TERMCAP -ltermcap | 57 | #define LIBS_TERMCAP -ltermcap |
| 58 | 58 | ||
| 59 | /* Arrange to link with sun windows, if requested. */ | ||
| 60 | /* For details on emacstool and sunfns, see etc/SUN-SUPPORT */ | ||
| 61 | /* These programs require Sun UNIX 4.2 Release 3.2 or greater */ | ||
| 62 | |||
| 63 | #ifdef HAVE_SUN_WINDOWS | ||
| 64 | #define OTHER_FILES ${etcdir}emacstool | ||
| 65 | #define LIBS_MACHINE -lsuntool -lsunwindow -lpixrect | ||
| 66 | #define OBJECTS_MACHINE sunfns.o | ||
| 67 | #define SYMS_MACHINE syms_of_sunfns () | ||
| 68 | #define PURESIZE 132000 | ||
| 69 | #endif | ||
| 70 | |||
| 71 | /* Roadrunner uses 'COFF' format */ | 59 | /* Roadrunner uses 'COFF' format */ |
| 72 | #define COFF | 60 | #define COFF |
| 73 | 61 | ||