File: config.h.in

package info (click to toggle)
finit 4.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,216 kB
  • sloc: ansic: 17,060; sh: 6,281; makefile: 532
file content (250 lines) | stat: -rw-r--r-- 6,808 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Finit automatically does `initctl reload` on any .conf change */
#undef AUTO_RELOAD

/* Autodetect cgroup v2 support from /sys/fs/cgroup */
#undef CGROUP2_ENABLED

/* For /run/finit/socket */
#undef DEFGROUP

/* For /etc/hostname */
#undef DEFHOST

/* Built-in default: /usr/lib/finit/plugins:/usr/local/lib/finit/plugins */
#undef EXTERNAL_PLUGIN_PATH

/* Skip fsck check on filesystems listed in /etc/fstab */
#undef FAST_BOOT

/* Main Finit configuration file, default /etc/finit.conf */
#undef FINIT_CONF

/* Finit libexec path */
#undef FINIT_EXECPATH_

/* No built-in default fstab */
#undef FINIT_FSTAB

/* Finit rcS.d/, default /etc/finit.d */
#undef FINIT_RCSD

/* Compat SysV /etc/rc.local file to run last at boot. */
#undef FINIT_RC_LOCAL

/* Finit runtime dynamic system services */
#undef FINIT_RUNPATH_

/* System environment, default /etc/default & /etc/conf.d */
#undef FINIT_SYSCONFIG

/* Static services, previously generated at runtime by plugins */
#undef FINIT_SYSPATH_

/* Finit tmpfiles.d/ .conf path */
#undef FINIT_TMPFILES

/* Run fsck fix mode (options: -yf) on filesystems listed in /etc/fstab */
#undef FSCK_FIX

/* Define to 1 if the alsa-utils plugin is enabled. */
#undef HAVE_ALSA_UTILS_PLUGIN

/* Define to 1 if the dbus plugin is enabled. */
#undef HAVE_DBUS_PLUGIN

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you have the `getmntent' function. */
#undef HAVE_GETMNTENT

/* Define to 1 if you have the `getmntent_r' function. */
#undef HAVE_GETMNTENT_R

/* Define to 1 if you have the `getopt' function. */
#undef HAVE_GETOPT

/* Define to 1 if the hook-scripts plugin is enabled. */
#undef HAVE_HOOK_SCRIPTS_PLUGIN

/* Define to 1 if the hotplug plugin is enabled. */
#undef HAVE_HOTPLUG_PLUGIN

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Build replacement libsystemd library support */
#undef HAVE_LIBSYSTEMD

/* Define to 1 if you have the <mntent.h> header file. */
#undef HAVE_MNTENT_H

/* Define to 1 if the modprobe plugin is enabled. */
#undef HAVE_MODPROBE_PLUGIN

/* Define to 1 if the modules-load plugin is enabled. */
#undef HAVE_MODULES_LOAD_PLUGIN

/* Define to 1 if the netlink plugin is enabled. */
#undef HAVE_NETLINK_PLUGIN

/* Define to 1 if the resolvconf plugin is enabled. */
#undef HAVE_RESOLVCONF_PLUGIN

/* Define to 1 if the rtc plugin is enabled. */
#undef HAVE_RTC_PLUGIN

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the `strstr' function. */
#undef HAVE_STRSTR

/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/sysmacros.h> header file. */
#undef HAVE_SYS_SYSMACROS_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H

/* Define to 1 if the testserv plugin is enabled. */
#undef HAVE_TESTSERV_PLUGIN

/* Define to 1 if the tty plugin is enabled. */
#undef HAVE_TTY_PLUGIN

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if the urandom plugin is enabled. */
#undef HAVE_URANDOM_PLUGIN

/* Define to 1 if the x11-common plugin is enabled. */
#undef HAVE_X11_COMMON_PLUGIN

/* Displayed by Finit at boot, defaults to /etc/os-release PRETTY_NAME */
#undef INIT_OSHEADING

/* Dumpster diving after init args from /proc/cmdline */
#undef KERNEL_CMDLINE

/* Keep kernel warn/err logs to console */
#undef KERNEL_LOGGING

/* Enable built-in rotation of /var/log/wtmp et al. */
#undef LOGROTATE_ENABLED

/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Built-in default: $libexecdir/finit */
#undef PLUGIN_HOOK_SCRIPTS_PATH

/* Finit plugin path */
#undef PLUGIN_PATH

/* Improve random at boot by seeding it with sth from before. */
#undef RANDOMSEED

/* Enable redirection of service output to /dev/null */
#undef REDIRECT_OUTPUT

/* Finit rescue mode .conf */
#undef RESCUE_CONF

/* Define to enable support for rescue mode. */
#undef RESCUE_MODE

/* Save and restore system time from this file if /dev/rtc is missing. */
#undef RTC_FILE

/* Custom RTC restore date, default: 2000-01-01 00:00 */
#undef RTC_TIMESTAMP_CUSTOM

/* Runlevel to start after S */
#undef RUNLEVEL

/* Finit sameple.conf for initctl create */
#undef SAMPLE_CONF

/* Define to 1 if all of the C90 standard headers exist (not just the ones
   required in a freestanding environment). This macro is provided for
   backward compatibility; new code need not use it. */
#undef STDC_HEADERS

/* Built-in sulogin user, default: root */
#undef SULOGIN_USER

/* Main tmpfiles.d/, override in /etc */
#undef TMPFILES_PATH_

/* Version number of package */
#undef VERSION

/* Built-in watchdog device node */
#undef WDT_DEVNODE

/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
   #define below would cause a syntax error. */
#undef _UINT32_T

/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
   #define below would cause a syntax error. */
#undef _UINT8_T

/* Define to the type of an unsigned integer type of width exactly 16 bits if
   such a type exists and the standard includes do not define it. */
#undef uint16_t

/* Define to the type of an unsigned integer type of width exactly 32 bits if
   such a type exists and the standard includes do not define it. */
#undef uint32_t

/* Define to the type of an unsigned integer type of width exactly 8 bits if
   such a type exists and the standard includes do not define it. */
#undef uint8_t