Annotation of embedaddon/libnet/doc/html/acconfig_8h-source.html, revision 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: acconfig.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>acconfig.h</h1><div class="fragment"><pre>00001 <span class="comment">/*</span>
        !             9: 00002 <span class="comment">dnl $Id: acconfig.h,v 1.2 2004/01/03 20:31:00 mike Exp $</span>
        !            10: 00003 <span class="comment">dnl</span>
        !            11: 00004 <span class="comment">dnl Libnet autoconfiguration acconfig.h file</span>
        !            12: 00005 <span class="comment">dnl Copyright (c) 1998 - 2004 Mike D. Schiffman &lt;mike@infonexus.com&gt;</span>
        !            13: 00006 <span class="comment">dnl All rights reserved.</span>
        !            14: 00007 <span class="comment">dnl</span>
        !            15: 00008 <span class="comment">dnl Process this file with autoheader to produce a config.h file.</span>
        !            16: 00009 <span class="comment">dnl</span>
        !            17: 00010 <span class="comment">*/</span>
        !            18: 00011 
        !            19: 00012 <span class="preprocessor">#undef LIBNET_BSDISH_OS</span>
        !            20: 00013 <span class="preprocessor"></span><span class="preprocessor">#undef LIBNET_BSD_BYTE_SWAP</span>
        !            21: 00014 <span class="preprocessor"></span><span class="preprocessor">#undef DLPI_DEV_PREFIX</span>
        !            22: 00015 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_DEV_DLPI</span>
        !            23: 00016 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_SOLARIS</span>
        !            24: 00017 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_SOLARIS_IPV6</span>
        !            25: 00018 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_HPUX11</span>
        !            26: 00019 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_SOCKADDR_SA_LEN</span>
        !            27: 00020 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_DLPI</span>
        !            28: 00021 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_PACKET_SOCKET</span>
        !            29: 00022 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_STRUCT_IP_CSUM</span>
        !            30: 00023 <span class="preprocessor"></span><span class="preprocessor">#undef HAVE_LIB_PCAP</span>
        !            31: 00024 <span class="preprocessor"></span><span class="preprocessor">#undef LBL_ALIGN</span>
        !            32: 00025 <span class="preprocessor"></span><span class="preprocessor">#undef STUPID_SOLARIS_CHECKSUM_BUG</span>
        !            33: 00026 <span class="preprocessor"></span><span class="preprocessor">#undef _BSD_SOURCE</span>
        !            34: 00027 <span class="preprocessor"></span><span class="preprocessor">#undef __BSD_SOURCE</span>
        !            35: 00028 <span class="preprocessor"></span><span class="preprocessor">#undef __FAVOR_BSD</span>
        !            36: 00029 <span class="preprocessor"></span><span class="preprocessor">#undef LIBNET_BIG_ENDIAN</span>
        !            37: 00030 <span class="preprocessor"></span><span class="preprocessor">#undef LIBNET_LIL_ENDIAN</span>
        !            38: 00031 <span class="preprocessor"></span><span class="preprocessor">#undef NO_SNPRINTF</span>
        !            39: 00032 <span class="preprocessor"></span>
        !            40: 00033 
        !            41: 00034 <span class="comment">/*</span>
        !            42: 00035 <span class="comment">dnl EOF</span>
        !            43: 00036 <span class="comment">*/</span>
        !            44: </pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Mar 10 13:23:37 2004 for libnet by
        !            45: <a href="http://www.doxygen.org/index.html">
        !            46: <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
        !            47: </a>1.3.4 </small></address>
        !            48: </body>
        !            49: </html>

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