]> git.saurik.com Git - wxWidgets.git/commitdiff
added gethostname protoype for Solaris
authorKarsten Ballüder <ballueder@usa.net>
Tue, 9 Nov 1999 10:21:53 +0000 (10:21 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Tue, 9 Nov 1999 10:21:53 +0000 (10:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/utilsres.cpp
src/gtk1/utilsres.cpp

index c12f461e113e330e0668cf98d15724058a3ad27e..7c9521fdc947c3168a684c20971cac3dcebfcc9b 100644 (file)
 // Yuck this is really BOTH site and platform dependent
 // so we should use some other strategy!
 #ifdef __SUN__
-    #define DEFAULT_XRESOURCE_DIR wxT("/usr/openwin/lib/app-defaults")
+#   define DEFAULT_XRESOURCE_DIR wxT("/usr/openwin/lib/app-defaults")
+// prototype missing in header files on Solaris 2.5
+extern int gethostname(char *name, size_t len);
 #else
-    #define DEFAULT_XRESOURCE_DIR wxT("/usr/lib/X11/app-defaults")
+#   define DEFAULT_XRESOURCE_DIR wxT("/usr/lib/X11/app-defaults")
 #endif
 
 //-----------------------------------------------------------------------------
index c12f461e113e330e0668cf98d15724058a3ad27e..7c9521fdc947c3168a684c20971cac3dcebfcc9b 100644 (file)
 // Yuck this is really BOTH site and platform dependent
 // so we should use some other strategy!
 #ifdef __SUN__
-    #define DEFAULT_XRESOURCE_DIR wxT("/usr/openwin/lib/app-defaults")
+#   define DEFAULT_XRESOURCE_DIR wxT("/usr/openwin/lib/app-defaults")
+// prototype missing in header files on Solaris 2.5
+extern int gethostname(char *name, size_t len);
 #else
-    #define DEFAULT_XRESOURCE_DIR wxT("/usr/lib/X11/app-defaults")
+#   define DEFAULT_XRESOURCE_DIR wxT("/usr/lib/X11/app-defaults")
 #endif
 
 //-----------------------------------------------------------------------------