Fix typo and make clearer the intent by using defined(). See #198.

This commit is contained in:
brectanus
2007-08-10 13:44:55 +00:00
parent 716d0fd419
commit 7c856eef1f
3 changed files with 6 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
#include <apr_optional.h>
#ifdef NO_MODSEC_API
#if (!defined(NO_MODSEC_API))
/* Optional functions. */
APR_DECLARE_OPTIONAL_FN(void, modsec_register_tfn, (const char *name, void *fn));