--- a/src/master/main.c Mon Feb 02 12:14:31 2009 -0500 +++ b/src/master/main.c Thu Feb 26 11:24:21 2009 -0500 @@ -361,7 +361,8 @@ static void print_help(void) static void print_build_options(void) { - printf("Build options:" + static const char *build_options = + "Build options:" #ifdef IOLOOP_EPOLL " ioloop=epoll" #endif @@ -459,7 +460,8 @@ static void print_build_options(void) #ifdef USERDB_VPOPMAIL " vpopmail" #endif - "\n"); + "\n"; + puts(build_options); } int main(int argc, char *argv[])