xref: /illumos-gate/usr/src/lib/print/libpapi-common/common/config.h (revision 355b4669e025ff377602b6fc7caaf30dbc218371)
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 #pragma ident	"%Z%%M%	%I%	%E% SMI"
35 
36 #ifdef __cplusplus
37 extern "C" {
38 #endif
39 
40 /* Define to 1 if you have the <dlfcn.h> header file. */
41 #define HAVE_DLFCN_H 1
42 
43 /* Define to 1 if you have the `dlopen' function. */
44 #define HAVE_DLOPEN 1
45 
46 /* Define to 1 if you have the `dlsym' function. */
47 #define HAVE_DLSYM 1
48 
49 /* Define to 1 if you have the `fprintf' function. */
50 #define HAVE_FPRINTF 1
51 
52 /* define if you have getipnodbyname */
53 #define HAVE_GETIPNODEBYNAME 1
54 
55 /* Define to 1 if you have the `getpassphrase' function. */
56 #define HAVE_GETPASSPHRASE 1
57 
58 /* Define to 1 if you have the `gettext' function. */
59 #define HAVE_GETTEXT 1
60 
61 /* Define to 1 if you have the <inttypes.h> header file. */
62 #define HAVE_INTTYPES_H 1
63 
64 /* Define to 1 if you have the `is_system_labeled' function. */
65 #define HAVE_IS_SYSTEM_LABELED 1
66 
67 /* Define to 1 if you have the `localtime' function. */
68 #define HAVE_LOCALTIME 1
69 
70 /* Define to 1 if you have the <memory.h> header file. */
71 #define HAVE_MEMORY_H 1
72 
73 /* Define to 1 if you have the <priv.h> header file. */
74 #define HAVE_PRIV_H 1
75 
76 /* define if you have rresvport_af */
77 #define HAVE_RRESVPORT_AF 1
78 
79 /* Define to 1 if you have the <ruby.h> header file. */
80 /* #undef HAVE_RUBY_H */
81 
82 /* Define to 1 if you have the `snprintf' function. */
83 #define HAVE_SNPRINTF 1
84 
85 /* Define to 1 if you have the <stdarg.h> header file. */
86 #define HAVE_STDARG_H 1
87 
88 /* Define to 1 if you have the <stdint.h> header file. */
89 #define HAVE_STDINT_H 1
90 
91 /* Define to 1 if you have the <stdlib.h> header file. */
92 #define HAVE_STDLIB_H 1
93 
94 /* Define to 1 if you have the `strcmp' function. */
95 #define HAVE_STRCMP 1
96 
97 /* Define to 1 if you have the `strdup' function. */
98 #define HAVE_STRDUP 1
99 
100 /* Define to 1 if you have the `strerror' function. */
101 #define HAVE_STRERROR 1
102 
103 /* Define to 1 if you have the `strftime' function. */
104 #define HAVE_STRFTIME 1
105 
106 /* Define to 1 if you have the <strings.h> header file. */
107 #define HAVE_STRINGS_H 1
108 
109 /* Define to 1 if you have the <string.h> header file. */
110 #define HAVE_STRING_H 1
111 
112 /* Define to 1 if you have the `strlcat' function. */
113 #define HAVE_STRLCAT 1
114 
115 /* Define to 1 if you have the `strlcpy' function. */
116 #define HAVE_STRLCPY 1
117 
118 /* Define to 1 if you have the <sys/stat.h> header file. */
119 #define HAVE_SYS_STAT_H 1
120 
121 /* Define to 1 if you have the <sys/types.h> header file. */
122 #define HAVE_SYS_TYPES_H 1
123 
124 /* Define to 1 if you have the <unistd.h> header file. */
125 #define HAVE_UNISTD_H 1
126 
127 /* Name of package */
128 #define PACKAGE "papi"
129 
130 /* Define to the address where bug reports for this package should be sent. */
131 #define PACKAGE_BUGREPORT ""
132 
133 /* Define to the full name of this package. */
134 #define PACKAGE_NAME ""
135 
136 /* Define to the full name and version of this package. */
137 #define PACKAGE_STRING ""
138 
139 /* Define to the one symbol short name of this package. */
140 #define PACKAGE_TARNAME ""
141 
142 /* Define to the version of this package. */
143 #define PACKAGE_VERSION ""
144 
145 /* Define to 1 if you have the ANSI C header files. */
146 #define STDC_HEADERS 1
147 
148 /* Version number of package */
149 #define VERSION "1.0_rc1"
150 
151 /* Define to empty if `const' does not conform to ANSI C. */
152 /* #undef const */
153 
154 
155 #ifdef __cplusplus
156 }
157 #endif
158 
159 #endif /* _CONFIG_H */
160