aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-06-16 04:12:30 +0000
committerJörg Mayer <jmayer@loplof.de>2009-06-16 04:12:30 +0000
commit67d508edaf30cf632d53038f8133a4a65bc704a2 (patch)
treea29af249c70aa894459ede218bebfe464b0045f1 /cmakeconfig.h.in
parentfbb5b30ceb79ceaaaf39042a9fc18072b63242bc (diff)
OK, so my last commit message was too optimistic - I was using
an installed version of wsutil. dumpcap now really builds on Linux via cmake. svn path=/trunk/; revision=28754
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index f8bf51a8d6..29f96989d1 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -270,6 +270,12 @@
/* Define if we are using version of of the Portaudio library API */
#cmakedefine PORTAUDIO_API_1 1
+/* Define to 1 if you have the <pwd.h> header file. */
+#cmakedefine HAVE_PWD_H 1
+
+/* Define to 1 if you have the <grp.h> header file. */
+#cmakedefine HAVE_GRP_H 1
+
/* Format for printing 64-bit unsigned hexadecimal numbers (upper-case) */
#cmakedefine PRIX64 @PRIX64@