"Fossies" - the Fresh Open Source Software Archive

Member "fping-5.1/config.h.in" (6 Feb 2022, 5349 Bytes) of package /linux/misc/fping-5.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. See also the latest Fossies "Diffs" side-by-side code changes report for "config.h.in": 5.0_vs_5.1.

    1 /* config.h.in.  Generated from configure.ac by autoheader.  */
    2 
    3 
    4 #ifndef CONFIG_H
    5 #define CONFIG_H
    6 
    7 
    8 /* safe limits should be enforced */
    9 #undef FPING_SAFE_LIMITS
   10 
   11 /* Define to 1 if you have the <inttypes.h> header file. */
   12 #undef HAVE_INTTYPES_H
   13 
   14 /* Define to 1 if you have the `nsl' library (-lnsl). */
   15 #undef HAVE_LIBNSL
   16 
   17 /* Define to 1 if you have the `socket' library (-lsocket). */
   18 #undef HAVE_LIBSOCKET
   19 
   20 /* Define to 1 if you have the <minix/config.h> header file. */
   21 #undef HAVE_MINIX_CONFIG_H
   22 
   23 /* Define to 1 if you have the <netinet/icmp6.h> header file. */
   24 #undef HAVE_NETINET_ICMP6_H
   25 
   26 /* SO_TIMESTAMPNS is defined */
   27 #undef HAVE_SO_TIMESTAMPNS
   28 
   29 /* Define to 1 if you have the <stdint.h> header file. */
   30 #undef HAVE_STDINT_H
   31 
   32 /* Define to 1 if you have the <stdio.h> header file. */
   33 #undef HAVE_STDIO_H
   34 
   35 /* Define to 1 if you have the <stdlib.h> header file. */
   36 #undef HAVE_STDLIB_H
   37 
   38 /* Define to 1 if you have the <strings.h> header file. */
   39 #undef HAVE_STRINGS_H
   40 
   41 /* Define to 1 if you have the <string.h> header file. */
   42 #undef HAVE_STRING_H
   43 
   44 /* Define to 1 if you have the <sys/file.h> header file. */
   45 #undef HAVE_SYS_FILE_H
   46 
   47 /* Define to 1 if you have the <sys/select.h> header file. */
   48 #undef HAVE_SYS_SELECT_H
   49 
   50 /* Define to 1 if you have the <sys/stat.h> header file. */
   51 #undef HAVE_SYS_STAT_H
   52 
   53 /* Define to 1 if you have the <sys/types.h> header file. */
   54 #undef HAVE_SYS_TYPES_H
   55 
   56 /* Define to 1 if you have the <unistd.h> header file. */
   57 #undef HAVE_UNISTD_H
   58 
   59 /* Define to 1 if you have the <wchar.h> header file. */
   60 #undef HAVE_WCHAR_H
   61 
   62 /* IPv4 enabled */
   63 #undef IPV4
   64 
   65 /* IPv6 enabled */
   66 #undef IPV6
   67 
   68 /* Name of package */
   69 #undef PACKAGE
   70 
   71 /* Define to the address where bug reports for this package should be sent. */
   72 #undef PACKAGE_BUGREPORT
   73 
   74 /* Define to the full name of this package. */
   75 #undef PACKAGE_NAME
   76 
   77 /* Define to the full name and version of this package. */
   78 #undef PACKAGE_STRING
   79 
   80 /* Define to the one symbol short name of this package. */
   81 #undef PACKAGE_TARNAME
   82 
   83 /* Define to the home page for this package. */
   84 #undef PACKAGE_URL
   85 
   86 /* Define to the version of this package. */
   87 #undef PACKAGE_VERSION
   88 
   89 /* Define to 1 if all of the C90 standard headers exist (not just the ones
   90    required in a freestanding environment). This macro is provided for
   91    backward compatibility; new code need not use it. */
   92 #undef STDC_HEADERS
   93 
   94 /* Define if sigaction is available. */
   95 #undef USE_SIGACTION
   96 
   97 /* Enable extensions on AIX 3, Interix.  */
   98 #ifndef _ALL_SOURCE
   99 # undef _ALL_SOURCE
  100 #endif
  101 /* Enable general extensions on macOS.  */
  102 #ifndef _DARWIN_C_SOURCE
  103 # undef _DARWIN_C_SOURCE
  104 #endif
  105 /* Enable general extensions on Solaris.  */
  106 #ifndef __EXTENSIONS__
  107 # undef __EXTENSIONS__
  108 #endif
  109 /* Enable GNU extensions on systems that have them.  */
  110 #ifndef _GNU_SOURCE
  111 # undef _GNU_SOURCE
  112 #endif
  113 /* Enable X/Open compliant socket functions that do not require linking
  114    with -lxnet on HP-UX 11.11.  */
  115 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
  116 # undef _HPUX_ALT_XOPEN_SOCKET_API
  117 #endif
  118 /* Identify the host operating system as Minix.
  119    This macro does not affect the system headers' behavior.
  120    A future release of Autoconf may stop defining this macro.  */
  121 #ifndef _MINIX
  122 # undef _MINIX
  123 #endif
  124 /* Enable general extensions on NetBSD.
  125    Enable NetBSD compatibility extensions on Minix.  */
  126 #ifndef _NETBSD_SOURCE
  127 # undef _NETBSD_SOURCE
  128 #endif
  129 /* Enable OpenBSD compatibility extensions on NetBSD.
  130    Oddly enough, this does nothing on OpenBSD.  */
  131 #ifndef _OPENBSD_SOURCE
  132 # undef _OPENBSD_SOURCE
  133 #endif
  134 /* Define to 1 if needed for POSIX-compatible behavior.  */
  135 #ifndef _POSIX_SOURCE
  136 # undef _POSIX_SOURCE
  137 #endif
  138 /* Define to 2 if needed for POSIX-compatible behavior.  */
  139 #ifndef _POSIX_1_SOURCE
  140 # undef _POSIX_1_SOURCE
  141 #endif
  142 /* Enable POSIX-compatible threading on Solaris.  */
  143 #ifndef _POSIX_PTHREAD_SEMANTICS
  144 # undef _POSIX_PTHREAD_SEMANTICS
  145 #endif
  146 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
  147 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
  148 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
  149 #endif
  150 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
  151 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
  152 # undef __STDC_WANT_IEC_60559_BFP_EXT__
  153 #endif
  154 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
  155 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
  156 # undef __STDC_WANT_IEC_60559_DFP_EXT__
  157 #endif
  158 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
  159 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
  160 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
  161 #endif
  162 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
  163 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
  164 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
  165 #endif
  166 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
  167 #ifndef __STDC_WANT_LIB_EXT2__
  168 # undef __STDC_WANT_LIB_EXT2__
  169 #endif
  170 /* Enable extensions specified by ISO/IEC 24747:2009.  */
  171 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
  172 # undef __STDC_WANT_MATH_SPEC_FUNCS__
  173 #endif
  174 /* Enable extensions on HP NonStop.  */
  175 #ifndef _TANDEM_SOURCE
  176 # undef _TANDEM_SOURCE
  177 #endif
  178 /* Enable X/Open extensions.  Define to 500 only if necessary
  179    to make mbstate_t available.  */
  180 #ifndef _XOPEN_SOURCE
  181 # undef _XOPEN_SOURCE
  182 #endif
  183 
  184 
  185 /* Version number of package */
  186 #undef VERSION
  187 
  188 
  189 /* some OSes do not define this ... lets take a wild guess */
  190 
  191 #ifndef INADDR_NONE
  192 #  define INADDR_NONE 0xffffffffU
  193 #endif
  194 
  195 #endif /* CONFIG_H */
  196 
  197