]> git.eshelyaron.com Git - emacs.git/commitdiff
[WINDOWSNT]: Don't declare getenv.
authorAndrew Innes <andrewi@gnu.org>
Tue, 22 Aug 2000 21:48:48 +0000 (21:48 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 22 Aug 2000 21:48:48 +0000 (21:48 +0000)
nt/config.nt

index 1fd38d3f3d4beddb324e9601548aeee4a4645ba1..32c56e4cd96104c622d3982ad3a041490a1167af 100644 (file)
@@ -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 */