imakemdep.h (cdf0e10c) imakemdep.h (fb0b81f5)
1
2/* $XConsortium: imakemdep.h,v 1.83 95/04/07 19:47:46 kaleb Exp $ */
3/* $XFree86: xc/config/imake/imakemdep.h,v 3.12 1995/07/08 10:22:17 dawes Exp $ */
4/*
5
6Copyright (c) 1993, 1994 X Consortium
7
8Permission is hereby granted, free of charge, to any person obtaining a copy

--- 495 unchanged lines hidden (view full) ---

504 "-traditional",
505 "-Demxos2",
506#endif
507
508};
509#else /* else MAKEDEPEND */
510/*
511 * Step 6: predefs
1
2/* $XConsortium: imakemdep.h,v 1.83 95/04/07 19:47:46 kaleb Exp $ */
3/* $XFree86: xc/config/imake/imakemdep.h,v 3.12 1995/07/08 10:22:17 dawes Exp $ */
4/*
5
6Copyright (c) 1993, 1994 X Consortium
7
8Permission is hereby granted, free of charge, to any person obtaining a copy

--- 495 unchanged lines hidden (view full) ---

504 "-traditional",
505 "-Demxos2",
506#endif
507
508};
509#else /* else MAKEDEPEND */
510/*
511 * Step 6: predefs
512 * If your compiler and/or preprocessor define any specific symbols, add
513 * them to the the following table. The definition of struct symtab is
512 * If your compiler and/or preprocessor defines any specific symbols, add
513 * them to the following table. The definition of struct symtab is
514 * in util/makedepend/def.h.
515 */
516struct pair predefs[] = {
517#ifdef apollo
518 {"apollo", "1", NULL},
519#endif
520#ifdef ibm032
521 {"ibm032", "1", NULL},

--- 209 unchanged lines hidden ---
514 * in util/makedepend/def.h.
515 */
516struct pair predefs[] = {
517#ifdef apollo
518 {"apollo", "1", NULL},
519#endif
520#ifdef ibm032
521 {"ibm032", "1", NULL},

--- 209 unchanged lines hidden ---