2016-03-19 15:14:35 +00:00
|
|
|
#ifndef LI_FIRST_H
|
|
|
|
#define LI_FIRST_H
|
|
|
|
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
# include "config.h"
|
|
|
|
#else
|
|
|
|
# ifndef _GNU_SOURCE
|
|
|
|
# define _GNU_SOURCE
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
|
2016-04-13 06:34:34 +00:00
|
|
|
#ifndef __STDC_WANT_LIB_EXT1__
|
|
|
|
#define __STDC_WANT_LIB_EXT1__ 1
|
|
|
|
#endif
|
|
|
|
|
2016-03-19 15:14:35 +00:00
|
|
|
#endif
|