Merge r21-4-11-chise-0_20-=ucs.
[chise/xemacs-chise.git.1] / lwlib / xlwradioP.h
index 9983c8e..d45fecc 100644 (file)
@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA.  */
 #define _XawRadioP_h
 
 #include "xlwradio.h"
 #define _XawRadioP_h
 
 #include "xlwradio.h"
-#include <X11/Xaw/ToggleP.h>
+#include ATHENA_ToggleP_h_
 
 /***********************************************************************
  *
 
 /***********************************************************************
  *
@@ -40,7 +40,9 @@ Boston, MA 02111-1307, USA.  */
  *
  ***********************************************************************/
 
  *
  ***********************************************************************/
 
-#define streq(a, b) ( strcmp((a), (b)) == 0 )
+/* Already in Xaw/ToggleP.h, and not used by us.
+  #define streq(a, b) ( strcmp((a), (b)) == 0 )
+*/
 
 typedef void (*XawDiamondProc) (Widget);
 
 
 typedef void (*XawDiamondProc) (Widget);