1 /* This work is part of OpenLDAP Software <http://www.openldap.org/>. 2 * 3 * Copyright 1998-2021 The OpenLDAP Foundation. 4 * All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted only as authorized by the OpenLDAP 8 * Public License. 9 * 10 * A copy of this license is available in the file LICENSE in the 11 * top-level directory of the distribution or, alternatively, at 12 * <http://www.OpenLDAP.org/license.html>. 13 */ 14 /* This file is automatically generated by configure; please do not edit. */ 15 16 #include "portable.h" 17 #include "slap.h" 18 19 extern OV_init syncprov_initialize; 20 21 OverlayInit slap_oinfo[] = { 22 { "syncprov", syncprov_initialize }, 23 { NULL, NULL }, 24 }; 25 26 /* end of generated file */ 27