diff options
| author | Miles Bader | 2007-11-11 00:56:44 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-11-11 00:56:44 +0000 |
| commit | f23d76bdefbd4c06e14d69e99e50d35ce91c8226 (patch) | |
| tree | ded28d1da6df2d0135514bac83074f4ca1c9099a /src/m/sun2.h | |
| parent | e2d092da5980a7d05a5428074f8eb4925fa801e8 (diff) | |
| parent | a457417ee5ba797ab1c91d35ee957bb7a7f8d4b6 (diff) | |
| download | emacs-f23d76bdefbd4c06e14d69e99e50d35ce91c8226.tar.gz emacs-f23d76bdefbd4c06e14d69e99e50d35ce91c8226.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
Diffstat (limited to 'src/m/sun2.h')
| -rw-r--r-- | src/m/sun2.h | 12 |
1 files changed, 0 insertions, 12 deletions
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) */ |