~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to netsvcs/clients/Naming/Client/svc2.conf

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Note that $DB and $PORT are environment variables that are
2
 
# automatically interpreted and substituted by ACE!  In addition, note
3
 
# how you can give a relative name for the libACE_svcs.so and ACE will
4
 
# locate this for you automatically by reading your LD search path!
5
 
dynamic ACE_Naming_Context Service_Object * ACE:_make_ACE_Naming_Context () "main -s $DB"
6
 
dynamic ACE_Naming_Context2 Service_Object * ACE:_make_ACE_Naming_Context () "main -s $DB"
7
 
dynamic Name_Server_test Service_Object * Client_Test:_make_Client_Test ()
8
 
# Note: Client_Test must come after ACE_Naming_Context since it relies
9
 
# on the ACE_Naming_Context having been dynamically linked.