diff options
| author | 2004-12-02 19:42:46 +0000 | |
|---|---|---|
| committer | 2004-12-02 19:42:46 +0000 | |
| commit | beb894e9112853f8ec6191dfabc17833945d5384 (patch) | |
| tree | b54efe18b2c59c6e8b8e7c957cc8c0be1793f8cd /usr.sbin/httpd/src/modules/example/mod_example.c | |
| parent | We do not support 2MB machines, so don't bother taking them into account (diff) | |
| download | wireguard-openbsd-beb894e9112853f8ec6191dfabc17833945d5384.tar.xz wireguard-openbsd-beb894e9112853f8ec6191dfabc17833945d5384.zip | |
big time httpd cleanup
this diff removes a lot of #ifdef'd stuff that is irrelevant for us.
done by Daniel Ouellet after my advice.
tested by many, ok miod@
Diffstat (limited to 'usr.sbin/httpd/src/modules/example/mod_example.c')
| -rw-r--r-- | usr.sbin/httpd/src/modules/example/mod_example.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/httpd/src/modules/example/mod_example.c b/usr.sbin/httpd/src/modules/example/mod_example.c index d52f41d5b1b..80ca46a0276 100644 --- a/usr.sbin/httpd/src/modules/example/mod_example.c +++ b/usr.sbin/httpd/src/modules/example/mod_example.c @@ -516,10 +516,6 @@ static int example_handler(request_rec *r) ap_soft_timeout("send example call trace", r); ap_send_http_header(r); -#ifdef CHARSET_EBCDIC - /* Server-generated response, converted */ - ap_bsetflag(r->connection->client, B_EBCDIC2ASCII, r->ebcdic.conv_out = 1); -#endif /* * If we're only supposed to send header information (HEAD request), we're |
