"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "rp-pppoe-3.10/src/config.h.in" of archive rp-pppoe-3.10.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2 /* LIC: GPL */
3
4 /* Define to empty if the keyword does not work. */
5 #undef const
6
7 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
8 #undef HAVE_SYS_WAIT_H
9
10 /* Define to `int' if <sys/types.h> doesn't define. */
11 #undef pid_t
12
13 /* Define as the return type of signal handlers (int or void). */
14 #undef RETSIGTYPE
15
16 /* Define if the setvbuf function takes the buffering type as its second
17 argument and the buffer pointer as the third, as on System V
18 before release 3. */
19 #undef SETVBUF_REVERSED
20
21 /* Define if you have the ANSI C header files. */
22 #undef STDC_HEADERS
23
24 /* Define if you can safely include both <sys/time.h> and <time.h>. */
25 #undef TIME_WITH_SYS_TIME
26
27 /* Define if your <sys/time.h> declares struct tm. */
28 #undef TM_IN_SYS_TIME
29
30 #undef HAVE_STRUCT_SOCKADDR_LL
31
32 /* The number of bytes in a unsigned int. */
33 #undef SIZEOF_UNSIGNED_INT
34
35 /* The number of bytes in a unsigned long. */
36 #undef SIZEOF_UNSIGNED_LONG
37
38 /* The number of bytes in a unsigned short. */
39 #undef SIZEOF_UNSIGNED_SHORT
40
41 /* Define if you have the select function. */
42 #undef HAVE_SELECT
43
44 /* Define if you have the socket function. */
45 #undef HAVE_SOCKET
46
47 /* Define if you have the strerror function. */
48 #undef HAVE_STRERROR
49
50 /* Define if you have the strtol function. */
51 #undef HAVE_STRTOL
52
53 /* Define if you have the <asm/types.h> header file. */
54 #undef HAVE_ASM_TYPES_H
55
56 /* Define if you have the <fcntl.h> header file. */
57 #undef HAVE_FCNTL_H
58
59 /* Define if you have the <getopt.h> header file. */
60 #undef HAVE_GETOPT_H
61
62 /* Define if you have the <linux/if_ether.h> header file. */
63 #undef HAVE_LINUX_IF_ETHER_H
64
65 /* Define if you have kernel-mode PPPoE in Linux file. */
66 #undef HAVE_LINUX_KERNEL_PPPOE
67
68 /* Define if you have the <linux/if_packet.h> header file. */
69 #undef HAVE_LINUX_IF_PACKET_H
70
71 /* Define if you have the <linux/if_pppox.h> header file. */
72 #undef HAVE_LINUX_IF_PPPOX_H
73
74 /* Define if you have the <net/bpf.h> header file. */
75 #undef HAVE_NET_BPF_H
76
77 /* Define if you have the <net/if_arp.h> header file. */
78 #undef HAVE_NET_IF_ARP_H
79
80 /* Define if you have the <net/ethernet.h> header file. */
81 #undef HAVE_NET_ETHERNET_H
82
83 /* Define if you have the <net/if.h> header file. */
84 #undef HAVE_NET_IF_H
85
86 /* Define if you have the <linux/if.h> header file. */
87 #undef HAVE_LINUX_IF_H
88
89 /* Define if you have the <net/if_dl.h> header file. */
90 #undef HAVE_NET_IF_DL_H
91
92 /* Define if you have the <net/if_ether.h> header file. */
93 #undef HAVE_NET_IF_ETHER_H
94
95 /* Define if you have the <net/if_types.h> header file. */
96 #undef HAVE_NET_IF_TYPES_H
97
98 /* Define if you have the <netinet/if_ether.h> header file. */
99 #undef HAVE_NETINET_IF_ETHER_H
100
101 /* Define if you have the <netpacket/packet.h> header file. */
102 #undef HAVE_NETPACKET_PACKET_H
103
104 /* Define if you have the <sys/cdefs.h> header file. */
105 #undef HAVE_SYS_CDEFS_H
106
107 /* Define if you have the <sys/dlpi.h> header file. */
108 #undef HAVE_SYS_DLPI_H
109
110 /* Define if you have the <sys/ioctl.h> header file. */
111 #undef HAVE_SYS_IOCTL_H
112
113 /* Define if you have the <sys/param.h> header file. */
114 #undef HAVE_SYS_PARAM_H
115
116 /* Define if you have the <sys/socket.h> header file. */
117 #undef HAVE_SYS_SOCKET_H
118
119 /* Define if you have the <sys/time.h> header file. */
120 #undef HAVE_SYS_TIME_H
121
122 /* Define if you have the <sys/uio.h> header file. */
123 #undef HAVE_SYS_UIO_H
124
125 /* Define if you have the <syslog.h> header file. */
126 #undef HAVE_SYSLOG_H
127
128 /* Define if you have the <unistd.h> header file. */
129 #undef HAVE_UNISTD_H
130
131 /* Define if you have the N_HDLC line discipline in linux/termios.h */
132 #undef HAVE_N_HDLC
133
134 /* Define if bitfields are packed in reverse order */
135 #undef PACK_BITFIELDS_REVERSED
136
137 /* Define to include debugging code */
138 #undef DEBUGGING_ENABLED
139
140 /* Solaris moans if we don't do this... */
141 #ifdef __sun
142 #define __EXTENSIONS__ 1
143 #endif