config-dhcpd 0.5 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News config-dhcpd 0.5 (Default branch)
# 1  
Old 01-07-2009
config-dhcpd 0.5 (Default branch)

config-dhcpd is a graphical DHCP daemon configuration tool written in Python. License: GNU General Public License (GPL) Changes:
configParser is now used to store the backend configuration. This lets the object tree be generic, and it paves the way towards having an actual dhcpd.conf parser. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
sundials-config(1)						     SUNDIALS							sundials-config(1)

NAME
sundials-config - returns required flags for linking to SUNDIALS libraries SYNOPSIS
sundials-config -m {cvode|cvodes|ida|kinsol} -t {s|p} -l {c|f} [-s {libs|cppflags}] [-hv] DESCRIPTION
sundials-config provides a way to obtain various configuration options for compiling programs that use SUNDIALS OPTIONS
-m {cvode|cvodes|ida|kinsol} Select the SUNDIALS module -t {s|p} Use serial of parallel vectors -l {c|f} Use C or Fortran -s {libs|cppflags} Show linking flags or C preprocessor flags (show both of no option is given) -h Get usage and options information -v View the script NOTES
-lf is not valid for -m cvodes -s cppflags returns an empty string for -l f AUTHOR
Radu Serban <radu@llnl.gov> This manual page was written by Andrey Romanenko for the Debian system (but may be used by others). Permission is granted to copy, dis- tribute and/or modify this document under the terms of the &gnu; General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. SEE ALSO
SUNDIALS Documentation 2006-07-25 sundials-config(1)