-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.cmake
40 lines (26 loc) · 1.13 KB
/
config.h.cmake
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
32
33
34
35
36
37
38
39
/** $Id: pftests.cpp 12 2009-08-31 22:49:57Z mimo $ **/
#cmakedefine HAVE_PTHREAD_H
/* Name of package */
#cmakedefine PACKAGE "${PACKAGE_NAME}"
/* Define to the address where bug reports for this package should be sent. */
#cmakedefine PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
/* Annoying copyright message */
#define PACKAGE_INFO "${PACKAGE_INFO}"
/* Define to the full name and version of this package. */
#cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
/* Define to the one symbol short name of this package. */
#cmakedefine PACKAGE_TARNAME
/* Define to the version of this package. */
#cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
/* If setnetgrent returns void like AIX systems, set this */
#cmakedefine SETNETGRENT_RETURNS_VOID
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS
/* Version number of package */
#define PACKAGE_MAJOR_VERSION "${PACKAGE_MAJOR_VERSION}"
/* Version number of package */
#define PACKAGE_MINOR_VERSION "${PACKAGE_MINOR_VERSION}"
/* Version number of package */
#define RELEASE_VERSION "${RELEASE_VERSION}"