#if HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ #include int print_hello (char *name) { return printf ("Hello %s!\n", (name) ? name : "world"); }