* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
- * $Id: olsrd_conf.c,v 1.7 2004/10/19 19:23:00 kattemat Exp $
+ * $Id: olsrd_conf.c,v 1.8 2004/10/19 20:20:26 kattemat Exp $
*
*/
printf("Writing config to file \"%s\".... ", fname);
- fprintf(fd, "#\n# Configuration file for olsr.org olsrd\n# automatically generated by olsrd-cnf %s\n#\n\n\n", SOFTWARE_VERSION);
+ fprintf(fd, "#\n# Configuration file for olsr.org olsrd\n# automatically generated by olsrd-cnf %s\n#\n\n\n", PARSER_VERSION);
/* Debug level */
fprintf(fd, "# Debug level(0-9)\n# If set to 0 the daemon runs in the background\n\nDebugLevel\t%d\n\n", cnf->debug_level);