bb.h
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:0k
源码类别:

手机WAP编程

开发平台:

WINDOWS

  1. /*
  2.  * default defines for bearer box behaviour
  3.  *
  4.  * These all can be overriden in appropriate configuration files
  5.  *
  6.  */
  7. #ifndef BB_H
  8. #define BB_H
  9. #define BB_DEFAULT_THREAD_MAX 20
  10. #define BB_DEFAULT_HOST "localhost"
  11. #define BB_DEFAULT_SMSBOX_PORT 13001
  12. #define BB_DEFAULT_WAPBOX_PORT 13002
  13. #define BB_DEFAULT_HTTP_PORT 13000
  14. #define BB_DEFAULT_MAX_QUEUE 1000
  15. #endif