renamed the default database to "/usr/lib/describe.db"

This commit is contained in:
gdr 1997-09-26 05:56:54 +00:00
parent c9344f452b
commit 6300bcee3a
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
* Header file for the describe package. This file is
* used by describe(1), descc(8), and descu(8).
*
* $Id: desc.h,v 1.3 1997/09/24 06:34:57 gdr Exp $
* $Id: desc.h,v 1.4 1997/09/26 05:56:54 gdr Exp $
*/
/* Keep these utilities in lockstep. */
#define _VERSION_ "v1.0.4"
#define QUOTE_CHAR '#'
#define DATABASE "/usr/lib/describe"
#define DATABASE "/usr/lib/describe.db"
#define FIELD_LEN 9
#define NAME_LEN 34