r4528: merge Fedora spec file fixes
[Samba.git] / examples / LDAP / smbldap-tools / mkntpwd / mkntpwd.h
blob9a020b8d2864aca92625e8f41dbb1f2159b2493a
1 #include <memory.h>
2 #include <string.h>
3 #include <stdlib.h>
4 #include <stdio.h>
5 #include <ctype.h>
7 typedef short int16;
8 typedef int int32;
9 typedef unsigned short uint16;
10 typedef unsigned int uint32;
11 typedef unsigned char uchar;
13 #define MAX_STRING 255
14 #define MAX_WORD 128
15 #define LMPASSWDLEN 14
16 #define NTPASSWDLEN 128
17 #define FILENAMEBUFFER 128