Warning, /pim/libkgapi/src/saslplugin/config.h.in is written in an unsupported language. File is not indexed.

0001 /* The resulting config.h should be similar to the generated config.h by the cyrus-sasl configure system
0002  *   (cf. configure checks in https://github.com/cyrusimap/cyrus-sasl/tree/master/m4)
0003  *
0004  * Here we just define the necessary subset of defines/includes used in plugin_common.* files
0005  */
0006 
0007 #pragma once
0008 
0009 #cmakedefine HAVE_UNISTD_H
0010 #cmakedefine HAVE_INTTYPES_H
0011 #cmakedefine HAVE_SOCKADDR_SA_LEN
0012 
0013 // Note: plugin_common.c also use the following defines, but even the cyrus-sasl configure system doesn't check or set them.
0014 // So let's leave them out here as well:
0015 //   s6_addr32 define
0016 //   IN6_IS_ADDR_V4MAPPED define
0017 
0018 #include <string.h>