summaryrefslogtreecommitdiff
path: root/libdes/debug_decl.c
blob: 30401dc3ad91afb42d773f4a6dd8315cfe2456fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * $Source$
 * $Author$
 *
 * Copyright 1988 by the Massachusetts Institute of Technology.
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>.
 *
 * Declaration of debugging flag.
 */

#ifndef	lint
static char rcsid_debug_decl_c[] =
    "$Id$";
#endif

#include <mit-copyright.h>
int	des_debug	= 0;