test_find.c revision b4c8a80f7dbfc9b56dbe03bdc28f0b5eb5f23697
*
* The defines in this sample compile line are specific to Roy's system.
* They should match whatever was used to compile Apache first.
*
-DSOLARIS2=250 -Wall -DALLOC_DEBUG -DPOOL_DEBUG \
../ap/libap.a -lsocket -lnsl test_find.c
*
* Roy Fielding, 1999
*/
#include <stdio.h>
#include <stdlib.h>
#include "httpd.h"
#include "apr_general.h"
/*
* Dummy a bunch of stuff just to get a compile
*/
void *ap_dummy_mutex = &ap_dummy_mutex;
char *ap_server_argv0;
API_EXPORT(void) ap_block_alarms(void)
{
;
}
API_EXPORT(void) ap_unblock_alarms(void)
{
;
}
const request_rec *r, const char *fmt, ...)
{
;
}
int main (void)
{
ap_context_t *p;
char line[512];
char tok[512];
p = ap_init_alloc();
printf("Enter field value to find items within:\n");
exit(0);
printf("Enter search item:\n");
? "Yes" : "No");
printf("Enter search item:\n");
}
exit(0);
}