Don't use .Xo/.Xc. Fix date format.
[netbsd-mini2440.git] / usr.sbin / ndbootd / config.h
blob49839ab31f49cda410112e4477305b5a2e1b1499
1 /* $NetBSD: config.h,v 1.3 2001/05/23 02:59:35 fredette Exp $ */
3 /* config.h. Generated automatically by configure. */
4 /* config.h.in. Generated automatically from configure.in by autoheader. */
6 /* Define to empty if the keyword does not work. */
7 /* #undef const */
9 /* Define as __inline if that's what the C compiler calls it. */
10 /* #undef inline */
12 /* Define if you have the ANSI C header files. */
13 #define STDC_HEADERS 1
15 /* Define to be the minimum alignment of an int32_t. */
16 #define ALIGNOF_INT32_T 1
18 /* Define to empty if the keyword does not work. */
19 /* #undef const */
21 /* Define if you have AF_LINK. */
22 #define HAVE_AF_LINK 1
24 /* Define if your struct sockaddr has sa_len. */
25 #define HAVE_SOCKADDR_SA_LEN 1
27 /* Define if you have a machine with strict alignment requirements. */
28 #define HAVE_STRICT_ALIGNMENT
30 /* Define as __inline if that's what the C compiler calls it. */
31 /* #undef inline */
33 /* Define if you have the ANSI C header files. */
34 #define STDC_HEADERS 1
36 /* Define if you have the ether_ntohost function. */
37 #define HAVE_ETHER_NTOHOST 1
39 /* Define if you have the getdtablesize function. */
40 #define HAVE_GETDTABLESIZE 1
42 /* Define if you have the setsid function. */
43 #define HAVE_SETSID 1
45 /* Define if you have the strerror function. */
46 #define HAVE_STRERROR 1
48 /* Define if you have the <ioctls.h> header file. */
49 /* #undef HAVE_IOCTLS_H */
51 /* Define if you have the <net/ethernet.h> header file. */
52 /* #undef HAVE_NET_ETHERNET_H */
54 /* Define if you have the <net/if_dl.h> header file. */
55 #define HAVE_NET_IF_DL_H 1
57 /* Define if you have the <net/if_ether.h> header file. */
58 #define HAVE_NET_IF_ETHER_H 1
60 /* Define if you have the <sys/ioctl.h> header file. */
61 #define HAVE_SYS_IOCTL_H 1
63 /* Define if you have the <sys/socketio.h> header file. */
64 /* #undef HAVE_SYS_SOCKETIO_H */
66 /* Define if you have the <sys/sockio.h> header file. */
67 #define HAVE_SYS_SOCKIO_H 1
69 /* Name of package */
70 #define PACKAGE "ndbootd"
72 /* Version number of package */
73 #define VERSION "0.5"