Files
inetutils/confpaths.h.in
Simon Josefsson c1b8d134d5 Indent code.
2022-10-26 00:03:45 +02:00

10 lines
161 B
C

/* Define PATH_* macros from paths in $(top_srcdir)/paths. */
#ifdef HAVE_PATHS_H
# include <paths.h>
#endif
/* *INDENT-OFF* */
@PATHS_DEFS@
/* *INDENT-ON* */