]> Kevux Git Server - koopa/commitdiff
Update: add necessary defines to fix problems with ldap deprecation and <sched.h...
authorKevin Day <thekevinday@gmail.com>
Wed, 31 Jan 2018 04:36:04 +0000 (22:36 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 31 Jan 2018 04:36:04 +0000 (22:36 -0600)
On some systems, including <sched.h> does not result in all of tbe necessary defines being enabled without additional defines.
Newer versions of ldap deprecatd and removed currently used functions.

program/autocreate_ldap_accounts_in_postgresql/source/c/autocreate_ldap_accounts_in_postgresql.c

index 01e088c93dd0eb13feb0be182a595bcc96056ccd..40a2f9d03d7a23a3579afd6f1ae92c355f4e5d79 100644 (file)
@@ -27,6 +27,9 @@
  *
  * Copyright Kevin Day, lgpl v2.1 or later.
  */
+#define _GNU_SOURCE
+#define LDAP_DEPRECATED 1
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>