1 # configuration for BeOS
4 # Show we need to use the C version of ALLOCA
6 # Use it regardless of whether we are compiling with gcc or not.
7 USE_ALLOCA= `echo "${ALLOCA}"`
8 USE_HOST_ALLOCA= `echo ${HOST_PREFIX}${HOST_ALLOCA}`
9 SUBDIR_USE_ALLOCA = `if [ x$(ALLOCA) != x ]; then echo ../$(ALLOCA); else true; fi`