Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Satisfy some overly picky compilers.
  • Loading branch information
uliwitness committed Aug 8, 2011
1 parent abda56d commit 0bd27c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SUUpdater.h
Expand Up @@ -161,6 +161,10 @@
// Constants:
// -----------------------------------------------------------------------------

#ifndef DEBUG
#define DEBUG 0
#endif

// Define some minimum intervals to avoid DOS-like checking attacks. These are in seconds.
#if DEBUG && 0
#define SU_MIN_CHECK_INTERVAL 60
Expand Down

0 comments on commit 0bd27c0

Please sign in to comment.