Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:define

22 /* Define if on AIX 3.
23 System headers sometimes define this.
29 /* Define to 1 if NLS is requested. */
32 /* Define as 1 if you have dcgettext. */
35 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
38 /* Define if your locale.h file contains LC_MESSAGES. */
41 /* Define to the installation directory for locales. */
42 #define LOCALEDIR ""
44 /* Define as 1 if you have the stpcpy function. */
47 /* Define if the closedir function returns void instead of int. */
50 /* Define to empty if the keyword does not work. */
53 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
57 /* Define for DGUX with <sys/dg_sys_info.h>. */
60 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
63 /* Define to `unsigned long' or `unsigned long long'
64 if <inttypes.h> doesn't define. */
65 #define uintmax_t unsigned long
67 /* Define to `int' if <sys/types.h> doesn't define. */
70 /* Define if you have alloca, as a function or macro. */
71 #define HAVE_ALLOCA 1
73 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
76 /* Define if you don't have vprintf but do have _doprnt. */
79 /* Define if your system has a working fnmatch function. */
82 /* Define if your system has its own `getloadavg' function. */
85 /* Define if you have the getmntent function. */
88 /* Define if the `long double' type works. */
91 /* Define if you support file names longer than 14 characters. */
92 #define HAVE_LONG_FILE_NAMES 1
94 /* Define if you have a working `mmap' system call. */
97 /* Define if system calls automatically restart after interruption
101 /* Define if your struct stat has st_blksize. */
104 /* Define if your struct stat has st_blocks. */
107 /* Define if you have the strcoll function and it is properly defined. */
110 /* Define if your struct stat has st_rdev. */
113 /* Define if you have the strftime function. */
116 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
119 /* Define if your struct tm has tm_zone. */
122 /* Define if you don't have tm_zone but do have the external array
126 /* Define if you have <unistd.h>. */
128 #define HAVE_UNISTD_H 1
131 /* Define if utime(file, NULL) sets file's timestamp to the present. */
134 /* Define if you have <vfork.h>. */
137 /* Define if you have the vprintf function. */
138 #define HAVE_VPRINTF 1
140 /* Define if you have the wait3 system call. */
143 /* Define if on MINIX. */
146 /* Define if your struct nlist has an n_un member. */
149 /* Define if you have <nlist.h>. */
152 /* Define if your C compiler doesn't accept -c and -o together. */
155 /* Define to `int' if <sys/types.h> doesn't define. */
158 #define pid_t int
161 /* Define if the system does not provide POSIX.1 features except
165 /* Define if you need to in order for stat and other things to work. */
168 /* Define as the return type of signal handlers (int or void). */
169 #define RETSIGTYPE void
171 /* Define if the setvbuf function takes the buffering type as its second
176 /* If using the C implementation of alloca, define if you know the
185 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
188 /* Define if you have the ANSI C header files. */
191 /* Define on System V Release 4. */
194 /* Define if `sys_siglist' is declared by <signal.h>. */
197 /* Define to `int' if <sys/types.h> doesn't define. */
199 #define uid_t int
202 /* Define for Encore UMAX. */
205 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
209 /* Define vfork as fork if vfork does not work. */
213 #define PACKAGE "make"
216 #define VERSION "3.81"
218 /* Define to the name of the SCCS `get' command. */
221 /* Define this if the SCCS `get' command understands the `-G<file>' option. */
224 /* Define this to enable job server support in GNU make. */
227 /* Define to be the nanoseconds member of struct stat's st_mtim,
231 /* Define this if the C library defines the variable `sys_siglist'. */
234 /* Define this if the C library defines the variable `_sys_siglist'. */
237 /* Define this if you have the `union wait' type in <sys/wait.h>. */
240 /* Define if you have the dup2 function. */
241 #define HAVE_DUP2 1
243 /* Define if you have the getcwd function. */
244 #define HAVE_GETCWD 1
246 /* Define if you have the getgroups function. */
249 /* Define if you have the gethostbyname function. */
252 /* Define if you have the gethostname function. */
255 /* Define if you have the getloadavg function. */
258 /* Define if you have the memmove function. */
259 #define HAVE_MEMMOVE 1
261 /* Define if you have the mktemp function. */
262 #define HAVE_MKTEMP 1
264 /* Define if you have the psignal function. */
267 /* Define if you have the pstat_getdynamic function. */
270 /* Define if you have the setegid function. */
273 /* Define if you have the seteuid function. */
276 /* Define if you have the setlinebuf function. */
279 /* Define if you have the setregid function. */
282 /* Define if you have the setreuid function. */
283 /* #define HAVE_SETREUID */
285 /* Define if you have the sigsetmask function. */
286 #define HAVE_SIGSETMASK 1
288 /* Define if you have the socket function. */
291 /* Define if you have the strcasecmp function. */
294 /* Define if you have the strerror function. */
295 #define HAVE_STRERROR 1
297 /* Define if you have the strsignal function. */
300 /* Define if you have the wait3 function. */
303 /* Define if you have the waitpid function. */
306 /* Define if you have the <dirent.h> header file. */
307 #define HAVE_DIRENT_H 1
309 /* Define if you have the <fcntl.h> header file. */
311 #define HAVE_FCNTL_H 1
314 /* Define if you have the <limits.h> header file. */
315 #define HAVE_LIMITS_H 1
317 /* Define if you have the <mach/mach.h> header file. */
320 /* Define if you have the <memory.h> header file. */
323 /* Define if you have the <ndir.h> header file. */
326 /* Define if your compiler conforms to the ANSI C standard. */
327 #define HAVE_ANSI_COMPILER 1
329 /* Define to 1 if you have the <stdarg.h> header file. */
330 #define HAVE_STDARG_H 1
332 /* Define if you have the <stdlib.h> header file. */
333 #define HAVE_STDLIB_H 1
335 /* Define if you have the <string.h> header file. */
336 #define HAVE_STRING_H 1
338 /* Define if you have the <sys/dir.h> header file. */
341 /* Define if you have the <sys/ndir.h> header file. */
344 /* Define if you have the <sys/param.h> header file. */
347 /* Define if you have the <sys/timeb.h> header file. */
349 #define HAVE_SYS_TIMEB_H 1
352 /* Define if you have the <sys/wait.h> header file. */
355 /* Define if you have the dgc library (-ldgc). */
358 /* Define if you have the kstat library (-lkstat). */
361 /* Define if you have the sun library (-lsun). */
365 #define FILE_TIMESTAMP_HI_RES 0
367 /* Define for case insensitve filenames */
368 #define HAVE_CASE_INSENSITIVE_FS 1
370 /* VMS specific, define it if you want to use case sensitive targets */
375 define the first or both macros AND change the compile command to get the
383 # define HAVE_VMSDIR_H 1
387 # define HAVE_VMSDIR_H 1
395 #define HAVE_STDLIB_H 1
396 #define INCLUDEDIR "sys$sysroot:[syslib]"
397 #define LIBDIR "sys$sysroot:[syslib]"
403 #define getopt gnu_getopt
404 #define optarg gnu_optarg
405 #define optopt gnu_optopt
406 #define optind gnu_optind
407 #define opterr gnu_opterr
408 #define globfree gnu_globfree
409 #define glob gnu_glob
414 #define PARAMS(protos) protos
417 #define PARAMS(protos) ()
420 /* Define if using alloca.c. */
424 #define alloca(n) __ALLOCA(n)
428 #define MAKE_HOST "VMS"