Add GNU LGPL headers to all .c .C and .h files
[oweals/cde.git] / cde / config / imake / imakemdep.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these librararies and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $TOG: imakemdep.h /main/102 1998/02/06 11:02:26 kaleb $ */
24 /*
25
26 Copyright (c) 1993, 1994, 1998  The Open Group
27
28 All Rights Reserved.
29
30 The above copyright notice and this permission notice shall be included in
31 all copies or substantial portions of the Software.
32
33 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
36 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
37 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
38 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39
40 Except as contained in this notice, the name of The Open Group shall not be
41 used in advertising or otherwise to promote the sale, use or other dealings
42 in this Software without prior written authorization from The Open Group.
43
44 */
45
46
47 /* 
48  * This file contains machine-dependent constants for the imake utility.
49  * When porting imake, read each of the steps below and add in any necessary
50  * definitions.  In general you should *not* edit ccimake.c or imake.c!
51  */
52
53 #ifdef CCIMAKE
54 /*
55  * Step 1:  imake_ccflags
56  *     Define any special flags that will be needed to get imake.c to compile.
57  *     These will be passed to the compile along with the contents of the
58  *     make variable BOOTSTRAPCFLAGS.
59  */
60 #ifdef hpux
61 #ifdef hp9000s800
62 #define imake_ccflags "-DSYSV"
63 #else
64 #define imake_ccflags "-Wc,-Nd4000,-Ns3000 -DSYSV"
65 #endif
66 #endif
67
68 #if defined(macII) || defined(_AUX_SOURCE)
69 #define imake_ccflags "-DmacII -DSYSV"
70 #endif
71
72 #ifdef stellar
73 #define imake_ccflags "-DSYSV"
74 #endif
75
76 #if defined(USL) || defined(__USLC__) || defined(Oki) || defined(NCR)
77 #define imake_ccflags "-Xa -DSVR4"
78 #endif
79
80 /* SCO may define __USLC__ so put this after the USL check */
81 #if defined(M_UNIX) || defined(_SCO_DS)
82 #ifdef imake_ccflags
83 #undef imake_ccflags
84 #endif
85 #define imake_ccflags "-Dsco"
86 #endif
87
88 #ifdef sony
89 #if defined(SYSTYPE_SYSV) || defined(_SYSTYPE_SYSV)
90 #define imake_ccflags "-DSVR4"
91 #else
92 #include <sys/param.h>
93 #if NEWSOS < 41
94 #define imake_ccflags "-Dbsd43 -DNOSTDHDRS"
95 #else
96 #if NEWSOS < 42
97 #define imake_ccflags "-Dbsd43"
98 #endif
99 #endif
100 #endif
101 #endif
102
103 #ifdef _CRAY
104 #define imake_ccflags "-DSYSV -DUSG"
105 #endif
106
107 #if defined(_IBMR2) || defined(aix)
108 #define imake_ccflags "-Daix -DSYSV"
109 #endif
110
111 #ifdef Mips
112 #  if defined(SYSTYPE_BSD) || defined(BSD) || defined(BSD43)
113 #    define imake_ccflags "-DBSD43"
114 #  else 
115 #    define imake_ccflags "-DSYSV"
116 #  endif
117 #endif 
118
119 #ifdef is68k
120 #define imake_ccflags "-Dluna -Duniosb"
121 #endif
122
123 #ifdef SYSV386
124 # ifdef SVR4
125 #  define imake_ccflags "-Xa -DSVR4"
126 # else
127 #  define imake_ccflags "-DSYSV"
128 # endif
129 #endif
130
131 #ifdef SVR4
132 # ifdef i386
133 #  define imake_ccflags "-Xa -DSVR4"
134 # endif
135 #endif
136
137 #ifdef SYSV
138 # ifdef i386
139 #  define imake_ccflags "-DSYSV"
140 # endif
141 #endif
142
143 #ifdef __convex__
144 #define imake_ccflags "-fn -tm c1"
145 #endif
146
147 #ifdef apollo
148 #define imake_ccflags "-DX_NOT_POSIX"
149 #endif
150
151 #ifdef WIN32
152 #if _MSC_VER < 1000
153 #define imake_ccflags "-nologo -batch -D__STDC__"
154 #else
155 #define imake_ccflags "-nologo -D__STDC__"
156 #endif
157 #endif
158
159 #ifdef __uxp__
160 #define imake_ccflags "-DSVR4 -DANSICPP"
161 #endif
162
163 #ifdef __sxg__
164 #define imake_ccflags "-DSYSV -DUSG -DNOSTDHDRS"
165 #endif
166
167 #ifdef sequent
168 #define imake_ccflags "-DX_NOT_STDC_ENV -DX_NOT_POSIX"
169 #endif
170
171 #ifdef _SEQUENT_
172 #define imake_ccflags "-DSYSV -DUSG"
173 #endif
174
175 #if defined(SX) || defined(PC_UX)
176 #define imake_ccflags "-DSYSV"
177 #endif
178
179 #ifdef nec_ews_svr2
180 #define imake_ccflags "-DUSG"
181 #endif
182
183 #if defined(nec_ews_svr4) || defined(_nec_ews_svr4) || defined(_nec_up) || defined(_nec_ft)
184 #define imake_ccflags "-DSVR4"
185 #endif
186
187 #ifdef  MACH
188 #define imake_ccflags "-DNOSTDHDRS"
189 #endif
190
191 /* this is for OS/2 under EMX. This won't work with DOS */
192 #if defined(__EMX__)
193 #define imake_ccflags "-DBSD43"
194 #endif
195
196 #else /* not CCIMAKE */
197 #ifndef MAKEDEPEND
198 /*
199  * Step 2:  dup2
200  *     If your OS doesn't have a dup2() system call to duplicate one file
201  *     descriptor onto another, define such a mechanism here (if you don't
202  *     already fall under the existing category(ies).
203  */
204 #if defined(SYSV) && !defined(_CRAY) && !defined(Mips) && !defined(_SEQUENT_) && !defined(sco)
205 #define dup2(fd1,fd2)   ((fd1 == fd2) ? fd1 : (close(fd2), \
206                                                fcntl(fd1, F_DUPFD, fd2)))
207 #endif
208
209
210 /*
211  * Step 3:  FIXUP_CPP_WHITESPACE
212  *     If your cpp collapses tabs macro expansions into a single space and
213  *     replaces escaped newlines with a space, define this symbol.  This will
214  *     cause imake to attempt to patch up the generated Makefile by looking
215  *     for lines that have colons in them (this is why the rules file escapes
216  *     all colons).  One way to tell if you need this is to see whether or not
217  *     your Makefiles have no tabs in them and lots of @@ strings.
218  */
219 #if defined(sun) || defined(SYSV) || defined(SVR4) || defined(hcx) || defined(WIN32) || defined(sco) || (defined(AMOEBA) && defined(CROSS_COMPILE))
220 #define FIXUP_CPP_WHITESPACE
221 #endif
222 #ifdef WIN32
223 #define REMOVE_CPP_LEADSPACE
224 #define INLINE_SYNTAX
225 #define MAGIC_MAKE_VARS
226 #endif
227
228 /*
229  * Step 4:  USE_CC_E, DEFAULT_CC, DEFAULT_CPP
230  *     If you want to use cc -E instead of cpp, define USE_CC_E.
231  *     If use cc -E but want a different compiler, define DEFAULT_CC.
232  *     If the cpp you need is not in /lib/cpp, define DEFAULT_CPP.
233  */
234 #ifdef hpux
235 #define USE_CC_E
236 #endif
237 #ifdef WIN32
238 #define USE_CC_E
239 #define DEFAULT_CC "cl"
240 #endif
241 #ifdef apollo
242 #define DEFAULT_CPP "/usr/lib/cpp"
243 #endif
244 #if defined(_IBMR2) && !defined(DEFAULT_CPP)
245 #define DEFAULT_CPP "/usr/ccs/lib/cpp"
246 #endif
247 #if defined(sun) && (defined(SVR4) || defined(__svr4__) || defined(__SVR4) || defined(__sol__))
248 #define DEFAULT_CPP "/usr/ccs/lib/cpp"
249 #endif
250 #ifdef __bsdi__
251 #define DEFAULT_CPP "/usr/bin/cpp"
252 #endif
253 #ifdef __uxp__
254 #define DEFAULT_CPP "/usr/ccs/lib/cpp"
255 #endif
256 #ifdef __sxg__
257 #define DEFAULT_CPP "/usr/lib/cpp"
258 #endif
259 #ifdef _CRAY
260 #define DEFAULT_CPP "/lib/pcpp"
261 #endif
262 #if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)
263 #define DEFAULT_CPP "/usr/libexec/cpp"
264 #endif
265 #if defined(__sgi) && defined(__ANSI_CPP__)
266 #define USE_CC_E
267 #endif
268 #ifdef  MACH
269 #define USE_CC_E
270 #endif
271 #ifdef __minix_vmd
272 #define DEFAULT_CPP "/usr/lib/cpp"
273 #endif
274 #if defined(__EMX__)
275 /* expects cpp in PATH */
276 #define DEFAULT_CPP "cpp"
277 #endif
278
279 /*
280  * Step 5:  cpp_argv
281  *     The following table contains the flags that should be passed
282  *     whenever a Makefile is being generated.  If your preprocessor 
283  *     doesn't predefine any unique symbols, choose one and add it to the
284  *     end of this table.  Then, do the following:
285  * 
286  *         a.  Use this symbol in Imake.tmpl when setting MacroFile.
287  *         b.  Put this symbol in the definition of BootstrapCFlags in your
288  *             <platform>.cf file.
289  *         c.  When doing a make World, always add "BOOTSTRAPCFLAGS=-Dsymbol" 
290  *             to the end of the command line.
291  * 
292  *     Note that you may define more than one symbol (useful for platforms 
293  *     that support multiple operating systems).
294  */
295
296 #define ARGUMENTS 50    /* number of arguments in various arrays */
297 char *cpp_argv[ARGUMENTS] = {
298         "cc",           /* replaced by the actual program to exec */
299         "-I.",          /* add current directory to include path */
300 #ifdef unix
301         "-Uunix",       /* remove unix symbol so that filename unix.c okay */
302 #endif
303 #if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(MACH)
304 # ifdef __i386__
305         "-D__i386__",
306 # endif
307 # ifdef __GNUC__
308         "-traditional",
309 # endif
310 #endif
311 #ifdef M4330
312         "-DM4330",      /* Tektronix */
313 #endif
314 #ifdef M4310
315         "-DM4310",      /* Tektronix */
316 #endif
317 #if defined(macII) || defined(_AUX_SOURCE)
318         "-DmacII",      /* Apple A/UX */
319 #endif
320 #if defined(USL) || defined(__USLC__)
321         "-DUSL",        /* USL */
322 #endif
323 #ifdef sony
324         "-Dsony",       /* Sony */
325 #if !defined(SYSTYPE_SYSV) && !defined(_SYSTYPE_SYSV) && NEWSOS < 42
326         "-Dbsd43",
327 #endif
328 #endif
329 #ifdef _IBMR2
330         "-D_IBMR2",     /* IBM RS-6000 (we ensured that aix is defined above */
331 #ifndef aix
332 #define aix             /* allow BOOTSTRAPCFLAGS="-D_IBMR2" */
333 #endif
334 #endif /* _IBMR2 */
335 #ifdef aix
336         "-Daix",        /* AIX instead of AOS */
337 #ifndef ibm
338 #define ibm             /* allow BOOTSTRAPCFLAGS="-Daix" */
339 #endif
340 #endif /* aix */
341 #ifdef ibm
342         "-Dibm",        /* IBM PS/2 and RT under both AOS and AIX */
343 #endif
344 #ifdef luna
345         "-Dluna",       /* OMRON luna 68K and 88K */
346 #ifdef luna1
347         "-Dluna1",
348 #endif
349 #ifdef luna88k          /* need not on UniOS-Mach Vers. 1.13 */
350         "-traditional", /* for some older version            */
351 #endif                  /* instead of "-DXCOMM=\\#"          */
352 #ifdef uniosb
353         "-Duniosb",
354 #endif
355 #ifdef uniosu
356         "-Duniosu",
357 #endif
358 #endif /* luna */
359 #ifdef _CRAY            /* Cray */
360         "-Ucray",
361 #endif
362 #ifdef Mips
363         "-DMips",       /* Define and use Mips for Mips Co. OS/mach. */
364 # if defined(SYSTYPE_BSD) || defined(BSD) || defined(BSD43)
365         "-DBSD43",      /* Mips RISCOS supports two environments */
366 # else
367         "-DSYSV",       /* System V environment is the default */
368 # endif
369 #endif /* Mips */
370 #ifdef MOTOROLA
371         "-DMOTOROLA",    /* Motorola Delta Systems */
372 # ifdef SYSV
373         "-DSYSV", 
374 # endif
375 # ifdef SVR4
376         "-DSVR4",
377 # endif
378 #endif /* MOTOROLA */
379 #if defined(M_UNIX) || defined(sco)
380         "-Dsco",
381 # if defined(sco324)
382         "-Dsco324",
383 # endif
384 #endif
385 #ifdef i386
386         "-Di386",
387 # ifdef SVR4
388         "-DSVR4",
389 # endif
390 # ifdef SYSV
391         "-DSYSV",
392 #  ifdef ISC
393         "-DISC",
394 #   ifdef ISC40
395         "-DISC40",       /* ISC 4.0 */
396 #   else
397 #    ifdef ISC202
398         "-DISC202",      /* ISC 2.0.2 */
399 #    else
400 #     ifdef ISC30
401         "-DISC30",       /* ISC 3.0 */
402 #     else
403         "-DISC22",       /* ISC 2.2.1 */
404 #     endif
405 #    endif
406 #   endif
407 #  endif
408 #  ifdef SCO
409         "-DSCO",
410 #   ifdef SCO324
411         "-DSCO324",
412 #   endif
413 #  endif
414 #  ifdef ESIX
415         "-DESIX",
416 #  endif
417 #  ifdef ATT
418         "-DATT",
419 #  endif
420 #  ifdef DELL
421         "-DDELL",
422 #  endif
423 # endif
424 #endif
425 #ifdef SYSV386          /* System V/386 folks, obsolete */
426         "-Di386",
427 # ifdef SVR4
428         "-DSVR4",
429 # endif
430 # ifdef SYSV
431         "-DSYSV",
432 #  ifdef ISC
433         "-DISC",
434 #   ifdef ISC40
435         "-DISC40",       /* ISC 4.0 */
436 #   else
437 #    ifdef ISC202
438         "-DISC202",      /* ISC 2.0.2 */
439 #    else
440 #     ifdef ISC30
441         "-DISC30",       /* ISC 3.0 */
442 #     else
443         "-DISC22",       /* ISC 2.2.1 */
444 #     endif
445 #    endif
446 #   endif
447 #  endif
448 #  ifdef SCO
449         "-DSCO",
450 #   ifdef SCO324
451         "-DSCO324",
452 #   endif
453 #  endif
454 #  ifdef ESIX
455         "-DESIX",
456 #  endif
457 #  ifdef ATT
458         "-DATT",
459 #  endif
460 #  ifdef DELL
461         "-DDELL",
462 #  endif
463 # endif
464 #endif
465 #ifdef __osf__
466         "-D__osf__",
467 # ifdef __mips__
468         "-D__mips__",
469 # endif
470 # ifdef __alpha
471         "-D__alpha",
472 # endif
473 # ifdef __i386__
474         "-D__i386__",
475 # endif
476 # ifdef __GNUC__
477         "-traditional",
478 # endif
479 #endif
480 #ifdef Oki
481         "-DOki",
482 #endif
483 #ifdef sun
484 #if defined(SVR4) || defined(__svr4__) || defined(__SVR4) || defined(__sol__)
485         "-DSVR4",
486 #endif
487 #endif
488 #ifdef WIN32
489         "-DWIN32",
490         "-nologo",
491 #if _MSC_VER < 1000
492         "-batch",
493 #endif
494         "-D__STDC__",
495 #endif
496 #ifdef NCR
497         "-DNCR",        /* NCR */
498 #endif
499 #ifdef linux
500         "-traditional",
501         "-Dlinux",
502 #endif
503 #ifdef __uxp__
504         "-D__uxp__",
505 #endif
506 #ifdef __sxg__
507         "-D__sxg__",
508 #endif
509 #ifdef nec_ews_svr2
510         "-Dnec_ews_svr2",
511 #endif
512 #ifdef AMOEBA
513         "-DAMOEBA",
514 # ifdef CROSS_COMPILE
515         "-DCROSS_COMPILE",
516 #  ifdef CROSS_i80386
517         "-DCROSS_i80386",
518 #  endif
519 #  ifdef CROSS_sparc
520         "-DCROSS_sparc",
521 #  endif
522 #  ifdef CROSS_mc68000
523         "-DCROSS_mc68000",
524 #  endif
525 # else
526 #  ifdef i80386
527         "-Di80386",
528 #  endif
529 #  ifdef sparc
530         "-Dsparc",
531 #  endif
532 #  ifdef mc68000
533         "-Dmc68000",
534 #  endif
535 # endif
536 #endif
537 #if defined(__sgi) && defined(__ANSI_CPP__)
538         "-cckr",
539 #endif
540 #ifdef __minix_vmd
541         "-Dminix",
542 #endif
543
544 #if defined(__EMX__)
545         "-traditional",
546         "-Demxos2",
547 #endif
548
549 };
550
551
552 /*
553  * Step 6: DEFAULT_OS_MAJOR_REV, DEFAULT_OS_MINOR_REV, DEFAULT_OS_TEENY_REV,
554  *      and DEFAULT_OS_NAME.
555  *      If your systems provides a way to generate the default major,
556  *      minor, teeny, or system names at runtime add commands below.
557  *      The syntax of the _REV strings is 'f fmt' where 'f' is an argument
558  *      you would give to uname, and "fmt" is a scanf() format string.
559  *      Supported uname arguments are "snrvm", and if you specify multiple
560  *      arguments they will be separated by spaces.  No more than 5 arguments
561  *      may be given.  Unlike uname() order of arguments matters.
562  */
563 #if defined(aix)
564 /* uname -v returns "x" (e.g. "4"), and uname -r returns "y" (e.g. "1") */
565 # define DEFAULT_OS_MAJOR_REV   "v %[0-9]"
566 # define DEFAULT_OS_MINOR_REV   "r %[0-9]"
567 /* No information available to generate default OSTeenyVersion value. */
568 # define DEFAULT_OS_NAME        "srvm %[^\n]"
569 #elif defined(sun) || defined(sgi) || defined(ultrix) || defined(__uxp__) || defined(linux) || defined(sony)
570 /* uname -r returns "x.y[.z]", e.g. "5.4" or "4.1.3" */
571 # define DEFAULT_OS_MAJOR_REV   "r %[0-9]"
572 # define DEFAULT_OS_MINOR_REV   "r %*d.%[0-9]"
573 # define DEFAULT_OS_TEENY_REV   "r %*d.%*d.%[0-9]"
574 # define DEFAULT_OS_NAME        "srvm %[^\n]"
575 #elif defined(hpux)
576 /* uname -r returns "W.x.yz", e.g. "B.10.01" */
577 # define DEFAULT_OS_MAJOR_REV   "r %*[^.].%[0-9]"
578 # define DEFAULT_OS_MINOR_REV   "r %*[^.].%*d.%1s"
579 # define DEFAULT_OS_TEENY_REV   "r %*[^.].%*d.%*c%[0-9]"
580 # define DEFAULT_OS_NAME        "srvm %[^\n]"
581 #elif defined(USL) || defined(__USLC__)
582 /* uname -v returns "x.yz" or "x.y.z", e.g. "2.02" or "2.1.2". */
583 # define DEFAULT_OS_MAJOR_REV   "v %[0-9]"
584 # define DEFAULT_OS_MINOR_REV   "v %*d.%1s"
585 # define DEFAULT_OS_TEENY_REV   "v %*d.%*c%[.0-9]"
586 # define DEFAULT_OS_NAME        "srvm %[^\n]"
587 #elif defined(__osf__)
588 /* uname -r returns "Wx.y", e.g. "V3.2" or "T4.0" */
589 # define DEFAULT_OS_MAJOR_REV   "r %*[^0-9]%[0-9]"
590 # define DEFAULT_OS_MINOR_REV   "r %*[^.].%[0-9]"
591 # define DEFAULT_OS_NAME        "srvm %[^\n]"
592 #elif defined(__uxp__)
593 /* NOTE: "x.y[.z]" above handles UXP/DF.  This is a sample alternative. */
594 /* uname -v returns "VxLy Yzzzzz ....", e.g. "V20L10 Y95021 Increment 5 ..." */
595 # define DEFAULT_OS_MAJOR_REV   "v V%[0-9]"
596 # define DEFAULT_OS_MINOR_REV   "v V%*dL%[0-9]"
597 # define DEFAULT_OS_NAME        "srvm %[^\n]"
598 #elif defined(__FreeBSD__)
599 /* NetBSD, OpenBSD, 386BSD, and BSD/OS too? */
600 /* uname -r returns "x.y[.z]-mumble", e.g. "2.1.5-RELEASE" or "2.2-0801SNAP" */
601 # define DEFAULT_OS_MAJOR_REV   "r %[0-9]"
602 # define DEFAULT_OS_MINOR_REV   "r %*d.%[0-9]"
603 # define DEFAULT_OS_TEENY_REV   "r %*d.%*d.%[0-9]" 
604 # define DEFAULT_OS_NAME        "srm %[^\n]"
605 #endif
606
607 #else /* else MAKEDEPEND */
608 /*
609  * Step 7:  predefs
610  *     If your compiler and/or preprocessor define any specific symbols, add
611  *     them to the the following table.  The definition of struct symtab is
612  *     in util/makedepend/def.h.
613  */
614 struct symtab   predefs[] = {
615 #ifdef apollo
616         {"apollo", "1"},
617 #endif
618 #ifdef ibm032
619         {"ibm032", "1"},
620 #endif
621 #ifdef ibm
622         {"ibm", "1"},
623 #endif
624 #ifdef aix
625         {"aix", "1"},
626 #endif
627 #ifdef sun
628         {"sun", "1"},
629 #endif
630 #ifdef sun2
631         {"sun2", "1"},
632 #endif
633 #ifdef sun3
634         {"sun3", "1"},
635 #endif
636 #ifdef sun4
637         {"sun4", "1"},
638 #endif
639 #ifdef sparc
640         {"sparc", "1"},
641 #endif
642 #ifdef __sparc__
643         {"__sparc__", "1"},
644 #endif
645 #ifdef hpux
646         {"hpux", "1"},
647 #endif
648 #ifdef __hpux
649         {"__hpux", "1"},
650 #endif
651 #ifdef __hp9000s800
652         {"__hp9000s800", "1"},
653 #endif
654 #ifdef __hp9000s700
655         {"__hp9000s700", "1"},
656 #endif
657 #ifdef vax
658         {"vax", "1"},
659 #endif
660 #ifdef VMS
661         {"VMS", "1"},
662 #endif
663 #ifdef cray
664         {"cray", "1"},
665 #endif
666 #ifdef CRAY
667         {"CRAY", "1"},
668 #endif
669 #ifdef _CRAY
670         {"_CRAY", "1"},
671 #endif
672 #ifdef att
673         {"att", "1"},
674 #endif
675 #ifdef mips
676         {"mips", "1"},
677 #endif
678 #ifdef __mips__
679         {"__mips__", "1"},
680 #endif
681 #ifdef ultrix
682         {"ultrix", "1"},
683 #endif
684 #ifdef stellar
685         {"stellar", "1"},
686 #endif
687 #ifdef mc68000
688         {"mc68000", "1"},
689 #endif
690 #ifdef mc68020
691         {"mc68020", "1"},
692 #endif
693 #ifdef __GNUC__
694         {"__GNUC__", "1"},
695 #endif
696 #if __STDC__
697         {"__STDC__", "1"},
698 #endif
699 #ifdef __HIGHC__
700         {"__HIGHC__", "1"},
701 #endif
702 #ifdef CMU
703         {"CMU", "1"},
704 #endif
705 #ifdef luna
706         {"luna", "1"},
707 #ifdef luna1
708         {"luna1", "1"},
709 #endif
710 #ifdef luna2
711         {"luna2", "1"},
712 #endif
713 #ifdef luna88k
714         {"luna88k", "1"},
715 #endif
716 #ifdef uniosb
717         {"uniosb", "1"},
718 #endif
719 #ifdef uniosu
720         {"uniosu", "1"},
721 #endif
722 #endif
723 #ifdef ieeep754
724         {"ieeep754", "1"},
725 #endif
726 #ifdef is68k
727         {"is68k", "1"},
728 #endif
729 #ifdef m68k
730         {"m68k", "1"},
731 #endif
732 #ifdef m88k
733         {"m88k", "1"},
734 #endif
735 #ifdef __m88k__
736         {"__m88k__", "1"},
737 #endif
738 #ifdef bsd43
739         {"bsd43", "1"},
740 #endif
741 #ifdef hcx
742         {"hcx", "1"},
743 #endif
744 #ifdef sony
745         {"sony", "1"},
746 #ifdef SYSTYPE_SYSV
747         {"SYSTYPE_SYSV", "1"},
748 #endif
749 #ifdef _SYSTYPE_SYSV
750         {"_SYSTYPE_SYSV", "1"},
751 #endif
752 #endif
753 #ifdef __OSF__
754         {"__OSF__", "1"},
755 #endif
756 #ifdef __osf__
757         {"__osf__", "1"},
758 #endif
759 #ifdef __alpha
760         {"__alpha", "1"},
761 #endif
762 #ifdef __DECC
763         {"__DECC",  "1"},
764 #endif
765 #ifdef __decc
766         {"__decc",  "1"},
767 #endif
768 #ifdef __unix__
769         {"__unix__", "1"},
770 #endif
771 #ifdef __uxp__
772         {"__uxp__", "1"},
773 #endif
774 #ifdef __sxg__
775         {"__sxg__", "1"},
776 #endif
777 #ifdef _SEQUENT_
778         {"_SEQUENT_", "1"},
779         {"__STDC__", "1"},
780 #endif
781 #ifdef __bsdi__
782         {"__bsdi__", "1"},
783 #endif
784 #ifdef nec_ews_svr2
785         {"nec_ews_svr2", "1"},
786 #endif
787 #ifdef nec_ews_svr4
788         {"nec_ews_svr4", "1"},
789 #endif
790 #ifdef _nec_ews_svr4
791         {"_nec_ews_svr4", "1"},
792 #endif
793 #ifdef _nec_up
794         {"_nec_up", "1"},
795 #endif
796 #ifdef SX
797         {"SX", "1"},
798 #endif
799 #ifdef nec
800         {"nec", "1"},
801 #endif
802 #ifdef _nec_ft
803         {"_nec_ft", "1"},
804 #endif
805 #ifdef PC_UX
806         {"PC_UX", "1"},
807 #endif
808 #ifdef sgi
809         {"sgi", "1"},
810 #endif
811 #ifdef __sgi
812         {"__sgi", "1"},
813 #endif
814 #ifdef __FreeBSD__
815         {"__FreeBSD__", "1"},
816 #endif
817 #ifdef __OpenBSD__
818         {"__OpenBSD__", "1"},
819 #endif
820 #ifdef __NetBSD__
821         {"__NetBSD__", "1"},
822 #endif
823 #ifdef __EMX__
824         {"__EMX__", "1"},
825 #endif
826         /* add any additional symbols before this line */
827         {NULL, NULL}
828 };
829
830 #endif /* MAKEDEPEND */
831 #endif /* CCIMAKE */