~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to mit-pthreads/machdep/linux-2.0/__path.h

  • Committer: bk at mysql
  • Date: 2000-07-31 19:29:14 UTC
  • Revision ID: sp1r-bk@work.mysql.com-20000731192914-08846
Import changeset

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *      from: @(#)time.h        5.12 (Berkeley) 3/9/91
 
3
 *      $Id$
 
4
 */
 
5
 
 
6
#ifndef _SYS__PATH_H_
 
7
#define _SYS__PATH_H_
 
8
 
 
9
#define _PATH_PTY               "/dev/"
 
10
#define _PATH_TZDIR             "/usr/lib/zoneinfo"
 
11
#define _PATH_TZFILE    "/usr/lib/zoneinfo/localtime"
 
12
 
 
13
#endif /* !_SYS__PATH_H_ */
 
14