~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to drizzled/configmake.h

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-10-02 14:17:48 UTC
  • mfrom: (1.1.1 upstream)
  • mto: (2.1.17 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20101002141748-m6vbfbfjhrw1153e
Tags: 2010.09.1802-1
* New upstream release.
* Removed pid-file argument hack.
* Updated GPL-2 address to be new address.
* Directly copy in drizzledump.1 since debian doesn't have sphinx 1.0 yet.
* Link to jquery from libjs-jquery. Add it as a depend.
* Add drizzled.8 symlink to the install files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2
 
#define PREFIX "/usr/local"
3
 
#define EXEC_PREFIX "/usr/local"
4
 
#define BINDIR "/usr/local/bin"
5
 
#define SBINDIR "/usr/local/sbin"
6
 
#define LIBEXECDIR "/usr/local/libexec"
7
 
#define DATAROOTDIR "/usr/local/share"
8
 
#define DATADIR "/usr/local/share"
9
 
#define SYSCONFDIR "/usr/local/etc"
10
 
#define SHAREDSTATEDIR "/usr/local/com"
11
 
#define LOCALSTATEDIR "/usr/local/var/drizzle"
12
 
#define INCLUDEDIR "/usr/local/include"
13
 
#define OLDINCLUDEDIR "/usr/include"
14
 
#define DOCDIR "/usr/local/share/doc/drizzle"
15
 
#define INFODIR "/usr/local/share/info"
16
 
#define HTMLDIR "/usr/local/share/doc/drizzle"
17
 
#define DVIDIR "/usr/local/share/doc/drizzle"
18
 
#define PDFDIR "/usr/local/share/doc/drizzle"
19
 
#define PSDIR "/usr/local/share/doc/drizzle"
20
 
#define LIBDIR "/usr/local/lib/amd64"
21
 
#define LOCALEDIR "/usr/local/share/locale"
22
 
#define MANDIR "/usr/local/share/man"
23
 
#define PKGDATADIR "/usr/local/share/drizzle"
24
 
#define PKGINCLUDEDIR "/usr/local/include/drizzle"
25
 
#define PKGLIBDIR "/usr/local/lib/amd64/drizzle"
26
 
#define PKGLIBEXECDIR "/usr/local/libexec/drizzle"
27
 
#define PKGPLUGINDIR "/usr/local/lib/amd64/drizzle/plugin"
28
 
#undef VERSION
29
 
#define VERSION "2010.03.1347"