home *** CD-ROM | disk | FTP | other *** search
/ Zodiac Super OZ / MEDIADEPOT.ISO / FILES / 13 / DJCRX201.ZIP / include / debug / _ansi next >
Text File  |  1995-04-28  |  466b  |  26 lines

  1. #ifndef __dj_include_debug_ _h_
  2. #define __dj_include_debug__h_
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. #ifndef __dj_ENFORCE_ANSI_FREESTANDING
  9.  
  10. #ifndef __STRICT_ANSI__
  11.  
  12. #ifndef _POSIX_SOURCE
  13.  
  14. #endif /* !_POSIX_SOURCE */
  15. #endif /* !__STRICT_ANSI__ */
  16. #endif /* !__dj_ENFORCE_ANSI_FREESTANDING */
  17.  
  18. #ifndef __dj_ENFORCE_FUNCTION_CALLS
  19. #endif /* !__dj_ENFORCE_FUNCTION_CALLS */
  20.  
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24.  
  25. #endif /* !__dj_include_debug__h_ */
  26.