NetBSD/usr.sbin/ndbootd/config.h

75 lines
2.0 KiB
C

/* $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"