summaryrefslogtreecommitdiff
path: root/mail/postilion/files/config.h
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-28 23:03:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-28 23:03:15 +0000
commit23d26ab86e4deca51fcae3a4e177ebf8f94c5255 (patch)
treeb2dbe560bcccbf7fc7fc332b2dfc27b8ad78b22f /mail/postilion/files/config.h
parentMark as deprecated: broken, no longer being supported, developers suggest (diff)
2009-05-22 misc/sonytv: tcl8.3 support is going to be dropped
2009-05-22 mail/postilion: tcl8.3 support is going to be dropped 2009-05-05 x11-toolkits/p5-TclTk: replaced by x11-toolkits/p5-Tcl-Tk
Diffstat (limited to 'mail/postilion/files/config.h')
-rw-r--r--mail/postilion/files/config.h46
1 files changed, 0 insertions, 46 deletions
diff --git a/mail/postilion/files/config.h b/mail/postilion/files/config.h
deleted file mode 100644
index deb8be0c3521..000000000000
--- a/mail/postilion/files/config.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/* Define if you have <sys/wait.h> 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 <sys/time.h> 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 <dirent.h> header file. */
-#define HAVE_DIRENT_H 1
-
-/* Define if you have the <fcntl.h> header file. */
-#define HAVE_FCNTL_H 1
-
-/* Define if you have the <sys/ndir.h> header file. */
-#define HAVE_SYS_NDIR_H 1
-
-/* Define if you have the <tkstep.h> header file. */
-#undef HAVE_TKSTEP_H 1
-
-/* Define if you have the <unistd.h> 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