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