/* * $Id: logging.h,v 1.2 2003/11/24 17:31:27 pcg 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 # endif # include # ifdef RXVT_UTMP_SYSV # ifndef USER_PROCESS # define USER_PROCESS 7 # endif # ifndef DEAD_PROCESS # define DEAD_PROCESS 8 # endif # endif # ifdef __QNX__ # include # define ut_name ut_user # endif #include "logging.intpro" /* PROTOS for internal routines */ #endif #endif /* _LOGGING_H_ */