DragonFlyBSD little build fix

This commit is contained in:
David Carlier
2018-11-11 18:49:55 +00:00
parent 7721fe83e9
commit 4e0af5efd4
2 changed files with 6 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#include <errno.h> /* errno program_invocation_name program_invocation_short_name */
#if !defined(HAVE_SETPROCTITLE)
#if (defined __NetBSD__ || defined __FreeBSD__ || defined __OpenBSD__)
#if (defined __NetBSD__ || defined __FreeBSD__ || defined __OpenBSD__ || defined __DragonFly__)
#define HAVE_SETPROCTITLE 1
#else
#define HAVE_SETPROCTITLE 0