source: trunk/third/evolution/libical/config.h.in @ 17397

Revision 17397, 1.2 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17396, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
2
3/* Define to empty if the keyword does not work.  */
4#undef const
5
6/* Define to `unsigned' if <sys/types.h> doesn't define.  */
7#undef size_t
8
9/* Define if you have the ANSI C header files.  */
10#undef STDC_HEADERS
11
12/* Define if your <sys/time.h> declares struct tm.  */
13#undef TM_IN_SYS_TIME
14
15/* Define if lex declares yytext as a char * by default, not a char[].  */
16#undef YYTEXT_POINTER
17
18/* Define to make icalcluster_commit() save to a temp file and mv to
19   the original file instead of writing to the orig file directly */
20#undef ICAL_SAFESAVES
21
22/* Define to terminate lines with "\n" instead of "\r\n" */
23#undef ICAL_UNIX_NEWLINE
24
25/* Define if you have the strdup function.  */
26#undef HAVE_STRDUP
27
28/* Define if you have the <assert.h> header file.  */
29#undef HAVE_ASSERT_H
30
31/* Define if you have the <dlfcn.h> header file.  */
32#undef HAVE_DLFCN_H
33
34/* Define if you have the <sys/types.h> header file.  */
35#undef HAVE_SYS_TYPES_H
36
37/* Define if you have the <time.h> header file.  */
38#undef HAVE_TIME_H
39
40/* Name of package */
41#undef PACKAGE
42
43/* Version number of package */
44#undef VERSION
45
Note: See TracBrowser for help on using the repository browser.