blob: a2ced96cd09eccbc02d13eeaf4ba818cbf2b6f76 (
plain)
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
|
/* include/config.h. Generated automatically by configure. */
/* include/config.h.in. Generated automatically from configure.in by autoheader. */
#define VERSION "0.1"
#define PACKAGE "plpnfsd"
/* Define if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define if you have the <sys/errno.h> header file. */
#define HAVE_SYS_ERRNO_H 1
/* Define if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define if you have the <sys/ttold.h> header file. */
/* #undef HAVE_SYS_TTOLD_H */
/* Define if you have the bsd library (-lbsd). */
/* #undef HAVE_LIBBSD */
/* Define if you have the nsl library (-lnsl). */
#define HAVE_LIBNSL 1
/* Define if you have the rpcsoc library (-lrpcsoc). */
/* #undef HAVE_LIBRPCSOC */
/* Define if you have the socket library (-lsocket). */
/* #undef HAVE_LIBSOCKET */
|