~ubuntu-branches/ubuntu/vivid/esorex/vivid-proposed

« back to all changes in this revision

Viewing changes to src/er_main.h

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-12 13:16:28 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140412131628-6xq7unx2r6o0mavy
Tags: 3.10.2-1
* New upstream version
* Change maintainer and VCS location to debian-astro
* Push standards version to 3.9.5. No changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: er_main.h,v 1.14 2012/03/09 17:29:54 kbanse Exp $
 
1
/* $Id: er_main.h,v 1.14 2012-03-09 17:29:54 kbanse Exp $
2
2
 *
3
3
 *   This file is part of the ESO Common Pipeline Library
4
4
 *   Copyright (C) 2001-2008 European Southern Observatory
15
15
 *
16
16
 *   You should have received a copy of the GNU General Public License
17
17
 *   along with this program; if not, write to the Free Software
18
 
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
18
 *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
21
/*
22
22
 * $Author: kbanse $
23
 
 * $Date: 2012/03/09 17:29:54 $
 
23
 * $Date: 2012-03-09 17:29:54 $
24
24
 * $Revision: 1.14 $
25
 
 * $Name: esorex-3_10 $
 
25
 * $Name: not supported by cvs2svn $
26
26
 */
27
27
 
28
28
#ifndef ER_MAIN_H
65
65
 * use of global configuration files.
66
66
 */
67
67
 
68
 
#define USE_GLOBAL_ESOREX_RC
69
 
#define USE_GLOBAL_PLUGIN_RC
70
 
 
71
 
#define GLOBAL_RC_DIR           "." PACKAGE
72
 
#define GLOBAL_RC_NAME          PACKAGE
73
68
#define GLOBAL_RC_EXTENSION     ".rc"
74
69
#define GLOBAL_RC_BACKUP        ".bak"
75
 
 
76
 
/*
77
 
 * Uncomment to use "local" local configuration files. Note that the code
78
 
 * for these may not be fully implemented.
79
 
 */
80
 
 
81
 
/* #define USE_LOCAL_ESOREX_RC */
82
 
/* #define USE_LOCAL_PLUGIN_RC */
83
 
 
84
 
#define LOCAL_RC_PATH           "."
 
70
#define GLOBAL_RC_DIR           "." PACKAGE
 
71
#define GLOBAL_RC_NAME          PACKAGE GLOBAL_RC_EXTENSION
85
72
 
86
73
 
87
74
/*