/[emacs]/emacs/src/s/sol2-5.h
ViewVC logotype

Diff of /emacs/src/s/sol2-5.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by eliz, Fri Apr 19 10:11:57 2002 UTC revision 1.14.2.1 by miles, Fri Apr 4 06:21:12 2003 UTC
# Line 2  Line 2 
2    
3  #include "sol2-4.h"  #include "sol2-4.h"
4    
5    #if 0 /* Klaus Zeitler <kzeitler@lucent.com> says SIGIO still fails.  */
6    #undef BROKEN_SIGIO
7    #endif
8    
9  /* -lgen is needed for the regex and regcmp functions  /* -lgen is needed for the regex and regcmp functions
10     which are used by Motif.  In the future we can try changing     which are used by Motif.  In the future we can try changing
11     regex.c to provide them in Emacs, but this is safer for now.  */     regex.c to provide them in Emacs, but this is safer for now.  */
# Line 24  Line 28 
28    
29  #undef USE_MMAP_FOR_BUFFERS  #undef USE_MMAP_FOR_BUFFERS
30    
31  /* Newer versions of Solaris have bcopy etc. as functions, with  /* Probably OK also on earlier versions.  */
32     prototypes in strings.h.  They lose if the defines from usg5-4.h  #define GC_SETJMP_WORKS 1
33     are visible, which happens when X headers are included.  */  #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
 #ifdef HAVE_BCOPY  
 #undef bcopy  
 #undef bzero  
 #undef bcmp  
 #ifndef NOT_C_CODE  
 #include <strings.h>  
 #endif  
 #endif  
   
 #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  
   
 #ifdef __GNUC__  
 #define STATIC_OPTION -Xlinker -Bstatic  
 #define DYNAMIC_OPTION -Xlinker -Bdynamic  
 #else  
 #define STATIC_OPTION -Bstatic  
 #define DYNAMIC_OPTION -Bdynamic  
 #endif  
   
 #endif /* 0 */  

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26