#include <unistd.h>
#include <iostream>
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"
#include "http_protocol.h"
#include "http_request.h"
#include "http_main.h"
#include "util_script.h"
#include "util_md5.h"
#include "BESDataRequestInterface.h"
#include "BESApacheWrapper.h"
Go to the source code of this file.
Functions | |
char * | ltoa (long val, char *buf, int base) |
Variables | |
module MODULE_VAR_EXPORT | opendap_module |
char* ltoa | ( | long | val, | |
char * | buf, | |||
int | base | |||
) |
Definition at line 54 of file mod_opendap.cc.
module MODULE_VAR_EXPORT opendap_module |
{ STANDARD_MODULE_STUFF, NULL, NULL, NULL, NULL, NULL, NULL, opendap_handlers, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }
Definition at line 229 of file mod_opendap.cc.