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