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

MySQL数据库

开发平台:

Visual C++

  1. #ifndef _SYS___PATHS_H_
  2. #define _SYS___PATHS_H_
  3. #define _PATH_PTY "/dev/"
  4. #define _PATH_TZDIR "/usr/share/zoneinfo"
  5. #define _PATH_TZFILE "/etc/localtime"
  6. #define _PATH_RESCONF "/etc/resolv.conf"
  7. #define _PATH_HOSTS "/etc/hosts"
  8. #define _PATH_NETWORKS "/etc/networks"
  9. #define _PATH_PROTOCOLS "/etc/protocols"
  10. #define _PATH_SERVICES "/etc/services"
  11. #define _PATH_BSHELL "/bin/sh"
  12. #endif