home *** CD-ROM | disk | FTP | other *** search
- /* Headers for nfsd
-
- ©1998, 1999 Joseph Walton
-
- This software is distributed under the terms of the GNU General Public
- License; either version 2 of the License, or (at your option) any
- later version.
- */
-
- #ifndef NFSD_H
- #define NFSD_H
-
- #include "nfs.h"
-
- extern BOOL verbose;
-
- /* Change this for a whole bunch of extra output */
- #define DEBUG(x) ()
- //#define DEBUG(x) (x)
-
- #define VERBOSE(x) if(verbose){x;}
-
- #endif
-