24 #ifndef __GENEPI_COMMON_H__
25 # define __GENEPI_COMMON_H__
27 # include <tapas-config.h>
30 # if TAPAS_HAVE_STRING_H
34 # if TAPAS_HAVE_STDLIB_H
38 #ifdef TAPAS_HAVE_INTTYPES_H
39 # include <inttypes.h>
42 #ifdef TAPAS_HAVE_STDINT_H
46 #ifdef TAPAS_HAVE_UNISTD_H
50 # ifndef BEGIN_C_DECLS
52 # define BEGIN_C_DECLS extern "C" {
53 # define END_C_DECLS }
55 # define BEGIN_C_DECLS