diff -r e5455e692b45 -r 0d2c13c24fd0 src/cline.h --- a/src/cline.h Wed May 31 11:40:07 2017 +0200 +++ b/src/cline.h Wed May 31 12:20:04 2017 +0200 @@ -1,6 +1,6 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - * Copyright 2013 Mike Becker. All rights reserved. + * Copyright 2017 Mike Becker. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -32,7 +32,11 @@ #ifndef CLINE_H_ #define CLINE_H_ -const char* VERSION="1.1"; +#if HAVE_CONFIG_H +#include +#else +#error "Package must be built having a config.h." +#endif #include "stdinc.h" #include "settings.h"