- PHP4, configure, ZTS, license fixes
[m6w6/ext-ares] / php_ares.h
1 /*
2 +--------------------------------------------------------------------+
3 | PECL :: ares |
4 +--------------------------------------------------------------------+
5 | Redistribution and use in source and binary forms, with or without |
6 | modification, are permitted provided that the conditions mentioned |
7 | in the accompanying LICENSE file are met. |
8 +--------------------------------------------------------------------+
9 | Copyright (c) 2006, Michael Wallner <mike@php.net> |
10 +--------------------------------------------------------------------+
11 */
12
13 /* $Id$ */
14
15 #ifndef PHP_ARES_H
16 #define PHP_ARES_H
17
18 extern zend_module_entry ares_module_entry;
19 #define phpext_ares_ptr &ares_module_entry
20
21 #ifdef ZTS
22 #include "TSRM.h"
23 #endif
24
25 #endif /* PHP_ARES_H */
26
27 /*
28 * Local variables:
29 * tab-width: 4
30 * c-basic-offset: 4
31 * End:
32 * vim600: noet sw=4 ts=4 fdm=marker
33 * vim<600: noet sw=4 ts=4
34 */