Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / proxy / pathnames.h
blobc73f96a62c4d06ab0f8e1d02f2efc6fd3d269716
2 #ifndef __PATHNAMES_H__
3 #define __PATHNAMES_H__ 1
5 #ifdef HAVE_PATHS_H
6 # include <paths.h>
7 #endif
9 #ifndef _PATH_DEVNULL
10 # define _PATH_DEVNULL "/dev/null"
11 #endif
13 #endif