config.h 167 B

12345678910111213
  1. /* config.h stub */
  2. #ifndef __STUB__CONFIG_H__
  3. #define __STUB__CONFIG_H__
  4. #if defined(__x86_64__)
  5. #include "config-64.h"
  6. #else
  7. #include "config-32.h"
  8. #endif
  9. #endif