#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.
|
char * | ltoa (long val, char *buf, int base) |
|
char* ltoa |
( |
long |
val, |
|
|
char * |
buf, |
|
|
int |
base |
|
) |
| |
module MODULE_VAR_EXPORT opendap_module |
Initial value:=
{
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.