1 --- setup.py 2006-10-08 19:41:25.000000000 +0200
2 +++ setup.py.new 2007-09-29 13:47:50.000000000 +0200
5 # http://www.sleepycat.com/update/index.html
10 db_setup_debug = False # verbose debug prints from this script?
15 # 4.x minor number specific paths
16 - for x in (0,1,2,3,4):
17 + for x in (0,1,2,3,4,5):
18 db_inc_paths.append('/usr/include/db4%d' % x)
19 db_inc_paths.append('/usr/include/db4.%d' % x)
20 db_inc_paths.append('/usr/local/BerkeleyDB.4.%d/include' % x)