Commit f871de00 authored by Yang Tse's avatar Yang Tse
Browse files

build: make use of 76 lib/*.h renamed files

76 private header files renamed to use our standard naming scheme.

This change affects 322 files in libcurl's source tree.
parent ec691ca3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ removethis(){
#
if test ! -f configure.ac ||
  test ! -f src/tool_main.c ||
  test ! -f lib/urldata.h ||
  test ! -f lib/curl_urldata.h ||
  test ! -f include/curl/curl.h ||
  test ! -f m4/curl-functions.m4; then
  echo "Can not run buildconf from outside of curl's source subdirectory!"
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ AC_COPYRIGHT([Copyright (c) 1998 - 2012 Daniel Stenberg, <daniel@haxx.se>
This configure script may be copied, distributed and modified under the
terms of the curl license; see COPYING for more details])

AC_CONFIG_SRCDIR([lib/urldata.h])
AC_CONFIG_SRCDIR([lib/curl_urldata.h])
AM_CONFIG_HEADER(lib/curl_config.h include/curl/curlbuild.h)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ Win32
   possibilities:

   - Modify lib/config-win32.h
   - Modify lib/setup.h
   - Modify lib/curl_setup.h
   - Modify lib/Makefile.vc6
   - Add defines to Project/Settings/C/C++/General/Preprocessor Definitions
     in the vc6libcurl.dsw/vc6libcurl.dsp Visual C++ 6 IDE project.
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ typedef char
 * CURL_ISOCPP and CURL_OFF_T_C definitions are done here in order to allow
 * these to be visible and exported by the external libcurl interface API,
 * while also making them visible to the library internals, simply including
 * setup.h, without actually needing to include curl.h internally.
 * curl_setup.h, without actually needing to include curl.h internally.
 * If some day this section would grow big enough, all this should be moved
 * to its own header file.
 */
+101 −17
Original line number Diff line number Diff line
@@ -27,20 +27,104 @@ CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
  curl_multibyte.c curl_darwinssl.c hostcheck.c                         \
  bundles.c conncache.c

HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h	\
  progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h	\
  if2ip.h speedcheck.h urldata.h curl_ldap.h ssluse.h escape.h telnet.h	\
  getinfo.h strequal.h krb4.h memdebug.h http_chunks.h curl_rand.h	\
  curl_fnmatch.h wildcard.h fileinfo.h ftplistparser.h strtok.h		\
  connect.h llist.h hash.h content_encoding.h share.h curl_md4.h	\
  curl_md5.h http_digest.h http_negotiate.h inet_pton.h amigaos.h	\
  strtoofft.h strerror.h inet_ntop.h curlx.h curl_memory.h setup.h	\
  transfer.h select.h easyif.h multiif.h parsedate.h sslgen.h gtls.h	\
  tftp.h sockaddr.h splay.h strdup.h setup_once.h socks.h ssh.h nssg.h	\
  curl_base64.h rawstr.h curl_addrinfo.h curl_sspi.h slist.h nonblock.h	\
  curl_memrchr.h imap.h pop3.h smtp.h pingpong.h rtsp.h curl_threads.h	\
  warnless.h curl_hmac.h polarssl.h curl_rtmp.h curl_gethostname.h	\
  gopher.h axtls.h cyassl.h http_proxy.h non-ascii.h asyn.h curl_ntlm.h	\
  curl_gssapi.h curl_ntlm_wb.h curl_ntlm_core.h curl_ntlm_msgs.h	\
  curl_sasl.h curl_schannel.h curl_multibyte.h curl_darwinssl.h	\
  hostcheck.h bundles.h conncache.h
HHEADERS = \
  curl_addrinfo.h \
  curl_amigaos.h \
  curl_arpa_telnet.h \
  curl_asyn.h \
  curl_axtls.h \
  curl_base64.h \
  curl_bundles.h \
  curl_conncache.h \
  curl_connect.h \
  curl_content_encoding.h \
  curl_cookie.h \
  curl_cyassl.h \
  curl_darwinssl.h \
  curl_dict.h \
  curl_easyif.h \
  curl_escape.h \
  curl_file.h \
  curl_fileinfo.h \
  curl_fnmatch.h \
  curl_formdata.h \
  curl_ftp.h \
  curl_ftplistparser.h \
  curl_gethostname.h \
  curl_getinfo.h \
  curl_gopher.h \
  curl_gssapi.h \
  curl_gtls.h \
  curl_hash.h \
  curl_hmac.h \
  curl_hostcheck.h \
  curl_hostip.h \
  curl_http.h \
  curl_http_chunks.h \
  curl_http_digest.h \
  curl_http_negotiate.h \
  curl_http_proxy.h \
  curl_if2ip.h \
  curl_imap.h \
  curl_inet_ntop.h \
  curl_inet_pton.h \
  curl_krb4.h \
  curl_ldap.h \
  curl_llist.h \
  curl_md4.h \
  curl_md5.h \
  curl_memdebug.h \
  curl_memory.h \
  curl_memrchr.h \
  curl_multibyte.h \
  curl_multiif.h \
  curl_netrc.h \
  curl_non-ascii.h \
  curl_nonblock.h \
  curl_nssg.h \
  curl_ntlm.h \
  curl_ntlm_core.h \
  curl_ntlm_msgs.h \
  curl_ntlm_wb.h \
  curl_parsedate.h \
  curl_pingpong.h \
  curl_polarssl.h \
  curl_pop3.h \
  curl_progress.h \
  curl_qssl.h \
  curl_rand.h \
  curl_rawstr.h \
  curl_rtmp.h \
  curl_rtsp.h \
  curl_sasl.h \
  curl_schannel.h \
  curl_select.h \
  curl_sendf.h \
  curl_setup.h \
  curl_setup_once.h \
  curl_share.h \
  curl_slist.h \
  curl_smtp.h \
  curl_sockaddr.h \
  curl_socks.h \
  curl_speedcheck.h \
  curl_splay.h \
  curl_ssh.h \
  curl_sslgen.h \
  curl_ssluse.h \
  curl_sspi.h \
  curl_strdup.h \
  curl_strequal.h \
  curl_strerror.h \
  curl_strtok.h \
  curl_strtoofft.h \
  curl_telnet.h \
  curl_tftp.h \
  curl_threads.h \
  curl_timeval.h \
  curl_transfer.h \
  curl_url.h \
  curl_urldata.h \
  curl_wildcard.h \
  curlx.h
Loading