Changeset 538 for trunk/src/ocat.h


Ignore:
Timestamp:
01/24/10 19:55:24 (2 years ago)
Author:
eagle
Message:
  • options are parsed sequentially (-f and -I first)
  • config file is always read from SYSCONFDIR (usually /etc or /usr/local/etc)
  • changed Makefile.am to not install header files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ocat.h

    r536 r538  
    220220#define NTYPE_I2P 1 
    221221 
     222#ifndef SYSCONFDIR 
     223#define SYSCONFDIR "/etc" 
     224#endif 
    222225 
    223226struct OcatSetup 
     
    257260   char *config_file; 
    258261   int config_read; 
     262   int config_failed; 
    259263   int use_tap; 
    260264   //! local OnionCat MAC address 
Note: See TracChangeset for help on using the changeset viewer.