Annotation of embedaddon/libnet/doc/html/config_8h-source.html, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>