rename upstream-man-pages to upstream-doc
[clinton/guile-figl.git] / upstream-doc / man2 / usr / include / make / linuxdefs
1
2 /*
3 * ident "$Header$"
4 *
5 * Copyright (c) 1991-2000 Silicon Graphics, Inc.
6 * This document is licensed under the SGI Free Software B license.
7 * For details, see
8 *
9 * http://oss.sgi.com/projects/FreeB
10 *
11 */
12
13 /*
14 * defines to make gcc's -ansi more-or-less equivalent to SGI's -xansi
15 */
16
17 #if defined(__i386__)
18 #define i386 1
19 #endif
20
21 #if defined(__linux__)
22 #define linux 1
23 #endif
24
25 #if defined(__unix__)
26 #define unix 1
27 #endif
28
29 #if !defined(_BSD_SOURCE)
30 #define _BSD_SOURCE 1
31 #endif