Renaming VC++ versions of config.h
authorjongfoster <jongfoster@users.sourceforge.net>
Sat, 6 Apr 2002 20:38:01 +0000 (20:38 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sat, 6 Apr 2002 20:38:01 +0000 (20:38 +0000)
acconfig.h
pcre/vc_dftables.dsp
vc_config_pthreads.h [moved from config.h.win with 98% similarity, mode: 0644]
vc_config_winthreads.h [moved from config.h.win32threads.win with 98% similarity]

index 2066132..d06eb10 100644 (file)
@@ -37,6 +37,9 @@
  *
  * Revisions   :
  *    $Log: acconfig.h,v $
+ *    Revision 1.24  2002/04/04 00:36:36  gliptak
+ *    always use pcre for matching
+ *
  *    Revision 1.23  2002/04/03 22:28:03  gliptak
  *    Removed references to gnu_regex
  *
  * the error messages understandable, by bailing out now.
  */
 #ifdef _MSC_VER
-#error For MS VC++, please use config.h.win or config.h.win32threads.win.  You can usually do this by selecting the "Build", "Clean" menu option.
+#error For MS VC++, please use vc_config_winthreads.h or vc_config_pthreads.h.  You can usually do this by selecting the "Build", "Clean" menu option.
 #endif /* def _MSC_VER */
 
 #endif /* CONFIG_H_INCLUDED */
index a02add5..3a579a6 100755 (executable)
@@ -166,14 +166,14 @@ PostBuild_Cmds=$(OutDir)\vc_dftables.exe >$(OutDir)\..\chartables.c
 # PROP Default_Filter ""\r
 # Begin Source File\r
 \r
-SOURCE=..\config.h.win\r
+SOURCE=..\vc_config_pthreads.h\r
 \r
 !IF  "$(CFG)" == "vc_dftables - Win32 Release"\r
 \r
 # PROP Ignore_Default_Tool 1\r
-# Begin Custom Build - Copying config.h.win\r
+# Begin Custom Build - Copying vc_config_pthreads.h\r
 WkspDir=.\r
-InputPath=..\config.h.win\r
+InputPath=..\vc_config_pthreads.h\r
 \r
 "$(WkspDir)\..\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
        copy "$(InputPath)" "$(WkspDir)\..\config.h"\r
@@ -183,9 +183,9 @@ InputPath=..\config.h.win
 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Debug"\r
 \r
 # PROP Ignore_Default_Tool 1\r
-# Begin Custom Build - Copying config.h.win\r
+# Begin Custom Build - Copying vc_config_pthreads.h\r
 WkspDir=.\r
-InputPath=..\config.h.win\r
+InputPath=..\vc_config_pthreads.h\r
 \r
 "$(WkspDir)\..\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
        copy "$(InputPath)" "$(WkspDir)\..\config.h"\r
@@ -207,7 +207,7 @@ InputPath=..\config.h.win
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=..\config.h.win32threads.win\r
+SOURCE=..\vc_config_winthreads.h\r
 \r
 !IF  "$(CFG)" == "vc_dftables - Win32 Release"\r
 \r
@@ -222,9 +222,9 @@ SOURCE=..\config.h.win32threads.win
 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Debug with Win32 threads"\r
 \r
 # PROP Ignore_Default_Tool 1\r
-# Begin Custom Build - Copying config.h.win32threads.win\r
+# Begin Custom Build - Copying vc_config_winthreads.h\r
 WkspDir=.\r
-InputPath=..\config.h.win32threads.win\r
+InputPath=..\vc_config_winthreads.h\r
 \r
 "$(WkspDir)\..\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
        copy "$(InputPath)" "$(WkspDir)\..\config.h"\r
@@ -234,9 +234,9 @@ InputPath=..\config.h.win32threads.win
 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Release with Win32 threads"\r
 \r
 # PROP Ignore_Default_Tool 1\r
-# Begin Custom Build - Copying config.h.win32threads.win\r
+# Begin Custom Build - Copying vc_config_winthreads.h\r
 WkspDir=.\r
-InputPath=..\config.h.win32threads.win\r
+InputPath=..\vc_config_winthreads.h\r
 \r
 "$(WkspDir)\..\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
        copy "$(InputPath)" "$(WkspDir)\..\config.h"\r
old mode 100755 (executable)
new mode 100644 (file)
similarity index 98%
rename from config.h.win
rename to vc_config_pthreads.h
index c872bb5..b70c928
@@ -37,9 +37,6 @@
  *
  * Revisions   :
  *    $Log: config.h.win,v $
- *    Revision 1.21  2002/04/04 00:36:36  gliptak
- *    always use pcre for matching
- *
  *    Revision 1.20  2002/04/03 22:28:03  gliptak
  *    Removed references to gnu_regex
  *
  */
 #define CODE_STATUS "beta"
 
+/*
+ * Regular expression matching for URLs.  (Highly recommended).
+ * If neither of these are defined then you can ony use prefix matching.
+ * Don't bother to change this here! Use configure instead.
+ */
+#define REGEX_PCRE 1
+
 /* 
  * Should pcre be statically built in instead of linkling with libpcre?
  * (This is determined by configure depending on the availiability of
  */
 #define FEATURE_KILL_POPUPS 1
 
-/*
- * Use PNG instead of GIF for built-in images
- */
-/* #undef FEATURE_NO_GIFS */
-
 /*
  * Use POSIX threads instead of native threads.
  */
similarity index 98%
rename from config.h.win32threads.win
rename to vc_config_winthreads.h
index 9d2abb7..6be09c3 100644 (file)
@@ -37,9 +37,6 @@
  *
  * Revisions   :
  *    $Log: config.h.win32threads.win,v $
- *    Revision 1.15  2002/04/04 00:36:36  gliptak
- *    always use pcre for matching
- *
  *    Revision 1.14  2002/03/26 22:29:54  swa
  *    we have a new homepage!
  *
  */
 #define CODE_STATUS "beta"
 
+/*
+ * Regular expression matching for URLs.  (Highly recommended).
+ * If neither of these are defined then you can ony use prefix matching.
+ * Don't bother to change this here! Use configure instead.
+ */
+/* #define REGEX_GNU 1 */
+#define REGEX_PCRE 1
+
 /* 
  * Should pcre be statically built in instead of linkling with libpcre?
  * (This is determined by configure depending on the availiability of
  */
 #define FEATURE_KILL_POPUPS 1
 
-/*
- * Use PNG instead of GIF for built-in images
- */
-/* #undef FEATURE_NO_GIFS */
-
 /*
  * Use POSIX threads instead of native threads.
  */