diff options
| author | Eli Zaretskii | 2004-11-06 16:53:38 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-11-06 16:53:38 +0000 |
| commit | ea92fc9ff2af592661e62e388f70097559ef4f2a (patch) | |
| tree | a5fb63469ee7a31387a69db5fc96c79809ad83c2 /src | |
| parent | aec04d3666942eba01ad707b5bc5705f94de5f67 (diff) | |
| download | emacs-ea92fc9ff2af592661e62e388f70097559ef4f2a.tar.gz emacs-ea92fc9ff2af592661e62e388f70097559ef4f2a.zip | |
Regenerate.
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 0fb9126b470..fe1adc39f9d 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -196,6 +196,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 196 | /* Define to 1 if you have the `getpt' function. */ | 196 | /* Define to 1 if you have the `getpt' function. */ |
| 197 | #undef HAVE_GETPT | 197 | #undef HAVE_GETPT |
| 198 | 198 | ||
| 199 | /* Define to 1 if you have the `getrusage' function. */ | ||
| 200 | #undef HAVE_GETRUSAGE | ||
| 201 | |||
| 199 | /* Define to 1 if you have the `getsockname' function. */ | 202 | /* Define to 1 if you have the `getsockname' function. */ |
| 200 | #undef HAVE_GETSOCKNAME | 203 | #undef HAVE_GETSOCKNAME |
| 201 | 204 | ||