blob: aeae238b706e2ff23b22022255fa5bafd1a77274 (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
/* $NetBSD: config.h,v 1.4 2001/06/13 21:38:30 fredette Exp $ */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
/* #undef const */
/* Define as __inline if that's what the C compiler calls it. */
/* #undef inline */
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define to be the minimum alignment of an int32_t. */
#define ALIGNOF_INT32_T 1
/* Define to empty if the keyword does not work. */
/* #undef const */
/* Define if you have AF_LINK. */
#define HAVE_AF_LINK 1
/* Define if your struct sockaddr has sa_len. */
#define HAVE_SOCKADDR_SA_LEN 1
/* Define if you have a machine with strict alignment requirements. */
#define HAVE_STRICT_ALIGNMENT
/* Define as __inline if that's what the C compiler calls it. */
/* #undef inline */
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define if you have the ether_ntohost function. */
#define HAVE_ETHER_NTOHOST 1
/* Define if you have the getdtablesize function. */
#define HAVE_GETDTABLESIZE 1
/* Define if you have the setsid function. */
#define HAVE_SETSID 1
/* Define if you have the strerror function. */
#define HAVE_STRERROR 1
/* Define if you have the <ioctls.h> header file. */
/* #undef HAVE_IOCTLS_H */
/* Define if you have the <net/ethernet.h> header file. */
/* #undef HAVE_NET_ETHERNET_H */
/* Define if you have the <net/if_dl.h> header file. */
#define HAVE_NET_IF_DL_H 1
/* Define if you have the <net/if_ether.h> header file. */
#define HAVE_NET_IF_ETHER_H 1
/* Define if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define if you have the <sys/socketio.h> header file. */
/* #undef HAVE_SYS_SOCKETIO_H */
/* Define if you have the <sys/sockio.h> header file. */
#define HAVE_SYS_SOCKIO_H 1
/* Name of package */
#define PACKAGE "ndbootd"
/* Version number of package */
#define VERSION "0.5"
|