summaryrefslogtreecommitdiff
path: root/source4/nsswitch/winbind_nss_config.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-22 05:14:14 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-22 05:14:14 +0200
commitc0e14d5021e738a9b89c73558c544596e2ad2000 (patch)
tree1d4c5543f1b38eb8e1b05df87a34e8456826a8b3 /source4/nsswitch/winbind_nss_config.h
parent1d5beb7294d939504864c9b1203a5d7dcde7041a (diff)
downloadsamba-c0e14d5021e738a9b89c73558c544596e2ad2000.tar.gz
samba-c0e14d5021e738a9b89c73558c544596e2ad2000.tar.bz2
samba-c0e14d5021e738a9b89c73558c544596e2ad2000.zip
Repel pstring to nsswitch/.
Diffstat (limited to 'source4/nsswitch/winbind_nss_config.h')
-rw-r--r--source4/nsswitch/winbind_nss_config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source4/nsswitch/winbind_nss_config.h b/source4/nsswitch/winbind_nss_config.h
index ba6153ec28..c5bc853770 100644
--- a/source4/nsswitch/winbind_nss_config.h
+++ b/source4/nsswitch/winbind_nss_config.h
@@ -40,17 +40,6 @@
#include "nsswitch/winbind_nss.h"
-/* I'm trying really hard not to include anything from smb.h with the
- result of some silly looking redeclaration of structures. */
-
-#ifndef _PSTRING
-#define _PSTRING
-#define PSTRING_LEN 1024
-#define FSTRING_LEN 256
-typedef char pstring[PSTRING_LEN];
-typedef char fstring[FSTRING_LEN];
-#endif
-
/* Some systems (SCO) treat UNIX domain sockets as FIFOs */
#ifndef S_IFSOCK