r3284: - don't use a enum for bit-fields. It isn't legal C (as C is limited to
authorAndrew Tridgell <tridge@samba.org>
Wed, 27 Oct 2004 05:20:00 +0000 (05:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:04:50 +0000 (13:04 -0500)
commitfe042b8e5ca15dfd986bc0c05d464214a51cc0cf
tree31363b361104ee3484cd089eea2e48c9c396dee5
parentfe913ad11bf1c5e9fe04ed769a93b0ea16aa0a34
r3284: - don't use a enum for bit-fields. It isn't legal C (as C is limited to
  signed integer values for enum), and it is also very confusing to read.

  Also, please align defines nicely. The value of SV_TYPE_DOMAIN_ENUM
  was defined incorrectly, which became obvious when you align the
  defines, but wasn't at all obvious in the original code.

- removed redundent defines in smb.h
source/include/smb.h
source/librpc/idl/svcctl.idl