Do not use #if, use #ifdef.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@910 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-10-28 16:32:50 +00:00
parent daa8dbb66f
commit a822972294

View File

@@ -35,11 +35,11 @@
#include <config.h>
#endif
#include <sys/types.h>
#if TIME_WITH_SYS_TIME
#ifdef TIME_WITH_SYS_TIME
#include <sys/time.h>
#include <time.h>
#else
#if HAVE_SYS_TIME_H
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#else
#include <time.h>