]> granicus.if.org Git - pgbouncer/blob - config.mak.in
win32: errno fixes
[pgbouncer] / config.mak.in
1 PACKAGE_VERSION = @PACKAGE_VERSION@
2 PACKAGE_TARNAME = @PACKAGE_TARNAME@
3
4 PORTNAME = @PORTNAME@
5
6 DEFS = @DEFS@
7 LIBS = @LIBS@
8 CC = @CC@
9 CPP = @CPP@
10 CPPFLAGS = -I$(srcdir)/include @CPPFLAGS@
11 CFLAGS = @CFLAGS@
12 LDFLAGS = @LDFLAGS@
13
14 XMLTO = @XMLTO@
15 ASCIIDOC = @ASCIIDOC@
16 DLLWRAP = @DLLWRAP@
17 DLLTOOL = @DLLTOOL@
18 WINDRES = @WINDRES@
19 STRIP = @STRIP@
20
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23 bindir = @bindir@
24 datarootdir = @datarootdir@
25 sysconfdir = @sysconfdir@
26 sharedstatedir = @sharedstatedir@
27 docdir = @docdir@
28 mandir = @mandir@
29
30 top_builddir = @top_builddir@
31 srcdir = @srcdir@
32 abs_srcdir = @abs_srcdir@
33 top_srcdir = @top_srcdir@
34 abs_top_srcdir = @abs_top_srcdir@
35 builddir = @builddir@
36 abs_builddir = @abs_builddir@
37 abs_top_builddir = @abs_top_builddir@
38
39 # autoconf does not want to find 'install'
40 # if im not using automake...
41 INSTALL = @INSTALL@
42 BININSTALL = @BININSTALL@
43
44 enable_debug = @enable_debug@
45