Browse Source

disable IPC by default for now

David Rose 23 years ago
parent
commit
14922b38c7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dtool/Config.pp

+ 2 - 1
dtool/Config.pp

@@ -313,7 +313,8 @@
 #define IPC_IPATH
 #define IPC_IPATH
 #define IPC_LPATH
 #define IPC_LPATH
 #define IPC_LIBS
 #define IPC_LIBS
-#defer HAVE_IPC $[HAVE_NSPR]
+//#defer HAVE_IPC $[HAVE_NSPR]
+#define HAVE_IPC
 
 
 // Do you want to build the network interface?  What additional libraries
 // Do you want to build the network interface?  What additional libraries
 // are required?  Currently, this requires NSPR.
 // are required?  Currently, this requires NSPR.