Explorar o código

add some missing junk in utmp.h

Rich Felker %!s(int64=13) %!d(string=hai) anos
pai
achega
fa3bbbd453
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      include/utmp.h

+ 4 - 0
include/utmp.h

@@ -7,6 +7,10 @@ extern "C" {
 
 #include <utmpx.h>
 
+#define ACCOUNTING 9
+#define UT_NAMESIZE 32
+#define UT_HOSTSIZE 256
+
 #define ut_time ut_tv.tv_sec
 #define ut_name ut_user
 #define ut_exit __ut_exit