version.h
上传用户:dayuan858
上传日期:2007-01-04
资源大小:194k
文件大小:0k
源码类别:

网络编程

开发平台:

Unix_Linux

  1. /*
  2.  * Copyright (c) 1989 Regents of the University of California.
  3.  * All rights reserved.  The Berkeley software License Agreement
  4.  * specifies the terms and conditions for redistribution.
  5.  *
  6.  */
  7. /*
  8.  *  Current version of this POP implementation
  9.  */
  10. #ifdef KERBEROS
  11. #define VERSION         "2.53-krb-IV"
  12. #else
  13. #define VERSION         "2.53"
  14. #endif