1 /* logreport.c: showing information to the user. */ 2 3 #ifdef HAVE_CONFIG_H 4 #include "config.h" 5 #endif /* Def: HAVE_CONFIG_H */ 6 7 #include "logreport.h" 8 9 gboolean logging = FALSE; 10