Deleted Added
full compact
config.h.in (32785) config.h.in (34461)
1/* config.h.in. Generated automatically from configure.in by autoheader. */
2
3/* Define if on AIX 3.
4 System headers sometimes define this.
5 We just want to avoid a redefinition error message. */
6#ifndef _ALL_SOURCE
7#undef _ALL_SOURCE
8#endif

--- 76 unchanged lines hidden (view full) ---

85#undef AUTH_SERVER_SUPPORT
86
87/* Define if you want encryption support. */
88#undef ENCRYPTION
89
90/* Define if you have the connect function. */
91#undef HAVE_CONNECT
92
1/* config.h.in. Generated automatically from configure.in by autoheader. */
2
3/* Define if on AIX 3.
4 System headers sometimes define this.
5 We just want to avoid a redefinition error message. */
6#ifndef _ALL_SOURCE
7#undef _ALL_SOURCE
8#endif

--- 76 unchanged lines hidden (view full) ---

85#undef AUTH_SERVER_SUPPORT
86
87/* Define if you want encryption support. */
88#undef ENCRYPTION
89
90/* Define if you have the connect function. */
91#undef HAVE_CONNECT
92
93/* Define if this system supports chown(), link(), and friends. */
94#undef PRESERVE_PERMISSIONS_SUPPORT
95
93/* Define if you have memchr (always for CVS). */
94#undef HAVE_MEMCHR
95
96/* Define if you have strchr (always for CVS). */
97#undef HAVE_STRCHR
98
99/* Define if utime requires write access to the file (true on Windows,
100 but not Unix). */

--- 161 unchanged lines hidden ---
96/* Define if you have memchr (always for CVS). */
97#undef HAVE_MEMCHR
98
99/* Define if you have strchr (always for CVS). */
100#undef HAVE_STRCHR
101
102/* Define if utime requires write access to the file (true on Windows,
103 but not Unix). */

--- 161 unchanged lines hidden ---