tds_config.h
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:3k
源码类别:

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: tds_config.h,v $
  4.  * PRODUCTION Revision 1000.1  2004/04/21 14:47:16  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R1.1
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. /*  $Id: tds_config.h,v 1000.1 2004/04/21 14:47:16 gouriano Exp $
  10.  *
  11.  *  FreeTDS 0.60 (TDS ver. 8.0) config file.
  12.  *
  13.  *  NOTE:  Instead of being generated by the FreeTDS's own configure script,
  14.  *         it just uses the NCBI C++ Toolkit config file <ncbiconf.h>.
  15.  */
  16. #ifndef DBAPI_DRIVER_FTDS8_FREETDS___FTDS_CONFIG__H
  17. #define DBAPI_DRIVER_FTDS8_FREETDS___FTDS_CONFIG__H
  18. #define NCBI_FTDS 8
  19. #define TDS80     1
  20. #define FREETDS_SYSCONFDIR      "/etc"
  21. #define FREETDS_SYSCONFFILE     "/etc/freetds.conf"
  22. #define FREETDS_POOLCONFFILE    "/etc/pool.conf"
  23. #define FREETDS_LOCALECONFFILE  "/etc/locales.conf"
  24. #include <ncbiconf.h>
  25. #if defined(HAVE_GETHOSTBYADDR_R)
  26. #  if   HAVE_GETHOSTBYADDR_R == 5
  27. #    define HAVE_FUNC_GETHOSTBYADDR_R_5 1
  28. #  elif HAVE_GETHOSTBYADDR_R == 7
  29. #    define HAVE_FUNC_GETHOSTBYADDR_R_7 1
  30. #  elif HAVE_GETHOSTBYADDR_R == 8
  31. #    define HAVE_FUNC_GETHOSTBYADDR_R_8 1
  32. #  else
  33. #    error "Unexpected number of arguments detected for gethostbyaddr_r()"
  34. #  endif
  35. #endif
  36. #if defined(HAVE_GETHOSTBYNAME_R)
  37. #  if   HAVE_GETHOSTBYNAME_R == 3
  38. #     define HAVE_FUNC_GETHOSTBYNAME_R_3 1
  39. #  elif HAVE_GETHOSTBYNAME_R == 5
  40. #     define HAVE_FUNC_GETHOSTBYNAME_R_5 1
  41. #  elif HAVE_GETHOSTBYNAME_R == 6
  42. #     define HAVE_FUNC_GETHOSTBYNAME_R_6 1
  43. #  else
  44. #    error "Unexpected number of arguments detected for gethostbyname_r()"
  45. #  endif
  46. #endif
  47. #if defined(HAVE_GETSERVBYNAME_R)
  48. #  if HAVE_GETSERVBYNAME_R == 4
  49. #    define HAVE_FUNC_GETSERVBYNAME_R_4 1
  50. #  elif HAVE_GETSERVBYNAME_R == 5
  51. #    define HAVE_FUNC_GETSERVBYNAME_R_5 1
  52. #  elif HAVE_GETSERVBYNAME_R == 6
  53. #    define HAVE_FUNC_GETSERVBYNAME_R_6 1
  54. #  else
  55. #    error "Unexpected number of arguments detected for getservbyname_r()"
  56. #  endif
  57. #endif
  58. #if defined(HAVE_LIBICONV)
  59. #  define HAVE_ICONV 1
  60. #endif
  61. #if defined(SIZEOF_LONG_LONG)
  62. #  if SIZEOF_LONG_LONG == 8
  63. #    define HAVE_INT64 1
  64. #  endif
  65. #endif
  66. /*
  67.  * ===========================================================================
  68.  * $Log: tds_config.h,v $
  69.  * Revision 1000.1  2004/04/21 14:47:16  gouriano
  70.  * PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R1.1
  71.  *
  72.  * Revision 1.1  2003/02/18 07:53:11  vakatov
  73.  * Initial revision
  74.  * (Replaces generated version -- as the latter is actually platform- and
  75.  * theoretically compiler- and compilation-mode- dependent
  76.  * and therefore should not be here.)
  77.  *
  78.  * ===========================================================================
  79.  */
  80. #endif  /* DBAPI_DRIVER_FTDS8_FREETDS___FTDS_CONFIG__H */