Declare version_* in only one place. Define them in ver.cpp (at least on autotools).
This commit is contained in:
@@ -23,9 +23,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_VERSION_INFO)
|
||||
extern const unsigned long version_num;
|
||||
extern const char *const version_date;
|
||||
extern const char *const version_time;
|
||||
#include "ver.h"
|
||||
#endif
|
||||
|
||||
bool child_read( int fd, void *p, int size );
|
||||
|
||||
Reference in New Issue
Block a user