sipxtacklib  Version 3.3
res_config.h
Go to the documentation of this file.
1 /*
2 //
3 // Copyright (C) 2004-2006 SIPfoundry Inc.
4 // Licensed by SIPfoundry under the LGPL license.
5 //
6 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
7 // Licensed to SIPfoundry under a Contributor Agreement.
8 //
9 // $$
11 */
12 
13 #ifndef INCLUDE_RESPARSE_RES_CONFIG_H
14 #define INCLUDE_RESPARSE_RES_CONFIG_H
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 /* enable debugging code (needed for dig) */
20 /*#define DEBUG 1 */
21 
22 
23 #define RESOLVSORT /* allow sorting of addresses in gethostbyname */
24 #define RFC1535 /* comply with RFC1535 (STRONGLY reccomended by vixie)*/
25 #undef USELOOPBACK /* res_init() bind to localhost */
26 #undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */
27 #define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
28 #define CHECK_SRVR_ADDR 1 /* confirm that the server requested sent the reply */
29 #define BIND_UPDATE 1 /* update support */
30 
31 #ifdef __cplusplus
32 }
33 #endif
34 #endif /* INCLUDE_RESPARSE_RES_CONFIG_H */

sipXtackLib home page