Tizen 2.1 base
[external/mawk.git] / config.user
1 # config.user  (user configuration template)
2
3 # User settable configuration parameters
4 #
5 # Uncomment and change as needed
6 # (no space around '=' , this gets sourced)
7
8 # Most people will not need to do anything with this file.
9
10 # If you want or need changes, edit this file.
11 ############
12
13 # default is to look for gcc and use cc if no gcc
14 # change if you do not want gcc or want a different compiler from
15 # gcc or cc
16 #CC=lcc
17
18 # change if need special C compiler flags
19 # otherwise default is -O
20 # CFLAGS='-O4 -special flags'
21
22 # configure will look for libm. Change if you know this will fail
23 # or want a different math library
24 #MATHLIB=-lspecialmath
25 #MATHLIB=''   # if you don't need a special lib to get sin,sqrt,etc
26
27 # where to put the binary
28 BINDIR=/usr/local/bin
29
30 # where to put the man pages and man page extension
31 MANDIR=/usr/local/man/man1
32 MANEXT=1
33
34 # fix up things the configuration script bungles here
35 # most likely candidate is fpe tests
36 # This gets put in config.h via: echo "$USER_DEFINES"
37 # example:
38 #USER_DEFINES='
39 #define FPE_TRAPS_ON 1
40 #define NOINFO_SIGFPE 1'
41