diff options
| author | Jim Blandy | 1993-05-26 23:53:41 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-26 23:53:41 +0000 |
| commit | 8d117719dffa050ccc45446f9caf1a1ef63bff42 (patch) | |
| tree | c9b1e07272790cb3697f15f183f313e3a419a9c2 /src | |
| parent | 27d0420cd5d05dd8a0017463f1624fe1e573c7a2 (diff) | |
| download | emacs-8d117719dffa050ccc45446f9caf1a1ef63bff42.tar.gz emacs-8d117719dffa050ccc45446f9caf1a1ef63bff42.zip | |
* config.h.in (HAVE_RENAME): Include an #undef for this, so
configure will have something to edit.
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 cec26cb4bcc..f44d8f0277e 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -86,6 +86,7 @@ and this notice must be preserved on all copies. */ | |||
| 86 | #undef HAVE_GETTIMEOFDAY | 86 | #undef HAVE_GETTIMEOFDAY |
| 87 | #undef HAVE_GETHOSTNAME | 87 | #undef HAVE_GETHOSTNAME |
| 88 | #undef HAVE_DUP2 | 88 | #undef HAVE_DUP2 |
| 89 | #undef HAVE_RENAME | ||
| 89 | #undef HAVE_TM_ZONE | 90 | #undef HAVE_TM_ZONE |
| 90 | #undef TM_IN_SYS_TIME | 91 | #undef TM_IN_SYS_TIME |
| 91 | #undef STDC_HEADERS | 92 | #undef STDC_HEADERS |