00001
00002
00003
00004
00005
00006 #ifndef _mysql_version_h
00007 #define _mysql_version_h
00008 #ifdef _CUSTOMCONFIG_
00009 #include <custom_conf.h>
00010 #else
00011 #define PROTOCOL_VERSION 10
00012 #define MYSQL_SERVER_VERSION "4.1.13a"
00013 #define MYSQL_BASE_VERSION "mysqld-4.1"
00014 #define MYSQL_SERVER_SUFFIX_DEF ""
00015 #define FRM_VER 6
00016 #define MYSQL_VERSION_ID 40113
00017 #define MYSQL_PORT 3306
00018 #define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
00019 #define MYSQL_CONFIG_NAME "my"
00020 #define MYSQL_COMPILATION_COMMENT "Official MySQL binary"
00021
00022
00023 #endif
00024
00025 #ifndef LICENSE
00026 #define LICENSE GPL
00027 #endif
00028
00029 #endif