Skip to content

Commit

Permalink
Upgraded discount to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdh committed Jan 20, 2011
1 parent 10d7a42 commit c3823c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion discount
4 changes: 1 addition & 3 deletions discount-config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@


#define OS_DARWIN 1
#define DWORD unsigned int
#define WORD unsigned short
#define BYTE unsigned char
#define HAVE_PWD_H 1
#define HAVE_GETPWUID 1
#define HAVE_SRANDOM 1
#define INITRNG(x) srandom((unsigned int)x)
#define HAVE_BZERO 1
#define HAVE_RANDOM 1
#define COINTOSS() (random()&1)
#define HAVE_STRCASECMP 1
Expand Down

0 comments on commit c3823c5

Please sign in to comment.