From f9d480cfe50ca1d7a0f0b5a2b8bb9932962bfbe7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 17:07:22 +0200 Subject: Adding upstream version 3.38.6. Signed-off-by: Daniel Baumann --- js/misc/config.js.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 js/misc/config.js.in (limited to 'js/misc/config.js.in') diff --git a/js/misc/config.js.in b/js/misc/config.js.in new file mode 100644 index 0000000..e54e280 --- /dev/null +++ b/js/misc/config.js.in @@ -0,0 +1,19 @@ +// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- + +/* The name of this package (not localized) */ +var PACKAGE_NAME = '@PACKAGE_NAME@'; +/* The version of this package */ +var PACKAGE_VERSION = '@PACKAGE_VERSION@'; +/* 1 if gnome-bluetooth is available, 0 otherwise */ +var HAVE_BLUETOOTH = @HAVE_BLUETOOTH@; +/* 1 if networkmanager is available, 0 otherwise */ +var HAVE_NETWORKMANAGER = @HAVE_NETWORKMANAGER@; +/* gettext package */ +var GETTEXT_PACKAGE = '@GETTEXT_PACKAGE@'; +/* locale dir */ +var LOCALEDIR = '@datadir@/locale'; +/* other standard directories */ +var LIBEXECDIR = '@libexecdir@'; +var PKGDATADIR = '@datadir@/@PACKAGE_NAME@'; +/* g-i package versions */ +var LIBMUTTER_API_VERSION = '@LIBMUTTER_API_VERSION@' -- cgit v1.2.3