chiark / gitweb /
random-seed: create parents of RANDOM_SEED if they do not exist.
[elogind.git] / src / conf-parser.c
index b439d0ce7cac23e8a3c2b7ff0e63820f0d827696..d18b2a150daafeba8bb5259f45d8700a38ee9a01 100644 (file)
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 /***
   This file is part of systemd.
@@ -31,8 +31,6 @@
 #include "strv.h"
 #include "log.h"
 
-#define COMMENTS "#;\n"
-
 /* Run the user supplied parser for an assignment */
 static int next_assignment(
                 const char *filename,