]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove old mkstemp, mkstemps checks.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 10 Jun 2009 15:51:21 +0000 (15:51 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 10 Jun 2009 15:51:21 +0000 (15:51 +0000)
Remove duplicate HAVE_COREFOUNDATION and HAVE_SYSTEMCONFIGURATION definitions
in config.h.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@8704 7a7537e8-13f0-0310-91df-b6672ffda945

config-scripts/cups-common.m4
config.h.in
doc/help/api-ppdc.html
vc2005/config.h
vcnet/config.h

index f539589f832147bd81556b28e37e619bba4cb9e7..615119ca859667498c86e5120f3c2b625cf64646 100644 (file)
@@ -144,9 +144,6 @@ fi
 dnl Check for random number functions...
 AC_CHECK_FUNCS(random mrand48 lrand48)
 
-dnl Checks for mkstemp and mkstemps functions.
-AC_CHECK_FUNCS(mkstemp mkstemps)
-
 dnl Check for geteuid function.
 AC_CHECK_FUNCS(geteuid)
 
index b5ff6e175e89ef522d9ef218109e40222af841ea..b081edefa33dea9f93d65b9c1471165eaf925dc5 100644 (file)
 #undef HAVE_DNSSD
 
 
-/*
- * Do we have Darwin's CoreFoundation and SystemConfiguration frameworks?
- */
-
-#undef HAVE_COREFOUNDATION
-#undef HAVE_SYSTEMCONFIGURATION
-
-
 /*
  * Do we have <sys/ioctl.h>?
  */
 #undef HAVE_SYS_IOCTL_H
 
 
-/*
- * Do we have mkstemp() and/or mkstemps()?
- */
-
-#undef HAVE_MKSTEMP
-#undef HAVE_MKSTEMPS
-
-
 /*
  * Does the "tm" structure contain the "tm_gmtoff" member?
  */
index da6c4478e7e4172ad7778f7069c6616fbe308a06..d8bef72bb42496d390b512ce3c85842d30e3302b 100644 (file)
@@ -865,6 +865,22 @@ void add_size (<br>
 </dl>
 <h5 class="returnvalue">Return Value</h5>
 <p class="description">Matching option or NULL</p>
+<h4 class="method"><a name="find_option_group">find_option_group</a></h4>
+<p class="description"></p>
+<p class="code">
+<a href="#ppdcOption">ppdcOption</a> *find_option_group (<br>
+&nbsp;&nbsp;&nbsp;&nbsp;const char *n,<br>
+&nbsp;&nbsp;&nbsp;&nbsp;<a href="#ppdcGroup">ppdcGroup</a> **mg<br>
+);</p>
+<h5 class="parameters">Parameters</h5>
+<dl>
+<dt>n</dt>
+<dd class="description">Option name</dd>
+<dt>mg</dt>
+<dd class="description">Matching group or NULL</dd>
+</dl>
+<h5 class="returnvalue">Return Value</h5>
+<p class="description">Matching option or NULL</p>
 <h4 class="method"><a name="ppdcDriver">ppdcDriver</a></h4>
 <p class="description"></p>
 <p class="code">
index 91374835ea796c403665f70193f8d3221da72e4e..475ce61abbdf425e51fed050803a4d464d298f5c 100644 (file)
 #define HAVE_DNSSD 1
 
 
-/*
- * Do we have Darwin's CoreFoundation and SystemConfiguration frameworks?
- */
-
-/* #undef HAVE_COREFOUNDATION */
-/* #undef HAVE_SYSTEMCONFIGURATION */
-
-
 /*
  * Do we have <sys/ioctl.h>?
  */
 /* #undef HAVE_SYS_IOCTL_H */
 
 
-/*
- * Do we have mkstemp() and/or mkstemps()?
- */
-
-/* #undef HAVE_MKSTEMP */
-/* #undef HAVE_MKSTEMPS */
-
-
 /*
  * Does the "tm" structure contain the "tm_gmtoff" member?
  */
index 9415ff35155fc516476002fd23387effc77d60fa..d22bade3bb8eb9fc5f9130f099e9c444a322cd3c 100644 (file)
 /* #undef HAVE_DNSSD */
 
 
-/*
- * Do we have Darwin's CoreFoundation and SystemConfiguration frameworks?
- */
-
-/* #undef HAVE_COREFOUNDATION */
-/* #undef HAVE_SYSTEMCONFIGURATION */
-
-
 /*
  * Do we have <sys/ioctl.h>?
  */
 /* #undef HAVE_SYS_IOCTL_H */
 
 
-/*
- * Do we have mkstemp() and/or mkstemps()?
- */
-
-/* #undef HAVE_MKSTEMP */
-/* #undef HAVE_MKSTEMPS */
-
-
 /*
  * Does the "tm" structure contain the "tm_gmtoff" member?
  */