]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfix: Use #ifdef instead of #if
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Sep 2012 15:52:39 +0000 (15:52 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Sep 2012 15:52:39 +0000 (15:52 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26851 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/base/job_identifier.cc

index c09bdcc01b8a89ecfb778f2ad28ed7d4469979cb..1c00eaf2c28b73343b638463c6be28bea814b5c2 100644 (file)
@@ -15,7 +15,7 @@
 #include <deal.II/base/job_identifier.h>
 #include <ctime>
 
-#if HAVE_GETHOSTNAME
+#ifdef HAVE_GETHOSTNAME
 # include <unistd.h>
 #endif
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.