~ubuntu-branches/ubuntu/warty/crossfire-client/warty

« back to all changes in this revision

Viewing changes to common/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Jaakko Niemi
  • Date: 2003-11-15 22:42:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20031115224235-ib30cdn3dvr5ptle
Tags: 1.6.0-2
* update config.{guess,sub} and slap self (closes: 218684)
* small patch to x11/png.c to fix segfault (closes: #218015, #218674)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* common/config.h.  Generated automatically by configure.  */
 
1
/* common/config.h.  Generated by configure.  */
2
2
/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
3
3
 
4
4
/* Define to empty if the keyword does not work.  */
11
11
#define HAVE_VPRINTF 1
12
12
 
13
13
/* Define if you have the ANSI C header files.  */
14
 
#define STDC_HEADERS 1
 
14
/* #undef STDC_HEADERS */
15
15
 
16
16
/* Define if you can safely include both <sys/time.h> and <time.h>.  */
17
17
#define TIME_WITH_SYS_TIME 1
79
79
#define PACKAGE "gcfclient"
80
80
 
81
81
/* Version number of package */
82
 
#define VERSION "1.2.0"
83
 
 
 
82
#define VERSION "1.6.0"
 
83
 
 
84
/* Location of various directories, as determined by the user using
 
85
 * the appropriate -prefix when running configure
 
86
 */
 
87
 
 
88
/* Location of other binaries */
 
89
#define BINDIR "/usr/games"
 
90
 
 
91
/* Location of read-only machine independent data */
 
92
#define DATADIR "/usr/share/crossfire-client"
 
93
 
 
94
/* The size of a `long', as computed by sizeof. */
 
95
#define SIZEOF_LONG 4
 
96
 
 
97
/* The size of a `long long', as computed by sizeof. */
 
98
#define SIZEOF_LONG_LONG 8