📄 logging.h
字号:
/* * $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -