dtn-config.h.in
changeset 0 2b3e5ec03512
equal deleted inserted replaced
-1:000000000000 0:2b3e5ec03512
       
     1 /* dtn-config.h.in.  Generated from configure.ac by autoheader.  */
       
     2 
       
     3 /* whether Bundle Security Protocol support is enabled */
       
     4 #undef BSP_ENABLED
       
     5 
       
     6 /* always defined so code can ensure that dtn-config.h is properly included */
       
     7 #undef DTN_CONFIG_STATE
       
     8 
       
     9 /* whether external convergence layer support is enabled */
       
    10 #undef EXTERNAL_CL_ENABLED
       
    11 
       
    12 /* whether external decision plane support is enabled */
       
    13 #undef EXTERNAL_DP_ENABLED
       
    14 
       
    15 /* Define to 1 if you have the <dns_sd.h> header file. */
       
    16 #undef HAVE_DNS_SD_H
       
    17 
       
    18 /* Define to 1 if you have the <inttypes.h> header file. */
       
    19 #undef HAVE_INTTYPES_H
       
    20 
       
    21 /* Define to 1 if you have the `crypto' library (-lcrypto). */
       
    22 #undef HAVE_LIBCRYPTO
       
    23 
       
    24 /* Define to 1 if you have the <memory.h> header file. */
       
    25 #undef HAVE_MEMORY_H
       
    26 
       
    27 /* Define to 1 if you have the <stdint.h> header file. */
       
    28 #undef HAVE_STDINT_H
       
    29 
       
    30 /* Define to 1 if you have the <stdlib.h> header file. */
       
    31 #undef HAVE_STDLIB_H
       
    32 
       
    33 /* Define to 1 if you have the <strings.h> header file. */
       
    34 #undef HAVE_STRINGS_H
       
    35 
       
    36 /* Define to 1 if you have the <string.h> header file. */
       
    37 #undef HAVE_STRING_H
       
    38 
       
    39 /* Define to 1 if you have the <sys/stat.h> header file. */
       
    40 #undef HAVE_SYS_STAT_H
       
    41 
       
    42 /* Define to 1 if you have the <sys/types.h> header file. */
       
    43 #undef HAVE_SYS_TYPES_H
       
    44 
       
    45 /* Define to 1 if you have the <unistd.h> header file. */
       
    46 #undef HAVE_UNISTD_H
       
    47 
       
    48 /* directory for local state (default /var) */
       
    49 #undef INSTALL_LOCALSTATEDIR
       
    50 
       
    51 /* directory for config files (default /etc) */
       
    52 #undef INSTALL_SYSCONFDIR
       
    53 
       
    54 /* whether LTP support is enabled */
       
    55 #undef LTP_ENABLED
       
    56 
       
    57 /* whether norm support is enabled */
       
    58 #undef NORM_ENABLED
       
    59 
       
    60 /* whether bonjour support is enabled */
       
    61 #undef OASYS_BONJOUR_ENABLED
       
    62 
       
    63 /* whether oasys lock debugging is enabled */
       
    64 #undef OASYS_DEBUG_LOCKING_ENABLED
       
    65 
       
    66 /* whether oasys memory debugging is enabled */
       
    67 #undef OASYS_DEBUG_MEMORY_ENABLED
       
    68 
       
    69 /* Define to the address where bug reports for this package should be sent. */
       
    70 #undef PACKAGE_BUGREPORT
       
    71 
       
    72 /* Define to the full name of this package. */
       
    73 #undef PACKAGE_NAME
       
    74 
       
    75 /* Define to the full name and version of this package. */
       
    76 #undef PACKAGE_STRING
       
    77 
       
    78 /* Define to the one symbol short name of this package. */
       
    79 #undef PACKAGE_TARNAME
       
    80 
       
    81 /* Define to the home page for this package. */
       
    82 #undef PACKAGE_URL
       
    83 
       
    84 /* Define to the version of this package. */
       
    85 #undef PACKAGE_VERSION
       
    86 
       
    87 /* Define to 1 if you have the ANSI C header files. */
       
    88 #undef STDC_HEADERS
       
    89 
       
    90 /* Include oasys configuration state */
       
    91 #include <oasys/oasys-config.h>