autoconfed a little to make it compile.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@796 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -45,6 +45,9 @@
|
|||||||
* [including the GNU Public Licence.]
|
* [including the GNU Public Licence.]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "des.h"
|
#include "des.h"
|
||||||
|
|
||||||
|
@@ -53,21 +53,21 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#ifndef MSDOS
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#else
|
|
||||||
#include <io.h>
|
|
||||||
#endif
|
#endif
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#ifndef VMS
|
#ifdef HAVE_TIME_H
|
||||||
#ifndef _IRIX
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef TIMES
|
#ifdef HAVE_SYS_TYPES_H
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#endif
|
||||||
|
#ifdef HAVE_SYS_TIMES_H
|
||||||
#include <sys/times.h>
|
#include <sys/times.h>
|
||||||
#endif
|
#endif
|
||||||
#else /* VMS */
|
|
||||||
|
#ifdef VMS
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
struct tms {
|
struct tms {
|
||||||
time_t tms_utime;
|
time_t tms_utime;
|
||||||
@@ -76,12 +76,13 @@ struct tms {
|
|||||||
time_t tms_uchildsys; /* so these names are a guess :-) */
|
time_t tms_uchildsys; /* so these names are a guess :-) */
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifndef TIMES
|
|
||||||
|
#ifdef HAVE_SYS_TIMEB_H
|
||||||
#include <sys/timeb.h>
|
#include <sys/timeb.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef sun
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
#ifdef HAVE_SYS_PARAM_H
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user