summaryrefslogtreecommitdiff
path: root/source4/include/includes.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-05-26 05:40:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:18 -0500
commit8b3f08cefcd41e6f8005de84a2cc865c1011194d (patch)
tree77cd0b79d7721efe12fcf1a481df52d02727ecd0 /source4/include/includes.h
parent406f345d889d7e804c5d861223fa66abb213bb23 (diff)
downloadsamba-8b3f08cefcd41e6f8005de84a2cc865c1011194d.tar.gz
samba-8b3f08cefcd41e6f8005de84a2cc865c1011194d.tar.bz2
samba-8b3f08cefcd41e6f8005de84a2cc865c1011194d.zip
r898: - remove some unused macros
- remove unused lib/smbpasswd.c - don't set the pkt size twice when doing SMB signing (This used to be commit 69a2942f7987647a32d43c71f41ac1a82a82ccda)
Diffstat (limited to 'source4/include/includes.h')
-rw-r--r--source4/include/includes.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 441111ed6f..5aa46c36cf 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -436,12 +436,6 @@ typedef int socklen_t;
#define uchar unsigned char
#endif
-#ifdef HAVE_UNSIGNED_CHAR
-#define schar signed char
-#else
-#define schar char
-#endif
-
/*
Samba needs type definitions for
int8_t, int16_t, int32_t, int64_t
@@ -711,10 +705,6 @@ typedef int (*comparison_fn_t)(const void *, const void *);
#define MAP_FILE 0
#endif
-#if (!defined(WITH_LDAP) && !defined(WITH_TDB_SAM))
-#define USE_SMBPASS_DB 1
-#endif
-
#if defined(HAVE_PUTPRPWNAM) && defined(AUTH_CLEARTEXT_SEG_CHARS)
#define OSF1_ENH_SEC 1
#endif