1.01.2
C++ Simulated Airline Travel Solution Provider (TSP) Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
airtsp-paths.hpp.in
Go to the documentation of this file.
1
5
#ifndef __AIRTSP_PATHS_HPP__
6
#define __AIRTSP_PATHS_HPP__
7
8
#define PACKAGE "@PACKAGE@"
9
#define PACKAGE_NAME "@PACKAGE_NAME@"
10
#define PACKAGE_VERSION "@PACKAGE_VERSION@"
11
#define PREFIXDIR "@prefix@"
12
#define EXEC_PREFIX "@exec_prefix@"
13
#define BINDIR "@bindir@"
14
#define LIBDIR "@libdir@"
15
#define LIBEXECDIR "@libexecdir@"
16
#define SBINDIR "@sbindir@"
17
#define SYSCONFDIR "@sysconfdir@"
18
#define INCLUDEDIR "@includedir@"
19
#define DATAROOTDIR "@datarootdir@"
20
#define DATADIR "@datadir@"
21
#define DOCDIR "@docdir@"
22
#define MANDIR "@mandir@"
23
#define INFODIR "@infodir@"
24
#define HTMLDIR "@htmldir@"
25
#define PDFDIR "@pdfdir@"
26
#define STDAIR_SAMPLE_DIR "@sampledir@"
27
28
#endif // __AIRTSP_PATHS_HPP__
29
Generated on Thu Mar 7 2019 17:22:43 for AirTSP by
1.8.5