summaryrefslogblamecommitdiff
path: root/x11-wm/icewm/files/patch-src_aapm.h
blob: 72f99dce21ff77aa94e6c8cc7abc9ab1b42dd6a0 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                

              


                                                               
 








                         
--- src/aapm.h.orig	Sat Sep 27 16:54:45 2003
+++ src/aapm.h	Sun Oct 19 09:17:31 2003
@@ -1,7 +1,5 @@
 
-#ifndef linux
-#undef CONFIG_APPLET_APM
-#elif CONFIG_APPLET_APM
+#if (defined(linux) || defined (__FreeBSD__)) && defined(i386)
 
 #include "ywindow.h"
 #include "ytimer.h"
@@ -64,4 +62,6 @@
     char *acpiACName;
 
 };
+#else
+#undef CONFIG_APPLET_APM
 #endif