git/compat/compiler.h

#ifndef COMPILER_H
#define COMPILER_H

#include "strbuf.h"

#ifdef __GLIBC__
#include <gnu/libc-version.h>
#endif

static inline void get_compiler_info(struct strbuf *info)
{}

static inline void get_libc_info(struct strbuf *info)
{}

#endif /* COMPILER_H */