changeset 10710:a2c0ce632bec

[gaim-migrate @ 12300] I knew there had to be a better way to write that... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 21 Mar 2005 02:12:51 +0000
parents cc9922ce3a52
children 00483ba950bf
files src/plugin.h
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugin.h	Mon Mar 21 00:43:26 2005 +0000
+++ b/src/plugin.h	Mon Mar 21 02:12:51 2005 +0000
@@ -36,12 +36,10 @@
 
 #ifdef _WIN32
 # define GAIM_PLUGIN_EXT GAIM_PLUGIN_EXT_WIN32
+#elif __hpux
+# define GAIM_PLUGIN_EXT GAIM_PLUGIN_EXT_HPUX
 #else
-# ifdef __hpux
-#  define GAIM_PLUGIN_EXT GAIM_PLUGIN_EXT_HPUX
-# else
-#  define GAIM_PLUGIN_EXT GAIM_PLUGIN_EXT_UNIX
-# endif
+# define GAIM_PLUGIN_EXT GAIM_PLUGIN_EXT_UNIX
 #endif
 
 typedef struct _GaimPlugin           GaimPlugin;