mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 20:11:42 +01:00
14 lines
253 B
C
Executable file
14 lines
253 B
C
Executable file
/*
|
|
* from: @(#)time.h 5.12 (Berkeley) 3/9/91
|
|
* $Id$
|
|
*/
|
|
|
|
#ifndef _SYS__PATH_H_
|
|
#define _SYS__PATH_H_
|
|
|
|
#define _PATH_PTY "/dev/"
|
|
#define _PATH_TZDIR "/usr/lib/zoneinfo"
|
|
#define _PATH_TZFILE "/usr/lib/zoneinfo/localtime"
|
|
|
|
#endif /* !_SYS__PATH_H_ */
|
|
|