1#   ifndef	DOC_RTF_CONFIG_H
2#   define	DOC_RTF_CONFIG_H
3
4/* Define to empty if the keyword does not work.  */
5#undef const
6
7/* Define if you have the ANSI C header files.  */
8#undef STDC_HEADERS
9
10/* Define if your processor stores words with the most significant
11   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
12#undef WORDS_BIGENDIAN
13
14/* Define if you have the strerror function.  */
15#undef HAVE_STRERROR
16
17#   endif	/*  DOC_RTF_CONFIG_H  */
18