diff options
Diffstat (limited to 'src/UriConfig.h.in')
| -rw-r--r-- | src/UriConfig.h.in | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/UriConfig.h.in b/src/UriConfig.h.in index a16a933..b9a85a8 100644 --- a/src/UriConfig.h.in +++ b/src/UriConfig.h.in @@ -37,15 +37,11 @@ */ #if !defined(URI_CONFIG_H) -# define URI_CONFIG_H 1 +# define URI_CONFIG_H 1 - - -#define PACKAGE_VERSION "@PROJECT_VERSION@" +# define PACKAGE_VERSION "@PROJECT_VERSION@" #cmakedefine HAVE_WPRINTF #cmakedefine HAVE_REALLOCARRAY - - -#endif /* !defined(URI_CONFIG_H) */ +#endif /* !defined(URI_CONFIG_H) */ |
