config.h.in 94 B

1234567
  1. #ifndef CONFIG_H
  2. #define CONFIG_H
  3. #define HELLO "${FOO_STRING}"
  4. ${define FOO_ENABLE}
  5. #endif