mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
13 lines
385 B
C
13 lines
385 B
C
#ifndef _SYS___PATHS_H_
|
|||
#define _SYS___PATHS_H_
|
|||
#define _PATH_PTY "/dev/"
|
|||
#define _PATH_TZDIR "/usr/share/zoneinfo"
|
|||
#define _PATH_TZFILE "/etc/localtime"
|
|||
#define _PATH_RESCONF "/etc/resolv.conf"
|
|||
#define _PATH_HOSTS "/etc/hosts"
|
|||
#define _PATH_NETWORKS "/etc/networks"
|
|||
#define _PATH_PROTOCOLS "/etc/protocols"
|
|||
#define _PATH_SERVICES "/etc/services"
|
|||
#define _PATH_BSHELL "/bin/sh"
|
|||
#endif
|