Variable: libgnutls-version

libgnutls-version is a variable defined in gnutls.c.

Value

30811

Documentation

The version of libgnutls that Emacs was compiled with.

The version number is encoded as an integer with the major version in the ten thousands place, minor version in the hundreds, and patch level in the ones. For builds without libgnutls, the value is -1.

Source Code

// Defined in /usr/src/emacs/src/gnutls.c
  DEFVAR_LISP ("libgnutls-version", Vlibgnutls_version,
               doc: /* The version of libgnutls that Emacs was compiled with.
The version number is encoded as an integer with the major version in
the ten thousands place, minor version in the hundreds, and patch
level in the ones.  For builds without libgnutls, the value is -1.  */);