1 /*
2  * CDDL HEADER START
3  *
4  * The contents of this file are subject to the terms of the
5  * Common Development and Distribution License (the "License").
6  * You may not use this file except in compliance with the License.
7  *
8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9  * or http://www.opensolaris.org/os/licensing.
10  * See the License for the specific language governing permissions
11  * and limitations under the License.
12  *
13  * When distributing Covered Code, include this CDDL HEADER in each
14  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15  * If applicable, add the following below this CDDL HEADER, with the
16  * fields enclosed by brackets "[]" replaced with your own identifying
17  * information: Portions Copyright [yyyy] [name of copyright owner]
18  *
19  * CDDL HEADER END
20  */
21 
22 /*
23  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24  * Use is subject to license terms.
25  *
26  */
27 
28 #ifndef _CONFIG_H
29 #define	_CONFIG_H
30 
31 /* source/libpapi-common/config.h.  Generated by configure.  */
32 /* source/libpapi-common/config.h.in.  Generated from configure.in by autoheader.  */
33 
34 #ifdef __cplusplus
35 extern "C" {
36 #endif
37 
38 /* Define to 1 if you have the <dlfcn.h> header file. */
39 #define HAVE_DLFCN_H 1
40 
41 /* Define to 1 if you have the `dlopen' function. */
42 #define HAVE_DLOPEN 1
43 
44 /* Define to 1 if you have the `dlsym' function. */
45 #define HAVE_DLSYM 1
46 
47 /* Define to 1 if you have the `fprintf' function. */
48 #define HAVE_FPRINTF 1
49 
50 /* define if you have getipnodbyname */
51 #define HAVE_GETIPNODEBYNAME 1
52 
53 /* Define to 1 if you have the `getpassphrase' function. */
54 #define HAVE_GETPASSPHRASE 1
55 
56 /* Define to 1 if you have the `gettext' function. */
57 #define HAVE_GETTEXT 1
58 
59 /* Define to 1 if you have the <inttypes.h> header file. */
60 #define HAVE_INTTYPES_H 1
61 
62 /* Define to 1 if you have the `is_system_labeled' function. */
63 #define HAVE_IS_SYSTEM_LABELED 1
64 
65 /* Define to 1 if you have the `localtime' function. */
66 #define HAVE_LOCALTIME 1
67 
68 /* Define to 1 if you have the <memory.h> header file. */
69 #define HAVE_MEMORY_H 1
70 
71 /* Define to 1 if you have the <priv.h> header file. */
72 #define HAVE_PRIV_H 1
73 
74 /* define if you have rresvport_af */
75 #define HAVE_RRESVPORT_AF 1
76 
77 /* Define to 1 if you have the <ruby.h> header file. */
78 /* #undef HAVE_RUBY_H */
79 
80 /* Define to 1 if you have the `snprintf' function. */
81 #define HAVE_SNPRINTF 1
82 
83 /* Define to 1 if you have the <stdarg.h> header file. */
84 #define HAVE_STDARG_H 1
85 
86 /* Define to 1 if you have the <stdint.h> header file. */
87 #define HAVE_STDINT_H 1
88 
89 /* Define to 1 if you have the <stdlib.h> header file. */
90 #define HAVE_STDLIB_H 1
91 
92 /* Define to 1 if you have the `strcmp' function. */
93 #define HAVE_STRCMP 1
94 
95 /* Define to 1 if you have the `strdup' function. */
96 #define HAVE_STRDUP 1
97 
98 /* Define to 1 if you have the `strerror' function. */
99 #define HAVE_STRERROR 1
100 
101 /* Define to 1 if you have the `strftime' function. */
102 #define HAVE_STRFTIME 1
103 
104 /* Define to 1 if you have the <strings.h> header file. */
105 #define HAVE_STRINGS_H 1
106 
107 /* Define to 1 if you have the <string.h> header file. */
108 #define HAVE_STRING_H 1
109 
110 /* Define to 1 if you have the `strlcat' function. */
111 #define HAVE_STRLCAT 1
112 
113 /* Define to 1 if you have the `strlcpy' function. */
114 #define HAVE_STRLCPY 1
115 
116 /* Define to 1 if you have the <sys/stat.h> header file. */
117 #define HAVE_SYS_STAT_H 1
118 
119 /* Define to 1 if you have the <sys/types.h> header file. */
120 #define HAVE_SYS_TYPES_H 1
121 
122 /* Define to 1 if you have the <unistd.h> header file. */
123 #define HAVE_UNISTD_H 1
124 
125 /* Name of package */
126 #define PACKAGE "papi"
127 
128 /* Define to the address where bug reports for this package should be sent. */
129 #define PACKAGE_BUGREPORT ""
130 
131 /* Define to the full name of this package. */
132 #define PACKAGE_NAME ""
133 
134 /* Define to the full name and version of this package. */
135 #define PACKAGE_STRING ""
136 
137 /* Define to the one symbol short name of this package. */
138 #define PACKAGE_TARNAME ""
139 
140 /* Define to the version of this package. */
141 #define PACKAGE_VERSION ""
142 
143 /* Define to 1 if you have the ANSI C header files. */
144 #define STDC_HEADERS 1
145 
146 /* Version number of package */
147 #define VERSION "1.0_rc1"
148 
149 /* Define to empty if `const' does not conform to ANSI C. */
150 /* #undef const */
151 
152 
153 #ifdef __cplusplus
154 }
155 #endif
156 
157 #endif /* _CONFIG_H */
158