forked from skk-dev/skktools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h.in
37 lines (25 loc) · 1013 Bytes
/
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
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
/* Define to 1 if you have the <db1/ndbm.h> header file. */
#undef HAVE_DB1_NDBM_H
/* Define to 1 if you have the <gfbm/ndbm.h> header file. */
#undef HAVE_GDBM_NDBM_H
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
/* Define to 1 if you have the <ndbm.h> header file. */
#undef HAVE_NDBM_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the db library (-ldb). */
#undef HAVE_LIBDB
/* Define to 1 if you have the gdbm library (-lgdbm). */
#undef HAVE_LIBGDBM
/* Define to 1 if you have the ndbm library (-lndbm). */
#undef HAVE_LIBNDBM
/* Define to 1 if you have mkdtemp(). */
#undef HAVE_MKDTEMP
/* Define to 1 if you have snprintf(). */
#undef HAVE_SNPRINTF