]> git.sur5r.net Git - bacula/bacula/commitdiff
Finish removing pthreads and zlib
authorKern Sibbald <kern@sibbald.com>
Wed, 7 Apr 2004 10:07:06 +0000 (10:07 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 7 Apr 2004 10:07:06 +0000 (10:07 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1186 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/dird/bacula-dir.conf.in
bacula/src/win32/Makefile.in
bacula/src/win32/baculafd/baculafd.dep
bacula/src/win32/baculafd/baculafd.dsp
bacula/src/win32/baculafd/baculafd.mak
bacula/src/win32/winbacula.nsi.in

index 6d210b8ebe5bd3f14420f84e43e069065717ec8e..3158e4d187f414f7e02c410255060ff2d28ebe71 100644 (file)
@@ -38,6 +38,7 @@ For 1.33 Testing/Documentation:
   non-existent directories will not be restored properly.
 
 For version 1.35:
+- Finish SIGHUP work.
 - Check that all change in wait status in the SD are        
   signaled to the Director.
 - Add a block copy option to bcopy.
index a76448c7e706ed6d3931416aae3fa3d31dc78aac..f150794933c726f2a90c7cfd90a59885233fd344 100644 (file)
@@ -64,8 +64,11 @@ Job {
 # Standard Restore template, to be changed by Console program
 Job {
   Name = "RestoreFiles"
-  JobDefs = "DefaultJob"
   Type = Restore
+  Client=@hostname@-fd                 
+  FileSet="Full Set"                  
+  Storage = File                      
+  Messages = Standard
   Where = /tmp/bacula-restores
 }
 
index c41c38a44d5c0f04381d3fc801e01b05af4dc0f5..f5ca769be2702e848da3e024f9e8fb0a40eb2bf9 100644 (file)
@@ -12,22 +12,17 @@ first_rule: all
 
 dummy:
 
-all:  zlib pthreads bacula installer
+all:  bacula installer
 
-zlib: dummy 
-       (cd zlib; env MAKEFLAGS= ${NMAKE} /f win32/Makefile.msc)
 
-pthreads: dummy
-       (cd pthreads; env MAKEFLAGS= ${NMAKE} VCE)
-
-bacula: zlib pthreads
+bacula:
        (cd baculafd; env MAKEFLAGS= ${NMAKE} CFG="baculafd - Win32 Release" /f baculafd.mak)
 
 #
 # Quickie debug installation
 #
 install: bacula
-       cp -f pthreads/pthreadVCE.dll baculafd/Release
+       cp -f ../../../depkgs-win32/pthreads/pthreadVCE.dll baculafd/Release
        cp -f bacula-fd.conf baculafd/Release
        (cd baculafd/Release; ./bacula-fd.exe /kill)
        sleep 2
@@ -43,11 +38,8 @@ winbacula.exe: bacula
        ${MAKENSIS} winbacula.nsi
 
 clean:
-       (cd zlib; env MAKEFLAGS= ${NMAKE} /f win32/Makefile.msc clean)
-       (cd pthreads; env MAKEFLAGS= ${NMAKE} clean)
        (cd baculafd; make clean)
 
 distclean: clean
        rm -rf baculafd/Release baculafd/Debug
-       rm -f pthreads/*.lib pthreads/*.dll pthreads/*.exe pthreads/*.exp
        rm -f winbacula-*.exe
index 9df93be96c06374c174d650d017b07f2f8e4dee8..6588d9284a50a893ba1505ff3ec9179efe9dcc0f 100644 (file)
@@ -1,11 +1,11 @@
 # Microsoft Developer Studio Generated Dependency File, included by baculafd.mak\r
 \r
 ..\lib\alist.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.c"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
@@ -16,6 +16,7 @@
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\alloc.cpp : \\r
        \r
 \r
 ..\lib\attr.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.c"\\r
@@ -73,6 +76,7 @@
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\findlib\attribs.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\findlib\attribs.c"\\r
        "..\..\findlib\bfile.h"\\r
        "..\..\findlib\find.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\filed\authenticate.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zconf.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zlib.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\filed\authenticate.c"\\r
        "..\..\filed\filed.h"\\r
        "..\..\filed\filed_conf.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\filed\backup.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zconf.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zlib.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\filed\backup.c"\\r
        "..\..\filed\filed.h"\\r
        "..\..\filed\filed_conf.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\base64.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\base64.c"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\findlib\bfile.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\findlib\bfile.c"\\r
        "..\..\findlib\bfile.h"\\r
        "..\..\findlib\find.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\bget_msg.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bget_msg.c"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\bnet.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\bnet_server.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\..\lib\serial.h"\\r
        "..\..\lib\sha1.h"\\r
        "..\..\lib\smartall.h"\\r
+       "..\..\lib\tcpd.h"\\r
        "..\..\lib\timers.h"\\r
        "..\..\lib\tree.h"\\r
        "..\..\lib\var.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\bshm.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\bsys.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\alloca.h"\\r
        "..\compat\arpa\inet.h"\\r
        "..\compat\compat.h"\\r
+       "..\compat\dirent.h"\\r
        "..\compat\getopt.h"\\r
        "..\compat\grp.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\btime.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\compat\compat.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\findlib\bfile.h"\\r
        "..\..\findlib\find.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 "..\lib\cram-md5.cpp" : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\cram-md5.c"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\crc32.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\crc32.c"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\findlib\create_file.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\findlib\bfile.h"\\r
        "..\..\findlib\create_file.c"\\r
        "..\..\findlib\find.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\daemon.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\daemon.c"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\dlist.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\dlist.c"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\edit.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\edit.c"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\findlib\enable_priv.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\findlib\bfile.h"\\r
        "..\..\findlib\enable_priv.c"\\r
        "..\..\findlib\find.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\filed\estimate.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zconf.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zlib.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\filed\estimate.c"\\r
        "..\..\filed\filed.h"\\r
        "..\..\filed\filed_conf.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\filed\filed.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zconf.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zlib.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\filed\filed.c"\\r
        "..\..\filed\filed.h"\\r
        "..\..\filed\filed_conf.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\filed\filed_conf.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zconf.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zlib.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\filed\filed.h"\\r
        "..\..\filed\filed_conf.c"\\r
        "..\..\filed\filed_conf.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\findlib\find.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\findlib\bfile.h"\\r
        "..\..\findlib\find.c"\\r
        "..\..\findlib\find.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\findlib\find_one.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\findlib\bfile.h"\\r
        "..\..\findlib\find.h"\\r
        "..\..\findlib\find_one.c"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\fnmatch.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.c"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\compat\getopt.c : \\r
+       "..\compat\alloca.h"\\r
        "..\compat\getopt.h"\\r
        \r
 \r
 ..\filed\heartbeat.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zconf.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zlib.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\filed\filed.h"\\r
        "..\..\filed\filed_conf.h"\\r
        "..\..\filed\heartbeat.c"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\hmac.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\hmac.c"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\htable.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\htable.c"\\r
        "..\..\lib\htable.h"\\r
        "..\..\lib\lex.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\idcache.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\idcache.c"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\jcr.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\jcr.c"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\filed\job.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zconf.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zlib.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\filed\filed.h"\\r
        "..\..\filed\filed_conf.h"\\r
        "..\..\filed\job.c"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\lex.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.c"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\findlib\makepath.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\findlib\makepath.c"\\r
        "..\..\findlib\save-cwd.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\findlib\match.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\findlib\bfile.h"\\r
        "..\..\findlib\find.h"\\r
        "..\..\findlib\match.c"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\md5.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.c"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\mem_pool.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\message.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\parse_conf.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\compat\print.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
        "..\compat\compat.h"\\r
        "..\compat\getopt.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\queue.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\filed\restore.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zconf.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zlib.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\filed\filed.h"\\r
        "..\..\filed\filed_conf.h"\\r
        "..\..\filed\protos.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\rwlock.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 "..\findlib\save-cwd.cpp" : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\findlib\save-cwd.c"\\r
        "..\..\findlib\save-cwd.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\scan.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\findlib\bfile.h"\\r
        "..\..\findlib\find.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\semlock.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\serial.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\sha1.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\signal.cpp : \\r
+       "..\..\baconfig.h"\\r
+       "..\..\bacula.h"\\r
+       "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
+       "..\..\lib\alist.h"\\r
+       "..\..\lib\attr.h"\\r
+       "..\..\lib\bits.h"\\r
+       "..\..\lib\bpipe.h"\\r
+       "..\..\lib\bshm.h"\\r
+       "..\..\lib\bsock.h"\\r
+       "..\..\lib\btime.h"\\r
+       "..\..\lib\dlist.h"\\r
+       "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
+       "..\..\lib\lex.h"\\r
+       "..\..\lib\lib.h"\\r
+       "..\..\lib\md5.h"\\r
+       "..\..\lib\mem_pool.h"\\r
+       "..\..\lib\message.h"\\r
+       "..\..\lib\parse_conf.h"\\r
+       "..\..\lib\protos.h"\\r
+       "..\..\lib\rwlock.h"\\r
+       "..\..\lib\semlock.h"\\r
+       "..\..\lib\serial.h"\\r
+       "..\..\lib\sha1.h"\\r
        "..\..\lib\signal.c"\\r
+       "..\..\lib\smartall.h"\\r
+       "..\..\lib\timers.h"\\r
+       "..\..\lib\tree.h"\\r
+       "..\..\lib\var.h"\\r
+       "..\..\lib\watchdog.h"\\r
+       "..\..\lib\workq.h"\\r
+       "..\compat\alloca.h"\\r
+       "..\compat\arpa\inet.h"\\r
+       "..\compat\compat.h"\\r
+       "..\compat\getopt.h"\\r
+       "..\compat\grp.h"\\r
+       "..\compat\netdb.h"\\r
+       "..\compat\netinet\in.h"\\r
+       "..\compat\pwd.h"\\r
+       "..\compat\stdint.h"\\r
+       "..\compat\strings.h"\\r
+       "..\compat\sys\ioctl.h"\\r
+       "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
+       "..\compat\sys\wait.h"\\r
+       "..\compat\syslog.h"\\r
+       "..\compat\unistd.h"\\r
+       "..\compat\winconfig.h"\\r
+       "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\smartall.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\filed\status.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zconf.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zlib.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\filed\filed.h"\\r
        "..\..\filed\filed_conf.h"\\r
        "..\..\filed\protos.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 .\StdAfx.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
        ".\StdAfx.h"\\r
        \r
 \r
 ..\lib\timers.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\tree.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\findlib\bfile.h"\\r
        "..\..\findlib\find.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\util.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\findlib\bfile.h"\\r
        "..\..\findlib\find.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\var.cpp : \\r
+       "..\..\baconfig.h"\\r
+       "..\..\bacula.h"\\r
+       "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
+       "..\..\lib\alist.h"\\r
+       "..\..\lib\attr.h"\\r
+       "..\..\lib\bits.h"\\r
+       "..\..\lib\bpipe.h"\\r
+       "..\..\lib\bshm.h"\\r
+       "..\..\lib\bsock.h"\\r
+       "..\..\lib\btime.h"\\r
+       "..\..\lib\dlist.h"\\r
+       "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
+       "..\..\lib\lex.h"\\r
+       "..\..\lib\lib.h"\\r
+       "..\..\lib\md5.h"\\r
+       "..\..\lib\mem_pool.h"\\r
+       "..\..\lib\message.h"\\r
+       "..\..\lib\parse_conf.h"\\r
+       "..\..\lib\protos.h"\\r
+       "..\..\lib\rwlock.h"\\r
+       "..\..\lib\semlock.h"\\r
+       "..\..\lib\serial.h"\\r
+       "..\..\lib\sha1.h"\\r
+       "..\..\lib\smartall.h"\\r
+       "..\..\lib\timers.h"\\r
+       "..\..\lib\tree.h"\\r
        "..\..\lib\var.c"\\r
+       "..\..\lib\var.h"\\r
+       "..\..\lib\watchdog.h"\\r
+       "..\..\lib\workq.h"\\r
+       "..\compat\alloca.h"\\r
+       "..\compat\arpa\inet.h"\\r
+       "..\compat\compat.h"\\r
+       "..\compat\getopt.h"\\r
+       "..\compat\grp.h"\\r
+       "..\compat\netdb.h"\\r
+       "..\compat\netinet\in.h"\\r
+       "..\compat\pwd.h"\\r
+       "..\compat\stdint.h"\\r
+       "..\compat\strings.h"\\r
+       "..\compat\sys\ioctl.h"\\r
+       "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
+       "..\compat\sys\wait.h"\\r
+       "..\compat\syslog.h"\\r
+       "..\compat\unistd.h"\\r
+       "..\compat\winconfig.h"\\r
+       "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\filed\verify.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zconf.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zlib.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\filed\filed.h"\\r
        "..\..\filed\filed_conf.h"\\r
        "..\..\filed\protos.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\filed\verify_vol.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zconf.h"\\r
-       "..\..\..\..\depkgs-win32\zlib\zlib.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\filed\filed.h"\\r
        "..\..\filed\filed_conf.h"\\r
        "..\..\filed\protos.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\lib\watchdog.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\..\filed\win32\winabout.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
        "..\..\filed\win32\winabout.h"\\r
        "..\..\filed\win32\winbacula.h"\\r
        \r
 \r
 ..\findlib\winapi.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
        "..\..\findlib\bfile.h"\\r
        "..\..\findlib\find.h"\\r
        "..\..\findlib\protos.h"\\r
        "..\..\findlib\save-cwd.h"\\r
        "..\..\findlib\winapi.c"\\r
        "..\..\findlib\winapi.h"\\r
+       "..\..\host.h"\\r
        "..\..\jcr.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\file.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\..\filed\win32\winevents.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
        "..\..\filed\win32\winbacula.h"\\r
        "..\..\filed\win32\winevents.h"\\r
        \r
 \r
 ..\..\filed\win32\winmain.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\filed\win32\winabout.h"\\r
        "..\..\filed\win32\winbacula.h"\\r
        "..\..\filed\win32\winevents.h"\\r
        "..\..\findlib\winapi.h"\\r
        "..\compat\compat.h"\\r
        "..\compat\getopt.h"\\r
-       "..\compat\sched.h"\\r
        "..\compat\unistd.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
 \r
 ..\..\filed\win32\winservice.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
        "..\..\filed\win32\winabout.h"\\r
        "..\..\filed\win32\winbacula.h"\\r
        "..\..\filed\win32\winevents.h"\\r
        \r
 \r
 ..\..\filed\win32\winstat.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
        "..\..\filed\win32\winbacula.h"\\r
        "..\..\filed\win32\winstat.h"\\r
        \r
 \r
 ..\..\filed\win32\wintray.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
        "..\..\filed\win32\winabout.h"\\r
        "..\..\filed\win32\winbacula.h"\\r
        "..\..\filed\win32\winevents.h"\\r
        \r
 \r
 ..\lib\workq.cpp : \\r
-       "..\..\..\..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\\r
-       "..\..\..\..\depkgs-win32\pthreads\pthread.h"\\r
        "..\..\baconfig.h"\\r
        "..\..\bacula.h"\\r
        "..\..\bc_types.h"\\r
+       "..\..\config.h"\\r
+       "..\..\host.h"\\r
        "..\..\lib\alist.h"\\r
        "..\..\lib\attr.h"\\r
        "..\..\lib\bits.h"\\r
        "..\..\lib\btime.h"\\r
        "..\..\lib\dlist.h"\\r
        "..\..\lib\fnmatch.h"\\r
+       "..\..\lib\getopt.h"\\r
        "..\..\lib\lex.h"\\r
        "..\..\lib\lib.h"\\r
        "..\..\lib\md5.h"\\r
        "..\compat\netdb.h"\\r
        "..\compat\netinet\in.h"\\r
        "..\compat\pwd.h"\\r
-       "..\compat\sched.h"\\r
+       "..\compat\stdint.h"\\r
        "..\compat\strings.h"\\r
        "..\compat\sys\ioctl.h"\\r
        "..\compat\sys\socket.h"\\r
+       "..\compat\sys\time.h"\\r
        "..\compat\sys\wait.h"\\r
        "..\compat\syslog.h"\\r
        "..\compat\unistd.h"\\r
        "..\compat\winconfig.h"\\r
        "..\compat\winhost.h"\\r
+       {$(INCLUDE)}"basetsd.h"\\r
        \r
index 0b71a042abb2863627cd575b83abad903c30a9ce..8bb82c7397d6fa2c8d6737ceb2853b7fe230e503 100644 (file)
@@ -42,8 +42,7 @@ RSC=rc.exe
 # PROP Ignore_Export_Lib 0\r
 # PROP Target_Dir ""\r
 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../compat" /I "../.." /I "../pthreads" /I "../zlib" /I "." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "HAVE_WIN32" /FD /c\r
-# SUBTRACT CPP /YX /Yc /Yu\r
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "../compat" /I "../.." /I "../../../../depkgs-win32/pthreads" /I "../../../../depkgs-win32/zlib" /I "." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "HAVE_WIN32" /FD /c\r
 # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"\r
 # ADD RSC /l 0x409 /d "NDEBUG"\r
 BSC32=bscmake.exe\r
@@ -51,7 +50,7 @@ BSC32=bscmake.exe
 # ADD BSC32 /nologo\r
 LINK32=link.exe\r
 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386\r
-# ADD LINK32 wsock32.lib pthreadVCE.lib zlib.lib /nologo /subsystem:windows /pdb:none /machine:I386 /nodefaultlib:"MSVCRT.lib" /out:"Release/bacula-fd.exe" /libpath:"../pthreads" /libpath:"../zlib"\r
+# ADD LINK32 wsock32.lib pthreadVCE.lib zlib.lib /nologo /subsystem:windows /pdb:none /machine:I386 /nodefaultlib:"MSVCRT.lib" /out:"Release/bacula-fd.exe" /libpath:"../../../../depkgs-win32/pthreads" /libpath:"../../../../depkgs-win32/zlib"\r
 \r
 !ELSEIF  "$(CFG)" == "baculafd - Win32 Debug"\r
 \r
index 687c144ee16ebabda84a7bd46eb463081f8b88ee..6edf0c0eee9b63805e155ec16f6bcef2a98e4030 100644 (file)
@@ -117,14 +117,14 @@ CLEAN :
 "$(OUTDIR)" :\r
     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"\r
 \r
-CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "../compat" /I "../.." /I "../pthreads" /I "../zlib" /I "." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "HAVE_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c \r
+CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "../compat" /I "../.." /I "../../../../depkgs-win32/pthreads" /I "../../../../depkgs-win32/zlib" /I "." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "HAVE_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c \r
 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\winres.res" /d "NDEBUG" \r
 BSC32=bscmake.exe\r
 BSC32_FLAGS=/nologo /o"$(OUTDIR)\baculafd.bsc" \r
 BSC32_SBRS= \\r
        \r
 LINK32=link.exe\r
-LINK32_FLAGS=wsock32.lib pthreadVCE.lib zlib.lib /nologo /subsystem:windows /pdb:none /machine:I386 /nodefaultlib:"MSVCRT.lib" /out:"$(OUTDIR)\bacula-fd.exe" /libpath:"../pthreads" /libpath:"../zlib" \r
+LINK32_FLAGS=wsock32.lib pthreadVCE.lib zlib.lib /nologo /subsystem:windows /pdb:none /machine:I386 /nodefaultlib:"MSVCRT.lib" /out:"$(OUTDIR)\bacula-fd.exe" /libpath:"../../../../depkgs-win32/pthreads" /libpath:"../../../../depkgs-win32/zlib" \r
 LINK32_OBJS= \\r
        "$(INTDIR)\alist.obj" \\r
        "$(INTDIR)\alloc.obj" \\r
index c401399a039009200f1a8885c344305a75e4021a..54b4bbb877507da9578bababb51afd392a07a441 100755 (executable)
@@ -86,7 +86,7 @@ Section "Bacula File Service" SecService
   CreateDirectory "c:\tmp"
   ; Put files there
   File baculafd\Release\bacula-fd.exe
-  File pthreads\pthreadVCE.dll
+  File ..\..\..\depkgs-win32\pthreads\pthreadVCE.dll
   File License.txt
   IfFileExists "$INSTDIR\bin\bacula-fd.conf" newconf 
   File bacula-fd.conf