| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.13 2004/05/07 07:42:53 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.14 2004/06/30 21:44:46 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>What are USE-flags?</title> |
11 | <title>What are USE-flags?</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 122 | we think are commonly used by the Gentoo users. This default setting is declared |
122 | we think are commonly used by the Gentoo users. This default setting is declared |
| 123 | in the <path>/etc/make.profile/make.defaults</path> file. Let us take a look at |
123 | in the <path>/etc/make.profile/make.defaults</path> file. Let us take a look at |
| 124 | this default setting: |
124 | this default setting: |
| 125 | </p> |
125 | </p> |
| 126 | |
126 | |
| 127 | <pre caption="/etc/make.profile/make.defaults USE variable"> |
127 | <pre caption="/etc/make.profile/make.defaults USE variable on an x86 system"> |
| 128 | USE="x86 oss apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gpm gtk |
128 | USE="x86 oss apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gpm |
| 129 | imlib jpeg kde gnome libg++ libwww mad mikmod motif mpeg ncurses nls |
129 | gtk gtk2 imlib jpeg kde gnome libg++ libwww mad mikmod motif mpeg ncurses |
| 130 | oggvorbis opengl pam pdflib png python qt quicktime readline sdl slang |
130 | nls oggvorbis opengl pam pdflib png python qt quicktime readline sdl |
| 131 | spell ssl svga tcpd truetype X xml2 xmms xv zlib" |
131 | slang spell ssl svga tcpd truetype X xml2 xmms xv zlib" |
| 132 | </pre> |
132 | </pre> |
| 133 | |
133 | |
| 134 | <p> |
134 | <p> |
| 135 | As you can see, this variable already contains quite a lot of keywords. Do |
135 | As you can see, this variable already contains quite a lot of keywords. Do |
| 136 | <b>not</b> alter the <path>/etc/make.profile/make.defaults</path> file to tailor |
136 | <b>not</b> alter the <path>/etc/make.profile/make.defaults</path> file to tailor |