File: fxver.h.in

package info (click to toggle)
fox 1.0.52-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,788 kB
  • ctags: 13,384
  • sloc: cpp: 96,482; sh: 8,338; ansic: 1,935; makefile: 1,010; perl: 32
file content (18 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef FXVER_H
#define FXVER_H


// FOX version
#define FOX_MAJOR  @FOX_MAJOR_VERSION@
#define FOX_MINOR  @FOX_MINOR_VERSION@
#define FOX_LEVEL  @FOX_PATCH_LEVEL@



// FOX byte order
#ifndef FOX_BIGENDIAN
#define FOX_BIGENDIAN @FOX_BYTEORDER@
#endif


#endif