diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/ms-w32.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index bcc4c4235ee..ca4c1001ec9 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -52,10 +52,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 52 | 52 | ||
| 53 | #define MAIL_USE_SYSTEM_LOCK 1 | 53 | #define MAIL_USE_SYSTEM_LOCK 1 |
| 54 | 54 | ||
| 55 | /* If the character used to separate elements of the executable path | ||
| 56 | is not ':', #define this to be the appropriate character constant. */ | ||
| 57 | #define SEPCHAR ';' | ||
| 58 | |||
| 59 | /* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */ | 55 | /* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */ |
| 60 | #ifdef __GNUC__ | 56 | #ifdef __GNUC__ |
| 61 | #define HAVE_ATTRIBUTE_ALIGNED 1 | 57 | #define HAVE_ATTRIBUTE_ALIGNED 1 |
| @@ -141,9 +137,6 @@ struct sigaction { | |||
| 141 | #define SIG_SETMASK 2 | 137 | #define SIG_SETMASK 2 |
| 142 | #define SIG_UNBLOCK 3 | 138 | #define SIG_UNBLOCK 3 |
| 143 | 139 | ||
| 144 | /* The null device on Windows NT. */ | ||
| 145 | #define NULL_DEVICE "NUL:" | ||
| 146 | |||
| 147 | #ifndef MAXPATHLEN | 140 | #ifndef MAXPATHLEN |
| 148 | #define MAXPATHLEN _MAX_PATH | 141 | #define MAXPATHLEN _MAX_PATH |
| 149 | #endif | 142 | #endif |