*
* 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 */
# 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
!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
# 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
!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
!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
*
* 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.
*/
*
* 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.
*/