mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
13 lines
282 B
C
Executable file
13 lines
282 B
C
Executable file
/*
|
|
* from: @(#)time.h 5.12 (Berkeley) 3/9/91
|
|
* __path.h,v 1.1 1995/01/03 12:53:32 proven Exp
|
|
*/
|
|
|
|
#ifndef _SYS__PATH_H_
|
|
#define _SYS__PATH_H_
|
|
|
|
#define _PATH_PTY "/dev/"
|
|
#define _PATH_TZDIR "/usr/share/zoneinfo"
|
|
#define _PATH_TZFILE "/etc/localtime"
|
|
|
|
#endif /* !_SYS__PATH_H_ */
|