summaryrefslogtreecommitdiffstatsabout
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Powell <chris@grubbybaby.com>2002-12-10 19:43:21 (GMT)
committer Christopher Powell <chris@grubbybaby.com>2002-12-10 19:43:21 (GMT)
commit478975f1c8767c7ae2abb284ecda41185df32f11 (patch)
tree96686958c947d966a01dd0dcbab00b026d072fd5 /Makefile
parentef6cec547cbb21caa7204095ee914cba89f6247b (diff)
Changes on route to 1.18 release (better table creation logic and workarounds for delayed insert kluge).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d2effa0..6f69b50 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1# $Id: Makefile,v 1.17 2002/11/27 07:13:58 helios Exp $ 1# $Id: Makefile,v 1.18 2002/12/10 19:43:21 helios Exp $
2 2
3########################################################################### 3###########################################################################
4# Important: 4# Important:
@@ -13,7 +13,7 @@ MYSQLLIBS = /usr/lib
13MYSQLHDRS = /usr/include/mysql 13MYSQLHDRS = /usr/include/mysql
14 14
15#MODSSLHDRS = /usr/local/src/apache_1.3.27-dso/src/modules/ssl 15#MODSSLHDRS = /usr/local/src/apache_1.3.27-dso/src/modules/ssl
16DB1HDRS = /usr/include/db1 16#DB1HDRS = /usr/include/db1
17 17
18########################################################################### 18###########################################################################
19# Don't uncomment this without reading the "Optimizing for a busy database" 19# Don't uncomment this without reading the "Optimizing for a busy database"