Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/crypto/krb5/src/plugins/kdb/db2/libdb2/include/db-config.hin
34927 views
#include "autoconf.h"

#ifndef HAVE_U_CHAR
#define u_char unsigned char
#endif

#ifndef HAVE_U_INT
#define u_int unsigned int
#endif

#ifndef HAVE_U_LONG
#define u_long unsigned long
#endif

#ifndef HAVE_U_INT32_T
#define u_int32_t unsigned int
#endif