mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-05 04:07:56 +00:00
Make sure that SYSCONFDIR is always set
This is useful when ./configure hasn't been run but some source code linters are run in an editor, for example.
This commit is contained in:
@@ -175,6 +175,10 @@ extern int vsnprintf PARAMS(( char *str, size_t count, const char *fmt, va_list
|
||||
# define PACKAGE_VERSION VERSION
|
||||
#endif
|
||||
|
||||
#ifndef SYSCONFDIR
|
||||
# define SYSCONFDIR "/etc"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
/* -eof- */
|
||||
|
Reference in New Issue
Block a user