~ubuntu-branches/ubuntu/maverick/crossfire-client/maverick

« back to all changes in this revision

Viewing changes to common/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Kari Pahula
  • Date: 2007-04-13 21:15:44 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070413211544-vjo6zesj6g0wgmwf
Tags: 1.10.0-1
* New upstream release
* Install the README, README-dev and TODO files specific to the GTK2
  client to the corresponding package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
/* The size of a `long long', as computed by sizeof. */
100
100
#undef SIZEOF_LONG_LONG
101
101
 
102
 
/* The size of a `long long', as computed by sizeof. */
 
102
/* If we have opengl. */
103
103
#undef HAVE_OPENGL
 
104
 
 
105
/* Default logging level. */
 
106
#undef MINLOGLEVEL
 
107