diff options
author | Günther Deschner <gd@samba.org> | 2010-05-17 20:49:31 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-17 20:49:31 +0200 |
commit | ed8a98f6f4547fed6045a4b6793e9a91edd6597c (patch) | |
tree | ec1d2e12e79dd1e18d508675251446c3e7ac2724 /source3/include | |
parent | dd5a4e23f8c24564d3fd21bb8d01172321087362 (diff) | |
download | samba-ed8a98f6f4547fed6045a4b6793e9a91edd6597c.tar.gz samba-ed8a98f6f4547fed6045a4b6793e9a91edd6597c.tar.bz2 samba-ed8a98f6f4547fed6045a4b6793e9a91edd6597c.zip |
s3-includes: remove some unused defines.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index ec1ac203c3..456b64b9cc 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -696,13 +696,6 @@ struct ntlmssp_state; #include "lib/smbconf/smbconf_reg.h" #include "lib/smbconf/smbconf_txt.h" -/* Defines for wisXXX functions. */ -#define UNI_UPPER 0x1 -#define UNI_LOWER 0x2 -#define UNI_DIGIT 0x4 -#define UNI_XDIGIT 0x8 -#define UNI_SPACE 0x10 - #include "nsswitch/winbind_nss.h" /* forward declaration from printing.h to get around |