*** xmcd-3.0/xmcd_d/main.c.org	Wed May 23 23:15:33 2001
--- xmcd-3.0/xmcd_d/main.c	Wed May 23 23:20:00 2001
***************
*** 210,215 ****
--- 210,222 ----
  	for (i = 3; i < 10; i++)
  		(void) close(i);
  
+ #ifdef _AIX   /* Set value for AIX Toolbox version */
+         if ((getenv("XMCD_LIBDIR")) == NULL) {
+                 /* No library directory specified; use default */
+ 	    (void) putenv ("XMCD_LIBDIR=/opt/freeware/lib/X11/xmcd");
+ 	};
+ #endif
+ 
  #if (XtSpecificationRelease >= 5)
  	/* Set locale */
  	XtSetLanguageProc(NULL, NULL, NULL);
