mirror of
https://git.savannah.gnu.org/git/inetutils.git
synced 2026-01-12 00:19:39 +08:00
10 lines
161 B
C
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* */
|