From 05d17349f084f7e26a36a974af42439edda837d3 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Tue, 29 Apr 2008 22:05:38 -0400 Subject: [PATCH] Makefile.win32: Include git-version.o and ioset-select.o in build. src/config.h.win32: #define HAVE_LOCALTIME 1 to get localtime_r(). --- Makefile.win32 | 2 ++ src/config.h.win32 | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Makefile.win32 b/Makefile.win32 index 825b92b..8013c03 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -41,11 +41,13 @@ SRVX_OBJS = \ src/compat.o \ src/conf.o \ src/dict-splay.o \ + src/git-version.o \ src/gline.o \ src/global.o \ src/hash.o \ src/heap.o \ src/helpfile.o \ + src/ioset-select.o \ src/ioset-win32.o \ src/ioset.o \ src/log.o \ diff --git a/src/config.h.win32 b/src/config.h.win32 index bb08ba2..2c1177e 100644 --- a/src/config.h.win32 +++ b/src/config.h.win32 @@ -118,6 +118,9 @@ /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET +/* Define to 1 if you have the `localtime' function. */ +#define HAVE_LOCALTIME 1 + /* Define to 1 if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R -- 2.20.1