home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJDEV200.ZIP / include / libc / system.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-29  |  652 b   |  31 lines

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #ifndef __dj_include_libc_system_h__
  3. #define __dj_include_libc_system_h__
  4.  
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8.  
  9. #ifndef __dj_ENFORCE_ANSI_FREESTANDING
  10.  
  11. #ifndef __STRICT_ANSI__
  12.  
  13. #ifndef _POSIX_SOURCE
  14.  
  15. #define __system_redirect 1
  16. #define __system_handle_null_commands 0x1000
  17. extern int __system_flags;
  18.  
  19. #endif /* !_POSIX_SOURCE */
  20. #endif /* !__STRICT_ANSI__ */
  21. #endif /* !__dj_ENFORCE_ANSI_FREESTANDING */
  22.  
  23. #ifndef __dj_ENFORCE_FUNCTION_CALLS
  24. #endif /* !__dj_ENFORCE_FUNCTION_CALLS */
  25.  
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29.  
  30. #endif /* __dj_include_libc_system_h__ */
  31.