summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/paths.h
blob: aac47e8700ac679f67587868f4f5ea1a002796fa (plain)
1
2
3
4
5
6
7
#ifndef _PATHS_H
#define _PATHS_H

#define _PATH_BSHELL "/bin/sh"
#define _PATH_DEFPATH "/bin:/usr/bin:"

#endif