head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2003.03.21.13.54.52; author swiergot; state Exp; branches; next ; desc @@ 1.1 log @- Initial release. - Version 1.4.1i. @ text @# The purpose of this file is to define some variables to change behaviour of # builder script when the automatic mode is on. For example, if a variable # with_ssl is set to "y" by default and you want to build automatically, but # with with_ssl set to "n", then put "export def_with_ssl=n" in this file. # Don't forget to use "export" and to prepend variable name with "def_". export def_with_ssl=n @ .