xref: /aosp_15_r20/external/libnl/include/config.h (revision 4dc78e53d49367fa8e61b07018507c90983a077d)
1*4dc78e53SAndroid Build Coastguard Worker /* include/config.h.  Generated from config.h.in by configure.  */
2*4dc78e53SAndroid Build Coastguard Worker /* include/config.h.in.  Generated from configure.ac by autoheader.  */
3*4dc78e53SAndroid Build Coastguard Worker 
4*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 to disable pthreads */
5*4dc78e53SAndroid Build Coastguard Worker #undef DISABLE_PTHREADS
6*4dc78e53SAndroid Build Coastguard Worker 
7*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `getprotobyname_r', and to 0 if
8*4dc78e53SAndroid Build Coastguard Worker    you don't. */
9*4dc78e53SAndroid Build Coastguard Worker #undef HAVE_DECL_GETPROTOBYNAME_R
10*4dc78e53SAndroid Build Coastguard Worker 
11*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `getprotobynumber_r', and to 0
12*4dc78e53SAndroid Build Coastguard Worker    if you don't. */
13*4dc78e53SAndroid Build Coastguard Worker #undef HAVE_DECL_GETPROTOBYNUMBER_R
14*4dc78e53SAndroid Build Coastguard Worker 
15*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the <dlfcn.h> header file. */
16*4dc78e53SAndroid Build Coastguard Worker #undef HAVE_DLFCN_H
17*4dc78e53SAndroid Build Coastguard Worker 
18*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the <inttypes.h> header file. */
19*4dc78e53SAndroid Build Coastguard Worker #undef HAVE_INTTYPES_H
20*4dc78e53SAndroid Build Coastguard Worker 
21*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the `pthread' library (-lpthread). */
22*4dc78e53SAndroid Build Coastguard Worker #undef HAVE_LIBPTHREAD
23*4dc78e53SAndroid Build Coastguard Worker 
24*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the <memory.h> header file. */
25*4dc78e53SAndroid Build Coastguard Worker #undef HAVE_MEMORY_H
26*4dc78e53SAndroid Build Coastguard Worker 
27*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the <stdint.h> header file. */
28*4dc78e53SAndroid Build Coastguard Worker #define HAVE_STDINT_H 1
29*4dc78e53SAndroid Build Coastguard Worker 
30*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the <stdio.h> header file. */
31*4dc78e53SAndroid Build Coastguard Worker #define HAVE_STDIO_H 1
32*4dc78e53SAndroid Build Coastguard Worker 
33*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the <stdlib.h> header file. */
34*4dc78e53SAndroid Build Coastguard Worker #define HAVE_STDLIB_H 1
35*4dc78e53SAndroid Build Coastguard Worker 
36*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the `strerror_l' function. */
37*4dc78e53SAndroid Build Coastguard Worker #undef HAVE_STRERROR_L
38*4dc78e53SAndroid Build Coastguard Worker 
39*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the <strings.h> header file. */
40*4dc78e53SAndroid Build Coastguard Worker #define HAVE_STRINGS_H 1
41*4dc78e53SAndroid Build Coastguard Worker 
42*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the <string.h> header file. */
43*4dc78e53SAndroid Build Coastguard Worker #define HAVE_STRING_H 1
44*4dc78e53SAndroid Build Coastguard Worker 
45*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/stat.h> header file. */
46*4dc78e53SAndroid Build Coastguard Worker #define HAVE_SYS_STAT_H 1
47*4dc78e53SAndroid Build Coastguard Worker 
48*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/types.h> header file. */
49*4dc78e53SAndroid Build Coastguard Worker #define HAVE_SYS_TYPES_H 1
50*4dc78e53SAndroid Build Coastguard Worker 
51*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if you have the <unistd.h> header file. */
52*4dc78e53SAndroid Build Coastguard Worker #define HAVE_UNISTD_H 1
53*4dc78e53SAndroid Build Coastguard Worker 
54*4dc78e53SAndroid Build Coastguard Worker /* Define to the sub-directory in which libtool stores uninstalled libraries.
55*4dc78e53SAndroid Build Coastguard Worker    */
56*4dc78e53SAndroid Build Coastguard Worker #undef LT_OBJDIR
57*4dc78e53SAndroid Build Coastguard Worker 
58*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 to enable debugging */
59*4dc78e53SAndroid Build Coastguard Worker #define NL_DEBUG 0
60*4dc78e53SAndroid Build Coastguard Worker 
61*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if your C compiler doesn't accept -c and -o together. */
62*4dc78e53SAndroid Build Coastguard Worker #undef NO_MINUS_C_MINUS_O
63*4dc78e53SAndroid Build Coastguard Worker 
64*4dc78e53SAndroid Build Coastguard Worker /* Name of package */
65*4dc78e53SAndroid Build Coastguard Worker #undef PACKAGE
66*4dc78e53SAndroid Build Coastguard Worker 
67*4dc78e53SAndroid Build Coastguard Worker /* Define to the address where bug reports for this package should be sent. */
68*4dc78e53SAndroid Build Coastguard Worker #undef PACKAGE_BUGREPORT
69*4dc78e53SAndroid Build Coastguard Worker 
70*4dc78e53SAndroid Build Coastguard Worker /* Define to the full name of this package. */
71*4dc78e53SAndroid Build Coastguard Worker #undef PACKAGE_NAME
72*4dc78e53SAndroid Build Coastguard Worker 
73*4dc78e53SAndroid Build Coastguard Worker /* Define to the full name and version of this package. */
74*4dc78e53SAndroid Build Coastguard Worker #undef PACKAGE_STRING
75*4dc78e53SAndroid Build Coastguard Worker 
76*4dc78e53SAndroid Build Coastguard Worker /* Define to the one symbol short name of this package. */
77*4dc78e53SAndroid Build Coastguard Worker #undef PACKAGE_TARNAME
78*4dc78e53SAndroid Build Coastguard Worker 
79*4dc78e53SAndroid Build Coastguard Worker /* Define to the home page for this package. */
80*4dc78e53SAndroid Build Coastguard Worker #undef PACKAGE_URL
81*4dc78e53SAndroid Build Coastguard Worker 
82*4dc78e53SAndroid Build Coastguard Worker /* Define to the version of this package. */
83*4dc78e53SAndroid Build Coastguard Worker #undef PACKAGE_VERSION
84*4dc78e53SAndroid Build Coastguard Worker 
85*4dc78e53SAndroid Build Coastguard Worker /* Define to 1 if all of the C90 standard headers exist (not just the ones
86*4dc78e53SAndroid Build Coastguard Worker    required in a freestanding environment). This macro is provided for
87*4dc78e53SAndroid Build Coastguard Worker    backward compatibility; new code need not use it. */
88*4dc78e53SAndroid Build Coastguard Worker #define STDC_HEADERS 1
89*4dc78e53SAndroid Build Coastguard Worker 
90*4dc78e53SAndroid Build Coastguard Worker /* Version number of package */
91*4dc78e53SAndroid Build Coastguard Worker #undef VERSION
92*4dc78e53SAndroid Build Coastguard Worker 
93*4dc78e53SAndroid Build Coastguard Worker /* Define to empty if `const' does not conform to ANSI C. */
94*4dc78e53SAndroid Build Coastguard Worker #undef const
95*4dc78e53SAndroid Build Coastguard Worker 
96*4dc78e53SAndroid Build Coastguard Worker /* Define to `__inline__' or `__inline' if that's what the C compiler
97*4dc78e53SAndroid Build Coastguard Worker    calls it, or to nothing if 'inline' is not supported under any name.  */
98*4dc78e53SAndroid Build Coastguard Worker #ifndef __cplusplus
99*4dc78e53SAndroid Build Coastguard Worker #undef inline
100*4dc78e53SAndroid Build Coastguard Worker #endif
101