-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.h.in
47 lines (31 loc) · 1.01 KB
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if you have the erand48 function. */
#undef HAVE_ERAND48
/* Define if you have the lrand48 function. */
#undef HAVE_LRAND48
/* Define if you have the memset function. */
#undef HAVE_MEMSET
/* Define if you have the srand48 function. */
#undef HAVE_SRAND48
/* Define if you have the strchr function. */
#undef HAVE_STRCHR
/* Define if you have the strdup function. */
#undef HAVE_STRDUP
/* Define if you have the strstr function. */
#undef HAVE_STRSTR
/* Define if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION
/* avoid warning about unused variables */
#undef UNUSED
/* only for gcc */
#undef UNUSED