#!/bin/sh
## USED AS COMMAND-LINE EXPANDER TO SELECT THE FUNCTIONALITY IMPLEMENTED!!
##
## Use this if you want no core patch. If disables the Apache specific MIB modules.
echo '-DNO_CORE_PATCH'
##
## Enables the mandatory SNMPv2-MIB.
echo '-DSNMP_GROUP'
## Enables the request type specific wwwRequestInTable
echo '-DWWW_REQUEST_IN_GROUP'
## Enables the request type specific wwwRequestOutTable
echo '-DWWW_REQUEST_OUT_GROUP'
## Enables the respsonse type specific wwwResponseInTable
echo '-DWWW_RESPONSE_IN_GROUP'
## Enables the respsonse type specific wwwResponseOutTable
echo '-DWWW_RESPONSE_OUT_GROUP'
## Enables the documents specific tables.
echo '-DWWW_DOCUMENTS_GROUP'
## Enables the APACHE-SCOREBOARD-MIB
echo '-DSCOREBOARD_GROUP'
## Enables the APACHE-CONFIG-MIB
echo '-DAPACHE_CONFIG_GROUP'
