wmifs: Add #defines not appearing on all archs.
Patch by Martin A. Godisch <godisch@debian.org>. First appeared in Debian package version 1.3b1-20. Revised in version 1.3b1-21.
This commit is contained in:
parent
09ab3c0549
commit
9027310f87
|
@ -215,6 +215,14 @@
|
|||
/* Defines */
|
||||
/***********/
|
||||
|
||||
#ifndef ifr__name
|
||||
#define ifr__name ifr_name
|
||||
#endif
|
||||
|
||||
#ifndef stats_ptr
|
||||
#define stats_ptr stats.p.FIXME
|
||||
#endif
|
||||
|
||||
/* Fill in the hardcoded actions */
|
||||
#define LEFT_ACTION (NULL)
|
||||
#define MIDDLE_ACTION (NULL)
|
||||
|
|
Loading…
Reference in a new issue