From e5288cec9f7923d8f7e05dbbd14f47b660d6f4ce Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Tue, 13 Feb 2001 00:42:54 +0000 Subject: Forgot to add this hand-crafted config.h in my previous commit. --- mail/postilion/files/config.h | 46 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 mail/postilion/files/config.h (limited to 'mail/postilion') diff --git a/mail/postilion/files/config.h b/mail/postilion/files/config.h new file mode 100644 index 000000000000..deb8be0c3521 --- /dev/null +++ b/mail/postilion/files/config.h @@ -0,0 +1,46 @@ +/* Define if you have that is POSIX.1 compatible. */ +#define HAVE_SYS_WAIT_H 1 + +/* Define if utime(file, NULL) sets file's timestamp to the present. */ +#define HAVE_UTIME_NULL 1 + +/* Define if your declares struct tm. */ +#define TM_IN_SYS_TIME 1 + +/* Define if you have the gethostname function. */ +#define HAVE_GETHOSTNAME 1 + +/* Define if you have the mkdir function. */ +#define HAVE_MKDIR 1 + +/* Define if you have the mktime function. */ +#define HAVE_MKTIME 1 + +/* Define if you have the strstr function. */ +#define HAVE_STRSTR 1 + +/* Define if you have the header file. */ +#define HAVE_DIRENT_H 1 + +/* Define if you have the header file. */ +#define HAVE_FCNTL_H 1 + +/* Define if you have the header file. */ +#define HAVE_SYS_NDIR_H 1 + +/* Define if you have the header file. */ +#undef HAVE_TKSTEP_H 1 + +/* Define if you have the header file. */ +#define HAVE_UNISTD_H 1 + +/* Timezone defines */ +#undef HAVE_TM_TZADJ +#define HAVE_TM_GMTOFF 1 +#define HAVE_TIMEZONE_VAR 1 + +/* Define if you have the crypt library (-lcrypt). */ +#define HAVE_LIBCRYPT 1 + +/* Define if you have the s library (-ls). */ +#undef HAVE_LIBS -- cgit v1.2.3