diff options
| author | Richard M. Stallman | 1993-05-25 20:05:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-25 20:05:02 +0000 |
| commit | f9150fd9ab639900ad8fefde43b1d9635f2b3f3d (patch) | |
| tree | a50250147b599987c056ceff63936648a75e02a5 /src | |
| parent | 48b05c935d22d36278fd66136af55789314a832b (diff) | |
| download | emacs-f9150fd9ab639900ad8fefde43b1d9635f2b3f3d.tar.gz emacs-f9150fd9ab639900ad8fefde43b1d9635f2b3f3d.zip | |
(HAVE_GETTIMEOFDAY): Deleted.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/dgux.h | 6 | ||||
| -rw-r--r-- | src/s/esix.h | 1 | ||||
| -rw-r--r-- | src/s/hpux.h | 2 |
3 files changed, 0 insertions, 9 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h index 4bda11b0abe..753a838a2c1 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h | |||
| @@ -174,12 +174,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 174 | 4800, 9600, 19200, 38400 } | 174 | 4800, 9600, 19200, 38400 } |
| 175 | 175 | ||
| 176 | /* | 176 | /* |
| 177 | * Define HAVE_GETTIMEOFDAY if gettimeofday() system call is available. | ||
| 178 | */ | ||
| 179 | |||
| 180 | #define HAVE_GETTIMEOFDAY | ||
| 181 | |||
| 182 | /* | ||
| 183 | * Define NLIST_STRUCT if the system has nlist.h | 177 | * Define NLIST_STRUCT if the system has nlist.h |
| 184 | */ | 178 | */ |
| 185 | 179 | ||
diff --git a/src/s/esix.h b/src/s/esix.h index 6a228590a2b..57e241b47da 100644 --- a/src/s/esix.h +++ b/src/s/esix.h | |||
| @@ -15,7 +15,6 @@ | |||
| 15 | 15 | ||
| 16 | /* If using Roell's X server, define X11R4 */ | 16 | /* If using Roell's X server, define X11R4 */ |
| 17 | #ifdef X11R4 /* Roell's X server */ | 17 | #ifdef X11R4 /* Roell's X server */ |
| 18 | #define HAVE_GETTIMEOFDAY /* Thomas Roell's X11R4 lib defines gettimeofday */ | ||
| 19 | #define select sys_select /* Emacs select() not good enough? */ | 18 | #define select sys_select /* Emacs select() not good enough? */ |
| 20 | #undef LIBX11_SYSTEM | 19 | #undef LIBX11_SYSTEM |
| 21 | #define LIBX11_SYSTEM -lpt | 20 | #define LIBX11_SYSTEM -lpt |
diff --git a/src/s/hpux.h b/src/s/hpux.h index 7b29e2ce148..a47592d0768 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -224,8 +224,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 224 | 224 | ||
| 225 | /* Some additional system facilities exist. */ | 225 | /* Some additional system facilities exist. */ |
| 226 | 226 | ||
| 227 | #define HAVE_GETTIMEOFDAY | ||
| 228 | |||
| 229 | #define HAVE_VFORK | 227 | #define HAVE_VFORK |
| 230 | #define HAVE_PERROR /* Delete this line for version 6. */ | 228 | #define HAVE_PERROR /* Delete this line for version 6. */ |
| 231 | 229 | ||