mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
now using setrlimit() if present and if not in debug mode; applied changes for removed files
This commit is contained in:
@@ -7,9 +7,7 @@ PCPEXPORT = pcp.h \
|
||||
pcp/jenhash.h \
|
||||
pcp/key.h \
|
||||
pcp/keyhash.h \
|
||||
pcp/mac.h \
|
||||
pcp/mem.h \
|
||||
pcp/pad.h \
|
||||
pcp/platform.h \
|
||||
pcp/randomart.h \
|
||||
pcp/uthash.h \
|
||||
|
||||
@@ -19,10 +19,8 @@ extern "C" {
|
||||
#include "pcp/key.h"
|
||||
#include "pcp/keyhash.h"
|
||||
#include "pcp/keysig.h"
|
||||
#include "pcp/mac.h"
|
||||
#include "pcp/mem.h"
|
||||
#include "pcp/mgmt.h"
|
||||
#include "pcp/pad.h"
|
||||
#include "pcp/pcpstream.h"
|
||||
#include "pcp/platform.h"
|
||||
#include "pcp/plist.h"
|
||||
|
||||
@@ -91,6 +91,9 @@
|
||||
/* Define to 1 if you have the `posix_memalign' function. */
|
||||
#undef HAVE_POSIX_MEMALIGN
|
||||
|
||||
/* Define to 1 if you have the `setrlimit' function. */
|
||||
#undef HAVE_SETRLIMIT
|
||||
|
||||
/* Define to 1 if you have the `sizeof' function. */
|
||||
#undef HAVE_SIZEOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user