UPS: apcupsd clean sources
[tomato.git] / release / src / router / apcupsd / autoconf / acconfig.h
blob95da8a1bd618155a321d41af13108a567c6f9da5
1 /* acconfig.h
2 This file is in the public domain.
4 Descriptive text for the C preprocessor macros that
5 the distributed Autoconf macros can define.
6 No software package will use all of them; autoheader copies the ones
7 your configure.in uses into your configuration header file templates.
9 The entries are in sort -df order: alphabetical, case insensitive,
10 ignoring punctuation (such as underscores). Although this order
11 can split up related entries, it makes it easier to check whether
12 a given entry is in the file.
14 Leave the following blank line there!! Autoheader needs it. */
17 /* Define to 1 if NLS is requested. */
18 #undef ENABLE_NLS
20 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
21 #undef HAVE_CATGETS
23 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
24 #undef HAVE_GETTEXT
26 /* Define if you have herror available in your bind library */
27 #undef HAVE_HERROR
29 /* Define if your locale.h file contains LC_MESSAGES. */
30 #undef HAVE_LC_MESSAGES
32 /* Define if you have res_search available in your bind library */
33 #undef HAVE_RES_SEARCH
35 /* Define if you have strftime() */
36 #undef HAVE_STRFTIME
38 /* Define as 1 if you have the stpcpy function. */
39 #undef HAVE_STPCPY
41 /* Define if your C compiler allows void * as a function result */
42 #undef HAVE_VOIDPOINTER
44 /* Define if your C compiler allows ANSI volatile */
45 #undef HAVE_VOLATILE
47 /* Define if `union wait' is the type of the first arg to wait functions. */
48 #undef HAVE_UNION_WAIT
50 /* Define if you have the strcasecmp function. */
51 #undef HAVE_STRCASECMP
53 /* Define if you have the memmove function. */
54 #undef HAVE_MEMMOVE
56 /* Define if you have GNU's getopt family of functions. */
57 #undef HAVE_GETOPTLONG
59 /* Define if you have strstr */
60 #undef HAVE_STRSTR
62 /* Define if you have localtime_r */
63 #undef HAVE_LOCALTIME_R
65 /* Define if you have inet_pton */
66 #undef HAVE_INETPTON
68 /* Define if you have vsyslog */
69 #undef HAVE_VSYSLOG
71 /* Define if you have atexit */
72 #undef HAVE_ATEXIT
74 /* Define if you have on_exit */
75 #undef HAVE_ON_EXIT
77 /* Define if you have setrlimit */
78 #undef HAVE_SETRLIMIT
80 /* Define if you have setproctitle */
81 #undef HAVE_SETPROCTITLE
83 /* Define to the name of the distribution. */
84 #undef PACKAGE
86 /* Define to help us deduce a 32-bit type (unneeded) */
87 #undef SIZEOF_INT
88 #undef SIZEOF_SHORT
89 #undef SIZEOF_LONG
91 /* Define to the host we are compiling for. */
92 #undef HOST
94 /* Define the default pid files directory. */
95 #undef PIDDIR
97 /* Define the default "log" files directory. */
98 #undef LOGDIR
100 /* Define the default serial port lock directory */
101 #undef LOCKDIR
103 /* Define the default serial port device */
104 #undef SERIALDEV
106 /* Network Information port */
107 #undef NISPORT
109 /* Master/slave port */
110 #undef NETPORT
112 /* UPSTYPE */
113 #undef UPSTYPE
115 /* UPSCABLE */
116 #undef UPSCABLE
118 /* tcp wrappers */
119 #undef HAVE_LIBWRAP
121 /* ncurses */
122 #undef HAVE_MENU_H
123 #undef HAVE_NCURSES_MENU_H
125 /* OSes */
126 #undef HAVE_LINUX_OS
127 #undef HAVE_FREEBSD_OS
128 #undef HAVE_NETBSD_OS
129 #undef HAVE_OPENBSD_OS
130 #undef HAVE_BSDI_OS
131 #undef HAVE_HPUX_OS
132 #undef HAVE_SUN_OS
133 #undef HAVE_AIX_OS
134 #undef HAVE_SGI_OS
135 #undef HAVE_CYGWIN
136 #undef HAVE_OSF1_OS
137 #undef HAVE_OPENSERVER_OS
138 #undef HAVE_DARWIN_OS
139 #undef HAVE_QNX_OS
141 /* Compiler */
142 #undef HAVE_GCC
144 /* sysconfdir */
145 #undef SYSCONFDIR
147 /* Power fail dir */
148 #undef PWRFAILDIR
150 /* nologdirr */
151 #undef NOLOGDIR
153 #undef EXEEXT
154 /* Win32 substitutions */
155 #undef WIN32
157 #undef WINLIBS
159 #undef UTILPROGS
161 /* Set if you have POSIX pthreads */
162 #undef HAVE_PTHREADS
164 /* Set if you want Smart UPS support */
165 #undef HAVE_APCSMART_DRIVER
167 /* Set if you want dumb support */
168 #undef HAVE_DUMB_DRIVER
170 #undef HAVE_NANOSLEEP
172 /* Set if you want NIS server support */
173 #undef HAVE_NISSERVER
175 /* Set if you want NIS client support */
176 #undef HAVE_NET_DRIVER
178 /* Set by configure if one of the two above are set */
179 #undef HAVE_NISLIB
181 /* Set if you want USB support */
182 #undef HAVE_USB_DRIVER
184 /* Set if you want SNMP support */
185 #undef HAVE_SNMP_DRIVER
187 #undef HAVE_UCD_SNMP
188 #undef HAVE_NET_SNMP
190 /* Set if you want TEST driver */
191 #undef HAVE_TEST_DRIVER
193 /* Set if you want the old master/slave network code */
194 #undef HAVE_OLDNET
196 /* Set if you want to compile powerflute */
197 #undef HAVE_POWERFLUTE
199 /* Definitions for GD graphic library */
200 #undef SYS_IMGFMT_PNG
201 #undef SYS_IMGFMT_GIF
202 #undef IMGFMT_GIF
204 /* Set if have arps/nameser.h */
205 #undef HAVE_NAMESER_H
207 /* Set if socklen_t defined */
208 #undef HAVE_SOCKLEN_T
209 #undef SOCKLEN_T
212 #undef HAVE_USLEEP
217 /* Leave that blank line there!! Autoheader needs it.
218 If you're adding to this file, keep in mind:
219 The entries are in sort -df order: alphabetical, case insensitive,
220 ignoring punctuation (such as underscores). */