08350e9c6c
- Support CC properly - Change location of data files from lib/ to share/ - gets() -> fgets() PR: 23270 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
13 lines
431 B
Plaintext
13 lines
431 B
Plaintext
--- common.h.orig Wed Jan 5 10:42:00 1994
|
|
+++ common.h Tue Aug 22 02:49:35 2000
|
|
@@ -73,7 +73,9 @@
|
|
#endif
|
|
|
|
#ifdef UNIX
|
|
+#ifndef TABLES_PATH
|
|
#define TABLES_PATH "tables" /* to find data files */
|
|
+#endif /* TABLES_PATH */
|
|
/* name of environment variable holding path of table files */
|
|
#define MPEGTABENV "MPEGTABLES"
|
|
#define PATH_SEPARATOR "/" /* how to build paths */
|