00001 /* dtn-config.h. Generated from dtn-config.h.in by configure. */ 00002 /* dtn-config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* whether Bundle Security Protocol support is enabled */ 00005 /* #undef BSP_ENABLED */ 00006 00007 /* always defined so code can ensure that dtn-config.h is properly included */ 00008 #define DTN_CONFIG_STATE 1 00009 00010 /* whether external convergence layer support is enabled */ 00011 #define EXTERNAL_CL_ENABLED 1 00012 00013 /* whether external decision plane support is enabled */ 00014 #define EXTERNAL_DP_ENABLED 1 00015 00016 /* Define to 1 if you have the <dns_sd.h> header file. */ 00017 /* #undef HAVE_DNS_SD_H */ 00018 00019 /* Define to 1 if you have the <inttypes.h> header file. */ 00020 #define HAVE_INTTYPES_H 1 00021 00022 /* Define to 1 if you have the `crypto' library (-lcrypto). */ 00023 /* #undef HAVE_LIBCRYPTO */ 00024 00025 /* Define to 1 if you have the <memory.h> header file. */ 00026 #define HAVE_MEMORY_H 1 00027 00028 /* Define to 1 if you have the <stdint.h> header file. */ 00029 #define HAVE_STDINT_H 1 00030 00031 /* Define to 1 if you have the <stdlib.h> header file. */ 00032 #define HAVE_STDLIB_H 1 00033 00034 /* Define to 1 if you have the <strings.h> header file. */ 00035 #define HAVE_STRINGS_H 1 00036 00037 /* Define to 1 if you have the <string.h> header file. */ 00038 #define HAVE_STRING_H 1 00039 00040 /* Define to 1 if you have the <sys/stat.h> header file. */ 00041 #define HAVE_SYS_STAT_H 1 00042 00043 /* Define to 1 if you have the <sys/types.h> header file. */ 00044 #define HAVE_SYS_TYPES_H 1 00045 00046 /* Define to 1 if you have the <unistd.h> header file. */ 00047 #define HAVE_UNISTD_H 1 00048 00049 /* directory for local state (default /var) */ 00050 #define INSTALL_LOCALSTATEDIR "/var" 00051 00052 /* directory for config files (default /etc) */ 00053 #define INSTALL_SYSCONFDIR "/etc" 00054 00055 /* whether bonjour support is enabled */ 00056 /* #undef OASYS_BONJOUR_ENABLED */ 00057 00058 /* whether oasys lock debugging is enabled */ 00059 #define OASYS_DEBUG_LOCKING_ENABLED 1 00060 00061 /* whether oasys memory debugging is enabled */ 00062 /* #undef OASYS_DEBUG_MEMORY_ENABLED */ 00063 00064 /* Define to the address where bug reports for this package should be sent. */ 00065 #define PACKAGE_BUGREPORT "" 00066 00067 /* Define to the full name of this package. */ 00068 #define PACKAGE_NAME "" 00069 00070 /* Define to the full name and version of this package. */ 00071 #define PACKAGE_STRING "" 00072 00073 /* Define to the one symbol short name of this package. */ 00074 #define PACKAGE_TARNAME "" 00075 00076 /* Define to the home page for this package. */ 00077 #define PACKAGE_URL "" 00078 00079 /* Define to the version of this package. */ 00080 #define PACKAGE_VERSION "" 00081 00082 /* Define to 1 if you have the ANSI C header files. */ 00083 #define STDC_HEADERS 1 00084 00085 /* Include oasys configuration state */ 00086 #include <oasys/oasys-config.h>