diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/services.h | 3 | ||||
-rw-r--r-- | include/version.sh | 12 |
2 files changed, 3 insertions, 12 deletions
diff --git a/include/services.h b/include/services.h index 4a630f5a7..3ef0a1ecd 100644 --- a/include/services.h +++ b/include/services.h @@ -575,9 +575,6 @@ struct memo_ { time_t time; /* When it was sent */ char sender[NICKMAX]; char *text; -#ifdef USE_MYSQL - uint32 id; /* Database ID; see mysql.c */ -#endif }; typedef struct { diff --git a/include/version.sh b/include/version.sh index b6329daa0..4b00e0c6b 100644 --- a/include/version.sh +++ b/include/version.sh @@ -38,15 +38,15 @@ cat >$VERSIONH <<EOF * Please read COPYING and CREDITS for further details. * * Based on the original code of Epona by Lara. - * Based on the original code of Services by Andy Church. - * + * Based on the original code of Services by Andy Church. + * * This file is auto-generated by version.sh * */ #ifndef VERSION_H #define VERSION_H - + #define VERSION_MAJOR $VERSION_MAJOR #define VERSION_MINOR $VERSION_MINOR #define VERSION_PATCH $VERSION_PATCH @@ -67,12 +67,6 @@ cat >$VERSIONH <<EOF # define VER_OS #endif -#if defined(USE_MYSQL) -# define VER_MYSQL "Q" -#else -# define VER_MYSQL -#endif - #if defined(USE_MODULES) # define VER_MODULE "M" #else |