13 lines
167 B
C
13 lines
167 B
C
|
/* config.h stub */
|
||
|
|
||
|
#ifndef __STUB__CONFIG_H__
|
||
|
#define __STUB__CONFIG_H__
|
||
|
|
||
|
#if defined(__x86_64__)
|
||
|
#include "config-64.h"
|
||
|
#else
|
||
|
#include "config-32.h"
|
||
|
#endif
|
||
|
|
||
|
#endif
|