"Fossies" - the Fresh Open Source Software Archive

Member "netbiff-0.9.18/defaults.h" (21 Sep 2003, 380 Bytes) of package /linux/privat/old/netbiff-0.9.18.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 #ifndef DEFAULTS_H
    2 #define DEFAULTS_H
    3 
    4 /* Default dir inside user's home directory.  Specifies
    5     connections to make and actions to perform. */
    6 #define DEFAULT_CONF_DIR ".netbiff"
    7 
    8 /* Default number of seconds between each mail check. */
    9 #define DEFAULT_POLL_FREQUENCY 60
   10 
   11 /* The shell with which to execute actions/commands. */
   12 #define SHELL "/bin/sh"
   13 
   14 #endif /* DEFAULTS_H */