X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlsh%2Fsrc%2Fctdlsh.h;h=8424391e38f23764b5d1dd41b97ae431377c9412;hb=f3441eb8715d172b078a6acbcb20d16e51496d96;hp=5152bd942ec63541a23d0fa1fac38f55bc8c416b;hpb=7dfbb173acc9164b401f0a979bbc01fb9480f88d;p=citadel.git diff --git a/ctdlsh/src/ctdlsh.h b/ctdlsh/src/ctdlsh.h index 5152bd942..8424391e3 100644 --- a/ctdlsh/src/ctdlsh.h +++ b/ctdlsh/src/ctdlsh.h @@ -1,7 +1,7 @@ /* * main header file for ctdlsh * - * Copyright (c) 2009-2012 by the citadel.org team + * Copyright (c) 2009-2013 by the citadel.org team * This program is open source software, cheerfully made available to * you under the terms of the GNU General Public License version 3. */ @@ -28,7 +28,9 @@ * Set to the location of Citadel * FIXME this needs to be configurable */ +#ifndef CTDLDIR #define CTDLDIR "/usr/local/citadel" +#endif typedef int ctdlsh_cmdfunc_t(int, char *);