local_lim.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* Minimum guaranteed maximum values for system limits.  Linux version.
  2. /* The kernel header pollutes the namespace with the NR_OPEN symbol.
  3.    Remove this after including the header if necessary.  */
  4. #ifndef NR_OPEN
  5. # define __undef_NR_OPEN
  6. #endif
  7. #include <linux/limits.h>
  8. #ifdef __undef_NR_OPEN
  9. # undef NR_OPEN
  10. # undef __undef_NR_OPEN
  11. #endif