xref: /aosp_15_r20/external/lmfit/config.h.in (revision 5ddc57e5d924f146ab5fd87df586563e2270da38)
1*5ddc57e5SXin Li/* config.h.in.  Generated from configure.ac by autoheader.  */
2*5ddc57e5SXin Li
3*5ddc57e5SXin Li/* Define to 1 if you have the <dlfcn.h> header file. */
4*5ddc57e5SXin Li#undef HAVE_DLFCN_H
5*5ddc57e5SXin Li
6*5ddc57e5SXin Li/* Define to 1 if you have the <inttypes.h> header file. */
7*5ddc57e5SXin Li#undef HAVE_INTTYPES_H
8*5ddc57e5SXin Li
9*5ddc57e5SXin Li/* Define to 1 if you have the <memory.h> header file. */
10*5ddc57e5SXin Li#undef HAVE_MEMORY_H
11*5ddc57e5SXin Li
12*5ddc57e5SXin Li/* Define to 1 if you have the <stdint.h> header file. */
13*5ddc57e5SXin Li#undef HAVE_STDINT_H
14*5ddc57e5SXin Li
15*5ddc57e5SXin Li/* Define to 1 if you have the <stdlib.h> header file. */
16*5ddc57e5SXin Li#undef HAVE_STDLIB_H
17*5ddc57e5SXin Li
18*5ddc57e5SXin Li/* Define to 1 if you have the <strings.h> header file. */
19*5ddc57e5SXin Li#undef HAVE_STRINGS_H
20*5ddc57e5SXin Li
21*5ddc57e5SXin Li/* Define to 1 if you have the <string.h> header file. */
22*5ddc57e5SXin Li#undef HAVE_STRING_H
23*5ddc57e5SXin Li
24*5ddc57e5SXin Li/* Define to 1 if you have the <sys/stat.h> header file. */
25*5ddc57e5SXin Li#undef HAVE_SYS_STAT_H
26*5ddc57e5SXin Li
27*5ddc57e5SXin Li/* Define to 1 if you have the <sys/types.h> header file. */
28*5ddc57e5SXin Li#undef HAVE_SYS_TYPES_H
29*5ddc57e5SXin Li
30*5ddc57e5SXin Li/* Define to 1 if you have the <unistd.h> header file. */
31*5ddc57e5SXin Li#undef HAVE_UNISTD_H
32*5ddc57e5SXin Li
33*5ddc57e5SXin Li/* Define to the sub-directory in which libtool stores uninstalled libraries.
34*5ddc57e5SXin Li   */
35*5ddc57e5SXin Li#undef LT_OBJDIR
36*5ddc57e5SXin Li
37*5ddc57e5SXin Li/* Name of package */
38*5ddc57e5SXin Li#undef PACKAGE
39*5ddc57e5SXin Li
40*5ddc57e5SXin Li/* Define to the address where bug reports for this package should be sent. */
41*5ddc57e5SXin Li#undef PACKAGE_BUGREPORT
42*5ddc57e5SXin Li
43*5ddc57e5SXin Li/* Define to the full name of this package. */
44*5ddc57e5SXin Li#undef PACKAGE_NAME
45*5ddc57e5SXin Li
46*5ddc57e5SXin Li/* Define to the full name and version of this package. */
47*5ddc57e5SXin Li#undef PACKAGE_STRING
48*5ddc57e5SXin Li
49*5ddc57e5SXin Li/* Define to the one symbol short name of this package. */
50*5ddc57e5SXin Li#undef PACKAGE_TARNAME
51*5ddc57e5SXin Li
52*5ddc57e5SXin Li/* Define to the home page for this package. */
53*5ddc57e5SXin Li#undef PACKAGE_URL
54*5ddc57e5SXin Li
55*5ddc57e5SXin Li/* Define to the version of this package. */
56*5ddc57e5SXin Li#undef PACKAGE_VERSION
57*5ddc57e5SXin Li
58*5ddc57e5SXin Li/* Define to 1 if you have the ANSI C header files. */
59*5ddc57e5SXin Li#undef STDC_HEADERS
60*5ddc57e5SXin Li
61*5ddc57e5SXin Li/* Version number of package */
62*5ddc57e5SXin Li#undef VERSION
63