~jbicha/ubuntu/oneiric/gjs/1.29.18

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-02-06 13:01:02 UTC
  • mfrom: (1.3.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110206130102-69xpqq0gql9fob01
Tags: 0.7.10-1
* New upstream release.
* debian/control.in:
  - Drop build-depend on libmozjs-dev
  - Make libgjs-dev depend on xulrunner-dev and libdbus-1-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
/* Define if we have JS_FreezeObject */
26
26
#undef HAVE_JS_FREEZEOBJECT
27
27
 
 
28
/* Define if we still have JS_GetFunctionName */
 
29
#undef HAVE_JS_GETFUNCTIONNAME
 
30
 
 
31
/* Define if we still have JS_GetStringBytes */
 
32
#undef HAVE_JS_GETSTRINGBYTES
 
33
 
 
34
/* Define if we still have JS_GetStringChars */
 
35
#undef HAVE_JS_GETSTRINGCHARS
 
36
 
28
37
/* Define if we have JS_IsScriptFrame */
29
38
#undef HAVE_JS_ISSCRIPTFRAME
30
39
 
 
40
/* Define if we have JS_NewCompartmentAndGlobalObject */
 
41
#undef HAVE_JS_NEWCOMPARTMENTANDGLOBALOBJECT
 
42
 
31
43
/* Define if you have the readline library (-lreadline). */
32
44
#undef HAVE_LIBREADLINE
33
45