Home | History | Annotate | Line # | Download | only in pppoe
      1 /* pppd/config.h.in.  Generated from configure.ac by autoheader.  */
      2 
      3 /* Define to 1 if you have the <asm/types.h> header file. */
      4 #undef HAVE_ASM_TYPES_H
      5 
      6 /* Define to 1 if you have the <linux/if_ether.h> header file. */
      7 #undef HAVE_LINUX_IF_ETHER_H
      8 
      9 /* Define to 1 if you have the <linux/if.h> header file. */
     10 #undef HAVE_LINUX_IF_H
     11 
     12 /* Define to 1 if you have the <linux/if_packet.h> header file. */
     13 #undef HAVE_LINUX_IF_PACKET_H
     14 
     15 /* Define to 1 if you have the <net/if_arp.h> header file. */
     16 #undef HAVE_NET_IF_ARP_H
     17 
     18 /* Define to 1 if you have the <net/if_types.h> header file. */
     19 #undef HAVE_NET_IF_TYPES_H
     20 
     21 /* Define to 1 if you have the <netinet/if_ether.h> header file. */
     22 #undef HAVE_NETINET_IF_ETHER_H
     23 
     24 /* Define to 1 if you have the <netpacket/packet.h> header file. */
     25 #undef HAVE_NETPACKET_PACKET_H
     26 
     27 /* Define to 1 if you have the <net/bpf.h> header file. */
     28 #undef HAVE_NET_BPF_H
     29 
     30 /* Define to 1 if you have the <net/if.h> header file. */
     31 #undef HAVE_NET_IF_H
     32 
     33 /* Define to 1 if you have the <sys/dlpi.h> header file. */
     34 #undef HAVE_SYS_DLPI_H
     35 
     36 /* Define to 1 if you have the <sys/ioctl.h> header file. */
     37 #undef HAVE_SYS_IOCTL_H
     38 
     39 /* Define to 1 if you have the <sys/socket.h> header file. */
     40 #undef HAVE_SYS_SOCKET_H
     41 
     42 /* Define to 1 if you have the <sys/uio.h> header file. */
     43 #undef HAVE_SYS_UIO_H
     44 
     45 /* Define to 1 if you have the <unistd.h> header file. */
     46 #undef HAVE_UNISTD_H
     47 
     48 /* Define to 1 if you have the <stdarg.h> header file. */
     49 #undef HAVE_STDARG_H
     50 
     51 /* Define to 1 if you have the <stdbool.h> header file. */
     52 #undef HAVE_STDBOOL_H
     53 
     54 /* Define to 1 if you have the <stddef.h> header file. */
     55 #undef HAVE_STDDEF_H
     56 
     57 /* Define to 1 if you have the <stdint.h> header file. */
     58 #undef HAVE_STDINT_H
     59 
     60 /* Define to 1 if you have the <stdint.h> header file. */
     61 #undef HAVE_SYS_TYPES_H
     62 
     63 /* The size of `unsigned int', as computed by sizeof. */
     64 #undef SIZEOF_UNSIGNED_INT
     65 
     66 /* The size of `unsigned long', as computed by sizeof. */
     67 #undef SIZEOF_UNSIGNED_LONG
     68 
     69 /* The size of `unsigned short', as computed by sizeof. */
     70 #undef SIZEOF_UNSIGNED_SHORT
     71 
     72 /* Define to 1 if the system has the type `struct sockaddr_ll'. */
     73 #undef HAVE_STRUCT_SOCKADDR_LL
     74