Changeset 443 for trunk/src/samhain_erase.c
- Timestamp:
- Oct 27, 2013, 9:13:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/samhain_erase.c
r1 r443 71 71 /* The configure options (#defines) for the Kernel 72 72 */ 73 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) 74 75 #if SH_KERNEL_NUMERIC >= KERNEL_VERSION(2,6,33) 76 #include <generated/autoconf.h> 77 #else 78 #if SH_KERNEL_NUMERIC >= KERNEL_VERSION(2,6,19) 79 #include <linux/autoconf.h> 80 #else 73 81 #include <linux/config.h> 74 75 82 #ifdef CONFIG_MODVERSIONS 76 83 #include <linux/modversions.h> 84 #endif 85 #endif 77 86 #endif 78 87
Note:
See TracChangeset
for help on using the changeset viewer.