Backport of r544:
Define PROTOTYPES to be one by default in global.h. This affects the RSA MD5 code. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.6.x@546 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
@@ -38,13 +38,13 @@
|
||||
/* PROTOTYPES should be set to one if and only if the compiler supports
|
||||
function argument prototyping.
|
||||
|
||||
The following makes PROTOTYPES default to 0 if it has not already
|
||||
The following makes PROTOTYPES default to 1 if it has not already
|
||||
been defined with C compiler flags.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PROTOTYPES
|
||||
#define PROTOTYPES 0
|
||||
#define PROTOTYPES 1
|
||||
#endif
|
||||
|
||||
/* POINTER defines a generic pointer type */
|
||||
|
Reference in New Issue
Block a user