~ubuntu-branches/ubuntu/saucy/nut/saucy

« back to all changes in this revision

Viewing changes to acconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Quette
  • Date: 2004-05-28 13:10:01 UTC
  • mto: (16.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040528131001-yj2m9qcez4ya2w14
Tags: upstream-1.4.2
ImportĀ upstreamĀ versionĀ 1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* acconfig.h - template for autoheader for config.h.in */
2
 
 
3
 
/* path where things get installed by default */
4
 
#define BASEPATH "/usr/local/ups"
5
 
 
6
 
/* path where configuration files get installed by default */
7
 
#define CONFPATH "/usr/local/ups/etc"
8
 
 
9
 
/* state files created by the model-specific programs go here */
10
 
#define STATEPATH "/var/state/ups"
11
 
 
12
 
/* path for pid files of model drivers and upsd (usually STATEPATH) */
13
 
#define ALTPIDPATH "/var/state/ups"
14
 
 
15
 
/* default path for CGI programs */
16
 
#define CGIPATH "/usr/local/ups/cgi-bin"
17
 
 
18
 
/* default path for model-specific drivers */
19
 
#define MODELPATH "/usr/local/ups/bin"
20
 
 
21
 
/* path where your pid files should go. */
22
 
#define PIDPATH "/var/run"
23
 
 
24
 
/* default path to Linux hiddev.h file - only for compiling hidups */
25
 
#define LINUX_HIDDEV "/usr/src/linux/include/linux/hiddev.h"
26
 
 
27
 
/* port number used for network communications */
28
 
#define PORT 3305
29
 
 
30
 
/* the UID/GID values may need to be changed for other systems */
31
 
 
32
 
/* user to run as instead of root - typically "nobody" */
33
 
#define RUN_AS_USER "nobody"
34
 
 
35
 
/* groupid to run as instead of root - typically "nogroup" */
36
 
#define RUN_AS_GROUP "nogroup"
37
 
 
38
 
/* logging facility for syslog */
39
 
#define LOG_FACILITY LOG_DAEMON
40
 
 
41
 
/* define this if you have uu_lock for handling serial ports ala FreeBSD */
42
 
#undef HAVE_UU_LOCK
43
 
 
44
 
/* longlong */
45
 
#undef HAVE_LONGLONG
46
 
 
47
 
/* longdouble */
48
 
#undef HAVE_LONGDOUBLE
49
 
 
50
 
/* define this if some serial bits are in modem.h ala HPUX 10.x */
51
 
#undef HAVE_SYS_MODEM_H
52
 
 
53
 
/* define this if you have stdarg.h */
54
 
#undef HAVE_STDARG_H
55
 
 
56
 
/* define this if you have varargs.h */
57
 
#undef HAVE_VARARGS_H
58
 
 
59
 
/* define this if you have the snprintf function */
60
 
#undef HAVE_SNPRINTF
61
 
 
62
 
/* define this if you have the vsnprintf function */
63
 
#undef HAVE_VSNPRINTF
64
 
 
65
 
/* define this if you have the fcvt function */
66
 
#undef HAVE_FCVT
67
 
 
68
 
/* define this if you have the fcvtl function */
69
 
#undef HAVE_FCVTL
70
 
 
71
 
/* define this if you have the setenv function */
72
 
#undef HAVE_SETENV
73
 
 
74
 
/* Define if you need to include the <getopt.h> header file for getopt externs */
75
 
#undef NEED_GETOPT_H
76
 
 
77
 
/* Define if you need to declare getopt externs explcitly */
78
 
#undef NEED_GETOPT_DECLS