unixodbc_conf.h 396 B

12345678910111213141516171819202122
  1. @ifndef HAVE_UNISTD_H
  2. @define HAVE_UNISTD_H
  3. @endif
  4. @ifndef HAVE_PWD_H
  5. @define HAVE_PWD_H
  6. @endif
  7. @ifndef HAVE_SYS_TYPES_H
  8. @define HAVE_SYS_TYPES_H
  9. @endif
  10. @ifndef HAVE_LONG_LONG
  11. @define HAVE_LONG_LONG
  12. @endif
  13. @ifndef ODBCINT64
  14. @define ODBCINT64 long
  15. @endif
  16. @ifndef UODBCINT64
  17. @define UODBCINT64 unsigned long
  18. @endif
  19. @ifndef SIZEOF_LONG_INT
  20. @define SIZEOF_LONG_INT __SIZEOF_LONG__
  21. @endif