/[xforms]/xforms/lib/local.h
ViewVC logotype

Diff of /xforms/lib/local.h

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

revision 1.5 by leeming, Fri May 30 10:09:37 2003 UTC revision 1.6 by leeming, Mon Sep 8 23:48:36 2003 UTC
# Line 41  Line 41 
41  extern int strcasecmp(const char *, const char *);  extern int strcasecmp(const char *, const char *);
42  #endif  #endif
43    
 #define DONT_HAVE_USLEEP  
   
 #define FL_SIGRET_IS_VOID  
 #define FL_SIGRET void  
   
 #if defined(__linux__)||defined(linux)  
 #undef DONT_HAVE_USLEEP  
 #endif  
   
 /* solaris: do we need to check the version number ? */  
 #if defined(__SUNPRO_C) && __SUNPRO_C >=0x500  
 #endif  
   
44  #if defined(Lynx)  #if defined(Lynx)
45  #define NEED_GETCWD  #define NEED_GETCWD
46  #endif  #endif
# Line 76  extern int gettimeofday(struct timeval * Line 63  extern int gettimeofday(struct timeval *
63  /* (some) suns do not have strerror, use sys_errlist */  /* (some) suns do not have strerror, use sys_errlist */
64    
65  #if ( defined(sun) || defined(__sun__) ) && !defined( SYSV )  #if ( defined(sun) || defined(__sun__) ) && !defined( SYSV )
 #define DONT_HAVE_STRERROR  
 #define DONT_HAVE_ATEXIT  
66  #define BAD_SPRINTF             /* returns char * */  #define BAD_SPRINTF             /* returns char * */
67  #endif  #endif
68    
 /*#if defined(__sgi)  
    #endif  
  */  
   
 /* #if defined(_HPUX_SOURCE)  
    #endif  
  */  
   
 #if defined(M_XENIX)  
 #define NO_SOCK  
 #endif  
   
 /* #define NO_CONST     */  
   
 /* prototype is currently required */  
   
 /* #define NO_PROTOTYPE */  
69    
70  /********* End of Configurable stuff ***********/  /********* End of Configurable stuff ***********/
71    
# Line 106  extern int gettimeofday(struct timeval * Line 74  extern int gettimeofday(struct timeval *
74  #define HAVE_KP_DEFINE 1  #define HAVE_KP_DEFINE 1
75  #endif  #endif
76    
 #ifdef NO_CONST  
 #undef  const  
 #define const  
 #endif  
   
77  #ifndef FL_PATH_MAX  #ifndef FL_PATH_MAX
78  #ifdef PATH_MAX  #ifdef PATH_MAX
79  #define FL_PATH_MAX   PATH_MAX  #define FL_PATH_MAX   PATH_MAX

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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