Include protos.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@130 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1995-09-28 18:49:22 +00:00
parent 10edfeed4d
commit e992686274

View File

@@ -16,6 +16,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "protos.h"
#define DEBUG
#define RETURN_PATH_HANDLING
#endif
@@ -43,7 +44,9 @@
#define FALSE 0
#define NEWLINE '\n'
#ifndef MAXHOSTNAMELEN
#define MAXHOSTNAMELEN 256
#endif
#define MAXUSERNAMELEN 65
#define MAXDROPLEN 64
#define MAXLINELEN 1024