From ed8a98f6f4547fed6045a4b6793e9a91edd6597c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 17 May 2010 20:49:31 +0200 Subject: s3-includes: remove some unused defines. Guenther --- source3/include/includes.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/include') 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 -- cgit