#!/bin/bash
# moje zmienne srodowiskowe

export DVD_0=4,0,0
export DVD_1=5,0,0

export GTK="`pkg-config gtk+-2.0 --cflags --libs`"
export SDL="`pkg-config sdl --cflags --libs`"
export CURSES="`ncurses6-config --cflags --libs`"
export GL="`pkg-config gl --cflags --libs glu --cflags --libs`"
export GLU="`pkg-config glu --cflags --libs`"
export GLUT="-lglut"
export CC_OPTIONS="-Wall -Wformat-security"
export ANSI_C_OPTIONS="-Wmissing-prototypes"

export LSFLAGS=" -Ahl --color=auto --time-style=long-iso"
export SETTERM="setterm -bfreq 0 -store -foreground cyan "
export HISTSIZE=25
export HISTFILE=""
export HISTCONTROL=ignoredups
export HOSTNAME="darkstar"
export LESSOPEN="|lesspipe.sh %s"
export LESS="-M"
export LESSHISTFILE="/dev/null"
export LANG=C
export LC_CTYPE=pl_PL
export PKG_CONFIG_PATH="/usr/lib/pkgconfig:/usr/local/lib/pkgconfig"
export MENUCONFIG_COLOR="blackbg"
export KDETMP=/var/tmp/
export MAILCHECK=-1
export PYTHONSTARTUP=/tmp/
export LOGIN_COLOR="blue -bold on"
export LESS_TERMCAP_mb=$'\E[01;31m'
export LESS_TERMCAP_md=$'\E[01;31m'
export LESS_TERMCAP_me=$'\E[0m'
export LESS_TERMCAP_se=$'\E[0m'
export LESS_TERMCAP_ue=$'\E[0m'
export LESS_TERMCAP_us=$'\E[01;33m'
export MOZ_DISABLE_PANGO=1
export NO_AT_BRIDGE=1

export NTPSERVER="150.254.183.15"

export XORG_VER="1.19.2"
export XTERM_RES="-geometry 168x53+135+15"
export FREETYPE_PROPERTIES="truetype:interpreter-version=35"

export DEVICE="eth0" 
export ADDRESS="192.168.16.70"
export GATEWAY="192.168.16.1" 
