Deleted Added
full compact
config.h (202196) config.h (229831)
1/* $FreeBSD: head/lib/libopie/config.h 202196 2010-01-13 18:02:30Z ed $ */
1/* $FreeBSD: head/lib/libopie/config.h 229831 2012-01-09 00:48:19Z eadler $ */
2/* config.h. Generated automatically by configure. */
3/* config.h.in. Generated automatically from configure.in by autoheader. */
4
5/* Define if on AIX 3.
6 System headers sometimes define this.
7 We just want to avoid a redefinition error message. */
8#ifndef _ALL_SOURCE
9/* #undef _ALL_SOURCE */

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

49 STACK_DIRECTION = 0 => direction of growth unknown
50 */
51/* #undef STACK_DIRECTION */
52
53/* Define if you want the FTP daemon to support anonymous logins. */
54/* #undef DOANONYMOUS */
55
56/* The default value of the PATH environment variable */
2/* config.h. Generated automatically by configure. */
3/* config.h.in. Generated automatically from configure.in by autoheader. */
4
5/* Define if on AIX 3.
6 System headers sometimes define this.
7 We just want to avoid a redefinition error message. */
8#ifndef _ALL_SOURCE
9/* #undef _ALL_SOURCE */

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

49 STACK_DIRECTION = 0 => direction of growth unknown
50 */
51/* #undef STACK_DIRECTION */
52
53/* Define if you want the FTP daemon to support anonymous logins. */
54/* #undef DOANONYMOUS */
55
56/* The default value of the PATH environment variable */
57#define DEFAULT_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin"
57#define DEFAULT_PATH "/usr/bin:/bin:/usr/sbin:/sbin"
58
59/* Defined if the file /etc/default/login exists
60 (and, presumably, should be looked at by login) */
61/* #undef HAVE_ETC_DEFAULT_LOGIN */
62
63/* Defined to the name of a file that contains a list of files whose
64 permissions and ownerships should be changed on login. */
65/* #undef HAVE_LOGIN_PERMFILE */

--- 316 unchanged lines hidden ---
58
59/* Defined if the file /etc/default/login exists
60 (and, presumably, should be looked at by login) */
61/* #undef HAVE_ETC_DEFAULT_LOGIN */
62
63/* Defined to the name of a file that contains a list of files whose
64 permissions and ownerships should be changed on login. */
65/* #undef HAVE_LOGIN_PERMFILE */

--- 316 unchanged lines hidden ---