Changeset e488ec5 for owl.h


Ignore:
Timestamp:
Jul 27, 2010, 10:50:36 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
35a30f9
Parents:
f93cc34 (diff), 26ad412 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge branch 'security'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rd296c9a re488ec5  
    7676
    7777#define OWL_DEBUG 0
    78 #define OWL_DEBUG_FILE "/var/tmp/owldebug"
     78#define OWL_DEBUG_FILE "/var/tmp/barnowl-debug"
    7979
    8080#define OWL_CONFIG_DIR "/.owl"             /* this is relative to the user's home directory */
     
    643643  int load_initial_subs;
    644644  volatile sig_atomic_t interrupted;
     645  FILE *debug_file;
    645646} owl_global;
    646647
Note: See TracChangeset for help on using the changeset viewer.