nginx/src/http/modules/ngx_http_empty_gif_module.c


/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) Nginx, Inc.
 */

#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>


static char *ngx_http_empty_gif(ngx_conf_t *cf, ngx_command_t *cmd,
    void *conf);

static ngx_command_t  ngx_http_empty_gif_commands[] =;


/* the minimal single pixel transparent GIF, 43 bytes */

static u_char  ngx_empty_gif[] =;


static ngx_http_module_t  ngx_http_empty_gif_module_ctx =;


ngx_module_t  ngx_http_empty_gif_module =;


static ngx_str_t  ngx_http_gif_type =;


static ngx_int_t
ngx_http_empty_gif_handler(ngx_http_request_t *r)
{}


static char *
ngx_http_empty_gif(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
{}