mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
renamed the default database to "/usr/lib/describe.db"
This commit is contained in:
parent
c9344f452b
commit
6300bcee3a
@ -2,14 +2,14 @@
|
|||||||
* Header file for the describe package. This file is
|
* Header file for the describe package. This file is
|
||||||
* used by describe(1), descc(8), and descu(8).
|
* 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. */
|
/* Keep these utilities in lockstep. */
|
||||||
#define _VERSION_ "v1.0.4"
|
#define _VERSION_ "v1.0.4"
|
||||||
|
|
||||||
#define QUOTE_CHAR '#'
|
#define QUOTE_CHAR '#'
|
||||||
#define DATABASE "/usr/lib/describe"
|
#define DATABASE "/usr/lib/describe.db"
|
||||||
|
|
||||||
#define FIELD_LEN 9
|
#define FIELD_LEN 9
|
||||||
#define NAME_LEN 34
|
#define NAME_LEN 34
|
||||||
|
Loading…
Reference in New Issue
Block a user