Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 45584 | Differences between
and this patch

Collapse All | Expand All

(-)courier-imap-3.0.2/bdbobj/bdbobj.c (-7 / +7 lines)
Lines 112-124 Link Here
112
#else
112
#else
113
	obj->dbf=0;
113
	obj->dbf=0;
114
114
115
#define DB_40 0
115
#define DB_41 0
116
116
117
#if DB_VERSION_MAJOR == 4
117
#if DB_VERSION_MAJOR == 4
118
#if DB_VERSION_MINOR == 0
118
#if DB_VERSION_MINOR == 1
119
119
120
#undef DB_40
120
#undef DB_41
121
#define DB_40 1
121
#define DB_41 1
122
122
123
#endif
123
#endif
124
#endif
124
#endif
Lines 132-141 Link Here
132
	{
132
	{
133
		if ( (*obj->dbf->open)(obj->dbf,
133
		if ( (*obj->dbf->open)(obj->dbf,
134
134
135
#if DB_40
135
#if DB_41
136
136
                       NULL,
137
#else
137
#else
138
				       NULL,
138
139
#endif
139
#endif
140
140
141
				       filename, NULL,
141
				       filename, NULL,

Return to bug 45584