aboutsummaryrefslogtreecommitdiffstats
path: root/foobar/portable/openbsd-compat/paths_h/paths.h
blob: 6b66a9c194e90a1ce8b919cad1a55f845eac65a4 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef PATHS_H
#define PATHS_H

#ifndef _PATH_DEFPATH
#define _PATH_DEFPATH "/bin:/usr/bin"
#endif

#endif