aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorAndrew Innes <[email protected]>2000-08-22 21:48:48 +0000
committerAndrew Innes <[email protected]>2000-08-22 21:48:48 +0000
commit50a6026b8bf97c1de25d2d5581e451ccc002a6fb (patch)
treeb5bc6375c11dad9ca21c6dbdd9ea522f7784eb80 /nt
parenta56e5d174c2cf6521c5693176abe4ade9283e288 (diff)
[WINDOWSNT]: Don't declare getenv.
Diffstat (limited to 'nt')
-rw-r--r--nt/config.nt2
1 files changed, 2 insertions, 0 deletions
diff --git a/nt/config.nt b/nt/config.nt
index 1fd38d3f3d..32c56e4cd9 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 */