mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
Comment change.
This commit is contained in:
parent
6df54671fd
commit
8e4c450d30
5 changed files with 5 additions and 5 deletions
|
|
@ -121,7 +121,7 @@ Boston, MA 02111-1307, USA. */
|
|||
|
||||
/* AIX has IPC. It also has sockets, and either can be used for client/server.
|
||||
I would suggest the client/server code be changed to use HAVE_SOCKETS rather
|
||||
than BSD as the conditional if sockets provide any advantages. */
|
||||
than BSD_SYSTEM as the conditional if sockets provide any advantages. */
|
||||
|
||||
#define HAVE_SYSVIPC
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */
|
|||
/* #define UNIPLUS */
|
||||
/* #define USG5 */
|
||||
#define USG
|
||||
/* #define BSD */
|
||||
/* #define BSD_SYSTEM */
|
||||
#define LINUX
|
||||
|
||||
/* SYSTEM_TYPE should indicate the kind of system you are using.
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */
|
|||
/* #define BSD4_1 */
|
||||
/* #define BSD4_2 */
|
||||
/* #define BSD4_3 */
|
||||
/* #define BSD */
|
||||
/* #define BSD_SYSTEM */
|
||||
/* #define VMS */
|
||||
#ifndef WINDOWSNT
|
||||
#define WINDOWSNT
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA. */
|
|||
/* #define BSD4_1 */
|
||||
/* #define BSD4_2 */
|
||||
/* #define BSD4_3 */
|
||||
/* #define BSD */
|
||||
/* #define BSD_SYSTEM */
|
||||
/* #define VMS */
|
||||
|
||||
/* SYSTEM_TYPE should indicate the kind of system you are using.
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */
|
|||
/* #define BSD4_1 */
|
||||
/* #define BSD4_2 */
|
||||
/* #define BSD4_3 */
|
||||
/* #define BSD */
|
||||
/* #define BSD_SYSTEM */
|
||||
/* #define VMS */
|
||||
|
||||
/* SYSTEM_TYPE should indicate the kind of system you are using.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue