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