summaryrefslogtreecommitdiff
path: root/source/acconfig.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-03-10 19:53:33 +0000
committerLuke Leighton <lkcl@samba.org>2000-03-10 19:53:33 +0000
commitcfac1db9b3b26aabd8c91b14d0ceace1d8e3ea77 (patch)
tree9d151082b5a310df92a0cfd26a37e90d84cbb3d6 /source/acconfig.h
parent187d8f10687f294ec98fc061eb8551b6e58e49c8 (diff)
downloadsamba-cfac1db9b3b26aabd8c91b14d0ceace1d8e3ea77.tar.gz
- spoolssd linked against shared libubiqx, not static.
- finaly fixed %U (at least for me), it was one line in passdb/sampass.c - started to merge some configure things from HEAD (not that we currently realy need it) - added some debugging to lsarpcd (policy-handles), so maybe we'll get those mysterious crashes with ldap; made some functions static - prs_set_offset() (from J.F.) didn't prs_grow enough. I don't know, if he needs prs_set_offset to actually grow any buffer (for marshalling), but maybe it helps - parse_samr.c cleanup: + rewrote most of the memory-things to use g_new + removed useless prs_align after smb_io_pol_hnd() + converted more memcpy(&q->pol, pol, sizeof()) to q->pol = *pol; this all made parse_samr.c about 100 lines smaller.
Diffstat (limited to 'source/acconfig.h')
-rw-r--r--source/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/acconfig.h b/source/acconfig.h
index 55fd87425e5..cd9002fdff0 100644
--- a/source/acconfig.h
+++ b/source/acconfig.h
@@ -11,6 +11,7 @@
#undef loff_t
#undef offset_t
#undef aclent_t
+#undef wchar_t
#undef HAVE_CONNECT
#undef HAVE_SHORT_INO_T
#undef WITH_SMBWRAPPER
@@ -104,3 +105,5 @@
#undef USE_SETUIDX
#undef WITH_NT5LDAP
+
+#undef HAVE_VOLATILE