ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/config.h.in
(Generate patch)

Comparing gvpe/config.h.in (file contents):
Revision 1.1 by pcg, Tue Oct 14 19:39:39 2003 UTC vs.
Revision 1.3 by pcg, Thu Oct 16 21:57:54 2003 UTC

54#undef HAVE_ASPRINTF 54#undef HAVE_ASPRINTF
55 55
56/* Cygwin */ 56/* Cygwin */
57#undef HAVE_CYGWIN 57#undef HAVE_CYGWIN
58 58
59/* Define to 1 if you have the <cygwin.h> header file. */
60#undef HAVE_CYGWIN_H
61
62/* Define to 1 if you have the `daemon' function. */ 59/* Define to 1 if you have the `daemon' function. */
63#undef HAVE_DAEMON 60#undef HAVE_DAEMON
64 61
65/* Darwin (MacOS/X) */ 62/* Darwin (MacOS/X) */
66#undef HAVE_DARWIN 63#undef HAVE_DARWIN
206#undef HAVE_STRUCT_ADDRINFO 203#undef HAVE_STRUCT_ADDRINFO
207 204
208/* Define to 1 if you have the <syslog.h> header file. */ 205/* Define to 1 if you have the <syslog.h> header file. */
209#undef HAVE_SYSLOG_H 206#undef HAVE_SYSLOG_H
210 207
208/* Define to 1 if you have the <sys/cygwin.h> header file. */
209#undef HAVE_SYS_CYGWIN_H
210
211/* Define to 1 if you have the <sys/file.h> header file. */ 211/* Define to 1 if you have the <sys/file.h> header file. */
212#undef HAVE_SYS_FILE_H 212#undef HAVE_SYS_FILE_H
213 213
214/* Define to 1 if you have the <sys/ioctl.h> header file. */ 214/* Define to 1 if you have the <sys/ioctl.h> header file. */
215#undef HAVE_SYS_IOCTL_H 215#undef HAVE_SYS_IOCTL_H
241/* Define to 1 if you have the `unsetenv' function. */ 241/* Define to 1 if you have the `unsetenv' function. */
242#undef HAVE_UNSETENV 242#undef HAVE_UNSETENV
243 243
244/* Size of HMAC in each packet in bytes. */ 244/* Size of HMAC in each packet in bytes. */
245#undef HMACLENGTH 245#undef HMACLENGTH
246
247/* kernel interface subtype */
248#undef IFSUBTYPE
249
250/* kernel interface type */
251#undef IFTYPE
246 252
247/* Location of if_tun.h */ 253/* Location of if_tun.h */
248#undef LINUX_IF_TUN_H 254#undef LINUX_IF_TUN_H
249 255
250/* Maximum MTU supported. */ 256/* Maximum MTU supported. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines