mirror of
https://github.com/mabam/CAP.git
synced 2026-01-23 04:16:01 +00:00
26 lines
479 B
C
26 lines
479 B
C
/*
|
|
* $Author: djh $ $Date: 1996/04/27 12:31:28 $
|
|
* $Header: /mac/src/cap60/lib/afp/RCS/afpidnames.h,v 2.1 1996/04/27 12:31:28 djh Rel djh $
|
|
* $Revision: 2.1 $
|
|
*
|
|
*/
|
|
|
|
/*
|
|
* AUFS fixed directory IDs
|
|
*
|
|
* database details
|
|
*
|
|
* John Forrest <jf@ap.co.umist.ac.uk>
|
|
*
|
|
*/
|
|
|
|
#ifndef _afpidnames_h
|
|
#define _afpidnames_h
|
|
|
|
#define DBVERSION "1.1"
|
|
#define DBNAME "/usr/local/lib/cap/afpIDdb"
|
|
#define SOCKNAME "/usr/local/lib/cap/afpIDsock"
|
|
#define ROOTNAME "/"
|
|
|
|
#endif _afpidnames_h
|