diff options
| author | Brian Fox | 1993-10-22 11:20:55 +0000 |
|---|---|---|
| committer | Brian Fox | 1993-10-22 11:20:55 +0000 |
| commit | f5824775b89570a5328853677d834c859685ae75 (patch) | |
| tree | 0dcee6af7a43dd33c5cba5c52febfc19f84cee69 /src | |
| parent | 3ee91e68a0289a1c915af370306ecb4249060335 (diff) | |
| download | emacs-f5824775b89570a5328853677d834c859685ae75.tar.gz emacs-f5824775b89570a5328853677d834c859685ae75.zip | |
Add #undef HAVE_UNISTD_H so that configure can edit it correctly.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index f3af96cf346..21379445741 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -83,6 +83,7 @@ and this notice must be preserved on all copies. */ | |||
| 83 | configure.in. */ | 83 | configure.in. */ |
| 84 | #undef HAVE_SYS_TIMEB_H | 84 | #undef HAVE_SYS_TIMEB_H |
| 85 | #undef HAVE_SYS_TIME_H | 85 | #undef HAVE_SYS_TIME_H |
| 86 | #undef HAVE_UNISTD_H | ||
| 86 | #undef STDC_HEADERS | 87 | #undef STDC_HEADERS |
| 87 | #undef TIME_WITH_SYS_TIME | 88 | #undef TIME_WITH_SYS_TIME |
| 88 | 89 | ||