2020-03-17 21:25:08 +01:00
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
|
|
#cmakedefine HAVE_DLFCN_H "@HAVE_DLFCN_H@"
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
|
|
#cmakedefine HAVE_INTTYPES_H "@HAVE_INTTYPES_H@"
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
|
|
#cmakedefine HAVE_MEMORY_H "@HAVE_MEMORY_H@"
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
|
|
#cmakedefine HAVE_STDINT_H "@HAVE_STDINT_H@"
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
|
|
#cmakedefine HAVE_STDLIB_H "@HAVE_STDLIB_H@"
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
|
|
#cmakedefine HAVE_STRINGS_H "@HAVE_STRINGS_H@"
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
|
|
#cmakedefine HAVE_STRING_H "@HAVE_STRING_H@"
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYS_STAT_H "@HAVE_SYS_STAT_H@"
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYS_TYPES_H "@HAVE_SYS_TYPES_H@"
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
#cmakedefine HAVE_UNISTD_H "@HAVE_UNISTD_H@"
|
|
|
|
|
|
|
|
/* Define to the sub-directory where libtool stores uninstalled libraries. */
|
|
|
|
#define LT_OBJDIR ".libs/"
|
|
|
|
|
|
|
|
/* Name of package */
|
2020-03-31 21:07:19 +02:00
|
|
|
#define PACKAGE "@PROJECT_NAME@"
|
2020-03-17 21:25:08 +01:00
|
|
|
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
|
|
#define PACKAGE_BUGREPORT "info@rscada.se"
|
|
|
|
|
|
|
|
/* Define to the full name of this package. */
|
2020-03-31 21:07:19 +02:00
|
|
|
#define PACKAGE_NAME "@PROJECT_NAME@"
|
2020-03-17 21:25:08 +01:00
|
|
|
|
|
|
|
/* Define to the full name and version of this package. */
|
|
|
|
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
|
|
|
|
|
|
|
|
/* Define to the one symbol short name of this package. */
|
2020-03-31 21:07:19 +02:00
|
|
|
#define PACKAGE_TARNAME "@PROJECT_NAME@"
|
2020-03-17 21:25:08 +01:00
|
|
|
|
|
|
|
/* Define to the home page for this package. */
|
|
|
|
#define PACKAGE_URL "http://www.rscada.se/libmbus/"
|
|
|
|
|
|
|
|
/* Define to the version of this package. */
|
|
|
|
#cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
|
|
|
|
|
|
|
|
/* Version number of package */
|
|
|
|
#cmakedefine VERSION "@PACKAGE_VERSION@"
|