J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 17:50:04 +0000] rev 338
Provide a program_name global variable as required by gnulib to
avoid the need for all programs that use librazor to do so.
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 17:36:50 +0000] rev 337
Replace call to random() with the more portable rand() since we
don't have any need for a "good" random number generator.
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 17:29:31 +0000] rev 336
Use fsync from gnulib for portability
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 17:12:28 +0000] rev 335
Link to winsock2 under mingw (needed for ntohl).
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 16:54:05 +0000] rev 334
Add an early include of config.h as required by gnulib
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 15:44:43 +0000] rev 333
Remove another unnecessary include of sys/mman.h
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 15:36:35 +0000] rev 332
Use gnulib with the razor binary for portability (for fnmatch in particular).
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 15:22:34 +0000] rev 331
Remove unnecessary include of sys/mman.h
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 15:18:01 +0000] rev 330
Only include sys/wait.h on platforms that have it.
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 15:08:08 +0000] rev 329
Include winsock.h rather than arpa/inet.h on mingw platforms.
Also fix a trivial int/long mismatch.