system_configure.h 422 B

12345678910111213141516171819
  1. /* configure.h for configuration of wonx */
  2. #ifndef _WONX_system_configure_h_INCLUDED_
  3. #define _WONX_system_configure_h_INCLUDED_
  4. /*
  5. * 以下を有効にすると,ushort, ulong が typedef される.
  6. */
  7. #if 0 /* ushort は,普通は標準で /usr/include/sys/types.h で定義されている */
  8. #define TYPEDEF_USHORT
  9. #endif
  10. #if 1
  11. #define TYPEDEF_ULONG
  12. #endif
  13. #endif /* _WONX_system_configure_h_INCLUDED_ */
  14. /* End of system_configure.h */