forked from tjko/nxgipd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
48 lines (30 loc) · 898 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
38
39
40
41
42
43
44
45
46
47
48
/* config.h.in.
* $Id$
*
*/
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* The number of bytes in a int. */
#undef SIZEOF_INT
/* The number of bytes in a long. */
#undef SIZEOF_LONG
/* Define if you have the getopt_long function. */
#undef HAVE_GETOPT_LONG
/* Define if you have strlcpy function. */
#undef HAVE_STRLCPY
/* Define if you have strlcat function. */
#undef HAVE_STRLCAT
/* Define if you have execvpe function. */
#undef HAVE_EXECVPE
/* Define if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <libgen.h> header file. */
#undef HAVE_LIBGEN_H
/* Define if you have the mxml library (-lmxml). */
#undef HAVE_LIBMXML
#undef HOST_TYPE
/* eof */