]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/compat.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / compat / compat.h
index 5648faeb7126b4caee5467baeb78886d1aa4ea76..ec72e60a9dece31cce9392af2c32bdaae28985c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -11,7 +11,7 @@
 
 /*
  * From discussions it was chosen to push compat code as far down as possible.
- * That means we can have a seperate compat for most
+ * That means we can have a separate compat for most
  *  compatability and portability hacks and resolutions.
  *
  * This file is meant to collate all those hacks files together and
 /* Valgrind API macros changed between two versions squid supports */
 #include "compat/valgrind.h"
 
+/**
+ * A Regular Expression library is bundled with Squid.
+ * Default is to use a system provided one, but the bundle
+ * may be used instead with explicit configuration.
+ */
+#include "compat/GnuRegex.h"
+
 /* cppunit is not quite C++0x compatible yet */
 #include "compat/cppunit.h"