]> git.draconx.ca Git - liblbx.git/blob - src/tools.h
Add the tools.h that should have been included a while ago.
[liblbx.git] / src / tools.h
1 #ifndef TOOLS_H_
2 #define TOOLS_H_
3
4 #ifdef HAVE_CONFIG_H
5 #       include "config.h"
6 #endif
7
8 #ifndef PACKAGE_VERSION
9 #       define PACKAGE_VERSION "(unknown)"
10 #endif
11
12 #define VERSION_BOILERPLATE(name)\
13 name " (2ooM liblbx) " PACKAGE_VERSION "\n"\
14 "Copyright (C) 2006-2008 Nick Bowler.\n"\
15 "This is free software: you are free to change and redistribute it under\n"\
16 "the terms of the GNU General Public License, version 2 or later.\n"\
17 "There is ABSOLUTELY NO WARRANTY, to the extent permitted by law."
18
19 #endif