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/acconfig.h | |
parent | bbce6b44eb2247362c353c5f90278bfafe98dc11 (diff) | |
download | samba-d199eebcf76c9961f6d67faf56e01d463f3b17a6.tar.gz samba-d199eebcf76c9961f6d67faf56e01d463f3b17a6.tar.xz samba-d199eebcf76c9961f6d67faf56e01d463f3b17a6.zip |
Fixes from David Lee for utmp handling.
Jeremy.
(This used to be commit 70cecfefc8e876871b29ff8d5fa9226db0e98153)
Diffstat (limited to 'source3/acconfig.h')
-rw-r--r-- | source3/acconfig.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h index 62afb1fc817..823548850f6 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -117,6 +117,17 @@ #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 |