2011-09-28 09:16:26 -04:00
|
|
|
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
|
|
|
|
|
2011-01-11 16:34:09 -05: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 07:57:53 -04:00
|
|
|
const HAVE_BLUETOOTH = @HAVE_BLUETOOTH@;
|
2011-09-12 15:30:02 -04:00
|
|
|
/* The system TLS CA list */
|
|
|
|
const SHELL_SYSTEM_CA_FILE = '@SHELL_SYSTEM_CA_FILE@';
|