From 3988c1bec63273c78a212a2823013d97ab4e8980 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 5 Jun 1997 23:47:55 +0000 Subject: [PATCH] [project @ 1997-06-05 23:47:55 by sof] Auxillary to let autoheader do its job (ToDo: add mk support for this) --- mk/acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mk/acconfig.h diff --git a/mk/acconfig.h b/mk/acconfig.h new file mode 100644 index 0000000..bbe53d4 --- /dev/null +++ b/mk/acconfig.h @@ -0,0 +1,6 @@ +/* Leave this blank line here -- autoheader needs it! */ + + +/* Define this if your time.h defines altzone */ +#undef HAVE_ALTZONE + -- 1.7.10.4