"Fossies" - the Fresh Open Source Software Archive

Member "scanssh-2.1/compat/libdnet/dnet.h" (6 May 2003, 316 Bytes) of package /linux/privat/old/scanssh-2.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 /* This header file is in the public domain */
    2 #ifndef _DNET_H_
    3 #define _DNET_H_
    4 
    5 /* This header file takes care of hiding the variations in
    6  * libdnet names -- in particular, libdnet is libdumbnet
    7  * on Debian, and dnet-config doesn't hide this :( --CPK.
    8  */
    9 #ifdef HAVE_DUMBNET
   10 #include <dumbnet.h>
   11 #endif
   12 
   13 #endif