diff options
Diffstat (limited to 'src/include/version.h.in')
| -rw-r--r-- | src/include/version.h.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/include/version.h.in b/src/include/version.h.in deleted file mode 100644 index cf291a5734..0000000000 --- a/src/include/version.h.in +++ /dev/null @@ -1,25 +0,0 @@ -/*------------------------------------------------------------------------- - * - * version.h.in - * this file contains the interface to version.c. - * Also some parameters. - * - * $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.9 2000/06/12 22:36:10 momjian Exp $ - * - *------------------------------------------------------------------------- - */ -#ifndef VERSION_H -#define VERSION_H - -void ValidatePgVersion(const char *path, char **reason_p); -void SetPgVersion(const char *path, char **reason_p); - -#define PG_RELEASE "7" -#define PG_VERSION "1" -#define PG_SUBVERSION "0" - -#define PG_VERFILE "PG_VERSION" - -#define PG_VERSION_STR "PostgreSQL " PG_RELEASE "." PG_VERSION "." PG_SUBVERSION " on @host@, compiled by @CC@ @CC_VERSION@" - -#endif |
