From 20b46e81239eca4aefb29de8dafb3b43cbac2e8f Mon Sep 17 00:00:00 2001 From: arai Date: Wed, 21 Aug 2002 17:48:53 +0000 Subject: [PATCH] * configure.ac: check whether the 2nd argument of gettimeofday() is effective. * src/header.c: ditto. * config.h.in (GETTIMEOFDAY_HAS_2ND_ARG): ditto. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@507 6a8cc165-1e22-0410-a132-eb4e3f353aba --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 55220eb..6e63aee 100644 --- a/config.h.in +++ b/config.h.in @@ -6,6 +6,9 @@ /* Define it to 5, 6 or 7 which you want to use -lhX- method, default */ #undef DEFAULT_LZHUFF_METHOD +/* Define to 1 if the 2nd argument of gettimeofday() is effective. */ +#undef GETTIMEOFDAY_HAS_2ND_ARG + /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H -- 2.11.0