root/trunk/pdns/pdns/config.h.in @ 2

Revision 2, 2.2 KB (checked in by ahu, 10 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
2
3/* Define if you have the strftime function.  */
4#undef HAVE_STRFTIME
5
6/* Define as the return type of signal handlers (int or void).  */
7#undef RETSIGTYPE
8
9/* Define if the setvbuf function takes the buffering type as its second
10   argument and the buffer pointer as the third, as on System V
11   before release 3.  */
12#undef SETVBUF_REVERSED
13
14/* Define to `unsigned' if <sys/types.h> doesn't define.  */
15#undef size_t
16
17/* Define if you have the ANSI C header files.  */
18#undef STDC_HEADERS
19
20/* Define if you can safely include both <sys/time.h> and <time.h>.  */
21#undef TIME_WITH_SYS_TIME
22
23/* Define if your <sys/time.h> declares struct tm.  */
24#undef TM_IN_SYS_TIME
25
26/* Define if lex declares yytext as a char * by default, not a char[].  */
27#undef YYTEXT_POINTER
28
29/* Define when extra posix typedefs are needed (solaris2.6) */
30#undef NEED_POSIX_TYPEDEF
31#undef VERBOSELOG
32
33/* Define if you have the gethostname function.  */
34#undef HAVE_GETHOSTNAME
35
36/* Define if you have the gettimeofday function.  */
37#undef HAVE_GETTIMEOFDAY
38
39/* Define if you have the mkdir function.  */
40#undef HAVE_MKDIR
41
42/* Define if you have the mktime function.  */
43#undef HAVE_MKTIME
44
45/* Define if you have the select function.  */
46#undef HAVE_SELECT
47
48/* Define if you have the socket function.  */
49#undef HAVE_SOCKET
50
51/* Define if you have the strerror function.  */
52#undef HAVE_STRERROR
53
54/* Define if you have the <dlfcn.h> header file.  */
55#undef HAVE_DLFCN_H
56
57/* Define if you have the <fcntl.h> header file.  */
58#undef HAVE_FCNTL_H
59
60/* Define if you have the <getopt.h> header file.  */
61#undef HAVE_GETOPT_H
62
63/* Define if you have the <limits.h> header file.  */
64#undef HAVE_LIMITS_H
65
66/* Define if you have the <strings.h> header file.  */
67#undef HAVE_STRINGS_H
68
69/* Define if you have the <sys/time.h> header file.  */
70#undef HAVE_SYS_TIME_H
71
72/* Define if you have the <syslog.h> header file.  */
73#undef HAVE_SYSLOG_H
74
75/* Define if you have the <unistd.h> header file.  */
76#undef HAVE_UNISTD_H
77
78/* Define if you have the dl library (-ldl).  */
79#undef HAVE_LIBDL
80
81/* Define if you have the resolv library (-lresolv).  */
82#undef HAVE_LIBRESOLV
83
84/* Name of package */
85#undef PACKAGE
86
87/* Version number of package */
88#undef VERSION
89
Note: See TracBrowser for help on using the browser.