~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/version.h.in

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#include <custom_conf.h>
10
10
#else
11
11
#define PROTOCOL_VERSION                @PROTOCOL_VERSION@
12
 
#define MYSQL_SERVER_VERSION            "@VERSION@"
13
 
#define MYSQL_BASE_VERSION              "drizzle-@MYSQL_BASE_VERSION@"
14
 
#define MYSQL_SERVER_SUFFIX_DEF         "@MYSQL_SERVER_SUFFIX@"
 
12
#define DRIZZLE_SERVER_VERSION          "@VERSION@"
 
13
#define DRIZZLE_BASE_VERSION            "drizzle-@DRIZZLE_BASE_VERSION@"
 
14
#define DRIZZLE_SERVER_SUFFIX_DEF               "@DRIZZLE_SERVER_SUFFIX@"
15
15
#define FRM_VER                         @DOT_FRM_VERSION@
16
 
#define MYSQL_VERSION_ID                @MYSQL_VERSION_ID@
 
16
#define DRIZZLE_VERSION_ID              @DRIZZLE_VERSION_ID@
17
17
#define DRIZZLE_PORT                    @DRIZZLE_TCP_PORT@
18
18
#define DRIZZLE_PORT_DEFAULT            @DRIZZLE_TCP_PORT_DEFAULT@
19
 
#define MYSQL_CONFIG_NAME               "my"
20
 
#define MYSQL_COMPILATION_COMMENT       "@COMPILATION_COMMENT@"
 
19
#define DRIZZLE_CONFIG_NAME             "drizzled"
 
20
#define DRIZZLE_COMPILATION_COMMENT     "@COMPILATION_COMMENT@"
21
21
 
22
22
/* mysqld compile time options */
23
23
#endif /* _CUSTOMCONFIG_ */