+2002-10-21 Jordi Mallach <jordi@sindominio.net>
+
+ * src/client.c: add missing include "../config.h".
+ * src/commands.c: ifdef around include "../config.h".
+ * src/config.c: likewise.
+ * src/dialogs.c: likewise.
+ * src/fields.c: likewise.
+ * src/gtetrinet.c: likewise.
+ * src/partyline.c: likewise.
+ * src/tetrinet.c: likewise.
+ * src/winlist.c.: likewise.
+
2002-10-20 Jordi Mallach <jordi@sindominio.net>
* NEWS: update for 0.4.3.
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
+
#include <stdio.h>
#include <string.h>
#include <unistd.h>
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
#include <gtk/gtk.h>
#include <gnome.h>
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
#include <gtk/gtk.h>
#include <gnome.h>
#include <string.h>
#include <ctype.h>
-#include "../config.h"
#include "config.h"
#include "gtetrinet.h"
#include "client.h"
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
#include <gtk/gtk.h>
#include <gnome.h>
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
#include <gtk/gtk.h>
#include <gnome.h>
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
#include <gtk/gtk.h>
#include <gnome.h>
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
#include <gtk/gtk.h>
#include <gnome.h>
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
#include <gtk/gtk.h>
#include <gnome.h>
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
#include <gtk/gtk.h>
#include <gnome.h>