Removed SYSLOG-garbage and max.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@788 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-28 23:40:34 +00:00
parent 4376135518
commit abcc42866c

View File

@@ -55,14 +55,6 @@
#include <roken.h>
#ifndef max
#define max(a,b) (((a)>(b))?(a):(b))
#endif
#ifndef LOG_DAEMON
#define openlog(id,option,facility) openlog((id),(option))
#endif
extern char *prog;
int copy_encrypted (int fd1, int fd2, des_cblock *iv,