diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config.in b/src/config.in index cfbae052c1a..e2328dd9384 100644 --- a/src/config.in +++ b/src/config.in @@ -1107,11 +1107,6 @@ SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ #define my_strftime nstrftime /* for strftime.c */ -/* 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. */ -extern char *getenv (); - /* These default definitions are good for almost all machines. The exceptions override them in m/MACHINE.h. */ |