hrnt@0: #include "config.h" hrnt@0: #include hrnt@0: hrnt@0: int main() { hrnt@0: std::cout << "Hello from " PROJECT_LONG_NAME " " PROJECT_VERSION << std::endl; hrnt@0: } hrnt@0: