Index: src/interfaces/libpq/bcc32.mak
===================================================================
RCS file: /cvsroot/pgsql/src/interfaces/libpq/bcc32.mak,v
retrieving revision 1.27
diff -c -c -r1.27 bcc32.mak
*** src/interfaces/libpq/bcc32.mak	8 Mar 2007 19:27:28 -0000	1.27
--- src/interfaces/libpq/bcc32.mak	21 Nov 2007 23:02:28 -0000
***************
*** 137,147 ****
  	"$(INTDIR)\pthread-win32.obj"
  
  
! config: ..\..\include\pg_config.h pg_config_paths.h
  
  ..\..\include\pg_config.h: ..\..\include\pg_config.h.win32
  	copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h
  
  # Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
  pg_config_paths.h: bcc32.mak
  	echo \#define SYSCONFDIR "" > pg_config_paths.h
--- 137,150 ----
  	"$(INTDIR)\pthread-win32.obj"
  
  
! config: ..\..\include\pg_config.h ..\..\include\pg_config_os.h pg_config_paths.h
  
  ..\..\include\pg_config.h: ..\..\include\pg_config.h.win32
  	copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h
  
+ ..\..\include\pg_config_os.h: ..\..\include\port\win32.h
+ 	copy ..\..\include\port\win32.h ..\..\include\pg_config_os.h
+ 
  # Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
  pg_config_paths.h: bcc32.mak
  	echo \#define SYSCONFDIR "" > pg_config_paths.h
