diff options
author | serg@sergbook.mysql.com <> | 2002-07-15 15:02:08 +0200 |
---|---|---|
committer | serg@sergbook.mysql.com <> | 2002-07-15 15:02:08 +0200 |
commit | 373e19dca1d209476a15d7d61cb350361c9d6efa (patch) | |
tree | c3026ddd0cb9911259256894fbb760d5e67def04 /mit-pthreads/include/pthread/paths.h | |
parent | 53b88c208026c8b026358978aa59c4c8e8e933de (diff) | |
parent | b287b3ed4434e96f931b962d89c4691c997c03e8 (diff) | |
download | mariadb-git-373e19dca1d209476a15d7d61cb350361c9d6efa.tar.gz |
Merge work:/home/bk/mysql-4.0
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
Diffstat (limited to 'mit-pthreads/include/pthread/paths.h')
-rw-r--r-- | mit-pthreads/include/pthread/paths.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mit-pthreads/include/pthread/paths.h b/mit-pthreads/include/pthread/paths.h deleted file mode 100644 index bf2bf9d01a2..00000000000 --- a/mit-pthreads/include/pthread/paths.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef _SYS___PATHS_H_ -#define _SYS___PATHS_H_ -#define _PATH_PTY "/dev/" -#define _PATH_TZDIR "/usr/lib/zoneinfo" -#define _PATH_TZFILE "/usr/lib/zoneinfo/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 |