diff options
author | Colin Watson <cjwatson@debian.org> | 2010-04-16 10:04:09 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-04-16 10:04:09 +0100 |
commit | 78eedc2c60ff4718200f9271d8ee4f437da3a0c5 (patch) | |
tree | 13e783343edf688afffb4a8e02dc9685342b98a6 /config.h.in | |
parent | d1a87e462e1db89f19cd960588d0c6b287cb5ccc (diff) | |
parent | ff0095389ba9a9e4599e6051c8d5bae6777c4d64 (diff) |
merge 5.5p1
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index a61dec609..a43ad5711 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -80,9 +80,6 @@ | |||
80 | /* Define if you want to specify the path to your lastlog file */ | 80 | /* Define if you want to specify the path to your lastlog file */ |
81 | #undef CONF_LASTLOG_FILE | 81 | #undef CONF_LASTLOG_FILE |
82 | 82 | ||
83 | /* Define if you want to specify the path to your utmpx file */ | ||
84 | #undef CONF_UTMPX_FILE | ||
85 | |||
86 | /* Define if you want to specify the path to your utmp file */ | 83 | /* Define if you want to specify the path to your utmp file */ |
87 | #undef CONF_UTMP_FILE | 84 | #undef CONF_UTMP_FILE |
88 | 85 | ||
@@ -455,6 +452,9 @@ | |||
455 | /* Define to 1 if you have the `getutxline' function. */ | 452 | /* Define to 1 if you have the `getutxline' function. */ |
456 | #undef HAVE_GETUTXLINE | 453 | #undef HAVE_GETUTXLINE |
457 | 454 | ||
455 | /* Define to 1 if you have the `getutxuser' function. */ | ||
456 | #undef HAVE_GETUTXUSER | ||
457 | |||
458 | /* Define to 1 if you have the `get_default_context_with_level' function. */ | 458 | /* Define to 1 if you have the `get_default_context_with_level' function. */ |
459 | #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL | 459 | #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL |
460 | 460 | ||
@@ -551,6 +551,9 @@ | |||
551 | /* Define if system has libiaf that supports set_id */ | 551 | /* Define if system has libiaf that supports set_id */ |
552 | #undef HAVE_LIBIAF | 552 | #undef HAVE_LIBIAF |
553 | 553 | ||
554 | /* Define to 1 if you have the `network' library (-lnetwork). */ | ||
555 | #undef HAVE_LIBNETWORK | ||
556 | |||
554 | /* Define to 1 if you have the `nsl' library (-lnsl). */ | 557 | /* Define to 1 if you have the `nsl' library (-lnsl). */ |
555 | #undef HAVE_LIBNSL | 558 | #undef HAVE_LIBNSL |
556 | 559 | ||
@@ -804,6 +807,9 @@ | |||
804 | /* Define to 1 if you have the `setutent' function. */ | 807 | /* Define to 1 if you have the `setutent' function. */ |
805 | #undef HAVE_SETUTENT | 808 | #undef HAVE_SETUTENT |
806 | 809 | ||
810 | /* Define to 1 if you have the `setutxdb' function. */ | ||
811 | #undef HAVE_SETUTXDB | ||
812 | |||
807 | /* Define to 1 if you have the `setutxent' function. */ | 813 | /* Define to 1 if you have the `setutxent' function. */ |
808 | #undef HAVE_SETUTXENT | 814 | #undef HAVE_SETUTXENT |
809 | 815 | ||