cpp-pthread
(v1.7.3)
Simple C++ wrapper to pthread functions.
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
include
pthread
config.h
1
/* ../include/pthread/config.h. Generated from config.h.in by configure. */
2
/*
3
* cpp_pthread_version config header (autoconf related)
4
*
5
* Copyright (C) 2006 - herbert koelman
6
*
7
* cpp_pthread_version is free software; you can redistribute it and/or modify
8
* it under the terms of the GNU General Public License as published by
9
* the Free Software Foundation; either version 2 of the License, or
10
* (at your option) any later version.
11
*
12
* cpp_pthread_version is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
* GNU General Public License for more details.
16
*
17
* You should have received a copy of the GNU General Public License
18
* along with cpp_pthread_version; if not, write to the Free Software
19
* Foundation, Inc., 51 Franklin St, Fifth Floor,
20
* Boston, MA 02110-1301 USA
21
*/
22
23
24
/* autoconf section ----------------------------------------------------------------------*/
25
26
#ifndef pthread_config_h
27
#define pthread_config_h
28
29
#define CPP_PTHREAD_VERSION "cpp-pthread v1.7.3 - commit: 15b43bb, Herbert Koelman (2017-04-03T15:35:53+02:00) - compiled on AIX 7."
30
31
/* Define DEBUG. */
32
/* #undef _DEBUG_CPP_PTHREAD_ */
33
34
/* Define to 1 if you have the `pthread' library (-lpthread). */
35
#define HAVE_LIBPTHREAD 1
36
37
/* Defined if compiler support C++11 */
38
/* #undef HAVE_CPP11_MUTEX */
39
/* #undef HAVE_CPP11_CHRONO */
40
/* #undef HAVE_CPP11_THREAD */
41
42
/* Define to empty if `const' does not conform to ANSI C. */
43
/* #undef cons */
44
45
/*
46
* Define to `__inline__' or `__inline' if that's what the C compiler
47
* calls it, or to nothing if 'inline' is not supported under any name.
48
*/
49
#ifndef __cplusplus
50
/* #undef inline */
51
#endif
52
53
#endif
/* pthread_config_h */
Generated by
1.8.8