syncing examples
[sfrench/samba-autobuild/.git] / examples / LDAP / smbldap-tools / mkntpwd / mkntpwd.h
1 #include <memory.h>
2 #include <string.h>
3 #include <stdlib.h>
4 #include <stdio.h>
5 #include <ctype.h>
6
7 typedef short int16;
8 typedef int int32;
9 typedef unsigned short uint16;
10 typedef unsigned int uint32;
11 typedef unsigned char uchar;
12
13 #define MAX_STRING 255
14 #define MAX_WORD 128
15 #define LMPASSWDLEN 14
16 #define NTPASSWDLEN 128
17 #define FILENAMEBUFFER 128