1
Fork 0
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:
Karl Heuer 1996-09-17 03:47:11 +00:00
parent 6df54671fd
commit 8e4c450d30
5 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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.

View file

@ -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.