OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / at / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define to empty if the keyword does not work.  */
4 #undef const
5
6 /* Define for DGUX with <sys/dg_sys_info.h>.  */
7 #undef DGUX
8
9 /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
10 #undef GETLOADAVG_PRIVILEGED
11
12 /* Define to `int' if <sys/types.h> doesn't define.  */
13 #undef gid_t
14
15 /* Define if you don't have vprintf but do have _doprnt.  */
16 #undef HAVE_DOPRNT
17
18 /* Define if your system has its own `getloadavg' function.  */
19 #undef HAVE_GETLOADAVG
20
21 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
22 #undef HAVE_SYS_WAIT_H
23
24 /* Define if you have the vprintf function.  */
25 #undef HAVE_VPRINTF
26
27 /* Define to `int' if <sys/types.h> doesn't define.  */
28 #undef mode_t
29
30 /* Define if your struct nlist has an n_un member.  */
31 #undef NLIST_NAME_UNION
32
33 /* Define if you have <nlist.h>.  */
34 #undef NLIST_STRUCT
35
36 /* Define to `long' if <sys/types.h> doesn't define.  */
37 #undef off_t
38
39 /* Define to `int' if <sys/types.h> doesn't define.  */
40 #undef pid_t
41
42 /* Define as the return type of signal handlers (int or void).  */
43 #undef RETSIGTYPE
44
45 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
46 #undef size_t
47
48 /* Define if you have the ANSI C header files.  */
49 #undef STDC_HEADERS
50
51 /* Define on System V Release 4.  */
52 #undef SVR4
53
54 /* Define if your <sys/time.h> declares struct tm.  */
55 #undef TM_IN_SYS_TIME
56
57 /* Define to `int' if <sys/types.h> doesn't define.  */
58 #undef uid_t
59
60 /* Define for Encore UMAX.  */
61 #undef UMAX
62
63 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
64    instead of <sys/cpustats.h>.  */
65 #undef UMAX4_3
66
67 #undef SPOOLDIR
68
69 #undef PIDFILE
70
71 #undef MAILX
72
73 #undef SENDMAIL
74
75 #undef MAILC
76
77 #undef ATJOB_DIR
78
79 #undef ATSPOOL_DIR
80
81 #undef PIDFILE
82
83 #undef DEFAULT_AT_QUEUE
84
85 #undef DEFAULT_BATCH_QUEUE
86
87 #undef HAVE_ATTRIBUTE_NORETURN
88
89 /* Define if you have the getcwd function.  */
90 #undef HAVE_GETCWD
91
92 /* Define if you have the mktime function.  */
93 #undef HAVE_MKTIME
94
95 /* Define if you have the setresuid function.  */
96 #undef HAVE_SETRESUID
97
98 /* Define if you have the setreuid function.  */
99 #undef HAVE_SETREUID
100
101 /* Define if you have the sigaction function.  */
102 #undef HAVE_SIGACTION
103
104 /* Define if you have the strftime function.  */
105 #undef HAVE_STRFTIME
106
107 /* Define if you have the waitpid function.  */
108 #undef HAVE_WAITPID
109
110 /* Define if you have the <dirent.h> header file.  */
111 #undef HAVE_DIRENT_H
112
113 /* Define if you have the <errno.h> header file.  */
114 #undef HAVE_ERRNO_H
115
116 /* Define if you have the <fcntl.h> header file.  */
117 #undef HAVE_FCNTL_H
118
119 /* Define if you have the <getopt.h> header file.  */
120 #undef HAVE_GETOPT_H
121
122 /* Define if you have the <mach/mach.h> header file.  */
123 #undef HAVE_MACH_MACH_H
124
125 /* Define if you have the <ndir.h> header file.  */
126 #undef HAVE_NDIR_H
127
128 /* Define if you have the <stdarg.h> header file.  */
129 #undef HAVE_STDARG_H
130
131 /* Define if you have the <sys/dir.h> header file.  */
132 #undef HAVE_SYS_DIR_H
133
134 /* Define if you have the <sys/fcntl.h> header file.  */
135 #undef HAVE_SYS_FCNTL_H
136
137 /* Define if you have the <sys/ndir.h> header file.  */
138 #undef HAVE_SYS_NDIR_H
139
140 /* Define if you have the <syslog.h> header file.  */
141 #undef HAVE_SYSLOG_H
142
143 /* Define if you have the <unistd.h> header file.  */
144 #undef HAVE_UNISTD_H
145
146 /* Define if you have the dgc library (-ldgc).  */
147 #undef HAVE_LIBDGC
148
149 /* Define if you have the fl library (-lfl).  */
150 #undef HAVE_LIBFL
151
152 /* Define location of spool directories */
153
154 #undef SPOOLDIR
155
156 /* Define location for PID file */
157
158 #undef PIDFILE
159
160 /* Define mail command for sending; use at most one */
161
162 #undef MAILX
163
164 #undef SENDMAIL
165
166 #undef MAILC
167
168 /* Where do we place out input directories? */
169
170 #undef ATJOB_DIR
171
172 /* Where do we spool our output? */
173
174 #undef ATSPOOL_DIR
175
176 /* What's the name of our PID file? */
177
178 #undef PIDFILE
179
180 /* Default queues for at and batch */
181
182 #undef DEFAULT_AT_QUEUE
183
184 #undef DEFAULT_BATCH_QUEUE
185
186 #undef HAVE_ATTRIBUTE_NORETURN