2010-07-24 07:57:53 -04:00
|
|
|
/* mode: js2; indent-tabs-mode: nil; tab-size: 4 */
|
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@;
|
|
|
|
|