"Fossies" - the Fresh Open Source Software Archive

Member "ngrep-1_47/win32/support/config.h" (7 Sep 2017, 540 Bytes) of package /linux/misc/ngrep-1_47.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. For more information about "config.h" see the Fossies "Dox" file reference documentation and the latest Fossies "Diffs" side-by-side code changes report: 1_45_vs_1_47.

    1 /*
    2  * Win32-specific version for manual manipulation.
    3  */
    4 
    5 #define USE_PCRE                     0
    6 #define USE_IPv6                     1
    7 
    8 #define HAVE_DLT_RAW                 1
    9 #define HAVE_DLT_LOOP                1
   10 #define HAVE_DLT_LINUX_SLL           1
   11 #define HAVE_DLT_IEEE802_11          1
   12 #define HAVE_DLT_IEEE802_11_RADIO    1
   13 
   14 #define HAVE_DUMB_UDPHDR             0
   15 
   16 #define USE_PCAP_RESTART             0
   17 #define PCAP_RESTART_FUNC            0
   18 
   19 #define USE_DROPPRIVS                0
   20 #define DROPPRIVS_USER               "notused"
   21