diff options
author | Peter Powell <petpow@saberuk.com> | 2017-03-20 10:24:01 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-03-20 10:24:01 +0000 |
commit | 756c89cfccb4039bf5b4b59662a0bd7c379287a3 (patch) | |
tree | 728af85abeeebf72e3fc1a92d604429d9b5f65e1 /configure | |
parent | 567a117817fffb369ca9cc7fb0d55e3850ac41a7 (diff) |
Fix some compiler warnings.
warning: macro name is a reserved identifier [-Wreserved-id-macro]
warning: extra ';' after member function definition [-Wextra-semi]
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -840,8 +840,8 @@ sub writefiles { open(FILEHANDLE, ">include/inspircd_config.h.tmp"); print FILEHANDLE <<EOF; /* Auto generated by configure, do not modify! */ -#ifndef __CONFIGURATION_AUTO__ -#define __CONFIGURATION_AUTO__ +#ifndef INSPIRCD_CONFIG_H +#define INSPIRCD_CONFIG_H /* this is for windows support. */ #define CoreExport /**/ |