diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index fca6ac89dff..b321c586a4a 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -741,6 +741,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 741 | /* Define to 1 if you have the <utime.h> header file. */ | 741 | /* Define to 1 if you have the <utime.h> header file. */ |
| 742 | #undef HAVE_UTIME_H | 742 | #undef HAVE_UTIME_H |
| 743 | 743 | ||
| 744 | /* Define to 1 if you have the <utmp.h> header file. */ | ||
| 745 | #undef HAVE_UTMP_H | ||
| 746 | |||
| 744 | /* Define to 1 if you have the `vfork' function. */ | 747 | /* Define to 1 if you have the `vfork' function. */ |
| 745 | #undef HAVE_VFORK | 748 | #undef HAVE_VFORK |
| 746 | 749 | ||