Return to first.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / src |
lighttpd 1.4.41
#ifndef LI_FIRST_H #define LI_FIRST_H #ifdef HAVE_CONFIG_H # include "config.h" #else # ifndef _GNU_SOURCE # define _GNU_SOURCE # endif #endif #ifndef __STDC_WANT_LIB_EXT1__ #define __STDC_WANT_LIB_EXT1__ 1 #endif #endif