diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-08-22 21:48:48 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-08-22 21:48:48 +0000 |
commit | 50a6026b8bf97c1de25d2d5581e451ccc002a6fb (patch) | |
tree | b5bc6375c11dad9ca21c6dbdd9ea522f7784eb80 /nt/config.nt | |
parent | a56e5d174c2cf6521c5693176abe4ade9283e288 (diff) | |
download | emacs-50a6026b8bf97c1de25d2d5581e451ccc002a6fb.tar.gz |
[WINDOWSNT]: Don't declare getenv.
Diffstat (limited to 'nt/config.nt')
-rw-r--r-- | nt/config.nt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nt/config.nt b/nt/config.nt index 1fd38d3f3d4..32c56e4cd96 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -378,6 +378,7 @@ Boston, MA 02111-1307, USA. */ #endif #endif +#ifndef WINDOWSNT /* Some of the files of Emacs which are intended for use with other programs assume that if you have a config.h file, you must declare the type of getenv. @@ -387,6 +388,7 @@ Boston, MA 02111-1307, USA. */ #ifndef NOT_C_CODE extern char *getenv (); #endif +#endif #endif /* EMACS_CONFIG_H */ |