File: dpns.h

package info (click to toggle)
dpm-postgres 1.7.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,788 kB
  • ctags: 10,782
  • sloc: ansic: 146,136; sh: 13,362; perl: 11,142; python: 5,529; cpp: 5,113; sql: 1,790; makefile: 955; fortran: 113
file content (24 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * $Id: dpns.h,v 1.2 2006/08/01 12:42:08 baud Exp $
 */

/*
 * Copyright (C) 2004-2006 by CERN/IT/GD/CT
 * All rights reserved
 */

/*
 * @(#)$RCSfile: dpns.h,v $ $Revision: 1.2 $ $Date: 2006/08/01 12:42:08 $ CERN IT-GD/CT Jean-Philippe Baud
 */

#ifndef _DPNS_H
#define _DPNS_H
#define CNS_SCE "DPNS"
#define CNS_SVC "dpns"
#define CNS_HOME_ENV "DPNS_HOME"
#define CNS_HOST_ENV "DPNS_HOST"
#define CNS_PORT_ENV "DPNS_PORT"
#define CNS_CONNTIMEOUT_ENV "DPNS_CONNTIMEOUT"
#define CNS_CONRETRY_ENV "DPNS_CONRETRY"
#define CNS_CONRETRYINT_ENV "DPNS_CONRETRYINT"
#endif