comments in endif

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@191 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1995-11-05 21:25:07 +00:00
parent f432c2b526
commit 9f1661eb7a
21 changed files with 45 additions and 45 deletions

View File

@@ -7,7 +7,7 @@
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
static char SccsId[] = "@(#)@(#)pop_init.c 2.1 2.1 3/18/91";
#endif not lint
#endif /* not lint */
#include <errno.h>
#include <stdio.h>
@@ -160,7 +160,7 @@ char ** argmessage;
p->client = p->ipaddr;
}
}
#endif BIND43
#endif /* BIND43 */
}
/* Create input file stream for TCP/IP communication */
@@ -188,7 +188,7 @@ char ** argmessage;
trace_file_name);
else if (p->debug)
pop_log(p,POP_PRIORITY,"Debugging turned on");
#endif DEBUG
#endif /* DEBUG */
return(authenticate(p, &cs));
}