Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 593946
Collapse All | Expand All

(-)mailbox-0.7.0/Makefile.old (-1 / +1 lines)
Lines 149-155 Link Here
149
149
150
INCLUDES +=
150
INCLUDES +=
151
151
152
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
152
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D__STL_CONFIG_H
153
153
154
### The object files (add further files here):
154
### The object files (add further files here):
155
155
(-)mailbox-0.7.0/AxLib/include/Ax/Tools/Trace.h.old (-3 / +3 lines)
Lines 40-48 Link Here
40
//-----------------------------------------------------------------------------
40
//-----------------------------------------------------------------------------
41
//     define macros for users
41
//     define macros for users
42
//-----------------------------------------------------------------------------
42
//-----------------------------------------------------------------------------
43
#define wsdebugsyslog(Y...) dsyslog("mailbox: "Y)
43
#define wsdebugsyslog(Y...) dsyslog("mailbox: " Y)
44
#define wswarnsyslog(Y...)  isyslog("mailbox: "Y)
44
#define wswarnsyslog(Y...)  isyslog("mailbox: " Y)
45
#define wserrorsyslog(Y...) esyslog("mailbox: "Y)
45
#define wserrorsyslog(Y...) esyslog("mailbox: " Y)
46
46
47
#define wsdebug(X) do { } while(0);
47
#define wsdebug(X) do { } while(0);
48
#define wsinfo(X)  do { wsdebugsyslog X ;} while(0);
48
#define wsinfo(X)  do { wsdebugsyslog X ;} while(0);

Return to bug 593946