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 | 70cecfefc8e876871b29ff8d5fa9226db0e98153 (patch) | |
tree | fdf9de96a5772382ad5b6ebc13b11b68e5bfc4cf /source/acconfig.h | |
parent | 979aa01e011d433328af0ead7644f47d0cfadf13 (diff) | |
download | samba-70cecfefc8e876871b29ff8d5fa9226db0e98153.tar.gz |
Fixes from David Lee for utmp handling.
Jeremy.
Diffstat (limited to 'source/acconfig.h')
-rw-r--r-- | source/acconfig.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/acconfig.h b/source/acconfig.h index 62afb1fc817..823548850f6 100644 --- a/source/acconfig.h +++ b/source/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 |