/* $Id$ */ #include #include #include #include #include #include #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_SYS_STAT_H #include #endif #ifdef HAVE_PWD_H #include #endif #ifdef HAVE_NDBM_H #include #endif #ifdef HAVE_FCNTL_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_IO_H #include #endif #include #define OTPKEYS "/.otpkeys" #define OTP_DB "/tmp/otp" #define OTP_DB_LOCK "/tmp/otp-lock"