You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
883 B

26 years ago
26 years ago
26 years ago
26 years ago
26 years ago
  1. /* Copyright Abandoned 1996, 1999, 2001 MySQL AB
  2. This file is public domain and comes with NO WARRANTY of any kind */
  3. /* Version numbers for protocol & mysqld */
  4. #ifndef _mysql_version_h
  5. #define _mysql_version_h
  6. #ifdef _CUSTOMCONFIG_
  7. #include <custom_conf.h>
  8. #else
  9. #define PROTOCOL_VERSION @PROTOCOL_VERSION@
  10. #define MYSQL_SERVER_VERSION "@VERSION@"
  11. #define MYSQL_BASE_VERSION "mysqld-@MYSQL_BASE_VERSION@"
  12. #define MYSQL_SERVER_SUFFIX_DEF "@MYSQL_SERVER_SUFFIX@"
  13. #define FRM_VER @DOT_FRM_VERSION@
  14. #define MYSQL_VERSION_ID @MYSQL_VERSION_ID@
  15. #define MYSQL_PORT @MYSQL_TCP_PORT@
  16. #define MYSQL_UNIX_ADDR "@MYSQL_UNIX_ADDR@"
  17. #define MYSQL_CONFIG_NAME "my"
  18. #define MYSQL_COMPILATION_COMMENT "@COMPILATION_COMMENT@"
  19. /* mysqld compile time options */
  20. #endif /* _CUSTOMCONFIG_ */
  21. #ifndef LICENSE
  22. #define LICENSE GPL
  23. #endif /* LICENSE */
  24. #endif /* _mysql_version_h */