Browse code

update win32 proj

Török Edvin authored on 2011/12/14 22:55:43
Showing 3 changed files
... ...
@@ -20,9 +20,6 @@
20 20
 /* name of the clamav user */
21 21
 #define CLAMAVUSER "clamav"
22 22
 
23
-/* enable clamuko */
24
-/* #undef CLAMUKO */
25
-
26 23
 /* enable debugging */
27 24
 /* #undef CL_DEBUG */
28 25
 
... ...
@@ -89,6 +86,9 @@
89 89
 /* "default FD_SETSIZE value" */
90 90
 #define DEFAULT_FD_SETSIZE 1024
91 91
 
92
+/* use fanotify */
93
+/* #undef FANOTIFY */
94
+
92 95
 /* whether _XOPEN_SOURCE needs to be defined for fd passing to work */
93 96
 /* #undef FDPASS_NEED_XOPEN */
94 97
 
... ...
@@ -508,7 +508,7 @@
508 508
 /* #undef USE_SYSLOG */
509 509
 
510 510
 /* Version number of package */
511
-#define VERSION "devel-clamav-0.97-233-g583cd65"
511
+#define VERSION "devel-clamav-0.97-253-g374be10"
512 512
 
513 513
 /* Version suffix for package */
514 514
 #define VERSION_SUFFIX ""
... ...
@@ -155,6 +155,7 @@
155 155
     <ResourceCompile Include="res\clamd.rc"/>
156 156
   </ItemGroup>
157 157
   <ItemGroup>
158
+    <ClCompile Include="..\clamd\fan.c"/>
158 159
     <ClCompile Include="..\clamd\clamd.c"/>
159 160
     <ClCompile Include="..\clamd\localserver.c"/>
160 161
     <ClCompile Include="..\clamd\others.c"/>
... ...
@@ -166,6 +166,7 @@
166 166
     <ResourceCompile Include="res\libclamav.rc"/>
167 167
   </ItemGroup>
168 168
   <ItemGroup>
169
+    <ClCompile Include="..\libclamav\rijndael.c"/>
169 170
     <ClCompile Include="..\libclamav\iso9660.c"/>
170 171
     <ClCompile Include="..\libclamav\arc4.c"/>
171 172
     <ClCompile Include="..\libclamav\png.c"/>