Optimize config.h to avoid config.h conflicts with other libraries
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>main
parent
60e052c6b8
commit
5750eede11
|
@ -15,8 +15,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef _CONFIG_H
|
||||
#define _CONFIG_H
|
||||
#ifndef _UHTTPD_CONFIG_H
|
||||
#define _UHTTPD_CONFIG_H
|
||||
|
||||
#define UHTTPD_VERSION_MAJOR @UHTTPD_VERSION_MAJOR@
|
||||
#define UHTTPD_VERSION_MINOR @UHTTPD_VERSION_MINOR@
|
||||
|
|
Loading…
Reference in New Issue