mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-12 07:16:02 +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
|
# define PACKAGE_VERSION VERSION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef SYSCONFDIR
|
||||||
|
# define SYSCONFDIR "/etc"
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* -eof- */
|
/* -eof- */
|
||||||
|
Reference in New Issue
Block a user