|
Lines 104-111
Link Here
|
| 104 |
# The database directory can be either in the user's $HOME (or relative to any |
104 |
# The database directory can be either in the user's $HOME (or relative to any |
| 105 |
# other env variable) or at a global place like /var/spool (world-writable) |
105 |
# other env variable) or at a global place like /var/spool (world-writable) |
| 106 |
# -> uncomment 2 lines below to put the databases in the user's home |
106 |
# -> uncomment 2 lines below to put the databases in the user's home |
| 107 |
#USER_DBDIR = .nxtvdb |
107 |
USER_DBDIR = .nxtvdb |
| 108 |
#DEFS += -DEPG_DB_ENV=\"HOME\" -DEPG_DB_DIR=\"$(USER_DBDIR)\" |
108 |
DEFS += -DEPG_DB_ENV=\"HOME\" -DEPG_DB_DIR=\"$(USER_DBDIR)\" |
| 109 |
ifndef USER_DBDIR |
109 |
ifndef USER_DBDIR |
| 110 |
SYS_DBDIR = /usr/tmp/nxtvdb |
110 |
SYS_DBDIR = /usr/tmp/nxtvdb |
| 111 |
DEFS += -DEPG_DB_DIR=\"$(SYS_DBDIR)\" |
111 |
DEFS += -DEPG_DB_DIR=\"$(SYS_DBDIR)\" |