66 lines
1.3 KiB
Text
66 lines
1.3 KiB
Text
*** popper.h Wed Nov 19 13:20:39 1997
|
|
--- popper.h Thu Feb 12 17:31:22 1998
|
|
***************
|
|
*** 32,36 ****
|
|
#ifdef HAVE_SYS_PARAM_H
|
|
#include <sys/param.h>
|
|
! # if (defined(BSD) && (BSD >= 199103))
|
|
# define HAVE_UNISTD_H
|
|
# define HAVE_VPRINTF
|
|
--- 32,36 ----
|
|
#ifdef HAVE_SYS_PARAM_H
|
|
#include <sys/param.h>
|
|
! # if (defined(BSD) && (BSD >= 199103)) && 0 /* shouldn't be necessary anymore */
|
|
# define HAVE_UNISTD_H
|
|
# define HAVE_VPRINTF
|
|
***************
|
|
*** 39,43 ****
|
|
#endif
|
|
|
|
! #ifdef BSDI
|
|
#define BSD44_DBM
|
|
#endif
|
|
--- 39,55 ----
|
|
#endif
|
|
|
|
! #ifdef HAVE_STDLIB_H
|
|
! # include <stdlib.h>
|
|
! #endif
|
|
!
|
|
! #ifdef HAVE_STRING_H
|
|
! # include <string.h>
|
|
! #endif
|
|
!
|
|
! #ifdef HAVE_TIME_H
|
|
! # include <time.h>
|
|
! #endif
|
|
!
|
|
! #if defined (BSDI) || defined (__NetBSD__)
|
|
#define BSD44_DBM
|
|
#endif
|
|
***************
|
|
*** 293,297 ****
|
|
|
|
#ifndef KERBEROS_SERVICE
|
|
! # define KERBEROS_SERVICE "rcmd"
|
|
#endif
|
|
|
|
--- 297,301 ----
|
|
|
|
#ifndef KERBEROS_SERVICE
|
|
! # define KERBEROS_SERVICE "pop"
|
|
#endif
|
|
|
|
***************
|
|
*** 299,303 ****
|
|
# include <kerberos/krb.h>
|
|
#else
|
|
! # ifdef BSDI
|
|
# include <kerberosIV/des.h>
|
|
# include <kerberosIV/krb.h>
|
|
--- 303,307 ----
|
|
# include <kerberos/krb.h>
|
|
#else
|
|
! # if defined (BSDI) || defined (__NetBSD__)
|
|
# include <kerberosIV/des.h>
|
|
# include <kerberosIV/krb.h>
|