X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fpath-lookup.h;h=dca8b55e15b2a30219c53900df2b699be4232a2f;hp=e5a10925fd096f634a99d0f05b4c940d361e4613;hb=ead8e4788ee31bbdc38b4cd3c6e71c8a95bbc95a;hpb=10e87ee7f66b59a504c0ed2025463ba5faa69923 diff --git a/src/path-lookup.h b/src/path-lookup.h index e5a10925f..dca8b55e1 100644 --- a/src/path-lookup.h +++ b/src/path-lookup.h @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ #ifndef foopathlookuphfoo #define foopathlookuphfoo @@ -24,8 +24,10 @@ typedef struct LookupPaths { char **unit_path; +#ifdef HAVE_SYSV_COMPAT char **sysvinit_path; char **sysvrcnd_path; +#endif } LookupPaths; #include "manager.h"