Added _HAVE_UT_TYPE/PID/ID/TV/HOST defines.

This commit is contained in:
Ulrich Drepper 2001-04-04 01:26:49 +00:00
parent 4b159c0223
commit c8bf86d074
1 changed files with 7 additions and 0 deletions

View 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