"Fossies" - the Fresh Open Source Software Archive

Member "ngrep-1_47/config.h.in" (7 Sep 2017, 1009 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. See also the latest Fossies "Diffs" side-by-side code changes reports for "config.h.in": 1_45_vs_1_47 or 1_46_1_vs_1_47.

    1 /*
    2  * Copyright (c) 2017  Jordan Ritter <jpr5@darkridge.com>
    3  *
    4  * Please refer to the LICENSE file for more information.
    5  *
    6  */
    7 
    8 #define USE_PCRE                     @USE_PCRE@
    9 #define USE_IPv6                     @USE_IPv6@
   10 #define USE_TCPKILL                  @USE_TCPKILL@
   11 #define USE_VLAN_HACK                @USE_VLAN_HACK@
   12 
   13 #define HAVE_DLT_RAW                 @HAVE_DLT_RAW@
   14 #define HAVE_DLT_PFLOG               @HAVE_DLT_PFLOG@
   15 #define HAVE_DLT_LOOP                @HAVE_DLT_LOOP@
   16 #define HAVE_DLT_LINUX_SLL           @HAVE_DLT_LINUX_SLL@
   17 #define HAVE_DLT_IEEE802_11          @HAVE_DLT_IEEE802_11@
   18 #define HAVE_DLT_IEEE802_11_RADIO    @HAVE_DLT_IEEE802_11_RADIO@
   19 #define HAVE_DLT_IPNET               @HAVE_DLT_IPNET@
   20 
   21 #define USE_PCAP_RESTART             @USE_PCAP_RESTART@
   22 #if USE_PCAP_RESTART
   23 #define PCAP_RESTART_FUNC            @PCAP_RESTART_FUNC@
   24 extern void PCAP_RESTART_FUNC();
   25 #endif
   26 
   27 #define USE_DROPPRIVS                @USE_DROPPRIVS@
   28 #define DROPPRIVS_USER               @DROPPRIVS_USER@