Subversion Repositories freemyipod

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
881 theseven 1
#ifndef __CONFIG_H__
2
#define __CONFIG_H__
3
 
4
#include "global.h"
5
 
6
#define __CONFIG_H_STRINGIFY2(x) #x
7
#define __CONFIG_H_STRINGIFY(x) __CONFIG_H_STRINGIFY2(x)
8
#include __CONFIG_H_STRINGIFY(CONFIG_H)
9
#include __CONFIG_H_STRINGIFY(TARGET_H)
10
 
11
#endif