diff options
| author | Michael Forney <mforney@mforney.org> | 2020-02-24 13:13:01 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-03-01 19:24:52 -0800 |
| commit | b89685c32730730ac3dd04033d7eaf2307fda830 (patch) | |
| tree | 5f463f7838bb50de8d754fa784f8722422270be6 /pkg/libgpiod/config.h | |
| parent | 5770e9b04cfcddeb228520bd9961953a225639af (diff) | |
Add libgpiod 1.5
Diffstat (limited to 'pkg/libgpiod/config.h')
| -rw-r--r-- | pkg/libgpiod/config.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/pkg/libgpiod/config.h b/pkg/libgpiod/config.h new file mode 100644 index 00000000..0df95324 --- /dev/null +++ b/pkg/libgpiod/config.h @@ -0,0 +1,33 @@ +#define GPIOD_VERSION_STR "1.5" +/* #undef HAVE_CATCH2_CATCH_HPP */ +/* #undef HAVE_CXX11 */ +#define HAVE_DIRENT_H 1 +#define HAVE_DLFCN_H 1 +#define HAVE_GETOPT_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_LINUX_GPIO_H 1 +#define HAVE_LINUX_VERSION_H 1 +#define HAVE_MALLOC 1 +#define HAVE_MEMORY_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_STRING_H 1 +#define HAVE_SYS_POLL_H 1 +#define HAVE_SYS_SIGNALFD_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_SYSMACROS_H 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_UNISTD_H 1 +#define LT_OBJDIR ".libs/" +#define PACKAGE "libgpiod" +#define PACKAGE_BUGREPORT "" +#define PACKAGE_NAME "libgpiod" +#define PACKAGE_STRING "libgpiod 1.5" +#define PACKAGE_TARNAME "libgpiod" +#define PACKAGE_URL "" +#define PACKAGE_VERSION "1.5" +#define STDC_HEADERS 1 +#define VERSION "1.5" +#define _GNU_SOURCE /**/ +/* #undef malloc */ |
