# config file for distccd daemon

# Path to find gcc compiler
DISTCCD_PATH="/bin:/usr/bin:/usr/local/bin"

TMPDIR=/tmp

# Listen only address
#LISTEN=127.0.0.1

# Listen port (3632 by default)
#PORT=3632

# Allow networks
# See /etc/distcc/clients.allow as alternative way
ALLOW="127.0.0.0/24 127.0.0.2/24"

#RUNUSER="distccd"

# Some additional distccd options
OPTIONS=""

