utils/.ns3rc
author Tom Henderson <tomh@tomh.org>
Fri, 30 Jan 2015 11:34:38 -0800
changeset 11188 e010083f6592
parent 7024 4392d52b3536
permissions -rw-r--r--
fix possibly uninitialized variable warning

#! /usr/bin/env python

# A list of the modules that will be enabled when ns-3 is run.
# Modules that depend on the listed modules will be enabled also.
#
# All modules can be enabled by choosing 'all_modules'.
modules_enabled = ['all_modules']

# Set this equal to true if you want examples to be run.
examples_enabled = False

# Set this equal to true if you want tests to be run.
tests_enabled = False