File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / src / first.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Nov 2 10:35:00 2016 UTC (7 years, 11 months ago) by misho
Branches: lighttpd, MAIN
CVS tags: v1_4_41p8, HEAD
lighttpd 1.4.41

    1: #ifndef LI_FIRST_H
    2: #define LI_FIRST_H
    3: 
    4: #ifdef HAVE_CONFIG_H
    5: # include "config.h"
    6: #else
    7: # ifndef _GNU_SOURCE
    8: #  define _GNU_SOURCE
    9: # endif
   10: #endif
   11: 
   12: #ifndef __STDC_WANT_LIB_EXT1__
   13: #define __STDC_WANT_LIB_EXT1__ 1
   14: #endif
   15: 
   16: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>