]> code.delx.au - gnu-emacs/blobdiff - src/s/sol2-5.h
Reword header comment to prevent copyright.el wanting to update years.
[gnu-emacs] / src / s / sol2-5.h
index 9931e97d375b30a4f9c705141b5acc33aca68e22..90163987e6991a1ccf09b2f82003a6ada1c1a5a5 100644 (file)
 
 #undef USE_MMAP_FOR_BUFFERS
 
-#if 0 /* A recent patch in unexelf.c should eliminate the need for this.  */
-/* Don't use the shared libraries for -lXt and -lXaw,
-   to work around a linker bug in Solaris 2.5.
-   (This also affects the other libraries used specifically for
-   the X toolkit, which may not be necessary.)  */
-#define LIBXT_STATIC
+/* Probably OK also on earlier versions.  */
+#define GC_SETJMP_WORKS 1
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
 
-#ifdef __GNUC__
-#define STATIC_OPTION -Xlinker -Bstatic
-#define DYNAMIC_OPTION -Xlinker -Bdynamic
-#else
-#define STATIC_OPTION -Bstatic
-#define DYNAMIC_OPTION -Bdynamic
-#endif
-
-#endif /* 0 */
+/* arch-tag: 96d65526-21c9-4547-a797-2bd575c05be7
+   (do not change this comment) */