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:
Doug Torrance 2014-10-22 16:34:39 -05:00 committed by Carlos R. Mafra
parent 09ab3c0549
commit 9027310f87

View file

@ -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)