- Timestamp:
- Jul 27, 2010, 10:50:36 PM (13 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
rd296c9a re488ec5 76 76 77 77 #define OWL_DEBUG 0 78 #define OWL_DEBUG_FILE "/var/tmp/ owldebug"78 #define OWL_DEBUG_FILE "/var/tmp/barnowl-debug" 79 79 80 80 #define OWL_CONFIG_DIR "/.owl" /* this is relative to the user's home directory */ … … 643 643 int load_initial_subs; 644 644 volatile sig_atomic_t interrupted; 645 FILE *debug_file; 645 646 } owl_global; 646 647
Note: See TracChangeset
for help on using the changeset viewer.