From d03056bbf5b9c8a0dff9aac023a2d01fcbe727e6 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Tue, 23 Oct 2001 23:29:50 +0000 Subject: [PATCH] Modified to correctly extract the export lists git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91653 13f79535-47bb-0310-9956-ffa450edef68 --- build/make_nw_export.awk | 73 +++++++--------------------------------- build/prebuildNW.bat | 5 +-- 2 files changed, 15 insertions(+), 63 deletions(-) diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk index 317e4bc7c3..655c3da3ea 100644 --- a/build/make_nw_export.awk +++ b/build/make_nw_export.awk @@ -2,67 +2,18 @@ # based on Ryan Bloom's make_export.pl # List of functions that we don't support, yet?? -/apr_##name##_set_inherit/{next} -/apr_##name##_unset_inherit/{next} -/apr_compare_groups/{next} -/apr_compare_users/{next} -/apr_find_pool/{next} -/apr_generate_random_bytes/{next} -/apr_lock_create_np/{next} -/apr_md5_set_xlate/{next} -/apr_mmap_create/{next} -/apr_mmap_delete/{next} -/apr_mmap_offset/{next} -/apr_os_thread_get/{next} -/apr_os_thread_put/{next} -/apr_pool_free_blocks_num_bytes/{next} -/apr_pool_join/{next} -/apr_pool_num_bytes/{next} -/apr_proc_mutex_child_init/{next} -/apr_proc_mutex_create/{next} -/apr_proc_mutex_create_np/{next} -/apr_proc_mutex_destroy/{next} -/apr_proc_mutex_lock/{next} -/apr_proc_mutex_trylock/{next} -/apr_proc_mutex_unlock/{next} -/apr_proc_other_child_check/{next} -/apr_proc_other_child_read/{next} -/apr_proc_other_child_register/{next} -/apr_proc_other_child_unregister/{next} -/apr_sendfile/{next} -/apr_shm_avail/{next} -/apr_shm_calloc/{next} -/apr_shm_destroy/{next} -/apr_shm_free/{next} -/apr_shm_init/{next} -/apr_shm_malloc/{next} -/apr_shm_name_get/{next} -/apr_shm_name_set/{next} -/apr_shm_open/{next} -/apr_signal/{next} -/apr_signal_thread/{next} -/apr_socket_from_file/{next} -/apr_thread_once/{next} -/apr_thread_once_init/{next} -/apr_xlate_close/{next} -/apr_xlate_conv_buffer/{next} -/apr_xlate_conv_byte/{next} -/apr_xlate_conv_char/{next} -/apr_xlate_get_sb/{next} -/apr_xlate_open/{next} -/apr_brigade_consume/{next} -/apr_bucket_mmap_create/{next} -/apr_bucket_mmap_make/{next} -/apr_bucket_type_mmap/{next} -/apr_md4_set_xlate/{next} -#/XML_ParserFree/{next} -#/XML_ParserCreate/{next} -#/XML_SetUserData/{next} -#/XML_SetElementHandler/{next} -#/XML_SetCharacterDataHandler/{next} -#/XML_Parse/{next} -#/XML_GetErrorCode/{next} -#/XML_ErrorString/{next} +/ap_get_module_config/{next} +/ap_gname2id/{next} +/ap_mpm_pod_check/{next} +/ap_mpm_pod_close/{next} +/ap_mpm_pod_killpg/{next} +/ap_mpm_pod_open/{next} +/ap_mpm_pod_signal/{next} +/ap_os_create_privileged_process/{next} +/ap_send_mmap/{next} +/ap_set_module_config/{next} +/ap_uname2id/{next} + function add_symbol (sym_name) { diff --git a/build/prebuildNW.bat b/build/prebuildNW.bat index d82be4e6d1..cea8a243e6 100755 --- a/build/prebuildNW.bat +++ b/build/prebuildNW.bat @@ -20,5 +20,6 @@ copy ..\srclib\pcre\config.hw ..\srclib\pcre\config.h copy ..\srclib\pcre\pcre.hw ..\srclib\pcre\pcre.h @echo Generating the import lists... -awk95 -f make_nw_export.awk ..\srclib\apr\include\*.h |sort > ..\os\netware\aprlib.imp -awk95 -f make_nw_export.awk ..\srclib\apr-util\include\*.h |sort > ..\os\netware\aprutil.imp \ No newline at end of file +awk95 -f make_nw_export.awk ..\srclib\apr\include\*.h |sort > ..\srclib\apr\aprlib.imp +awk95 -f make_nw_export.awk ..\srclib\apr-util\include\*.h |sort > ..\srclib\apr\aprutil.imp +awk95 -f make_nw_export.awk ..\include\*.h |sort > ..\os\netware\httpd.imp -- 2.40.0