X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=config.h.in;h=8da6dafbb811c1c4335019f155f76ef83e575a61;hp=8148ce1fade5f60989b00875f11b5ed8f296e55e;hb=HEAD;hpb=d93ac5e8770e9e5c7bf64d0ed7961357e04370ba diff --git a/config.h.in b/config.h.in index 8148ce1f..f5855d18 100644 --- a/config.h.in +++ b/config.h.in @@ -22,7 +22,6 @@ /* Application details */ #define PV_TITLE "@PV_TITLE@" -#define PV_DESCRIPTION "@PV_DESCRIPTION@" #define PV_BIN_NAME "@PROJECT_NAME@" /* Pulseview version information */ @@ -35,6 +34,9 @@ /* Platform properties */ #cmakedefine HAVE_UNALIGNED_LITTLE_ENDIAN_ACCESS +/* Presence of features which depend on library versions. */ +#cmakedefine HAVE_SRD_SESSION_SEND_EOF 1 + #define PV_GLIBMM_VERSION "@PV_GLIBMM_VERSION@" #endif