diff options
author | Jeremy Allison <jra@samba.org> | 2000-01-12 03:09:17 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-01-12 03:09:17 +0000 |
commit | 1e2f92af555166ea4e042e33ef41957354d233f8 (patch) | |
tree | 4732cc1f11b0362bb1b6c960b2729d60c64ba91f /source3/include/config.h.in | |
parent | a2dac5f8f22ac58fbc3178e90288444f24190c8b (diff) | |
download | samba-1e2f92af555166ea4e042e33ef41957354d233f8.tar.gz samba-1e2f92af555166ea4e042e33ef41957354d233f8.tar.xz samba-1e2f92af555166ea4e042e33ef41957354d233f8.zip |
Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.
Jeremy.
(This used to be commit 95d37a1d25d56316c80eec54aea1f358cd621d4c)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 0da717ac428..732798ac248 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -140,6 +140,7 @@ #undef HAVE_SETRESUID_DECL #undef HAVE_SETRESUID #undef WITH_NETATALK +#undef WITH_UTMP #undef HAVE_INO64_T #undef HAVE_STRUCT_FLOCK64 #undef SIZEOF_INO_T @@ -870,6 +871,12 @@ /* Define if you have the <utime.h> header file. */ #undef HAVE_UTIME_H +/* Define if you have the <utmp.h> header file. */ +#undef HAVE_UTMP_H + +/* Define if you have the <utmpx.h> header file. */ +#undef HAVE_UTMPX_H + /* Define if you have the cups library (-lcups). */ #undef HAVE_LIBCUPS |