Makefile.win32: Include git-version.o and ioset-select.o in build.
authorMichael Poole <mdpoole@troilus.org>
Wed, 30 Apr 2008 02:05:38 +0000 (22:05 -0400)
committerMichael Poole <mdpoole@troilus.org>
Wed, 30 Apr 2008 02:05:38 +0000 (22:05 -0400)
src/config.h.win32: #define HAVE_LOCALTIME 1 to get localtime_r().

Makefile.win32
src/config.h.win32

index 825b92bf398ed3876d6861e6470083ae9913e20c..8013c03f0e9f7c2047be701be494a61f4f056dc1 100644 (file)
@@ -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 \
index bb08ba2c0cc6d936de84e3d0784303eaa6affe18..2c1177e7d694943fd5a5ec0b48638531c5e13769 100644 (file)
 /* 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