Annotation of embedaddon/lighttpd/src/first.h, revision 1.1.1.1

1.1       misho       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>