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@';
|