Are there any build-time customizations possible, e.g. change defaults, create a smaller binary, etc?
There are some options. They are enabled by adding something like -Dxxxx=1 to the CPPFLAGS environment variable before running configure (see the build notes for general background.) /* * Mar/2006 * Build-time customization via CPPFLAGS. * * Summary of options to include in CPPFLAGS for custom builds: * * -DVNCSHARED to have the vnc display shared by default. * -DFOREVER to have -forever on by default. * -DNOREPEAT=0 to have -repeat on by default. * -DADDKEYSYMS=0 to have -noadd_keysyms the default. * * -DREMOTE_DEFAULT=0 to disable remote-control on by default (-yesremote.) * -DREMOTE_CONTROL=0 to disable remote-control mechanism completely. * -DEXTERNAL_COMMANDS=0 to disable the running of all external commands. * -DFILEXFER=0 disable filexfer. * * -DHARDWIRE_PASSWD=… hardwired passwords, quoting necessary. * -DHARDWIRE_VIEWPASSWD=… * -DNOPW=1 make -nopw the default (skip warning) * -DUSEPW=1 make -usepw the default * -DPASSWD_REQUIRED=1 exit unless a password is supplied. * -DPA
Related Questions
- How do I create a page that has information on the top (or bottom) that cannot be changed or customized by a regular user, but allows the user to make other customizations?
- Are there any build-time customizations possible, e.g. change defaults, create a smaller binary, etc?
- Is it possible to create custom help text for questions?