⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 logging.h

📁 rxvt经典的linux下的终端.小巧实用
💻 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 + -