locale.h 550 B

12345678910111213141516171819202122232425
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/locale.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( OPENBSD_NULL_DEFINITION_CHECK )
  7. #ifndef NULL
  8. #ifdef __cplusplus
  9. #ifdef __GNUG__
  10. #define NULL __null
  11. #else /* ! __GNUG__ */
  12. #define NULL 0L
  13. #endif /* __GNUG__ */
  14. #else /* ! __cplusplus */
  15. #define NULL ((void *)0)
  16. #endif /* __cplusplus */
  17. #endif /* !NULL */
  18. #endif /* OPENBSD_NULL_DEFINITION_CHECK */