Mercurial > emacs
comparison src/process.c @ 97266:80acedef7417
cleanup in s/darwin.h, define DARWIN_OS and use it instead of DARWIN and/or MAC_OSX; also, nsterm.m: small unrelated cleanups
| author | Adrian Robert <Adrian.B.Robert@gmail.com> |
|---|---|
| date | Mon, 04 Aug 2008 14:39:27 +0000 |
| parents | 1d85638347af |
| children | 115891550745 |
comparison
equal
deleted
inserted
replaced
| 97265:26b2f138dae9 | 97266:80acedef7417 |
|---|---|
| 7609 | 7609 |
| 7610 Fprovide (intern ("make-network-process"), subfeatures); | 7610 Fprovide (intern ("make-network-process"), subfeatures); |
| 7611 } | 7611 } |
| 7612 #endif /* HAVE_SOCKETS */ | 7612 #endif /* HAVE_SOCKETS */ |
| 7613 | 7613 |
| 7614 #if defined (DARWIN) | 7614 #if defined (DARWIN_OS) |
| 7615 /* PTYs are broken on Darwin < 6, but are sometimes useful for interactive | 7615 /* PTYs are broken on Darwin < 6, but are sometimes useful for interactive |
| 7616 processes. As such, we only change the default value. */ | 7616 processes. As such, we only change the default value. */ |
| 7617 if (initialized) | 7617 if (initialized) |
| 7618 { | 7618 { |
| 7619 char *release = get_operating_system_release(); | 7619 char *release = get_operating_system_release(); |
