logging.h

来自「rxvt经典的linux下的终端.小巧实用」· C头文件 代码 · 共 35 行

H
35
字号
/* * $Id: logging.h,v 1.10 2002/10/01 04:32:40 gcw Exp $ */#ifndef _LOGGING_H_#define _LOGGING_H_#ifdef UTMP_SUPPORT# if ! defined(HAVE_STRUCT_UTMPX) && ! defined(HAVE_STRUCT_UTMP)#  error cannot build with utmp support - no utmp or utmpx struct found# endif# ifdef HAVE_LASTLOG_H#  include <lastlog.h># endif# include <pwd.h># ifdef RXVT_UTMP_SYSV#  ifndef USER_PROCESS#   define USER_PROCESS		7#  endif#  ifndef DEAD_PROCESS#   define DEAD_PROCESS		8#  endif# endif# ifdef __QNX__#  include <sys/utsname.h>#  define ut_name		ut_user# endif#include "logging.intpro"		/* PROTOS for internal routines */#endif#endif /* _LOGGING_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?