- Timestamp:
 - Jan 25, 2004, 11:39:41 PM (22 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/emx/include/features.h (modified) (3 diffs, 1 prop)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/emx/include/features.h
- 
Property       cvs2svn:cvs-rev
 changed from       
1.2to1.3 
r1082 r1083 169 169 #endif 170 170 171 #ifndef __EMX__ /* bird: this messes up lot's of EMX legacy declarations. */ 171 172 /* If none of the ANSI/POSIX macros are defined, use POSIX.1 and POSIX.2 172 173 (and IEEE Std 1003.1b-1993 unless _XOPEN_SOURCE is defined). */ … … 180 181 # endif 181 182 #endif 183 #endif /* bird */ 182 184 183 185 #if defined _POSIX_SOURCE || _POSIX_C_SOURCE >= 1 || defined _XOPEN_SOURCE … … 240 242 #ifdef _BSD_SOURCE 241 243 # define __USE_BSD 1 244 /* bird: __USE_BSD == __BSD_VISIBLE, make sure it's defined. */ 245 # ifdef __EMX__ 246 # undef __BSD_VISIBLE 247 # define __BSD_VISIBLE 1 248 # endif 249 /* bird: end */ 242 250 #endif 243 251  - 
Property       cvs2svn:cvs-rev
 changed from       
 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  