summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/features.h
blob: d2b92d15cd52650c37a351353435bebe8014fe88 (plain)
1
2
3
4
5
6
7
8
#ifndef _FEATURES_H
#define _FEATURES_H

#ifndef __dietlibc__
#error "not using the diet wrapper?!"
#endif

#endif