summaryrefslogtreecommitdiff
path: root/libnet/doc/html/config_8h-source.html
blob: 840ddb973c853dab671dbb61f8b8b4285be86e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libnet: config.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.4 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
<h1>config.h</h1><div class="fragment"><pre>00001 <span class="comment">/* include/config.h.in.  Generated from configure.in by autoheader.  */</span>
00002 <span class="comment">/*</span>
00003 <span class="comment">dnl $Id: config.h,v 1.4 2004/01/03 20:31:00 mike Exp $</span>
00004 <span class="comment">dnl</span>
00005 <span class="comment">dnl Libnet autoconfiguration acconfig.h file</span>
00006 <span class="comment">dnl Copyright (c) 1998 - 2004 Mike D. Schiffman &lt;mike@infonexus.com&gt;</span>
00007 <span class="comment">dnl All rights reserved.</span>
00008 <span class="comment">dnl</span>
00009 <span class="comment">dnl Process this file with autoheader to produce a config.h file.</span>
00010 <span class="comment">dnl</span>
00011 <span class="comment">*/</span>
00012 
00013 <span class="preprocessor">#undef LIBNET_BSDISH_OS</span>
00014 <span class="preprocessor"></span><span class="preprocessor">#undef LIBNET_BSD_BYTE_SWAP</span>
00015 <span class="preprocessor"></span><span class="preprocessor">#undef DLPI_DEV_PREFIX</span>
00016 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_DEV_DLPI</span>
00017 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_SOLARIS</span>
00018 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_SOLARIS_IPV6</span>
00019 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_HPUX11</span>
00020 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_SOCKADDR_SA_LEN</span>
00021 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_DLPI</span>
00022 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_PACKET_SOCKET</span>
00023 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_STRUCT_IP_CSUM</span>
00024 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_LIB_PCAP</span>
00025 <span class="preprocessor"></span><span class="preprocessor">#undef LBL_ALIGN</span>
00026 <span class="preprocessor"></span><span class="preprocessor">#undef STUPID_SOLARIS_CHECKSUM_BUG</span>
00027 <span class="preprocessor"></span><span class="preprocessor">#undef _BSD_SOURCE</span>
00028 <span class="preprocessor"></span><span class="preprocessor">#undef __BSD_SOURCE</span>
00029 <span class="preprocessor"></span><span class="preprocessor">#undef __FAVOR_BSD</span>
00030 <span class="preprocessor"></span><span class="preprocessor">#undef LIBNET_BIG_ENDIAN</span>
00031 <span class="preprocessor"></span><span class="preprocessor">#define LIBNET_LIL_ENDIAN 1</span>
00032 <span class="preprocessor"></span><span class="preprocessor">#undef NO_SNPRINTF</span>
00033 <span class="preprocessor"></span>
00034 
00035 <span class="comment">/*</span>
00036 <span class="comment">dnl EOF</span>
00037 <span class="comment">*/</span>
00038 
00039 <span class="comment">/* Define to 1 if you have the &lt;inttypes.h&gt; header file. */</span>
00040 <span class="preprocessor">#undef HAVE_INTTYPES_H</span>
00041 <span class="preprocessor"></span>
00042 <span class="comment">/* Define to 1 if you have the `nsl' library (-lnsl). */</span>
00043 <span class="preprocessor">#undef HAVE_LIBNSL</span>
00044 <span class="preprocessor"></span>
00045 <span class="comment">/* Define to 1 if you have the `packet' library (-lpacket). */</span>
00046 <span class="preprocessor">#undef HAVE_LIBPACKET</span>
00047 <span class="preprocessor"></span>
00048 <span class="comment">/* Define to 1 if you have the `socket' library (-lsocket). */</span>
00049 <span class="preprocessor">#undef HAVE_LIBSOCKET</span>
00050 <span class="preprocessor"></span>
00051 <span class="comment">/* Define to 1 if you have the `wpcap' library (-lwpcap). */</span>
00052 <span class="preprocessor">#undef HAVE_LIBWPCAP</span>
00053 <span class="preprocessor"></span>
00054 <span class="comment">/* Define to 1 if you have the &lt;memory.h&gt; header file. */</span>
00055 <span class="preprocessor">#undef HAVE_MEMORY_H</span>
00056 <span class="preprocessor"></span>
00057 <span class="comment">/* Define to 1 if you have the &lt;net/ethernet.h&gt; header file. */</span>
00058 <span class="preprocessor">#define HAVE_NET_ETHERNET_H 1</span>
00059 <span class="preprocessor"></span>
00060 <span class="comment">/* Define to 1 if you have the &lt;stdint.h&gt; header file. */</span>
00061 <span class="preprocessor">#undef HAVE_STDINT_H</span>
00062 <span class="preprocessor"></span>
00063 <span class="comment">/* Define to 1 if you have the &lt;stdlib.h&gt; header file. */</span>
00064 <span class="preprocessor">#undef HAVE_STDLIB_H</span>
00065 <span class="preprocessor"></span>
00066 <span class="comment">/* Define to 1 if you have the `strerror' function. */</span>
00067 <span class="preprocessor">#define HAVE_STRERROR 1</span>
00068 <span class="preprocessor"></span>
00069 <span class="comment">/* Define to 1 if you have the &lt;strings.h&gt; header file. */</span>
00070 <span class="preprocessor">#undef HAVE_STRINGS_H</span>
00071 <span class="preprocessor"></span>
00072 <span class="comment">/* Define to 1 if you have the &lt;string.h&gt; header file. */</span>
00073 <span class="preprocessor">#undef HAVE_STRING_H</span>
00074 <span class="preprocessor"></span>
00075 <span class="comment">/* Define to 1 if you have the &lt;sys/bufmod.h&gt; header file. */</span>
00076 <span class="preprocessor">#undef HAVE_SYS_BUFMOD_H</span>
00077 <span class="preprocessor"></span>
00078 <span class="comment">/* Define to 1 if you have the &lt;sys/dlpi_ext.h&gt; header file. */</span>
00079 <span class="preprocessor">#undef HAVE_SYS_DLPI_EXT_H</span>
00080 <span class="preprocessor"></span>
00081 <span class="comment">/* Define to 1 if you have the &lt;sys/sockio.h&gt; header file. */</span>
00082 <span class="preprocessor">#undef HAVE_SYS_SOCKIO_H</span>
00083 <span class="preprocessor"></span>
00084 <span class="comment">/* Define to 1 if you have the &lt;sys/stat.h&gt; header file. */</span>
00085 <span class="preprocessor">#undef HAVE_SYS_STAT_H</span>
00086 <span class="preprocessor"></span>
00087 <span class="comment">/* Define to 1 if you have the &lt;sys/types.h&gt; header file. */</span>
00088 <span class="preprocessor">#undef HAVE_SYS_TYPES_H</span>
00089 <span class="preprocessor"></span>
00090 <span class="comment">/* Define to 1 if you have the &lt;unistd.h&gt; header file. */</span>
00091 <span class="preprocessor">#undef HAVE_UNISTD_H</span>
00092 <span class="preprocessor"></span>
00093 <span class="comment">/* Name of package */</span>
00094 <span class="preprocessor">#undef PACKAGE</span>
00095 <span class="preprocessor"></span>
00096 <span class="comment">/* Define to the address where bug reports for this package should be sent. */</span>
00097 <span class="preprocessor">#undef PACKAGE_BUGREPORT</span>
00098 <span class="preprocessor"></span>
00099 <span class="comment">/* Define to the full name of this package. */</span>
00100 <span class="preprocessor">#undef PACKAGE_NAME</span>
00101 <span class="preprocessor"></span>
00102 <span class="comment">/* Define to the full name and version of this package. */</span>
00103 <span class="preprocessor">#undef PACKAGE_STRING</span>
00104 <span class="preprocessor"></span>
00105 <span class="comment">/* Define to the one symbol short name of this package. */</span>
00106 <span class="preprocessor">#undef PACKAGE_TARNAME</span>
00107 <span class="preprocessor"></span>
00108 <span class="comment">/* Define to the version of this package. */</span>
00109 <span class="preprocessor">#undef PACKAGE_VERSION</span>
00110 <span class="preprocessor"></span>
00111 <span class="comment">/* Define to 1 if you have the ANSI C header files. */</span>
00112 <span class="preprocessor">#undef STDC_HEADERS</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Mar 10 13:23:37 2004 for libnet by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
</a>1.3.4 </small></address>
</body>
</html>