summaryrefslogtreecommitdiff
path: root/libnet/doc/html/config_8h-source.html
diff options
context:
space:
mode:
authorSam Roberts <sroberts@sroberts-desktop.(none)>2009-02-18 13:16:51 -0800
committerSam Roberts <sroberts@sroberts-desktop.(none)>2009-02-18 13:16:51 -0800
commit4679d290c754e2ebd8299ef8abbd2b9e94e82abf (patch)
tree33ec442df1d6480da52961df7dd19cdd41d41fb5 /libnet/doc/html/config_8h-source.html
parentc35d5ad62a9b45153cf638272a3d590729728c12 (diff)
downloadlibnet-4679d290c754e2ebd8299ef8abbd2b9e94e82abf.tar.gz
v1.1.2.1 from http://www.packetfactory.net/projects/libnet/
Diffstat (limited to 'libnet/doc/html/config_8h-source.html')
-rw-r--r--libnet/doc/html/config_8h-source.html125
1 files changed, 125 insertions, 0 deletions
diff --git a/libnet/doc/html/config_8h-source.html b/libnet/doc/html/config_8h-source.html
new file mode 100644
index 0000000..840ddb9
--- /dev/null
+++ b/libnet/doc/html/config_8h-source.html
@@ -0,0 +1,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>