summaryrefslogtreecommitdiff
path: root/clang/config.h
blob: b4b7f5df1ed78823b9459f53297afa6d37f984c2 (plain)
    1 /* config.h stub */
    2 
    3 #ifndef __STUB__CONFIG_H__
    4 #define __STUB__CONFIG_H__
    5 
    6 #if defined(__x86_64__)
    7 #include "config-64.h"
    8 #else
    9 #include "config-32.h"
   10 #endif
   11 
   12 #endif

Generated by cgit