summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-28 14:12:54 +1000
committerDamien Miller <djm@mindrot.org>1999-10-28 14:12:54 +1000
commite413cba972feb60d3d4d104c0c93320435610d1b (patch)
treed712398819471c56f89ea3fc7a4fa5fb8db38690 /helper.h
parent062307657e30c9b970514eb53b4b743f9d571231 (diff)
Disabled code based on autoconf tests
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 309156a2..0e53fac4 100644
--- a/helper.h
+++ b/helper.h
@@ -36,8 +36,15 @@
#ifndef _HELPER_H
#define _HELPER_H
+#include "config.h"
+
+#ifndef HAVE_ARC4RANDOM
unsigned int arc4random(void);
void arc4random_stir(void);
+#endif /* !HAVE_ARC4RANDOM */
+
+#ifndef HAVE_SETPROCTITLE
void setproctitle(const char *fmt, ...);
+#endif /* !HAVE_SETPROCTITLE */
#endif /* _HELPER_H */