X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=config.h.in;h=8da6dafbb811c1c4335019f155f76ef83e575a61;hp=7720001a94861339fbfe0458f63c100cb405b1ac;hb=HEAD;hpb=41e2ade4fcb7f064a583eaa1a24b14284e75a555 diff --git a/config.h.in b/config.h.in index 7720001a..f5855d18 100644 --- a/config.h.in +++ b/config.h.in @@ -34,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