/* config.h. Generated automatically by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* "" */ #define BACKEND_SMI 1 /* "" */ /* #undef BACKEND_SMING */ /* The default error level at libsmi initialization. */ #define DEFAULT_ERRORLEVEL 3 /* The full pathname of the global configuration file. */ #define DEFAULT_GLOBALCONFIG "${prefix}/etc/smi.conf" /* The default search path to lookup SMI module files. */ #define DEFAULT_SMIPATH "/usr/local/share/smi/mibs/ietf:/usr/local/share/smi/mibs/iana:/usr/local/share/smi/mibs/irtf:/usr/local/share/smi/mibs/site:/usr/local/share/smi/mibs/tubs:/usr/local/share/smi/pibs/ietf:/usr/local/share/smi/pibs/site:/usr/local/share/smi/pibs/tubs" /* The basename of the per-user configuration file searched in $HOME. */ #define DEFAULT_USERCONFIG ".smirc" /* The default path separator character. */ #define DIR_SEPARATOR '/' /* Define to 1 if you have the `asnprintf' function. */ /* #undef HAVE_ASNPRINTF */ /* Define to 1 if you have the `asprintf' function. */ #define HAVE_ASPRINTF 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* "" */ /* #undef HAVE_DMALLOC_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the header file. */ #define HAVE_PWD_H 1 /* Define to 1 if you have the header file. */ #define HAVE_REGEX_H 1 /* Define to 1 if you have the `snprintf' function. */ #define HAVE_SNPRINTF 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the `strtoll' function. */ #define HAVE_STRTOLL 1 /* Define to 1 if you have the `strtoq' function. */ #define HAVE_STRTOQ 1 /* Define to 1 if you have the `strtoull' function. */ #define HAVE_STRTOULL 1 /* Define to 1 if you have the `strtouq' function. */ #define HAVE_STRTOUQ 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the `timegm' function. */ #define HAVE_TIMEGM 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the `vasnprintf' function. */ /* #undef HAVE_VASNPRINTF */ /* Define to 1 if you have the `vasprintf' function. */ #define HAVE_VASPRINTF 1 /* Define to 1 if you have the `vsnprintf' function. */ #define HAVE_VSNPRINTF 1 /* The signed 64 bit integer format conversion specification string. */ #define INT64_FORMAT "%lld" /* The signed 64 bit integer maximum value. */ #define LIBSMI_INT64_MAX 9223372036854775807LL /* The unsigned 64 bit integer minimum value. */ #define LIBSMI_INT64_MIN -9223372036854775807LL /* The unsigned 64 bit integer maximum value. */ #define LIBSMI_UINT64_MAX 18446744073709551615ULL /* The maximum module import recursion depth. */ #define MAX_LEX_DEPTH 30 /* Name of package */ #define PACKAGE "libsmi" /* Define to the address where bug reports for this package should be sent. */ /* #undef PACKAGE_BUGREPORT */ /* Define to the full name of this package. */ /* #undef PACKAGE_NAME */ /* Define to the full name and version of this package. */ /* #undef PACKAGE_STRING */ /* Define to the one symbol short name of this package. */ /* #undef PACKAGE_TARNAME */ /* Define to the version of this package. */ /* #undef PACKAGE_VERSION */ /* The default path separator character. */ #define PATH_SEPARATOR ':' /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* The unsigned 64 bit integer format conversion specification string. */ #define UINT64_FORMAT "%llu" /* Version number of package */ #define VERSION "0.4.5"