Remove all of the Subversion keywords from various source files.

Esse commit está contido em:
Michael R Sweet
2016-04-11 20:28:30 -04:00
commit 503b54c930
409 arquivos alterados com 1142 adições e 5141 exclusões
-7
Ver Arquivo
@@ -1,6 +1,4 @@
# #
# "$Id$"
#
# Common makefile definitions for CUPS. # Common makefile definitions for CUPS.
# #
# Copyright 2007-2014 by Apple Inc. # Copyright 2007-2014 by Apple Inc.
@@ -261,8 +259,3 @@ USBQUIRKS = @USBQUIRKS@
echo -n Compressing $<... echo -n Compressing $<...
$(RM) $@ $(RM) $@
gzip -v9 <$< >$@ gzip -v9 <$< >$@
#
# End of "$Id$"
#
-7
Ver Arquivo
@@ -1,6 +1,4 @@
# #
# "$Id$"
#
# Top-level Makefile for CUPS. # Top-level Makefile for CUPS.
# #
# Copyright 2007-2014 by Apple Inc. # Copyright 2007-2014 by Apple Inc.
@@ -348,8 +346,3 @@ dist: all
# #
.NOTPARALLEL: .NOTPARALLEL:
#
# End of "$Id$".
#
+9 -16
Ver Arquivo
@@ -1,18 +1,16 @@
# #
# "$Id$" # Backend makefile for CUPS.
# #
# Backend makefile for CUPS. # Copyright 2007-2014 by Apple Inc.
# Copyright 1997-2007 by Easy Software Products, all rights reserved.
# #
# Copyright 2007-2014 by Apple Inc. # These coded instructions, statements, and computer programs are the
# Copyright 1997-2007 by Easy Software Products, all rights reserved. # property of Apple Inc. and are protected by Federal copyright
# law. Distribution and use rights are outlined in the file "LICENSE.txt"
# which should have been included with this file. If this file is
# file is missing or damaged, see the license at "http://www.cups.org/".
# #
# These coded instructions, statements, and computer programs are the # This file is subject to the Apple OS-Developed Software exception.
# property of Apple Inc. and are protected by Federal copyright
# law. Distribution and use rights are outlined in the file "LICENSE.txt"
# which should have been included with this file. If this file is
# file is missing or damaged, see the license at "http://www.cups.org/".
#
# This file is subject to the Apple OS-Developed Software exception.
# #
include ../Makedefs include ../Makedefs
@@ -312,8 +310,3 @@ usb.o: usb.c usb-darwin.c usb-libusb.c usb-unix.c
# #
include Dependencies include Dependencies
#
# End of "$Id$".
#
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Backend support definitions for CUPS. * Backend support definitions for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -331,8 +329,3 @@ extern int backendWaitLoop(int snmp_fd, http_addr_t *addr,
} }
# endif /* __cplusplus */ # endif /* __cplusplus */
#endif /* !_CUPS_BACKEND_PRIVATE_H_ */ #endif /* !_CUPS_BACKEND_PRIVATE_H_ */
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* DNS-SD discovery backend for CUPS. * DNS-SD discovery backend for CUPS.
* *
* Copyright 2008-2015 by Apple Inc. * Copyright 2008-2015 by Apple Inc.
@@ -1315,8 +1313,3 @@ unquote(char *dst, /* I - Destination buffer */
*dst = '\0'; *dst = '\0';
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* IEEE-1284 support functions for CUPS. * IEEE-1284 support functions for CUPS.
* *
* Copyright 2007-2015 by Apple Inc. * Copyright 2007-2015 by Apple Inc.
@@ -473,8 +471,3 @@ backendGetMakeModel(
return (0); return (0);
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Line Printer Daemon backend for CUPS. * Line Printer Daemon backend for CUPS.
* *
* Copyright 2007-2016 by Apple Inc. * Copyright 2007-2016 by Apple Inc.
@@ -1313,8 +1311,3 @@ sigterm_handler(int sig) /* I - Signal */
abort_job = 1; abort_job = 1;
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Common backend network APIs for CUPS. * Common backend network APIs for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -301,8 +299,3 @@ backendNetworkSideCB(
return (cupsSideChannelWrite(command, status, data, datalen, 1.0)); return (cupsSideChannelWrite(command, status, data, datalen, 1.0));
} }
/*
* End of "$Id$".
*/
+8 -14
Ver Arquivo
@@ -1,18 +1,16 @@
#!/bin/sh #!/bin/sh
# #
# "$Id$" # Psuedo-backend for CUPS testing purposes.
# #
# Psuedo-backend for CUPS testing purposes. # Copyright 2011 by Apple Inc.
# #
# Copyright 2011 by Apple Inc. # These coded instructions, statements, and computer programs are the
# property of Apple Inc. and are protected by Federal copyright
# law. Distribution and use rights are outlined in the file "LICENSE.txt"
# which should have been included with this file. If this file is
# file is missing or damaged, see the license at "http://www.cups.org/".
# #
# These coded instructions, statements, and computer programs are the # This file is subject to the Apple OS-Developed Software exception.
# property of Apple Inc. and are protected by Federal copyright
# law. Distribution and use rights are outlined in the file "LICENSE.txt"
# which should have been included with this file. If this file is
# file is missing or damaged, see the license at "http://www.cups.org/".
#
# This file is subject to the Apple OS-Developed Software exception.
# #
if test $# = 0; then if test $# = 0; then
@@ -24,7 +22,3 @@ fi
cat $6 >/dev/null cat $6 >/dev/null
sleep 5 sleep 5
exit 0 exit 0
#
# End of "$Id$".
#
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Common run loop APIs for CUPS backends. * Common run loop APIs for CUPS backends.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -525,8 +523,3 @@ backendWaitLoop(
return (1); return (1);
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* SNMP supplies functions for CUPS. * SNMP supplies functions for CUPS.
* *
* Copyright 2008-2015 by Apple Inc. * Copyright 2008-2015 by Apple Inc.
@@ -1096,8 +1094,3 @@ utf16_to_utf8(
cupsUTF32ToUTF8(dst, temp, (int)dstsize); cupsUTF32ToUTF8(dst, temp, (int)dstsize);
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* SNMP discovery backend for CUPS. * SNMP discovery backend for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -1361,8 +1359,3 @@ update_cache(snmp_cache_t *device, /* I - Device */
list_device(device); list_device(device);
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* AppSocket backend for CUPS. * AppSocket backend for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -514,8 +512,3 @@ wait_bc(int device_fd, /* I - Socket */
else else
return (-1); return (-1);
} }
/*
* End of "$Id$".
*/
+9 -20
Ver Arquivo
@@ -1,22 +1,16 @@
/* /*
* "$Id$" * IEEE-1284 support functions test program for CUPS.
* *
* IEEE-1284 support functions test program for CUPS. * Copyright 2007-2010 by Apple Inc.
* Copyright 1997-2006 by Easy Software Products, all rights reserved.
* *
* Copyright 2007-2010 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2006 by Easy Software Products, all rights reserved. * property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" which should have been included with this file. If this
* file is missing or damaged, see the license at "http://www.cups.org/".
* *
* These coded instructions, statements, and computer programs are the * This file is subject to the Apple OS-Developed Software exception.
* property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" which should have been included with this file. If this
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* This file is subject to the Apple OS-Developed Software exception.
*
* Contents:
*
* main() - Test the device-ID functions.
*/ */
/* /*
@@ -77,8 +71,3 @@ main(int argc, /* I - Number of command-line args */
return (0); return (0);
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Backend test program for CUPS. * Backend test program for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -677,8 +675,3 @@ walk_cb(const char *oid, /* I - OID */
printf("CUPS_SC_CMD_SNMP_WALK %s, %d bytes (%s)\n", oid, datalen, temp); printf("CUPS_SC_CMD_SNMP_WALK %s, %d bytes (%s)\n", oid, datalen, temp);
} }
/*
* End of "$Id$".
*/
+8 -19
Ver Arquivo
@@ -1,21 +1,15 @@
/* /*
* "$Id$" * SNMP supplies test program for CUPS.
* *
* SNMP supplies test program for CUPS. * Copyright 2008-2011 by Apple Inc.
* *
* Copyright 2008-2011 by Apple Inc. * These coded instructions, statements, and computer programs are the
* property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" which should have been included with this file. If this
* file is missing or damaged, see the license at "http://www.cups.org/".
* *
* These coded instructions, statements, and computer programs are the * This file is subject to the Apple OS-Developed Software exception.
* property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" which should have been included with this file. If this
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* This file is subject to the Apple OS-Developed Software exception.
*
* Contents:
*
* main() - Show the supplies state of a printer.
*/ */
/* /*
@@ -76,8 +70,3 @@ main(int argc, /* I - Number of command-line args */
sleep(5); sleep(5);
} }
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Copyright 2005-2015 Apple Inc. All rights reserved. * Copyright 2005-2015 Apple Inc. All rights reserved.
* *
* IMPORTANT: This Apple software is supplied to you by Apple Computer, * IMPORTANT: This Apple software is supplied to you by Apple Computer,
@@ -2535,8 +2533,3 @@ log_usb_class_driver(int is_64bit) /* I - Is the USB class driver 64-bit? */
asl_free(aslm); asl_free(aslm);
} }
} }
/*
* End of "$Id$".
*/
-8
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* LIBUSB interface code for CUPS. * LIBUSB interface code for CUPS.
* *
* Copyright 2007-2015 by Apple Inc. * Copyright 2007-2015 by Apple Inc.
@@ -2019,9 +2017,3 @@ soft_reset_printer(
return (errcode); return (errcode);
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* USB port backend for CUPS. * USB port backend for CUPS.
* *
* This file is included from "usb.c" when compiled on UNIX/Linux. * This file is included from "usb.c" when compiled on UNIX/Linux.
@@ -600,8 +598,3 @@ side_cb(int print_fd, /* I - Print file */
return (cupsSideChannelWrite(command, status, data, datalen, 1.0)); return (cupsSideChannelWrite(command, status, data, datalen, 1.0));
} }
/*
* End of "$Id$".
*/
+9 -22
Ver Arquivo
@@ -1,24 +1,16 @@
/* /*
* "$Id$" * USB printer backend for CUPS.
* *
* USB port backend for CUPS. * Copyright 2007-2012 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products, all rights reserved.
* *
* Copyright 2007-2012 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2007 by Easy Software Products, all rights reserved. * property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" which should have been included with this file. If this
* file is missing or damaged, see the license at "http://www.cups.org/".
* *
* These coded instructions, statements, and computer programs are the * This file is subject to the Apple OS-Developed Software exception.
* property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" which should have been included with this file. If this
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* This file is subject to the Apple OS-Developed Software exception.
*
* Contents:
*
* list_devices() - List all available USB devices to stdout.
* print_device() - Print a file to a USB device.
* main() - Send a file to the specified USB port.
*/ */
/* /*
@@ -257,8 +249,3 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */
return (status); return (status);
} }
/*
* End of "$Id$".
*/
+8 -15
Ver Arquivo
@@ -1,16 +1,14 @@
# #
# "$Id$" # Berkeley commands makefile for CUPS.
# #
# Berkeley commands makefile for CUPS. # Copyright 2007-2012 by Apple Inc.
# Copyright 1997-2006 by Easy Software Products, all rights reserved.
# #
# Copyright 2007-2012 by Apple Inc. # These coded instructions, statements, and computer programs are the
# Copyright 1997-2006 by Easy Software Products, all rights reserved. # property of Apple Inc. and are protected by Federal copyright
# # law. Distribution and use rights are outlined in the file "LICENSE.txt"
# These coded instructions, statements, and computer programs are the # which should have been included with this file. If this file is
# property of Apple Inc. and are protected by Federal copyright # file is missing or damaged, see the license at "http://www.cups.org/".
# law. Distribution and use rights are outlined in the file "LICENSE.txt"
# which should have been included with this file. If this file is
# file is missing or damaged, see the license at "http://www.cups.org/".
# #
include ../Makedefs include ../Makedefs
@@ -161,8 +159,3 @@ lprm: lprm.o ../cups/$(LIBCUPS)
# #
include Dependencies include Dependencies
#
# End of "$Id$".
#
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* "lpc" command for CUPS. * "lpc" command for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -435,8 +433,3 @@ show_status(http_t *http, /* I - HTTP connection to server */
ippDelete(response); ippDelete(response);
} }
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* "lpq" command for CUPS. * "lpq" command for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -638,8 +636,3 @@ usage(void)
"[-l] [+interval]")); "[-l] [+interval]"));
exit(1); exit(1);
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* "lpr" command for CUPS. * "lpr" command for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -429,8 +427,3 @@ main(int argc, /* I - Number of command-line arguments */
return (0); return (0);
} }
/*
* End of "$Id$".
*/
+9 -20
Ver Arquivo
@@ -1,20 +1,14 @@
/* /*
* "$Id$" * "lprm" command for CUPS.
* *
* "lprm" command for CUPS. * Copyright 2007-2010 by Apple Inc.
* Copyright 1997-2006 by Easy Software Products.
* *
* Copyright 2007-2010 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2006 by Easy Software Products. * property of Apple Inc. and are protected by Federal copyright
* * law. Distribution and use rights are outlined in the file "LICENSE.txt"
* These coded instructions, statements, and computer programs are the * which should have been included with this file. If this file is
* property of Apple Inc. and are protected by Federal copyright * file is missing or damaged, see the license at "http://www.cups.org/".
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* Contents:
*
* main() - Parse options and cancel jobs.
*/ */
/* /*
@@ -109,7 +103,7 @@ main(int argc, /* I - Number of command-line arguments */
cupsSetUser(argv[i]); cupsSetUser(argv[i]);
} }
break; break;
case 'h' : /* Connect to host */ case 'h' : /* Connect to host */
if (argv[i][2] != '\0') if (argv[i][2] != '\0')
cupsSetServer(argv[i] + 2); cupsSetServer(argv[i] + 2);
@@ -210,8 +204,3 @@ main(int argc, /* I - Number of command-line arguments */
return (1); return (1);
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
# #
# "$Id$"
#
# CGI makefile for CUPS. # CGI makefile for CUPS.
# #
# Copyright 2007-2014 by Apple Inc. # Copyright 2007-2014 by Apple Inc.
@@ -350,8 +348,3 @@ testtemplate: testtemplate.o ../Makedefs libcupscgi.a ../cups/$(LIBCUPSSTATIC)
# #
include Dependencies include Dependencies
#
# End of "$Id$".
#
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Administration CGI for CUPS. * Administration CGI for CUPS.
* *
* Copyright 2007-2015 by Apple Inc. * Copyright 2007-2015 by Apple Inc.
@@ -4274,8 +4272,3 @@ get_printer_ppd(const char *uri, /* I - Printer URI */
else else
return (NULL); return (NULL);
} }
/*
* End of "$Id$".
*/
+8 -15
Ver Arquivo
@@ -1,16 +1,14 @@
/* /*
* "$Id$" * Private CGI definitions for CUPS.
* *
* Private CGI definitions for CUPS. * Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2006 by Easy Software Products.
* *
* Copyright 2007-2011 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2006 by Easy Software Products. * property of Apple Inc. and are protected by Federal copyright
* * law. Distribution and use rights are outlined in the file "LICENSE.txt"
* These coded instructions, statements, and computer programs are the * which should have been included with this file. If this file is
* property of Apple Inc. and are protected by Federal copyright * file is missing or damaged, see the license at "http://www.cups.org/".
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*/ */
/* /*
@@ -29,8 +27,3 @@
*/ */
#define CUPS_PAGE_MAX 100 /* Maximum items per page */ #define CUPS_PAGE_MAX 100 /* Maximum items per page */
/*
* End of "$Id$".
*/
+8 -14
Ver Arquivo
@@ -1,16 +1,14 @@
/* /*
* "$Id$" * CGI support library definitions for CUPS.
* *
* CGI support library definitions for CUPS. * Copyright 2007-2010 by Apple Inc.
* Copyright 1997-2006 by Easy Software Products.
* *
* Copyright 2007-2010 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2006 by Easy Software Products. * property of Apple Inc. and are protected by Federal copyright
* * law. Distribution and use rights are outlined in the file "LICENSE.txt"
* These coded instructions, statements, and computer programs are the * which should have been included with this file. If this file is
* property of Apple Inc. and are protected by Federal copyright * file is missing or damaged, see the license at "http://www.cups.org/".
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*/ */
#ifndef _CUPS_CGI_H_ #ifndef _CUPS_CGI_H_
@@ -113,7 +111,3 @@ extern const char *cgiText(const char *message);
# endif /* __cplusplus */ # endif /* __cplusplus */
#endif /* !_CUPS_CGI_H_ */ #endif /* !_CUPS_CGI_H_ */
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Class status CGI for CUPS. * Class status CGI for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -543,8 +541,3 @@ show_class(http_t *http, /* I - Connection to server */
cgiEndHTML(); cgiEndHTML();
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Online help index routines for CUPS. * Online help index routines for CUPS.
* *
* Copyright 2007-2015 by Apple Inc. * Copyright 2007-2015 by Apple Inc.
@@ -1303,8 +1301,3 @@ help_sort_words(help_word_t *w1, /* I - Second word */
return (_cups_strcasecmp(w1->text, w2->text)); return (_cups_strcasecmp(w1->text, w2->text));
} }
/*
* End of "$Id$".
*/
+8 -14
Ver Arquivo
@@ -1,16 +1,14 @@
/* /*
* "$Id$" * Online help index definitions for CUPS.
* *
* Online help index definitions for CUPS. * Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products.
* *
* Copyright 2007-2011 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2007 by Easy Software Products. * property of Apple Inc. and are protected by Federal copyright
* * law. Distribution and use rights are outlined in the file "LICENSE.txt"
* These coded instructions, statements, and computer programs are the * which should have been included with this file. If this file is
* property of Apple Inc. and are protected by Federal copyright * file is missing or damaged, see the license at "http://www.cups.org/".
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*/ */
#ifndef _CUPS_HELP_INDEX_H_ #ifndef _CUPS_HELP_INDEX_H_
@@ -81,7 +79,3 @@ extern help_index_t *helpSearchIndex(help_index_t *hi, const char *query,
# endif /* __cplusplus */ # endif /* __cplusplus */
#endif /* !_CUPS_HELP_INDEX_H_ */ #endif /* !_CUPS_HELP_INDEX_H_ */
/*
* End of "$Id$".
*/
+8 -19
Ver Arquivo
@@ -1,20 +1,14 @@
/* /*
* "$Id$" * Online help CGI for CUPS.
* *
* Online help CGI for CUPS. * Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2006 by Easy Software Products.
* *
* Copyright 2007-2011 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2006 by Easy Software Products. * property of Apple Inc. and are protected by Federal copyright
* * law. Distribution and use rights are outlined in the file "LICENSE.txt"
* These coded instructions, statements, and computer programs are the * which should have been included with this file. If this file is
* property of Apple Inc. and are protected by Federal copyright * file is missing or damaged, see the license at "http://www.cups.org/".
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* Contents:
*
* main() - Main entry for CGI.
*/ */
/* /*
@@ -390,8 +384,3 @@ main(int argc, /* I - Number of command-line arguments */
return (0); return (0);
} }
/*
* End of "$Id$".
*/
+8 -25
Ver Arquivo
@@ -1,26 +1,14 @@
/* /*
* "$Id$" * HTML support functions for CUPS.
* *
* HTML support functions for CUPS. * Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2006 by Easy Software Products.
* *
* Copyright 2007-2011 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2006 by Easy Software Products. * property of Apple Inc. and are protected by Federal copyright
* * law. Distribution and use rights are outlined in the file "LICENSE.txt"
* These coded instructions, statements, and computer programs are the * which should have been included with this file. If this file is
* property of Apple Inc. and are protected by Federal copyright * file is missing or damaged, see the license at "http://www.cups.org/".
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* Contents:
*
* cgiEndHTML() - End a HTML page.
* cgiEndMultipart() - End the delivery of a multipart web page.
* cgiFormEncode() - Encode a string as a form variable.
* cgiStartHTML() - Start a HTML page.
* cgiStartMultipart() - Start a multipart delivery of a web page.
* cgiSupportsMultipart() - Does the browser support multi-part documents?
* cgi_null_passwd() - Return a NULL password for authentication.
*/ */
/* /*
@@ -232,8 +220,3 @@ cgi_null_passwd(const char *prompt) /* I - Prompt string (unused) */
return (NULL); return (NULL);
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* CGI <-> IPP variable routines for CUPS. * CGI <-> IPP variable routines for CUPS.
* *
* Copyright 2007-2015 by Apple Inc. * Copyright 2007-2015 by Apple Inc.
@@ -1547,8 +1545,3 @@ cgiText(const char *message) /* I - Message */
return (_cupsLangString(language, message)); return (_cupsLangString(language, message));
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Job status CGI for CUPS. * Job status CGI for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -201,8 +199,3 @@ do_job_op(http_t *http, /* I - HTTP connection */
cgiEndHTML(); cgiEndHTML();
} }
/*
* End of "$Id$".
*/
+8 -25
Ver Arquivo
@@ -1,30 +1,18 @@
/* /*
* "$Id$" * Xcode documentation set generator.
* *
* Xcode documentation set generator. * Copyright 2007-2012 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products.
* *
* Copyright 2007-2012 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2007 by Easy Software Products. * property of Apple Inc. and are protected by Federal copyright
* * law. Distribution and use rights are outlined in the file "LICENSE.txt"
* These coded instructions, statements, and computer programs are the * which should have been included with this file. If this file is
* property of Apple Inc. and are protected by Federal copyright * file is missing or damaged, see the license at "http://www.cups.org/".
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
* *
* Usage: * Usage:
* *
* makedocset directory *.tokens * makedocset directory *.tokens
*
* Contents:
*
* main() - Test the help index code.
* compare_html() - Compare the titles of two HTML files.
* compare_sections() - Compare the names of two help sections.
* compare_sections_files() - Compare the number of files and section names.
* write_index() - Write an index file for the CUPS help.
* write_info() - Write the Info.plist file.
* write_nodes() - Write the Nodes.xml file.
*/ */
/* /*
@@ -479,8 +467,3 @@ write_nodes(const char *path, /* I - File to write */
cupsFileClose(fp); cupsFileClose(fp);
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Printer status CGI for CUPS. * Printer status CGI for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -563,8 +561,3 @@ show_printer(http_t *http, /* I - Connection to server */
cgiEndHTML(); cgiEndHTML();
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Search routines for CUPS. * Search routines for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -368,8 +366,3 @@ cgiFreeSearch(void *search) /* I - Search context */
{ {
regfree((regex_t *)search); regfree((regex_t *)search);
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* CGI template function. * CGI template function.
* *
* Copyright 2007-2015 by Apple Inc. * Copyright 2007-2015 by Apple Inc.
@@ -683,8 +681,3 @@ cgi_puturi(const char *s, /* I - String to output */
s ++; s ++;
} }
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* CGI test program for CUPS. * CGI test program for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -62,8 +60,3 @@ main(void)
return (0); return (0);
} }
/*
* End of "$Id$".
*/
+8 -20
Ver Arquivo
@@ -1,21 +1,14 @@
/* /*
* "$Id$" * Help index test program for CUPS.
* *
* Help index test program for CUPS. * Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products.
* *
* Copyright 2007-2011 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2007 by Easy Software Products. * property of Apple Inc. and are protected by Federal copyright
* * law. Distribution and use rights are outlined in the file "LICENSE.txt"
* These coded instructions, statements, and computer programs are the * which should have been included with this file. If this file is
* property of Apple Inc. and are protected by Federal copyright * file is missing or damaged, see the license at "http://www.cups.org/".
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* Contents:
*
* main() - Test the help index code.
* list_nodes() - List nodes in an array...
*/ */
/* /*
@@ -106,8 +99,3 @@ list_nodes(const char *title, /* I - Title string */
printf(" (%d words)\n", cupsArrayCount(node->words)); printf(" (%d words)\n", cupsArrayCount(node->words));
} }
} }
/*
* End of "$Id$".
*/
+8 -19
Ver Arquivo
@@ -1,20 +1,14 @@
/* /*
* "$Id$" * CGI template test program for CUPS.
* *
* CGI template test program for CUPS. * Copyright 2007-2011 by Apple Inc.
* Copyright 2006 by Easy Software Products.
* *
* Copyright 2007-2011 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 2006 by Easy Software Products. * property of Apple Inc. and are protected by Federal copyright
* * law. Distribution and use rights are outlined in the file "LICENSE.txt"
* These coded instructions, statements, and computer programs are the * which should have been included with this file. If this file is
* property of Apple Inc. and are protected by Federal copyright * file is missing or damaged, see the license at "http://www.cups.org/".
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* Contents:
*
* main() - Test the template code.
*/ */
/* /*
@@ -96,8 +90,3 @@ main(int argc, /* I - Number of command-line arguments */
return (0); return (0);
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* CGI form variable and array functions for CUPS. * CGI form variable and array functions for CUPS.
* *
* Copyright 2007-2015 by Apple Inc. * Copyright 2007-2015 by Apple Inc.
@@ -1294,8 +1292,3 @@ cgi_unlink_file(void)
form_file = NULL; form_file = NULL;
} }
} }
/*
* End of "$Id$".
*/
+8 -15
Ver Arquivo
@@ -1,16 +1,14 @@
# #
# "$Id$" # Configuration file makefile for CUPS.
# #
# Configuration file makefile for CUPS. # Copyright 2007-2015 by Apple Inc.
# Copyright 1993-2006 by Easy Software Products.
# #
# Copyright 2007-2015 by Apple Inc. # These coded instructions, statements, and computer programs are the
# Copyright 1993-2006 by Easy Software Products. # property of Apple Inc. and are protected by Federal copyright
# # law. Distribution and use rights are outlined in the file "LICENSE.txt"
# These coded instructions, statements, and computer programs are the # which should have been included with this file. If this file is
# property of Apple Inc. and are protected by Federal copyright # file is missing or damaged, see the license at "http://www.cups.org/".
# law. Distribution and use rights are outlined in the file "LICENSE.txt"
# which should have been included with this file. If this file is
# file is missing or damaged, see the license at "http://www.cups.org/".
# #
include ../Makedefs include ../Makedefs
@@ -136,8 +134,3 @@ uninstall:
$(RM) $(BUILDROOT)$(PAMDIR)/cups; \ $(RM) $(BUILDROOT)$(PAMDIR)/cups; \
$(RMDIR) $(BUILDROOT)$(PAMDIR); \ $(RMDIR) $(BUILDROOT)$(PAMDIR); \
fi fi
#
# End of "$Id$".
#
-6
Ver Arquivo
@@ -1,6 +1,4 @@
dnl dnl
dnl "$Id$"
dnl
dnl Common configuration stuff for CUPS. dnl Common configuration stuff for CUPS.
dnl dnl
dnl Copyright 2007-2015 by Apple Inc. dnl Copyright 2007-2015 by Apple Inc.
@@ -472,7 +470,3 @@ case "$COMPONENTS" in
esac esac
AC_SUBST(BUILDDIRS) AC_SUBST(BUILDDIRS)
dnl
dnl End of "$Id$".
dnl
-6
Ver Arquivo
@@ -1,6 +1,4 @@
dnl dnl
dnl "$Id$"
dnl
dnl Compiler stuff for CUPS. dnl Compiler stuff for CUPS.
dnl dnl
dnl Copyright 2007-2014 by Apple Inc. dnl Copyright 2007-2014 by Apple Inc.
@@ -244,7 +242,3 @@ case $uname in
OPTIM="$OPTIM -D_GNU_SOURCE" OPTIM="$OPTIM -D_GNU_SOURCE"
;; ;;
esac esac
dnl
dnl End of "$Id$".
dnl
+8 -14
Ver Arquivo
@@ -1,16 +1,14 @@
dnl dnl
dnl "$Id$" dnl Default cupsd configuration settings for CUPS.
dnl dnl
dnl Default cupsd configuration settings for CUPS. dnl Copyright 2007-2015 by Apple Inc.
dnl Copyright 2006-2007 by Easy Software Products, all rights reserved.
dnl dnl
dnl Copyright 2007-2015 by Apple Inc. dnl These coded instructions, statements, and computer programs are the
dnl Copyright 2006-2007 by Easy Software Products, all rights reserved. dnl property of Apple Inc. and are protected by Federal copyright
dnl dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl These coded instructions, statements, and computer programs are the dnl which should have been included with this file. If this file is
dnl property of Apple Inc. and are protected by Federal copyright dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl which should have been included with this file. If this file is
dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl dnl
dnl Default languages... dnl Default languages...
@@ -407,7 +405,3 @@ esac
AC_SUBST(CUPS_WEBIF) AC_SUBST(CUPS_WEBIF)
AC_DEFINE_UNQUOTED(CUPS_DEFAULT_WEBIF, $CUPS_DEFAULT_WEBIF) AC_DEFINE_UNQUOTED(CUPS_DEFAULT_WEBIF, $CUPS_DEFAULT_WEBIF)
dnl
dnl End of "$Id$".
dnl
-6
Ver Arquivo
@@ -1,6 +1,4 @@
dnl dnl
dnl "$Id$"
dnl
dnl Directory stuff for CUPS. dnl Directory stuff for CUPS.
dnl dnl
dnl Copyright 2007-2014 by Apple Inc. dnl Copyright 2007-2014 by Apple Inc.
@@ -303,7 +301,3 @@ AC_ARG_WITH(rundir, [ --with-rundir set transient run-time state dire
esac]) esac])
AC_DEFINE_UNQUOTED(CUPS_STATEDIR, "$CUPS_STATEDIR") AC_DEFINE_UNQUOTED(CUPS_STATEDIR, "$CUPS_STATEDIR")
AC_SUBST(CUPS_STATEDIR) AC_SUBST(CUPS_STATEDIR)
dnl
dnl End of "$Id$".
dnl
+7 -13
Ver Arquivo
@@ -1,15 +1,13 @@
dnl dnl
dnl "$Id$" dnl DNS Service Discovery (aka Bonjour) stuff for CUPS.
dnl dnl
dnl DNS Service Discovery (aka Bonjour) stuff for CUPS. dnl Copyright 2007-2015 by Apple Inc.
dnl dnl
dnl Copyright 2007-2015 by Apple Inc. dnl These coded instructions, statements, and computer programs are the
dnl dnl property of Apple Inc. and are protected by Federal copyright
dnl These coded instructions, statements, and computer programs are the dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl property of Apple Inc. and are protected by Federal copyright dnl which should have been included with this file. If this file is
dnl law. Distribution and use rights are outlined in the file "LICENSE.txt" dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl which should have been included with this file. If this file is
dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl dnl
AC_ARG_ENABLE(avahi, [ --disable-avahi disable DNS Service Discovery support using Avahi]) AC_ARG_ENABLE(avahi, [ --disable-avahi disable DNS Service Discovery support using Avahi])
@@ -80,7 +78,3 @@ AC_SUBST(DNSSDLIBS)
AC_SUBST(DNSSD_BACKEND) AC_SUBST(DNSSD_BACKEND)
AC_SUBST(IPPFIND_BIN) AC_SUBST(IPPFIND_BIN)
AC_SUBST(IPPFIND_MAN) AC_SUBST(IPPFIND_MAN)
dnl
dnl End of "$Id$".
dnl
+10 -16
Ver Arquivo
@@ -1,19 +1,17 @@
dnl dnl
dnl "$Id$" dnl GSSAPI/Kerberos library detection for CUPS.
dnl dnl
dnl GSSAPI/Kerberos library detection for CUPS. dnl Copyright 2007-2013 by Apple Inc.
dnl Copyright 2006-2007 by Easy Software Products.
dnl dnl
dnl Copyright 2007-2013 by Apple Inc. dnl This file contains Kerberos support code, copyright 2006 by
dnl Copyright 2006-2007 by Easy Software Products. dnl Jelmer Vernooij.
dnl dnl
dnl This file contains Kerberos support code, copyright 2006 by dnl These coded instructions, statements, and computer programs are the
dnl Jelmer Vernooij. dnl property of Apple Inc. and are protected by Federal copyright
dnl dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl These coded instructions, statements, and computer programs are the dnl which should have been included with this file. If this file is
dnl property of Apple Inc. and are protected by Federal copyright dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl which should have been included with this file. If this file is
dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl dnl
AC_ARG_ENABLE(gssapi, [ --disable-gssapi disable GSSAPI support]) AC_ARG_ENABLE(gssapi, [ --disable-gssapi disable GSSAPI support])
@@ -127,7 +125,3 @@ fi
AC_SUBST(CUPS_DEFAULT_GSSSERVICENAME) AC_SUBST(CUPS_DEFAULT_GSSSERVICENAME)
AC_DEFINE_UNQUOTED(CUPS_DEFAULT_GSSSERVICENAME, "$CUPS_DEFAULT_GSSSERVICENAME") AC_DEFINE_UNQUOTED(CUPS_DEFAULT_GSSSERVICENAME, "$CUPS_DEFAULT_GSSSERVICENAME")
dnl
dnl End of "$Id$".
dnl
+8 -14
Ver Arquivo
@@ -1,16 +1,14 @@
dnl dnl
dnl "$Id$" dnl Large file support stuff for CUPS.
dnl dnl
dnl Large file support stuff for CUPS. dnl Copyright 2007-2011 by Apple Inc.
dnl Copyright 1997-2005 by Easy Software Products, all rights reserved.
dnl dnl
dnl Copyright 2007-2011 by Apple Inc. dnl These coded instructions, statements, and computer programs are the
dnl Copyright 1997-2005 by Easy Software Products, all rights reserved. dnl property of Apple Inc. and are protected by Federal copyright
dnl dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl These coded instructions, statements, and computer programs are the dnl which should have been included with this file. If this file is
dnl property of Apple Inc. and are protected by Federal copyright dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl which should have been included with this file. If this file is
dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl dnl
dnl Check for largefile support... dnl Check for largefile support...
@@ -46,7 +44,3 @@ if test $ac_cv_c_long_long = yes; then
fi fi
AC_CHECK_FUNC(strtoll, AC_DEFINE(HAVE_STRTOLL)) AC_CHECK_FUNC(strtoll, AC_DEFINE(HAVE_STRTOLL))
dnl
dnl End of "$Id$".
dnl
+8 -14
Ver Arquivo
@@ -1,16 +1,14 @@
dnl dnl
dnl "$Id$" dnl Libtool stuff for CUPS.
dnl dnl
dnl Libtool stuff for CUPS. dnl Copyright 2007-2011 by Apple Inc.
dnl Copyright 1997-2005 by Easy Software Products, all rights reserved.
dnl dnl
dnl Copyright 2007-2011 by Apple Inc. dnl These coded instructions, statements, and computer programs are the
dnl Copyright 1997-2005 by Easy Software Products, all rights reserved. dnl property of Apple Inc. and are protected by Federal copyright
dnl dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl These coded instructions, statements, and computer programs are the dnl which should have been included with this file. If this file is
dnl property of Apple Inc. and are protected by Federal copyright dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl which should have been included with this file. If this file is
dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl dnl
AC_ARG_ENABLE(libtool_unsupported, [ --enable-libtool-unsupported AC_ARG_ENABLE(libtool_unsupported, [ --enable-libtool-unsupported
@@ -33,7 +31,3 @@ if test x$LIBTOOL != x; then
LINKCUPSIMAGE="../filter/\$(LIBCUPSIMAGE)" LINKCUPSIMAGE="../filter/\$(LIBCUPSIMAGE)"
DSO="\$(CC)" DSO="\$(CC)"
fi fi
dnl
dnl End of "$Id$".
dnl
-6
Ver Arquivo
@@ -1,6 +1,4 @@
dnl dnl
dnl "$Id$"
dnl
dnl Manpage stuff for CUPS. dnl Manpage stuff for CUPS.
dnl dnl
dnl Copyright 2007-2013 by Apple Inc. dnl Copyright 2007-2013 by Apple Inc.
@@ -76,7 +74,3 @@ AC_SUBST(MAN5EXT)
AC_SUBST(MAN7EXT) AC_SUBST(MAN7EXT)
AC_SUBST(MAN8EXT) AC_SUBST(MAN8EXT)
AC_SUBST(MAN8DIR) AC_SUBST(MAN8DIR)
dnl
dnl End of "$Id$".
dnl
-6
Ver Arquivo
@@ -1,6 +1,4 @@
dnl dnl
dnl "$Id$"
dnl
dnl Networking stuff for CUPS. dnl Networking stuff for CUPS.
dnl dnl
dnl Copyright 2007-2014 by Apple Inc. dnl Copyright 2007-2014 by Apple Inc.
@@ -70,7 +68,3 @@ fi
AC_SUBST(CUPS_DEFAULT_DOMAINSOCKET) AC_SUBST(CUPS_DEFAULT_DOMAINSOCKET)
AC_SUBST(CUPS_LISTEN_DOMAINSOCKET) AC_SUBST(CUPS_LISTEN_DOMAINSOCKET)
dnl
dnl End of "$Id$".
dnl
+8 -14
Ver Arquivo
@@ -1,16 +1,14 @@
dnl dnl
dnl "$Id$" dnl Operating system stuff for CUPS.
dnl dnl
dnl Operating system stuff for CUPS. dnl Copyright 2007-2012 by Apple Inc.
dnl Copyright 1997-2006 by Easy Software Products, all rights reserved.
dnl dnl
dnl Copyright 2007-2012 by Apple Inc. dnl These coded instructions, statements, and computer programs are the
dnl Copyright 1997-2006 by Easy Software Products, all rights reserved. dnl property of Apple Inc. and are protected by Federal copyright
dnl dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl These coded instructions, statements, and computer programs are the dnl which should have been included with this file. If this file is
dnl property of Apple Inc. and are protected by Federal copyright dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl which should have been included with this file. If this file is
dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl dnl
dnl Get the operating system, version number, and architecture... dnl Get the operating system, version number, and architecture...
@@ -33,7 +31,3 @@ case "$uname" in
uname="Linux" uname="Linux"
;; ;;
esac esac
dnl
dnl "$Id$"
dnl
+1 -7
Ver Arquivo
@@ -1,7 +1,5 @@
dnl dnl
dnl "$Id$" dnl PAM stuff for CUPS.
dnl
dnl PAM stuff for CUPS.
dnl dnl
dnl Copyright 2007-2013 by Apple Inc. dnl Copyright 2007-2013 by Apple Inc.
dnl Copyright 1997-2005 by Easy Software Products, all rights reserved. dnl Copyright 1997-2005 by Easy Software Products, all rights reserved.
@@ -91,7 +89,3 @@ AC_SUBST(PAMFILE)
AC_SUBST(PAMLIBS) AC_SUBST(PAMLIBS)
AC_SUBST(PAMMOD) AC_SUBST(PAMMOD)
AC_SUBST(PAMMODAUTH) AC_SUBST(PAMMODAUTH)
dnl
dnl End of "$Id$".
dnl
+8 -14
Ver Arquivo
@@ -1,22 +1,16 @@
dnl dnl
dnl "$Id$" dnl Select/poll stuff for CUPS.
dnl dnl
dnl Select/poll stuff for CUPS. dnl Copyright 2007-2011 by Apple Inc.
dnl Copyright 2006 by Easy Software Products, all rights reserved.
dnl dnl
dnl Copyright 2007-2011 by Apple Inc. dnl These coded instructions, statements, and computer programs are the
dnl Copyright 2006 by Easy Software Products, all rights reserved. dnl property of Apple Inc. and are protected by Federal copyright
dnl dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl These coded instructions, statements, and computer programs are the dnl which should have been included with this file. If this file is
dnl property of Apple Inc. and are protected by Federal copyright dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl which should have been included with this file. If this file is
dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl dnl
AC_CHECK_FUNC(poll, AC_DEFINE(HAVE_POLL)) AC_CHECK_FUNC(poll, AC_DEFINE(HAVE_POLL))
AC_CHECK_FUNC(epoll_create, AC_DEFINE(HAVE_EPOLL)) AC_CHECK_FUNC(epoll_create, AC_DEFINE(HAVE_EPOLL))
AC_CHECK_FUNC(kqueue, AC_DEFINE(HAVE_KQUEUE)) AC_CHECK_FUNC(kqueue, AC_DEFINE(HAVE_KQUEUE))
dnl
dnl End of "$Id$".
dnl
+8 -14
Ver Arquivo
@@ -1,16 +1,14 @@
dnl dnl
dnl "$Id$" dnl Scripting configuration stuff for CUPS.
dnl dnl
dnl Scripting configuration stuff for CUPS. dnl Copyright 2007-2010 by Apple Inc.
dnl Copyright 1997-2006 by Easy Software Products, all rights reserved.
dnl dnl
dnl Copyright 2007-2010 by Apple Inc. dnl These coded instructions, statements, and computer programs are the
dnl Copyright 1997-2006 by Easy Software Products, all rights reserved. dnl property of Apple Inc. and are protected by Federal copyright
dnl dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl These coded instructions, statements, and computer programs are the dnl which should have been included with this file. If this file is
dnl property of Apple Inc. and are protected by Federal copyright dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl which should have been included with this file. If this file is
dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl dnl
dnl Do we have Java? dnl Do we have Java?
@@ -83,7 +81,3 @@ AC_DEFINE_UNQUOTED(CUPS_PYTHON, "$CUPS_PYTHON")
if test "x$CUPS_PYTHON" != x; then if test "x$CUPS_PYTHON" != x; then
AC_DEFINE(HAVE_PYTHON) AC_DEFINE(HAVE_PYTHON)
fi fi
dnl
dnl End of "$Id$".
dnl
-6
Ver Arquivo
@@ -1,6 +1,4 @@
dnl dnl
dnl "$Id$"
dnl
dnl Shared library support for CUPS. dnl Shared library support for CUPS.
dnl dnl
dnl Copyright 2007-2013 by Apple Inc. dnl Copyright 2007-2013 by Apple Inc.
@@ -156,7 +154,3 @@ fi
AC_SUBST(DSOLIBS) AC_SUBST(DSOLIBS)
AC_SUBST(IMGLIBS) AC_SUBST(IMGLIBS)
AC_SUBST(EXPORT_LDFLAGS) AC_SUBST(EXPORT_LDFLAGS)
dnl
dnl End of "$Id$".
dnl
-6
Ver Arquivo
@@ -1,6 +1,4 @@
dnl dnl
dnl "$Id$"
dnl
dnl TLS stuff for CUPS. dnl TLS stuff for CUPS.
dnl dnl
dnl Copyright 2007-2015 by Apple Inc. dnl Copyright 2007-2015 by Apple Inc.
@@ -106,7 +104,3 @@ AC_SUBST(SSLLIBS)
EXPORT_SSLLIBS="$SSLLIBS" EXPORT_SSLLIBS="$SSLLIBS"
AC_SUBST(EXPORT_SSLLIBS) AC_SUBST(EXPORT_SSLLIBS)
dnl
dnl End of "$Id$".
dnl
-7
Ver Arquivo
@@ -1,6 +1,4 @@
dnl dnl
dnl "$Id$"
dnl
dnl Launch-on-demand/startup stuff for CUPS. dnl Launch-on-demand/startup stuff for CUPS.
dnl dnl
dnl Copyright 2007-2015 by Apple Inc. dnl Copyright 2007-2015 by Apple Inc.
@@ -185,8 +183,3 @@ if test "x$xinetd" = x; then
elif test "x$xinetd" != xno; then elif test "x$xinetd" != xno; then
XINETD="$xinetd" XINETD="$xinetd"
fi fi
dnl
dnl End of "$Id$".
dnl
+8 -14
Ver Arquivo
@@ -1,16 +1,14 @@
dnl dnl
dnl "$Id$" dnl Threading stuff for CUPS.
dnl dnl
dnl Threading stuff for CUPS. dnl Copyright 2007-2011 by Apple Inc.
dnl Copyright 1997-2005 by Easy Software Products, all rights reserved.
dnl dnl
dnl Copyright 2007-2011 by Apple Inc. dnl These coded instructions, statements, and computer programs are the
dnl Copyright 1997-2005 by Easy Software Products, all rights reserved. dnl property of Apple Inc. and are protected by Federal copyright
dnl dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl These coded instructions, statements, and computer programs are the dnl which should have been included with this file. If this file is
dnl property of Apple Inc. and are protected by Federal copyright dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
dnl which should have been included with this file. If this file is
dnl file is missing or damaged, see the license at "http://www.cups.org/".
dnl dnl
AC_ARG_ENABLE(threads, [ --disable-threads disable multi-threading support]) AC_ARG_ENABLE(threads, [ --disable-threads disable multi-threading support])
@@ -48,7 +46,3 @@ if test "x$enable_threads" != xno; then
fi fi
AC_SUBST(PTHREAD_FLAGS) AC_SUBST(PTHREAD_FLAGS)
dnl
dnl End of "$Id$".
dnl
externo
+116 -143
Ver Arquivo
@@ -1,11 +1,13 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for CUPS 2.2svn. # Generated by GNU Autoconf 2.68 for CUPS 2.2svn.
# #
# Report bugs to <https://www.cups.org/str.php>. # Report bugs to <https://www.cups.org/str.php>.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
# Foundation, Inc.
# #
# #
# This configure script is free software; the Free Software Foundation # This configure script is free software; the Free Software Foundation
@@ -134,31 +136,6 @@ export LANGUAGE
# CDPATH. # CDPATH.
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
# Use a proper internal environment variable to ensure we don't fall
# into an infinite loop, continuously re-executing ourselves.
if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
_as_can_reexec=no; export _as_can_reexec;
# We cannot yet assume a decent shell, so we have to provide a
# neutralization value for shells without unset; and this also
# works around shells that cannot unset nonexistent variables.
# Preserve -v and -x to the replacement shell.
BASH_ENV=/dev/null
ENV=/dev/null
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
case $- in # ((((
*v*x* | *x*v* ) as_opts=-vx ;;
*v* ) as_opts=-v ;;
*x* ) as_opts=-x ;;
* ) as_opts= ;;
esac
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
# Admittedly, this is quite paranoid, since all the known shells bail
# out after a failed `exec'.
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
as_fn_exit 255
fi
# We don't want this to propagate to other subprocesses.
{ _as_can_reexec=; unset _as_can_reexec;}
if test "x$CONFIG_SHELL" = x; then if test "x$CONFIG_SHELL" = x; then
as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
emulate sh emulate sh
@@ -192,8 +169,7 @@ if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
else else
exitcode=1; echo positional parameters were not saved. exitcode=1; echo positional parameters were not saved.
fi fi
test x\$exitcode = x0 || exit 1 test x\$exitcode = x0 || exit 1"
test -x / || exit 1"
as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
@@ -238,25 +214,21 @@ IFS=$as_save_IFS
if test "x$CONFIG_SHELL" != x; then : if test "x$CONFIG_SHELL" != x; then :
export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a
# We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also
# neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables.
# works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell.
# Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null
BASH_ENV=/dev/null ENV=/dev/null
ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV export CONFIG_SHELL
case $- in # (((( case $- in # ((((
*v*x* | *x*v* ) as_opts=-vx ;; *v*x* | *x*v* ) as_opts=-vx ;;
*v* ) as_opts=-v ;; *v* ) as_opts=-v ;;
*x* ) as_opts=-x ;; *x* ) as_opts=-x ;;
* ) as_opts= ;; * ) as_opts= ;;
esac esac
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
# Admittedly, this is quite paranoid, since all the known shells bail
# out after a failed `exec'.
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
exit 255
fi fi
if test x$as_have_required = xno; then : if test x$as_have_required = xno; then :
@@ -359,14 +331,6 @@ $as_echo X"$as_dir" |
} # as_fn_mkdir_p } # as_fn_mkdir_p
# as_fn_executable_p FILE
# -----------------------
# Test if FILE is an executable regular file.
as_fn_executable_p ()
{
test -f "$1" && test -x "$1"
} # as_fn_executable_p
# as_fn_append VAR VALUE # as_fn_append VAR VALUE
# ---------------------- # ----------------------
# Append the text in VALUE to the end of the definition contained in VAR. Take # Append the text in VALUE to the end of the definition contained in VAR. Take
@@ -488,10 +452,6 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
chmod +x "$as_me.lineno" || chmod +x "$as_me.lineno" ||
{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
# If we had to re-execute with $CONFIG_SHELL, we're ensured to have
# already done that, so ensure we don't try to do so again and fall
# in an infinite loop. This has already happened in practice.
_as_can_reexec=no; export _as_can_reexec
# Don't try to exec as it changes $[0], causing all sort of problems # Don't try to exec as it changes $[0], causing all sort of problems
# (the dirname of $[0] is not the place where we might find the # (the dirname of $[0] is not the place where we might find the
# original and so on. Autoconf is especially sensitive to this). # original and so on. Autoconf is especially sensitive to this).
@@ -526,16 +486,16 @@ if (echo >conf$$.file) 2>/dev/null; then
# ... but there are two gotchas: # ... but there are two gotchas:
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
# In both cases, we have to default to `cp -pR'. # In both cases, we have to default to `cp -p'.
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
as_ln_s='cp -pR' as_ln_s='cp -p'
elif ln conf$$.file conf$$ 2>/dev/null; then elif ln conf$$.file conf$$ 2>/dev/null; then
as_ln_s=ln as_ln_s=ln
else else
as_ln_s='cp -pR' as_ln_s='cp -p'
fi fi
else else
as_ln_s='cp -pR' as_ln_s='cp -p'
fi fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null rmdir conf$$.dir 2>/dev/null
@@ -547,8 +507,28 @@ else
as_mkdir_p=false as_mkdir_p=false
fi fi
as_test_x='test -x' if test -x / >/dev/null 2>&1; then
as_executable_p=as_fn_executable_p as_test_x='test -x'
else
if ls -dL / >/dev/null 2>&1; then
as_ls_L_option=L
else
as_ls_L_option=
fi
as_test_x='
eval sh -c '\''
if test -d "$1"; then
test -d "$1/.";
else
case $1 in #(
-*)set "./$1";;
esac;
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
???[sx]*):;;*)false;;esac;fi
'\'' sh
'
fi
as_executable_p=$as_test_x
# Sed expression to map a string onto a valid CPP name. # Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
@@ -1380,6 +1360,8 @@ target=$target_alias
if test "x$host_alias" != x; then if test "x$host_alias" != x; then
if test "x$build_alias" = x; then if test "x$build_alias" = x; then
cross_compiling=maybe cross_compiling=maybe
$as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used" >&2
elif test "x$build_alias" != "x$host_alias"; then elif test "x$build_alias" != "x$host_alias"; then
cross_compiling=yes cross_compiling=yes
fi fi
@@ -1706,9 +1688,9 @@ test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
CUPS configure 2.2svn CUPS configure 2.2svn
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.68
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it. gives unlimited permission to copy, distribute and modify it.
_ACEOF _ACEOF
@@ -1859,7 +1841,7 @@ $as_echo "$ac_try_echo"; } >&5
test ! -s conftest.err test ! -s conftest.err
} && test -s conftest$ac_exeext && { } && test -s conftest$ac_exeext && {
test "$cross_compiling" = yes || test "$cross_compiling" = yes ||
test -x conftest$ac_exeext $as_test_x conftest$ac_exeext
}; then : }; then :
ac_retval=0 ac_retval=0
else else
@@ -2170,7 +2152,7 @@ This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by CUPS $as_me 2.2svn, which was It was created by CUPS $as_me 2.2svn, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@ $ $0 $@
@@ -2540,7 +2522,6 @@ case "$uname" in
esac esac
ac_config_headers="$ac_config_headers config.h" ac_config_headers="$ac_config_headers config.h"
@@ -2604,7 +2585,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_AWK="$ac_prog" ac_cv_prog_AWK="$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -2652,7 +2633,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -2696,7 +2677,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_CC="$ac_prog" ac_cv_prog_ac_ct_CC="$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -3140,7 +3121,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */ /* end confdefs.h. */
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
struct stat; #include <sys/types.h>
#include <sys/stat.h>
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
struct buf { int x; }; struct buf { int x; };
FILE * (*rcsopen) (struct buf *, struct stat *, int); FILE * (*rcsopen) (struct buf *, struct stat *, int);
@@ -3390,7 +3372,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -3434,7 +3416,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_CXX="$ac_prog" ac_cv_prog_ac_ct_CXX="$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -3636,7 +3618,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -3676,7 +3658,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_RANLIB="ranlib" ac_cv_prog_ac_ct_RANLIB="ranlib"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -3729,7 +3711,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -3769,7 +3751,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_CHMOD="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_CHMOD="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -3809,7 +3791,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_GZIP="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_GZIP="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -3849,7 +3831,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_LD="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_LD="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -3889,7 +3871,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -3929,7 +3911,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -3969,7 +3951,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -4009,7 +3991,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_RMDIR="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_RMDIR="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -4049,7 +4031,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -4089,7 +4071,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_XDGOPEN="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_XDGOPEN="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -4165,7 +4147,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_PKGCONFIG="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_PKGCONFIG="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -4208,7 +4190,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_ac_pt_PKGCONFIG="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_ac_pt_PKGCONFIG="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -4618,7 +4600,7 @@ do
for ac_prog in grep ggrep; do for ac_prog in grep ggrep; do
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
as_fn_executable_p "$ac_path_GREP" || continue { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
# Check for GNU ac_path_GREP and select it if it is found. # Check for GNU ac_path_GREP and select it if it is found.
# Check for GNU $ac_path_GREP # Check for GNU $ac_path_GREP
case `"$ac_path_GREP" --version 2>&1` in case `"$ac_path_GREP" --version 2>&1` in
@@ -4684,7 +4666,7 @@ do
for ac_prog in egrep; do for ac_prog in egrep; do
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
as_fn_executable_p "$ac_path_EGREP" || continue { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
# Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU ac_path_EGREP and select it if it is found.
# Check for GNU $ac_path_EGREP # Check for GNU $ac_path_EGREP
case `"$ac_path_EGREP" --version 2>&1` in case `"$ac_path_EGREP" --version 2>&1` in
@@ -5955,7 +5937,6 @@ esac
if test "$prefix" = "NONE"; then if test "$prefix" = "NONE"; then
prefix="/" prefix="/"
fi fi
@@ -6350,7 +6331,6 @@ _ACEOF
if test "$mandir" = "\${datarootdir}/man" -a "$prefix" = "/"; then if test "$mandir" = "\${datarootdir}/man" -a "$prefix" = "/"; then
# New GNU "standards" break previous ones, so make sure we use # New GNU "standards" break previous ones, so make sure we use
# the right default location for the operating system... # the right default location for the operating system...
@@ -6415,7 +6395,6 @@ esac
PICFLAG=1 PICFLAG=1
DSOFLAGS="${DSOFLAGS:=}" DSOFLAGS="${DSOFLAGS:=}"
@@ -6564,7 +6543,6 @@ fi
# Check whether --enable-libtool_unsupported was given. # Check whether --enable-libtool_unsupported was given.
if test "${enable_libtool_unsupported+set}" = set; then : if test "${enable_libtool_unsupported+set}" = set; then :
enableval=$enable_libtool_unsupported; if test x$enable_libtool_unsupported != xno; then enableval=$enable_libtool_unsupported; if test x$enable_libtool_unsupported != xno; then
@@ -6589,7 +6567,6 @@ if test x$LIBTOOL != x; then
fi fi
INSTALL_STRIP="" INSTALL_STRIP=""
OPTIM="" OPTIM=""
@@ -6953,7 +6930,6 @@ esac
ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" " ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h> #include <netinet/in.h>
@@ -7598,7 +7574,6 @@ fi
ac_fn_c_check_func "$LINENO" "poll" "ac_cv_func_poll" ac_fn_c_check_func "$LINENO" "poll" "ac_cv_func_poll"
if test "x$ac_cv_func_poll" = xyes; then : if test "x$ac_cv_func_poll" = xyes; then :
$as_echo "#define HAVE_POLL 1" >>confdefs.h $as_echo "#define HAVE_POLL 1" >>confdefs.h
@@ -7619,7 +7594,6 @@ fi
# Check whether --enable-gssapi was given. # Check whether --enable-gssapi was given.
if test "${enable_gssapi+set}" = set; then : if test "${enable_gssapi+set}" = set; then :
enableval=$enable_gssapi; enableval=$enable_gssapi;
@@ -7649,7 +7623,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_KRB5CONFIG="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_KRB5CONFIG="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -7692,7 +7666,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_ac_pt_KRB5CONFIG="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_ac_pt_KRB5CONFIG="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -8055,7 +8029,6 @@ _ACEOF
# Check whether --enable-threads was given. # Check whether --enable-threads was given.
if test "${enable_threads+set}" = set; then : if test "${enable_threads+set}" = set; then :
enableval=$enable_threads; enableval=$enable_threads;
@@ -8118,7 +8091,6 @@ fi
# Check whether --enable-ssl was given. # Check whether --enable-ssl was given.
if test "${enable_ssl+set}" = set; then : if test "${enable_ssl+set}" = set; then :
enableval=$enable_ssl; enableval=$enable_ssl;
@@ -8246,7 +8218,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_LIBGNUTLSCONFIG="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_LIBGNUTLSCONFIG="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -8289,7 +8261,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_ac_pt_LIBGNUTLSCONFIG="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_ac_pt_LIBGNUTLSCONFIG="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -8344,7 +8316,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_LIBGCRYPTCONFIG="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_LIBGCRYPTCONFIG="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -8387,7 +8359,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_ac_pt_LIBGCRYPTCONFIG="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_ac_pt_LIBGCRYPTCONFIG="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -8483,7 +8455,6 @@ EXPORT_SSLLIBS="$SSLLIBS"
# Check whether --enable-pam was given. # Check whether --enable-pam was given.
if test "${enable_pam+set}" = set; then : if test "${enable_pam+set}" = set; then :
enableval=$enable_pam; enableval=$enable_pam;
@@ -8751,7 +8722,6 @@ fi
# Check whether --enable-largefile was given. # Check whether --enable-largefile was given.
if test "${enable_largefile+set}" = set; then : if test "${enable_largefile+set}" = set; then :
enableval=$enable_largefile; enableval=$enable_largefile;
@@ -8948,8 +8918,6 @@ _ACEOF
esac esac
rm -rf conftest* rm -rf conftest*
fi fi
fi fi
@@ -9010,7 +8978,6 @@ fi
# Check whether --enable-avahi was given. # Check whether --enable-avahi was given.
if test "${enable_avahi+set}" = set; then : if test "${enable_avahi+set}" = set; then :
enableval=$enable_avahi; enableval=$enable_avahi;
@@ -9124,7 +9091,6 @@ fi
ONDEMANDFLAGS="" ONDEMANDFLAGS=""
ONDEMANDLIBS="" ONDEMANDLIBS=""
@@ -9376,8 +9342,6 @@ elif test "x$xinetd" != xno; then
fi fi
LANGUAGES="`ls -1 locale/cups_*.po 2>/dev/null | sed -e '1,$s/locale\/cups_//' -e '1,$s/\.po//' | tr '\n' ' '`" LANGUAGES="`ls -1 locale/cups_*.po 2>/dev/null | sed -e '1,$s/locale\/cups_//' -e '1,$s/\.po//' | tr '\n' ' '`"
@@ -9941,7 +9905,6 @@ _ACEOF
# Check whether --with-java was given. # Check whether --with-java was given.
if test "${with_java+set}" = set; then : if test "${with_java+set}" = set; then :
withval=$with_java; CUPS_JAVA="$withval" withval=$with_java; CUPS_JAVA="$withval"
@@ -9969,7 +9932,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -10032,7 +9995,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -10095,7 +10058,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_PHPCGI="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_PHPCGI="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -10136,7 +10099,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_PHP="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_PHP="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -10204,7 +10167,7 @@ do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
@@ -10240,7 +10203,6 @@ if test "x$CUPS_PYTHON" != x; then
fi fi
INSTALL_LANGUAGES="" INSTALL_LANGUAGES=""
UNINSTALL_LANGUAGES="" UNINSTALL_LANGUAGES=""
LANGFILES="" LANGFILES=""
@@ -10673,16 +10635,16 @@ if (echo >conf$$.file) 2>/dev/null; then
# ... but there are two gotchas: # ... but there are two gotchas:
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
# In both cases, we have to default to `cp -pR'. # In both cases, we have to default to `cp -p'.
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
as_ln_s='cp -pR' as_ln_s='cp -p'
elif ln conf$$.file conf$$ 2>/dev/null; then elif ln conf$$.file conf$$ 2>/dev/null; then
as_ln_s=ln as_ln_s=ln
else else
as_ln_s='cp -pR' as_ln_s='cp -p'
fi fi
else else
as_ln_s='cp -pR' as_ln_s='cp -p'
fi fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null rmdir conf$$.dir 2>/dev/null
@@ -10742,16 +10704,28 @@ else
as_mkdir_p=false as_mkdir_p=false
fi fi
if test -x / >/dev/null 2>&1; then
# as_fn_executable_p FILE as_test_x='test -x'
# ----------------------- else
# Test if FILE is an executable regular file. if ls -dL / >/dev/null 2>&1; then
as_fn_executable_p () as_ls_L_option=L
{ else
test -f "$1" && test -x "$1" as_ls_L_option=
} # as_fn_executable_p fi
as_test_x='test -x' as_test_x='
as_executable_p=as_fn_executable_p eval sh -c '\''
if test -d "$1"; then
test -d "$1/.";
else
case $1 in #(
-*)set "./$1";;
esac;
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
???[sx]*):;;*)false;;esac;fi
'\'' sh
'
fi
as_executable_p=$as_test_x
# Sed expression to map a string onto a valid CPP name. # Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
@@ -10773,7 +10747,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by CUPS $as_me 2.2svn, which was This file was extended by CUPS $as_me 2.2svn, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_HEADERS = $CONFIG_HEADERS
@@ -10836,10 +10810,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
CUPS config.status 2.2svn CUPS config.status 2.2svn
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it." gives unlimited permission to copy, distribute and modify it."
@@ -10928,7 +10902,7 @@ fi
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
if \$ac_cs_recheck; then if \$ac_cs_recheck; then
set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
shift shift
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
CONFIG_SHELL='$SHELL' CONFIG_SHELL='$SHELL'
@@ -11569,4 +11543,3 @@ fi
chmod +x cups-config chmod +x cups-config
-6
Ver Arquivo
@@ -1,6 +1,4 @@
dnl dnl
dnl "$Id$"
dnl
dnl Configuration script for CUPS. dnl Configuration script for CUPS.
dnl dnl
dnl Copyright 2007-2015 by Apple Inc. dnl Copyright 2007-2015 by Apple Inc.
@@ -93,7 +91,3 @@ AC_OUTPUT(Makedefs
$LANGFILES) $LANGFILES)
chmod +x cups-config chmod +x cups-config
dnl
dnl End of "$Id$".
dnl
+8 -14
Ver Arquivo
@@ -1,17 +1,15 @@
#! /bin/sh #! /bin/sh
# #
# "$Id$" # CUPS configuration utility.
# #
# CUPS configuration utility. # Copyright 2007-2011 by Apple Inc.
# Copyright 2001-2006 by Easy Software Products, all rights reserved.
# #
# Copyright 2007-2011 by Apple Inc. # These coded instructions, statements, and computer programs are the
# Copyright 2001-2006 by Easy Software Products, all rights reserved. # property of Apple Inc. and are protected by Federal copyright
# # law. Distribution and use rights are outlined in the file "LICENSE.txt"
# These coded instructions, statements, and computer programs are the # which should have been included with this file. If this file is
# property of Apple Inc. and are protected by Federal copyright # file is missing or damaged, see the license at "http://www.cups.org/".
# law. Distribution and use rights are outlined in the file "LICENSE.txt"
# which should have been included with this file. If this file is
# file is missing or damaged, see the license at "http://www.cups.org/".
# #
VERSION="@CUPS_VERSION@" VERSION="@CUPS_VERSION@"
@@ -140,7 +138,3 @@ while test $# -gt 0; do
shift shift
done done
#
# End of "$Id$".
#
-7
Ver Arquivo
@@ -1,6 +1,4 @@
# #
# "$Id$"
#
# API library Makefile for CUPS. # API library Makefile for CUPS.
# #
# Copyright 2007-2015 by Apple Inc. # Copyright 2007-2015 by Apple Inc.
@@ -676,8 +674,3 @@ sloc:
include Dependencies include Dependencies
tls.o: tls-darwin.c tls-gnutls.c tls-sspi.c tls.o: tls-darwin.c tls-gnutls.c tls-sspi.c
#
# End of "$Id$".
#
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Administration utility API definitions for CUPS. * Administration utility API definitions for CUPS.
* *
* Copyright 2007-2015 by Apple Inc. * Copyright 2007-2015 by Apple Inc.
@@ -2367,8 +2365,3 @@ write_option(cups_file_t *dstfp, /* I - PPD file */
cupsFilePrintf(dstfp, "*JCLCloseUI: *%s\n\n", name); cupsFilePrintf(dstfp, "*JCLCloseUI: *%s\n\n", name);
} }
/*
* End of "$Id$".
*/
+9 -15
Ver Arquivo
@@ -1,18 +1,16 @@
/* /*
* "$Id$" * Administration utility API definitions for CUPS.
* *
* Administration utility API definitions for CUPS. * Copyright 2007-2012 by Apple Inc.
* Copyright 2001-2007 by Easy Software Products.
* *
* Copyright 2007-2012 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 2001-2007 by Easy Software Products. * property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
* *
* These coded instructions, statements, and computer programs are the * This file is subject to the Apple OS-Developed Software exception.
* property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* This file is subject to the Apple OS-Developed Software exception.
*/ */
#ifndef _CUPS_ADMINUTIL_H_ #ifndef _CUPS_ADMINUTIL_H_
@@ -75,7 +73,3 @@ extern int cupsAdminSetServerSettings(http_t *http,
# endif /* __cplusplus */ # endif /* __cplusplus */
#endif /* !_CUPS_ADMINUTIL_H_ */ #endif /* !_CUPS_ADMINUTIL_H_ */
/*
* End of "$Id$".
*/
-2
Ver Arquivo
@@ -1,6 +1,4 @@
<!-- <!--
"$Id: api-array.header 7266 2008-01-29 02:15:29Z mike $"
Array API header for CUPS. Array API header for CUPS.
Copyright 2008-2011 by Apple Inc. Copyright 2008-2011 by Apple Inc.
-2
Ver Arquivo
@@ -1,6 +1,4 @@
<!-- <!--
"$Id: api-array.shtml 7616 2008-05-28 00:34:13Z mike $"
Array API introduction for CUPS. Array API introduction for CUPS.
Copyright 2007-2011 by Apple Inc. Copyright 2007-2011 by Apple Inc.
-2
Ver Arquivo
@@ -1,6 +1,4 @@
<!-- <!--
"$Id: api-cups.header 7279 2008-01-31 01:50:44Z mike $"
CUPS API header for CUPS. CUPS API header for CUPS.
Copyright 2008-2011 by Apple Inc. Copyright 2008-2011 by Apple Inc.
-2
Ver Arquivo
@@ -1,6 +1,4 @@
<!-- <!--
"$Id: api-cups.shtml 7337 2008-02-22 04:44:04Z mike $"
API introduction for CUPS. API introduction for CUPS.
Copyright 2007-2013 by Apple Inc. Copyright 2007-2013 by Apple Inc.
-2
Ver Arquivo
@@ -1,6 +1,4 @@
<!-- <!--
"$Id: api-filedir.header 7279 2008-01-31 01:50:44Z mike $"
File and Directory API header for CUPS. File and Directory API header for CUPS.
Copyright 2008-2011 by Apple Inc. Copyright 2008-2011 by Apple Inc.
-2
Ver Arquivo
@@ -1,6 +1,4 @@
<!-- <!--
"$Id: api-filedir.shtml 7279 2008-01-31 01:50:44Z mike $"
File and directory API introduction for CUPS. File and directory API introduction for CUPS.
Copyright 2007-2011 by Apple Inc. Copyright 2007-2011 by Apple Inc.
-2
Ver Arquivo
@@ -1,6 +1,4 @@
<!-- <!--
"$Id: api-filter.header 7616 2008-05-28 00:34:13Z mike $"
Filter and backend programming header for CUPS. Filter and backend programming header for CUPS.
Copyright 2008-2014 by Apple Inc. Copyright 2008-2014 by Apple Inc.
-2
Ver Arquivo
@@ -1,6 +1,4 @@
<!-- <!--
"$Id: api-filter.shtml 7677 2008-06-19 23:22:19Z mike $"
Filter and backend programming introduction for CUPS. Filter and backend programming introduction for CUPS.
Copyright 2007-2014 by Apple Inc. Copyright 2007-2014 by Apple Inc.
-2
Ver Arquivo
@@ -1,6 +1,4 @@
<!-- <!--
"$Id: api-httpipp.header 7258 2008-01-28 00:15:05Z mike $"
HTTP and IPP API header for CUPS. HTTP and IPP API header for CUPS.
Copyright 2007-2011 by Apple Inc. Copyright 2007-2011 by Apple Inc.
-2
Ver Arquivo
@@ -1,6 +1,4 @@
<!-- <!--
"$Id: api-httpipp.shtml 7684 2008-06-23 16:47:38Z mike $"
HTTP and IPP API introduction for CUPS. HTTP and IPP API introduction for CUPS.
Copyright 2007-2012 by Apple Inc. Copyright 2007-2012 by Apple Inc.
-2
Ver Arquivo
@@ -1,6 +1,4 @@
<!-- <!--
"$Id: api-cups.header 7279 2008-01-31 01:50:44Z mike $"
Introduction to CUPS programming header for CUPS. Introduction to CUPS programming header for CUPS.
Copyright 2008-2011 by Apple Inc. Copyright 2008-2011 by Apple Inc.
-2
Ver Arquivo
@@ -1,6 +1,4 @@
<!-- <!--
"$Id: api-cups.header 7279 2008-01-31 01:50:44Z mike $"
Introduction to CUPS programming content for CUPS. Introduction to CUPS programming content for CUPS.
Copyright 2008-2011 by Apple Inc. Copyright 2008-2011 by Apple Inc.
-2
Ver Arquivo
@@ -1,6 +1,4 @@
<!-- <!--
"$Id: api-ppd.header 7616 2008-05-28 00:34:13Z mike $"
PPD API header for CUPS. PPD API header for CUPS.
Copyright 2008-2012 by Apple Inc. Copyright 2008-2012 by Apple Inc.
-2
Ver Arquivo
@@ -1,6 +1,4 @@
<!-- <!--
"$Id: api-ppd.shtml 7616 2008-05-28 00:34:13Z mike $"
PPD API introduction for CUPS. PPD API introduction for CUPS.
Copyright 2007-2012 by Apple Inc. Copyright 2007-2012 by Apple Inc.
+8 -14
Ver Arquivo
@@ -1,17 +1,15 @@
/* /*
* "$Id$" * Private array definitions for CUPS.
* *
* Private array definitions for CUPS. * Copyright 2011-2012 by Apple Inc.
* *
* Copyright 2011-2012 by Apple Inc. * These coded instructions, statements, and computer programs are the
* property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
* *
* These coded instructions, statements, and computer programs are the * This file is subject to the Apple OS-Developed Software exception.
* property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* This file is subject to the Apple OS-Developed Software exception.
*/ */
#ifndef _CUPS_ARRAY_PRIVATE_H_ #ifndef _CUPS_ARRAY_PRIVATE_H_
@@ -46,7 +44,3 @@ extern cups_array_t *_cupsArrayNewStrings(const char *s, char delim)
} }
# endif /* __cplusplus */ # endif /* __cplusplus */
#endif /* !_CUPS_ARRAY_PRIVATE_H_ */ #endif /* !_CUPS_ARRAY_PRIVATE_H_ */
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Sorted array routines for CUPS. * Sorted array routines for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -1325,8 +1323,3 @@ cups_array_find(cups_array_t *a, /* I - Array */
return (current); return (current);
} }
/*
* End of "$Id$".
*/
+9 -15
Ver Arquivo
@@ -1,18 +1,16 @@
/* /*
* "$Id$" * Sorted array definitions for CUPS.
* *
* Sorted array definitions for CUPS. * Copyright 2007-2010 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products.
* *
* Copyright 2007-2010 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2007 by Easy Software Products. * property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
* *
* These coded instructions, statements, and computer programs are the * This file is subject to the Apple OS-Developed Software exception.
* property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* This file is subject to the Apple OS-Developed Software exception.
*/ */
#ifndef _CUPS_ARRAY_H_ #ifndef _CUPS_ARRAY_H_
@@ -86,7 +84,3 @@ extern void *cupsArrayUserData(cups_array_t *a) _CUPS_API_1_2;
} }
# endif /* __cplusplus */ # endif /* __cplusplus */
#endif /* !_CUPS_ARRAY_H_ */ #endif /* !_CUPS_ARRAY_H_ */
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Authentication functions for CUPS. * Authentication functions for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -871,8 +869,3 @@ cups_local_auth(http_t *http) /* I - HTTP connection to server */
return (1); return (1);
#endif /* WIN32 || __EMX__ */ #endif /* WIN32 || __EMX__ */
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Backchannel functions for CUPS. * Backchannel functions for CUPS.
* *
* Copyright 2007-2014 by Apple Inc. * Copyright 2007-2014 by Apple Inc.
@@ -186,8 +184,3 @@ cups_setup(fd_set *set, /* I - Set for select() */
FD_ZERO(set); FD_ZERO(set);
FD_SET(3, set); FD_SET(3, set);
} }
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Backend functions for CUPS. * Backend functions for CUPS.
* *
* Copyright 2007-2015 by Apple Inc. * Copyright 2007-2015 by Apple Inc.
@@ -142,8 +140,3 @@ quote_string(const char *s) /* I - String to write */
putchar('\"'); putchar('\"');
} }
/*
* End of "$Id$".
*/
+9 -15
Ver Arquivo
@@ -1,18 +1,16 @@
/* /*
* "$Id$" * Backend definitions for CUPS.
* *
* Backend definitions for CUPS. * Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2005 by Easy Software Products.
* *
* Copyright 2007-2011 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2005 by Easy Software Products. * property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
* *
* These coded instructions, statements, and computer programs are the * This file is subject to the Apple OS-Developed Software exception.
* property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* This file is subject to the Apple OS-Developed Software exception.
*/ */
#ifndef _CUPS_BACKEND_H_ #ifndef _CUPS_BACKEND_H_
@@ -72,7 +70,3 @@ extern void cupsBackendReport(const char *device_scheme,
# endif /* __cplusplus */ # endif /* __cplusplus */
#endif /* !_CUPS_BACKEND_H_ */ #endif /* !_CUPS_BACKEND_H_ */
/*
* End of "$Id$".
*/
+9 -15
Ver Arquivo
@@ -1,18 +1,16 @@
/* /*
* "$Id$" * Private definitions for CUPS.
* *
* Private definitions for CUPS. * Copyright 2007-2015 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products, all rights reserved.
* *
* Copyright 2007-2015 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2007 by Easy Software Products, all rights reserved. * property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
* *
* These coded instructions, statements, and computer programs are the * This file is subject to the Apple OS-Developed Software exception.
* property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* This file is subject to the Apple OS-Developed Software exception.
*/ */
#ifndef _CUPS_CUPS_PRIVATE_H_ #ifndef _CUPS_CUPS_PRIVATE_H_
@@ -272,7 +270,3 @@ extern char *_cupsUserDefault(char *name, size_t namesize);
} }
# endif /* __cplusplus */ # endif /* __cplusplus */
#endif /* !_CUPS_CUPS_PRIVATE_H_ */ #endif /* !_CUPS_CUPS_PRIVATE_H_ */
/*
* End of "$Id$".
*/
-6
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* API definitions for CUPS. * API definitions for CUPS.
* *
* Copyright 2007-2016 by Apple Inc. * Copyright 2007-2016 by Apple Inc.
@@ -621,7 +619,3 @@ extern ssize_t cupsHashData(const char *algorithm, const void *data, size_t dat
# endif /* __cplusplus */ # endif /* __cplusplus */
#endif /* !_CUPS_CUPS_H_ */ #endif /* !_CUPS_CUPS_H_ */
/*
* End of "$Id$".
*/
+9 -15
Ver Arquivo
@@ -1,18 +1,16 @@
/* /*
* "$Id$" * Private debugging macros for CUPS.
* *
* Private debugging macros for CUPS. * Copyright 2007-2012 by Apple Inc.
* Copyright 1997-2005 by Easy Software Products.
* *
* Copyright 2007-2012 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2005 by Easy Software Products. * property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
* *
* These coded instructions, statements, and computer programs are the * This file is subject to the Apple OS-Developed Software exception.
* property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* This file is subject to the Apple OS-Developed Software exception.
*/ */
#ifndef _CUPS_DEBUG_PRIVATE_H_ #ifndef _CUPS_DEBUG_PRIVATE_H_
@@ -111,7 +109,3 @@ extern int _cups_gettimeofday(struct timeval *tv, void *tz);
# endif /* __cplusplus */ # endif /* __cplusplus */
#endif /* !_CUPS_DEBUG_PRIVATE_H_ */ #endif /* !_CUPS_DEBUG_PRIVATE_H_ */
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Debugging functions for CUPS. * Debugging functions for CUPS.
* *
* Copyright 2008-2015 by Apple Inc. * Copyright 2008-2015 by Apple Inc.
@@ -642,8 +640,3 @@ _cups_safe_vsnprintf(
return (bytes); return (bytes);
} }
/*
* End of "$Id$".
*/
-8
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Destination localization support for CUPS. * Destination localization support for CUPS.
* *
* Copyright 2012-2014 by Apple Inc. * Copyright 2012-2014 by Apple Inc.
@@ -531,9 +529,3 @@ cups_scan_strings(char *buffer) /* I - Start of string */
return (bufptr); return (bufptr);
} }
/*
* End of "$Id$".
*/
+1 -6
Ver Arquivo
@@ -883,7 +883,7 @@ cupsGetDestMediaByIndex(
_cupsSetError(IPP_STATUS_ERROR_INTERNAL, strerror(EINVAL), 0); _cupsSetError(IPP_STATUS_ERROR_INTERNAL, strerror(EINVAL), 0);
return (0); return (0);
} }
if (nsize->size_name) if (nsize->size_name)
strlcpy(size->media, nsize->size_name, sizeof(size->media)); strlcpy(size->media, nsize->size_name, sizeof(size->media));
else if (nsize->key) else if (nsize->key)
@@ -2263,8 +2263,3 @@ cups_update_ready(http_t *http, /* I - Connection to destination */
dinfo->ready_time = time(NULL); dinfo->ready_time = time(NULL);
} }
/*
* End of "$Id$".
*/
+9 -29
Ver Arquivo
@@ -1,30 +1,16 @@
/* /*
* "$Id$" * Directory routines for CUPS.
* *
* Directory routines for CUPS. * This set of APIs abstracts enumeration of directory entries.
* *
* This set of APIs abstracts enumeration of directory entries. * Copyright 2007-2012 by Apple Inc.
* Copyright 1997-2005 by Easy Software Products, all rights reserved.
* *
* Copyright 2007-2012 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2005 by Easy Software Products, all rights reserved. * property of Apple Inc. and are protected by Federal copyright
* * law. Distribution and use rights are outlined in the file "LICENSE.txt"
* These coded instructions, statements, and computer programs are the * which should have been included with this file. If this file is
* property of Apple Inc. and are protected by Federal copyright * file is missing or damaged, see the license at "http://www.cups.org/".
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*
* Contents:
*
* _cups_dir_time() - Convert a FILETIME value to a UNIX time value.
* cupsDirClose() - Close a directory.
* cupsDirOpen() - Open a directory.
* cupsDirRead() - Read the next directory entry.
* cupsDirRewind() - Rewind to the start of the directory.
* cupsDirClose() - Close a directory.
* cupsDirOpen() - Open a directory.
* cupsDirRead() - Read the next directory entry.
* cupsDirRewind() - Rewind to the start of the directory.
*/ */
/* /*
@@ -463,10 +449,4 @@ cupsDirRewind(cups_dir_t *dp) /* I - Directory pointer */
rewinddir(dp->dir); rewinddir(dp->dir);
} }
#endif /* WIN32 */ #endif /* WIN32 */
/*
* End of "$Id$".
*/
+9 -15
Ver Arquivo
@@ -1,18 +1,16 @@
/* /*
* "$Id$" * Public directory definitions for CUPS.
* *
* Public directory definitions for CUPS. * This set of APIs abstracts enumeration of directory entries.
* *
* This set of APIs abstracts enumeration of directory entries. * Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2006 by Easy Software Products, all rights reserved.
* *
* Copyright 2007-2011 by Apple Inc. * These coded instructions, statements, and computer programs are the
* Copyright 1997-2006 by Easy Software Products, all rights reserved. * property of Apple Inc. and are protected by Federal copyright
* * law. Distribution and use rights are outlined in the file "LICENSE.txt"
* These coded instructions, statements, and computer programs are the * which should have been included with this file. If this file is
* property of Apple Inc. and are protected by Federal copyright * file is missing or damaged, see the license at "http://www.cups.org/".
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
* file is missing or damaged, see the license at "http://www.cups.org/".
*/ */
#ifndef _CUPS_DIR_H_ #ifndef _CUPS_DIR_H_
@@ -63,7 +61,3 @@ extern void cupsDirRewind(cups_dir_t *dp) _CUPS_API_1_2;
} }
# endif /* __cplusplus */ # endif /* __cplusplus */
#endif /* !_CUPS_DIR_H_ */ #endif /* !_CUPS_DIR_H_ */
/*
* End of "$Id$".
*/
-7
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Option encoding routines for CUPS. * Option encoding routines for CUPS.
* *
* Copyright 2007-2016 by Apple Inc. * Copyright 2007-2016 by Apple Inc.
@@ -848,8 +846,3 @@ compare_ipp_options(_ipp_option_t *a, /* I - First option */
{ {
return (strcmp(a->name, b->name)); return (strcmp(a->name, b->name));
} }
/*
* End of "$Id$".
*/
-6
Ver Arquivo
@@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Private file definitions for CUPS. * Private file definitions for CUPS.
* *
* Since stdio files max out at 256 files on many systems, we have to * Since stdio files max out at 256 files on many systems, we have to
@@ -133,7 +131,3 @@ extern void _cupsFileCheckFilter(void *context,
# endif /* __cplusplus */ # endif /* __cplusplus */
#endif /* !_CUPS_FILE_PRIVATE_H_ */ #endif /* !_CUPS_FILE_PRIVATE_H_ */
/*
* End of "$Id$".
*/

Alguns arquivos não foram exibidos porque demasiados arquivos foram alterados neste diff Mostrar Mais