Re: [PATCH v2] Replace hard-coded path with one from <paths.h>
From: Chris Webb <hidden> Date: 2016-06-15 22:48:35
Erik Faye-Lund [off-list ref] writes:
Are you sure that all non-Windows platforms have paths.h? It seems
that at least some Open Solaris versions[1] are missing it as well.
Perhaps this should be guarded by a HAVE_PATHS_H define instead?
Yes, you're probably right. I'll just set HAVE_PATHS_H for the platforms I'm
sure (or can check) have it for now.
Cheers,
Chris.