* sysdeps/gnu/utmpbits.h: Define _HAVE_UT_TYPE, _HAVE_UT_ID,
and _HAVE_UT_TV because struct utmp has these members.
#define ut_time ut_tv.tv_sec /* Backwards compatibility. */
+/* Tell the user that we have a modern system with UT_TYPE, UT_ID
+ and UT_TV fields. */
+#define _HAVE_UT_TYPE 1
+#define _HAVE_UT_ID 1
+#define _HAVE_UT_TV 1
+
__END_DECLS
#endif /* !_UTMP_H_ */
-