new files

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@885 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-10-25 05:51:14 +00:00
parent 58bc1c7e9a
commit cc2014c8c7
14 changed files with 3507 additions and 0 deletions

37
lib/otp/otp_locl.h Normal file
View File

@@ -0,0 +1,37 @@
/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#ifdef HAVE_PWD_H
#include <pwd.h>
#endif
#ifdef HAVE_NDBM_H
#include <ndbm.h>
#endif
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_IO_H
#include <io.h>
#endif
#include <otp.h>
#define OTPKEYS "/.otpkeys"
#define OTP_DB "/tmp/otp"
#define OTP_DB_LOCK "/tmp/otp-lock"