do not set REDIRECT_URI in mod_magnet, mod_rewrite (#2738)
[lighttpd.git] / src / first.h
blob38a011f823ee2a67ab3b6cff557a01965fa8caca
1 #ifndef LI_FIRST_H
2 #define LI_FIRST_H
4 #ifdef HAVE_CONFIG_H
5 # include "config.h"
6 #else
7 # ifndef _GNU_SOURCE
8 # define _GNU_SOURCE
9 # endif
10 #endif
12 #ifndef __STDC_WANT_LIB_EXT1__
13 #define __STDC_WANT_LIB_EXT1__ 1
14 #endif
16 #endif