acconfig.h
上传用户:dgyhgb
上传日期:2007-01-07
资源大小:676k
文件大小:1k
源码类别:

SQL Server

开发平台:

Unix_Linux

  1. /* acconfig.h.  contains undefs for custom macros  */
  2. /* Define if you have ddd environment */
  3. #undef HAVE_DDD
  4. /* Define if you have xxgdb environment */
  5. #undef HAVE_XXGDB
  6. /* Define if you can run anything like xterm */
  7. #undef HAVE_XTERM
  8. /* Define if you have gdb  */
  9. #undef HAVE_GDB
  10. /* Define if you have dbx  */
  11. #undef HAVE_DBX
  12. /* there is no debugger or required window environment */
  13. #undef NOT_DEBUG
  14. /* generated rpc routines are of ..._svc style */
  15. #undef RPCSTUB_SVC_STYLE
  16. /* generated rpc skeleton contains prototyped main */
  17. #undef RPCMAIN_PROTO
  18. /* do server need to self check intensively tree processing in compiler */
  19. #undef CHECK_TRL
  20. /* server version */
  21. #undef VERSION
  22. /* target host identification */
  23. #undef HOST
  24. #undef PROTOTYPES