diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-29 14:26:52 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-29 14:26:52 +0000 |
commit | 1b6b9ac6ee46b792913b51f54a9661457b14681c (patch) | |
tree | 92847aa59f2cece262410c431dbaed5e0789e53e /src | |
parent | 1b8c1afd7078c5895dd66edc7a6e8e7aadefce7a (diff) | |
download | coreutils-1b6b9ac6ee46b792913b51f54a9661457b14681c.tar.xz |
* src/system.h (LOCALEDIR): Remove, since configmake.h now defines
it for us.
Diffstat (limited to 'src')
-rw-r--r-- | src/system.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h index 73a0fef47..577692cfd 100644 --- a/src/system.h +++ b/src/system.h @@ -57,7 +57,6 @@ you must include <sys/types.h> before including this file #include "pathmax.h" #include "configmake.h" -#define LOCALEDIR CONFIGMAKE_LOCALEDIR #if TIME_WITH_SYS_TIME # include <sys/time.h> |