# This files sets building rules for the mosix installation package
# Change these values to your hears desire
# A value is disabled by commenting it and enabled by uncommenting it.

# NOTE: If you are creating a distribution, you should enable all options 
# you might think of enabling the BUILD_STATIC option in the end of this
# file

##############################################
## Boot-loader support                      ##
##############################################

## Allow LILO
LOADER_LILO=y

## Allow GRUB, not implemented yet!
#LOADER_GRUB=y


##############################################
## Distribution support                     ##
##############################################

## Allow RedHat
DIST_REDHAT=y

## Allow Mandrake
DIST_MANDRAKE=y

## Allow SuSE
DIST_SUSE=y

##Allow Slackware 
#DIST_SLACKWARE=y

## Allow Debian (not yet implemented!)
#DIST_DEBIAN=y

##############################################
## UI support                               ##
##############################################

## Allow text-mode (like make oldconfig in the kernel). This is the dumbest 
## option.
GUI_OLD=y

## Allow a curses based interface
GUI_CURSES=y

## Allow a GTK based interface
#GUI_GTK=y

## Allow a QT base interface (not yet implemnted!)
#GUI_QT=y


##############################################
## Misc options                             ##
##############################################

# specify:
#   -static   for static linking
#   ...       for ...
BUILD_OPTIONS=
#BUILD_OPTIONS=-static

# Getopt() - Most linuxes need this:
INCLUDE_GETOPT_H=y

# Select compiler (if commented, gcc is used.)
#COMPILER=insure

