comparison nt/config.nt @ 31086:c28a80aba778

[WINDOWSNT]: Don't declare getenv.
author Andrew Innes <andrewi@gnu.org>
date Tue, 22 Aug 2000 21:48:48 +0000
parents feea24f5cf73
children a51cc6093b82
comparison
equal deleted inserted replaced
31085:ab2cd9e121f1 31086:c28a80aba778
376 #ifndef __STDC__ 376 #ifndef __STDC__
377 #define volatile 377 #define volatile
378 #endif 378 #endif
379 #endif 379 #endif
380 380
381 #ifndef WINDOWSNT
381 /* Some of the files of Emacs which are intended for use with other 382 /* Some of the files of Emacs which are intended for use with other
382 programs assume that if you have a config.h file, you must declare 383 programs assume that if you have a config.h file, you must declare
383 the type of getenv. 384 the type of getenv.
384 385
385 This declaration shouldn't appear when alloca.s or Makefile.in 386 This declaration shouldn't appear when alloca.s or Makefile.in
386 includes config.h. */ 387 includes config.h. */
387 #ifndef NOT_C_CODE 388 #ifndef NOT_C_CODE
388 extern char *getenv (); 389 extern char *getenv ();
390 #endif
389 #endif 391 #endif
390 392
391 #endif /* EMACS_CONFIG_H */ 393 #endif /* EMACS_CONFIG_H */
392 394
393 /* These default definitions are good for almost all machines. 395 /* These default definitions are good for almost all machines.