diff options
author | Jeremy Allison <jra@samba.org> | 2000-03-22 19:03:12 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-03-22 19:03:12 +0000 |
commit | f02999dbf7971b4ea05050d7206205d7737a78b2 (patch) | |
tree | 8e1e928b3a7b4b54186c1a6e535eb36742e090f1 /source/acconfig.h | |
parent | 67d9b3733f7f3ffab0ff6e78de7638fb469195e6 (diff) | |
download | samba-f02999dbf7971b4ea05050d7206205d7737a78b2.tar.gz |
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
include/byteorder.h: Added alignment macros.
include/nameserv.h: Added defines for msg_type field options - from rfc1002.
lib/time.c: Typo fix.
lib/util_unistr.c: Updates from UNICODE branch.
printing/nt_printing.c: bzero -> memset.
smbd/connection.c: Added check for UT_SYSLEN for utmp code.
Other fixes : Rollback of unapproved commit from Luke.
Please *ask* next time before doing large changes to HEAD.
Jeremy.
Diffstat (limited to 'source/acconfig.h')
-rw-r--r-- | source/acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/acconfig.h b/source/acconfig.h index 63daabe9636..28f5e37da04 100644 --- a/source/acconfig.h +++ b/source/acconfig.h @@ -118,3 +118,4 @@ #undef HAVE_LIBDL #undef NEED_SGI_SEMUN_HACK #undef SYSCONF_SC_NGROUPS_MAX +#undef HAVE_UX_UT_SYSLEN |