2011-09-28 13:16:26 +00:00
|
|
|
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
|
|
|
|
|
2011-01-11 21:34:09 +00:00
|
|
|
/* The name of this package (not localized) */
|
|
|
|
const PACKAGE_NAME = '@PACKAGE_NAME@';
|
|
|
|
/* The version of this package */
|
|
|
|
const PACKAGE_VERSION = '@PACKAGE_VERSION@';
|
|
|
|
/* The version of GJS we're linking to */
|
|
|
|
const GJS_VERSION = '@GJS_VERSION@';
|
|
|
|
/* 1 if gnome-bluetooth is available, 0 otherwise */
|
2010-07-24 11:57:53 +00:00
|
|
|
const HAVE_BLUETOOTH = @HAVE_BLUETOOTH@;
|
2011-09-12 19:30:02 +00:00
|
|
|
/* The system TLS CA list */
|
|
|
|
const SHELL_SYSTEM_CA_FILE = '@SHELL_SYSTEM_CA_FILE@';
|
2012-01-19 02:21:56 +00:00
|
|
|
/* gettext package */
|
|
|
|
const GETTEXT_PACKAGE = '@GETTEXT_PACKAGE@';
|
|
|
|
/* locale dir */
|
|
|
|
const LOCALEDIR = '@datadir@/locale';
|
2012-02-11 17:44:35 +00:00
|
|
|
/* other standard directories */
|
|
|
|
const LIBEXECDIR = '@libexecdir@';
|
|
|
|
const SYSCONFDIR = '@sysconfdir@';
|