aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-15 12:27:45 +0000
committerRichard M. Stallman1993-11-15 12:27:45 +0000
commit5f5783ceb27e497b3805c4d5742d03f66bfd87bd (patch)
tree470721aa94d9e039112214a7cb3971e7b58e44e5 /src
parent644ab5899f52d094117e7f0dd6f8f56f95c8241a (diff)
downloademacs-5f5783ceb27e497b3805c4d5742d03f66bfd87bd.tar.gz
emacs-5f5783ceb27e497b3805c4d5742d03f66bfd87bd.zip
(HAVE_GETTIMEOFDAY): Don't define if already defined.
Diffstat (limited to 'src')
-rw-r--r--src/s/sco4.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h
index 40a191535ea..bbdf4bf951d 100644
--- a/src/s/sco4.h
+++ b/src/s/sco4.h
@@ -77,8 +77,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
77#define LIBS_SYSTEM -lsocket 77#define LIBS_SYSTEM -lsocket
78 78
79/* SCO has gettimeofday in socket library */ 79/* SCO has gettimeofday in socket library */
80/* Autoconf should determine this, but for now,
81 play safe to avoid error rather than deleting this
82 and risking the wrong result. */
83#ifndef HAVE_GETTIMEOFDAY
80#define HAVE_GETTIMEOFDAY 84#define HAVE_GETTIMEOFDAY
81#endif 85#endif
86#endif
82 87
83/* We don't have -loldX, and we don't need it. */ 88/* We don't have -loldX, and we don't need it. */
84#define LIB_XMENU_LIB 89#define LIB_XMENU_LIB