/
niceSOFT
/
libmodsecurity
Обзор
Документация
Войти
/
niceSOFT
/
libmodsecurity
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v2.9.13
apache2/modsecurity_config.h
28 строк
655 B
Breno Silva
Merging 2.7.2 into master
21 янв 2013, 02:09
21 янв 2013, 02:09
49c5051
Код
Авторство
О чём код?
/* Some APR files define PACKAGE* constants, which may conflict * so this is here to prevent that by removing them. */ #ifndef WIN32 /* Undefine all these so there are no conflicts */ #undef PACKAGE #undef PACKAGE_BUGREPORT #undef PACKAGE_NAME #undef PACKAGE_STRING #undef PACKAGE_TARNAME #undef PACKAGE_URL #undef PACKAGE_VERSION /* Include the real autoconf header */ #include "modsecurity_config_auto.h" /* Undefine all these (again) so there are no conflicts */ #undef PACKAGE #undef PACKAGE_BUGREPORT #undef PACKAGE_NAME #undef PACKAGE_STRING #undef PACKAGE_TARNAME #undef PACKAGE_URL #undef PACKAGE_VERSION #endif