_intsup.h 483 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2004, 2005 by
  3. * Ralf Corsepius, Ulm/Germany. All rights reserved.
  4. *
  5. * Permission to use, copy, modify, and distribute this software
  6. * is freely granted, provided that this notice is preserved.
  7. *
  8. * Modified for xtensa arch & non-long int32_t, removes automatic setting of __have_long32.
  9. */
  10. #ifndef _SYS__INTSUP_H
  11. #define _SYS__INTSUP_H
  12. #include <sys/features.h>
  13. #define __STDINT_EXP(x) __##x##__
  14. #define __have_longlong64 1
  15. #endif /* _SYS__INTSUP_H */