File: iselect_version.c

package info (click to toggle)
iselect 1.2.0-12
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 444 kB
  • ctags: 213
  • sloc: ansic: 2,074; sh: 1,192; perl: 485; makefile: 154
file content (31 lines) | stat: -rw-r--r-- 1,003 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
**  iselect_version.c -- Version File (automatically generated and maintained by NEWVERS)
*/

#ifdef AS_HEADER

#ifndef ISELECT_VERSION_C
#define ISELECT_VERSION_C
#define iSelect_VERSION 0x102200
extern const int  iSelect_Version;
extern const char iSelect_VersionStr[];
extern const char iSelect_Hello[];
extern const char iSelect_GNUVersion[];
extern const char iSelect_WhatID[];
extern const char iSelect_RCSIdentID[];
extern const char iSelect_WebID[];
extern const char iSelect_PlainID[];
#endif

#else

const int  iSelect_Version      = 0x102200;
const char iSelect_VersionStr[] = "1.2.0 (31-Mar-1999)";
const char iSelect_Hello[]      = "This is iSelect Version 1.2.0 (31-Mar-1999)";
const char iSelect_GNUVersion[] = "iSelect Version 1.2.0";
const char iSelect_WhatID[]     = "@(#)iSelect Version 1.2.0 (31-Mar-1999)";
const char iSelect_RCSIdentID[] = "$Id: iSelect 1.2.0 31-Mar-1999 $";
const char iSelect_WebID[]      = "iSelect/1.2.0";
const char iSelect_PlainID[]    = "1.2.0";

#endif