From 9c45d9ad13fdf439d44d7443ae75da15ea0223ed Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Mon, 19 Aug 2013 16:39:41 -0400 Subject: Initial checkin Imported from subversion report, converted to git. Updated all paths in scripts and makefiles, reflecting the new directory hierarchy. --- maildrop/mytime.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 maildrop/mytime.h (limited to 'maildrop/mytime.h') diff --git a/maildrop/mytime.h b/maildrop/mytime.h new file mode 100644 index 0000000..96b676e --- /dev/null +++ b/maildrop/mytime.h @@ -0,0 +1,18 @@ +#ifndef mytime_h +#define mytime_h + + +#include "config.h" + +#if TIME_WITH_SYS_TIME +#include +#include +#else +#if HAVE_SYS_TIME_H +#include +#else +#include +#endif +#endif + +#endif -- cgit v1.2.3