/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/js/config/mkdepend/imakemdep.h

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs · C++ Header · 733 lines · 612 code · 36 blank · 85 comment · 38 complexity · ed06db45bca6e15697af0a6a7b6d120e MD5 · raw file

  1. /* $XConsortium: imakemdep.h,v 1.83 95/04/07 19:47:46 kaleb Exp $ */
  2. /* $XFree86: xc/config/imake/imakemdep.h,v 3.12 1995/07/08 10:22:17 dawes Exp $ */
  3. /*
  4. Copyright (c) 1993, 1994 X Consortium
  5. Permission is hereby granted, free of charge, to any person obtaining a copy
  6. of this software and associated documentation files (the "Software"), to deal
  7. in the Software without restriction, including without limitation the rights
  8. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  9. copies of the Software, and to permit persons to whom the Software is
  10. furnished to do so, subject to the following conditions:
  11. The above copyright notice and this permission notice shall be included in
  12. all copies or substantial portions of the Software.
  13. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  14. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  15. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  16. X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  17. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  18. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  19. Except as contained in this notice, the name of the X Consortium shall not be
  20. used in advertising or otherwise to promote the sale, use or other dealings
  21. in this Software without prior written authorization from the X Consortium.
  22. */
  23. /*
  24. * This file contains machine-dependent constants for the imake utility.
  25. * When porting imake, read each of the steps below and add in any necessary
  26. * definitions. In general you should *not* edit ccimake.c or imake.c!
  27. */
  28. #ifdef CCIMAKE
  29. /*
  30. * Step 1: imake_ccflags
  31. * Define any special flags that will be needed to get imake.c to compile.
  32. * These will be passed to the compile along with the contents of the
  33. * make variable BOOTSTRAPCFLAGS.
  34. */
  35. #ifdef hpux
  36. #ifdef hp9000s800
  37. #define imake_ccflags "-DSYSV"
  38. #else
  39. #define imake_ccflags "-Wc,-Nd4000,-Ns3000 -DSYSV"
  40. #endif
  41. #endif
  42. #if defined(macII) || defined(_AUX_SOURCE)
  43. #define imake_ccflags "-DmacII -DSYSV"
  44. #endif
  45. #ifdef stellar
  46. #define imake_ccflags "-DSYSV"
  47. #endif
  48. #if defined(USL) || defined(Oki) || defined(NCR)
  49. #define imake_ccflags "-Xc -DSVR4"
  50. #endif
  51. #ifdef sony
  52. #if defined(SYSTYPE_SYSV) || defined(_SYSTYPE_SYSV)
  53. #define imake_ccflags "-DSVR4"
  54. #else
  55. #include <sys/param.h>
  56. #if NEWSOS < 41
  57. #define imake_ccflags "-Dbsd43 -DNOSTDHDRS"
  58. #else
  59. #if NEWSOS < 42
  60. #define imake_ccflags "-Dbsd43"
  61. #endif
  62. #endif
  63. #endif
  64. #endif
  65. #ifdef _CRAY
  66. #define imake_ccflags "-DSYSV -DUSG"
  67. #endif
  68. #if defined(_IBMR2) || defined(aix)
  69. #define imake_ccflags "-Daix -DSYSV"
  70. #endif
  71. #ifdef Mips
  72. # if defined(SYSTYPE_BSD) || defined(BSD) || defined(BSD43)
  73. # define imake_ccflags "-DBSD43"
  74. # else
  75. # define imake_ccflags "-DSYSV"
  76. # endif
  77. #endif
  78. #ifdef is68k
  79. #define imake_ccflags "-Dluna -Duniosb"
  80. #endif
  81. #ifdef SYSV386
  82. # ifdef SVR4
  83. # define imake_ccflags "-Xc -DSVR4"
  84. # else
  85. # define imake_ccflags "-DSYSV"
  86. # endif
  87. #endif
  88. #ifdef SVR4
  89. # ifdef i386
  90. # define imake_ccflags "-Xc -DSVR4"
  91. # endif
  92. #endif
  93. #ifdef SYSV
  94. # ifdef i386
  95. # define imake_ccflags "-DSYSV"
  96. # endif
  97. #endif
  98. #ifdef __convex__
  99. #define imake_ccflags "-fn -tm c1"
  100. #endif
  101. #ifdef apollo
  102. #define imake_ccflags "-DX_NOT_POSIX"
  103. #endif
  104. #ifdef WIN32
  105. #define imake_ccflags "-nologo -batch -D__STDC__"
  106. #endif
  107. #ifdef __uxp__
  108. #define imake_ccflags "-DSVR4 -DANSICPP"
  109. #endif
  110. #ifdef __sxg__
  111. #define imake_ccflags "-DSYSV -DUSG -DNOSTDHDRS"
  112. #endif
  113. #ifdef sequent
  114. #define imake_ccflags "-DX_NOT_STDC_ENV -DX_NOT_POSIX"
  115. #endif
  116. #ifdef _SEQUENT_
  117. #define imake_ccflags "-DSYSV -DUSG"
  118. #endif
  119. #if defined(SX) || defined(PC_UX)
  120. #define imake_ccflags "-DSYSV"
  121. #endif
  122. #ifdef nec_ews_svr2
  123. #define imake_ccflags "-DUSG"
  124. #endif
  125. #if defined(nec_ews_svr4) || defined(_nec_ews_svr4) || defined(_nec_up) || defined(_nec_ft)
  126. #define imake_ccflags "-DSVR4"
  127. #endif
  128. #ifdef MACH
  129. #define imake_ccflags "-DNOSTDHDRS"
  130. #endif
  131. /* this is for OS/2 under EMX. This won't work with DOS */
  132. #if defined(__EMX__)
  133. #define imake_ccflags "-DBSD43"
  134. #endif
  135. #else /* not CCIMAKE */
  136. #ifndef MAKEDEPEND
  137. /*
  138. * Step 2: dup2
  139. * If your OS doesn't have a dup2() system call to duplicate one file
  140. * descriptor onto another, define such a mechanism here (if you don't
  141. * already fall under the existing category(ies).
  142. */
  143. #if defined(SYSV) && !defined(_CRAY) && !defined(Mips) && !defined(_SEQUENT_)
  144. #define dup2(fd1,fd2) ((fd1 == fd2) ? fd1 : (close(fd2), \
  145. fcntl(fd1, F_DUPFD, fd2)))
  146. #endif
  147. /*
  148. * Step 3: FIXUP_CPP_WHITESPACE
  149. * If your cpp collapses tabs macro expansions into a single space and
  150. * replaces escaped newlines with a space, define this symbol. This will
  151. * cause imake to attempt to patch up the generated Makefile by looking
  152. * for lines that have colons in them (this is why the rules file escapes
  153. * all colons). One way to tell if you need this is to see whether or not
  154. * your Makefiles have no tabs in them and lots of @@ strings.
  155. */
  156. #if defined(sun) || defined(SYSV) || defined(SVR4) || defined(hcx) || defined(WIN32) || (defined(AMOEBA) && defined(CROSS_COMPILE))
  157. #define FIXUP_CPP_WHITESPACE
  158. #endif
  159. #ifdef WIN32
  160. #define REMOVE_CPP_LEADSPACE
  161. #define INLINE_SYNTAX
  162. #define MAGIC_MAKE_VARS
  163. #endif
  164. #ifdef __minix_vmd
  165. #define FIXUP_CPP_WHITESPACE
  166. #endif
  167. /*
  168. * Step 4: USE_CC_E, DEFAULT_CC, DEFAULT_CPP
  169. * If you want to use cc -E instead of cpp, define USE_CC_E.
  170. * If use cc -E but want a different compiler, define DEFAULT_CC.
  171. * If the cpp you need is not in /lib/cpp, define DEFAULT_CPP.
  172. */
  173. #ifdef hpux
  174. #define USE_CC_E
  175. #endif
  176. #ifdef WIN32
  177. #define USE_CC_E
  178. #define DEFAULT_CC "cl"
  179. #endif
  180. #ifdef apollo
  181. #define DEFAULT_CPP "/usr/lib/cpp"
  182. #endif
  183. #if defined(_IBMR2) && !defined(DEFAULT_CPP)
  184. #define DEFAULT_CPP "/usr/lpp/X11/Xamples/util/cpp/cpp"
  185. #endif
  186. #if defined(sun) && defined(SVR4)
  187. #define DEFAULT_CPP "/usr/ccs/lib/cpp"
  188. #endif
  189. #ifdef __bsdi__
  190. #define DEFAULT_CPP "/usr/bin/cpp"
  191. #endif
  192. #ifdef __uxp__
  193. #define DEFAULT_CPP "/usr/ccs/lib/cpp"
  194. #endif
  195. #ifdef __sxg__
  196. #define DEFAULT_CPP "/usr/lib/cpp"
  197. #endif
  198. #ifdef _CRAY
  199. #define DEFAULT_CPP "/lib/pcpp"
  200. #endif
  201. #if defined(__386BSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
  202. #define DEFAULT_CPP "/usr/libexec/cpp"
  203. #endif
  204. #ifdef MACH
  205. #define USE_CC_E
  206. #endif
  207. #ifdef __minix_vmd
  208. #define DEFAULT_CPP "/usr/lib/cpp"
  209. #endif
  210. #if defined(__EMX__)
  211. /* expects cpp in PATH */
  212. #define DEFAULT_CPP "cpp"
  213. #endif
  214. /*
  215. * Step 5: cpp_argv
  216. * The following table contains the flags that should be passed
  217. * whenever a Makefile is being generated. If your preprocessor
  218. * doesn't predefine any unique symbols, choose one and add it to the
  219. * end of this table. Then, do the following:
  220. *
  221. * a. Use this symbol in Imake.tmpl when setting MacroFile.
  222. * b. Put this symbol in the definition of BootstrapCFlags in your
  223. * <platform>.cf file.
  224. * c. When doing a make World, always add "BOOTSTRAPCFLAGS=-Dsymbol"
  225. * to the end of the command line.
  226. *
  227. * Note that you may define more than one symbol (useful for platforms
  228. * that support multiple operating systems).
  229. */
  230. #define ARGUMENTS 50 /* number of arguments in various arrays */
  231. char *cpp_argv[ARGUMENTS] = {
  232. "cc", /* replaced by the actual program to exec */
  233. "-I.", /* add current directory to include path */
  234. #ifdef unix
  235. "-Uunix", /* remove unix symbol so that filename unix.c okay */
  236. #endif
  237. #if defined(__386BSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(MACH)
  238. # ifdef __i386__
  239. "-D__i386__",
  240. # endif
  241. # ifdef __x86_64__
  242. "-D__x86_64__",
  243. # endif
  244. # ifdef __GNUC__
  245. "-traditional",
  246. # endif
  247. #endif
  248. #ifdef M4330
  249. "-DM4330", /* Tektronix */
  250. #endif
  251. #ifdef M4310
  252. "-DM4310", /* Tektronix */
  253. #endif
  254. #if defined(macII) || defined(_AUX_SOURCE)
  255. "-DmacII", /* Apple A/UX */
  256. #endif
  257. #ifdef USL
  258. "-DUSL", /* USL */
  259. #endif
  260. #ifdef sony
  261. "-Dsony", /* Sony */
  262. #if !defined(SYSTYPE_SYSV) && !defined(_SYSTYPE_SYSV) && NEWSOS < 42
  263. "-Dbsd43",
  264. #endif
  265. #endif
  266. #ifdef _IBMR2
  267. "-D_IBMR2", /* IBM RS-6000 (we ensured that aix is defined above */
  268. #ifndef aix
  269. #define aix /* allow BOOTSTRAPCFLAGS="-D_IBMR2" */
  270. #endif
  271. #endif /* _IBMR2 */
  272. #ifdef aix
  273. "-Daix", /* AIX instead of AOS */
  274. #ifndef ibm
  275. #define ibm /* allow BOOTSTRAPCFLAGS="-Daix" */
  276. #endif
  277. #endif /* aix */
  278. #ifdef ibm
  279. "-Dibm", /* IBM PS/2 and RT under both AOS and AIX */
  280. #endif
  281. #ifdef luna
  282. "-Dluna", /* OMRON luna 68K and 88K */
  283. #ifdef luna1
  284. "-Dluna1",
  285. #endif
  286. #ifdef luna88k /* need not on UniOS-Mach Vers. 1.13 */
  287. "-traditional", /* for some older version */
  288. #endif /* instead of "-DXCOMM=\\#" */
  289. #ifdef uniosb
  290. "-Duniosb",
  291. #endif
  292. #ifdef uniosu
  293. "-Duniosu",
  294. #endif
  295. #endif /* luna */
  296. #ifdef _CRAY /* Cray */
  297. "-Ucray",
  298. #endif
  299. #ifdef Mips
  300. "-DMips", /* Define and use Mips for Mips Co. OS/mach. */
  301. # if defined(SYSTYPE_BSD) || defined(BSD) || defined(BSD43)
  302. "-DBSD43", /* Mips RISCOS supports two environments */
  303. # else
  304. "-DSYSV", /* System V environment is the default */
  305. # endif
  306. #endif /* Mips */
  307. #ifdef MOTOROLA
  308. "-DMOTOROLA", /* Motorola Delta Systems */
  309. # ifdef SYSV
  310. "-DSYSV",
  311. # endif
  312. # ifdef SVR4
  313. "-DSVR4",
  314. # endif
  315. #endif /* MOTOROLA */
  316. #ifdef i386
  317. "-Di386",
  318. # ifdef SVR4
  319. "-DSVR4",
  320. # endif
  321. # ifdef SYSV
  322. "-DSYSV",
  323. # ifdef ISC
  324. "-DISC",
  325. # ifdef ISC40
  326. "-DISC40", /* ISC 4.0 */
  327. # else
  328. # ifdef ISC202
  329. "-DISC202", /* ISC 2.0.2 */
  330. # else
  331. # ifdef ISC30
  332. "-DISC30", /* ISC 3.0 */
  333. # else
  334. "-DISC22", /* ISC 2.2.1 */
  335. # endif
  336. # endif
  337. # endif
  338. # endif
  339. # ifdef SCO
  340. "-DSCO",
  341. # ifdef SCO324
  342. "-DSCO324",
  343. # endif
  344. # endif
  345. # endif
  346. # ifdef ESIX
  347. "-DESIX",
  348. # endif
  349. # ifdef ATT
  350. "-DATT",
  351. # endif
  352. # ifdef DELL
  353. "-DDELL",
  354. # endif
  355. #endif
  356. #ifdef SYSV386 /* System V/386 folks, obsolete */
  357. "-Di386",
  358. # ifdef SVR4
  359. "-DSVR4",
  360. # endif
  361. # ifdef ISC
  362. "-DISC",
  363. # ifdef ISC40
  364. "-DISC40", /* ISC 4.0 */
  365. # else
  366. # ifdef ISC202
  367. "-DISC202", /* ISC 2.0.2 */
  368. # else
  369. # ifdef ISC30
  370. "-DISC30", /* ISC 3.0 */
  371. # else
  372. "-DISC22", /* ISC 2.2.1 */
  373. # endif
  374. # endif
  375. # endif
  376. # endif
  377. # ifdef SCO
  378. "-DSCO",
  379. # ifdef SCO324
  380. "-DSCO324",
  381. # endif
  382. # endif
  383. # ifdef ESIX
  384. "-DESIX",
  385. # endif
  386. # ifdef ATT
  387. "-DATT",
  388. # endif
  389. # ifdef DELL
  390. "-DDELL",
  391. # endif
  392. #endif
  393. #ifdef __osf__
  394. "-D__osf__",
  395. # ifdef __mips__
  396. "-D__mips__",
  397. # endif
  398. # ifdef __alpha
  399. "-D__alpha",
  400. # endif
  401. # ifdef __i386__
  402. "-D__i386__",
  403. # endif
  404. # ifdef __GNUC__
  405. "-traditional",
  406. # endif
  407. #endif
  408. #ifdef Oki
  409. "-DOki",
  410. #endif
  411. #ifdef sun
  412. #ifdef SVR4
  413. "-DSVR4",
  414. #endif
  415. #endif
  416. #ifdef WIN32
  417. "-DWIN32",
  418. "-nologo",
  419. "-batch",
  420. "-D__STDC__",
  421. #endif
  422. #ifdef NCR
  423. "-DNCR", /* NCR */
  424. #endif
  425. #ifdef linux
  426. "-traditional",
  427. "-Dlinux",
  428. #endif
  429. #ifdef __uxp__
  430. "-D__uxp__",
  431. #endif
  432. #ifdef __sxg__
  433. "-D__sxg__",
  434. #endif
  435. #ifdef nec_ews_svr2
  436. "-Dnec_ews_svr2",
  437. #endif
  438. #ifdef AMOEBA
  439. "-DAMOEBA",
  440. # ifdef CROSS_COMPILE
  441. "-DCROSS_COMPILE",
  442. # ifdef CROSS_i80386
  443. "-Di80386",
  444. # endif
  445. # ifdef CROSS_sparc
  446. "-Dsparc",
  447. # endif
  448. # ifdef CROSS_mc68000
  449. "-Dmc68000",
  450. # endif
  451. # else
  452. # ifdef i80386
  453. "-Di80386",
  454. # endif
  455. # ifdef sparc
  456. "-Dsparc",
  457. # endif
  458. # ifdef mc68000
  459. "-Dmc68000",
  460. # endif
  461. # endif
  462. #endif
  463. #ifdef __minix_vmd
  464. "-Dminix",
  465. #endif
  466. #if defined(__EMX__)
  467. "-traditional",
  468. "-Demxos2",
  469. #endif
  470. };
  471. #else /* else MAKEDEPEND */
  472. /*
  473. * Step 6: predefs
  474. * If your compiler and/or preprocessor define any specific symbols, add
  475. * them to the the following table. The definition of struct symtab is
  476. * in util/makedepend/def.h.
  477. */
  478. struct symtab predefs[] = {
  479. #ifdef apollo
  480. {"apollo", "1"},
  481. #endif
  482. #ifdef ibm032
  483. {"ibm032", "1"},
  484. #endif
  485. #ifdef ibm
  486. {"ibm", "1"},
  487. #endif
  488. #ifdef aix
  489. {"aix", "1"},
  490. #endif
  491. #ifdef sun
  492. {"sun", "1"},
  493. #endif
  494. #ifdef sun2
  495. {"sun2", "1"},
  496. #endif
  497. #ifdef sun3
  498. {"sun3", "1"},
  499. #endif
  500. #ifdef sun4
  501. {"sun4", "1"},
  502. #endif
  503. #ifdef sparc
  504. {"sparc", "1"},
  505. #endif
  506. #ifdef __sparc__
  507. {"__sparc__", "1"},
  508. #endif
  509. #ifdef hpux
  510. {"hpux", "1"},
  511. #endif
  512. #ifdef __hpux
  513. {"__hpux", "1"},
  514. #endif
  515. #ifdef __hp9000s800
  516. {"__hp9000s800", "1"},
  517. #endif
  518. #ifdef __hp9000s700
  519. {"__hp9000s700", "1"},
  520. #endif
  521. #ifdef vax
  522. {"vax", "1"},
  523. #endif
  524. #ifdef VMS
  525. {"VMS", "1"},
  526. #endif
  527. #ifdef cray
  528. {"cray", "1"},
  529. #endif
  530. #ifdef CRAY
  531. {"CRAY", "1"},
  532. #endif
  533. #ifdef _CRAY
  534. {"_CRAY", "1"},
  535. #endif
  536. #ifdef att
  537. {"att", "1"},
  538. #endif
  539. #ifdef mips
  540. {"mips", "1"},
  541. #endif
  542. #ifdef __mips__
  543. {"__mips__", "1"},
  544. #endif
  545. #ifdef ultrix
  546. {"ultrix", "1"},
  547. #endif
  548. #ifdef stellar
  549. {"stellar", "1"},
  550. #endif
  551. #ifdef mc68000
  552. {"mc68000", "1"},
  553. #endif
  554. #ifdef mc68020
  555. {"mc68020", "1"},
  556. #endif
  557. #ifdef __GNUC__
  558. {"__GNUC__", "1"},
  559. #endif
  560. #if __STDC__
  561. {"__STDC__", "1"},
  562. #endif
  563. #ifdef __HIGHC__
  564. {"__HIGHC__", "1"},
  565. #endif
  566. #ifdef CMU
  567. {"CMU", "1"},
  568. #endif
  569. #ifdef luna
  570. {"luna", "1"},
  571. #ifdef luna1
  572. {"luna1", "1"},
  573. #endif
  574. #ifdef luna2
  575. {"luna2", "1"},
  576. #endif
  577. #ifdef luna88k
  578. {"luna88k", "1"},
  579. #endif
  580. #ifdef uniosb
  581. {"uniosb", "1"},
  582. #endif
  583. #ifdef uniosu
  584. {"uniosu", "1"},
  585. #endif
  586. #endif
  587. #ifdef ieeep754
  588. {"ieeep754", "1"},
  589. #endif
  590. #ifdef is68k
  591. {"is68k", "1"},
  592. #endif
  593. #ifdef m68k
  594. {"m68k", "1"},
  595. #endif
  596. #ifdef m88k
  597. {"m88k", "1"},
  598. #endif
  599. #ifdef __m88k__
  600. {"__m88k__", "1"},
  601. #endif
  602. #ifdef bsd43
  603. {"bsd43", "1"},
  604. #endif
  605. #ifdef hcx
  606. {"hcx", "1"},
  607. #endif
  608. #ifdef sony
  609. {"sony", "1"},
  610. #ifdef SYSTYPE_SYSV
  611. {"SYSTYPE_SYSV", "1"},
  612. #endif
  613. #ifdef _SYSTYPE_SYSV
  614. {"_SYSTYPE_SYSV", "1"},
  615. #endif
  616. #endif
  617. #ifdef __OSF__
  618. {"__OSF__", "1"},
  619. #endif
  620. #ifdef __osf__
  621. {"__osf__", "1"},
  622. #endif
  623. #ifdef __alpha
  624. {"__alpha", "1"},
  625. #endif
  626. #ifdef __DECC
  627. {"__DECC", "1"},
  628. #endif
  629. #ifdef __decc
  630. {"__decc", "1"},
  631. #endif
  632. #ifdef __uxp__
  633. {"__uxp__", "1"},
  634. #endif
  635. #ifdef __sxg__
  636. {"__sxg__", "1"},
  637. #endif
  638. #ifdef _SEQUENT_
  639. {"_SEQUENT_", "1"},
  640. {"__STDC__", "1"},
  641. #endif
  642. #ifdef __bsdi__
  643. {"__bsdi__", "1"},
  644. #endif
  645. #ifdef nec_ews_svr2
  646. {"nec_ews_svr2", "1"},
  647. #endif
  648. #ifdef nec_ews_svr4
  649. {"nec_ews_svr4", "1"},
  650. #endif
  651. #ifdef _nec_ews_svr4
  652. {"_nec_ews_svr4", "1"},
  653. #endif
  654. #ifdef _nec_up
  655. {"_nec_up", "1"},
  656. #endif
  657. #ifdef SX
  658. {"SX", "1"},
  659. #endif
  660. #ifdef nec
  661. {"nec", "1"},
  662. #endif
  663. #ifdef _nec_ft
  664. {"_nec_ft", "1"},
  665. #endif
  666. #ifdef PC_UX
  667. {"PC_UX", "1"},
  668. #endif
  669. #ifdef sgi
  670. {"sgi", "1"},
  671. #endif
  672. #ifdef __sgi
  673. {"__sgi", "1"},
  674. #endif
  675. #ifdef __FreeBSD__
  676. {"__FreeBSD__", "1"},
  677. #endif
  678. #ifdef __NetBSD__
  679. {"__NetBSD__", "1"},
  680. #endif
  681. #ifdef __OpenBSD__
  682. {"__OpenBSD__", "1"},
  683. #endif
  684. #ifdef __EMX__
  685. {"__EMX__", "1"},
  686. #endif
  687. /* add any additional symbols before this line */
  688. {NULL, NULL}
  689. };
  690. #endif /* MAKEDEPEND */
  691. #endif /* CCIMAKE */