blob: 05ba40466f59acc893c9a280d80c0a89006808e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- physcalc.h.orig 1998-08-29 14:13:40 UTC
+++ physcalc.h
@@ -22,6 +22,10 @@
#error This program requires more memory than the tiny model allows!
#endif
+#ifndef SHAREDIR
+#define SHAREDIR "/usr/share/physcalc/"
+#endif
+
#define VERSION "2.4" /* Version number */
#define TRACE
|