diff options
author | Jeremy Allison <jra@samba.org> | 2000-10-21 01:47:25 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-10-21 01:47:25 +0000 |
commit | d199eebcf76c9961f6d67faf56e01d463f3b17a6 (patch) | |
tree | 6aa644175c2027551c7664fd89c8d40ff46a9903 /source3/include | |
parent | bbce6b44eb2247362c353c5f90278bfafe98dc11 (diff) | |
download | samba-d199eebcf76c9961f6d67faf56e01d463f3b17a6.tar.gz samba-d199eebcf76c9961f6d67faf56e01d463f3b17a6.tar.bz2 samba-d199eebcf76c9961f6d67faf56e01d463f3b17a6.zip |
Fixes from David Lee for utmp handling.
Jeremy.
(This used to be commit 70cecfefc8e876871b29ff8d5fa9226db0e98153)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index f8f61e0168..03c43199b6 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -180,7 +180,18 @@ #undef USE_SETUIDX #undef HAVE_LIBDL #undef SYSCONF_SC_NGROUPS_MAX +#undef HAVE_UT_UT_NAME +#undef HAVE_UT_UT_USER +#undef HAVE_UT_UT_ID +#undef HAVE_UT_UT_HOST +#undef HAVE_UT_UT_TIME +#undef HAVE_UT_UT_TV +#undef HAVE_UT_UT_TYPE +#undef HAVE_UT_UT_PID +#undef HAVE_UT_UT_EXIT +#undef HAVE_UT_UT_ADDR #undef HAVE_UX_UT_SYSLEN +#undef PUTUTLINE_RETURNS_UTMP #undef COMPILER_SUPPORTS_LL #undef HAVE_YP_GET_DEFAULT_DOMAIN @@ -508,6 +519,9 @@ /* Define if you have the getspnam function. */ #undef HAVE_GETSPNAM +/* Define if you have the getutmpx function. */ +#undef HAVE_GETUTMPX + /* Define if you have the glob function. */ #undef HAVE_GLOB @@ -559,6 +573,12 @@ /* Define if you have the putprpwnam function. */ #undef HAVE_PUTPRPWNAM +/* Define if you have the pututline function. */ +#undef HAVE_PUTUTLINE + +/* Define if you have the pututxline function. */ +#undef HAVE_PUTUTXLINE + /* Define if you have the pwrite function. */ #undef HAVE_PWRITE @@ -658,6 +678,12 @@ /* Define if you have the sysconf function. */ #undef HAVE_SYSCONF +/* Define if you have the updwtmp function. */ +#undef HAVE_UPDWTMP + +/* Define if you have the updwtmpx function. */ +#undef HAVE_UPDWTMPX + /* Define if you have the usleep function. */ #undef HAVE_USLEEP @@ -700,6 +726,9 @@ /* Define if you have the <history.h> header file. */ #undef HAVE_HISTORY_H +/* Define if you have the <lastlog.h> header file. */ +#undef HAVE_LASTLOG_H + /* Define if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H @@ -799,6 +828,9 @@ /* Define if you have the <sys/fs/s5param.h> header file. */ #undef HAVE_SYS_FS_S5PARAM_H +/* Define if you have the <sys/fs/vx_quota.h> header file. */ +#undef HAVE_SYS_FS_VX_QUOTA_H + /* Define if you have the <sys/id.h> header file. */ #undef HAVE_SYS_ID_H |