]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Added _HAVE_UT_TYPE/PID/ID/TV/HOST defines.
authorUlrich Drepper <drepper@redhat.com>
Wed, 4 Apr 2001 01:26:49 +0000 (01:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 4 Apr 2001 01:26:49 +0000 (01:26 +0000)
sysdeps/unix/sysv/aix/bits/utmpx.h

index 7a7bce2f7010be401d52a41f45fb879d116d6c2c..f8bd66574f6576afd6582db991d127056a25989b 100644 (file)
@@ -65,3 +65,10 @@ struct utmpx
 #ifdef __USE_GNU
 # define ACCOUNTING    9       /* System accounting.  */
 #endif
+
+#define _HAVE_UT_TYPE   1
+#define _HAVE_UT_PID    1
+#define _HAVE_UT_ID     1
+#define _HAVE_UT_TV     1
+#define _HAVE_UT_HOST   1
+