~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/version.h.in

  • Committer: Brian Aker
  • Date: 2008-09-04 19:31:00 UTC
  • Revision ID: brian@tangent.org-20080904193100-l849hgghfy4urj43
Changing default character set from this point on.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright Abandoned 1996, 1999, 2001 MySQL AB
 
2
   This file is public domain and comes with NO WARRANTY of any kind */
 
3
 
 
4
/* Version numbers for protocol & mysqld */
 
5
 
 
6
#ifndef _mysql_version_h
 
7
#define _mysql_version_h
 
8
#ifdef _CUSTOMCONFIG_
 
9
#include <custom_conf.h>
 
10
#else
 
11
#define PROTOCOL_VERSION                @PROTOCOL_VERSION@
 
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
#define FRM_VER                         @DOT_FRM_VERSION@
 
16
#define DRIZZLE_VERSION_ID              @DRIZZLE_VERSION_ID@
 
17
#define DRIZZLE_PORT                    @DRIZZLE_TCP_PORT@
 
18
#define DRIZZLE_PORT_DEFAULT            @DRIZZLE_TCP_PORT_DEFAULT@
 
19
#define DRIZZLE_CONFIG_NAME             "drizzled"
 
20
#define DRIZZLE_COMPILATION_COMMENT     "@COMPILATION_COMMENT@"
 
21
 
 
22
/* mysqld compile time options */
 
23
#endif /* _CUSTOMCONFIG_ */
 
24
 
 
25
#ifndef LICENSE
 
26
#define LICENSE                         GPL
 
27
#endif /* LICENSE */
 
28
 
 
29
#endif /* _mysql_version_h */