base.h
上传用户:stc1860
上传日期:2007-01-12
资源大小:234k
文件大小:0k
源码类别:

CA认证

开发平台:

MultiPlatform

  1. /* base definitions */
  2. #ifdef WIN32
  3. #define VER "0.2.12-W32"
  4. #endif
  5. #define MARK CERR("--Mark--")
  6. #define DBEX(x) CERR("DB-error: "<<x.what()<<", Errno: "<<x.get_errno())
  7. #ifdef PRINTF_DEBUG
  8. #define CERR(x) cerr <<__FILE__<<" ("<<__LINE__<<") :"<< x << endl;
  9. #else
  10. #define CERR(x)
  11. #endif
  12. #define XCA_TITLE "X Certifikate and Key management"