|
Apache HTTPD
|
#include "testutil.h"#include "apr.h"#include "apr_general.h"#include "apr_ldap.h"#include "apr_file_io.h"#include "apr_file_info.h"#include "apr_strings.h"#include "apr_want.h"Go to the source code of this file.
Macros | |
| #define | APR_WANT_STDIO |
| #define | APR_WANT_STRFUNC |
| #define | DIRNAME "data" |
| #define | FILENAME DIRNAME "/host.data" |
| #define | CERTFILEDER DIRNAME "/*.der" |
| #define | CERTFILEB64 DIRNAME "/*.b64" |
Functions | |
| abts_suite * | testldap (abts_suite *suite) |
| #define APR_WANT_STDIO |
Definition at line 62 of file testldap.c.
| #define APR_WANT_STRFUNC |
Definition at line 63 of file testldap.c.
Definition at line 69 of file testldap.c.
Definition at line 68 of file testldap.c.
| #define DIRNAME "data" |
Definition at line 66 of file testldap.c.
Definition at line 67 of file testldap.c.
| abts_suite * testldap | ( | abts_suite * | suite | ) |
Definition at line 233 of file testldap.c.